Difference between revisions of "BeagleBoardDebianWifiInstallInfo"

From eLinux.org
Jump to: navigation, search
m (Possible Fix?)
Line 3: Line 3:
 
I have a zd1211 based wifi card.  The [[BeagleBoardDebian|Debian]] installer did not detect it when I booted with the usb powered hub plugged into the otg port (which the card is plugged into).  Instead I had to boot then plug the hub in after booted.
 
I have a zd1211 based wifi card.  The [[BeagleBoardDebian|Debian]] installer did not detect it when I booted with the usb powered hub plugged into the otg port (which the card is plugged into).  Instead I had to boot then plug the hub in after booted.
  
Next the installer cannot find the firmware driver.  Select "Go Back" and "Execute shell"  then mount a media with the firmware and copy it to /lib/firmware/`uname -r` Then exit the shell, and run the detect hardware step again.. now the wifi works and you can complete the install.
+
Next the installer cannot find the firmware driver.  Select "Go Back" and "Execute shell"  then mount a media with the firmware and copy it to /lib/firmware  Then exit the shell, and run the detect hardware step again.. now the wifi works and you can complete the install.
  
 
= Possible Fix? =
 
= Possible Fix? =

Revision as of 10:30, 4 May 2009

I have a zd1211 based wifi card. The Debian installer did not detect it when I booted with the usb powered hub plugged into the otg port (which the card is plugged into). Instead I had to boot then plug the hub in after booted.

Next the installer cannot find the firmware driver. Select "Go Back" and "Execute shell" then mount a media with the firmware and copy it to /lib/firmware Then exit the shell, and run the detect hardware step again.. now the wifi works and you can complete the install.

Possible Fix?

Since Mainline seems to be moving to as firmware free as possible, i'd like to find another way around this problem. It'll probably get worse.

1. Some how, dump the linux-firmware tree into the build tree and build the uImage with 'all' possible firmware's... (well not stuff like radeon.bin's)

2. update the intrd.gz image with all firmwares.

--RobertCNelson 23:15, 28 April 2009 (UTC)