본문으로 바로가기

Linux PCMCIA 8139too 랜카드 추가방법

category Linux 2011. 2. 18. 09:53

#cardctl ident
Socket 0:
product info: "Realtek", "Rtl8139"
function: 6 (network)
를 이용해 나온 정보를

#vi /etc/pcmcia/config
card "Realtek Compatible"
version "Realtek", "Rtl8139"
bind "pcnet_cs"

이렇게 추가한후 저장.

#/etc/rc.d/init.d/pcmcia restart
#lsmod 엔터, 하면...
pcnet_cs (unused)
8390 [pcnet_cs]
ds [pcnet_cs]
yenta_socket
pcmcia_core [pcnet_cs ds yenta_socket]

 

# vi /etc/sysconfig/pcmcia 파일을 아래와 같이 편집합니다.
--------------------------------------
PCMCIA=yes
PCIC=yenta_socket
PCIC_OPTS=
CORE_OPTS=
--------------------------------------
# vi /etc/modules.conf
--------------------------------------
alias eth0 8139too (추가후 저장)
--------------------------------------
# shutdown -r now 리부팅합니다.

리부팅후
# lsmod
Module Size Used by Tainted: P
...
ds 6752 2
yenta_socket 9248 2
pcmcia_core 37024 0 [ds yenta_socket]
8139too 14064 0 (unused)

=======================================================================

vi /etc/rc.d/rc.loca추가
/etc/rc.d/init.d/pcmcia restart
/etc/rc.d/init.d/network restart