我是一名 Linux 新手,想更深入地了解我的计算机。我上次尝试 Linux 是 Ubuntu 8.04LTS (Hardy Heron)。我并不害怕终端,但我不一定擅长阅读它/了解命令。
尽管尝试了网站上的许多解决方法,但在我的硬件(华硕 g75vw)上,无线连接仍然遇到了一些重大问题。我已经尝试了以下方法,所有这些方法都会导致可重复的响应。
- 使用附加驱动程序(jockey)尝试安装“Broadcom STA 驱动程序”,导致“安装驱动程序”挂起,这也阻止我完全关闭 jockey。安装 nvidia 驱动程序时不会发生这种情况,因此一定是 Broadcom STA 驱动程序导致了这种情况。
删除
bcmwl-kernel-source
然后安装B43-fwcutter
然后firmware-b43-installer
评论“blacklist bcm43xx”在 synaptic/terminal 中安装
bcmwl-kernel-source
会导致 modprobe 终端挂起尝试
sudo apt-get install --reinstall bcmwl-kernel-source
导致终端挂起DKMS: Completed
(这需要我sudo dpkg -r bcmwl-kernel-source
在下次终端启动时重新获得突触和 apt-get 访问权限)尝试导致
sudo apt-get install broadcom-sta-dkms
检测到程序问题错误尝试使用或不使用 Ubuntu 软件中心进行安装
bcmwl-kernel-source_6.20.155.1+bdcom-0ubuntu0.0.1_amd64.deb
都会导致与第一个类似的“检测到程序问题”错误,并触发“Ubuntu 遇到内部错误”崩溃。
每次我尝试 modprobe wl 驱动程序终端时,它都会挂起。其他 modprobe 似乎都通过了(结果显示一行空白yurt@latria: ~S
)。
我sudo reboot
每次尝试都失败了。
以下是我的一些日志,旨在尝试找出该问题的根源。
系统配置
yurt@latria:~$ iwconfig eth0 no wireless extensions. lo no wireless extensions.
rfkill 列出全部
0: asus-wlan: Wireless LAN Soft blocked: no Hard blocked: no 1: asus-bluetooth: Bluetooth Soft blocked: no Hard blocked: no
串行通信
00:00.0 Host bridge: Intel Corporation Ivy Bridge DRAM Controller (rev 09) 00:01.0 PCI bridge: Intel Corporation Ivy Bridge PCI Express Root Port (rev 09) 00:14.0 USB controller: Intel Corporation Panther Point USB xHCI Host Controller (rev 04) 00:16.0 Communication controller: Intel Corporation Panther Point MEI Controller #1 (rev 04) 00:1a.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #2 (rev 04) 00:1b.0 Audio device: Intel Corporation Panther Point High Definition Audio Controller (rev 04) 00:1c.0 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 1 (rev c4) 00:1c.1 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 2 (rev c4) 00:1c.3 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 4 (rev c4) 00:1c.4 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 5 (rev c4) 00:1d.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #1 (rev 04) 00:1f.0 ISA bridge: Intel Corporation Panther Point LPC Controller (rev 04) 00:1f.2 SATA controller: Intel Corporation Panther Point 6 port SATA Controller [AHCI mode] (rev 04) 00:1f.3 SMBus: Intel Corporation Panther Point SMBus Controller (rev 04) 01:00.0 VGA compatible controller: NVIDIA Corporation Device 11a1 (rev a1) 01:00.1 Audio device: NVIDIA Corporation Device 0e0a (rev a1) 03:00.0 Network controller: Broadcom Corporation Device 43b1 (rev 03) 04:00.0 Ethernet controller: Atheros Communications Inc. AR8151 v2.0 Gigabit Ethernet (rev c0)
请参阅lspci-vvnn | grep 14e4
yurt@latria:~$ lspci -vvnn | grep 14e4 03:00.0 Network controller [0280]: Broadcom Corporation Device [14e4:43b1] (rev 03)
程序问题尝试时出错
sudo apt-get install broadcom-sta-dkms
DKMS make.log for broadcom-sta-5.100.82.112 for kernel 3.5.0-34-generic (x86_64) Wed Jun 26 07:41:36 EDT 2013 make: Entering directory `/usr/src/linux-headers-3.5.0-34-generic' Wireless Extension is the only possible API for this kernel version Using Wireless Extension API Kernel architecture is X86_64 LD /var/lib/dkms/broadcom-sta/5.100.82.112/build/built-in.o CC [M] /var/lib/dkms/broadcom-sta/5.100.82.112/build/src/shared/linux_osl.o CC [M] /var/lib/dkms/broadcom-sta/5.100.82.112/build/src/wl/sys/wl_linux.o /var/lib/dkms/broadcom-sta/5.100.82.112/build/src/wl/sys/wl_linux.c:43:24: fatal error: asm/system.h: No such file or directory compilation terminated. make[1]: *** [/var/lib/dkms/broadcom-sta/5.100.82.112/build/src/wl/sys/wl_linux.o] Error 1 make: *** [_module_/var/lib/dkms/broadcom-sta/5.100.82.112/build] Error 2 make: Leaving directory `/usr/src/linux-headers-3.5.0-34-generic'
uname -a
Linux latria 3.5.0-34-generic #55~precise1-Ubuntu SMP Fri Jun 7 16:25:50 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
sudo lshw -c 网络
*-network description: Network controller product: Broadcom Corporation vendor: Broadcom Corporation physical id: 0 bus info: pci@0000:03:00.0 version: 03 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list configuration: driver=wl latency=0 resources: irq:17 memory:f5400000-f5407fff memory:f5200000-f53fffff *-network description: Ethernet interface product: AR8151 v2.0 Gigabit Ethernet vendor: Atheros Communications Inc. physical id: 0 bus info: pci@0000:04:00.0 logical name: eth0 version: c0 serial: 08:60:6e:10:af:7e size: 100Mbit/s capacity: 1Gbit/s width: 64 bits clock: 33MHz capabilities: pm msi pciexpress vpd bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation configuration: autonegotiation=on broadcast=yes driver=atl1c driverversion=1.0.1.0-NAPI duplex=full ip=192.168.1.5 latency=0 link=yes multicast=yes port=twisted pair speed=100Mbit/s resources: irq:45 memory:f5600000-f563ffff ioport:d000(size=128)
我有很多截图和链接,指向我尝试使用的方法,但我想我没有足够的声誉来发布它们,所以我想我可以根据请求发送它们。
我目前已连接到以太网,但希望启用无线功能。我有已删除 bcmwl-kernel-source
并准备重新开始清理,因此任何指导或帮助都将不胜感激。
谢谢。