From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Npy8M-00087B-Gf for garchives@archives.gentoo.org; Fri, 12 Mar 2010 06:14:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00F6BE0C00; Fri, 12 Mar 2010 06:12:55 +0000 (UTC) Received: from qw-out-1920.google.com (qw-out-1920.google.com [74.125.92.147]) by pigeon.gentoo.org (Postfix) with ESMTP id CA138E0C00 for ; Fri, 12 Mar 2010 06:12:55 +0000 (UTC) Received: by qw-out-1920.google.com with SMTP id 14so279304qwa.10 for ; Thu, 11 Mar 2010 22:12:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Ix22/KBidaccCg3jvby7ucTneY4p3f10Ct+klnRPoWo=; b=rZQ3kXS+9I+lZrLLFXFiq8udjzFTaz+ly3lrWOuUH6UnusI4ylQuKH8mDDCnIyCStE mGkEd32h4yuxfIWUWTagt5gseWq9Xaklnj+71tAP5m3TLBvctwh+vMp3PnaPJM1S0VHz ZYCA3qJTu/+h+sa3a5ZzIgswG0P8XPyFycmMM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=VaOs8Q4lAVLDQ83Ojw82BLsmY5D3PInOoA0+wgnJO5x315uEz8WegiJauRxBzV8ftF qeVc7uQzICp+nstWkyOYAIKDbGa2wZ5K5RYroa8/RRG+S8FpxlaUPPlmf7EKACzTmftd Q46Q1oluFEnYYiWz2rdS0j/7X6+iUHyCJDTpE= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.220.124.5 with SMTP id s5mr778912vcr.97.1268374375096; Thu, 11 Mar 2010 22:12:55 -0800 (PST) Date: Thu, 11 Mar 2010 22:12:55 -0800 Message-ID: Subject: [gentoo-user] /etc/init.d/net.ra0 is not bringing up the interface? From: Tony Miller To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=001636d3448811e34c0481946c63 X-Archives-Salt: ba8d1bfe-7596-403f-91ca-1542b3b2db46 X-Archives-Hash: d3759659d468a951bd2510cebc8874d8 --001636d3448811e34c0481946c63 Content-Type: text/plain; charset=ISO-8859-1 I have added /etc/init.d/net.ra0 (my wireless interface is called ra0 instead of wlan0) to the default runlevel. It starts the script at boot, but it acts like the device has not been brought up(i.e. with ifconfig ra0 up). For instance the boot log will say: * Starting ra0 * Configuring wireless network for ra0 Error for wireless request "Set Mode" (8B06) : SET failed on device ra0; Network is down Error for wireless request "Set encode" (8B2A) : SET failed on device ra0; Network is down Error for wireless request "Set essid" (8B1A) : SET failed on device ra0; Network is down And so on and so on for all the different settings, until it finally gives up. I can do ifconfig ra0 up, iwconfig ra0 essid any, dhcpcd ra0 and connect to the network just fine! Of course I would like it to start at boot however. Any ideas? The init script is broken? The actual init script is very complicated, and even if it were easy to just add "ifconfig ra0 up" somewhere to it, I'm not sure if that's the "best" solution. Thanks, -Tony --001636d3448811e34c0481946c63 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I have added /etc/init.d/net.ra0 (my wireless interface is called ra0 inste= ad of wlan0) to the default runlevel. It starts the script at boot, but it = acts like the device has not been brought up(i.e. with ifconfig ra0 up). Fo= r instance the boot log will say:

* Starting ra0
* =A0Configuring wireless network f= or ra0
Error for wireless request "Set Mode" (8B06) :
=A0=A0 =A0SET failed on device ra0; Network is down
Error for wireless request "Set encode" (8B2A) :
=A0=A0 =A0SET failed on device ra0; Network is down
Err= or for wireless request "Set essid" (8B1A) :
=A0=A0 =A0= SET failed on device ra0; Network is down

And so o= n and so on for all the different settings, until it finally gives up.

I can do ifconfig ra0 up, iwconfig ra0 essid any, dhcpc= d ra0 and connect to the network just fine! Of course I would like it to st= art at boot however.

Any ideas? The init script is= broken? The actual init script is very complicated, and even if it were ea= sy to just add "ifconfig ra0 up" somewhere to it, I'm not sur= e if that's the "best" solution.

Thanks,
-Tony
--001636d3448811e34c0481946c63--