Rtl8192e 드라이버 컴파일이 안됩니다 ;;

삼성 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:

  1. Change to the driver directory
  2. sudo su
  3. make
  4. make install
    5.reboot
  5. ./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

어떻게 해야 하나요 ㅠㅠ

시냅틱꾸러미관리자에서 linux-headers-3.0.0-13-generic-pae 를 설치해 주세요.

다시 다른 것을 요구하면 다시 또 껏을 설치해 주어야 합니다.

이미 설치되어 있는 상태입니다 ㅠㅠ
검색해보니 커널 버전이 올라가면서 autoconf.h의 위치가 바뀌었다고 해서
해당 폴더에서 찾아 복사해 넣었더니 이번엔 modversion 을 찾더군요
그것도 복사해 넣었는데
이번엔 CFLAGS 관련된 오류가 뜨네요 ㅠ