Outils personnels

WMNA 2100 version 2

De

Aller à : navigation, rechercher

WMNA 2100 version 2

Unfortunately, the USB NIC we have are the version 2: they do not have the atheros chipset anymore.

The unique (current) solution:

  • apt-get install ndsiwrapper-utils
  • download the windows drivers on the netgear website
  • wine driver to install them (and copy the driver directory present in drive_c/***)
  • ndiswrapper -i driver.inf
  • modprobe ndiswraper
  • that’s all

BUT:

  • it does not support the 5Ghz band (grrr..)
  • I will try to find a way to solve this issue …

To install the wl driver (File:hybrid-portsrc_x86_32-v5_100_82_38.tar.gz): <syntaxhighlight lang="bash"> ln -s /usr/src/linux-headers-2.6.30-voyage/ /lib/modules/2.6.30-voyage/build wget http://www.broadcom.com/docs/linux_sta/hybrid-portsrc_x86_32-v5_100_82_38.tar.gz tar -xzvf arch.tar.gz make cp wl.ko /lib/modules/2.6.30-voyage/kernel/net/wireless/ rmmod bt43 rmmod ssb echo “blacklist ssb” >> /etc/modprobe.d/blacklist.conf echo “blacklist b43″ >> /etc/modprobe.d/blacklist.conf </syntaxhighlight> -> it still doesn’t work…