You are not logged in.

#1 2015-07-06 10:29:02

amaro
Member
From: 5.11.1-1-ck-ivybridge, xfce
Registered: 2014-05-09
Posts: 364

Bluetooth on HP 470 G

Hey guys!

I am trying to connect my phone (it's not smartphone) to the laptop HP G470 but the bluetooth on the laptop doesn't seem to work. I followed another thread here https://bbs.archlinux.org/viewtopic.php?id=155759 and got the blueman starting at boot but that's all. Once started the blueman window shows every option in gray and trying to 'Setup New Device'  from the applet gives 'NO ADAPTERS FOUND' window. The bluetooth device is enabled in the BIOS and the 'Fast Boot' option is unchecked.

Here are the outputs

$ uname -r
3.12.39-1-lts312-ck
$ 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/C210 Series Chipset Family MEI Controller #1 (rev 04)
00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 (rev c4)
00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4)
00:1c.5 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 6 (rev c4)
00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series 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)
03:00.0 Network controller: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe
03:00.1 Bluetooth: Ralink corp. RT3290 Bluetooth
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
$ systemctl status bluetooth.service
● bluetooth.service - Bluetooth service
   Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
   Active: active (running) since Mon 2015-07-06 12:25:37 EEST; 8min ago
     Docs: man:bluetoothd(8)
 Main PID: 1041 (bluetoothd)
   Status: "Running"
   CGroup: /system.slice/bluetooth.service
           └─1041 /usr/lib/bluetooth/bluetoothd

Jul 06 12:25:37 evohp systemd[1]: Starting Bluetooth service...
Jul 06 12:25:37 evohp systemd[1]: Started Bluetooth service.
Jul 06 12:25:37 evohp bluetoothd[1041]: Bluetooth daemon 5.31
Jul 06 12:25:37 evohp bluetoothd[1041]: Starting SDP server
Jul 06 12:25:37 evohp bluetoothd[1041]: Bluetooth management interface 1.3 i...d
Hint: Some lines were ellipsized, use -l to show in full.
$ rfkill list
0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
$ hcitool dev
Devices:
$ bluetoothctl
[bluetooth]# 

How to proceed?

Thank you!

Last edited by amaro (2015-07-06 13:46:49)

Offline

#2 2015-07-06 13:45:58

amaro
Member
From: 5.11.1-1-ck-ivybridge, xfce
Registered: 2014-05-09
Posts: 364

Re: Bluetooth on HP 470 G

Found some solution here http://wirama.web.id/rt3290-bluetooth-r … rnel-3-13/ but when trying to implement it get 2 warnings and 1 error

$ make
make -C /lib/modules/3.12.39-1-lts312-ck/build M=/home/vb/.local/share/Trash/files/rtbth-3.9.3 modules
make[1]: Entering directory '/usr/lib/modules/3.12.39-1-lts312-ck/build'
  CC [M]  /home/vb/.local/share/Trash/files/rtbth-3.9.3/rtbth_core_bluez.o
/home/vb/.local/share/Trash/files/rtbth-3.9.3/rtbth_core_bluez.c: In function ‘rtbt_hci_dev_send’:
/home/vb/.local/share/Trash/files/rtbth-3.9.3/rtbth_core_bluez.c:88:21: error: ‘hdev’ redeclared as different kind of symbol
     struct hci_dev *hdev = (struct hci_dev *)skb->dev;
                     ^
/home/vb/.local/share/Trash/files/rtbth-3.9.3/rtbth_core_bluez.c:86:39: note: previous definition of ‘hdev’ was here
 int rtbt_hci_dev_send(struct hci_dev *hdev, struct sk_buff *skb)
                                       ^
/home/vb/.local/share/Trash/files/rtbth-3.9.3/rtbth_core_bluez.c: In function ‘rtbt_hps_iface_init’:
/home/vb/.local/share/Trash/files/rtbth-3.9.3/rtbth_core_bluez.c:404:16: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
     hdev->send = rtbt_hci_dev_send;
                ^
/home/vb/.local/share/Trash/files/rtbth-3.9.3/rtbth_core_bluez.c: At top level:
/home/vb/.local/share/Trash/files/rtbth-3.9.3/rtbth_core_bluez.c:83:20: warning: ‘pkt_type_str’ defined but not used [-Wunused-variable]
 static const char *pkt_type_str[]=
                    ^
scripts/Makefile.build:308: recipe for target '/home/vb/.local/share/Trash/files/rtbth-3.9.3/rtbth_core_bluez.o' failed
make[2]: *** [/home/vb/.local/share/Trash/files/rtbth-3.9.3/rtbth_core_bluez.o] Error 1
Makefile:1234: recipe for target '_module_/home/vb/.local/share/Trash/files/rtbth-3.9.3' failed
make[1]: *** [_module_/home/vb/.local/share/Trash/files/rtbth-3.9.3] Error 2
make[1]: Leaving directory '/usr/lib/modules/3.12.39-1-lts312-ck/build'
Makefile:24: recipe for target 'all' failed
make: *** [all] Error 2

Last edited by amaro (2015-07-06 14:01:59)

Offline

#3 2015-07-06 16:43:18

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,785

Re: Bluetooth on HP 470 G

I think this might be of use: https://aur.archlinux.org/packages/rtbth-dkms/
I don't have a Realtek based system, so I could be wrong.  YMMV


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#4 2015-07-07 08:43:39

amaro
Member
From: 5.11.1-1-ck-ivybridge, xfce
Registered: 2014-05-09
Posts: 364

Re: Bluetooth on HP 470 G

ewaller wrote:

Thank you, ewaller!
Tried the link you suggest but it doesn't work.
Here http://wirama.web.id/rt3290-bluetooth-o … 12-04-lts/ is a version for older kernel which works partially - it starts the 'Setup New Device' process and the laptop recognizes the phone and the phone recognizes the laptop. And here it ends. Although I trusted the phone the pairing fails and on the phone I get 'Not allowed!' message. Setting the laptop as always visible makes no difference and gives the same result.

Offline

Board footer

Powered by FluxBB