LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 06-24-2006, 11:07 AM   #1
brillopaul
LQ Newbie
 
Registered: Jun 2006
Distribution: fedora 5
Posts: 3

Rep: Reputation: 0
Question Network card Inop


I am trying out Fedora5 and upon initial install everything worked perfect (minus WLAN, not worried about yet), ran the update manager and upon reboot LAN card doesn't function properly anymore and USB mouse choppy, if I roll back to previos state everything good again any hepl would be appreciated, every boots fine minus network connection, get the following message

/sbin/dhclient-script: line62 eth0 missing
/etc/sysconfig/network-scripts/network-functions:line 62: eth0: file missing

Noobie, please help, bad taste so far
 
Old 06-24-2006, 12:52 PM   #2
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
I have a feeling that your update included a new kernel and the new kernel tree is missing the kernel module for your nic device.
Look at the output of "lspci -v" to find out what controller the nic uses. Then google for which device you need to use or grep the kernel source Documentation/ directory, of look in this site's HCL list.

Some NIC devices can use an alternate driver.

Once you find out which driver you should be using, enter "lsmod" and see if the driver is loaded. If not, use "modprobe" to load it.

Another possibility is that the root command "depmod -a" was aborted during the upgrade. Another is that the nic kernel module is missing from initrd. You might try running as root "mkinitrd" to update it with any new or replaced modules.
 
Old 06-25-2006, 12:51 AM   #3
brillopaul
LQ Newbie
 
Registered: Jun 2006
Distribution: fedora 5
Posts: 3

Original Poster
Rep: Reputation: 0
Here are the lists generated by the commands you gave me

lspci -v
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 51)
Subsystem: Hewlett-Packard Company Unknown device 0028
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
Latency: 64 (750ns min, 2000ns max), Cache Line Size 08
Interrupt: pin A routed to IRQ 9
Region 0: I/O ports at 1c00 [size=256]
Region 1: Memory at e8001000 (32-bit, non-prefetchable) [size=256]
Capabilities: [40] Power Management version 2
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-

_______________________________________________________________________
[root@localhost ~]# lsmod
Module Size Used by
vfat 12481 1
fat 51933 1 vfat
savage 30785 1
drm 70229 2 savage
autofs4 21701 1
hidp 16833 2
rfcomm 37333 0
l2cap 23873 10 hidp,rfcomm
bluetooth 47909 5 hidp,rfcomm,l2cap
sunrpc 157309 1
ip_conntrack_netbios_ns 3265 0
ipt_REJECT 5569 1
xt_state 2497 2
ip_conntrack 52597 2 ip_conntrack_netbios_ns,xt_state
nfnetlink 7257 1 ip_conntrack
xt_tcpudp 3393 4
iptable_filter 3265 1
ip_tables 12809 1 iptable_filter
x_tables 14917 4 ipt_REJECT,xt_state,xt_tcpudp,ip_tables
acpi_cpufreq 7497 0
video 16708 0
button 6993 0
battery 10053 0
ac 5189 0
sd_mod 20545 2
sg 34525 0
ipv6 242785 12
usb_storage 69153 1
scsi_mod 136297 3 sd_mod,sg,usb_storage
lp 12937 0
parport_pc 27237 1
floppy 58437 0
parport 37129 2 lp,parport_pc
uhci_hcd 23885 0
joydev 9985 0
snd_via82xx_modem 15177 0
via_ircc 21461 0
mii 5697 0
ipw2100 70897 0
ieee80211 31625 1 ipw2100
ieee80211_crypt 6849 1 ieee80211
snd_via82xx 28377 1
gameport 16201 1 snd_via82xx
snd_ac97_codec 92257 2 snd_via82xx_modem,snd_via82xx
snd_ac97_bus 2625 1 snd_ac97_codec
snd_seq_dummy 4165 0
irda 115449 1 via_ircc
snd_seq_oss 32705 0
snd_seq_midi_event 7745 1 snd_seq_oss
crc_ccitt 2369 1 irda
snd_seq 53553 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_pcm_oss 40017 0
snd_mixer_oss 17729 1 snd_pcm_oss
snd_pcm 83781 4 snd_via82xx_modem,snd_via82xx,snd_ac97_codec,snd_pcm_oss
vt8231 15693 0
hwmon 3653 1 vt8231
i2c_isa 5569 1 vt8231
i2c_viapro 8789 0
i2c_core 22209 3 vt8231,i2c_isa,i2c_viapro
snd_mpu401_uart 8769 1 snd_via82xx
snd_rawmidi 25665 1 snd_mpu401_uart
snd_timer 24517 2 snd_seq,snd_pcm
snd_seq_device 9037 4 snd_seq_dummy,snd_seq_oss,snd_seq,snd_rawmidi
snd_page_alloc 10569 3 snd_via82xx_modem,snd_via82xx,snd_pcm
snd 55237 14 snd_via82xx_modem,snd_via82xx,snd_ac97_codec,snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_pcm,s nd_mpu401_uart,snd_rawmidi,snd_timer,snd_seq_device
soundcore 10017 1 snd
dm_snapshot 18541 0
dm_zero 2497 0
dm_mirror 22929 0
dm_mod 59737 6 dm_snapshot,dm_zero,dm_mirror
ext3 129737 2
jbd 58069 1 ext3


interestingly everything works minus the network cards and if I try tp enable them then USB goes out as does sound.
I appreciate your help in fixing this problem
for reference my system is : HP Omnibook xe4100

for a later note, apparently my wireless card is loading a driver and both appear in the hardware list but neither seems to work

Last edited by brillopaul; 06-25-2006 at 01:36 AM.
 
Old 06-27-2006, 01:00 PM   #4
brillopaul
LQ Newbie
 
Registered: Jun 2006
Distribution: fedora 5
Posts: 3

Original Poster
Rep: Reputation: 0
never mind just dumped system and started again
 
  


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
linux shuts down built in network card then windows tells me network card is unplugge lesmoxhaybaker SUSE / openSUSE 8 08-29-2006 05:10 PM
Wireless network inop five40i Slackware - Installation 9 05-14-2006 02:06 PM
FC4 up2date inop - how to update bob151 Fedora 13 10-21-2005 02:43 PM
Inop Mouse Scroll Wheel - Revisited OldBob Linux - Newbie 1 08-04-2003 03:02 PM
hdparm inop now? HarleyMan Linux - Newbie 0 03-13-2003 09:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 10:15 PM.

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