-- MikeGore - 12 May 2010

Resources

Ubuntu 10.04

Note: When following the steps in the Resource docs above we skip editing /etc/modprobe.d/blacklist as it's done automatically now

BCM42xx wireless drivers

*Example: Dell Vostro with BCM4322 Windows XP driver downloaded to local directory called BCM4322 - read the resource link above if your system differs
  • apt-get install ndisgtk
    • - install ndiswrapper and related
  • cd BCM4322
  • unzip R219314.exe
  • find . -type f | grep -i inf
    • helps find the .inf file in a big zip archive
  • cd DRIVER_ROW/
  • ndiswrapper -i bcmwl6.inf
    • - installed driver
  • ndiswrapper -l
    • - see if it is installed and sees the hardware
  • depmod -a
    • - updates the system driver list
  • modprobe ndiswrapper
    • - installs the driver
  • cat /etc/modprobe.d/blacklist-bcm43.conf
    • - Lists the black listed modules automatically added
Edit | Attach | Watch | Print version | History: r1 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r1 - 2010-05-12 - MikeGore
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback