이번에 새로 산 웹 머신즈 V10HC 모델에 우분투를 설치하여 사용하더 중 한가지 문제점을 발견하였다.

 바로 무선랜이 안된다는 것.

 구글링을 해보니 다음의 주소에서 해결의 실마리를 얻을 수 있었다.

 http://spac.tistory.com/66?srchid=BR1http%3A%2F%2Fspac.tistory.com%2F66

 하지만 내가 설치한 넷북 전용 버전에서는 약간의 수고를 더 해야만 활용할 수 있었다.

 즉, 다음의 작업들이 실행되어야 한다.

 먼저 아래의 주소에서 리눅스용 무선랜 드라이버를 다운 받는다.

 http://122.146.118.42/downloads/downloadsView.aspx?Langid=1&PNid=48&PFid=48&Level=5&Conn=4&DownTypeID=3&GetDown=false&Downloads=true#RTL8192SE

 그리고 콘솔창을 열어 다음을 입력한다.

 # sudo su –

 # apt-get install build-essential linux-source-2.6.31
 # cd /usr/src
 # tar xvfz linux-source-2.6.31.tar.bz2

 다운 받은 파일이 있는 디렉토리로 이동한다. 필자의 경우 /home/pchero/다운로드

 # cd /home/pchero/다운로드
 # tar xvfz rtl8192se_linux_2.6.0013.1204.2009.tar.gz
 # cd rtl8192se_linux_2.6.0013.1204.2009
 # make
 # make install

 이로써 설치는 끝이다. 우분투를 재부팅한 후, 무선랜이 활성화가 되는것을 확인할 수 있다.

Tags: , , ,

3 Comments on installing ubuntu-9.10-netbook_remix on the webmachines v10HC

  1. 탱이 says:

    I have a Toshiba Satellite L505 and here is what worked for me: run terminal and type
    “sudo apt-get install ndisgtk” and after that is done go here and get the win2k driver.
    Then I just unzipped the driver file into the download file. Then I clicked
    system-administration-windows wireless driver, and searched for
    for downloads – rtl8191 (the file that you unzipped)-91_92_SE_Driver-win2k-net8192se.inf
    and click install and close. Worked for me hope it works for you! I had to use WPA Personal
    and tkip algorithms to make it all work, but it is working good for me.

    자꾸 무선랜과 관련해서 문제가 생겨서 다시금 확인을 해보니 위와 같은 글을 찾았다…정말 간단..!

  2. 탱이 says:

    아….위의 방법도 완전한 해결책은 아니었다.

    계속 모듈을 컴파일하는데 에러가 생겼는데

    # sudo su –
    # make install

    의 방법으로 결국 해결을 보았다.

    그리고 해당 모듈을 매 부팅때마다 자동으로 로드하기 위해서

    /etc/modules 파일에 r8192se_pci 라는 모듈명을 추가해 주었다.

  3. 탱이 says:

    도대체 sudo 와 sudo su – 의 차이점은 무엇일까…환경변수의 차이?

Leave a Reply to 탱이 Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.