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 <gentoo-user+bounces-109008-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1NroYZ-0005GM-Ix
	for garchives@archives.gentoo.org; Wed, 17 Mar 2010 08:24:48 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EEE74E0B06;
	Wed, 17 Mar 2010 08:24:07 +0000 (UTC)
Received: from mail-gy0-f181.google.com (mail-gy0-f181.google.com [209.85.160.181])
	by pigeon.gentoo.org (Postfix) with ESMTP id C38ABE0B06
	for <gentoo-user@lists.gentoo.org>; Wed, 17 Mar 2010 08:24:07 +0000 (UTC)
Received: by gyh20 with SMTP id 20so362814gyh.40
        for <gentoo-user@lists.gentoo.org>; Wed, 17 Mar 2010 01:24:07 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:in-reply-to:references
         :date:message-id:subject:from:to:content-type;
        bh=xHdE1D4xU3gz2LpovVfc6ZMbBy9pd4t7+mlRQ6c61x4=;
        b=XhaiCpGRAF9n6XyO3V3YuMkq/k8DRxO/IGuvJWpmZ5U+LHY6xXUTYGpIFGY/AePFZH
         BDFNfWLspH1H8Nd83LG0GKpuW6Gu7sGWu4c5/A2gN3QKGq/uvDK2OAtIKrpwjhq8Cg2S
         6HXdGsf8qW+dUaaqozAlBLlDN9iNIOngIH08Y=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        b=rCOYVlBnioN6Uwv9koVQZ98GFZT+nExJKOlVboG45GUEgbgopOaBJeDTTqgFaT6c6a
         Wk9JyzaraCn6ttzwwdAqH7uwjjNyjvRrL1gMqIDJHrt6v6XW7EbppsQly0xnqGycjaSG
         A7rDXcwrPjhe9LzRnYvbAiAKkUBlbHYjN31L0=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.150.119.42 with SMTP id r42mr435295ybc.325.1268814247340; Wed, 
	17 Mar 2010 01:24:07 -0700 (PDT)
In-Reply-To: <b77b56401003121159j43149e88h8510129ae4cfa211@mail.gmail.com>
References: <b77b56401003112212u48a10b02r87f6730d09871952@mail.gmail.com>
	 <201003120655.05681.michaelkintzios@gmail.com>
	 <b77b56401003121159j43149e88h8510129ae4cfa211@mail.gmail.com>
Date: Wed, 17 Mar 2010 01:24:07 -0700
Message-ID: <b77b56401003170124w6a73bfedt2f65413843a6407e@mail.gmail.com>
Subject: Re: [gentoo-user] /etc/init.d/net.ra0 is not bringing up the 
	interface?
From: Tony Miller <mcfiredrill@gmail.com>
To: gentoo-user@lists.gentoo.org
Content-Type: multipart/alternative; boundary=000e0cd71a5a7fbed60481fad680
X-Archives-Salt: e57d7bc9-0d22-4f26-a431-8459eea67187
X-Archives-Hash: 3e105ebc8d42ce765cec3700c21dab9c

--000e0cd71a5a7fbed60481fad680
Content-Type: text/plain; charset=ISO-8859-1

Well it was working, then I wanted to add this to my /etc/conf.d/net:

essid_ra0=( "my essid" )

Now the same problem is happening again, any advice?

Nothing else in my /etc/conf.d/net except for this:

sleep_scan_ra0="5"
config_ra0=( "dhcp" )


On Fri, Mar 12, 2010 at 12:59 PM, Tony Miller <mcfiredrill@gmail.com> wrote:

> That was just it! Thank you so much.
>
>
> On Thu, Mar 11, 2010 at 10:54 PM, Mick <michaelkintzios@gmail.com> wrote:
>
>> On Friday 12 March 2010 06:12:55 Tony Miller wrote:
>> > 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.
>>
>> Look at /etc/conf.d/wireless.example to see how you are meant to configure
>> /etc/conf.d/net to manage your wireless card either using iwconfig, or
>> using
>> wpa_supplicant.  You probably need something like:
>>
>> sleep_scan_ra0="3" #where "3" is three seconds
>>
>> HTH.
>> --
>> Regards,
>> Mick
>>
>
>

--000e0cd71a5a7fbed60481fad680
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Well it was working, then I wanted to add this to my /etc/conf.d/net:<div><=
br></div><div>essid_ra0=3D( &quot;my essid&quot; )</div><div><br></div><div=
>Now the same problem is happening again, any advice?</div><div><br></div>
<div>Nothing else in my /etc/conf.d/net except for this:</div><div><br></di=
v><div><div>sleep_scan_ra0=3D&quot;5&quot;</div><div>config_ra0=3D( &quot;d=
hcp&quot; )</div><div><br></div><br><div class=3D"gmail_quote">On Fri, Mar =
12, 2010 at 12:59 PM, Tony Miller <span dir=3D"ltr">&lt;<a href=3D"mailto:m=
cfiredrill@gmail.com">mcfiredrill@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex;">That was just it! Thank you so much.<div><d=
iv></div><div class=3D"h5"><br><br><div class=3D"gmail_quote">On Thu, Mar 1=
1, 2010 at 10:54 PM, Mick <span dir=3D"ltr">&lt;<a href=3D"mailto:michaelki=
ntzios@gmail.com" target=3D"_blank">michaelkintzios@gmail.com</a>&gt;</span=
> wrote:<br>

<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex"><div><div></div><div>On Friday 12 March 2010=
 06:12:55 Tony Miller wrote:<br>
&gt; I have added /etc/init.d/net.ra0 (my wireless interface is called ra0<=
br>
&gt; instead of wlan0) to the default runlevel. It starts the script at boo=
t,<br>
&gt; =A0but it acts like the device has not been brought up(i.e. with ifcon=
fig ra0<br>
&gt; =A0up). For instance the boot log will say:<br>
&gt;<br>
&gt; * Starting ra0<br>
&gt; * =A0Configuring wireless network for ra0<br>
&gt; Error for wireless request &quot;Set Mode&quot; (8B06) :<br>
&gt; =A0 =A0 SET failed on device ra0; Network is down<br>
&gt; Error for wireless request &quot;Set encode&quot; (8B2A) :<br>
&gt; =A0 =A0 SET failed on device ra0; Network is down<br>
&gt; Error for wireless request &quot;Set essid&quot; (8B1A) :<br>
&gt; =A0 =A0 SET failed on device ra0; Network is down<br>
&gt;<br>
&gt; And so on and so on for all the different settings, until it finally g=
ives<br>
&gt; up.<br>
&gt;<br>
&gt; I can do ifconfig ra0 up, iwconfig ra0 essid any, dhcpcd ra0 and conne=
ct to<br>
&gt; the network just fine! Of course I would like it to start at boot howe=
ver.<br>
&gt;<br>
&gt; Any ideas? The init script is broken? The actual init script is very<b=
r>
&gt; complicated, and even if it were easy to just add &quot;ifconfig ra0 u=
p&quot;<br>
&gt; somewhere to it, I&#39;m not sure if that&#39;s the &quot;best&quot; s=
olution.<br>
<br>
</div></div>Look at /etc/conf.d/wireless.example to see how you are meant t=
o configure<br>
/etc/conf.d/net to manage your wireless card either using iwconfig, or usin=
g<br>
wpa_supplicant. =A0You probably need something like:<br>
<br>
sleep_scan_ra0=3D&quot;3&quot; #where &quot;3&quot; is three seconds<br>
<br>
HTH.<br>
--<br>
Regards,<br>
<font color=3D"#888888">Mick<br>
</font></blockquote></div><br>
</div></div></blockquote></div><br></div>

--000e0cd71a5a7fbed60481fad680--