SliTaz SliTaz Forum

You are not logged in.

#1 2014-02-16 14:37:02

seagull
Member
Registered: 2014-02-16
Posts: 7

Wireless

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

#2 2014-02-16 16:57:11

sixyearsofdreams
Member
Registered: 2012-09-07
Posts: 58

Re: Wireless

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

#3 2014-02-16 17:00:31

sixyearsofdreams
Member
Registered: 2012-09-07
Posts: 58

Re: Wireless

Ciao,

Puoi dirci quale adattatore wireless hai esattamente?

Offline

#4 2014-02-16 19:51:31

seagull
Member
Registered: 2014-02-16
Posts: 7

Re: Wireless

Ciao, ti ringrazio della risposta. Come faccio a vederlo?

Cordiali saluti

Offline

#5 2014-02-16 21:54:01

sixyearsofdreams
Member
Registered: 2012-09-07
Posts: 58

Re: Wireless

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

#6 2014-02-19 00:19:48

seagull
Member
Registered: 2014-02-16
Posts: 7

Re: Wireless

Broadcom BCM4311 802.11b/g WLAN

Grazie

Offline

#7 2014-02-19 09:40:11

sixofeight
Member
Registered: 2013-07-02
Posts: 234

Re: Wireless

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

#8 2014-02-19 22:06:34

seagull
Member
Registered: 2014-02-16
Posts: 7

Re: Wireless

E adesso? / What now?

10:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)

Offline

#9 2014-02-20 09:07:02

sixofeight
Member
Registered: 2013-07-02
Posts: 234

Re: Wireless

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

#10 2014-02-20 14:36:43

seagull
Member
Registered: 2014-02-16
Posts: 7

Re: Wireless

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

#11 2014-02-20 16:47:14

sixofeight
Member
Registered: 2013-07-02
Posts: 234

Re: Wireless

post output of:

ifconfig -a

and your network.conf

Offline

#12 2014-02-21 16:32:04

seagull
Member
Registered: 2014-02-16
Posts: 7

Re: Wireless

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

#13 2014-02-21 18:14:43

sixofeight
Member
Registered: 2013-07-02
Posts: 234

Re: Wireless

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

#14 2014-02-21 19:04:21

aniguenni
Member
Registered: 2011-12-18
Posts: 153

Re: Wireless

@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

#15 2014-02-21 20:39:19

Ceel
Administrator
Registered: 2011-04-02
Posts: 1,424

Re: Wireless

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

#16 2014-02-22 09:35:27

gibor
Moderator
Registered: 2011-04-30
Posts: 1,067

Re: Wireless

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

#17 2014-02-23 20:48:47

seagull
Member
Registered: 2014-02-16
Posts: 7

Re: Wireless

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

#18 2014-02-24 10:28:44

gibor
Moderator
Registered: 2011-04-30
Posts: 1,067

Re: Wireless

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

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.58 MiB (Peak: 1.77 MiB) ]