Hola Soy nuevo con slitaz y queria conectarme al wifi pero cuando en el terminal pongo
Ifconfig wlan0 up
Ifconfig: SIOCGIFFLAGS: No such device
Si alguien pudiera ayudarme seria muy útil incluso para instalarlo definitivamente en mi pc viejita gracias
S

No reconoce wifi
(17 posts) (5 voices)-
Posted 1 month ago #
-
Hello Raftorres,
I guess you are using SliTaz Rolling. Did you have a look at these docs:
They are old but should help you.
What is your Wi-Fi card?Posted 1 month ago # -
Hi, thanks for your reply. I have a PW-DN421 150mbps usb. And it works perfectly in my notebook but doesn't work in my desktop pc that is where I have slitaz
Posted 1 month ago # -
Ciao Raftorres, da quello che trovo in rete, pare che il modulo necessario dovrebbe essere ath9k_htc.
Se slitaz lo ha non lo so, è un da po' che non lo uso. Comunque per provare basta dare in terminale come root:
modprobe ath9k_htc
Poi magari manca pure il firmware, ma qui diventa complicato per un principiante
https://github.com/qca/open-ath9k-htc-firmware----------------------------------------------------------------------------------------------------------------------
Hi Raftorres, from what I can find on the net, it seems that the module needed should be ath9k_htc.
If slitaz has it I don't know, I haven't used it in a while. Anyway to try it just give in terminal as root:
modprobe ath9k_htc
Then maybe the firmware is also missing, but here it gets complicated for a beginner
https://github.com/qca/open-ath9k-htc-firmwarePosted 1 month ago # -
Hi gibor, Raftorres,
ath9k_htc module is available on linux-wireless packages.
Of course, for firmware don't think we have it, let's me check for build it
Edit : we have this firmwares on firmware-atheros package
tazpkg -lf firmware-atheros |grep htc
/lib/firmware/htc_7010.fw
/lib/firmware/htc_9271.fwPosted 1 month ago # -
Ciao Gibor ti ringrazio per la tua risposta, provo questa cosa e ti faccio sapere grazie mille
Posted 4 weeks ago # -
Hi Shan thanks for sharing I'll try and then I'll send you a reply thankyou
Posted 4 weeks ago # -
I really like slitaz but couldn't find the way to make wifi works. Thanks
Posted 1 week ago # -
Ciao Raftorres,
Allegato, un firmware AR9271 (rimuovere l'estensione .txt).
Non so se può aiutarti, e spero che lo faccia.Amicizie dalla Francia.
Posted 1 week ago # -
Salut Rantanplan, merci beaucoup, je viens en fait d'Argentine et je parle espagnol, mais j'ai quelques connaissances de l'italien et de l'anglais, avec le français j'utilise un traducteur. Merci
Posted 1 week ago # -
Hi Raftores,
Not easy to help with so few information. I guess from your first post you run SliTaz from a Live.
First you need to edit your
/etc/network.conf
; change
WIFI="no"
toWIFI="yes"
WIFI_ESSID="any"
toWIFI_ESSID="name_of_your_network"
WIFI_KEY_TYPE="any"
to (probably)WIFI_KEY_TYPE="WPA"
WIFI_KEY=""
toWIFI_KEY="your-wpa-key"
Then from a root terminal
- install the driver and the firmware
tazpkg -gi linux-wireless
tazpkg -gi firmware-atheros - load the module
modprobe ath9k_htc - restart the network
/etc/init.d/network.sh restart
Hope it'll work.
Note that
- when the Wi-Fi is enabled (
WIFI="yes"
) then the ethernet is disabled; - the changes in a Live session are not persistent, you'll have to do them at every boot.
Posted 1 week ago # - install the driver and the firmware
-
Hi Ceel, I'm sending you the pic of my pc description and usb wifi.
Posted 1 week ago # -
Ciao Raftorres, visto che un po' lo capisci ti scrivo solo in italiano per mia comodità.
Sotto linux, specie nelle distribuzioni minimaliste come questa, si opera da terminale.
Prima operazione è identificare con esattezza come viene vista la chiavetta wifi all'inserimento.
Avvia slitaz, (senza la pennetta wifi) apri un terminale e ripulisci i messaggi fino a quel momento con
dmesg -c
clear
lsusb > dmesg.txt
poi inserisci la pennetta wifi attendi qualche secondo e dai
dmesg >> dmesg.txt
lsusb >> dmesg.txt
troverai nel file dmesg.txt le informazioni base che occorrono per procedere e lo posti qui nel forum.Posted 1 week ago # -
Posted 1 week ago #
-
Intendevo il testo non la foto. Comunque già si vede che non trova il firmware.
Stando al post di Shann ci dovrebbe essere...
in terminale prova con
ls /lib/firmware/htc_9271.fw
le istruzioni su come installarlo te le hanno già scritte, ma devi avere almeno la connessione ethernet attivaper cercare il pacchetto puoi in terminale dare
tazpkg search-pkgname htc_9271.fw
deve uscire il pacchetto che lo contiene, che poi installi con
tazpkg -gi "nome pacchetto"Posted 1 week ago #
Reply »
You must log in to post.