Ethernet problem


Page 1 of 2 12 LastLast
Results 1 to 15 of 26

Thread: Ethernet problem

  1. #1
    Join Date
    Jan 2006
    Posts
    32

    Wink Ethernet problem

    i hava an ethernet card and my FC6 has known that as eth0
    but when i try to start a connection via the ethernet, the following error
    occurs

    ================================

    Error for wireless request "Set Encode" (8B2A) :
    SET failed on device eth0 ; No such device.

    Determining IP information for eth0...SIOCSIFADDR: No such device
    eth0: unknown interface: No such device
    eth0: unknown interface: No such device
    failed.
    ================================

    i didn't misconfigure it and it's all automatically done by the OS;
    how should i fix the problem!

    it's amazing taht the device manager and terminal based setup
    kknows the card and also it's name
    thnX
    We would change the world but the God doesn't give us the source code!

  2. #2
    Join Date
    Aug 2006
    Posts
    180
    It seems as if its being detected as a wireless card. You could try running system-config-network, deleting the card on the list, and then making a new ethernet connection.

  3. #3
    Join Date
    Jan 2006
    Posts
    32
    i have already tried this way but it isn't useful!
    is there any other way to perform a lower level configuration?
    We would change the world but the God doesn't give us the source code!

  4. #4
    Join Date
    Jan 2004
    Location
    Milwaukee
    Posts
    313
    At minimum, /etc/sysconfig/network-scripts/ifcfg-eth0 should contain the following for a simple dhcp connection:
    Code:
    DEVICE=eth0
    BOOTPROTO=dhcp
    ONBOOT=yes
    TYPE=Ethernet
    USERCTL=yes
    /etc/modprobe.conf needs an alias for the driver module for your ethernet adapter. If you know the driver for your card, add it here:
    Code:
    alias eth0 your_driver
    Run the following from the command line, and you should be good:
    Code:
    ifup eth0
    "Well, I've been to one world fair, a picnic, and a rodeo, and that's the stupidest thing I ever heard come over a set of earphones."

  5. #5
    Join Date
    Jan 2006
    Posts
    32
    many thnX,
    but I don't know the driver name

    my card is: Broadcom 440x 10/100 Integrated Controller
    We would change the world but the God doesn't give us the source code!

  6. #6
    Join Date
    Oct 2002
    Location
    Illinois
    Posts
    3,281
    b44 comes to mind

  7. #7
    Join Date
    Jun 2004
    Location
    Newcastle upon Tyne
    Posts
    2,978
    Have you tried to click at the FC6 desktop
    "system"
    "administration"
    "Network", then enter root password
    You should have a network conguration screen. If eth0 appears there you can highlight it, edit it and activate it.
    Linux user started Jun 2004 - No. 361921
    Using a Linux live CD to clone XP
    To install Linux and keep Windows MBR untouched
    Adding extra Linux & Doing it in a lazy way
    A Grub menu booting 100+ systems & A "Howto" to install and boot 145 systems
    Just cloning tips Just booting tips A collection of booting tips

    Judge asked Linux "You are being charged murdering Windoze by stabbing its heart with a weapon, what was it?" Replied Linux "A Live CD"

  8. #8
    Join Date
    Jan 2006
    Posts
    32
    thnX for help!
    But none of these ways became useful

    i think that the device is not even known and does not exist in "/dev"
    directory!

    there is another point ! when i perform probe action for probing MAC address

    in system-config-network ---> edit eth0
    the following error occurs:
    [Errno 19] No such device
    and in startup page where the starting services are listed
    there is some failure error like "device eth0 doesn't seem to exist..."

    it's a little amazing and fun does Linux just imagine an ethernet card in it's dreams???
    We would change the world but the God doesn't give us the source code!

  9. #9
    Join Date
    Jun 2004
    Location
    Newcastle upon Tyne
    Posts
    2,978
    You can always spend a few dollar to get the cheapest nic, say a Realtek 8139, to bypass the recognistion problem. Think it costs Sterling 4.5 here and would be about US$ 8 to 9 in the State. Linux generic drivers work like a magic on the commonly available components.
    Linux user started Jun 2004 - No. 361921
    Using a Linux live CD to clone XP
    To install Linux and keep Windows MBR untouched
    Adding extra Linux & Doing it in a lazy way
    A Grub menu booting 100+ systems & A "Howto" to install and boot 145 systems
    Just cloning tips Just booting tips A collection of booting tips

    Judge asked Linux "You are being charged murdering Windoze by stabbing its heart with a weapon, what was it?" Replied Linux "A Live CD"

  10. #10
    Join Date
    Jan 2006
    Posts
    32
    i am working on a dell inspiron 8500 laptop
    and here inside iran it's a little hard to find laptop hardware!
    changing the hardware couldn't be the final way because the linux has never disappointed me!!
    i was working with this card on fc3 - fc4 - fc5 - mandrake - ubuntu ......

    but there is a small problem with FC6
    i believe that won't be left unsolved!
    lots of thanks
    We would change the world but the God doesn't give us the source code!

  11. #11
    Join Date
    Feb 2004
    Location
    Singapore
    Posts
    2,170
    Quote Originally Posted by apache_2o0o6
    i think that the device is not even known and does not exist in "/dev"
    directory!
    That is because network interface cards have peculiar enough behavior that warrants a break away from the "everything is a file" UNIX paradigm. Nonetheless, it should still work fine.

    Can you please post the results of:
    Code:
    lsmod
    Code:
    ifconfig -a
    Code:
    cat /etc/sysconfig/network-scripts/ifcfg-eth0
    Come under the reign of the Idiot King...
    Come to me ... I love linux!

    Registered Linux user: Idiot King #350544

  12. #12
    Join Date
    Dec 2002
    Location
    Right where I am
    Posts
    903
    another check you can do is looking at the output of dmesg.
    -------------------------------------
    blobaugh
    lobaugh.net


    All you ever need to know about Samba at O'Reillys (Online book)
    DSL Linux in your pocket.
    Need help choosing a distro? Distro Chooser
    My Screenies
    Table of Windows equivalent software on Linux
    Linux Games from Windows

  13. #13
    Join Date
    Jan 2006
    Posts
    32
    here is the output of commands u have asked me!
    ===========ls mod=====================
    Module Size Used by
    bridge 60381 0
    netloop 11073 0
    netbk 79845 0 [permanent]
    blktap 386789 2 [permanent]
    blkbk 22753 0 [permanent]
    autofs4 25413 2
    hidp 24129 2
    rfcomm 46041 0
    l2cap 31681 10 hidp,rfcomm
    bluetooth 58917 5 hidp,rfcomm,l2cap
    sunrpc 158332 1
    ip_conntrack_netbios_ns 7105 0
    ipt_REJECT 9665 1
    xt_state 6337 6
    ip_conntrack 56992 2 ip_conntrack_netbios_ns,xt_state
    nfnetlink 11353 1 ip_conntrack
    iptable_filter 7233 1
    ip_tables 17669 1 iptable_filter
    ip6t_REJECT 9537 1
    xt_tcpudp 7361 21
    ip6table_filter 7105 1
    ip6_tables 18821 1 ip6table_filter
    x_tables 18501 6 ipt_REJECT,xt_state,ip_tables,ip6t_REJECT,xt_tcpud p,ip6_tables
    vfat 16833 4
    fat 55773 1 vfat
    dm_multipath 22601 0
    video 21061 0
    sbs 20225 0
    i2c_ec 9281 1 sbs
    i2c_core 25537 1 i2c_ec
    dock 12377 0
    button 10961 0
    battery 14405 0
    asus_acpi 20697 0
    ac 9541 0
    radeon 109793 2
    drm 74325 3 radeon
    ipv6 267489 17 ip6t_REJECT
    parport_pc 31205 1
    lp 17033 0
    parport 40841 2 parport_pc,lp
    serial_core 25281 0
    joydev 13697 0
    snd_intel8x0m 21325 1
    snd_intel8x0 36445 1
    snd_ac97_codec 95073 2 snd_intel8x0m,snd_intel8x0
    snd_ac97_bus 6593 1 snd_ac97_codec
    snd_seq_dummy 8133 0
    snd_seq_oss 37185 0
    ide_cd 42337 2
    snd_seq_midi_event 11841 1 snd_seq_oss
    snd_seq 57137 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    snd_seq_device 12621 3 snd_seq_dummy,snd_seq_oss,snd_seq
    snd_pcm_oss 46561 0
    cdrom 38625 1 ide_cd
    snd_mixer_oss 20545 1 snd_pcm_oss
    snd_pcm 80453 4 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_ oss
    snd_timer 27077 2 snd_seq,snd_pcm
    snd 57029 14 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_seq_ oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_o ss,snd_pcm,snd_timer
    soundcore 14113 1 snd
    snd_page_alloc 14409 3 snd_intel8x0m,snd_intel8x0,snd_pcm
    b44 32973 0
    mii 9665 1 b44
    ohci1394 38917 0
    pcspkr 7361 0
    ieee1394 301593 1 ohci1394
    serio_raw 11205 0
    dm_snapshot 21357 0
    dm_zero 6337 0
    dm_mirror 32913 0
    dm_mod 61273 13 dm_multipath,dm_snapshot,dm_zero,dm_mirror
    ext3 135369 2
    jbd 63209 1 ext3
    ehci_hcd 35917 0
    ohci_hcd 25437 0
    uhci_hcd 27725 0
    ===========ifconfig -a===================
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:5668 errors:0 dropped:0 overruns:0 frame:0
    TX packets:5668 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:4439935 (4.2 MiB) TX bytes:4439935 (4.2 MiB)

    sit0 Link encap:IPv6-in-IPv4
    NOARP MTU:1480 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

    veth0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
    BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

    veth1 Link encap:Ethernet HWaddr 00:00:00:00:00:00
    BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

    veth2 Link encap:Ethernet HWaddr 00:00:00:00:00:00
    BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

    veth3 Link encap:Ethernet HWaddr 00:00:00:00:00:00
    BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

    vif0.0 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

    vif0.1 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

    vif0.2 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

    vif0.3 Link encap:Ethernet HWaddr FE:FF:FF:FF:FF:FF
    BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

    xenbr0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
    inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link
    UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

    ===========cat/etc/sysconfig/network-scripts/ifcfg-eth0
    # Broadcom Corporation BCM4401 100Base-T
    DEVICE=eth0
    BOOTPROTO=dhcp
    #HWADDR=00:0BB:96C:52
    ONBOOT=yes
    TYPE=Ethernet
    USERCTL=yes
    thnx for help
    We would change the world but the God doesn't give us the source code!

  14. #14
    Join Date
    Feb 2004
    Location
    Singapore
    Posts
    2,170
    This is weird --- the driver module had already been loaded, yet there isn't a real ethernet driver in ifconfig -a. No wonder the system is haywire...

    As blobaugh says, a dmesg is required. I cannot confirm if b44 is indeed finding the ethernet card. And how did you know your card is a Broadcom?
    Come under the reign of the Idiot King...
    Come to me ... I love linux!

    Registered Linux user: Idiot King #350544

  15. #15
    Join Date
    Jan 2006
    Posts
    32
    i know the name of card by simply using "lspci" command!
    and the aliases inside modprobe.conf is originally generated by linux!

    i'll send you the dmesg in the next post
    thnX
    We would change the world but the God doesn't give us the source code!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •