我现在用thinkpad8装的ubuntu 14.04,但是网卡驱动无法安装,我已经尝试安装了,可是还是不行,网卡型号是bcm4324,但是lspci出来的结果是:
00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register (rev 0d)
00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0d)
00:14.0 USB controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series USB xHCI (rev 0d)
00:1a.0 Encryption controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine (rev 0d)
00:1f.0 ISA bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit (rev 0d)
不知道是什么原因安装不了,不是是不是和主板驱动有关,请各位大神帮忙一下,小弟在此谢谢了。
thinkpad8安装ubuntu系统,网卡驱动无法安装,求帮忙
-
- 帖子: 4
- 注册时间: 2015-01-30 17:06
- 系统: 14.04
-
- 论坛版主
- 帖子: 18279
- 注册时间: 2009-08-04 16:33
Re: thinkpad8安装ubuntu系统,网卡驱动无法安装,求帮忙
請先參閱
https://help.ubuntu.com/stable/ubuntu-h ... eless.html
如果還未解決
把下面指令 複製 貼進終端機 執行
0. uname -r
1. sudo lspci -knn
2. sudo lsusb
3. sudo lshw -numeric -class network
4. sudo ifconfig -a
5. sudo route -nv
6. sudo rfkill list all
把結果直接 選取/複製/貼上來
不必擷圖
https://help.ubuntu.com/stable/ubuntu-h ... eless.html
如果還未解決
把下面指令 複製 貼進終端機 執行
0. uname -r
1. sudo lspci -knn
2. sudo lsusb
3. sudo lshw -numeric -class network
4. sudo ifconfig -a
5. sudo route -nv
6. sudo rfkill list all
把結果直接 選取/複製/貼上來
不必擷圖
-
- 帖子: 4
- 注册时间: 2015-01-30 17:06
- 系统: 14.04
Re: thinkpad8安装ubuntu系统,网卡驱动无法安装,求帮忙
root@# uname -r
3.16.0-29-generic
root@# sudo lspci -knn
00:00.0 Host bridge [0600]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register [8086:0f00] (rev 0d)
Subsystem: Lenovo Device [17aa:221c]
Kernel driver in use: iosf_mbi_pci
00:02.0 VGA compatible controller [0300]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display [8086:0f31] (rev 0d)
Subsystem: Lenovo Device [17aa:221c]
Kernel driver in use: i915
00:14.0 USB controller [0c03]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series USB xHCI [8086:0f35] (rev 0d)
Subsystem: Intel Corporation Device [8086:7270]
Kernel driver in use: xhci_hcd
00:1a.0 Encryption controller [1080]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine [8086:0f18] (rev 0d)
Subsystem: Intel Corporation Device [8086:7270]
Kernel driver in use: mei_txe
00:1f.0 ISA bridge [0601]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit [8086:0f1c] (rev 0d)
Subsystem: Intel Corporation Device [8086:7270]
Kernel driver in use: lpc_ich
root@# sudo lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 038: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@# sudo lshw -numeric -class network
*-network
description: Wireless interface
physical id: 2
bus info: usb@1:1
logical name: wlan3
serial: 08:57:00:35:82:8f
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=ath9k_htc driverversion=3.16.0-29-generic firmware=1.3 ip=192.168.1.102 link=yes multicast=yes wireless=IEEE 802.11bgn
root@# sudo ifconfig -a
lo Link encap:本地环回
inet 地址:127.0.0.1 掩码:255.0.0.0
inet6 地址: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 跃点数:1
接收数据包:243 错误:0 丢弃:0 过载:0 帧数:0
发送数据包:243 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:0
接收字节:18073 (18.0 KB) 发送字节:18073 (18.0 KB)
wlan3 Link encap:以太网 硬件地址 08:57:00:35:82:8f
inet 地址:192.168.1.102 广播:192.168.1.255 掩码:255.255.255.0
inet6 地址: fe80::a57:ff:fe35:828f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 跃点数:1
接收数据包:267 错误:0 丢弃:0 过载:0 帧数:0
发送数据包:170 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:1000
接收字节:26963 (26.9 KB) 发送字节:34343 (34.3 KB)
root@# sudo route -nv
内核 IP 路由表
目标 网关 子网掩码 标志 跃点 引用 使用 接口
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan3
192.168.1.0 0.0.0.0 255.255.255.0 U 9 0 0 wlan3
root@# sudo rfkill list all
1: phy1: Wireless LAN
Soft blocked: no
Hard blocked: no
这里标准一下wlan3是我外接的一个无线网卡,平板本身的网卡无法使用,谢谢您的回复,希望您能帮我解决这个问题,谢谢
3.16.0-29-generic
root@# sudo lspci -knn
00:00.0 Host bridge [0600]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register [8086:0f00] (rev 0d)
Subsystem: Lenovo Device [17aa:221c]
Kernel driver in use: iosf_mbi_pci
00:02.0 VGA compatible controller [0300]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display [8086:0f31] (rev 0d)
Subsystem: Lenovo Device [17aa:221c]
Kernel driver in use: i915
00:14.0 USB controller [0c03]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series USB xHCI [8086:0f35] (rev 0d)
Subsystem: Intel Corporation Device [8086:7270]
Kernel driver in use: xhci_hcd
00:1a.0 Encryption controller [1080]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine [8086:0f18] (rev 0d)
Subsystem: Intel Corporation Device [8086:7270]
Kernel driver in use: mei_txe
00:1f.0 ISA bridge [0601]: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit [8086:0f1c] (rev 0d)
Subsystem: Intel Corporation Device [8086:7270]
Kernel driver in use: lpc_ich
root@# sudo lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 038: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@# sudo lshw -numeric -class network
*-network
description: Wireless interface
physical id: 2
bus info: usb@1:1
logical name: wlan3
serial: 08:57:00:35:82:8f
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=ath9k_htc driverversion=3.16.0-29-generic firmware=1.3 ip=192.168.1.102 link=yes multicast=yes wireless=IEEE 802.11bgn
root@# sudo ifconfig -a
lo Link encap:本地环回
inet 地址:127.0.0.1 掩码:255.0.0.0
inet6 地址: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 跃点数:1
接收数据包:243 错误:0 丢弃:0 过载:0 帧数:0
发送数据包:243 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:0
接收字节:18073 (18.0 KB) 发送字节:18073 (18.0 KB)
wlan3 Link encap:以太网 硬件地址 08:57:00:35:82:8f
inet 地址:192.168.1.102 广播:192.168.1.255 掩码:255.255.255.0
inet6 地址: fe80::a57:ff:fe35:828f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 跃点数:1
接收数据包:267 错误:0 丢弃:0 过载:0 帧数:0
发送数据包:170 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:1000
接收字节:26963 (26.9 KB) 发送字节:34343 (34.3 KB)
root@# sudo route -nv
内核 IP 路由表
目标 网关 子网掩码 标志 跃点 引用 使用 接口
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan3
192.168.1.0 0.0.0.0 255.255.255.0 U 9 0 0 wlan3
root@# sudo rfkill list all
1: phy1: Wireless LAN
Soft blocked: no
Hard blocked: no
这里标准一下wlan3是我外接的一个无线网卡,平板本身的网卡无法使用,谢谢您的回复,希望您能帮我解决这个问题,谢谢
-
- 论坛版主
- 帖子: 18279
- 注册时间: 2009-08-04 16:33
Re: thinkpad8安装ubuntu系统,网卡驱动无法安装,求帮忙
平板本身的网卡 硬件沒有偵測到sudo lsusb
Bus 001 Device 038: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
sudo lshw -numeric -class network
description: Wireless interface
logical name: wlan3
serial: 08:57:00:35:82:8f
configuration: broadcast=yes driver=ath9k_htc driverversion=3.16.0-29-generic firmware=1.3 ip=192.168.1.102 link=yes multicast=yes wireless=IEEE 802.11bgn
sudo ifconfig -a
inet 地址:192.168.1.102 广播:192.168.1.255 掩码:255.255.255.0
sudo route -nv
内核 IP 路由表
目标 网关 子网掩码 标志 跃点 引用 使用 接口
0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 wlan3
192.168.1.0 0.0.0.0 255.255.255.0 U 9 0 0 wlan3
wlan3是我外接的一个无线网卡,平板本身的网卡无法使用
檢查 你的平板使用說明書
看看 能否從 設定 關閉 或 啟動
看看 這一篇能否幫你
http://unix.stackexchange.com/questions ... -unclaimed
BCM4324 在已測試名單內
-
- 帖子: 4
- 注册时间: 2015-01-30 17:06
- 系统: 14.04
Re: thinkpad8安装ubuntu系统,网卡驱动无法安装,求帮忙
谢谢您的帮助,但是平板没有相应的wifi开关,主要是这样一个情况,在安装windows系统的时候,要首先安装主板驱动,然后才能安装无线网卡驱动,假如不安装主板驱动的话,直接安装无线网卡驱动是没有用的,该平板的主板型号是:Intel Atom Z3770,这是最新的一款主板,该主板不是芯片组,而是SOC,网上说是把无线网卡模块和主板集成到一起了,所以我怀疑是不是要先转主板驱动,再次麻烦您帮我分析一下,非常感谢。
-
- 论坛版主
- 帖子: 18279
- 注册时间: 2009-08-04 16:33
Re: thinkpad8安装ubuntu系统,网卡驱动无法安装,求帮忙
1. 通常 windows 的驅動模組 主板晶片驅動 與 無線網卡 驅動 都是以 獨立的 *.exe 存在 所以需要分開兩次個別安裝在安装windows系统的时候,要首先安装主板驱动,然后才能安装无线网卡驱动,假如不安装主板驱动的话,直接安装无线网卡驱动是没有用的
Ubuntu 的硬件 安裝時 會自動偵測 VID (廠商識別碼) 及 PID (產品識別碼) 同時到 Linux kernel 的 驅動模組 載入 開源驅動模組
1-1. sudo lspci -knn
通常可以顯示已經正常可以辨識的 主板晶片 及 无线网卡晶片 含 作用中的驅動
如果 沒有列印出來 主板晶片 及 无线网卡晶片 再想辦法
1-2. 如果 无线网卡 是 usb 裝置
sudo lsusb
通常可以顯示出正常可以辨識的 无线网卡晶片
如果 沒有列印出來 无线网卡晶片 再想辦法
2. 主板该平板的主板型号是:Intel Atom Z3770,这是最新的一款主板,该主板不是芯片组,而是SOC,网上说是把无线网卡模块和主板集成到一起了
http://www.cpu-world.com/cgi-bin/Search ... RCH_TYPE=1
Intel Atom Z3770D specifications
http://www.cpu-world.com/CPUs/Atom/Inte ... Z3770.html
http://www.cpu-world.com/CPUs/Atom/Inte ... 3770D.html
使用 wireless 關鍵字搜尋 沒有找到
3. thinkpad8 規格說明書thinkpad8
http://news.lenovo.com/images/20034/Thi ... Sheets.pdf
3-1. 功能
使用 wireless 關鍵字搜尋 只有找到這一行
Offers virtually anywhere connectivity and productivity with 3G and 4G wireless models
猜測 沒有無線網卡晶片
但是 可以使用 無線寬頻 3G / 4G 手機
3-2. 詳細規格
Intel Z3770 Quad-Core 2.4Ghz (Bay Trail Quad Core)
Connectivity
Option of 4G LTE/3G or WiFi
選裝 4G 手機 或 wifi
猜測 無線網卡晶片 應該是需要額外再選裝 不是集成
-
- 帖子: 23
- 注册时间: 2006-03-09 18:01
Re: thinkpad8安装ubuntu系统,网卡驱动无法安装,求帮忙
请问楼主这个问题后来解决了没有?我现在也是同样的问题,我是thinkpad 10安装ubuntu。