انجمنهای فارسی اوبونتو
کمک و پشتیبانی => نصب، راهاندازی و بروزآوری => نویسنده: hu016865 در 17 امرداد 1402، 08:18 بظ
-
من لپتاپ سونی دارم که در حالت uefi اوبونتو ۲۲٫۰۴ lts رو دارم
به صورت پیش فرض بلوتوث کار نمیکنه.
قبلا با دستور :
cd /lib/firmware/brcm
sudo wget https://github.com/winterheart/broadcom-bt-firmware/raw/master/brcm/BCM43142A0-0489-e062.hcd
بلوتوث راه می افتاد و کار میکرد.
بعد از آپدیت اوبونتو الان بلوتوث روشنه ولی دستگاهها رو پیدا نمیکنه و اصلا تو منوی سرچ هیچ دستگاهی دیده نمیشه.
reza@reza-SVF1521BYGB:~$ lspci
00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
00:16.0 Communication controller: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller (rev 04)
07:00.0 Network controller: Broadcom Inc. and subsidiaries BCM43142 802.11b/g/n (rev 01)
08:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5209 PCI Express Card Reader (rev 01)
0e:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
reza@reza-SVF1521BYGB:~$ dmesg | grep -i bluetooth
dmesg: read kernel buffer failed: Operation not permitted
reza@reza-SVF1521BYGB:~$ sudo dmesg | grep -i bluetooth
[ 7.788325] Bluetooth: Core ver 2.22
[ 7.788364] NET: Registered PF_BLUETOOTH protocol family
[ 7.788368] Bluetooth: HCI device and connection manager initialized
[ 7.788375] Bluetooth: HCI socket layer initialized
[ 7.788379] Bluetooth: L2CAP socket layer initialized
[ 7.788388] Bluetooth: SCO socket layer initialized
[ 8.230083] Bluetooth: hci0: BCM: chip id 70
[ 8.231084] Bluetooth: hci0: BCM: features 0x06
[ 8.247099] Bluetooth: hci0: reza-SVF1521BYGB
[ 8.247108] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0280
[ 8.263547] Bluetooth: hci0: BCM43142A0 'brcm/BCM43142A0-0489-e062.hcd' Patch
[ 9.002107] Bluetooth: hci0: BCM: features 0x06
[ 9.018109] Bluetooth: hci0: Broadcom Bluetooth Device (43142)
[ 9.018119] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0280
[ 11.390908] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 11.390917] Bluetooth: BNEP filters: protocol multicast
[ 11.390924] Bluetooth: BNEP socket layer initialized
[ 11.394691] Bluetooth: MGMT ver 1.22
[ 12.612696] Bluetooth: RFCOMM TTY layer initialized
[ 12.612713] Bluetooth: RFCOMM socket layer initialized
[ 12.612726] Bluetooth: RFCOMM ver 1.11
-
خروجی lsusb رو بذارید.
-
reza@reza-SVF1521BYGB:~$ lsusb
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 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 2717:5001 Xiaomi Inc. MI wireless mouse
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
-
عجیبه که بلوتوث توی خروجی lsusb نیست.
بسته bcmwl-kernel-source نصب هست؟
apt list --installed bcmwl-kernel-source
خروجی این دستورها رو هم بذارید:
dpkg -S /lib/firmware/brcm
sudo dmesg --level err,warn
sudo dmesg | grep -Ei 'firm|fw'
-
reza@reza-SVF1521BYGB:~$ apt list --installed bcmwl-kernel-source
Listing... Done
bcmwl-kernel-source/jammy-updates,now 6.30.223.271+bdcom-0ubuntu10~22.04.1 amd64 [installed]
N: There is 1 additional version. Please use the '-a' switch to see it
reza@reza-SVF1521BYGB:~$ apt list --installed bcmwl-kernel-source -a
Listing... Done
bcmwl-kernel-source/jammy-updates,now 6.30.223.271+bdcom-0ubuntu10~22.04.1 amd64 [installed]
bcmwl-kernel-source/jammy 6.30.223.271+bdcom-0ubuntu8 amd64
reza@reza-SVF1521BYGB:~$ dpkg -S /lib/firmware/brcm
linux-firmware: /lib/firmware/brcm
reza@reza-SVF1521BYGB:~$ sudo dmesg --level err,warn
[sudo] password for reza:
[ 0.155915] x86/cpu: VMX (outside TXT) disabled by BIOS
[ 0.198976] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[ 0.198976] #2 #3
[ 0.212909] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 2.724256] pci 0000:00:1d.0: EHCI: BIOS handoff failed (BIOS bug?) 01010001
[ 2.758000] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.PEG0.PEGP.LVL0], AE_NOT_FOUND (20221020/psargs-330)
[ 2.758024] No Local Variables are initialized for Method [GPIR]
[ 2.758028] Initialized Arguments for Method [GPIR]: (1 arguments defined for method invocation)
[ 2.758029] Arg0: 0000000067584b4a <Obj> Integer 0000000000000010
[ 2.758041] ACPI Error: Aborting method \_TZ.THRM.GPIR due to previous error (AE_NOT_FOUND) (20221020/psparse-529)
[ 2.758056] ACPI Error: Aborting method \_TZ.THRM.ISTT due to previous error (AE_NOT_FOUND) (20221020/psparse-529)
[ 2.758068] ACPI Error: Aborting method \_TZ.THRM.FTTF due to previous error (AE_NOT_FOUND) (20221020/psparse-529)
[ 2.758082] ACPI Error: Aborting method \_TZ.THRM._CRT due to previous error (AE_NOT_FOUND) (20221020/psparse-529)
[ 2.758646] ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.PEG0.PEGP.LVL0], AE_NOT_FOUND (20221020/psargs-330)
[ 2.758665] No Local Variables are initialized for Method [GPIR]
[ 2.758668] Initialized Arguments for Method [GPIR]: (1 arguments defined for method invocation)
[ 2.758669] Arg0: 00000000eab28c79 <Obj> Integer 0000000000000010
[ 2.758679] ACPI Error: Aborting method \_TZ.THRM.GPIR due to previous error (AE_NOT_FOUND) (20221020/psparse-529)
[ 2.758691] ACPI Error: Aborting method \_TZ.THRM.ISTT due to previous error (AE_NOT_FOUND) (20221020/psparse-529)
[ 2.758703] ACPI Error: Aborting method \_TZ.THRM.FTTF due to previous error (AE_NOT_FOUND) (20221020/psparse-529)
[ 2.758717] ACPI Error: Aborting method \_TZ.THRM._CRT due to previous error (AE_NOT_FOUND) (20221020/psparse-529)
[ 2.770828] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 2.770954] platform eisa.0: EISA: Cannot allocate resource for mainboard
[ 2.770957] platform eisa.0: Cannot allocate resource for EISA slot 1
[ 2.770959] platform eisa.0: Cannot allocate resource for EISA slot 2
[ 2.770961] platform eisa.0: Cannot allocate resource for EISA slot 3
[ 2.770963] platform eisa.0: Cannot allocate resource for EISA slot 4
[ 2.770965] platform eisa.0: Cannot allocate resource for EISA slot 5
[ 2.770966] platform eisa.0: Cannot allocate resource for EISA slot 6
[ 2.770968] platform eisa.0: Cannot allocate resource for EISA slot 7
[ 2.770970] platform eisa.0: Cannot allocate resource for EISA slot 8
[ 3.588412] blacklist: Problem blacklisting hash (-13)
[ 4.036559] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20221020/utaddress-204)
[ 4.036581] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20221020/utaddress-204)
[ 4.036595] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20221020/utaddress-204)
[ 4.036606] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000053F (\_SB.PCI0.LPCB.NFCM.GPIO) (20221020/utaddress-204)
[ 4.036619] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20221020/utaddress-204)
[ 4.036630] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000053F (\_SB.PCI0.LPCB.NFCM.GPIO) (20221020/utaddress-204)
[ 4.036641] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000051F (\_SB.PCI0.LPCB.SNC.GPIO) (20221020/utaddress-204)
[ 4.036653] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 4.415083] ata1.00: supports DRM functions and may not be fully accessible
[ 4.418541] ata1.00: supports DRM functions and may not be fully accessible
[ 7.443695] mei_me 0000:00:16.0: Could not read IF version ret = 24
[ 7.761962] at24 0-0050: supply vcc not found, using dummy regulator
[ 7.797678] wl: loading out-of-tree module taints kernel.
[ 7.797692] wl: module license 'MIXED/Proprietary' taints kernel.
[ 7.797695] Disabling lock debugging due to kernel taint
[ 8.115052] wlan0: Broadcom BCM4365 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)
[ 14.557775] kauditd_printk_skb: 35 callbacks suppressed
reza@reza-SVF1521BYGB:~$
reza@reza-SVF1521BYGB:~$ sudo dmesg | grep -Ei 'firm|fw'
[ 0.155982] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 4.476540] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x126800/0x0, board id: 2739, fw id: 1366777
-
reza@reza-SVF1521BYGB:/lib/firmware/brcm$ sudo lsusb; dmesg | egrep -i 'blue|firm'
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 0489:e062 Foxconn / Hon Hai BCM43142A0
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
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 003: ID 2717:5001 Xiaomi Inc. MI wireless mouse
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
dmesg: read kernel buffer failed: Operation not permitted
reza@reza-SVF1521BYGB:/lib/firmware/brcm$ sudo su
root@reza-SVF1521BYGB:/usr/lib/firmware/brcm# sudo lsusb; dmesg | egrep -i 'blue|firm'
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 0489:e062 Foxconn / Hon Hai BCM43142A0
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
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 003: ID 2717:5001 Xiaomi Inc. MI wireless mouse
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[ 0.156427] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 8.249069] Bluetooth: Core ver 2.22
[ 8.249117] NET: Registered PF_BLUETOOTH protocol family
[ 8.249121] Bluetooth: HCI device and connection manager initialized
[ 8.249130] Bluetooth: HCI socket layer initialized
[ 8.249135] Bluetooth: L2CAP socket layer initialized
[ 8.249143] Bluetooth: SCO socket layer initialized
[ 8.654773] Bluetooth: hci0: BCM: chip id 70
[ 8.655769] Bluetooth: hci0: BCM: features 0x06
[ 8.671787] Bluetooth: hci0: reza-SVF1521BYGB
[ 8.671797] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0280
[ 8.676651] Bluetooth: hci0: BCM43142A0 'brcm/BCM43142A0-0489-e062.hcd' Patch
[ 9.393916] Bluetooth: hci0: BCM: features 0x06
[ 9.409785] Bluetooth: hci0: Broadcom Bluetooth Device (43142)
[ 9.409793] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0280
[ 11.572308] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 11.572316] Bluetooth: BNEP filters: protocol multicast
[ 11.572325] Bluetooth: BNEP socket layer initialized
[ 11.579038] Bluetooth: MGMT ver 1.22
[ 12.854306] Bluetooth: RFCOMM TTY layer initialized
[ 12.854319] Bluetooth: RFCOMM socket layer initialized
[ 12.854330] Bluetooth: RFCOMM ver 1.11
[ 356.043057] Bluetooth: hci0: BCM: chip id 70
[ 356.044051] Bluetooth: hci0: BCM: features 0x06
[ 356.060059] Bluetooth: hci0: reza-SVF1521BYGB
[ 356.060068] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0280
[ 356.061123] Bluetooth: hci0: BCM43142A0 'brcm/BCM43142A0-0489-e062.hcd' Patch
[ 356.791265] Bluetooth: hci0: BCM: features 0x06
[ 356.808168] Bluetooth: hci0: Broadcom Bluetooth Device (43142)
[ 356.808191] Bluetooth: hci0: BCM43142A0 (001.001.011) build 0280
[ 356.870587] Bluetooth: MGMT ver 1.22
-
من فکر کنم که مشکل به خاطر این باشه که چیپست بلوتوث روی کارت وای فای قرار داره .و من هم چون در حالت uefi اوبونتو رو نصب کردم این مشکل پیش اومده باشه.
-
چه ربطی به UEFI داشت؟
-
چون درایور کارت شبکه من همراه با کرنل نیست و برای نصبش مجبور سکیور بوت رو خاموش کنم
گفتم شاید مشکل از این باشه