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 1R1MkS-0001TC-ET for garchives@archives.gentoo.org; Wed, 07 Sep 2011 18:21:20 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28C8221C1E5; Wed, 7 Sep 2011 18:21:02 +0000 (UTC) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by pigeon.gentoo.org (Postfix) with ESMTP id 45E5A21C170 for ; Wed, 7 Sep 2011 18:20:36 +0000 (UTC) Received: by gxk28 with SMTP id 28so83253gxk.13 for ; Wed, 07 Sep 2011 11:20:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=mZ0lQEpuJ6XivjI2tVs4jsdTR0e5hACRS46QdpHcco0=; b=t12XSKYlGAvsyqd6+aEJgaKcspHJqZgyZdobsJgAODeWWu1x98/sJ+X+ZVNBLR1YUW xAXxk5PUuYRM3kX7kyyB7UiAcS0ad69rzIDOtpw8FAUqh/kj2B/EbLrxPCjuTKWrrLco qjnZsz24LmP+Ta9ALr51nYdeAj+o99QNKV114= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@lists.gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 Received: by 10.42.37.212 with SMTP id z20mr985297icd.209.1315419635581; Wed, 07 Sep 2011 11:20:35 -0700 (PDT) Received: by 10.231.206.135 with HTTP; Wed, 7 Sep 2011 11:20:35 -0700 (PDT) In-Reply-To: References: <20110908121208.GA10442@localhost.phub.net.cable.rogers.com> <4E679EA5.8090405@gmail.com> Date: Wed, 7 Sep 2011 14:20:35 -0400 Message-ID: Subject: Re: [gentoo-amd64] Network adopter driver From: Andrew Long To: gentoo-amd64@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: fc82212f31a66cf5c0c52c84239174cc On Wed, Sep 7, 2011 at 2:06 PM, Mansour Al Akeel wrote: > > It shows that I need the driver "iwlagn" : > 8086008a =A0 =A0 =A0 =A0Yes =A0 =A0 Intel Corporation =A0 =A0 =A0 Centrin= o Wireless-N 1030 =A0 =A0 =A0 =A0iwlagn =A0v2.6.38- > for the wireless device. I do have it, and it's loaded but still the > device not seen by ifconfig ! > > > > Do you have a net.wlan0 entry in /etc/init.d? It should be a symbolic link to net.lo . Have you tried: # /etc/init.d/net.wlan0 start ? Andrew