public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] wireless
@ 2006-10-07  5:55 Ted Ozolins
  2006-10-07 14:06 ` Kurt Guenther
  0 siblings, 1 reply; 9+ messages in thread
From: Ted Ozolins @ 2006-10-07  5:55 UTC (permalink / raw
  To: gentoo-user

Just acquired an Atheros based wireless card. acquired madwifi-ng and
tools.  Using the /etc/conf.d/wireless.example I set up as per  RTFM'n .
I have in /etc/conf.d/wireless:

essid_ath0="patkno"
mode_ath0="managed"
channel_ath0="6"
key_patkno="s:********** enc open"

and I have in /etc/conf.d/net the line:

modules=( "iwconfig" )

# iwconfig
eth0      no wireless extensions.

lo        no wireless extensions.

wifi0     no wireless extensions.

ath0      IEEE 802.11b  ESSID:""
          Mode:Managed  Channel:0  Access Point: Not-Associated
          Bit Rate:0 kb/s   Tx-Power:0 dBm   Sensitivity=0/3
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=0/94  Signal level=-95 dBm  Noise level=-95 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

after entering each of the fields manually:

iwconfig ath0 channel 6

iwconfig ath0 essid patkno
iwconfig ath0 key s:**********
iwpriv ath0 keymgtalgs 1
ifconfig ath0 up
crash ~ #   # iwconfig ath0
ath0      IEEE 802.11g  ESSID:"patkno"
          Mode:Managed  Frequency:2.437 GHz  Access Point: 00:0F:3D:B5:A0:84
          Bit Rate:11 Mb/s   Tx-Power:18 dBm   Sensitivity=0/3
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:****-****-****-****-****   Security mode:restricted
          Power Management:off
          Link Quality=56/94  Signal level=-39 dBm  Noise level=-95 dBm
          Rx invalid nwid:3494  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
However when I issue:
dhcpcd ath0 it times out and ifconfig does not show an ath0.

I'm running 2.6.17-gentoo-r7  kernel and
iwconfig -v
iwconfig  Wireless-Tools version 28
          Compatible with Wireless Extension v11 to v20.

Modprobed modules:
ath_pci
wlan_scan_sta
ath_hal
Have I missed something obvious?




-- 
Ted Ozolins(VE7TVO)


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread
* [gentoo-user] Wireless...
@ 2009-12-03  2:17 BRM
  2009-12-03  4:15 ` Zeerak Waseem
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: BRM @ 2009-12-03  2:17 UTC (permalink / raw
  To: Users Gentoo

I have wireless working (b43legacy driver for the Dell Wireless Broadcom) through a static configuration in /etc/conf.d/net - basically:

essid_wlan0="myWLAN"
key_MYWLAN="somekey"
config_MYWLAN=( "dhcp" )
preferred_APS= ( "myWLAN" )

I would like to use a tool like WPA Supplicant instead so I can have a more dynamic configuration.
I've tried to setup WPA supplicant but haven't been able to get it to work.

My last attempt was with:

modules=( "wpa_supplicant" )
wpa_supplicant_wlan0="-Dwext"
wpa_timeout_wlan0=15

I also tried the iwconfig setup:

modules=( "iwconfig" )
iwconfig_wlan0="mode managed"
wpa_timeout_wlan0=15

Both these were based on configurations I found while researching gentoo wireless configurations:

http://en.gentoo-wiki.com/wiki/Wireless_Networking

the wpa_supplicant man page possibly suggests uses "-Dbroadcom", but the following supports "-Dwext" since I have the b43legacy driver working (firmware extracted using b43-fwcutter a while back; dmesg reports version 0x127).

http://linuxwireless.org/en/users/Drivers/b43

I have both the iwconfig utilities and wpa supplicant installed. When I used wpa supplicant with either configuration it would just keep searching.

Now, my wireless configuration is currently WEP; and I'd like to upgrade to WPA/WPA2 once I can get a wireless tool on the system as well.

Is there anything I'm doing wrong with the configuration above?

Also - what is the correct GUI for configuring connections under KDE4? I know of the WPA Supplicant GUI; and the GNOME GUI; but would like something under more directly KDE4.

KNemo just puts up monitors that are pretty useless (though look pretty).

TIA,

Ben

P.S. It seems my Linksys WRT54G v3 needs a firmware update for WPA2. So right now, I'd just like to be able to configure dynamically for my WEP network; then I'll focus on going to WPA/WPA2.




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-01-06 17:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-07  5:55 [gentoo-user] wireless Ted Ozolins
2006-10-07 14:06 ` Kurt Guenther
2006-10-08  4:05   ` Ted Ozolins
  -- strict thread matches above, loose matches on Subject: below --
2009-12-03  2:17 [gentoo-user] Wireless BRM
2009-12-03  4:15 ` Zeerak Waseem
2009-12-03  4:29 ` Crístian Viana
2009-12-03 13:05 ` Mike Edenfield
2009-12-03 22:25   ` BRM
2010-01-06 17:16     ` BRM

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox