Geniatech Mygica HDStar DVB-S2 USB HD not working

  • It doesn't work on Ubuntu either:

    External Content pastebin.com
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.

  • in my repo this geniatech specific ds3000 driver present as ds3k (also present original V4L DVB ds3000 frontend driver).

    i change dw2102 driver for using ds3k for su3000 devices and this work with my old HDStar with TS2020/DS3000. Kernel 4.4 (Kubuntu 14.04.05)

    And i not see any new ds3103 revision support in this driver. So this geniatech media_build just updated to latest kernels/distros since first from end 2014.

    Display Spoiler

    04.07.2018 23:45:13 usb 1-1.3 new high-speed USB device number 10 using ehci-pci

    04.07.2018 23:45:13 usb 1-1.3 New USB device found, idVendor=1f4d, idProduct=3000

    04.07.2018 23:45:13 usb 1-1.3 New USB device strings: Mfr=1, Product=2, SerialNumber=3

    04.07.2018 23:45:13 usb 1-1.3 Product: USB Stick

    04.07.2018 23:45:13 usb 1-1.3 Manufacturer: Max

    04.07.2018 23:45:13 usb 1-1.3 SerialNumber: 080116

    04.07.2018 23:45:13 dw2102 su3000_identify_state

    04.07.2018 23:45:13 dvb-usb found a 'SU3000HD DVB-S USB2.0' in warm state.

    04.07.2018 23:45:13 dw2102 su3000_power_ctrl: 1, initialized 0

    04.07.2018 23:45:13 dvb-usb will pass the complete MPEG2 transport stream to the software demuxer.

    04.07.2018 23:45:13 dvbdev DVB: registering new adapter (SU3000HD DVB-S USB2.0)

    04.07.2018 23:45:13 usb 1-1.3 media controller created

    04.07.2018 23:45:13 dvb-usb MAC address: 00:af:78:66:33:0d

    04.07.2018 23:45:13 dvbdev dvb_create_media_entity: media entity 'dvb-demux' registered.

    04.07.2018 23:45:13 ds3k_attach

    04.07.2018 23:45:13 ds3k_readreg read reg 0x00, value 0xe0

    04.07.2018 23:45:13 ds3k_readreg read reg 0x01, value 0xc0

    04.07.2018 23:45:13 ds3k_readreg read reg 0x02, value 0x00

    04.07.2018 23:45:13 DS3000 chip version 0.192 attached.

    04.07.2018 23:45:13 ds3k_readreg read reg 0x01, value 0xc0

    04.07.2018 23:45:13 ds3k_readreg read reg 0x02, value 0x00

    04.07.2018 23:45:13 ds3k_readreg read reg 0xb2, value 0x01

    04.07.2018 23:45:13 Chip ID = [DS300X]!

    04.07.2018 23:45:13 usb 1-1.3 DVB: registering adapter 11 frontend 0 (Montage Technology DS3000/TS2020)...

    04.07.2018 23:45:13 dvbdev dvb_create_media_entity: media entity 'Montage Technology DS3000/TS2020' registered.

    04.07.2018 23:45:13 Registered IR keymap rc-su3000

    04.07.2018 23:45:13 rc rc0 SU3000HD DVB-S USB2.0 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/rc/rc0

    04.07.2018 23:45:13 input SU3000HD DVB-S USB2.0 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/rc/rc0/input12

    04.07.2018 23:45:13 rc rc0 lirc_dev: driver dw2102 registered at minor = 0, scancode receiver, no transmitter

    04.07.2018 23:45:13 dvb-usb schedule remote query interval to 150 msecs.

    04.07.2018 23:45:13 dw2102 su3000_power_ctrl: 0, initialized 1

    04.07.2018 23:45:13 dvb-usb SU3000HD DVB-S USB2.0 successfully initialized and connected.

  • Sorry, english isn't my native tongue, and I don't know if I'm understanding you. Do you mean that you had to change dw2102 driver in order to get your old HDStar working on Ubuntu? Is that possible with this new revision?

    PS: it's a shame because I updated to 4.13 kernel because it was needed to build the driver. I dind't save any log of the building process in 4.4 and idk how to boot in 4.4 again from ssh.

  • Sounds like same issue here with a brand new Mygica HDStar DVB-S2 USB. Not appearing in TVheadend tuner list under both LibreElec 8.2.5 official and Ubuntu server 18.04 with kernel 4.16. Relevant section of dmesg from Ubuntu below:

    and lsusb -v:

    And in /dev/dvb:

    Code
    ~$ ls /dev/dvb/adapter0
    demux0  dvr0  net0 #mygica dvbs2
    ~$ ls /dev/dvb/adapter1
    demux0  dvr0  frontend0  net0 #Xbox One tuner

    Have tried with dvb-fe-ds3000.fw in /lib/firmware. Are we waiting for new drivers or firmware for these devices then? Is there a good thread to follow for progress on this issue? Let me know if there's more info anyone needs as I'm not a linux expert myself. Also want to thank everyone here for lots of help over the past 2 years!