From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1DyuNm-00016X-KU for garchives@archives.gentoo.org; Sat, 30 Jul 2005 16:40:19 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j6UGcb3L004411; Sat, 30 Jul 2005 16:38:37 GMT Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.194]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j6UGZ55F021705 for ; Sat, 30 Jul 2005 16:35:05 GMT Received: by nproxy.gmail.com with SMTP id l37so206631nfc for ; Sat, 30 Jul 2005 09:35:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=NyHWbdBMT/q5k6EhCdAX2cPuE2oub2Pn/3l2k5rl6Z0FvBYldCR2OiNEhZpM3ickDqIHsdRjknFAbNZ24Rm4GiVF/h8gm+ylUyQ39/uu+/tKVWmGNba4E8d99lDNub+c7cj7SiGoXUbSXjha6WGozMVRYZLU5Pc6NldjOF+SKWM= Received: by 10.48.237.12 with SMTP id k12mr137113nfh; Sat, 30 Jul 2005 09:35:55 -0700 (PDT) Received: by 10.48.142.10 with HTTP; Sat, 30 Jul 2005 09:35:55 -0700 (PDT) Message-ID: Date: Sat, 30 Jul 2005 16:35:55 +0000 From: Fernando Meira To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] unknown network devices Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9369_25331292.1122741355807" X-Archives-Salt: ae0fca06-6ac3-4e62-8f4d-5dd457be5286 X-Archives-Hash: 79f20b8832ada9d8f57db3f9b9de6c7d ------=_Part_9369_25331292.1122741355807 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I had ethernet (eth0) and wireless (wlan0) working well before I run an=20 emerge world (which updated baselayout) At that time I also had eth1, which I don't know why, and the normal lo. After the emerge, my wlan0 was gone. I still have the init script (not sure= =20 if is a new one, or was overwritten), that gives the following errors: # /etc/init.d/net.wlan0 start SIOCSIFADDR: No such device wlan0: unknown interface: No such device SIOCSIFBRDADDR: No such device wlan0: unknown interface: No such device SIOCSIFNETMASK: No such device=20 The ifconfig command presents this: # ifconfig -a eth0 Link encap:Ethernet HWaddr 00:00:E2:8F:5B:59 inet addr:192.168.1.30 Bcast:192.168.1.255Mask: 255.255.255.0 inet6 addr: fe80::200:e2ff:fe8f:5b59/64 Scope:Link UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1 RX packets:7113 errors:0 dropped:0 overruns:0 frame:0 TX packets:2931 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:2435138 (2.3 Mb) TX bytes:481373 (470.0 Kb) Interrupt:10 Base address:0xe800 eth1 Link encap:UNSPEC HWaddr=20 FF-FD-B7-A7-00-00-00-00-00-00-00-00-00-00-00-00 BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:6 errors:0 dropped:0 overruns:0 frame:0 TX packets:6 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:300 (300.0 b) TX bytes:300 (300.0 b) sit0 Link encap:IPv6-in-IPv4 NOARP MTU:1480 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) Now I have a new sit0... again, no idea why!!=20 So what I would need is to know how to get back wlan0 and get rid of eth1= =20 and wlan0.=20 Sorry for presenting so simple problem...=20 thanks in advance Fernando. ------=_Part_9369_25331292.1122741355807 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi,

I had ethernet (eth0) and wireless (wlan0) working well before I run an eme= rge world (which updated baselayout)
At that time I also had eth1, which I don't know why, and the normal lo. After the emerge, my wlan0 was gone. I still have the init script (not sure if is a new one, or was overwritten), that gives the following errors:

# /etc/init.d/net.wlan0 start SIOCSIFADDR: No such device
wlan0: unknown interface: No such devic= e
SIOCSIFBRDADDR: No such device wlan0: unknown interface: No such devic= e
SIOCSIFNETMASK: No such device

The ifconfig command presents this:
# ifconfig -a
eth0      Link= encap:Ethernet  HWaddr 00:00:E2:8F:5B:59
      &nb= sp;   inet addr:192.168.1.30&= nbsp; Bcast:192.168.1.255  Mask:<= a href=3D"http://255.255.255.0">255.255.255.0
      &nb= sp;   inet6 addr: fe80::200:e2ff:fe8f:5b59/64 Scope:Link       &nb= sp;   UP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500&nb= sp; Metric:1
      &nb= sp;   RX packets:7113 errors:0 dropped:0 overruns:0 frame:0
      &nb= sp;   TX packets:2931 errors:0 dropped:0 overruns:0 carrier:0
      &nb= sp;   collisions:0 txqueuelen:1000
      &nb= sp;   RX bytes:2435138 (2.3 Mb)  TX bytes:481373 (470.0 Kb)<= /span>
      &nb= sp;   Interrupt:10 Base address:0xe800

eth1      Link= encap:UNSPEC  HWaddr FF-FD-B7-A7-00-00-00-00-00-00-00-00-00-00-00-00<= /span>
      &nb= sp;   BROADCAST MULTICAST  MTU:1500  Metric:1       &nb= sp;   RX packets:0 errors:0 dropped:0 overruns:0 frame:0       &nb= sp;   TX packets:0 errors:0 dropped:0 overruns:0 carrier:0=
      &nb= sp;   collisions:0 txqueuelen:1000
      &nb= sp;   RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

lo      &= nbsp; Link encap:Local Loopback
      &nb= sp;   inet addr:127.0.0.1  = Mask:255.0.0.0
      &nb= sp;   inet6 addr: ::1/128 Scope:Host
      &nb= sp;   UP LOOPBACK RUNNING  MTU:16436  Metric:1       &nb= sp;   RX packets:6 errors:0 dropped:0 overruns:0 frame:0       &nb= sp;   TX packets:6 errors:0 dropped:0 overruns:0 carrier:0=
      &nb= sp;   collisions:0 txqueuelen:0
      &nb= sp;   RX bytes:300 (300.0 b)  TX bytes:300 (300.0 b)<= br style=3D"font-style: italic;">
sit0      Link= encap:IPv6-in-IPv4
      &nb= sp;   NOARP  MTU:1480  Metric:1
      &nb= sp;   RX packets:0 errors:0 dropped:0 overruns:0 frame:0       &nb= sp;   TX packets:0 errors:0 dropped:0 overruns:0 carrier:0=
      &nb= sp;   collisions:0 txqueuelen:0
      &nb= sp;   RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

Now I have a new sit0... again, no idea why!!
So what I would need is to know how to get back wlan0 and get rid of eth1 a= nd wlan0.

Sorry for presenting so simple problem...
thanks in advance
Fernando.
------=_Part_9369_25331292.1122741355807-- -- gentoo-user@gentoo.org mailing list