#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
'Linux' 카테고리의 다른 글
Ubuntu ssh root 접속 (0) | 2017.07.10 |
---|---|
[Ubuntu 10.10] MailServer - postfix / pop3 / imap / spam / squirrelmail (0) | 2012.03.27 |
[확인해볼것] MS 윈도우즈용 시스템 백업/복제툴 (0) | 2011.10.25 |
접속시도를 여러번 하는 IP 자동 블락하기 (0) | 2011.02.18 |
Linux 자동백업 cron활용법 (0) | 2011.02.18 |