![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 3c905b network card problem with SCO 5.0.5 | AtALoss | SCO | 2 | 08-09-2005 08:56 AM |
| network card problem | q30 | UNIX for Advanced & Expert Users | 1 | 06-11-2003 11:15 AM |
| Problem accessing network using Linux | natter | IP Networking | 3 | 04-30-2003 11:18 AM |
| Network card problem, wrong IRQ | ripmc | UNIX for Dummies Questions & Answers | 1 | 11-15-2002 06:36 AM |
| Trying to get my USB network card to work with Linux | Freakytah | UNIX for Advanced & Expert Users | 1 | 09-26-2002 12:15 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Network Card Problem On Linux
Hi
I just installed linux red hat 7.0 and i can't connect the machine on the network. Even after i run linuxconfig, when the machine reboots ethernet card eth0 fails to initialize. Any sugestion would be welcome. |
| Forum Sponsor | ||
|
|
|
|||
|
Hi
Personally I don't use RedHat but anyway this is what i would check/try . What kind of network card you got ? I suppose you use the standard redhat kernel. Check if the kernel supports your card. If it does, try to figure out which module supports the card. Then test the card like this : modprobe modulename (e.g. eepro100 for a Intel EtherExpress, 3c90x for a 3Com 905C-TX etc.) ifconfig eth0 192.168.1.1 up Obviously replace the IP with the one you want for the system. After that try to ping another machine on the network. If that works make the changes permanent. If it still does not work, type dmesg and check its output. You may find some issues there. Hope that helps. |
|||
| Google UNIX.COM |