Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] configuring wlan0
Date: Wed, 18 Nov 2009 16:39:40
Message-Id: 200911181638.55003.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] configuring wlan0 by "Michael P. Soulier"
1 On Wednesday 18 November 2009 15:11:05 Michael P. Soulier wrote:
2 > On 18/11/09 Alan McKinnon said:
3 > > Forget all about conf.d/net, and disable the init scripts for it.
4 > >
5 > > Install and run wicd instead.
6 >
7 > I'll look into it, but the Gentoo Handbook still points at conf.d/net, so
8 > should there not be an update if it has fallen out of favour? Should the
9 > bugs in conf.d/net not be fixed?
10
11 I don't think that there bugs in conf.d/net just a matter of preference. Alan
12 suggested that wicd is a simpler way to have your wireless configured and it
13 does not need /etc/init.d/*net scripts to function.
14
15 I am running wpa_supplicant:
16
17 modules=( "wpa_supplicant" )
18
19 wpa_supplicant_ath0="-Dwext"
20
21 and it just works™ for my wireless card.
22
23 You may want to try something like this in your /etc/conf.d/net:
24
25 sleep_scan_wlan0="1"
26
27 config_wlan0=( "dhcp" )
28 fallback_wlan0=( "192.168.0.5 netmask 255.255.255.0" )
29 fallback_route_wlan0=( "default via 192.168.0.1" )
30
31 in case there is a dhcp problem with how the router releases IP address
32 leases.
33 --
34 Regards,
35 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] configuring wlan0 "Michael P. Soulier" <msoulier@×××××××××××××.ca>