Dell Optiplex7060网卡 Ubuntu 16.04 无驱动

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
lianzl
帖子: 4
注册时间: 2018-08-03 15:33
系统: 14.04,16.04

Dell Optiplex7060网卡 Ubuntu 16.04 无驱动

#1

帖子 lianzl » 2018-08-03 15:38

系统版本:Ubuntu 16.04.2
kernel 版本:4.10
网卡型号:
00:1f.6 Ethernet Controller: Intel Corporation Device 15bb (rev 10)
请问有啥解决办法?
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: Dell Optiplex7060网卡 Ubuntu 16.04 无驱动

#2

帖子 poloshiao » 2018-08-03 16:05

把下面指令 複製 貼進終端機 執行
0. uname -a
1. sudo lspci -knn | grep -iA5 Ethernet
2. sudo lshw -numeric -class network
3. sudo nmcli dev status
4. sudo ip addr show
5. sudo ip route show
6. sudo ls -al /etc/resolv.conf
7. sudo cat /etc/resolv.conf
把指令及回應結果直接 選取/複製/貼上來
lianzl
帖子: 4
注册时间: 2018-08-03 15:33
系统: 14.04,16.04

Re: Dell Optiplex7060网卡 Ubuntu 16.04 无驱动

#3

帖子 lianzl » 2018-08-03 16:21

lianzl@Dell7060:~$ uname -a
Linux Dell7060 4.10.0-28-generic #32~16.04.2-Ubuntu SMP Thu Jul 20 10:19:48 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
lianzl@Dell7060:~$ sudo lspci -knn | grep -iA5 Ethernet
00:1f.6 Ethernet controller [0200]: Intel Corporation Device [8086:15bb] (rev 10)
DeviceName: Onboard - Ethernet
Subsystem: Dell Device [1028:085a]
01:00.0 PCI bridge [0604]: Texas Instruments XIO2001 PCI Express-to-PCI Bridge [104c:8240]
Kernel modules: shpchp
lianzl@Dell7060:~$ sudo lshw -numeric -class network
*-network UNCLAIMED
description: Ethernet controller
product: Intel Corporation [8086:15BB]
vendor: Intel Corporation [8086]
physical id: 1f.6
bus info: pci@0000:00:1f.6
version: 10
width: 32 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list
configuration: latency=0
resources: memory:91180000-9119ffff
*-network
description: Wireless interface
physical id: 1
bus info: usb@1:10
logical name: wlx488ad28d4d77
serial: 48:8a:d2:8d:4d:77
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=mt7601u driverversion=4.10.0-28-generic firmware=N/A ip=172.20.10.10 link=yes multicast=yes wireless=IEEE 802.11
lianzl@Dell7060:~$ sudo nmcli dev status
DEVICE TYPE STATE CONNECTION
wlx488ad28d4d77 wifi connected lianzl
lo loopback unmanaged --
lianzl@Dell7060:~$ sudo ip addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: wlx488ad28d4d77: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 48:8a:d2:8d:4d:77 brd ff:ff:ff:ff:ff:ff
inet 172.20.10.10/28 brd 172.20.10.15 scope global dynamic wlx488ad28d4d77
valid_lft 85409sec preferred_lft 85409sec
inet6 fe80::2a21:8fbb:1ff0:7047/64 scope link
valid_lft forever preferred_lft forever
lianzl@Dell7060:~$ sudo ip route show
default via 172.20.10.1 dev wlx488ad28d4d77 proto static metric 600
169.254.0.0/16 dev wlx488ad28d4d77 scope link metric 1000
172.20.10.0/28 dev wlx488ad28d4d77 proto kernel scope link src 172.20.10.10 metric 600
lianzl@Dell7060:~$ sudo ls -al /etc/resolv.conf
lrwxrwxrwx 1 root root 29 8月 3 14:53 /etc/resolv.conf -> ../run/resolvconf/resolv.conf
lianzl@Dell7060:~$ sudo cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.1.1
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: Dell Optiplex7060网卡 Ubuntu 16.04 无驱动

#4

帖子 poloshiao » 2018-08-03 16:28

sudo lshw -numeric -class network
*-network UNCLAIMED
description: Ethernet controller
product: Intel Corporation [8086:15BB]
vendor: Intel Corporation [8086]
physical id: 1f.6
bus info: pci@0000:00:1f.6
version: 10
width: 32 bits
clock: 33MHz
capabilities: pm msi bus_master cap_list
configuration: latency=0
1. 有線網卡 目前沒有作用中的驅動 所以沒有啟用
sudo lshw -numeric -class network
product: Intel Corporation [8086:15BB]
2. http://pci-ids.ucw.cz/read/PC/8086/15bb
Vendor 8086
15bb Ethernet Connection (7) I219-LM
2-1. 下載驅動程式 7.6.1 for Linux
https://downloadcenter.intel.com/zh-tw/product/82185
Intel 乙太網路連線 I219-LM 的下載
2-2. 下載驅動程式 23-2.zip for Linux
2-2-1. https://downloadcenter.intel.com/produc ... on-I219-LM
2-2-2. https://downloadcenter.intel.com/downlo ... duct=82185
23-2.zip for Linux
lianzl
帖子: 4
注册时间: 2018-08-03 15:33
系统: 14.04,16.04

Re: Dell Optiplex7060网卡 Ubuntu 16.04 无驱动

#5

帖子 lianzl » 2018-08-03 16:44

是的,没有eth0。
请问哪里能查到,哪个版本的ubuntu支持这款网卡驱动,比如18.04?
或者在哪里能下载到最新驱动?
感谢回复。
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: Dell Optiplex7060网卡 Ubuntu 16.04 无驱动

#6

帖子 poloshiao » 2018-08-03 16:53

没有eth0
Ubuntu 16.04 網卡命名規則 改變了
在哪里能下载到最新驱动?
viewtopic.php?p=3208431#p3208431
2-1 及 2-2
下載的驅動包 看看 有沒有 readme 檔案
lianzl
帖子: 4
注册时间: 2018-08-03 15:33
系统: 14.04,16.04

Re: Dell Optiplex7060网卡 Ubuntu 16.04 无驱动

#7

帖子 lianzl » 2018-08-03 19:48

赞,搞定了。感谢版大的支持,这么迅速的回复,感动~~
我没有用FreeBSD的driver,那个Makefile还要改。
用的驱动是:23_2/PRO1000/LINUX/e1000e-3.4.0.2
按照README安装驱动后,网卡加载成功:eno1,目前使用正常。
老的版本是3.2.6,modprobe后没反应。
wucizi
帖子: 1
注册时间: 2018-09-26 16:50
系统: ubuntu

Re: Dell Optiplex7060网卡 Ubuntu 16.04 无驱动

#8

帖子 wucizi » 2018-09-26 17:03

我安装的是 ubuntu16.0.4.4的(64位)版本。。驱动一直装不上~!
usherbob
帖子: 1
注册时间: 2018-11-01 10:48
系统: windows10

Re: Dell Optiplex7060网卡 Ubuntu 16.04 无驱动

#9

帖子 usherbob » 2018-11-01 10:55

lianzl 写了: 2018-08-03 19:48 赞,搞定了。感谢版大的支持,这么迅速的回复,感动~~
我没有用FreeBSD的driver,那个Makefile还要改。
用的驱动是:23_2/PRO1000/LINUX/e1000e-3.4.0.2
按照README安装驱动后,网卡加载成功:eno1,目前使用正常。
老的版本是3.2.6,modprobe后没反应。
老哥,能不能详细说一下最后问题怎么解决的,我跟你遇到了同样的问题
回复