>> Edit article
이름
제목
패스워드
커널 컴파일시 옵션에서 General setup에 [*] Support for hot-pluggable devices PCMCIA/CardBus support는 선택하지 않습니다. (반드시 꺼주세요!) 나머지는 자신의 컴퓨터 환경에 맞게 옵션 선택. 커널 컴파일 과정은 http://kernel.pe.kr '문서및 Link' 참조 Pcmcia 모듈 설치하기 Pcmcia 모듈 설치하기 (예를 든것은 3콤사의 네트워크 카드이다.) 항상 젤 먼저 할일은 자신의 pcmcia용 카드가 지원이 되는지 부터 확인한다. 그것도 안 알아보구 안된다 하지말고.. 지원 장치 목록 확인은 아래 링크에서. http://pcmcia-cs.sourceforge.net/ftp/SUPPORTED.CARDS http://pcmcia-cs.sourceforge.net에 가보면 "Downloads and release notes for recent versions."이 있다. 여기가서 pcmcia-cs-3.1.25.tar.gz 파일을 다운 받는다. 다운 받은 파일을 /usr/src/linux 에 복사한다. #tar zxvf pcmcia-cs-3.1.25.tar.gz #cd pcmcia-cs-3.1.25 #make config 한다 아래대로 선택하면 된다. [root@maanz pcmcia-cs-3.1.25]# make config -------- Linux PCMCIA Configuration Script -------- The default responses for each question are correct for most users. Consult the PCMCIA-HOWTO for additional info about each option. Linux source directory [/usr/src/linux]: The kernel source tree is version 2.4.3. The current kernel build date is 목 4월 5 13:21:36 2001. WARNING: the source tree has a build date of 금 4월 27 21:16:28 2001. Build 'trusting' versions of card utilities (y/n) [n]: Include 32-bit (CardBus) card support (y/n) [y]: Include PnP BIOS resource checking (y/n) [y]: The PCMCIA drivers need to be compiled to match the kernel they will be used with, or some or all of the modules may fail to load. If you are not sure what to do, please consult the PCMCIA-HOWTO. How would you like to set kernel-specific options? 1 - Read from the currently running kernel 2 - Read from the Linux source tree Enter option (1-2) [2]: Module install directory [/lib/modules/2.4.3]: Kernel configuration options: Kernel-tree PCMCIA support is disabled. Symmetric multiprocessing support is disabled. PCI BIOS support is enabled. Power management (APM) support is enabled. SCSI support is disabled. IEEE 1394 (FireWire) support is disabled. Networking support is enabled. Radio network interface support is disabled. Token Ring device support is disabled. Fast switching is disabled. Frame Diverter is disabled. Module version checking is disabled. /proc filesystem support is enabled. It looks like you have a System V init file setup. X Windows include files found. Forms library not installed. If you wish to build the 'cardinfo' control panel, you need the Forms library and the X Windows include files. See the HOWTO for details. Configuration successful. --여기 까지 나오면 환경설정은 무사히 마쳤다. #make all #make install *주의 pcmcia 모듈이 /lib/modules/자기커널버전/pcmcia 위 디렉에 pcmcia 모듈이 있어야 한다. 없다면 다시 위의 과정을 해본다. *재부팅* 부팅시 삑삑 2번(비프음이 빠르게)울릴것이다. 구럼 인식완료. 확인은 [maanz@maanz maanz]$ /sbin/lsmod Module Size Used by 3c589_cs 8880 1 ds 6608 2 [3c589_cs] i82365 22800 2 pcmcia_core 49440 0 [3c589_cs ds i82365] 위와 같이 뜨면 성공.--Guess? maanzStory!
Copyleft
1999-2026 by
JSBoard Open Project
Theme Designed by
IDOO
All right reserved