Install
To only compile and install the alx driver you can do:https://www.kernel.org/pub/linux/kernel/projects/backports/2013/03/04/compat-drivers-2013-03-04-u.tar.bz2 다운 압축풀고 그 디렉토리로 이동
#./scripts/driver-select alx
# make clean
# make
# make install
# modprobe alx
reboot
출처:http://www.linuxfoundation.org/collaborate/workgroups/networking/alx
make 시 에러!
EDIT2: It may happen that
make
complains that version.h
is missing. if so, do:sudo cp /usr/include/linux/version.h /usr/src/kernels/'uname -r'/include/linux
- where
uname -r
should give you the directory of the kernel you're using,3.7.2-204.fc18.x86_64
for example. 출처: https://ask.fedoraproject.org/question/10550/fedora-18-atheros-ar8161-and-wireless-bcm43142-not-recognized/
yum update kernel kernel-headers kernel-devel gcc
출처: https://bugzilla.redhat.com/show_bug.cgi?id=842367
kernel 3.10.3-300 에서 자동으로 드라이버 설치.
답글삭제fedora도 업데이트가 빠르군요.
설치 후 황당함은 앞으로 없을 듯.!!!