求助 安装完自动更新之后连不上wifi

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
mayanqigj
帖子: 1
注册时间: 2014-07-03 12:39
系统: win7

求助 安装完自动更新之后连不上wifi

#1

帖子 mayanqigj » 2014-07-03 12:42

右上角只有有线连接
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 求助 安装完自动更新之后连不上wifi

#2

帖子 poloshiao » 2014-07-03 13:53

右上角只有有线连接
把下面指令 複製 貼進終端機 執行
0. uname -r
1. sudo lshw -numeric -class network
2. sudo ifconfig -a
3. sudo route -nv
4. sudo rfkill list all
把結果直接複製 貼上來
刘璐瑶
帖子: 1
注册时间: 2014-07-04 20:50
系统: ubuntu

Re: 求助 安装完自动更新之后连不上wifi

#3

帖子 刘璐瑶 » 2014-07-04 20:52

我也链接不上,顺便发一下谢谢!

lucy@lucy-Lenovo-E4430:~$ 0.uname-r
0.uname-r:未找到命令
lucy@lucy-Lenovo-E4430:~$ 1.sudo ifconfig-a
1.sudo:未找到命令
lucy@lucy-Lenovo-E4430:~$ 2.sudo ishw-numeric-class nerwork
2.sudo:未找到命令
lucy@lucy-Lenovo-E4430:~$ 3.sudo route-nv
3.sudo:未找到命令
lucy@lucy-Lenovo-E4430:~$ uname-r
uname-r:未找到命令
lucy@lucy-Lenovo-E4430:~$ uname -r
3.13.0-24-generic
lucy@lucy-Lenovo-E4430:~$ sudo lshw -numeric -class network
[sudo] password for lucy:
*-network UNCLAIMED
description: Network controller
product: RTL8723BE PCIe Wireless Network Adapter [10EC:B723]
vendor: Realtek Semiconductor Co., Ltd. [10EC]
physical id: 0
bus info: pci@0000:07:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: ioport:5000(size=256) memory:f4d00000-f4d03fff
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10EC:8168]
vendor: Realtek Semiconductor Co., Ltd. [10EC]
physical id: 0
bus info: pci@0000:08:00.0
logical name: eth0
version: 10
serial: 3c:97:0e:ec:d7:bb
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168g-3_0.0.1 04/23/13 ip=192.168.199.177 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:44 ioport:4000(size=256) memory:f4c04000-f4c04fff memory:f4c00000-f4c03fff
lucy@lucy-Lenovo-E4430:~$ sudo ifconfig -a
eth0 Link encap:以太网 硬件地址 3c:97:0e:ec:d7:bb
inet 地址:192.168.199.177 广播:192.168.199.255 掩码:255.255.255.0
inet6 地址: fe80::3e97:eff:feec:d7bb/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 跃点数:1
接收数据包:1887 错误:0 丢弃:0 过载:0 帧数:0
发送数据包:1813 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:1000
接收字节:1173125 (1.1 MB) 发送字节:213299 (213.2 KB)

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

lucy@lucy-Lenovo-E4430:~$ sudo route -nv
内核 IP 路由表
目标 网关 子网掩码 标志 跃点 引用 使用 接口
0.0.0.0 192.168.199.1 0.0.0.0 UG 0 0 0 eth0
192.168.199.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
lucy@lucy-Lenovo-E4430:~$ sudo rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: no
Hard blocked: no
回复