This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Internal Lan card stops responding

Hi,
I installed ASL 4 for evaluating the product,and I find that the internal lan sometimes stops. It doens't goes down (I check it on ifconfig), but don't connect to any workstation.
If I do a "ifconfig eth0 down;ifconfig eth0 up" then it restarts working, for sometime.
On the logs no errors appears.
I use a Level One LAN Card, that ASL shows as "Realtek Semiconductor Co., Ltd.RTL-8139/8139C/8139C+".
Any ideias ? Thanks in advance
Carlos 


This thread was automatically locked due to age.
Parents
  • hi 
    i had the same problem too. solution i found :
    login your asl box via loginuser the su - root,
    #ifconfig ethx down (x=0,1,2 your admin interface)
    #lsmod | grep rtl8139
    if you see rtl8139 driver remove it
    # rmmod rtl8139
    load 8139too driver
    #modprobe 8139too
    #ifconfig ethx up
    then go to /etc and change alias of ethx
    #cd /etc
    # vi modules.conf
    add "alias ethx 82139too" 
    and put a "#" in front of rtl  driver
    make sure you are using the right driver by doing a "lsmod" again
    you should see something like..
    8139too     13792 1 (autoclean) or (used)
    after a reboot it should work correctly (reboot is optional but recommended by me    )
     
Reply
  • hi 
    i had the same problem too. solution i found :
    login your asl box via loginuser the su - root,
    #ifconfig ethx down (x=0,1,2 your admin interface)
    #lsmod | grep rtl8139
    if you see rtl8139 driver remove it
    # rmmod rtl8139
    load 8139too driver
    #modprobe 8139too
    #ifconfig ethx up
    then go to /etc and change alias of ethx
    #cd /etc
    # vi modules.conf
    add "alias ethx 82139too" 
    and put a "#" in front of rtl  driver
    make sure you are using the right driver by doing a "lsmod" again
    you should see something like..
    8139too     13792 1 (autoclean) or (used)
    after a reboot it should work correctly (reboot is optional but recommended by me    )
     
Children
No Data