Lo there,
I'm in serious trouble, and I need to get the internet working quick, since my dad is about to install Windows XP on his PC to run Media Center for his TV card.
I installed SimplyMEPIS 3.3.1-1 on my PC, but the internet doesn't work.
My PC:
CPU: AMD Sempron 2800+
MB: Asus K8S-MX
Internal memory: 2x 512 MB Kingston memory
Videocard: None (using the onboard video function)
Soundcard: Creative Live! 5.1 (that doesn't work, but I'll try to fix the internet first)
HD: Maxtor 160 GB S-ATA drive (that doesn't work, but I'll try to fix the internet first) plus Maxtor 20 GB P-ATA drive (that does work)
My PC is connected with the onboard LAN port to a router with the IP 192.168.1.1 that is connected to our ADSL line. This Windows 2000 PC right here connects with it with no problems.
To make sure you don't search for things I already know, someone told me the motherboard has a
SIS 190/191 NIC onboard
I asked others, they gave me all kinds of commands to write in terminal and tell them the output, these are the results:
ifconfig:
Code:
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:32 errors:0 dropped:0 overruns:0 frame:0
TX packets:32 errors:0 dropped:0 overruns:0 carier:0
collisions:0 txqueuelen:0
RX bytes:1480 (1.4 KiB) TX bytes:1480 (1.4 KiB)
lspci:
Code:
0000:00:00.0 Host bridge: Silicon Integrated Systems [SiS] 760/M760 Host (rev 03)
0000:00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SG86C202
0000:00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS965 [MuTIOL Media IO] (rev 47)
0000:00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 01)
0000:00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] Sound Controller (rev a0)
0000:00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
0000:00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
0000:00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f)
0000:00:03.3 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
0000:00:04.0 Ethernet controller: Silicon Integrated Systems [SiS]: Unknown device 0190
0000:00:05.0 RAID bus controller: Silicon Integrated Systems [SiS]: Unknown device 0182 (rev 01)
0000:00:06.0 PCI bridge: Silicon Integrated Systems [SiS]: Unknown device 000a
0000:00:07.0 PCI bridge: Silicon Integrated Systems [SiS]: Unknown device 000a
0000:00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
0000:01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 661FX/M661FX/M661MX/741/M741/760/M760 PCI/AGP
ping 192.168.1.1 (or ping 192.168.0.1 which replies the same thing):
Code:
PING 192.168.1.1 (192.168.1.1): 56 bytes
ping: sendto: Network is unreachable
ping: write: 192.168.1.1 64 chars, ret -1
cat /etc/network/interfaces:
Code:
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
mapping hotplug
script echo
auto lo
iface lo inet loopback
# DO NOT EDIT BELOW THIS LINE
auto eth0
iface eth0 inet static
address 192.168.1.10
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.1.1
#wireless_essid any
#wireless_mode Managed
#wireless_freq 0
#wireless_nwid none
#wireless_key off
#auto eth1
iface eth1 inet dhcp
address 192.168.0.15
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.0.1
#wireless_essid any
#wireless_mode Managed
#wireless_freq 0
#wireless_nwid none
#wireless_key off
auto ath0
iface ath0 inet dhcp
address 192.168.0.15
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.0.1
#wireless_essid any
#wireless_mode Managed
#wireless_freq 0
#wireless_nwid none
#wireless_key off
auto ra0
iface ra0 inet dhcp
address 192.168.0.15
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.0.1
#wireless_essid any
#wireless_mode Managed
#wireless_freq 0
#wireless_nwid none
#wireless_key off
auto wlan0
iface wlan0 inet dhcp
address 192.168.0.15
netmask 255.255.255.0
broadcast 192.168.0.255
gateway 192.168.0.1
#wireless_essid any
#wireless_mode Managed
#wireless_freq 0
#wireless_nwid none
#wireless_key off
# DO NOT EDIT ABOVE THIS LINE
I hope you can help... if you do, I'll be your personal helper at Flash if you want to
Thanks!