急求笔记本ubuntu1404系统没有无线网络的问题 ?????

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
scwansc
帖子: 3
注册时间: 2014-09-14 15:11
系统: ubuntu

急求笔记本ubuntu1404系统没有无线网络的问题 ?????

#1

帖子 scwansc »

:~$ uname -r
3.13.0-32-generic

:~$ sudo ifconfig -a
eth0 Link encap:以太网 硬件地址 5c:f9:dd:48:63:75
UP BROADCAST MULTICAST MTU:1500 跃点数:1
接收数据包:0 错误:0 丢弃:0 过载:0 帧数:0
发送数据包:0 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:1000
接收字节:0 (0.0 B) 发送字节:0 (0.0 B)
中断:16

lo Link encap:本地环回
inet 地址:127.0.0.1 掩码:255.0.0.0
inet6 地址: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 跃点数:1
接收数据包:297 错误:0 丢弃:0 过载:0 帧数:0
发送数据包:297 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:0
接收字节:24279 (24.2 KB) 发送字节:24279 (24.2 KB)


:~$ sudo route -nv
内核 IP 路由表
目标 网关 子网掩码 标志 跃点 引用 使用 接口

:~$ sudo dhclient -v
Internet Systems Consortium DHCP Client 4.2.4
Copyright 2004-2012 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

No broadcast interfaces found - exiting.



:~$ 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



:~$ sudo ls -al /etc/resolv.conf
lrwxrwxrwx 1 root root 29 9月 14 12:37 /etc/resolv.conf -> ../run/resolvconf/resolv.conf



:~$ sudo lshw -numeric -class network
*-network
description: Network controller
product: BCM43142 802.11b/g/n [14E4:4365]
vendor: Broadcom Corporation [14E4]
physical id: 0
bus info: pci@0000:02:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: driver=bcma-pci-bridge latency=0
resources: irq:16 memory:f1900000-f1907fff
*-network
description: Ethernet interface
product: AR8162 Fast Ethernet [1969:1090]
vendor: Qualcomm Atheros [1969]
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth0
version: 10
serial: 5c:f9:dd:48:63:75
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm pciexpress msi msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=alx latency=0 link=no multicast=yes port=twisted pair
resources: irq:46 memory:f1800000-f183ffff ioport:2000(size=128)


:~$ sudo rfkill list all
0: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no


我的本,可以连接有线,但是就是没有无线,由于是小白,不知道怎么看,上面的东东,求大神,给解答一下,并给一个解答,在这里提前感谢啦!!!!!
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 急求笔记本ubuntu1404系统没有无线网络的问题 ?????

#2

帖子 poloshiao »

sudo rfkill list all
0: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
http://askubuntu.com/questions/404557/b ... untu-13-10
sudo rfkill unblock all
看看有沒有啟動藍芽裝置
product: BCM43142 802.11b/g/n [14E4:4365]
configuration: driver=bcma-pci-bridge latency=0
1. 目前作用中的驅動 bcma-pci-bridge
沒有抓到
serial: xx:xx:xx:xx:xx:xx
可能 驅動 bcma-pci-bridge 不是合適的驅動
2. https://help.ubuntu.com/community/WifiD ... er/bcm43xx
wl - Proprietary Broadcom STA Wireless driver
2-1. 安裝 bcmwl-kernel-source 或 broadcom-sta 驅動
Install either bcmwl-kernel-source (instructions below) OR the broadcom-sta (instructions at http://wiki.debian.org/wl) packages.
scwansc
帖子: 3
注册时间: 2014-09-14 15:11
系统: ubuntu

Re: 急求笔记本ubuntu1404系统没有无线网络的问题 ?????

#3

帖子 scwansc »

poloshiao 写了:
sudo rfkill list all
0: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
http://askubuntu.com/questions/404557/b ... untu-13-10
sudo rfkill unblock all
看看有沒有啟動藍芽裝置
product: BCM43142 802.11b/g/n [14E4:4365]
configuration: driver=bcma-pci-bridge latency=0
1. 目前作用中的驅動 bcma-pci-bridge
沒有抓到
serial: xx:xx:xx:xx:xx:xx
可能 驅動 bcma-pci-bridge 不是合適的驅動
2. https://help.ubuntu.com/community/WifiD ... er/bcm43xx
wl - Proprietary Broadcom STA Wireless driver
2-1. 安裝 bcmwl-kernel-source 或 broadcom-sta 驅動
Install either bcmwl-kernel-source (instructions below) OR the broadcom-sta (instructions at http://wiki.debian.org/wl) packages.


可以详细的说下怎么下载和安装驱动吗?? 谢谢
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 急求笔记本ubuntu1404系统没有无线网络的问题 ?????

#4

帖子 poloshiao »

1. 安裝 bcmwl-kernel-source
參考
https://help.ubuntu.com/community/WifiD ... Quetzal.29

2. 安裝 broadcom-sta
參考
https://wiki.debian.org/wl#Debian_7_.22Wheezy.22

3. 如果你是新手 先試試 安裝 bcmwl-kernel-source
回复