Blog | Tag | Local | Media | Guest | Login  RSS
Ndiswrapper에 해당되는 글 1건
CentOS를 설치하였다가 2~3주간의 삽질 끝에 Ubuntu로 다시 깔았다.

CentOS에서 문제는 Buffalo WLI2-CB-G300N 설치가 안 됐다. 이리 저리 알아보다 Ubuntu로 설치를 다시 했다.

우선 CentOS는 DVD 1장 이였지만 Ubuntu는 CD 1 장이다. X06에 다시 설치를 했다.

설치는 별 문제없이 바로 기본 Device는 모두 설치 되었다.

1. 언어 변경


설치 후 우선 언어 설정을 한글을 Default로 수정하였다.

2. WLI2-CB-G300N PCMCIA 무선 랜카드 사용
ndiswrapper 설치

시냅틱 꾸러미 관리자를 이용하여 ndiswrapper를 설치하였다.

ndiswrapper 설치하고 윈도우용 랜카드 드라이버를 카피하여 작업하였다.

$ ndiswrapper -help
install/manage Windows drivers for ndiswrapper
 
usage: ndiswrapper OPTION
-i inffile       install driver described by 'inffile'
-a devid driver  use installed 'driver' for 'devid' (dangerous)
-r driver        remove 'driver'
-l               list installed drivers
-m               write configuration for modprobe
-ma              write module alias configuration for all devices
-mi              write module install configuration for all devices
-v               report version information
 
where 'devid' is either PCIID or USBID of the form XXXX:XXXX,
as reported by 'lspci -n' or 'lsusb' for the card

$ sudo ndiswrapper -i net2g3n.inf
$ sudo ndiswrapeer -mi
$ sudo ndiswrapper -ma
$ sudo ndiswrapper -m
$ sudo depmod -a

무선 장치 설정은 x환경에서 AP및 접속 정보를 설정하니 접속이 됐다.

우연히 설치는 해서 연결은 됐지만..
문제는 윈도우에서 11n으로 정상 사용이 가능하나..
Ubuntu에서는 g로 접속이 된다는 것이다. 왜 그렇지?? 아직 모르겠다.

이제 설치는 다 됐으니까..이제 마니 사용해서 리눅스랑 좀 친근해 져야겠다.