우분투에서 ipTIME N200UA (USB무선랜카드, RT2870) 드라이버 자동 로드

0
points

RT2870 Wireless Lan Linux Driver 를 받아서 설치를 하였습니다.

드라이버는 잘 잡히는데

readme 파일의 안내와 같이 부팅 시 자동 로드가 잘 안되네요

ifcfg-ra0 파일을 만들어서 아래와 같이 입력했고
DEVICE='ra0'
ONBOOT='yes'
BOOTPROTO='dhcp'

modules.conf 라는 파일을 만들어서 아래와 같이 입력했습니다.
alias ra0 rt2870sta

MORE INFORMATION
=================================================================================
If you want for rt2870 driver to auto-load at boot time:
A) choose ra0 for first RT2870 WLAN card, ra1 for second RT2870 WLAN card, etc.

B) create(edit) 'ifcfg-ra0' file in /etc/sysconfig/network-scripts/,
edit( or add the line) in /etc/modules.conf:
alias ra0 rt2870sta

C) edit(create) the file /etc/sysconfig/network-scripts/ifcfg-ra0
DEVICE='ra0'
ONBOOT='yes'

NOTE:
if you use dhcp, add this line too .
BOOTPROTO='dhcp'

*D) To ease the Default Gateway setting,
add the line
GATEWAY=x.x.x.x
in /etc/sysconfig/network
=======================================================================

짧은 생각이지만 레드햇과 우분투에 파일 이름이라던가 경로가 틀린게 아닐까요??

Supporting Kernel:
===================
linux kernel 2.4 and 2.6 series.
Tested in Redhat 7.3 or later.

부팅 시 무선랜을 이용해서 마운트를 하도록 자동으로 설정해야 하는데

무선랜이 자동으로 잡히지 않아서 수동으로 드라이버 설정하고 마운트 해줘야 되서 상당히 번거롭습니다.

고수님들 좀 도와주세요^^

atie의 이미지
17779
points

modules.conf 보다는

1
point

modules.conf 보다는 (우분투 방식대로) /etc/modprobe.d/에 rt2870sta 파일을 만들고, /etc/modules 파일에 rt2870sta를 추가하면 부팅시 그 모듈을 로드합니다.

http://ubuntuforums.org/showthread.php?t=694026

----
I paint objects as I think them, not as I see them.
atie's minipage

댓글 보기 옵션

원하시는 댓글 전시 방법을 선택한 다음 "설정 저장"을 누르셔서 적용하십시오.