web-dev-qa-db-ja.com

Ubuntu 13.04 WifiがInspiron 5520のインストール後に機能しない

こんにちは、私はちょうどDell Inspiron 5520ラップトップにubuntu 13.04をインストールしました。ライブCDから起動し、タイムゾーンといくつかの更新もインストールすると、WiFiは正常に動作しました。

しかし、インストール後、WiFi接続の痕跡はありません。

また、Bluetoothの設定は見た目だけのもののようです。他のデバイスを検出せず、他のデバイスでそれを見つけることができません

私は走ったSudo lshw -c networkおよび出力は

*-network
   description: Ethernet interface
   product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
   vendor: Realtek Semiconductor Co., Ltd.
   physical id: 0
   bus info: pci@0000:07:00.0
   logical name: eth0
   version: 05
   serial: d4:be:d9:2d:d7:49
   size: 10Mbit/s
   capacity: 100Mbit/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 autonegotiation
   configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl_nic/rtl8105e-1.fw latency=0 link=no multicast=yes port=MII speed=10Mbit/s
   resources: irq:43 ioport:2000(size=256) memory:c1404000-c1404fff memory:c1400000-c1403fff

*-network UNCLAIMED
   description: Network controller
   product: BCM43142 802.11b/g/n
   vendor: Broadcom Corporation
   physical id: 0
   bus info: pci@0000:08:00.0
   version: 01
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress bus_master cap_list
   configuration: latency=0
   resources: memory:c1500000-c1507fff

`

私も走ったlspci | grep -i bcmそして出力は

 `08:00.0 Network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01)`

rfkill listコマンドはこの出力を与えました

  1: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

`

iwconfigコマンドは、ワイヤレス拡張がないことを示しています。

外付けUSBハードドライブにubuntu 13.04をインストールしました。

1
tejas

わかりました、Ubuntuが少しばかげたことを知りませんでした...

wiFiのインストール中は機能しましたが、理由はわかりませんが、[追加ドライバー]タブで、ドライバーが存在していてもデバイスが無効になりました。

利用可能な唯一のドライバーが専有ドライバーであっても、デフォルトの動作はデバイスを有効にすることではありません。

私がしなければならなかったのは、そこに行ってドライバーを選択することだけでした。

0
tejas