You are not logged in.
Pages: 1
Ciao ragazzi, ho un vecchio HP compaq nx7400 dove ho provato il live cd di slitaz ma solo il wireless non va, non sono per nulla esperto di queste cose, ho provato a fare ricerche sia nel forum che su google che sul wiki ma non ho trovato nulla, quel poco non era per niente chiaro a me e quindi ancora non ce la faccio. Qualcuno è così gentile da dirmi cosa fare nel dettaglio? Ve ne sarei davvero molto grato.
Cordiali saluti
Offline
Hello,
Here is a translation of above.
Italian > English.
Hello guys, I have an old HP compaq nx7400 where I tried the live cd of slitaz but the wireless does not work, are by no means an expert on these things, I tried to do research both in the forum and on google but I do not have that on the wiki found nothing, what little it was not clear to me then and still can not do it. Someone is kind enough to tell me what to do in detail? I'd be very grateful.
Perhaps we could look into solution and translate it back to Italian.
So far what Ive been able to dig out on this Compaq NX7400 wireless adapter.
"Choice of Broadcom 4311BG 802.11b/g WLAN, Broadcom 4311AG 802.11a/b/g WLAN, Intel PRO/Wireless 3945ABG 802.11 a/b/g WLAN; Optional Integrated Bluetooth"
Offline
Ciao,
Puoi dirci quale adattatore wireless hai esattamente?
Offline
Ciao, ti ringrazio della risposta. Come faccio a vederlo?
Cordiali saluti
Offline
Hello,
Dovrete guardare le specifiche del computer e vedere quale scheda il computer è dotato di. Io non sono molto sicuro di un comando che permette di vedere l'adattatore di corrente a bordo.
Offline
Broadcom BCM4311 802.11b/g WLAN
Grazie
Offline
For more Hw-details you could use
lspci -nn
To identify your Hw,
google the numbers at the end of the line "[xxxx:xxxx](rev xx)"
Offline
E adesso? / What now?
10:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
Offline
It seems that your chipset is supported by the b43 driver,but needs Firmware.
Download Firmware:
http://www.mediafire.com/file/5yv8udt37cl7adl/b43-firmware-4.150.10.5.tazpkg
and install...when done type lsmod
If b43 module is listed unload otherwise just load.
b43 module must be loaded after installing firmware:
# modprobe -r b43
# modprobe b43
If all goes well,you should be able to configure your wifi.
Offline
Now i am able to find wifi connections but anyway I can not connect to any of them, tips? I tried to manually adjust conf file but nothing.
Offline
post output of:
ifconfig -a
and your network.conf
Offline
root@slitaz:/home/tux# ifconfig -a
dummy0 Link encap:Ethernet HWaddr FE:C7:DC:73:3C:94
BROADCAST NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
eth0 Link encap:Ethernet HWaddr 00:15:60:C9:6E:84
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:16
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:523 errors:0 dropped:0 overruns:0 frame:0
TX packets:523 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:113687 (111.0 KiB) TX bytes:113687 (111.0 KiB)
wlan0 Link encap:Ethernet HWaddr 00:14:A5:B5:C9:C3
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
root@slitaz:/home/tux#
==================================================================================
==================================================================================
# /etc/network.conf: SliTaz system wide networking configuration.
# Config file used by: /etc/init.d/network.sh
#
# Set default interface.
INTERFACE="eth0"
# Dynamic IP address.
# Enable/disable DHCP client at boot time.
DHCP="yes"
# Static IP address.
# Enable/disable static IP at boot time.
STATIC="no"
# Set IP address and netmask for a static IP.
IP="192.168.0.6"
NETMASK="255.255.255.0"
# Set route gateway for a static IP.
GATEWAY="192.168.0.1"
# Set DNS server for a static IP.
DNS_SERVER="192.168.0.1"
# Wifi connection.
# Enable/disable wireless connection at boot time.
WIFI="yes"
# Wifi interface (iwconfig) and ESSID.
WIFI_INTERFACE="wlan0"
WIFI_ESSID="InfostradaWiFi"
WIFI_MODE="managed"
WIFI_KEY="************"
WIFI_KEY_TYPE="WPA"
WPA_DRIVER=""
WIFI_CHANNEL=""
WIFI_IWCONFIG_ARGS=""
Offline
open a terminal su to root and type
/etc/init.d/network.sh stop
-------------------------------------
in network.conf (as root) change
# Set default interface.
INTERFACE="eth0" to
INTERFACE="wlan0"
--------------------------------------
back in the terminal type
/etc/init.d/network.sh start
--------------------------------------
btw.If you type (as root) iwlist scan
do you see some networks yes/no ?
also type iwlist channel to see which channels are available,
your AP should use one of them.
Offline
@seagull
... and maybe you'll have to type in your network.conf:
WPA_DRIVER="wext"
... this is needed, if you use a wpa wifi key type.
Offline
Hi seagull,
Not a great specialist of wifi but my opinion is you must keep
INTERFACE="eth0"
Is the name of your wifi-box "InfostradaWiFi" ?
EDIT: @unknown that modified this post: rather than modifing, please post!
I know the ESSID of seagull is InfostradaWiFi, it's writen in its network.conf but does it correspond to its router is the question.
Offline
Ciao seagull,
utilizzo senza problemi slitaz su di un notebook quasi gemello al tuo nx7300, però vorrei capire quale versione di slitaz usi?
I consigli che ti hanno dato sono tutti giusti, però c'è una cosa che può sapere solo chi ce l'ha sotto mano:
i led blu sono accesi?
Se no c'è un tasto dedicato per farlo, inoltre se usi una versione cooking con un kernel 3.xx
per qualche strana ragione le periferiche wireless vengono disattivate al boot
per riattivarle serve un comando rfkill
come root dai in terminale
rfkill unblock all
poi prosegui con gli altri indicati sopra.
Offline
Allora, uso la 4.0 stabile. Comunque ho provato QUALSIASI cosa avete consigliata, e anche dopo tutte queste cose il problema rimane uguale: rilevo le reti, ma non si connette alla fine. Anche il canale wifi è compatibile, non so cosa non vada. Comunque "rfkill" non esiste come comando mi dice. E comunque il led funziona, posso, col bottone, attivare o disattivare il segnale.
Consigli? Grazie ancora!
So, i got 4.0 stable. I tried EVERYTHING you guys wrote here, but even with this all together the issue stays the same: i can find connections but i can connect to none of them. I even checked that the wifi channel i got is compatible but nothing. And it says to me that "rfkill" command does not exist. Ah, the blue led near the keyboard which shows wifi card works, i can push it do activate or deactivate.
Tips? Thanks again!
Offline
Con SliTaz-4.0 rfkill non dovrebbe servirti lo confermi con il fatto che i led sono già accesi, cmq esiste il suo pacchetto “tazpkg -gi rfkill” ti consiglio di installarlo ti servirà nelle prove successive.
Io uso una versione modificata della 4, siccome il tazpanel l'ho rimosso posso solo indicarti la procedura manuale, se vuoi provare tenta con i passi successivi.
I miei driver sono questi
http://www.freefilehosting.net/b43-firmware
scaricali poi da terminale nella cartella dove li hai messi come root dai
tazpkg install b43-firmware.tazpkg
modprobe -r b43
modprobe b43
sempre che tu non abbia una connessione pppoe o una diversa da wpa come criptazione puoi collegarti manualmente con questi comandi in terminale
ferma lo script di rete con
/etc/init.d/network.sh stop
poi prosegui così
rfkill unblock all
ifconfig wlan0 up
iwlist wlan0 scan
dovresti vedere nella lista la tua rete rilevata, un particolare la chiave wpa funziona se ha criptazione TKIP, come CCMP non te lo posso garantire. Per confermarlo cerca nella tua rete rilevata queste righe
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : TKIP
Authentication Suites (1) : PSK
Se sei in queste condizioni dovresti riuscire senza problemi
Prosegui sempre da terminale nel memorizzare il nome e la tua chiave wpa così
wpa_passphrase “nome tua rete” tuapassword > /etc/wpa.conf
ora prova a collegarti
wpa_supplicant -Dwext -iwlan0 -c/etc/wpa.conf &
dovresti vedere una cosa più o meno come questa
Trying to associate with “tuo mac address” (SSID='nome tua rete' freq=2412 MHz)
Associated with “tuo mac address”
WPA: Key negotiation completed with “tuo mac address” [PTK=TKIP GTK=TKIP]
CTRL-EVENT-CONNECTED - Connection to “tuo mac address” completed (auth) [id=0 id_str=]
Se fino qui ci sei vuol dire che i driver funzionano, ora fai partire il dhcpc
udhcpc -i wlan0
e hai ottienuto un ip
prova a pingare
ping -c 4 8.8.8.8
testa i dns
ping -c 4 www.google.com
oppure apri il browser direttamente per vedere se sei connesso.
Offline
Pages: 1
[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.58 MiB (Peak: 1.77 MiB) ]