Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Disabling net.ath0 backgrounding
Date: Mon, 23 Oct 2006 16:09:57
Message-Id: 49bf44f10610230903l393b4f6fr35d1ff49f593cd5c@mail.gmail.com
In Reply to: Re: [gentoo-user] Disabling net.ath0 backgrounding by "Boyd Stephen Smith Jr."
1 > > > > I tried the following in /etc/conf.d/net :
2 > > > >
3 > > > > modules_ath0=( "!plug" )
4 > > > >
5 > > > > but it still goes into "backgrounding".
6 > > > That shouldn't happen.
7 > > >
8 > > > Please post the output of:
9 > > > grep -Ev '^[[:space:]]*(#.*)?$' /etc/conf.d/net
10 > >
11 > > modules="wpa_supplicant"
12 > > wpa_supplicant_ath0="-Dmadwifi"
13 > > config_ath0=( "192.168.0.3 netmask 255.255.255.0 broadcast
14 > > 192.168.0.255" ) routes_ath0=( "default via 192.168.0.1" )
15 > > essid_ath0="network2"
16 > > modules_ath0=( "!plug" )
17 >
18 > Around line 159 in my net.example says:
19 > # By default don't wait for wpa_suppliant to associate and authenticate.
20 > # If you would like to, so can specify how long in seconds
21 > #associate_timeout_eth0=60
22 > # A value of 0 means wait forever.
23 >
24 > It may be possible that you need to set this variable to 0 to prevent
25 > backgrounding, independent of the ifplugd/netplug quashing.
26
27 I set that variable and it does seem to stop the backgrounding, but
28 I'm not given any more information than I was with backgrounding
29 unless it connects. I could be wrong, but I thought I was getting
30 more information before.
31
32 Incidentally, I am able to connect to the AP this morning. The next
33 time I can't connect I'll try different channels as I do live in an
34 apartment.
35
36 For some reason, I don't seem to have DNS service although I am
37 connected to the network and Internet. DNS comes from my Gentoo
38 router (dnsmasq), and my other system connected to it is getting
39 lookups just fine. I have added:
40
41 nameserver 192.168.0.1
42
43 to /etc/resolv.conf and restarted net.ath0 to no avail. I suppose
44 baselayout -1.13* could be causing this problem somehow. Downgrading
45 back to a stable baselayout caused all kinds of errors to pop up in
46 different places. I believe they were net.lo errors, so maybe they
47 have to do with the net.lo symlink you noticed?
48
49 /etc/init.d/net.lo -> ../../lib64/rcscripts/sh/net.sh
50
51 I'd like to get back on a stable baselayout if possible.
52
53 - Grant
54 --
55 gentoo-user@g.o mailing list