TL-WN350G has Atheros AR2417 chipset Use ath5k module,no firmware needed Install linux-wireless.tazpkg which has ath5k module Follow this: http://doc.slitaz.org/en:guides:wifi-easy
root@slitaz:~# dmesg| grep -e ath -e wlan ath5k 0000:00:0d.0: PCI INT A -> Link[PILC] -> GSI 11 (level, low) -> IRQ 11 ath5k 0000:00:0d.0: registered as 'phy0' ath5k phy0: Atheros AR2417 chip found (MAC: 0xf0, PHY: 0x70) udev: renamed network interface wlan0 to wlan1 wlan1: direct probe to AP 00:1f:9f:e1:9e:34 try 1 wlan1: direct probe to AP 00:1f:9f:e1:9e:34 try 2 wlan1: direct probe to AP 00:1f:9f:e1:9e:34 try 3 wlan1: direct probe to AP 00:1f:9f:e1:9e:34 timed out wlan1: direct probe to AP 00:1f:9f:e1:9e:34 try 1 wlan1: direct probe to AP 00:1f:9f:e1:9e:34 try 2 wlan1: direct probe to AP 00:1f:9f:e1:9e:34 try 3 wlan1: direct probe to AP 00:1f:9f:e1:9e:34 timed out wlan1: direct probe to AP 00:1f:9f:e1:9e:34 try 1 wlan1: direct probe to AP 00:1f:9f:e1:9e:34 try 2 wlan1: direct probe to AP 00:1f:9f:e1:9e:34 try 3 wlan1: direct probe to AP 00:1f:9f:e1:9e:34 timed out wlan1: direct probe to AP 00:1f:9f:e1:9e:34 try 1 wlan1: direct probe to AP 00:1f:9f:e1:9e:34 try 2 wlan1: direct probe to AP 00:1f:9f:e1:9e:34 try 3 wlan1: direct probe to AP 00:1f:9f:e1:9e:34 timed out
Which is the reason for this ghost usb driver??? There is a bug with whatever system in linux identifys/loads driver module for the AR2417/AR5007G chipset. The system loads rtl8187 and ath5k instead of just athk5 Do not use tazhw/autodetection to load the module for the wireless card Maybe it will work if you only load ath5k ? Try this:
tux@slitaz: subox wifibox
Drivers tab,module: ath5k,click Load.verify only ath5k is loaded with lsmod button. Use networks,favorites,configuration tabs to setup connection. If connection works: Add ath5k to /etc/rcS.conf LOAD_MODULES= Edit /etc/network.conf for default interface , enable wifi at boot, etc.