i am struggling with this error since 2 days with out sleeping.....
thanks KeremE for your response....
here is the output from lsmod command,
# lsmod
Module Size Used by
lp 15345 0
ppdev 11465 0
autofs4 28105 0
i2c_dev 13889 0
i2c_core 28865 1 i2c_dev
vmnet 48904 12
parport_pc 29569 1
parport 44493 3 lp, ppdev, parport_pc
vmmon 160020 0
sunrpc 176313 1
ds 21705 0
yenta_socket 23105 0
pcmcia_core 69969 2 ds, yenta_socket
dm_mirror 32585 0
dm_mod 77225 1 dm_mirror
button 9313 0
battery 11465 0
ac 6985 0
md5 5953 1
ipv6 285217 14
joydev 12225 0
uhci_hcd 35305 0
ehci_hcd 33989 0
hw_random 7393 0
snd_azx 21597 0
snd_hda_codec 171201 1 snd_azx
sbd_pcm_oss 59897 0
snd_mixer_oss 21697 2 snd_pcm_oss
snd_pcm 110409 3 snd_azx, snd_hda_codec, snd_pcm_oss
snd_timer 29001 1 snd_pcm
snd 63881 8 snd_azx, snd_hda_codec, snd_pcm_oss, snd_mixer_oss, snd_pcm, snd_timer
soundcore 12641 2 snd
snd_page_alloc 14041 2 snd_azx, snd_pcm
e1000 135761 0
floppy 66065 0
sr_mod 20965 0
ext3 139473 5
jbd 69873 1 ext3
ata_piix 18885 6
pata_jmicron 9153 0
libata 125481 2 ata_piix, pata_jmicron
sd_mod 19649 7
scsi_mod 145809 3 sr_mod, libata, sd_mod
--------------------------
output of /etc/modprobe.conf looks like this......
# /etc/modprobe.conf
alias scsi_hostadapter pata_jmicron
alias scsi_hostadapter1 ata_piix
alias snd-card-o snd-azx
options snd-card-0 index=0
install snd-azx /sbin/modprobe --ignore-installl snd-azx && /usr/sbin/alsactl restore >/dev/null 2>&1 | | :
remove snd-azx { /usr/sbin/alsactl store >/dev/null 2>&1 | | : ; }; /sbin/modprobe -r --ignore-remove snd-azx
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
options e1000
alias eth1 e1000
alias eth0 e1000
--------------------------
Main Topics
Browse All Topics





by: KeremEPosted on 2009-11-04 at 15:04:43ID: 25745056
Hi,
it seems that there2s a problem with your e1000 driever. Will you post your
lsmod
output and the contetnts of your /etc/modprobe.conf
you should see smoething like this:
alias eth0 e1000
if it is aliased to some other interface let me know.
Cheers,
K.