Hi Anthony, It looks like your board has 2 NIC's, one is the RealTek RTL8139 using the "8139too" kernel module which found your NIC, and the other is a SiS900 NIC which uses the "sis900" kernel module which is not loaded by default.
As a simple test from the command line: $ modprobe sis900 Then see if loaded via: $ dmesg | tail Also this should show the new interface... $ ip a If all looks good, edit your "/etc/rc.modues" and add to the end a single line containing "sis900" (without the quotes). Lonnie On Nov 1, 2014, at 2:01 PM, Anthony Azzopardi <[email protected]> wrote: > Hello astlinux, > > I managed to install and use astlinux on an Alix board with no problems. > > Now I am trying to install on an old ASUS mother board, but I cannot get the > IP from DHCP, and the nic on the motherboard does not seem to be seen. > > Attached are the messages file, the output of lspci and lsmod. > > I have an X100P clone and an ISDN card. I should be connecting an analog line > to the X100P. > > I did the initial initial-setup from the console. > > Regards and thanks, > > lus. > > <messages.txt><lsmod.txt><lspci.txt>------------------------------------------------------------------------------ > _______________________________________________ > Astlinux-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to > [email protected]. ------------------------------------------------------------------------------ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [email protected].
