You are not logged in.
Pages: 1
Hi i installed Arch Linux on my fathers Laptop. It´s a IBM Thinkpad T22.
After the base-installation i installd hwd.
It tells me that the network-modul is 3c59x. I set up the IP, GW and nameserver, load the modul, but i couldn´t connect to our homenetwork.
I have installed Arch Linux on many computers, and never had any Problems. But here i don´t know why it won´t work.
Offline
'lsmod' to make sure the module is there.
'ifconfig' to see what is going on.
'dmesg' to check for other problems.
Offline
The modul is loaded. it´s in the lsmod list
ifconfig -a tells me the eth0 is up and running.
dmesg show´s an errorat the end!!
Something with like this
eth0: .....
etho:....
eth0:...
.
.
.
.
.
i don´t know the excat error, because my father has his computer again, and he´s working on it.
i´ll post the error later
Offline
ok here´s the Errormessage on the end of "dmesg".
Maybe anybody can help me!!
eth0: command 0x5800 did not complete! Status 0xffff
eth0: command 0x2804 did not complete! Status 0xffff
eth0: command 0x3002 did not complete! Status 0xffff
eth0: command 0x3002 did not complete! Status 0xffff
eth0: command 0x3002 did not complete! Status 0xffff
eth0: command 0x3002 did not complete! Status 0xffff
eth0: command 0x3002 did not complete! Status 0xffff
Offline
I don't have thinkpad notebook but google says it's a known problem with this driver and notebook combination (at least). It might be related to acpi/apic. Try workarounds described in:
http://groups.google.pl/groups?hl=en&lr … 26rnum%3D3
https://bugzilla.redhat.com/bugzilla/sh … ?id=107389 (scroll to bottom)
http://www.mepis.org/node/view/351
Offline
Hi. i solved the problem now.
Starting Arch with the boot-options acpi=off dma=off did the thinfg for me. Don´t ask me why. i just tried many many many many many.... Bootoptions. And now network starts well
Offline
Pages: 1