public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: Mick <michaelkintzios@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] wireless on boot
Date: Thu, 2 Nov 2006 18:54:59 +0000	[thread overview]
Message-ID: <200611021855.13595.michaelkintzios@gmail.com> (raw)
In-Reply-To: <200611011547.25647.mailing-gentoo@sailorferris.com>

[-- Attachment #1: Type: text/plain, Size: 1595 bytes --]

On Wednesday 01 November 2006 14:47, Luigi Pinna wrote:
> gpgkeys: HTTP fetch error 6: Couldn't resolve host 'subkeys.pgp.net'
> Hallo!
> How can I set on boot time my lan connection using a usb card?
> Some service need internet on boot (ntp-client, etc.) but I cannot find
> a script on /etc/init.d/ to support it.
> The connection uses wpa.

If I understand you correctly, you won't find the entry you're looking for.  
You need to create a link with the name of your usb card interface. 
ifconfig -a will show you what the new network card is recognised as and then 
you have to link it to /etc/init.d/net.lo.  For example, if ifconfig shows 
you a new interface called wlan0 then you need to run something like this:

# cd /etc/init.d
# ln -s net.lo net.wlan0

Then, set something like RC_NET_STRICT_CHECKING="no" in your /etc/conf.d/rc 
and all the right things should happen when you boot up.

> A second question: some times the connection gets down but dhcpcd
> doesn't see it and the only solution is to kill wpa_supplicant and
> dhcpcd and restart them.
> How can I prevent this problem, or connect automatic again?

Sorry, not adequately clued up on this, to offer any reliable advice.  I know 
that the wpa_supplicant requires the iface to stay up, something which may 
not happen if dhcpcd goes down and takes the iface with it.  You may want to 
try adding an option like dhcpcd_wlan0="-o" in your /etc/conf.d/net to see if 
it makes any difference.  Someone more knowledgeable in network matters ought 
to advise here.

HTH.
-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2006-11-02 19:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-01 14:47 [gentoo-user] wireless on boot Luigi Pinna
2006-11-02 18:54 ` Mick [this message]
2006-11-04 12:53   ` Luigi Pinna
2006-11-04 19:44     ` Neil Bothwick
2006-11-07 19:35       ` Luigi Pinna
2006-11-08 13:24         ` Mick

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=200611021855.13595.michaelkintzios@gmail.com \
    --to=michaelkintzios@gmail.com \
    --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