Suche Bluetooth Treiber für Thinkpad Edge E145 (Ubuntu Linux)

ThinkPad X

New member
Registriert
5 Juni 2011
Beiträge
307
Suche nach einer Treiberquelle für Bluetooth, Gerät ist ein Thinkpad Edge E145. WLAN funktioniert problemlos. Auch USB-Bluetooth Sticks gehen... Betriebssystem ist Ubuntu 14.04
 
Zeig mal die Ausgaben von
Code:
lspci
und von
Code:
sudo rfkill list
 
lspsi

00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Root Complex
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Kabini [Radeon HD 8240]
00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Device 9840
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Function 0
00:02.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Functions 5:1
00:02.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Functions 5:1
00:02.5 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Functions 5:1
00:10.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller (rev 01)
00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller [AHCI mode]
00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller (rev 39)
00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 39)
00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI Controller (rev 39)
00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI Controller (rev 39)
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 3a)
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller (rev 02)
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 11)
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Function 0
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Function 1
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Function 2
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Function 3
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Function 4
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 16h Processor Function 5
01:00.0 Network controller: Broadcom Corporation BCM43142 802.11b/g/n (rev 01)
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 07)
04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01)


sudo rfkill list

0: tpacpi_bluetooth_sw: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no
 
Ok, das Teil scheint wohl per USB angebunden zu sein, dementsprechend bräuchte man noch ein
Code:
lsusb
Die Ausgaben bitte auch immer in Code-Blöcken posten, ist einfach übersichtlicher (beim Antworten auf "Erweitert" klicken und und dann das #-Symbol anklicken).
Achso, was mir noch einfällt, im BIOS ist das Bluetooth aber aktiviert, oder?
Was ebenfalls noch helfen könnte, wären die Dateien "messages" und "dmesg" unter /var/log.
 
Zuletzt bearbeitet:
Bluetooth ist im BIOS aktiviert. Das Problem ist dass ich keine Treiber habe und nach einer Treiberquelle suche. Wo kann ich mir die Treiber herunterladen?
 
Die BCM43142 ist wohl eine WLAN+Bluetooth-Combo-Karte und man muss sich dazu die Firmware beschaffen. Anleitungen finden sich einige, z.B hier. Du wirst vermutlich etwas herumprobieren müssen.

Zeig bitte noch die von kristatos angeforderte lsusb Ausgabe und welchen Kernel Du am Start hast:
Code:
uname -a

Es kann auch nicht schaden zuvor den neuesten Kernel aus den Ubuntu Repos zu verwenden (3.19), damit die Firmware dann auch geladen wird:
Code:
sudo apt-get install linux-generic-lts-vivid
 
  • ok1.de
  • ok2.de
  • thinkstore24.de
  • Preiswerte-IT - Gebrauchte Lenovo Notebooks kaufen

Werbung

Zurück
Oben