You are not logged in.
Pages: 1
My M/B is Asus M5A97, if I reboot from Windows 7 then enter to ArchLinux, the network won't ping outside,
but if I poweron enter to ArchLinux from poweroff state, the network would ping outside,
so I download the source from realtek web site then compile, the issue was gone.
The kernel built-in net module is r8169 but realtek is r8168, I'm using linux-ck 3.0.2,
how do I patch the PKGBUILD to apply r8168 to replace r8169 while I upgrade to new kernel?
(Sorry for my poor english)
Sorry for my poor english.
Offline
Just a thought, if you do
modprobe r8169 -r
modprobe r8169
- does it work?
Offline
Just a thought, if you do
modprobe r8169 -r modprobe r8169
- does it work?
It didn't work well, just can ping out for a while, then dead forever.
Sorry for my poor english.
Offline
how do I patch the PKGBUILD to apply r8168 to replace r8169 while I upgrade to new kernel?
(Sorry for my poor english)
i'm interested in that too:)
Last edited by gymka (2011-08-20 12:08:33)
Offline
I found r8168 package in aur:
http://aur.archlinux.org/packages.php?ID=27000
I want it like catalyst-daemon auto to recompile and install while upgrade to new kernel, How?
Sorry for my poor english.
Offline
Pages: 1