您的位置:首页 > 文档 > drivers >
 文章分类 

在Linux中,如何才能让pcmcia网卡开机启动?


创建:2005-10-28 00:08:24
作者:Unlinux
来自: http://www.Unlinux.com

提要: 因为有些笔记本的网卡,在linux的开机启动时不能自行启动,进入系统后,还要激活,hulihutu兄就遇到这样的情况“ 我的笔记本使用的网卡是pcmcia的,但是在linux的启动时,他是现检测网卡,再启动pcmcia服务,这样的话,我的网卡每次都不能启动,怎么解决?”
我也一样遇到这样的情况,我是通过编译内核解决的这个问题。而jebit兄却在国外的BBS中发现了另一种解决办法,详细请阅读下面的洋文:)

讨论: http://www.linuxsir.org/bbs/showthread.php?s=&threadid=55345


Redhat's initialization scripts start ethernet before they initialize PCMCIA. So when it tries to initialize ethernet, it hasn't yet seen the ethernet card (a Xircom card which works great with Linux) and delays ethernet. I edited /etc/init.d/pcmcia and changed the line:

2345 20 96
to read
2345 9 96
-- use priority 9 because ethernet has priority 10. Then do chkconfig pcmcia off followed by chkconfig pcmcia on to install the file. I don't know if this is the best solution, but it does work.

转载自:http://www.unlinux.com/doc/drivers/20051028/5593.html

评论】 【加入收藏夹】 【 】 【打印】 【关闭
 *  请尊重我们的劳动,转载请注明出自UnLinux.Com及作者名 * 

※ 相关链接
 ·在Linux使用电视(视频)卡  (2005-10-28 00:08:24)
 ·在Linux下如何驱动D-link DFE-530TX网卡  (2005-10-28 00:08:24)
 ·在linux下使用HPCD-Writer Plus 8210e (USB-接口)刻录机  (2005-10-28 00:08:24)
 ·修正大家在Linux下安装主板内置声卡驱动的认识误区  (2005-10-28 00:07:57)
 ·在Linux下访问MS SQL Server数据库  (2005-10-27 22:52:52)
 ·怎样在Linux下制作MP3  (2005-10-27 22:52:43)
 ·在Linux下安装和使用Mplayer完美播放DVD(原创)  (2005-10-27 22:52:43)
 ·在Linux下成功运行最新的QQ和MSN  (2005-10-27 22:52:43)
 · 在Linux上建立PostgreSQL数据库服务器  (2005-10-27 22:52:26)
 ·在Linux上应用PostgreSQL  (2005-10-27 22:52:26)

Copyright © 2005 UnLinux.Com All Rights Reserved