View previous topic :: View next topic |
Author |
Message |
HoX Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 11 Nov 2006 Posts: 385
|
Posted: Tue May 08, 2007 9:07 am Post subject: [RISOLTO]ipw3945: errore quando avvio eth1 |
|
|
Sto provando ad installare i driver per la scheda wireless ipw3945 sul mio portatile con architettura AMD64 (su cpu Core2duo T7200) e kernel 2.6.20-gentoo-r7.
Ho configurato e installato tutto come da manuale, ma quando avvio la rete con /etc/init.d/net.eth1 start ottengo il seguente errore:
Code: | * Starting eth1
* Starting wpa_supplicant on eth1 ...
LINE 10: failed to parte ssid 'DLINK_WIRELESS'.
LINE 10: failed to parte ssid 'DLINK_WIRELESS'.
LINE 15: failed to parse network block.
/lib/rcscripts/sh/rc-daemon.sh: line 231: 5992 Segmentation fault /sbin/start-stop-daemon '--start' '--exec' '/sbin/wpa_supplicant' '--pidfile' '/var/run/wpa_supplicant-eth1.pid' '--' '-Dwext' '-c/etc/wpa_supplicant/wpa_supplicant.conf' '-W' '-B' '-ieth1' '-P/var/run/wpa_supplicant-eth1.pid' |
questi sono i miei file di configurazione
/etc/conf.d/net
Code: | #Ethernet
config_eth0=( "192.168.1.5 netmask 255.255.255.0" )
routes_eth0=( "default gw 192.168.1.1" )
#WiFi
modules=( "wpa_supplicant" )
wpa_supplicant_eth1="-Dwext"
wpa_timeout_eth1=60
config_eth1=( "192.168.1.5 netmask 255.255.255.0" )
routes_eth1=( "default gw 192.168.1.1" )
depend_eth1() {
need ipw3945d
} |
/etc/wpa_supplicant/wpa_supplicant.conf
Code: | ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
update_config=0
fast_reauth=1
ap_scan=1
network={
ssid=DLINK_WIRELESS
key_mgmt=NONE
wep_key0="XXXXXXXXXX"
wep_tx_keyidx=0
priority=5
} |
e infine questo è l'output di iwconfig per eth1
Code: | eth1 unassociated ESSID:off/any
Mode:Managed Frequency=nan kHz Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power:16 dBm
Retry limit:15 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:100 Missed beacon:0 |
Ho letto vari thread e guide, ma non riesco a venirne a capo... riuscite ad aiutarmi?
Last edited by HoX on Tue May 08, 2007 12:16 pm; edited 2 times in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
skypjack l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/125299789148407c8d02083.jpg)
Joined: 05 Aug 2006 Posts: 884 Location: Italia - Firenze
|
Posted: Tue May 08, 2007 12:12 pm Post subject: |
|
|
Grazie per la chiave...
Comunque leggi i messaggi d'errore: sta nel network-block, sul ssid... Forse va chiuso fra apici? Direi di si... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|