LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-25-2005, 02:32 PM   #1
RIB-EYE
LQ Newbie
 
Registered: May 2005
Posts: 10

Rep: Reputation: 0
No eth0 showing???


OK, just installed Slack 10.2 with the 2.6.13 kernel. When I do a ifconfig I do not see the eth0. I can do an 'lspci' and this is what shows up....


root@GEEK:~# lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 735 Host (rev 01)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C503/5513 (LPC Bridge)
00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller
00:02.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:02.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] Sound Controller (rev a0)
00:03.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 90)
00:09.0 VGA compatible controller: Trident Microsystems CyberBlade/XP (rev 63)
00:0d.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro 100] (rev 0c)
root@GEEK:~#

As you can see I have 2 nic cards there. They are both set * in the kernel.

Any Ideas?????????
 
Old 10-25-2005, 03:10 PM   #2
Zero-0-Effect
Member
 
Registered: Sep 2002
Location: Texas
Distribution: SlackWare - Current LFS - CVS
Posts: 267

Rep: Reputation: 31
Can you do a ifconfig eth0 up ?? Once its up you can run dhclient eth0 or whatever you use to get a IP address with. Im sure theres a way to point it to a specific card you want but im not sure how. You would have to read the man page for that.

I have a SiS900 NIC on my slackware machine that also has two NICS and had this happen and the above fixed it. I simply took the easy way out and modified rc.local with
ifconfig eth0 up
ifconfig eth1 up
dhcpd eth0
adsl-start



If the above works then you probably got a problem with the network initialization script, most likely just not set with the execute bit and so the boot script skips running it.. just a guess. Thats probably completely wrong but Ive seen it in my LFS systems a few times before. I never bothered to actually find the cause for mine doing this, it worked so I left it at that - just a test box anyway.

Last edited by Zero-0-Effect; 10-25-2005 at 03:12 PM.
 
Old 10-25-2005, 03:22 PM   #3
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
did you run " netconfig " after the installation ?
if not, do that .

then run /etc/rc.d/rc.inet1 restart
( all as root )

egag
 
Old 10-25-2005, 03:58 PM   #4
RIB-EYE
LQ Newbie
 
Registered: May 2005
Posts: 10

Original Poster
Rep: Reputation: 0
Thanks for the response....

I recieve an 'eth0: unknown interface: No such device' during the boot up.

I have tried all the above with no joy. Any other recommendations?
 
Old 10-25-2005, 04:13 PM   #5
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 31
slw10.2 install

If u did full install with test26.s kernel then u will need modules,alsa driver,?headers,source for 2.6.13 kernel on installcd2. ( u should remove 2.4.31 kernel,etc 1st if u didnt do this during install. ) Installpkg or pkgtool can help.
lspci and lsmod can help see if correct driver/module for ur nic is installed. check etc/rc.d/rc.modules to see if correct module in uncommented.
if u use dsl connexn slw10.2 uses pppoe-setup instead of former adsl-setup. Good luck.
 
Old 10-25-2005, 05:03 PM   #6
RIB-EYE
LQ Newbie
 
Registered: May 2005
Posts: 10

Original Poster
Rep: Reputation: 0
ok I went into rc.modules and uncommented my nic cards. I also checked the kernel to make sure that the drivers were there. Should I be leaving the drivers as [M] or[*]? When I reboot I get 'Module not found eepro100' and also one for the SIS900. When I make changes to the kernel and save it, I do a 'make && make modules_install' then reboot. Is this correct?

Sorry for the ignorance..........and thanks for the help.
 
Old 10-25-2005, 05:30 PM   #7
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 31
no eth0

I only said that if u did 10.2 full install with test2.6s(2.6.13) kernel then the rest of setup will use
default 2.4.31kernel modules,alsa driver,headers, and source. This will cause errors with modules and drivers. Pkgtool or removepkg can help remove the default ones.
( Picking test26.s kernel then doing expert install allow u to uncomment the 2.4.31 stuff earlier.)
If so then install 2.6.13 source,modules,maybe headers,and alsa driver available on 2nd install cd at 2.6.13 directory. pkgtool can install them as long as u tell it what directory on cd2 to install from. Then reboot. This doesn't require make....steps.
If u rolled ur own 2.6x kernel then others will have to help u further.
 
  


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
eth0 not showing in ifconfig, dhcp not working dolem98 Linux - Networking 3 12-07-2004 04:42 PM
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

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

All times are GMT -5. The time now is 08:06 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