On Sunday 22 October 2006 12:01, Grant <[EMAIL PROTECTED]> wrote about 'Re: [gentoo-user] Disabling net.ath0 backgrounding': > I tried the following in /etc/conf.d/net : > > modules_ath0=( "!plug" ) > > but it still goes into "backgrounding".
That shouldn't happen.
Please post the output of:
equery b /etc/init.d/net.lo
equery l baselayout
equery k baselayout
ls -ld /etc/init.d/net.*
grep -Ev '^[[:space:]]*(#.*)?$' /etc/conf.d/net
grep -Ev '^[[:space:]]*(#.*)?$' /etc/conf.d/net
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
> When ath0 won't connect to
> the wireless network I need to be able to see more about what is
> happening when it's trying to connect. Is that still possible?
Should be, unless it is something peculiar about wireless (don't use
wireless much) or atheros cards specifically.
--
"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
pgpRrJShRjp3g.pgp
Description: PGP signature

