You are not logged in.
Hi, I'm getting really frustrated here, I knew about Slitaz recently, really liked it, but stumbled with a lot of trouble.
I got a SliTaz 3.0 ISO burned via UnetBootin. I boot from pendrive, no problem.
I login, no internet connection.
I'm on DSL. When I click on the computer icon (related to the internet) on the bottom right, I read eth0, and under it I read error.
I tried clicking on configure, and give it an IP from that DHCP script, hit start, nothing happens (this is what the documentation of Slitaz said to do)
I messed around with the resolv.conf file, added 192.168.100.1 didn't work, also tried
8.8.8.8
8.8.4.4
Didn't work either.
I messed around with my network.conf file, gave it a static, gave it a dhcp back and forth, nothing happening (after each edit I restart the network service)
I also tried replacing the default interface, which was eth0 with dummy0, didn't work.
Ping google.com doesn't work (I either get 'bad address' or ... nothing for a while, then 'bad address' again)
I tried pinging the router, which is 192.168.100.1, it shows that, the computer is trying to do it, but just can't, doesn't get any reply back.
Here's the output of ifcofig -a, it doesn't show the eth0:
[c]dummy0 Link encap:Ethernet HWaddr B6:92:28:89:EA:EA
inet addr:192.168.100.2 Bcast:192.168.100.255 Mask:255.255.255.0
UP BROADCAST RUNNING NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:136 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:24690 (24.1 KiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:16 errors:0 dropped:0 overruns:0 frame:0
TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1344 (1.3 KiB) TX bytes:1344 (1.3 KiB)[/c]
Here's the lspci output:
http://www.mediafire.com/?bkl6sp08ux96crw
Here's the dmesg output: (kinda long, hence the link)
http://www.mediafire.com/?h651gwuengedwt1
`
Please help, any thing would be appreciated, thanks in advance.
Offline
Try the solution described here
http://forum.slitaz.org/topic/eth0-not-running-at-startup#post-11893
#/etc/init.d/network.sh start
If not connected, follow these steps
first as root do
#ifconfig eth0 down
then see the following file
#nano /etc/network.conf
and having these parameters ..
INTERFACE = "eth0" (if eth0 is not correct)
save, exit and run
#ifconfig eth0 up
and then run
#/etc/init.d/network.sh start
and see if the connection works ...
Offline
That didn't work out!
As I stated, eth0 isn't showing up, so 'ifconfig eth0 down' will tell me that the device is unknown or something.
The contents of /etc/network.conf seems legit.
Offline
please, post here (not mediafire) the output of:
ls /sys/class/net
lspci -v -nn | grep -A6 -i ethernet
Offline
Slitaz 3.0=> kernel version 2.6.30.6 =>
No driver for Ethernet controller: Attansic Technology Corp. Device 2060 (rev c1) [1969:2060]
Offline
This may or may not help, worth a look.
http://platonic.techfiz.info/2009/10/ethernet-controller-attansic-technology-corp-device-1063-on-ubuntu/
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]