You are not logged in.
i cant get my netcard to work.. SMC2-1211TX linux.. i donno what module to use? can someone plz help me? it would be nice.. iam going crazy here.. i got it to work but the i cant reach my network when pinging
I believe the module for this is 8139too.
Offline
Hi.
I can confirm that, as robot5x states, the driver for this card is 8139too.
Regards,
Win
Offline
but why cant i ge my network to work.. have tried to get it by dhcp and set i manualy.. i either dont find eth0 or i get network unreachable when trying to ping my server and clients...
ICQ 103399695
:?
ifconfig
?
dmesg | grep eth0
?
The impossible missions are the only ones which succeed.
Offline
it also helps to say what kernel you are using as setups differ from 2.4 and 2.6? Everyone wants to help and all we need the the info.
Offline
well i have installed winXP now and i can see the card name in there "Accton EN1207D-TX PCI"
iam using 2.6 kernel.. i have dhcp enabled on my router "NOT THIS BOX, THIS IS A WORKSTATION"
i use the 192.168.0.0 ipchain..
Can someone plz help me.. iam going mad.. all outher dist can find my netcard.. but not arch..
well i have installed winXP now and i can see the card name in there "Accton EN1207D-TX PCI"
iam using 2.6 kernel.. i have dhcp enabled on my router "NOT THIS BOX, THIS IS A WORKSTATION"
i use the 192.168.0.0 ipchain..
Can someone plz help me.. iam going mad.. all outher dist can find my netcard.. but not arch..
* as root open an editor and add 8139too to /etc/rc.conf MODULES=()
* reboot
* open an xterm or a console and type:
ifconfig
then post what comes out here in the forum
* then, again type:
dmesg | grep eth0
and also post this output to the forum
then maybe we can see what is wrong with it
The impossible missions are the only ones which succeed.
Offline
...
that is the only thing I have changed beyond setting eth0="dhcp" and gatway to my home gateway.
hmm, you must deactivate gateway, if you using dhcp (!gateway)
after removing (disabling with "!") the gateway, if it is enabled (do not have ! infront of it), try this as root:
ifconfig eth0 up
and then
dhcpcd
and then again check if eth0 is working or not
it should be something like this:
[damir@Asteraceae /]$ ifconfig
eth0 Link encap:Ethernet HWaddr MYMAC:-)
inet addr:192.168.1.33 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::202:8aff:fe4f:a217/64 Scope:Link
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:615411 errors:0 dropped:0 overruns:0 frame:0
TX packets:446797 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
RX bytes:604343652 (576.3 Mb) TX bytes:57013931 (54.3 Mb)
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:56964 errors:0 dropped:0 overruns:0 frame:0
TX packets:56964 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
RX bytes:13003498 (12.4 Mb) TX bytes:13003498 (12.4 Mb)
The impossible missions are the only ones which succeed.
Offline