Gentoo Archives: gentoo-user

From: Ted Ozolins <ted1@×××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] wireless
Date: Sat, 07 Oct 2006 06:00:43
Message-Id: 4527413E.1050404@telus.net
1 Just acquired an Atheros based wireless card. acquired madwifi-ng and
2 tools. Using the /etc/conf.d/wireless.example I set up as per RTFM'n .
3 I have in /etc/conf.d/wireless:
4
5 essid_ath0="patkno"
6 mode_ath0="managed"
7 channel_ath0="6"
8 key_patkno="s:********** enc open"
9
10 and I have in /etc/conf.d/net the line:
11
12 modules=( "iwconfig" )
13
14 # iwconfig
15 eth0 no wireless extensions.
16
17 lo no wireless extensions.
18
19 wifi0 no wireless extensions.
20
21 ath0 IEEE 802.11b ESSID:""
22 Mode:Managed Channel:0 Access Point: Not-Associated
23 Bit Rate:0 kb/s Tx-Power:0 dBm Sensitivity=0/3
24 Retry:off RTS thr:off Fragment thr:off
25 Encryption key:off
26 Power Management:off
27 Link Quality=0/94 Signal level=-95 dBm Noise level=-95 dBm
28 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
29 Tx excessive retries:0 Invalid misc:0 Missed beacon:0
30
31 after entering each of the fields manually:
32
33 iwconfig ath0 channel 6
34
35 iwconfig ath0 essid patkno
36 iwconfig ath0 key s:**********
37 iwpriv ath0 keymgtalgs 1
38 ifconfig ath0 up
39 crash ~ # # iwconfig ath0
40 ath0 IEEE 802.11g ESSID:"patkno"
41 Mode:Managed Frequency:2.437 GHz Access Point: 00:0F:3D:B5:A0:84
42 Bit Rate:11 Mb/s Tx-Power:18 dBm Sensitivity=0/3
43 Retry:off RTS thr:off Fragment thr:off
44 Encryption key:****-****-****-****-**** Security mode:restricted
45 Power Management:off
46 Link Quality=56/94 Signal level=-39 dBm Noise level=-95 dBm
47 Rx invalid nwid:3494 Rx invalid crypt:0 Rx invalid frag:0
48 Tx excessive retries:0 Invalid misc:0 Missed beacon:0
49 However when I issue:
50 dhcpcd ath0 it times out and ifconfig does not show an ath0.
51
52 I'm running 2.6.17-gentoo-r7 kernel and
53 iwconfig -v
54 iwconfig Wireless-Tools version 28
55 Compatible with Wireless Extension v11 to v20.
56
57 Modprobed modules:
58 ath_pci
59 wlan_scan_sta
60 ath_hal
61 Have I missed something obvious?
62
63
64
65
66 --
67 Ted Ozolins(VE7TVO)
68
69
70 --
71 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] wireless Kurt Guenther <kurtg@××××××.com>