[7.900][BUG][UNABLE TO DUPLICATE] No Network connection after install

I just installed the software on a Jetway MB with dual Realtek RTL8110SC NICS. The Chip set is VIA CN700 and VIA VT8237R Plus chipset. The CPU is the VIA CN700 NANO BGA Proc. The install went as follows
Boot from CD 12:45PM
BZIMAGE took about 3 min
initramfs.gz started to load at 12:48PM and finished at 1:10PM

Splash screen started and went through the normal setup tasks. Asigned the Eth0 to 192.168.1.2. When finished the box was rebooted and I could not connect to it from a client for Webadmin. 

I logged into the box console and issued the ifconfig command and only see the loopback. Can not ping any internal devices from the console.

NICS were identified during setup so don't know what happen.

Please advise.
Parents
  • The NIC seems to be supported (identified as 0x10ec:0x8167  RTL-8110SC/8169SC Gigabit Ethernet), but please download http://people.astaro.com/heitzenberger/hwd and run it, then send the generated tar.gz file to make sure.  You maybe have to make that file executable before running, like so:

     chmod 0755 hwd

    Also please download the script http://people.astaro.com/heitzenberger/v8/r8169/r8169-debug and run it on that box.  It executes a couple of 'ethtool' commands on that interface.  You maybe have to make that file executable.  Example run:

     chmod 0755 r8169-debug
     ./r8169-debug eth0
     Wrote debug.tar.gz

    You maybe have to change eth0 by eth1, eth2.  If uncertain please run that script on all interfaces you have on that box.  Then send debug.tar.gz as well.  Thanks.
Reply
  • The NIC seems to be supported (identified as 0x10ec:0x8167  RTL-8110SC/8169SC Gigabit Ethernet), but please download http://people.astaro.com/heitzenberger/hwd and run it, then send the generated tar.gz file to make sure.  You maybe have to make that file executable before running, like so:

     chmod 0755 hwd

    Also please download the script http://people.astaro.com/heitzenberger/v8/r8169/r8169-debug and run it on that box.  It executes a couple of 'ethtool' commands on that interface.  You maybe have to make that file executable.  Example run:

     chmod 0755 r8169-debug
     ./r8169-debug eth0
     Wrote debug.tar.gz

    You maybe have to change eth0 by eth1, eth2.  If uncertain please run that script on all interfaces you have on that box.  Then send debug.tar.gz as well.  Thanks.
Children
No Data