You are not logged in.
please help me....
i cant connect to LAN using wired connection..
currently im running slitaz 4.0 on my IBM Thinkpad 41 with network adapter card
at eth0 --> e1000 firmare (intel(R) PRO/1000 Network driver 7.*
i've try to using DHCP and static configuration, but it doenst help 
im try to check this problem :
dmesg | grep "e1000" and finnaly at the of output, i get this
mtrr: base(0xe0000000) is not aligned on a size (0xlff0000) boundary
Offline
Open terminal,su,password: root
[c]leafpad /etc/network.conf[/c]
Match these configs:
INTERFACE="eth0"
WIFI="no"
DHCP="yes"
STATIC="no"
Save and exit leafpad.
Go back to terminal:
Computer has 2 or more ethernet adapters plug the cable going to the internet modem into each adapter:
[c]/etc/init.d/network.sh restart[/c]
No internet then post the output and from each command below.
[c]ifconfig -a[/c]
[c]lspci -nn | grep -i eth[/c]
[c]cat /var/log/messages | grep -i eth[/c]
Offline
[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]