You are not logged in.

#1 2007-05-24 20:53:23

zumo
Member
Registered: 2007-05-24
Posts: 5

Cannot find an eth0 interface..

hi. i'm attempting to install arch linux on a ibm thinkpad 770z. my computer doesn't boot from cd so i'm am using boot floppies. i have a "xircom ethernet card" which is this module (pcnet_cs) i believe. i've loaded the pcmcia_wlan.img file and the ethernet.img. i manually loaded the pcnet_cs module using modprobe. but it still says 'cannot find an eth0 interface'. i read somewhere to use the '/etc/rc.d/network restart' command but it cannot find that filepath and you can't cd into rc.

any help would be aprreciated. thanks.

Offline

#2 2007-05-25 01:20:55

rayjgu3
Member
From: Chicago IL usa
Registered: 2004-07-04
Posts: 695

Re: Cannot find an eth0 interface..

i am not familiar with the install process your doing but to find eth0 id try

ifconfig -a

should show device if modules are loaded
then

ifconfig eth0 up

then

dhcpcd eth0

<providing you connect via dhcp
hope this gives some insight

Offline

#3 2007-05-25 02:06:19

zumo
Member
Registered: 2007-05-24
Posts: 5

Re: Cannot find an eth0 interface..

thanks for responding.


ifconfig -a produces

lo     Link encap:Local Loopback
        inet addr:127.0.0.1 Mask 255.0.0.0
        inet6 addr:   ::1/128 Scope:Host
        UPLOOPBACK RUNNING   MTU:16436   Metric:1
        RX packets:16 errors:0 dropped:0 overruns:0 frame:0
        TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
        collisons:0 txqueuelen:0
        RX bytes:1280 (1.2 KiB)    TX bytes:1280 (1.2 KiB)

sit0   Link encap:UNSPEC   HWaddr 00-00-00-00-00-00-90-00-00-00-00-00-00-00-00-00
        inet6 addr:  ::127.0.0.1/96 Scope:Unknown
        UP RUNNING 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
        collisons:0 txqueuelen:0
        RX bytes:0 (0.0 B)    TX bytes:0 (0.0 B)

ifconfig eth0 up then produce error

SIOCGIFFLAGS: No such device

now i haven't editted any config files and such yet.  do i need to edit my rc.cnf or something else for this to work? thanks so much for the help.

Offline

#4 2007-05-25 02:34:01

Alphalutra1
Member
Registered: 2006-09-16
Posts: 59

Re: Cannot find an eth0 interface..

tongue

Well, since the only two interfaces that are appearing are lo0 (loopback) and sit0 (used for ipv6-ipv4 tunnels), your ethernet card still hasn't been detected using the pcnet_cs module.  So, seeing as though the list found at http://pcmcia-cs.sourceforge.net/ftp/SUPPORTED.CARDS shows other different possible things you could load, I would try some of these:

xirc2ps_cs
and possibly
xircce_cs (this may not be included on the image since it isn't a very popular card)

Then, see if your card is recognized by typing in

ifconfig -a

and if eth0 is listed, then do the steps the previous poster mentioned to get it up and running.

Alphalutra1

(java java java)

Offline

#5 2007-05-25 03:07:45

zumo
Member
Registered: 2007-05-24
Posts: 5

Re: Cannot find an eth0 interface..

haha. sup thomas.

yea so i figured out which model my xircom was. found the name of the module it needs.

[pcmcia-cs driver: tulip_cb] [x86,ppc]
    [2.4+ kernel driver: xircom_cb]
    [ ethernet only ]
    Silicom FEM56 Fast Ethernet
    [ Not recommended: support is experimental and unreliable ]
    IBM EtherJet CardBus with 56K Modem
    Xircom [u][b]RBEM56G-100[/b][/u]BTX, CBEM56G-100BTX, R2BEM56G-100

the bold underlined one is my model. but where can i find tulip_cb. i just wasted a good portion of my life looking for that module and couldn't find it. i need the image file unless you know another way i can load a module without a cd or ftp.(aka all floppy) :S

thanks for the help.

[edit]apparently this package: pcmcia-modules-2.4.27-2-386
        has tulip_cb but i could only find it in .deb files. is there any
        way to load that file extension from floppy.

Last edited by zumo (2007-05-25 10:56:14)

Offline

#6 2007-05-26 01:22:29

zumo
Member
Registered: 2007-05-24
Posts: 5

Re: Cannot find an eth0 interface..

hate to bump. but don't want to buy another ethernet card. there must be a way to get tulip_cb as one of my modules via floppy disk. tongue

thanks

Offline

#7 2007-05-26 01:34:00

slackhack
Member
Registered: 2004-06-30
Posts: 738

Re: Cannot find an eth0 interface..

what happens if you modprobe just tulip?


>>edit: if that doesn't work, try removing the card until after hw detection, then insert and manually modprobe tulip as per this post:

http://lists.debian.org/debian-boot/200 … 00436.html

Last edited by slackhack (2007-05-26 01:44:35)

Offline

#8 2007-05-29 01:13:57

zumo
Member
Registered: 2007-05-24
Posts: 5

Re: Cannot find an eth0 interface..

modprobe tulip works to load the module (i assume it loads the module since it gives me no error and goes to the next line in the virtual console). yet ifconfig -a still shows no eth0 interface. and inserting the pcmcia card until after ethernet detection, isn't that just for onboard ethernet? because you can't detect ethernet if none is present. i'm on a thinkpad 770z. no onboard ethernet.  just a Xircom RealPort 10/100 i have in there. any help would be appreciated. thanks for the replies.

ps>>is there a command to detect ethernet?

Last edited by zumo (2007-05-29 01:15:06)

Offline

#9 2007-05-29 01:43:55

Alphalutra1
Member
Registered: 2006-09-16
Posts: 59

Re: Cannot find an eth0 interface..

Bring it in tomorrow and let's look at it in APCS.  Will be easier to mess around and try stuff and we will hopefully get it working.

Alphalutra1

Offline

Board footer

Powered by FluxBB