Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] configuring wlan0
Date: Wed, 18 Nov 2009 07:11:43
Message-Id: 200911180910.33949.alan.mckinnon@gmail.com
In Reply to: [gentoo-user] configuring wlan0 by "Michael P. Soulier"
1 On Wednesday 18 November 2009 01:20:15 Michael P. Soulier wrote:
2 > Hi,
3 >
4 > I recently moved from a wired ethernet interface to wireless via
5 > ndiswrapper. I now have wlan0 interface, and configuring it by hand works
6 > fine.
7 >
8 > But, on boot, it's not coming up. The initscript gets as far as setting up
9 > the essid, but then says that it cannot configure it. That's the only
10 > feedback.
11 >
12 > msoulier@anton:~$ cat /etc/conf.d/net
13 > essid_wlan0="digitaltorque"
14 > config_wlan0=( "192.168.0.5/24" )
15 > routes_wlan0=( "default via 192.168.0.1" )
16 > msoulier@anton:~$ ls -l /etc/init.d/net.wlan0
17 > lrwxrwxrwx 1 root root 6 Nov 8 2008 /etc/init.d/net.wlan0 -> net.lo
18 >
19 > Do I need more here? I'm not yet running encryption, just a MAC filter, so
20 > no other wireless params are needed.
21
22 Forget all about conf.d/net, and disable the init scripts for it.
23
24 Install and run wicd instead.
25
26 --
27 alan dot mckinnon at gmail dot com

Replies

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