SliTaz SliTaz Forum

You are not logged in.

#1 2012-10-04 00:41:19

Aminux
Member
Registered: 2012-05-07
Posts: 16

Atheros AR8151

Slitaz does not recognize the Atheros AR8151 ethernet,any solution to this issue?

Offline

#2 2012-10-04 05:00:13

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Atheros AR8151

[c]# modprobe atl1c[/c]

[c]# /etc/init.d/network.sh restart[/c]

Autoload module on boot:

[c]# leafpad /etc/rcS.conf[/c]

LOAD_MODULES="atl1c"

If this is the wrong driver post the output from:

[c]lspci -nn[/c]

Offline

#3 2012-10-04 11:11:21

Aminux
Member
Registered: 2012-05-07
Posts: 16

Re: Atheros AR8151

Driver still not loaded.

Someone told me to try # modprobe atl1e

But same result,lan port not detected.

Offline

#4 2012-10-05 06:43:26

mojo
Administrator
Registered: 2011-03-29
Posts: 2,174

Re: Atheros AR8151

The pcid 1969:1083 of AR8151 is not included in the atl1c or atl1e driver.

Although one or the other is reported to work by some users if you add the pcid to a new_id after modprobe.

# modprobe atl1c

# echo "1969 1083" > /sys/bus/pci/drivers/atl1c/new_id

# /etc/init.d/network.sh restart

Offline

#5 2012-10-05 16:16:22

Aminux
Member
Registered: 2012-05-07
Posts: 16

Re: Atheros AR8151

Thanks mojo,its working.  :-)

Offline

#6 2012-10-10 13:43:15

totoetsasoeur
Moderator
Registered: 2011-03-29
Posts: 247

Re: Atheros AR8151

Just wanna thank mojo. Your advice of adding pcid in new_id file works for ASUS X54L (assembled with Atheros AR8151 ethernet chip [1969:1083).

I did exactly what mojo suggested:

[c]# modprobe atl1c
# echo "1969 1083" > /sys/bus/pci/drivers/atl1c/new_id
# /etc/init.d/network.sh restart[/c]
:-D

Offline

#7 2012-10-10 18:56:09

sklimkin
Member
Registered: 2012-10-08
Posts: 99

Re: Atheros AR8151

Maybe more usability to write script in /etc/ naming atheros-atl1c and get in after loading system:

script /etc/atheros-atl1c

-------------------------

#!/bin/sh

modprobe atl1c

echo "1969 1083" > /sys/bus/pci/drivers/atl1c/new_id

/etc/init.d/network.sh restart

Thanks mojo !!!

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.019 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]