Albert Chang 撰寫於文章 <932702606.783000@proxy2.acer.net>...
>Best Man <jeren.bbs@bbs.ntu.edu.tw> wrote in message
>news:3VX8fI$79k@bbs.ntu.edu.tw...
>>
>> 我裝的是Red Hat 6.0,在灌第一次的時候可以使用,但只要一Reboot之後,在偵測時

>會
>>
>> 出現Error,之後連ping都ping不到,網路卡應該沒問題,因Nt可以用,聽同事說,
>>
>> 因Linux會先偵測網路卡,再偵測PCMICIA那.....我應如何設定才可使用呢?
>
>Hi :
>
>    Please use following steps to check:
>1. lsmod -- check the pcmcia module is work
>or
>1A. cardctl status --check the card status
>1B. cardctl config -- check the resources for card is OK
>
>But I guess your problem is caused by network configuration instead of
>PCMCIA configuration. PLease check your network config via netcfg.
>
>If there're still some problem, please mail me to discuss.
>
>Sorry to post in english. :-)


另外還可以一試﹕

cd /usr/src/linux/pcmcia-cs.x.x.x/
make config (source: ‘/usr/src/linux’ ﹐target: ‘/’)
make all
make install
重新開機﹐如果聽到聲音(BitBit..)但沒找到io或irq﹐可以一試﹕
vim /etc/sysconfig/pcmcia
....
PCIC_OPTS=poll_interval=100
.....
如果找到io和irq﹐但沒有找到NIC﹐可以一試﹕
mv /etc/rc.d/rc3.d/S45pcmcia /etc/rc.d/rc3.d/S09pcmcia
(注意﹕放在SXXnetwork之前就是了﹐rc<runlevel>.d要選擇正確)。