trying to build this on Ubuntu 16.04.2 x64 kernel 4.10.0-33.
the full media_build drivers install no problem and work for my August DVB T210 cards but when I follow the instructions on this site:-
git clone git://linuxtv.org/media_build.git
git clone --depth=1
https://github.com/trsqr/media_tree.git -b xboxone ./media
cd media_build
make dir DIR=../media
make distclean
make
sudo make install
I get errors when running make and the drivers don't work (I have put the firmware files in place).
I know the stick works because it woeks on latest build of libreelec.
It detects the stick but that's it, no firmware loads etc:-
[ 502.111464] usb 1-4: USB disconnect, device number 2
[ 5780.596336] usb 1-4: new high-speed USB device number 6 using xhci_hcd
[ 5780.737722] usb 1-4: New USB device found, idVendor=045e, idProduct=02d5
[ 5780.737738] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5780.737750] usb 1-4: Product: Xbox USB Tuner
[ 5780.737760] usb 1-4: Manufacturer: Microsoft Corp.
[ 5780.737768] usb 1-4: SerialNumber: 003723090415
any ideas?