우분투에서 OvisLink WL-8000PCI 무선랜 드라이버 설치가 계속 실패합니다ㅠ

우분투 9.10에서 다른건 다 자동으로 잡아줬는데 무선랜을 잡아주지 못해서 수동으로 설치를 시도했습니다.

EVEREST로 확인한 무선랜이 OvisLink WL-8000PCI 802.11g+ Wireless Adapter이고 http://driverscollection.com/?file_cid= … d2bde167de에서 리눅스용 드라이버를 다운받았습니다.

파일안에 들어있는 Installation instructions에

INSTALLATION INSTRUCTIONS

If your Linux distribution supports the RPM Package Manager, it is easiest to install the binary RPM package with METHOD A. If your system is based on Debian (DPKG), METHOD B is for you. METHOD C is for distributions without RPM or DPKG support, or those who prefer not to use packages.

If you obtained the driver as a ".zip" file, extract it first with "unzip <filename>.zip".
METHOD A: BINARY RPM PACKAGE (*.{arch}.rpm)

If you have obtained the driver package in RPM format:

  1. install the rpm with "rpm -i driverloader-{version}.{arch}.rpm"

  2. if necessary, run "dldrconfig" to complete the installation, enter license information, or to change your device’s configuration.

If you need to rebuild the binary RPM from source, you can get the TAR package and run: "rpmbuild -tb driverloader-{version}.tar.gz" (if rpmbuild is not found, you might have to install the rpm-build package or if you have an older RPM version, try "rpm --rebuild …")
METHOD B: DEBIAN PACKAGE (*.deb)

If you have obtained the driver package in DEBIAN format:

  1. install the package with "dpkg -i driverloader_{version}_{arch}.deb", if apt-get or some other tool hasn’t already done it for you.

  2. if necessary, run "dldrconfig" to complete the installation, enter license information, or to change your device’s configuration.

If you need to rebuild the Debian package from source, you can get the TAR package, and from the top directory run: "make debdist"
METHOD C: TAR PACKAGE (*.tar.gz)

If you have obtained the driver package in tar format:

  1. extract the package with "tar -xzf driverloader-{version}.tar.gz"

  2. change to the package directory with "cd driverloader-{version}"

  3. run "make install" from the top of the package directory.

  4. run "dldrconfig" to complete the installation and configure your device.

(Alternatively to this whole procedure you may generate RPMS from the tar package using rpmbuild -ta driverloader-{version}.tar.gz")

라고 나와있어서 METHOD B와 C를 시도해보았지만 그때마다 Where is the Linux source build directory that matches your running kernel? 라고 나오면서 Driverloader가 설치에 실패합니다…

[attachment=1:wgpkyquf]%BD%BA~3.PNG[/attachment:wgpkyquf]
[attachment=0:wgpkyquf]%BD%BA~2.PNG[/attachment:wgpkyquf]

http://www.linuxforums.org/forum/debian ... kages.html http://ubuntuforums.org/showthread.php?t=208624

위의 링크들도 참고하면서 커널을 컴파일링하고 초보자 나름대로 할수있는건 계속하다가 지쳐서 질문을 올려드립니다. 부디 이 초보자에게 해결방법을 알려주십시요 ㅠ

해결~ 구글검색후 ndiswrapper로 해결했습니다…
아 뉴비는 힘드네요…