You are not logged in.
Pages: 1
Hi. I've a problem with this card. I've installed drivers from pkgbuild from aur, but the network dosn't works...
Could you help me, please?
Last edited by lordalbert (2008-09-26 15:20:09)
Offline
first is module loaded lsmod | grep atl1e .....check ifconfig to see if eth0 is there
Mr Green
Offline
ok, modules is not loaded...
and in ifconfig there isn't eth0
Offline
try:
sudo modprobe atl1e
if that works, do:
sudo ifconfig eth0 up
ifconfig
if modprobe doesn't work, something went wrong during installation.. you can try
find /lib/modules -iname atl1e.ko
Last edited by schuay (2008-09-25 21:31:12)
Offline
# modprobe atl1e
FATAL: Module atl1e not found
# find /lib/modules -iname atl1e.ko
/lib/modules/2.6.25-ARCH/kernel/drivers/net/atl1e.ko
when i insall/build .pkg.tar.gz (from pkgbuild) i need kernel's source?
Offline
UPDATE:
i've upgrade kernel (from 2.6.25 to 2.6.26) and rebuild pkgbuild... now module is loaded,
and
#ifconfig
eth0 Link encap:Ethernet HWaddr 00:22:15:17:81:35
inet addr:192.168.1.1 Bcast:192.168.1.254 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:1
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Memory:fe9c0000-fea00000
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:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:552 (552.0 b) TX bytes:552 (552.0 b)
but the network doesn't work...
Offline
Offline
i've a router, and i use static ip, not dhcp...
but i'll try it..
Offline
ok, now it works! I'm writing from arch
The problem was dns...
Thanks a lot!
Last edited by lordalbert (2008-09-26 15:20:39)
Offline
Pages: 1