LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 01-20-2004, 06:17 PM   #1
kro
LQ Newbie
 
Registered: Jan 2004
Location: Maryville, TN USA
Distribution: Slackware 9.1, Debian 3.0, Fedora 1.0
Posts: 11

Rep: Reputation: 0
where is eth0


I know this is a newbie question and I have read many posts about this problem. However, I did a net install of Debian and the install went fine. When I got everything setup I found that I could not find eth0 present. I am using a SMC 1255TX pci network card. ifconfig -a shows only the loobback interface. I've tried everything that I know including changes to the modules.conf file. I don't understand why the install procedure connected without any problems and now the connection has dissappeared. Please help!! Massive frustration is setting in!!
 
Old 01-20-2004, 06:30 PM   #2
g-rod
Member
 
Registered: Dec 2003
Location: Long Island, NY USA
Distribution: RedHat, SUSE
Posts: 336

Rep: Reputation: 30
Try
ifconfig -a;
This will show all network interfaces include interfaces that are down.
also post the output from
lsmod;
lspci -v
 
Old 01-20-2004, 06:48 PM   #3
kro
LQ Newbie
 
Registered: Jan 2004
Location: Maryville, TN USA
Distribution: Slackware 9.1, Debian 3.0, Fedora 1.0
Posts: 11

Original Poster
Rep: Reputation: 0
output as you requested g-rod

ifconfig -a:

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:38 errors:0 dropped:0 overruns:0 frame:0
TX packets:38 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2636 (2.5 KiB) TX bytes:2636 (2.5 KiB)


lsmod:

Module Size Used by Not tainted

lspci -v:

00:0c.0 Ethernet controller: Accton Technology Corporation EN-1216 Ethernet Adapter (rev 11)
Subsystem: Standard Microsystems Corp [SMC]: Unknown device 1255
Flags: bus master, medium devsel, latency 32, IRQ 11
I/O ports at e800 [size=256]
Memory at e3000000 (32-bit, non-prefetchable) [size=1K]
Expansion ROM at <unassigned> [disabled] [size=128K]
Capabilities: [c0] Power Management version 2
 
Old 01-20-2004, 07:52 PM   #4
g-rod
Member
 
Registered: Dec 2003
Location: Long Island, NY USA
Distribution: RedHat, SUSE
Posts: 336

Rep: Reputation: 30
You need to load the module for this nic.
modprobe tupil;
The post the output from
dmesg | tail;
ifconfig -a;
 
Old 01-20-2004, 08:05 PM   #5
kro
LQ Newbie
 
Registered: Jan 2004
Location: Maryville, TN USA
Distribution: Slackware 9.1, Debian 3.0, Fedora 1.0
Posts: 11

Original Poster
Rep: Reputation: 0
I suspect something is wrong in modprobing tulip by the results i got. thanks for the help.



modprobe tulip:

modprobe: Can't open dependencies file /lib/modules/2.4.22/modules.dep (No such file or directory)



dmesg | tail:

NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 116k freed
Adding Swap: 1020088k swap-space (priority -1)
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,7), internal journal
UMSDOS 0.86k (compatibility level 0.4, fast msdos)
UMSDOS_notify_change: //out not in EMD, ret=-2
UMSDOS_notify_change: //out not in EMD, ret=-2


ifconfig -a:

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:58 errors:0 dropped:0 overruns:0 frame:0
TX packets:58 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4020 (3.9 KiB) TX bytes:4020 (3.9 KiB)
 
Old 01-20-2004, 08:24 PM   #6
g-rod
Member
 
Registered: Dec 2003
Location: Long Island, NY USA
Distribution: RedHat, SUSE
Posts: 336

Rep: Reputation: 30
I don' think tulip has any dependencies. Try to insert int
insmod tulip.

Try to build the module dependancies
depmod;
 
Old 01-20-2004, 08:31 PM   #7
kro
LQ Newbie
 
Registered: Jan 2004
Location: Maryville, TN USA
Distribution: Slackware 9.1, Debian 3.0, Fedora 1.0
Posts: 11

Original Poster
Rep: Reputation: 0
g-rod, it says -
can't open /lib/modules/2.4.22/modules.dep for writing

I am in root.

thanks
 
Old 01-20-2004, 08:36 PM   #8
g-rod
Member
 
Registered: Dec 2003
Location: Long Island, NY USA
Distribution: RedHat, SUSE
Posts: 336

Rep: Reputation: 30
You mean you are logged in as root?
 
Old 01-20-2004, 08:39 PM   #9
kro
LQ Newbie
 
Registered: Jan 2004
Location: Maryville, TN USA
Distribution: Slackware 9.1, Debian 3.0, Fedora 1.0
Posts: 11

Original Poster
Rep: Reputation: 0
yes, i am logged in as root
 
Old 01-20-2004, 08:41 PM   #10
g-rod
Member
 
Registered: Dec 2003
Location: Long Island, NY USA
Distribution: RedHat, SUSE
Posts: 336

Rep: Reputation: 30
Does the directory
/lib/modules/2.4.22
exist?
 
Old 01-20-2004, 08:46 PM   #11
kro
LQ Newbie
 
Registered: Jan 2004
Location: Maryville, TN USA
Distribution: Slackware 9.1, Debian 3.0, Fedora 1.0
Posts: 11

Original Poster
Rep: Reputation: 0
yes it does. i also checked modules.dep and it is there also with the tulip driver in it.
 
Old 01-20-2004, 08:51 PM   #12
g-rod
Member
 
Registered: Dec 2003
Location: Long Island, NY USA
Distribution: RedHat, SUSE
Posts: 336

Rep: Reputation: 30
I am confussed. You still should be able to insmod tupil. I am going to have to sleep on this modep problem. Try insterting the module and see if you can bring the nic up.
insmod tupil;
/etc/init.d/network start;
I am not 100% about how debian startup scripts start the network, but I think the above is it.
Sorry I have to go now. I will get back with you tomorrow. We'll get this thing worked out.
Good luck
 
Old 01-20-2004, 08:54 PM   #13
kro
LQ Newbie
 
Registered: Jan 2004
Location: Maryville, TN USA
Distribution: Slackware 9.1, Debian 3.0, Fedora 1.0
Posts: 11

Original Poster
Rep: Reputation: 0
thanks for your help. talk to you tomorrow
 
Old 01-22-2004, 07:19 PM   #14
g-rod
Member
 
Registered: Dec 2003
Location: Long Island, NY USA
Distribution: RedHat, SUSE
Posts: 336

Rep: Reputation: 30
Sorry I did not get back to you yesterday as I promissed. Work got in the way. Did you try to run
insmod tulip;
?
What is responce?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wireless network on eth1 diabled Ethernet eth0 and eth0 never comes back tadatoshi Linux - Wireless Networking 4 09-23-2004 05:57 PM
Firewall WAN eth0 LAN eth1 self-bridges, eth0 does all routeing. Nichole_knc Linux - Networking 5 07-29-2004 02:33 PM
howto delete existing static ip of ethernet(eth0)& reconf multiple ips on eth0 viveku Linux - Networking 2 02-02-2004 01:30 AM
howto delete static ip configured on eth0 & reconf multiple ip on one eth0(redhat8 viveku Linux - Networking 0 01-31-2004 10:40 AM
Bringing up interface eth0: determining ip information for eth0... failed ralphethomas Linux - Networking 0 01-24-2004 05:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 06:16 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration