Results 1 to 4 of 4
Hi,
I am new to linux, i have just install Fedora 3 on my laptop.
But when i am activating my ethernet device eth0 it gives following error:
SIOCSIFFLAGS:Invalid Arguments.
...
- 10-09-2006 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 2
eth0 not working : SIOCSIFFLAGS:Invalid Arguments
Hi,
I am new to linux, i have just install Fedora 3 on my laptop.
But when i am activating my ethernet device eth0 it gives following error:
SIOCSIFFLAGS:Invalid Arguments.
fail to activate eth0.
I have tried from both the console command and GUI tool for network device control, both giving this error.I have read related thread in forum but didnot found any solution for the problem
Please help me sorting out this problem.
output of lsmod command is :
#lsmod
Module Size Used by
vfat 14785 1
fat 45409 1 vfat
parport_pc 24705 0
lp 11565 0
parport 41737 2 parport_pc,lp
autofs4 24005 0
sunrpc 160421 1
ds 16965 2
button 6481 0
battery 8517 0
ac 4805 0
md5 4033 1
ipv6 232577 8
ohci1394 35033 0
ieee1394 302869 1 ohci1394
yenta_socket 18753 0
pcmcia_core 59913 2 ds,yenta_socket
uhci_hcd 31449 0
ehci_hcd 31557 0
snd_intel8x0 34829 0
snd_ac97_codec 64401 1 snd_intel8x0
snd_pcm_oss 47609 0
snd_mixer_oss 17217 1 snd_pcm_oss
snd_pcm 97993 2 snd_intel8x0,snd_pcm_oss
snd_timer 29765 1 snd_pcm
snd_page_alloc 9673 2 snd_intel8x0,snd_pcm
gameport 4801 1 snd_intel8x0
snd_mpu401_uart 8769 1 snd_intel8x0
snd_rawmidi 26725 1 snd_mpu401_uart
snd_seq_device 8137 1 snd_rawmidi
snd 54053 9 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_ oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi, snd_seq_device
soundcore 9889 1 snd
8139too 26305 0
mii 4673 1 8139too
dm_snapshot 17029 0
dm_zero 2369 0
dm_mirror 23341 2
ext3 116809 2
jbd 74969 1 ext3
dm_mod 54741 6 dm_snapshot,dm_zero,dm_mirror
thanks
nandac
- 10-09-2006 #2
try this
on the console type:
system-config-network-tui
service network restart or ifup eth0
- 10-09-2006 #3Just Joined!
- Join Date
- Oct 2006
- Posts
- 2
Hi pcrack,
Thanks for your reply.
Currently i am in office. I will give it a try at home and let you know the result.
thanks,
nandac
- 10-10-2006 #4Just Joined!
- Join Date
- Oct 2006
- Posts
- 8
If the eth0 is a wireless card then good luck, I rarely see them work right off the bat.
I would look though the lsmod to see if the module is there or not. If it is check the config script in /etc/sysconfig/network-scripts/ifcfg-eth0 to make sure it is right.
If all else fail google the hell out of it.


Reply With Quote