La' Ordinator is a Dell c4600 dimension box. 2gb mem, 300gb HDrive.. The current Hardwire NIC is a LinkSys N USB (usb 10/100)
The computer is a Dual Boot WinXP and the WNA1100 works fine there.
I have tried ndiswrapper, no luck. I have used ndiswrapper for years with the bcm43xx series wifi so the procedure is quite familiar to me.....
When the Driver is installed netathurx.inf the system lets you know that the alternative driver is ath9k_htc.. If we check withsudo ndiswrapper -l (check loaded drivers)
sudo ndiswrapper -e bcmwl5 (unload as precaution possible installed same driver)
sudo ndiswrapper -l ( check again)
sudo ndiswrapper -i /home/yourUser/.wireless/bcmwl5.inf ( install driver)
sudo ndiswrapper -m (writes an alias for wlan0 )
sudo modprobe ndiswrapper (add ndiswrapper module)
ReBoot OR restart Networking
Code: Select all
lsusbThe Wna1100 as above can be gotten to work in Debian as here http://wiki.debian.org/ath9k_htc
That simple...
Slackware seems to want the hard road...
BTW...
once I
Code: Select all
modprobe ath9k_htcsu
i
Code: Select all
fconfig wlan0 upFurther an
Code: Select all
Ifconfig -a..and I have
Code: Select all
iwconfig wlan0 essid MyrouterCode: Select all
iwconfigOld Linux Geezer open to suggestions regarding the Slackware Solution..


