Hi
rPI running Tvheadend with a (fairly generic) RTL2832 USB tuner. Up until yesterday this was working fine. Today I rebooted it and now the tuner doesn't work. Running "dmesg | grep dvb" brings up the following:
[ 17.962539] usb 1-1.5.4: dvb_usb_v2: found a 'Trekstor DVB-T Stick Terres 2.0' in warm state
[ 18.048737] usb 1-1.5.4: dvb_usb_v2: will pass the complete MPEG2 transport stream to the software demuxer
[ 18.048813] dvbdev: DVB: registering new adapter (Trekstor DVB-T Stick Terres 2.0)
[ 18.423711] rc rc0: lirc_dev: driver dvb_usb_rtl28xxu registered at minor = 0, raw IR receiver, no transmitter
[ 18.438064] usb 1-1.5.4: dvb_usb_v2: schedule remote query interval to 200 msecs
[ 18.473407] usb 1-1.5.4: dvb_usb_v2: 'Trekstor DVB-T Stick Terres 2.0' successfully initialized and connected
[ 18.474563] usbcore: registered new interface driver dvb_usb_rtl28xxu
[ 36.518061] dvb_usb_v2: 'Trekstor DVB-T Stick Terres 2.0:1-1.5.4' successfully deinitialized and disconnected
So it appears to be registering, and at that point /dev/dvb/adapter0 exists. But then 20 seconds later it decides to de-register it, and /dev/dvb vanishes.
If I physically disconnect and reconnect the USB tuner, same thing happens. And same thing after either a warm or cold restart of the rPI (and USB hub).
Has anybody seen anything like this before?
Thanks!