PDA

View Full Version : ubuntu 6.10 wifi 3945 e wpa


jackyaway
15-02-2007, 16:21
Ho da poco installato la ubuntu sul mio notebook, in questi giorni sto cercando di far funzionare + periferiche possibili...mi sono inceppato sul wifi.
Ho seguito diverse guide sul wiki di ubuntu-it e su altri siti ma con risultati scadenti.


eth0 Link encap:Ethernet HWaddr 00:18:F3:6D:8A:40
inet addr:192.168.0.9 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::218:f3ff:fe6d:8a40/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:25919 errors:0 dropped:0 overruns:0 frame:0
TX packets:16950 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:36717771 (35.0 MiB) TX bytes:1778524 (1.6 MiB)
Interrupt:169 Base address:0xc800

eth1 Link encap:Ethernet HWaddr 00:13:02:E2:81:FE
inet6 addr: fe80::213:2ff:fee2:81fe/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:4 errors:27 dropped:205 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:69665 (68.0 KiB) TX bytes:84364 (82.3 KiB)
Interrupt:177 Base address:0xc000 Memory:fe1ff000-fe1fffff

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:22 errors:0 dropped:0 overruns:0 frame:0
TX packets:22 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1708 (1.6 KiB) TX bytes:1708 (1.6 KiB)


lo no wireless extensions.

eth0 no wireless extensions.

eth1 IEEE 802.11g ESSID:"JaCK::SyS::WL4N"
Mode:Managed Frequency:2.462 GHz Access Point: 00:0F:B5:58:1D:7E
Bit Rate:54 Mb/s Tx-Power:15 dBm
Retry limit:15 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=99/100 Signal level=-37 dBm Noise level=-38 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:183 Missed beacon:0

sit0 no wireless extensions.



There is already a pid file /var/run/dhclient.pid with pid 134993416
Internet Systems Consortium DHCP Client V3.0.4
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

Listening on LPF/eth1/00:13:02:e2:81:fe
Sending on LPF/eth1/00:13:02:e2:81:fe
Sending on Socket/fallback
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 11
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 19
DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 8
No DHCPOFFERS received.
No working leases in persistent database - sleeping.


per la gestione di wpa uso wpasupplicant


network={

ssid="JaCK::SyS::WL4N"
scan_ssid=1
proto=WPA
key_mgmt=WPA-PSK
psk=".....()YOU101010W|LL{}°°°[__]\|/....ecc"

}


auto lo
iface lo inet loopback


iface eth0 inet dhcp

auto eth1
iface eth1 inet dhcp
wpa-driver wext
wpa-conf /etc/wpa_supplicant.conf


auto eth2
iface eth2 inet dhcp

auto ath0
iface ath0 inet dhcp

auto wlan0
iface wlan0 inet dhcp



Grazie a tutti per l'aiuto!