LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-08-2001, 04:30 PM   #1
Skywalker
LQ Newbie
 
Registered: Nov 2001
Location: Huntington Beach, CA (USA)
Distribution: Redhat 7.2
Posts: 4

Rep: Reputation: 0
RH7.2 and On-board Ethernet Card


This is really been bugging me...

I just upgraded my computer and I got a new athalon 1600+ (wooo hoo!!). The mother board has a built in Ethernet card... Redhat 7.2 installed fine and everything looks good for the card (sis900 driver, setup on irq11, ect) but it doesn't work!

As far as I can tell everything looks ok until I try to query DHCP for an IP. It just times out on me... when I run ifconfig eth0 doesnt even show up.

Can anyone help me out? If eth0 has the right driver and everything, but isn't getting an IP from DHCP (though windows gets one fine) what could the problem be and how do I fix it?

Thanks so much.
 
Old 11-08-2001, 04:59 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
have you just tried giving it a static ip first?
 
Old 11-08-2001, 05:59 PM   #3
Skywalker
LQ Newbie
 
Registered: Nov 2001
Location: Huntington Beach, CA (USA)
Distribution: Redhat 7.2
Posts: 4

Original Poster
Rep: Reputation: 0
I'm on a Cable modem... with Time Warner's Road Runner service. I guess I could try using the same IP I have in windows and see if that works.

I would do that by typing this, correct?

/sbin/ifconfig eth0 [ip #]

Still.. I need to figure out what DHCP doesn't work. Any other ideas?

no matter how long I play with linux i'll always be a
 
Old 12-03-2001, 12:45 PM   #4
Rajasekhar Atte
LQ Newbie
 
Registered: Dec 2001
Posts: 8

Rep: Reputation: 0
Skywalker,
I am having the exact same problem...see my message posted on Dec 03. Did you look at dmesg output to see if there is a port conflict? If we can figure out how to change the ports, the problem will be solved, I think.
 
Old 12-03-2001, 10:39 PM   #5
DMR
Member
 
Registered: Jun 2001
Location: Fairfax, California
Distribution: RH 9.0, RH 7.3, Mandrake 8.0
Posts: 986

Rep: Reputation: 30
"ifconfig eth0 xxx.xxx.xxx.xxx up" (where the x's are your IP) might work, but it will probably conflict with the DHCP daemon you have running.

-Do you get "bringing up eth0- Failed!" at boot. Check dmesg as previously suggested.

-Do "ifconfig -a" and see what you get. The -a option will report on all installed NICs, even those not activated.

-Run modpobe and see if the driver is actually loading.

- Is the proper gateway (the IP of the modem) entered? Type "route" and verify the gw IP.
 
Old 12-06-2001, 12:34 AM   #6
Uspurpior
LQ Newbie
 
Registered: Dec 2001
Location: Winnipeg, Manitoba, Canada
Distribution: Red Hat 7.1
Posts: 8

Rep: Reputation: 0
I am running Red Hat 7.1 with an onboard LAN card and I found that red hat doesn't detect the card properly. It tries to load the wrong drivers if it loads them at all. I went into windows, found out what my LAN card actually was and downloaded the linux drivers from the manufactuerers web site. After compiling and installing the drivers everything worked hunky dory but I couldn't get the driver to auto load on boot. So hopefully this little story of mine helped.
 
Old 12-06-2001, 04:07 PM   #7
vcheah
Member
 
Registered: Nov 2001
Distribution: redhat 8.0
Posts: 110

Rep: Reputation: 15
I have the same problem on the sis900 network card. someone advice me to recompile the driver (.o & .h) but still doesn't work. In fact when i search the web for sis900.o someone have problem with it because of the kernel. so maybe we should try to recompile or get a newer kernel...


 
Old 12-07-2001, 08:06 AM   #8
phil1076
Member
 
Registered: Oct 2001
Location: Grand Cayman
Distribution: RH 9.0
Posts: 96

Rep: Reputation: 16
I think I have the answer for you....this, I believe, applies to ALL cable subscribers and is fairly simple...Assuming the driver for the network card is installed and the card itself works...

edit: /etc/sysconfig/network-scripts/ifcfg-eth0 (or ifcfg-eth1..whichever is your cable interface)

enter this line: DHCP_HOSTNAME=cc123456-a (whatever your computer name is)

then restart the interface or reboot...should fix it.
 
Old 12-10-2001, 09:18 AM   #9
Rajasekhar Atte
LQ Newbie
 
Registered: Dec 2001
Posts: 8

Rep: Reputation: 0
Wink I found a workaround....

It's not an elegant workaround though. I found that the K7s5A motherboard is really clumsy in setting up IRQ's. almost all the devices use IRQ 11. Of course Windows2000 is smart enough to reconfigure the IRQ's but Linux cannot do this. In the BIOS setup, disable the soundcard and the on-board modem. Then remove any PCI modem cards you have plugged in. Then Linux recognizes the LAN and I can use it. This works for me because I have DSL and don't need the modem and I don't care about sound. The real solution would be to figure out how to manually set the IRQ's so that they make sense.
 
Old 12-14-2001, 11:56 AM   #10
Maxis
LQ Newbie
 
Registered: Dec 2001
Posts: 4

Rep: Reputation: 0
I have tried to do this but it dosen't help me. I'm useng Mandrake 8.0. It looks that HardDrake see SiS900 net card but is unable to configure it
:smash:
 
Old 12-17-2001, 09:18 AM   #11
Rajasekhar Atte
LQ Newbie
 
Registered: Dec 2001
Posts: 8

Rep: Reputation: 0
you need to make sure the sis900 driver is loaded. Goto the /lib/modules/2.4.xxx/kernel/drivers/net

and do "insmod sis900.0"
You can do a "lsmod" to confirm its there. Then configure it through linuxconf.
 
Old 12-17-2001, 12:42 PM   #12
Maxis
LQ Newbie
 
Registered: Dec 2001
Posts: 4

Rep: Reputation: 0
Thnx. But i'v already resolved this problem bu installing rlt8139 net card and disabling builin card . I'll try this in future thnx one more time.
 
Old 01-04-2002, 08:01 AM   #13
domara
LQ Newbie
 
Registered: Dec 2001
Posts: 1

Rep: Reputation: 0
I've contacted SiS concerning the problem you've described and received a response indicating that the drivers prior to 1.08.02 are probably unable to connect via dhcp. The following information was also provided:

>Dear Daniel ,

>The DHCP trouble had been fixed on the driver >version 1.08.02 , it implement on the kernel
>version 2.4.17.

>Please try it.

>Best regards
>SIS/FAE Chia-Feng Hsu

I havn't attempted to compile and attach this module to my kernel but will attempt to this weekend and report results. In the interim I am able to initiate connection via:
<ifconfig eth0 xxx.xxx.xxx.xxx netmask yyy.yyy.yyy.yyy up>

and subeequently
<dhcpcd -H>
(gets my provider's idea of my hostname)

xxx... are my previously leased ip
yyy... are provider's recommendation for netmask

not elegant, but....
YMMV

Dan
 
Old 11-15-2004, 05:28 AM   #14
qiaoyu
LQ Newbie
 
Registered: Nov 2004
Location: China
Posts: 1

Rep: Reputation: 0
Cannot connect to network

I've the same problem and cannot figure out how to resolve it.

I am running vmware. The host operationg system is Window 2000. The guest operating system is Red hat 7.0
When I want to setup the network for my vertual machine: devices -> new -> where I need to select my network card adapter from a list. My network card is on the mother board, looks like "Marvell Yukon Gigabit Ethernet". But this is not on the list that I can choose. Have I missed something to set up network? Thanks!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Suse 9.0 doesn't detect Ethernet card on nVidia shipset 2, on-board card Realtek 8201 devilpim Linux - Newbie 3 05-27-2006 12:08 AM
gigabyte on board ethernet? Genjix Linux - Hardware 3 07-06-2005 12:58 PM
Ethernet card on laptop: I installed my D-Link ethernet card into Redhat 9, not detec brighamr Linux - Hardware 0 05-18-2004 12:33 AM
problem installing 2nd ethernet card on nforce board mjrpes Linux - Hardware 3 11-09-2003 07:33 PM
on board 3 com ethernet card install problems pawtucket Linux - Hardware 2 08-31-2003 07:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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