삼성 r580 모델에 있는 rtl8192e 카드가 잘 작동하지 않아 구글링 하다가
드라이버를 하나 발견해서 instruction에 따라 설치를 해 보려고 하는데 에러가 나네요
리눅스는 처음이라 어떻게 해야 할지 모르겠어서 질문합니다
이건 설명서구요
Please find the attached for latest RTL8192E 32bit and 64bit Linux driver which is the updated one different from the one you used.
Just kindly remind, please install by the below steps.
The following is the installing steps:
- Change to the driver directory
- sudo su
- make
- make install
5.reboot - ./wlan0up or ./wlan1up
Note: 1. if permission denied, change perperty with chmod 777 wlan0up
2. or enable driver with ifconfig wlanx up
(wlanx denote wlan interface name).
make를 하면 이렇게 나오네요 ㅠㅠ
root@HSY-Linux:/home/hsy/Desktop/r8192# make
make[1]: Entering directory /usr/src/linux-headers-3.0.0-13-generic-pae' gcc: error: /lib/modules/3.0.0-13-generic-pae/build/include/linux/autoconf.h: 그런 파일이나 디렉터리가 없습니다 gcc: fatal error: no input files compilation terminated. scripts/Makefile.build:49: *** CFLAGS was changed in "/home/hsy/Desktop/r8192/HAL/rtl8192/Makefile". Fix it to use EXTRA_CFLAGS. 멈춤. make[1]: *** [_module_/home/hsy/Desktop/r8192/HAL/rtl8192] 오류 2 make[1]: Leaving directory
/usr/src/linux-headers-3.0.0-13-generic-pae’
make: *** [all] 오류 2
어떻게 해야 하나요 ㅠㅠ