1. Add a "sis900" entry to /etc/modules
2. Edit /etc/network/interfaces

# The loopback interface
auto lo
iface lo inet loopback

# Static IP Example
auto eth0
iface eth0 inet static
        address 192.168.1.5
        netmask 255.255.255.0
        gateway 192.168.1.1

# DHCP Example
auto eth1
iface etho inet dhcp

(Adjust to your network's settings)

3. Edit /etc/resolv.conf so it contains the proper name server(s).

4. ifdown eth0 && ifup eth0

This is all assuming that you're past the installer. If you're not past
the installer, you won't be presented with an option for configuring your
network if the installer doesn't detect a network card, which I'm betting
is how you ended up in your current state. :)

Andrew S. Zbikowski | http://www.ringworld.org
 A password is like your underwear; Change it
 frequently, don't share it with others, and
     don't ask to borrow someone else's.



_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
http://www.mn-linux.org tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list