You are not logged in.
Pages: 1
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
Offline
Hello Raftorres,
I guess you are using SliTaz Rolling. Did you have a look at these docs:
[*]https://doc.slitaz.org/en:guides:wifi-easy
[*]https://doc.slitaz.org/en:guides:wifi-hard
They are old but should help you.
What is your Wi-Fi card?
Offline
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
Offline
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-firmware
Offline
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.fw
Offline
Ciao Gibor ti ringrazio per la tua risposta, provo questa cosa e ti faccio sapere grazie mille
Offline
Hi Shan thanks for sharing I'll try and then I'll send you a reply thankyou
Offline
I really like slitaz but couldn't find the way to make wifi works. Thanks
Offline
Ciao Raftorres,
Allegato, un firmware AR9271 (rimuovere l'estensione .txt).
Non so se può aiutarti, e spero che lo faccia.
Amicizie dalla Francia.
Offline
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
Offline
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 [c]/etc/network.conf[/c]; change
[c]WIFI="no"[/c] to [c]WIFI="yes"[/c]
[c]WIFI_ESSID="any"[/c] to [c]WIFI_ESSID="name_of_your_network"[/c]
[c]WIFI_KEY_TYPE="any"[/c] to (probably) [c]WIFI_KEY_TYPE="WPA"[/c]
[c]WIFI_KEY=""[/c] to [c]WIFI_KEY="your-wpa-key"[/c]
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 ([c]WIFI="yes"[/c]) then the ethernet is disabled;
[*]the changes in a Live session are not persistent, you'll have to do them at every boot.
Offline
Hi Ceel, I'm sending you the pic of my pc description and usb wifi.
Offline
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.
Offline
I think this is what you mean
[attachment=53045,3672]
Offline
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 attiva
per 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"
Offline
I'm runningslitaz 5in1 but couldn't install it on my hdd, doesn't work the grubb it send a message:
error: no such device: b3e2403e-5a3e-487d-b82d-b15faea74ebe
error: unknown filesystem.
grub rescue>
Offline
Facciamo un passo indietro: l'hard disk di quel pc contiene altri S.O.?
Quando sei in live, se dai in terminale fdisk -l vede l'hardisk interno?
Il codice blkid può essere sostituito dal vecchio, ma sempre più semplice di /dev/sdxx.
È più facile comprendere ed eventualmente modificare la sequenza di avvio direttamente dal grub in console.
Offline
Pages: 1
[ Generated in 0.020 seconds, 7 queries executed - Memory usage: 1.56 MiB (Peak: 1.77 MiB) ]