On 10/16/06, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > I bought a Netgear WG511 wireless pccard. Now I'd like to get it > working... =) > > As far as I've understood, it's the 'prism54' kernel module. > I installed PCMCIAUtils (created a recipe), which installed some udev > rules... > But also, one needs the firmware. Now, since we're using udev, it's udev > that should handle the firmware loading... How do I do that? > I have a udev rule like this: > > ACTION=="add", SUBSYSTEM=="firmware", ENV{FIRMWARE}="*", \ > RUN+="/sbin/firmware_helper" > > And I tried downloading lots of versions of firmware into /lib/firmware: > 16/10 17:33 rw-r--r-- 93996 1.0.4.3.arm > 16/10 17:33 rw-r--r-- 112128 1.1.0.0.arm > 16/10 17:26 rw-r--r-- 29024 2.7.0.0.arm > 16/10 17:26 rw-r--r-- 30056 gw3887 > 16/10 17:26 rw-r--r-- 30176 isl3886_usb > > But nothing happens, the lights on the card stays off... > It's listed in lspci, and the prism54 module is loaded. > Doing ifconfig eth1 up just gives me 'no such device'. > > Has anyone of you used this card? Or had similar problems?
I've configured a few bcm43xx cards in Gobo 012. That involved upgrading the kernel to a newer release for 2 reasons: the GPL device driver and significant changes in the sysfs interface and in the information passed through the netlink interface to the Udev daemon. Also, it was being used Udev 100 + Module-Init-Tools 3.2.2. This version of udev has its own firmware script, named $target/lib/udev/firmware.sh, and an updated 50-udev.rules already takes that into account. It might be interesting to upgrade these packages, it's most likely that it will fix the problem. -- Lucas powered by /dev/dsp _______________________________________________ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel