DELL1427笔记本联网问题
发表于 : 2014-11-22 0:02
直接安装在dell1427笔记本上的ubuntu kylin 14.04 LTS,有线只能固定IP上网。可能安装系统的时候没有联网,导致没有无线网卡驱动,所以现在也不能连WIFI。希望有大神能帮我一把,在此先行谢过了!以下是我参照这里类似的问题所执行的指令(粗体),希望能够有用。
evanchan@evanchan-Inspiron-1427:~$ uname -r
3.13.0-24-generic
evanchan@evanchan-Inspiron-1427:~$ sudo lshw -numeric -class network
[sudo] password for evanchan:
PCI (sysfs)
*-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: 02
serial: 00:21:70:f2:d2:c8
size: 10Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 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=half latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:45 ioport:3000(size=256) memory:f8010000-f8010fff memory:f8000000-f800ffff memory:f8020000-f802ffff
*-network
description: Network controller
product: BCM4312 802.11b/g LP-PHY [14E4:4315]
vendor: Broadcom Corporation [14E4]
physical id: 0
bus info: pci@0000:0e:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: driver=b43-pci-bridge latency=0
resources: irq:18 memory:f3000000-f3003fff
evanchan@evanchan-Inspiron-1427:~$ sudo route -nv
内核 IP 路由表
目标 网关 子网掩码 标志 跃点 引用 使用 接口
evanchan@evanchan-Inspiron-1427:~$ sudo rfkill list all
0: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
evanchan@evanchan-Inspiron-1427:~$ 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.
evanchan@evanchan-Inspiron-1427:~$ sudo ls -al/etc/resolv.conf
ls:无效选项 -- /
Try 'ls --help' for more information.
evanchan@evanchan-Inspiron-1427:~$ sudo cat/run/resolvconf/resolv.conf
sudo:cat/run/resolvconf/resolv.conf: command not found
evanchan@evanchan-Inspiron-1427:~$ uname -r
3.13.0-24-generic
evanchan@evanchan-Inspiron-1427:~$ sudo lshw -numeric -class network
[sudo] password for evanchan:
PCI (sysfs)
*-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: 02
serial: 00:21:70:f2:d2:c8
size: 10Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 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=half latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:45 ioport:3000(size=256) memory:f8010000-f8010fff memory:f8000000-f800ffff memory:f8020000-f802ffff
*-network
description: Network controller
product: BCM4312 802.11b/g LP-PHY [14E4:4315]
vendor: Broadcom Corporation [14E4]
physical id: 0
bus info: pci@0000:0e:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: driver=b43-pci-bridge latency=0
resources: irq:18 memory:f3000000-f3003fff
evanchan@evanchan-Inspiron-1427:~$ sudo route -nv
内核 IP 路由表
目标 网关 子网掩码 标志 跃点 引用 使用 接口
evanchan@evanchan-Inspiron-1427:~$ sudo rfkill list all
0: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
evanchan@evanchan-Inspiron-1427:~$ 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.
evanchan@evanchan-Inspiron-1427:~$ sudo ls -al/etc/resolv.conf
ls:无效选项 -- /
Try 'ls --help' for more information.
evanchan@evanchan-Inspiron-1427:~$ sudo cat/run/resolvconf/resolv.conf
sudo:cat/run/resolvconf/resolv.conf: command not found