我是靠谱客的博主 寂寞蜜蜂,最近开发中收集的这篇文章主要介绍BT的说明书,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

今天领导说要给一台PC机装linux 系统,是技嘉的主板,集成网卡(RTL8168)

我看到的网卡信息是从主板自带的说明书知道的,然后我去下载相关的网卡驱动程序,

找了N个驱动程序,没一个装成功的。

这时没招了,lspci一下,
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E PCI Express Fast Ethernet controller (rev 02)

结果看到的网卡信息和说明书的大大不一样,汗。

这时下载对应该的驱动程序,顺利安装成功

附readme说明
<Linux device driver for Realtek Ethernet controllers>

    This is the Linux device driver released for RealTek RTL8101E, RTL8102E(L) and RTL8103E(L), the Fast Ethernet controller with PCI-Express interface.

<Quick install with proper kernel settings>
    Check whether the built-in driver, r8169.ko (or r8169.o for kernel 2.4.x), is installed. 
        # lsmod | grep r8169

    If it is installed, please remove it.
        # rmmod r8169
    note: If the built-in driver cannot removed by rmmod, please edit /etc/modprobe.conf and comment 'alias eth0 r8169'. Then, remmove it again or reboot your computer.

    Unpack the tarball :
        # tar vjxf r8101-1.aaa.bb.tar.bz2

    Change to the directory:
        # cd r8101-1.aaa.bb

    If you are running the target kernel, then you should be able to do :

        # make clean modules    (as root or with sudo)
        # make install
        # depmod -a
        # modprobe r8101

    You can check whether the driver is loaded by using following commands.

        # lsmod | grep r8101
        # ifconfig -a

转载于:https://blog.51cto.com/antsw/215034

最后

以上就是寂寞蜜蜂为你收集整理的BT的说明书的全部内容,希望文章能够帮你解决BT的说明书所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(33)

评论列表共有 0 条评论

立即
投稿
返回
顶部