如何使我的 Dell 1390 wlan 迷你卡工作

如何使我的 Dell 1390 wlan 迷你卡工作

我有一台戴尔笔记本电脑,装有戴尔无线 1390 wlan 迷你卡驱动程序,当我同时安装 Ubuntu 和 Win7 时,我猜想它缺少无线驱动程序,因为它是这么说的。后来我完全重新安装了 ubuntu,并将我的笔记本电脑连接到互联网电缆,假设它会从 ubuntu 服务器/存储库获取所有驱动程序。

所以现在的问题是,在网络选项卡中我甚至看不到无线连接选项,当我转到系统设置 -> 附加驱动程序时,它显示我正在使用 Broadcom STA 专有无线驱动程序。但我仍然看不到我的无线连接。

我寻找过教程但是它们大多太旧了。

有人可以为我提供一步一步的指南或一些关于如何解决此问题的指导,或者给我一个显示如何修复此问题的链接吗?

所需信息

roberts@roberts-Latitude-D630:~$ sudo lshw -class network
[sudo] password for roberts: 
  *-network UNCLAIMED     
       description: Network controller
       product: BCM4311 802.11b/g WLAN
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:0c:00.0
       version: 01
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: latency=0
       resources: memory:fe8fc000-fe8fffff
  *-network
       description: Ethernet interface
       product: NetXtreme BCM5755M Gigabit Ethernet PCI Express
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:09:00.0
       logical name: eth0
       version: 02
       serial: 00:1c:23:29:51:ed
       size: 1Gbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.119 duplex=full firmware=5755m-v3.29 ip=192.168.0.6 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
       resources: irq:44 memory:fe7f0000-fe7fffff

roberts@roberts-Latitude-D630:~$ rfkill list all
1: dell-wifi: Wireless LAN
    Soft blocked: no
    Hard blocked: no
2: dell-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
3: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
roberts@roberts-Latitude-D630:~$ 

答案1

使用附加驱动程序窗口停用 STA 驱动程序。

通过有线连接来连接您的 D630。

安装以下软件包:

sudo apt-get update
sudo apt-get install firmware-b43-installer
sudo apt-get remove bcmwl-kernel-source

重启

来源

相关内容