本站提倡有节制游戏,合理安排游戏时间,注意劳逸结合。

【lti源码】【搭建自己源码网站】【阴阳乾坤指标源码】pck源码

2024-11-24 23:39:42 来源:综合 分类:综合

1.No rule to make target 'modules'.Stop.

pck源码

lti源码

No rule to make target 'modules'.Stop.

lti源码

       No rule to make target 'modules'.Stop

lti源码

       ***没有规则,使目标'模块' 。 Stop. 停止。

lti源码

       é»˜è®¤çš„内核是不支持的,从网上下载了驱动后,编译驱动时会出错,你的网卡有没有说明书啊,按照说明书里编译了一个内核补丁

lti源码

       ç„¶åŽå†é‡æ–°ç¼–译内核,在make menuconfig里可以选,选上后重新编译,然后REBOOTå°±OK啦

lti源码

       ä»¥ä¸‹ç¼–译你可以参考下

lti源码

        1.查看系统启动的时候是否加载了网卡

lti源码

        dmesg | grep eth0 (因为我只有一块网卡)

lti源码

        如果显示有东西,那你就不用看了,因为你的网卡已经记载了。就是你还没有配置过IP以及DNS 的原因。

lti源码

        2 、网卡编译的时候需要内核源代码,还有对应的GCC 编译器

lti源码

        所以如果没有安装的话去config 或者system-config-network-tui 来配置具体的IP信息

lti源码

        [root@localhost r-6..]# ifconfig -a

lti源码

        eth0 Link encap :Ethernet HWaddr :E0:4C:::FF

lti源码

        inet addr :..0. Bcast :..0. Mask:...0

lti源码

        UP BROADCAST MULTICAST MTU: Metric :1

lti源码

        RX packets:0 errors:0 dropped :0 overruns:0 frame :0

lti源码

        TX packets:0 errors:0 dropped :0 overruns:0 carrier :0

lti源码

        collisions:0 txqueuelen:

lti源码

        RX bytes:0 (0.0 b ) TX bytes :0 (0.0 b )

lti源码

        Interrupt : Base address:0xe

lti源码

        lo Link encap :Local Loopback

lti源码

        inet addr :.0.0.1 Mask:.0.0.0

lti源码

        inet6 addr:::1/ Scope :Host

lti源码

        UP LOOPBACK RUNNING MTU : Metric:1

lti源码

        RX packets: errors :0 dropped :0 overruns:0 frame :0

lti源码

        TX packets: errors :0 dropped :0 overruns:0 carrier :0

lti源码

        collisions:0 txqueuelen:0

lti源码

        RX bytes: (2.6 MiB ) TX bytes : (2.6 MiB )

lti源码

        sit0 Link encap :IPv6-in-IPv4

lti源码

        NOARP MTU : Metric :1

lti源码

        RX packets:0 errors:0 dropped :0 overruns:0 frame :0

lti源码

        TX packets:0 errors:0 dropped :0 overruns:0 carrier :0

lti源码

        collisions:0 txqueuelen:0

lti源码

        RX bytes:0 (0.0 b ) TX bytes :0 (0.0 b )

lti源码

        5 、让网卡随系统自动加载

lti源码

        [root@localhost src]# vi /etc/modprobe.conf

lti源码

        alias scsi_hostadapter ahci

lti源码

        alias snd-card-0 snd-hda-intel

lti源码

        options snd-card-0 index=0

lti源码

        options snd-hda-intel index=0

lti源码

        remove snd-hda-intel { /usr/sbin/alsactl store 0 >/dev/null 2>&1 ||:; }; /sbin/modprobe -r——ignore-remove snd-hda-intel

lti源码

        alias eth0 r

lti源码

        加上这一句然后reboot就可以了。

lti源码

相关推荐
一周热点