From: "Boyd Stephen Smith Jr." <bss03@volumehost.net>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Disabling net.ath0 backgrounding
Date: Sun, 22 Oct 2006 14:33:27 -0500 [thread overview]
Message-ID: <200610221433.28219.bss03@volumehost.net> (raw)
In-Reply-To: <49bf44f10610221212x18daf0f1w89d411d42e2955d8@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2490 bytes --]
On Sunday 22 October 2006 14:12, Grant <emailgrant@gmail.com> wrote
about 'Re: [gentoo-user] Disabling net.ath0 backgrounding':
> > equery b /etc/init.d/net.lo
>
> sys-apps/baselayout-1.13.0_alpha2-r1 (/etc/init.d/net.lo ->
> ../../lib64/rcscripts/sh/net.sh)
Hrm, that's new.
My net.lo is not a symlink.
> > equery l baselayout
>
> sys-apps/baselayout-1.13.0_alpha2-r1
But I'm still on baselayout-1.12
> > equery k baselayout
>
> 113 out of 150 files good, with a list of "has wrong mtime"
You can confirm those are all configuration files? If not, please provide
the list...
> > grep -Ev '^[[:space:]]*(#.*)?$' /etc/conf.d/net
>
> modules="wpa_supplicant"
> wpa_supplicant_ath0="-Dmadwifi"
> config_ath0=( "192.168.0.3 netmask 255.255.255.0 broadcast
> 192.168.0.255" ) routes_ath0=( "default via 192.168.0.1" )
> essid_ath0="network2"
> modules_ath0=( "!plug" )
It's possible, albeit unlikely, that the two modules lines are conflicting,
try removing both of them and adding:
modules_ath0=( "wpa_supplicant" "!plug")
above your config_ath0 line.
This may also be some behavior that is wpa_supplicant specific and I've
never used that particular piece of software.
> > grep -Ev '^[[:space:]]*(#.*)?$' /etc/conf.d/net
Sorry, that should have been:
grep -Ev '^[[:space:]]*(#.*)?$' /etc/conf.d/wireless
> > if /etc/init.d/net.ath0 status | grep -q started; then
> > /etc/init.d/net.ath0 restart
> > else
> > /etc/init.d/net.ath0 start
> > fi
>
> How can I execute this from the command line?
You should just be able to type it in or cut/copy and paste from my
original email. bash (and indeed most shells) don't interpret the input
from the command line significantly different than the content of a script
file.
> Please also let me know if you see anything that looks like it might
> be preventing net.ath0 from connecting. It's been slowly getting less
> and less reliable, and now it won't connect no matter how many times I
> ask. net.ath0 on my laptop connects perfectly every time.
:(
Sorry, I'm just not that wireless savvy, but everything looks fine to me.
Again, keep in mind that I've never used wpa_supplicant so I don't know if
that changes things.
--
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2006-10-22 19:40 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-04 16:38 [gentoo-user] Disabling net.ath0 backgrounding Grant
2006-10-04 16:50 ` darren kirby
2006-10-04 19:45 ` Boyd Stephen Smith Jr.
2006-10-22 17:01 ` Grant
2006-10-22 18:35 ` Boyd Stephen Smith Jr.
2006-10-22 19:12 ` Grant
2006-10-22 19:33 ` Boyd Stephen Smith Jr. [this message]
2006-10-22 21:07 ` Grant
2006-10-22 23:56 ` Boyd Stephen Smith Jr.
2006-10-23 0:00 ` Boyd Stephen Smith Jr.
2006-10-22 21:09 ` Grant
2006-10-23 0:06 ` Boyd Stephen Smith Jr.
2006-10-23 0:10 ` Boyd Stephen Smith Jr.
2006-10-23 16:03 ` Grant
2006-10-24 3:51 ` Grant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200610221433.28219.bss03@volumehost.net \
--to=bss03@volumehost.net \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox