iptime N300UA driver installation on CentOS 6

2013. 4. 17. 15:49memo

하루만에 설치 성공!

여기 저기 뒤져서 간신히 설치하였다.

설치할 때 몇가지 중요한 point 들:

 

1. iptime N300UA 의 chipset 은 Ralink Technology RT3070 Wireless Adapter

2. driver 파일은 http://www.ralinktech.com/support.php?s=2 에서 다운로드

3. make 실행하기 전

     a)  In os/linux/usb_main_dev.c file, add MODULE_LICENSE("GPL"); 
4. make and make install

5. RT3070STA.dat 파일을 못찾겠다는 오류가 발생하면 RT2870STA.dat 을 복사해서 RT3070STA.dat 파일을 만들어 준다. 이때 파일안에 comment 되어있듯이 Default 는 반드시 삭제!

5. in os/linux folder, insmod rt3070sta.ko

6. 이제 파란불이 들어오며 network manager 가 실행된다!!

 

* /etc/modprobe.d/blacklist.conf 에 "blacklist rt2800usb" 를 더해주고 reboot

 

이번에 알게된 usb 무선인터넷 관련 command 몇가지들: lsusb, iwconfig, insmod, modprobe, lsmod, etc.

 

주로 참고한 사이트들:

http://rhdxmr.tistory.com/48

http://forums.debian.net/viewtopic.php?f=10&t=64575