Posts by dolphs

    Hi - Rgd BPI-M2+ images, are HiFiberry Digi+ and JustBoom Digi HAT "for the Raspberry Pi" supported on this board?

    I am asking as it looks like it is physically compatible, but I realise it also depends on the software, at this stage I can't see any mention of it being in the kernel for instance, but perhaps "jernej" has a view on this?

    Please also refer to: http://wiki.banana-pi.org/banana_pi_bpi-m2%2b#gpio_pin_define : "Banana Pi BPI-M2+ (BPI-M2 Plus) has a 40-pin GPIO header that matches that of the Model Raspberry Pi 3. "

    If you have different, unsupported board, drop a message here. I'm interested what are the most popular boards. TV boxes are not supported, except Beelink X2.

    Not sure if Orange Pi 2 Lite will be added to the list any time soon?

    I do realise it's an H6 which is still in early stages in terms of mainline kernel support.

    Some improvement since 5.0.8 but Jernej knows all about that ;)

    will follow this thread closely, nice efforts!

    Hi,

    Started playing with my Orico BTA-403 dongle to see if I could get things working (easily) on either a odroid or RPi, refer to this thread.

    So the idea is aptX can be used, but I am not that far yet as I first need to get the dongle in Audio Receiving mode

    ( instead of Sending ).Therefore checked Pulseaudio [LibreELEC.wiki] ,but alas ...

    To summarise, till this part things went smooth:

    systemctl stop kodi

    pactl load-module module-udev-detect

    pactl list short sinks

    1 alsa_output.platform-soc_sound.analog-stereo module-alsa-card.c s16le 2ch 44100Hz SUSPENDED

    pactl set-default-sink alsa_output.platform-soc_sound.analog-stereo


    Yet I am unable to find a bluetooth audio device, at least I am expecting something like " bluez_ "

    ---

    pactl list short sources

    1 alsa_output.platform-soc_sound.analog-stereo.monitor module-alsa-card.c s16le 2ch 44100Hz SUSPENDED

    2 alsa_input.platform-soc_sound.analog-stereo module-alsa-card.c s16le 2ch 44100Hz SUSPENDED


    This is strange as I can see the dongle is detected and working in default mode , thus Bluetooth Audio Sending to pair my phone

    I am currently running libreelec on a RPi0, which is showing

    ---

    lsusb

    Bus 001 Device 005: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)

    Bus 001 Device 004: ID 046d:c52b Logitech, Inc. Unifying Receiver

    Bus 001 Device 003: ID 0fe6:9700 ICS Advent DM9601 Fast Ethernet Adapter

    Bus 001 Device 002: ID 1a40:0101 Terminus Technology Inc. Hub

    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

    uname -a

    Linux LibreELEC 4.9.80 #1 Fri Apr 13 11:09:13 BST 2018 armv6l GNU/Linux


    lsmod

    Module Size Used by

    snd_soc_wm8804_i2c 1318 1

    snd_soc_wm8804 7787 1 snd_soc_wm8804_i2c

    8021q 17162 0

    btusb 27987 0

    btrtl 4338 1 btusb

    btintel 6605 1 btusb

    btbcm 6021 1 btusb

    bluetooth 312977 25 btrtl,btintel,btbcm,btusb

    rfkill 14411 3 bluetooth

    snd_soc_hifiberry_digi 3502 2

    snd_soc_bcm2835_i2s 5974 2

    dm9601 5891 0

    regmap_mmio 2721 1 snd_soc_bcm2835_i2s

    snd_soc_core 115212 3 snd_soc_wm8804,snd_soc_bcm2835_i2s,snd_soc_hifiberry_digi

    snd_compress 8021 1 snd_soc_core

    snd_pcm_dmaengine 3019 1 snd_soc_core

    snd_pcm 69939 4 snd_soc_wm8804,snd_pcm_dmaengine,snd_soc_bcm2835_i2s,snd_soc_core

    i2c_bcm2835 5253 0

    snd_timer 17319 1 snd_pcm

    snd 43049 8 snd_compress,snd_timer,snd_soc_core,snd_pcm

    bcm2835_gpiomem 2791 0

    fixed 2381 2


    What am I missing here to get my BT dongle in Audio Receiving mode.

    lsusb (verbose in this case) below, so seems to be detected ...

    Now need to find out if it can broadcast, so I do not have to pair my phone thru Kodi.

    That seems to be doable RTFMing: Pulseaudio [LibreELEC.wiki] - so it will work other way around as written in my initial post,

    Though not sure yet if it is ( will be ) doing aptX though

    Bus 001 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
    Device Descriptor:
    bLength 18
    bDescriptorType 1
    bcdUSB 2.00
    bDeviceClass 224 Wireless
    bDeviceSubClass 1 Radio Frequency
    bDeviceProtocol 1 Bluetooth
    bMaxPacketSize0 64
    idVendor 0x0a12 Cambridge Silicon Radio, Ltd
    idProduct 0x0001 Bluetooth Dongle (HCI mode)
    bcdDevice 88.91
    iManufacturer 0
    iProduct 2 CSR8510 A10
    iSerial 0
    bNumConfigurations 1
    Configuration Descriptor:
    bLength 9
    bDescriptorType 2
    wTotalLength 177
    bNumInterfaces 2
    bConfigurationValue 1
    iConfiguration 0
    bmAttributes 0xe0
    Self Powered
    Remote Wakeup
    MaxPower 100mA
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 0
    bAlternateSetting 0
    bNumEndpoints 3
    bInterfaceClass 224 Wireless
    bInterfaceSubClass 1 Radio Frequency
    bInterfaceProtocol 1 Bluetooth
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x81 EP 1 IN
    bmAttributes 3
    Transfer Type Interrupt
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0010 1x 16 bytes
    bInterval 1
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x02 EP 2 OUT
    bmAttributes 2
    Transfer Type Bulk
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0040 1x 64 bytes
    bInterval 1
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x82 EP 2 IN
    bmAttributes 2
    Transfer Type Bulk
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0040 1x 64 bytes
    bInterval 1
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 1
    bAlternateSetting 0
    bNumEndpoints 2
    bInterfaceClass 224 Wireless
    bInterfaceSubClass 1 Radio Frequency
    bInterfaceProtocol 1 Bluetooth
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x03 EP 3 OUT
    bmAttributes 1
    Transfer Type Isochronous
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0000 1x 0 bytes
    bInterval 1
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x83 EP 3 IN
    bmAttributes 1
    Transfer Type Isochronous
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0000 1x 0 bytes
    bInterval 1
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 1
    bAlternateSetting 1
    bNumEndpoints 2
    bInterfaceClass 224 Wireless
    bInterfaceSubClass 1 Radio Frequency
    bInterfaceProtocol 1 Bluetooth
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x03 EP 3 OUT
    bmAttributes 1
    Transfer Type Isochronous
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0009 1x 9 bytes
    bInterval 1
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x83 EP 3 IN
    bmAttributes 1
    Transfer Type Isochronous
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0009 1x 9 bytes
    bInterval 1
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 1
    bAlternateSetting 2
    bNumEndpoints 2
    bInterfaceClass 224 Wireless
    bInterfaceSubClass 1 Radio Frequency
    bInterfaceProtocol 1 Bluetooth
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x03 EP 3 OUT
    bmAttributes 1
    Transfer Type Isochronous
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0011 1x 17 bytes
    bInterval 1
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x83 EP 3 IN
    bmAttributes 1
    Transfer Type Isochronous
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0011 1x 17 bytes
    bInterval 1
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 1
    bAlternateSetting 3
    bNumEndpoints 2
    bInterfaceClass 224 Wireless
    bInterfaceSubClass 1 Radio Frequency
    bInterfaceProtocol 1 Bluetooth
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x03 EP 3 OUT
    bmAttributes 1
    Transfer Type Isochronous
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0019 1x 25 bytes
    bInterval 1
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x83 EP 3 IN
    bmAttributes 1
    Transfer Type Isochronous
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0019 1x 25 bytes
    bInterval 1
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 1
    bAlternateSetting 4
    bNumEndpoints 2
    bInterfaceClass 224 Wireless
    bInterfaceSubClass 1 Radio Frequency
    bInterfaceProtocol 1 Bluetooth
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x03 EP 3 OUT
    bmAttributes 1
    Transfer Type Isochronous
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0021 1x 33 bytes
    bInterval 1
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x83 EP 3 IN
    bmAttributes 1
    Transfer Type Isochronous
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0021 1x 33 bytes
    bInterval 1
    Interface Descriptor:
    bLength 9
    bDescriptorType 4
    bInterfaceNumber 1
    bAlternateSetting 5
    bNumEndpoints 2
    bInterfaceClass 224 Wireless
    bInterfaceSubClass 1 Radio Frequency
    bInterfaceProtocol 1 Bluetooth
    iInterface 0
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x03 EP 3 OUT
    bmAttributes 1
    Transfer Type Isochronous
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0031 1x 49 bytes
    bInterval 1
    Endpoint Descriptor:
    bLength 7
    bDescriptorType 5
    bEndpointAddress 0x83 EP 3 IN
    bmAttributes 1
    Transfer Type Isochronous
    Synch Type None
    Usage Type Data
    wMaxPacketSize 0x0031 1x 49 bytes
    bInterval 1
    can't get device qualifier: Resource temporarily unavailable
    can't get debug descriptor: Resource temporarily unavailable
    Device Status: 0x0001
    Self Powered

    superb, OK so it will be matter of time kernel upgrade will be realised - let's say once kodi18 hit final as that is TBA stil ;-),

    Will report back once BT dongle is connected to my odroid, will be able to give it a go tomorrow earliest.

    cheers!

    thanks for your reply it is appreciated!

    But - ouch that is indeed ancient " Linux LibreELEC 3.14.29 #1 SMP PREEMPT Fri Apr 13 11:07:56 BST 2018 aarch64 GNU/Linux ".

    this kernel has been set to End of Life long time already, would be great if this can be upgraded to >= 4.14 kernel perhaps with help of armbian builds this can be done somehow?

    Anyway will try my luck to see how things go with csr8510 chipset later this week

    cheers

    Hi,

    It has been a while I have been playing with Kodi.

    However I am about to flash LibreELEC 8.2.5 image for my OdroidC2.

    Yet I like to find out which aptX BT modules will be supported, so I can pair my OnePlus 5 phone to LibreELEC.

    Also is there a way to add route(s), eg add to /etc/network/if-up.d " route add -net 192.168.20.0 netmask 255.255.255.0 gw 192.168.10.1 "

    Preferably through SSH, but if I am not mistaken in LibreELEC it is no longer "allowed" to access through SSH, thus suppose there is a way to add routes through the GUI.

    cheers

    thanks for your reply, Or so no go on libreelec, please therefore can you guide me to a page which adapters should be working fine with libreELEC please? Should be an adapter that does 5G ( 433 /600 ) as USB2.0 supports max 480Mbit, eg an Edimax EW-7811UTC AC600 Wireless Dual-Band Mini USB Adapter . Cheers

    Hi - tried to install the Vu+/enigma2 plugin in libreelec 8.02.

    Took it from the libreelec repo and for some reason it has issues downloading properly, after pressing "OK" a few times the plugin is added meaning an IP address can be configured and several settings. However the "RUN" icon is not selectable, moreover rebooting results in an error "Addon couldn't be loaded: An unknown error has occured ".

    First thing I thought about is the LAN being unavailable so ticked that option ( to wait for LAN before booting in to KODI ) but alas.

    Anyway is this a feature or most likely a human error and can it be fixed ? Cheers

    DaVu - thanks for your response.

    Please find below verbose output of " lsusb "

    Still it would be most convenient to adapt the install wifi script.

    most likely needs a few mods before it works in libreelec.

    Please have a look at this URL @github

    cheers

    Hi - There are many folks around here that try to install their WiFi dongle with libreelec.

    As / is READ ONLY I like to find out if that can be temporary RW, also to run " install-wifi.sh " so my Mediatek dongle will work.

    Alternatively I upgrade raspbian to 4.9 kernel and copy the modules created apart.

    still I need to be able to modprobe these drivers, so it will work in libreelec eventually.

    Why on earth things are so closed in LIBREelec? :(