Gentoo Archives: gentoo-user

From: Marco Calviani <marco.calviani@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Wireless problem (ipw2200)
Date: Sun, 10 Sep 2006 10:30:01
Message-Id: da5cd1900609100323l1d3e399ck720b4313e75721bc@mail.gmail.com
In Reply to: Re: [gentoo-user] Wireless problem (ipw2200) by Jean Magnan de Bornier
1 Hi Jean,
2
3 the result of
4 $ dhcpcd -v LOG_DEBUG -d 2 eth1
5 is
6 Error, dhcpStart: ioctl SIOCGIFHWADDR: No such device
7
8 even if iwconfig shows:
9
10 eth1 unassociated ESSID:"home"
11 Mode:Managed Channel=0 Access Point: 00:2C:F9:08:3B:6D
12 Bit Rate:0 kb/s Tx-Power=20 dBm Sensitivity=8/0
13 Retry limit:7 RTS thr:off Fragment thr:off
14 Encryption key:(mykey) Security mode:restricted
15 Power Management:off
16 Link Quality:0 Signal level:0 Noise level:0
17 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
18 Tx excessive retries:0 Invalid misc:0 Missed beacon:0
19
20
21 and here's my wpa_supplicant.conf
22
23 ctrl_interface=/var/run/wpa_supplicant
24 ctrl_interface_group=0
25
26 eapol_version=1
27
28 ap_scan=1
29
30 fast_reauth=1
31
32 network={
33 ssid="home"
34 key_mgmt=NONE
35 wep_key0=(mykey)
36 wep_tx_keyidx=0
37 priority=5
38 auth_alg=SHARED
39 }
40
41
42 > A/ What is the content of your wpa_supplicant.conf? (please don't show
43 > your psk if any)
44 > B/ What is the output of dhcpcd -v LOG_INFO eht1? (or LOG_DEBUG)
45 >
46 > cheers,
47
48 Thanks in advance,
49 Marco
50 --
51 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Wireless problem (ipw2200) Jean Magnan de Bornier <jean@×××××××.net>