I am currently using gentoo-dev-sources (2.6 kernel) and have made some progress witht the utility ndiswrapper. A howto for this can be found here.
http://forums.gentoo.org/viewtopic.php? ... pper+howto
Now the difficulties come when I copy /etc/init.d/net.eth0 to /etc/init.d/net.wlan0 the script doesn't work it locks up when I try it so I found a script made by uberlord available here
http://forums.gentoo.org/viewtopic.php? ... ess+script
and renamed ath0 to wlan0 anyways it still isn't working.
Here's my iwconfig and what happens when I run /etc/init.d/net.wlan0
Code: Select all
wlan0 IEEE 802.11g ESSID:""
Mode:Managed Frequency:2.462GHz Access Point: FF:FF:FF:FF:FF:FF
Bit Rate=54Mb/s Tx-Power:14 dBm
RTS thr=2347 B Fragment thr=2346 B
Encryption key:off
Power Management:off
Link Quality:100/0 Signal level:-10 dBm Noise level:-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:6 Invalid misc:1606699 Missed beacon:0
Configuring wireless network for wlan0...
Connecting to 101VarleyLn
Warning: Driver for device wlan0 has been compiled with version 16
of Wireless Extension, while this program is using version 15.
Some things may be broken...
Failed to associate with the access point 101VarleyLn
Failed to configure wireless for wlan0
Code: Select all
iwlist wlan0 scanbut I cannot manully set my essid or anything else for that matter using iwconfig.
any help with this would be greatly appreciated..
Scott

