在神舟战神G70上安装ubantu12.04,有线无法连接

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
zj483
帖子: 1
注册时间: 2016-03-26 23:06
系统: ubantu

在神舟战神G70上安装ubantu12.04,有线无法连接

#1

帖子 zj483 »

从现象看应该是网卡没有安装,输入如下命令,结果如下:
rszj@rszj-Z170-D3H:~$ uname -r
3.13.0-32-generic
rszj@rszj-Z170-D3H:~$ lspci -knn
00:00.0 Host bridge [0600]: Intel Corporation Device [8086:191f] (rev 07)
Subsystem: Gigabyte Technology Co., Ltd Device [1458:5000]
00:01.0 PCI bridge [0604]: Intel Corporation Device [8086:1901] (rev 07)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:14.0 USB controller [0c03]: Intel Corporation Device [8086:a12f] (rev 31)
Subsystem: Gigabyte Technology Co., Ltd Device [1458:5007]
Kernel driver in use: xhci_hcd
00:14.2 Signal processing controller [1180]: Intel Corporation Device [8086:a131] (rev 31)
Subsystem: Gigabyte Technology Co., Ltd Device [1458:8888]
00:16.0 Communication controller [0780]: Intel Corporation Device [8086:a13a] (rev 31)
Subsystem: Gigabyte Technology Co., Ltd Device [1458:1c3a]
00:17.0 SATA controller [0106]: Intel Corporation Device [8086:a102] (rev 31)
Subsystem: Gigabyte Technology Co., Ltd Device [1458:b005]
Kernel driver in use: ahci
Kernel modules: ahci
00:1b.0 PCI bridge [0604]: Intel Corporation Device [8086:a167] (rev f1)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1b.2 PCI bridge [0604]: Intel Corporation Device [8086:a169] (rev f1)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.0 PCI bridge [0604]: Intel Corporation Device [8086:a110] (rev f1)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1c.4 PCI bridge [0604]: Intel Corporation Device [8086:a114] (rev f1)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1d.0 PCI bridge [0604]: Intel Corporation Device [8086:a118] (rev f1)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1d.4 PCI bridge [0604]: Intel Corporation Device [8086:a11c] (rev f1)
Kernel driver in use: pcieport
Kernel modules: shpchp
00:1f.0 ISA bridge [0601]: Intel Corporation Device [8086:a145] (rev 31)
Subsystem: Gigabyte Technology Co., Ltd Device [1458:5001]
00:1f.2 Memory controller [0580]: Intel Corporation Device [8086:a121] (rev 31)
Subsystem: Gigabyte Technology Co., Ltd Device [1458:5001]
00:1f.3 Audio device [0403]: Intel Corporation Device [8086:a170] (rev 31)
Subsystem: Gigabyte Technology Co., Ltd Device [1458:a182]
Kernel driver in use: snd_hda_intel
Kernel modules: snd-hda-intel
00:1f.4 SMBus [0c05]: Intel Corporation Device [8086:a123] (rev 31)
Subsystem: Gigabyte Technology Co., Ltd Device [1458:5001]
00:1f.6 Ethernet controller [0200]: Intel Corporation Device [8086:15b8] (rev 31)
Subsystem: Gigabyte Technology Co., Ltd Device [1458:e000]
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation Device [10de:13c2] (rev a1)
Subsystem: NVIDIA Corporation Device [10de:1131]
Kernel modules: nouveau, nvidiafb
01:00.1 Audio device [0403]: NVIDIA Corporation Device [10de:0fbb] (rev a1)
Subsystem: NVIDIA Corporation Device [10de:1131]
Kernel driver in use: snd_hda_intel
Kernel modules: snd-hda-intel
03:00.0 PCI bridge [0604]: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge [1b21:1080] (rev 04)
Kernel modules: shpchp
rszj@rszj-Z170-D3H:~$ sudo lshw -C net
*-network UNCLAIMED
description: Ethernet controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 1f.6
bus info: pci@0000:00:1f.6
version: 31
width: 32 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list
configuration: latency=0
resources: memory:df100000-df11ffff


请大家帮忙看一下原因到底是什么
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 在神舟战神G70上安装ubantu12.04,有线无法连接

#2

帖子 poloshiao »

lspci -knn
00:1f.6 Ethernet controller [0200]: Intel Corporation Device [8086:15b8] (rev 31)
Subsystem: Gigabyte Technology Co., Ltd Device [1458:e000]
sudo lshw -C net
*-network UNCLAIMED
description: Ethernet controller
product: Intel Corporation
vendor: Intel Corporation
configuration: latency=0
1. 在 configuration 這一行 沒有顯示出合適的驅動
可能原因 還沒安裝驅動 或 以安裝驅動 不合適或尚未合適設定或其它因素干擾

2. http://pciids.sourceforge.net/v2.2/pci.ids
8086 Intel Corporation
15b8 Ethernet Connection (2) I219-V

3. 參閱
3-1. http://askubuntu.com/a/725727
Its a bug
3-2. http://karrysu.blogspot.tw/2015/11/g1sn ... namon.html
第一個問題,裝好 Mint 後發現怎麼連不上網路!!
解決方法:
3-3. http://cateee.net/lkddb/web-lkddb/E1000E.html
lkddb pci 8086 15b8 .... .... ...... : CONFIG_E1000E CONFIG_ETHERNET CONFIG_NET_VENDOR_INTEL : drivers/net/ethernet/intel/e1000e/netdev.c # in 4.1–4.5, 4.5+HEAD
回复