Can't seem to connect to eth0 no matter what I do.
ifconfig -a detects the ethernet adapter but when I connect the cable nothing happens.

Can't connect to eth0
(14 posts) (5 voices)-
Posted 11 years ago #
-
I am guesssing you double checked the ethernet card is working at all (eg with ubuntu) and the cable is good as well ? Sorry for the seemingly obvious,(it has hit me more often than not in the past)
Posted 11 years ago # -
@christophe
The cable is fine, I use it with other computers. The ethernet card worked the last time I used it (just a few months ago). I don't know how I would check to see if it is still working...Posted 11 years ago # -
by booting an ubuntu flashdisk or cdrom ...
Posted 11 years ago # -
@christophe
it's working in ubuntu. Got any other ideas?Posted 11 years ago # -
@christophe
Maybe click on Slitaz Panel
tazpanel Network
You should have something like this
INTERFACE="eth0"
DHCP="yes"
STATIC="no"
IP="192.168.0.6"
NETMASK="255.255.255.0"
GATEWAY="192.168.0.1"
DNS_SERVER="192.168.0.1"
Have you tried to boot from a CD live Slitaz ?
Have a nice day.Posted 11 years ago # -
@sg4884
Just a question : you didn't configure the wifi interface before ?
Posted 11 years ago # -
So it is not hw
Ceel is right, you can't have both wifi and ethernet simultaneously. It is one or the other. But you can switch when needed.If this is not the issue, what is the output of
lspci
andifconfig
?
TxPosted 11 years ago # -
I did setup wifi it is operational. How would I be able to see if it is the issue? and how would I be able to fix that?
Posted 11 years ago # -
If you switch between ethernet and wifi
don't forget to set the right Interface (wlan0 <> eth0) in /etc/firewall.conf.or is that not necessary ?
Posted 11 years ago # -
Still need help fixing this problem. Anyone out there with any suggestions?
Posted 11 years ago # -
@sg4884
How about giving some Information?
What Hw are you using? laptop with build-in wifi and ethernet, usb-wifi?..what?
Have you checked what yves04 suggested?
where is the output of lspci and ifconfig christophe wanted to see?
So this is another "shoot in the dark":If you have a Lap with build-in stuff,
switch off the wifi, connect your ethernet and boot with a Sz-live-CD.Posted 11 years ago # -
if wifi is operational then this is normal ethernet is not; only either one is working at any given time.
If you want to activate it then go to tazpanel, network menu, there is an "activate" button that should swith ethernet on (and wifi off).
If you activate back the wifi then it will turn off ethernet.
Either way the command
ifconfig
from a terminal will tell which is active and which is not. Please provide its output if further investigation is needed.Posted 11 years ago # -
ifconfig outputs lo
ifconfig -a outputs dummy, eth0, loThis is after I activated the ethernet.
Posted 11 years ago #
Reply
You must log in to post.