Ubuntu16.04无线网卡无法识别

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
头像
Väge
帖子: 8
注册时间: 2016-10-18 21:20
系统: Windows 10

Ubuntu16.04无线网卡无法识别

#1

帖子 Väge » 2016-10-18 21:41

Linux小白一个,新装的ubuntu16.0,但是内置的无线网卡一直无法识别,把以前官方自带的windows的驱动通过inf的方式安装上信息也是“硬件存在:否”,求助。

附信息:

代码: 全选

bell@Bell:~$ lspci -k
00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register (rev 0f)
        Subsystem: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register
        Kernel driver in use: iosf_mbi_pci
00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0f)
        DeviceName:  Onboard IGD
        Subsystem: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display
        Kernel driver in use: i915
        Kernel modules: i915
00:14.0 USB controller: Intel Corporation Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI (rev 0f)
        Subsystem: Intel Corporation Atom Processor Z36xxx/Z37xxx, Celeron N2000 Series USB xHCI
        Kernel driver in use: xhci_hcd
00:1a.0 Encryption controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine (rev 0f)
        Subsystem: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine
        Kernel driver in use: mei_txe
        Kernel modules: mei_txe
00:1f.0 ISA bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit (rev 0f)
        Subsystem: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit
        Kernel driver in use: lpc_ich
        Kernel modules: lpc_ich

代码: 全选

bell@Bell:~$ iwconfig
lo      no wireless extensions
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: Ubuntu16.04无线网卡无法识别

#2

帖子 vickycq » 2016-10-18 21:58

Väge 写了:新装的ubuntu16.0
执行以下指令将结果全部复制贴上来

代码: 全选

uname -a
cat /sys/class/dmi/id/{sys_vendor,product_name}
lspci -knn | grep -iA2 net
lsusb
sudo lshw -numeric -C net
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
头像
Väge
帖子: 8
注册时间: 2016-10-18 21:20
系统: Windows 10

Re: Ubuntu16.04无线网卡无法识别

#3

帖子 Väge » 2016-10-18 23:44

vickycq 写了:
Väge 写了:新装的ubuntu16.0
执行以下指令将结果全部复制贴上来

代码: 全选

uname -a
cat /sys/class/dmi/id/{sys_vendor,product_name}
lspci -knn | grep -iA2 net
lsusb
sudo lshw -numeric -C net

代码: 全选

bell@Bell:~$ su root
密码: 
root@Bell:/home/bell# uname -a
Linux Bell 4.4.0-43-generic #63-Ubuntu SMP Wed Oct 12 13:48:03 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
root@Bell:/home/bell# cat /sys/class/dmi/id/{sys_vendor,product_name}
Jumper
EZ pad mid
root@Bell:/home/bell# lspci -knn | grep -iA2 net
root@Bell:/home/bell# lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 009: ID 1c4f:0065 SiGma Micro 
Bus 001 Device 003: ID 1017:1006 Speedy Industrial Supplies, Pte., Ltd 
Bus 001 Device 002: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
root@Bell:/home/bell# lshw -numeric -C net
root@Bell:/home/bell# 
以上是在断网状态下执行的命令
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: Ubuntu16.04无线网卡无法识别

#4

帖子 vickycq » 2016-10-19 0:08

Väge 写了:Jumper EZ pad mid
猜测 设备为中柏(Jumper) EZ pad mid
执行以下指令将结果全部复制贴上来

代码: 全选

ls /sys/bus/sdio/devices
cat /sys/bus/sdio/devices/*/*
若仍安装有 Windows 系统,可通过 Windows 系统查看无线网卡型号。
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
头像
AutoXBC
帖子: 1744
注册时间: 2007-10-23 12:54

Re: Ubuntu16.04无线网卡无法识别

#5

帖子 AutoXBC » 2016-10-19 5:47

在 windows 设备管理器中查看无线网卡的属性,其中事件选项卡有 VID 和 PID,比如我的 EZpad mini3 是 VID 02d0,PID a9a6,到这个网页查看

https://wikidevi.com/wiki/Talk:Linux_Wi ... ce_entries

可以知道我的网卡是 SDIO 接口的 BCM43430,在 4.1+ 以上的 kernel 下就可以支持, 使用的驱动是 brcm80211 中的 brcmfmac,下面这个页面又说明 brcmfmac 驱动必须配合固件使用

https://wireless.wiki.kernel.org/en/use ... /brcm80211

固件地址在

http://git.kernel.org/cgit/linux/kernel ... /tree/brcm

所以可能需要安装 linux-firmware 这个包,到此基本信息都有了。

楼主可以参考一下。
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: Ubuntu16.04无线网卡无法识别

#6

帖子 poloshiao » 2016-10-19 7:31

bell@Bell:~$ su root
密码:
root@Bell:/home/bell#
1. Ubuntu 跟其它 Linux 發行版不同 關閉 root 登入
新手 建議 習慣使用 非 root 使用者登入 避免使用 root 登入 或 切換成 root 身份

2. 提示需要 root 權限時
2-1. sudo + 文字指令
2-2. gksudo + 圖形指令
2-2-1. 第一次使用 gksudo 需要先安裝 gksu 套件

3. 否則會經常碰到權限問題
头像
Väge
帖子: 8
注册时间: 2016-10-18 21:20
系统: Windows 10

Re: Ubuntu16.04无线网卡无法识别

#7

帖子 Väge » 2016-10-19 9:24

poloshiao 写了:
bell@Bell:~$ su root
密码:
root@Bell:/home/bell#
1. Ubuntu 跟其它 Linux 發行版不同 關閉 root 登入
新手 建議 習慣使用 非 root 使用者登入 避免使用 root 登入 或 切換成 root 身份

2. 提示需要 root 權限時
2-1. sudo + 文字指令
2-2. gksudo + 圖形指令
2-2-1. 第一次使用 gksudo 需要先安裝 gksu 套件

3. 否則會經常碰到權限問題
登录为非Root用户登录,只是习惯在使用命令的时候切换成root身份。感谢您的提醒,不知是否有什么危害?
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: Ubuntu16.04无线网卡无法识别

#8

帖子 poloshiao » 2016-10-19 15:04

不知是否有什么危害?
先說兩個 可能常碰到的情況
1. 新建/編輯後儲存的檔案(主要是設定檔)跟 Ubuntu 預設的 目錄/檔案 u/g 權限 不一致 日積月累 影響許多程式執行的權限錯誤訊息
日後忘了當初是使用 root 身份新建/編輯後儲存的檔案 導致找不出權限錯誤訊息原因
2. root 身份執行許多桌面程式 特別是 user space 的程式 會出現錯誤 (通常是不允許)
因為 許多 Ubuntu 的 user space 程式 會檢查 uid,gid 要求 uid,gid 必須大於 0 意思是 root 根本不被允許執行該程式
头像
Väge
帖子: 8
注册时间: 2016-10-18 21:20
系统: Windows 10

Re: Ubuntu16.04无线网卡无法识别

#9

帖子 Väge » 2016-10-19 23:05

vickycq 写了:
Väge 写了:Jumper EZ pad mid
猜测 设备为中柏(Jumper) EZ pad mid
执行以下指令将结果全部复制贴上来

代码: 全选

ls /sys/bus/sdio/devices
cat /sys/bus/sdio/devices/*/*
若仍安装有 Windows 系统,可通过 Windows 系统查看无线网卡型号。
Re:系统中已无windows系统

代码: 全选

bell@Bell:~$ ls /sys/bus/sdio/devices
mmc1:0001:1
bell@Bell:~$ cat /sys/bus/sdio/devices/*/*
0x07
0xb723
cat: '/sys/bus/sdio/devices/mmc1:0001:1/firmware_node': 是一个目录
sdio:c07v024CdB723
cat: '/sys/bus/sdio/devices/mmc1:0001:1/power': 是一个目录
cat: '/sys/bus/sdio/devices/mmc1:0001:1/subsystem': 是一个目录
SDIO_CLASS=07
SDIO_ID=024C:B723
MODALIAS=sdio:c07v024CdB723
0x024c
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: Ubuntu16.04无线网卡无法识别

#10

帖子 vickycq » 2016-10-19 23:13

Väge 写了:SDIO_ID=024C:B723
猜测网卡为 rtl8723bs,尝试使用驱动 https://github.com/hadess/rtl8723bs
遵从驱动项目主页的指示。
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
头像
Väge
帖子: 8
注册时间: 2016-10-18 21:20
系统: Windows 10

Re: Ubuntu16.04无线网卡无法识别

#11

帖子 Väge » 2016-10-20 9:10

vickycq 写了:
Väge 写了:SDIO_ID=024C:B723
猜测网卡为 rtl8723bs,尝试使用驱动 https://github.com/hadess/rtl8723bs
遵从驱动项目主页的指示。
已经解决WiFi问题,十分感谢您的帮助!
kevinche
帖子: 2
注册时间: 2017-01-03 23:44
系统: Ubuntu 16.04

Re: Ubuntu16.04无线网卡无法识别

#12

帖子 kevinche » 2017-01-03 23:48

vickycq 写了:
Väge 写了:SDIO_ID=024C:B723
猜测网卡为 rtl8723bs,尝试使用驱动 https://github.com/hadess/rtl8723bs
遵从驱动项目主页的指示。
@vickycq非常感谢!!如果您有时间 能否讲解一下原理。
ycq
帖子: 2
注册时间: 2017-01-10 12:09
系统: Ubuntu 16.04

Re: Ubuntu16.04无线网卡无法识别

#13

帖子 ycq » 2017-01-10 12:12

kevinche, 我也是一样的网卡,能请教一下你是怎么装上的吗,我在平板上面装这个驱动,系统和你是一样的,不知道那个提示说的那些东西怎么安装
回复