hey dudes!
is thre an easy way to get the tl-wn422g working on the slitaz live cd?
I have a running out of the box ubuntu maveric wich supports ar9271 very well
so I tried this way:
copyed ar9271.fw from my ubuntu volume to /lib/firmware running slitaz live
then on xterm
$su
#cd /lib/firmware
#chown root ar9271.fw
#chmod 644 ar9271.fw
#depmod -a
#modprobe ath9k
#lsmod
Module Size Used by Not tainted
ath9k 271508 0
mac80211 138268 1 ath9k
rfkill 8664 1 ath9k
cfg80211 52872 2 ath9k,mac80211
led_class 3436 1 ath9k
snd_via82xx 20416 1
gameport 9348 1 snd_via82xx
snd_ac97_codec 88736 1 snd_via82xx
ac97_bus 1308 1 snd_ac97_codec
snd_pcm 51780 2 snd_via82xx,snd_ac97_codec
snd_timer 16344 1 snd_pcm
snd_page_alloc 7256 2 snd_via82xx,snd_pcm
snd_mpu401_uart 5612 1 snd_via82xx
snd_rawmidi 16920 1 snd_mpu401_uart
snd_seq_device 5544 1 snd_rawmidi
snd 43584 9 snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore 5180 1 snd
#iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
dummy0 no wireless extensions.
#ifconfig wlan0 up
ifconfig: SIOCGIFFLAGS: No such device
could anyone point me in the right direction
any help appreciated