LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Sis900 Network Card not working. (https://www.linuxquestions.org/questions/linux-networking-3/sis900-network-card-not-working-44594/)

RedhatGhost 02-08-2003 01:13 PM

Sis900 Network Card not working.
 
Hi, guys: I am a newbie of red.

My computer motherboard is ASUS P4S333-M, I have an integrated network card on board. It's is SIS900 type(XP box displayed as this). And I installed the Redhat 8.0 downloaded and cut to the CDs from the first three ISO files, the kernel version is (2.4.18-14).

Once everything (GRUB multi boot) installed and made my network configured using the system setting tools->network. I can ping myself (for example I setup my own ip 192.168.0.123) and no problem, and also I can use modprobe sis900. Also during system booting up there is no err repport on eth0 start-up. But I never can ping any computer connected to the same network. even my router 192.168.0.1.

errors like following sample:

ping 192.168.0.1

PING (192.168.0.1) from 192.168.0.123 : 56(84) bytes of data.
From (192.168.0.123) icmp_seq=1 Destination Host Unreachable
From (192.168.0.123) icmp_seq=2 Destination Host Unreachable
....

I just want to ask you guys, does anybody install the Redhat 8 on this type box before and do you have any network problem? And would you pls give me suggestions on this. is my driver not properly installed? Who knows how to detect or check whether my network is properly installed?

Thanks a lot. and really need help. is really very inconvenient running Redhat without network.


samqyang

:Pengy: :Pengy: :study: :confused: :confused: :confused:

Sutekh 02-11-2003 06:15 AM

Re: Sis900 Network Card not working.
 
probably be a routing problem, maybe your default route

check your routes with route -n

the default is the one with a destination of 0.0.0.0

when you initialise your network card it gets it's values from /etc/sysconfig/network-scripts/ifcfg-eth0 (I am pretty sure that is where the config is, I run gentoo so I can't check so ymmv) so make sure these settings are accurate, in this case make sure the default is set to 192.168.0.1

Rich


All times are GMT -5. The time now is 12:50 AM.