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 1Npymg-0004DU-Mx for garchives@archives.gentoo.org; Fri, 12 Mar 2010 06:55:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E973BE0BD3; Fri, 12 Mar 2010 06:55:09 +0000 (UTC) Received: from mail-bw0-f211.google.com (mail-bw0-f211.google.com [209.85.218.211]) by pigeon.gentoo.org (Postfix) with ESMTP id 98288E0BD3 for ; Fri, 12 Mar 2010 06:55:09 +0000 (UTC) Received: by bwz3 with SMTP id 3so854794bwz.29 for ; Thu, 11 Mar 2010 22:55:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:reply-to:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=0hpBsE9z2RipPNzep0EpY9mtuA2orrVRm5sZllZcDDU=; b=FF2WPHAarAajEI5zSNCdyvGYTjwsJB5RwYOKnwaZizG7wHQXFlwSagyTim0cuGG0tB KEnsW41I0DQyRdQiS2Gst4qDXj75qA/IvItR5tPgwhhVCSKMonrrhjIPmH/5EGdAB3ln Kz9R9EqYtLFAskjmJWzpwVne2Z67eyjN4v5z0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=oPcia36d8oXjCuCUQSukXSiE6rm23AAVEgmGrcFiqtRTzOKkQNT8YtQGMg7l16quVP GL/yjQJG7UiSSJUm4ReXkkXHrkCocnWQHv8JrzTQvIGRm8QQ+oRvxYVxerEme8rOaSuc 57kVaIf0ZLTA054L73RSNgVDyFavvg92lI0vg= Received: by 10.204.26.135 with SMTP id e7mr1206946bkc.202.1268376908951; Thu, 11 Mar 2010 22:55:08 -0800 (PST) Received: from lappy.localnet (230.3.169.217.in-addr.arpa [217.169.3.230]) by mx.google.com with ESMTPS id l1sm3755505bkl.20.2010.03.11.22.55.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 11 Mar 2010 22:55:07 -0800 (PST) From: Mick To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] /etc/init.d/net.ra0 is not bringing up the interface? Date: Fri, 12 Mar 2010 06:54:53 +0000 User-Agent: KMail/1.12.4 (Linux/2.6.31-gentoo-r10; KDE/4.3.5; i686; ; ) References: In-Reply-To: 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 Content-Type: multipart/signed; boundary="nextPart3737131.npIPUAocmn"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201003120655.05681.michaelkintzios@gmail.com> X-Archives-Salt: ce4195b3-f4ed-49b6-9075-6fd4fb7c98ba X-Archives-Hash: 455f62632dae6d4e6d7db7470c33f5a9 --nextPart3737131.npIPUAocmn Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable 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 r= a0 > up). For instance the boot log will say: >=20 > * 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 >=20 > And so on and so on for all the different settings, until it finally gives > up. >=20 > 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. >=20 > 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= =20 /etc/conf.d/net to manage your wireless card either using iwconfig, or usin= g=20 wpa_supplicant. You probably need something like: sleep_scan_ra0=3D"3" #where "3" is three seconds HTH.=20 =2D-=20 Regards, Mick --nextPart3737131.npIPUAocmn Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) iEYEABECAAYFAkuZ5UkACgkQVTDTR3kpaLZOlACfT3tb3iaj+DyeaQ71p2ItLhOS RDcAn3z5UPP7hrnj38LWSw5BfZydFFq1 =FM+J -----END PGP SIGNATURE----- --nextPart3737131.npIPUAocmn--