Blog | Tag | Local | Media | Guest | Login  RSS
SENS에 해당되는 글 2건
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로 접속이 된다는 것이다. 왜 그렇지?? 아직 모르겠다.

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


리눅스 공부용 중고 놋북을 구입하여 CentOS를 설치 했다.

2일간에 사투끝에 총 3번에 설치만에 끝났다.

우선 처음 설치는 GUI 환경에서 설치하였고 설치 후 X-Window가 뜨질 않는 증상이였다.

혹시나 해서 Text 기반으로 설치하여도 동일하여 인터넷 뒤지면서 이것저것 삽질좀 했다.

대충 감을 잡고 마지막 GUI로 다시 설치!

CentOS 설치 (GUI/CLI)

X-Window로 부팅 되나 화면이 나오지 않음

KLDP 검색 및 설정

1. CLI로 부팅 설정

grub 설정 파일(/boot/grub/grub.conf 또는 /boot/grub/menu.lst) 파일을 열어 다음과 같이 kernel 항목 끝에 사용할 runlevel을 써주면 됩니다.


...
    kernel /boot/vmlinuz-2.6.19-10hs ro root=LABEL=/ vga=0x314 splash=silent 3
...

grub 메뉴에서 X 모드랑 텍스트 모드를 고르고 싶으면


title Asianux OpenEdition 3-up X mode  (2.6.19-10hs)
    root (hd0,2)
    kernel /boot/vmlinuz-2.6.19-10hs ro root=LABEL=/ vga=0x314 splash=silent
    initrd /boot/initrd-2.6.19-10hs.img

title Asianux OpenEdition 3-up Text mode  (2.6.19-10hs)
    root (hd0,2)
    kernel /boot/vmlinuz-2.6.19-10hs ro root=LABEL=/ vga=0x314 splash=silent 3
    initrd /boot/initrd-2.6.19-10hs.img

2. Graphic Device 설정

vi /etc/X11/xorg.conf

Driver "i810" -> Driver "vesa"

startx

설치 완료