Bug 11193

Summary: Missing eth0 on a KII 6 - 400
Product: [Retired] Red Hat Linux Reporter: cealmeida
Component: kernelAssignee: Michael K. Johnson <johnsonm>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-05-15 11:51:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description cealmeida 2000-05-03 10:36:43 UTC
I've upgraded from 6.1 to 6.2.
I have a ne_2K-pci NIC
When using 6.1, the network card works fine and ifconfig reports lo and
eth0
When using 6.2 ifconfig only shows lo
I've tried Netconfig and Linuxconf but I can't ping anything except
localhost: "Network unreachable"
I've checked /proc/pci and the board is present.

Thanks in advance

Comment 1 SB 2000-05-15 11:39:59 UTC
This I assume is a module? I've always had problems like that and typically it's
almost always configuration.  Check your /etc/modules.conf and make sure the
correct alias for your driver is present.  If it is then try using modprobe to
load the driver and also try depmod -a to make sure it is looking in the right
place for you modules.  If it is searching through a directory of older modules
you should get errors about undefined symbols etc from depmod -a.

-Stan Bubrouski

Comment 2 cealmeida 2000-05-15 11:51:59 UTC
The problem was dued to an incomplete upgrade.
upload.log had a error message about the kernel upgrage from 2.12 to 2.14-0.5
I upgraded to 2.2.14-12 and eth0 startted working.
Thanks for your help.
Carlos Almeida