web-dev-qa-db-ja.com

ubuntu 18.04でwifiとbluetoothに問題がある

私のラップトップDell Vostro 14 3445で、wifiとBluetoothを起動する問題に直面しています。

Ubuntu 18.04に切り替える前はWindows OSで動作するため、これは私のラップトップのハードウェアの問題ではないと思います。私はこれを修正するためにネットで与えられた十分な解決策を試みましたが、最終的にはこれを自分のマシンに固有のものに上げる必要があると思います。私のマシンが他のマシンとどのように違うのかはわかりません。

Linuxヘッダーバージョンはlinux-headers-4.15.0-42です

これらは私のシステムコンポーネントに関するいくつかの情報です。

$lspci -nnk | grep -iA3 net; lsusb; rfkill list; uname -r; dmesg | egrep -i 'blue|firm'

02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 0c)
Subsystem: Dell RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1028:0682]
Kernel driver in use: r8169
Kernel modules: r8169
03:00.0 Network controller [0280]: Broadcom Limited BCM43142 802.11b/g/n [14e4:4365] (rev 01)
Subsystem: Dell Wireless 1704 802.11n + BT 4.0 [1028:0016]
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcma
Bus 002 Device 005: ID 064e:9205 Suyin Corp. 
Bus 002 Device 004: ID 0a5c:21d7 Broadcom Corp. BCM43142 Bluetooth 4.0
Bus 002 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 002 Device 002: ID 0438:7900 Advanced Micro Devices, Inc. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 12d1:108a Huawei Technologies Co., Ltd. 
Bus 001 Device 002: ID 0438:7900 Advanced Micro Devices, Inc. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 002: ID 413c:2113 Dell Computer Corp. 
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
4.15.0-42-generic
[    0.064453] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    2.396427] [drm] Found UVD firmware Version: 1.64 Family ID: 9
[    2.398434] [drm] Found VCE firmware/feedback version 40.2.2 / 15!
[   24.332467] Bluetooth: Core ver 2.22
[   24.332506] Bluetooth: HCI device and connection manager initialized
[   24.332512] Bluetooth: HCI socket layer initialized
[   24.332515] Bluetooth: L2CAP socket layer initialized
[   24.332524] Bluetooth: SCO socket layer initialized
[   70.312690] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   70.312694] Bluetooth: BNEP filters: protocol multicast
[   70.312704] Bluetooth: BNEP socket layer initialized

助けてください、事前に感謝します。

$ dkms status
bcmwl, 6.30.223.271+bdcom, 4.15.0-42-generic, x86_64: installed
btusb, 4.0, 4.15.0-42-generic, x86_64: installed

ソリューション

答えを見つけました。これを修正するために多くの投稿を見てきました。

私はこれを試しました:

enabled wifi adapter from Software & updates -> additional Drivers -> [select the dirver] -> Click on 'Apply changes'

その後:

Sudo apt-get update
Sudo apt-get --reinstall install bcmwl-kernel-source

次に:

disabled `secure boot` from `bios`

その後:

Reboot the system. 

そして、私はこのようなものが働いているのを見ます

2
Sohil

答えを見つけました。これを修正するために多くの投稿を見てきました。私はこれを試しました:ソフトウェアとアップデートからwifiアダプタを有効化->追加のドライバ-> [ディレクトリを選択]->「変更を適用」をクリックしてから:Sudo apt-get update Sudo apt-get --reinstall install bcmwl-kernel-その後、BIOSからのセキュアブートを無効にし、システムを再起動します。そして、私はこのようなものが働いているのを見ます

2
Sohil