[mythtv-users] Time to move to an HDMI stick for FEs?
Mark Perkins
perkins1724 at hotmail.com
Sat Feb 14 22:57:06 UTC 2015
> -----Original Message-----
> From: mythtv-users [mailto:mythtv-users-bounces at mythtv.org] On Behalf
> Of Larry Finger
> Sent: Saturday, 14 February 2015 3:33 AM
> To: Discussion about MythTV
> Subject: Re: [mythtv-users] Time to move to an HDMI stick for FEs?
>
>
> If anyone wants to use the Bluetooth, there is a driver at
> http://github.com/lwfinger/rtl8723au_bt.git. The 'troy' or 'kernel'
branches
> are recommended. The latter is the driver soon to be submitted to the
> kernel. It will build on kernels 3.13 or newer. The 'troy' branch is the
Realtek
> driver.
>
> Larry
>
>
> _______________________________________________
Hi Larry, thanks for this. I have a Z3736F tablet so am quite interested in
getting this working, so thank you for your post!
I was able to compile and install the 'troy' branch. However I was not able
to get Bluetooth to work. As others have mentioned I understand this device
connects via SDIO which has been causing problems with detection (neither
lsusb or lspci show the device), however I am on mainline kernel 3.19 which
I think has some fixes for this. I do have (partially?) working WiFi and if
I look in /sys/bus/sdio/devices I do see a single device which I assume is
the combined WiFi / Bluetooth? I haven't confirmed one way or the other yet
so not sure.
mark at mark-tablet:/sys/bus/sdio/devices$ ls -al
total 0
drwxr-xr-x 2 root root 0 Feb 15 09:00 .
drwxr-xr-x 4 root root 0 Feb 15 09:00 ..
lrwxrwxrwx 1 root root 0 Feb 15 09:00 mmc1:0001:1 ->
../../../devices/platform/INT33BB:00/mmc_host/mmc1/mmc1:0001/mmc1:0001:1
If there is anything else you could suggest to test I would be more than
happy to attempt.
I could not get branch 'kernel' to make, as per details below. I am on
mainline kernel 3.19 which may the reason but I don't know for sure.
mark at mark-tablet:~/programs/rtl8723au_bt$ git checkout kernel
Switched to branch 'kernel'
Your branch is up-to-date with 'origin/kernel'.
mark at mark-tablet:~/programs/rtl8723au_bt$ make clean
rm -rf *.o *.mod.c *.mod.o *.ko *.symvers *.order *.a
mark at mark-tablet:~/programs/rtl8723au_bt$ make
make -C /lib/modules/3.19.0-031900-generic/build
M=/home/mark/programs/rtl8723au_bt modules
make[1]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic'
CC [M] /home/mark/programs/rtl8723au_bt/btusb.o
/home/mark/programs/rtl8723au_bt/btusb.c: In function âbtusb_probeâ:
/home/mark/programs/rtl8723au_bt/btusb.c:3252:7: error: âstruct hci_devâ has
no member named âhw_errorâ
hdev->hw_error = btusb_hw_error_intel;
^
/home/mark/programs/rtl8723au_bt/btusb.c:3267:11: error:
âHCI_QUIRK_FIXUP_INQUIRY_MODEâ undeclared (first use in this function)
set_bit(HCI_QUIRK_FIXUP_INQUIRY_MODE, &hdev->quirks);
^
/home/mark/programs/rtl8723au_bt/btusb.c:3267:11: note: each undeclared
identifier is reported only once for each function it appears in
/home/mark/programs/rtl8723au_bt/btusb.c:3268:11: error:
âHCI_QUIRK_BROKEN_LOCAL_COMMANDSâ undeclared (first use in this function)
set_bit(HCI_QUIRK_BROKEN_LOCAL_COMMANDS, &hdev->quirks);
^
make[2]: *** [/home/mark/programs/rtl8723au_bt/btusb.o] Error 1
make[1]: *** [_module_/home/mark/programs/rtl8723au_bt] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic'
make: *** [all] Error 2
mark at mark-tablet:~$ rfkill list all
0: BCM4752:00: GPS
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
mark at mark-tablet:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical
Bus 001 Device 008: ID 046d:c227 Logitech, Inc. G15 Refresh Keyboard
Bus 001 Device 007: ID 046d:c226 Logitech, Inc. G15 Refresh Keyboard
Bus 001 Device 005: ID 046d:c223 Logitech, Inc. G11/G15 Keyboard / USB Hub
Bus 001 Device 004: ID 0bc2:3300 Seagate RSS LLC
Bus 001 Device 003: ID 0707:0201 Standard Microsystems Corp. EZ Connect USB
Ethernet
Bus 001 Device 002: ID 1c04:2074 QNAP System Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
mark at mark-tablet:~$ lspci
00:00.0 Host bridge: Intel Corporation ValleyView SSA-CUnit (rev 0f)
00:02.0 VGA compatible controller: Intel Corporation ValleyView Gen7 (rev
0f)
00:14.0 USB controller: Intel Corporation ValleyView USB xHCI Host
Controller (rev 0f)
00:1a.0 Encryption controller: Intel Corporation ValleyView SEC (rev 0f)
00:1f.0 ISA bridge: Intel Corporation ValleyView Power Control Unit (rev 0f)
More information about the mythtv-users
mailing list