* [gentoo-user] eth1 won't show up
@ 2008-10-02 15:05 Grant
2008-10-02 15:12 ` Robert Bridge
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Grant @ 2008-10-02 15:05 UTC (permalink / raw
To: Gentoo mailing list
I have this:
# lspci
05:0a.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX
[Cyclone] (rev 34)
05:0b.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX
[Cyclone] (rev 30)
but from ifconfig I only have eth0. Can anyone tell me how to investigate this?
- Grant
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] eth1 won't show up
2008-10-02 15:05 [gentoo-user] eth1 won't show up Grant
@ 2008-10-02 15:12 ` Robert Bridge
2008-10-02 16:16 ` Grant
2008-10-02 15:15 ` Alan McKinnon
2008-10-03 4:59 ` Joseph
2 siblings, 1 reply; 8+ messages in thread
From: Robert Bridge @ 2008-10-02 15:12 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 466 bytes --]
On Thu, 2 Oct 2008 08:05:11 -0700
Grant <emailgrant@gmail.com> wrote:
> I have this:
>
> # lspci
> 05:0a.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX
> [Cyclone] (rev 34)
> 05:0b.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX
> [Cyclone] (rev 30)
>
> but from ifconfig I only have eth0. Can anyone tell me how to
> investigate this?
Is that ifconfig, or ifcongif -a ?
Or in a less pedantic answer, have you started eth1?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] eth1 won't show up
2008-10-02 15:05 [gentoo-user] eth1 won't show up Grant
2008-10-02 15:12 ` Robert Bridge
@ 2008-10-02 15:15 ` Alan McKinnon
2008-10-03 4:59 ` Joseph
2 siblings, 0 replies; 8+ messages in thread
From: Alan McKinnon @ 2008-10-02 15:15 UTC (permalink / raw
To: gentoo-user
On Thursday 02 October 2008 17:05:11 Grant wrote:
> I have this:
>
> # lspci
> 05:0a.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX
> [Cyclone] (rev 34)
> 05:0b.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX
> [Cyclone] (rev 30)
>
> but from ifconfig I only have eth0. Can anyone tell me how to investigate
> this?
ifconfig eth1 up?
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] eth1 won't show up
2008-10-02 15:12 ` Robert Bridge
@ 2008-10-02 16:16 ` Grant
2008-10-02 16:47 ` Adrian Pablo Ali
2008-10-02 16:55 ` Robert Bridge
0 siblings, 2 replies; 8+ messages in thread
From: Grant @ 2008-10-02 16:16 UTC (permalink / raw
To: gentoo-user
>> I have this:
>>
>> # lspci
>> 05:0a.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX
>> [Cyclone] (rev 34)
>> 05:0b.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX
>> [Cyclone] (rev 30)
>>
>> but from ifconfig I only have eth0. Can anyone tell me how to
>> investigate this?
>
> Is that ifconfig, or ifcongif -a ?
>
> Or in a less pedantic answer, have you started eth1?
I didn't think that through, sorry. I think this is what I should have posted:
# /etc/init.d/net.eth1 start
* Starting eth1
* Bringing up eth1
* 192.168.1.1
* network interface eth1 does not exist
* Please verify hardware or kernel module (driver) [ !! ]
- Grant
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] eth1 won't show up
2008-10-02 16:16 ` Grant
@ 2008-10-02 16:47 ` Adrian Pablo Ali
2008-10-02 17:29 ` Grant
2008-10-02 16:55 ` Robert Bridge
1 sibling, 1 reply; 8+ messages in thread
From: Adrian Pablo Ali @ 2008-10-02 16:47 UTC (permalink / raw
To: gentoo-user
Grant escribió:
>>> I have this:
>>>
>>> # lspci
>>> 05:0a.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX
>>> [Cyclone] (rev 34)
>>> 05:0b.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX
>>> [Cyclone] (rev 30)
>>>
>>> but from ifconfig I only have eth0. Can anyone tell me how to
>>> investigate this?
>>>
>> Is that ifconfig, or ifcongif -a ?
>>
>> Or in a less pedantic answer, have you started eth1?
>>
>
> I didn't think that through, sorry. I think this is what I should have posted:
>
> # /etc/init.d/net.eth1 start
> * Starting eth1
> * Bringing up eth1
> * 192.168.1.1
> * network interface eth1 does not exist
> * Please verify hardware or kernel module (driver) [ !! ]
>
> - Grant
>
>
forgive my basic English.
Look in:
/etc/udev/rules.d/70-persistent-net.rules
and see if another card is not marked as eth1 in the rules, if this is
so, it removes the rule and restarts. This happens when you switch card,
check to see if the macaddress are well allocated.
--
*Adrian Pablo Ali
* adrianali@tucumanlinux.com.ar <mailto:adrianali@tucumanlinux.com.ar>
* Tucuman Linux / Fortix
* http://www.tucumanlinux.com.ar
info@tucumanlinux.com.ar <mailto:info@tucumanlinux.com.ar>
Av. Sarmiento 1347 - San Miguel de Tucuman - Tucuman - Argentina
C.P.: 4000
Tel.: 0381 4 237797 - Int 2051
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] eth1 won't show up
2008-10-02 16:16 ` Grant
2008-10-02 16:47 ` Adrian Pablo Ali
@ 2008-10-02 16:55 ` Robert Bridge
1 sibling, 0 replies; 8+ messages in thread
From: Robert Bridge @ 2008-10-02 16:55 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1069 bytes --]
On Thu, 2 Oct 2008 09:16:27 -0700
Grant <emailgrant@gmail.com> wrote:
> >> I have this:
> >>
> >> # lspci
> >> 05:0a.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX
> >> [Cyclone] (rev 34)
> >> 05:0b.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX
> >> [Cyclone] (rev 30)
> >>
> >> but from ifconfig I only have eth0. Can anyone tell me how to
> >> investigate this?
> >
> > Is that ifconfig, or ifcongif -a ?
> >
> > Or in a less pedantic answer, have you started eth1?
>
> I didn't think that through, sorry. I think this is what I should
> have posted:
>
> # /etc/init.d/net.eth1 start
> * Starting eth1
> * Bringing up eth1
> * 192.168.1.1
> * network interface eth1 does not exist
> * Please verify hardware or kernel module (driver) [ !! ]
No problem, I just gave the first answer that came to mind when I saw
your post ;)
ifconfig -a will tell you if there are any cards detected which haven't
come up. Worth checking to see if the card has been allocated a
different number.
Rob.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] eth1 won't show up
2008-10-02 16:47 ` Adrian Pablo Ali
@ 2008-10-02 17:29 ` Grant
0 siblings, 0 replies; 8+ messages in thread
From: Grant @ 2008-10-02 17:29 UTC (permalink / raw
To: gentoo-user
>>>> I have this:
>>>>
>>>> # lspci
>>>> 05:0a.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX
>>>> [Cyclone] (rev 34)
>>>> 05:0b.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX
>>>> [Cyclone] (rev 30)
>>>>
>>>> but from ifconfig I only have eth0. Can anyone tell me how to
>>>> investigate this?
>>>>
>>>
>>> Is that ifconfig, or ifcongif -a ?
>>>
>>> Or in a less pedantic answer, have you started eth1?
>>>
>>
>> I didn't think that through, sorry. I think this is what I should have
>> posted:
>>
>> # /etc/init.d/net.eth1 start
>> * Starting eth1
>> * Bringing up eth1
>> * 192.168.1.1
>> * network interface eth1 does not exist
>> * Please verify hardware or kernel module (driver) [ !! ]
>>
>> - Grant
>>
>>
>
> forgive my basic English.
>
> Look in:
>
> /etc/udev/rules.d/70-persistent-net.rules
>
> and see if another card is not marked as eth1 in the rules, if this is so,
> it removes the rule and restarts. This happens when you switch card, check
> to see if the macaddress are well allocated.
I switched some stuff around in that file, rebooted, and it's fixed.
Thank you very much.
- Grant
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] eth1 won't show up
2008-10-02 15:05 [gentoo-user] eth1 won't show up Grant
2008-10-02 15:12 ` Robert Bridge
2008-10-02 15:15 ` Alan McKinnon
@ 2008-10-03 4:59 ` Joseph
2 siblings, 0 replies; 8+ messages in thread
From: Joseph @ 2008-10-03 4:59 UTC (permalink / raw
To: gentoo-user
On 10/02/08 08:05, Grant wrote:
>I have this:
>
># lspci
>05:0a.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX
>[Cyclone] (rev 34)
>05:0b.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX
>[Cyclone] (rev 30)
>
>but from ifconfig I only have eth0. Can anyone tell me how to investigate this?
>
>- Grant
See Gentoo setup guide:
http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?full=1
Section: Configuring your Network
--
#Joseph
GPG KeyID: ED0E1FB7
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-10-03 4:59 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-02 15:05 [gentoo-user] eth1 won't show up Grant
2008-10-02 15:12 ` Robert Bridge
2008-10-02 16:16 ` Grant
2008-10-02 16:47 ` Adrian Pablo Ali
2008-10-02 17:29 ` Grant
2008-10-02 16:55 ` Robert Bridge
2008-10-02 15:15 ` Alan McKinnon
2008-10-03 4:59 ` Joseph
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox