Sujet : Re: Rpi4B needs power off reboot for TV hat
De : dave (at) *nospam* davehigton.me.uk (David Higton)
Groupes : comp.sys.raspberry-piDate : 12. Jun 2025, 22:23:30
Autres entêtes
Organisation : Home
Message-ID : <097e002c5c.DaveMeUK@BeagleBoard-xM>
References : 1 2 3
User-Agent : Messenger-Pro/8.03 (MsgServe/8.01) (RISC-OS/5.31) NewsHound/v1.55
In message <
wwva56dfkww.fsf@LkoBDZeT.terraraq.uk>
Richard Kettlewell <
invalid@invalid.invalid> wrote:
Joerg Walther <joerg.walther@magenta.de> writes:
The Natural Philosopher wrote:
Finally identified something I had been suspecting for some time.
Issuing a 'reboot' command results in tvheadend unable to find the DVB
adapter, but a power off reset finds it.
I had similar behaviour with a network card some while ago. Apparently
the reboot leaves the device in a state which makes it impossible for the
OS to detect it after the reboot. This actually is a bug in the driver
for the adapter, which you could report to the maintainer. When you
switch if off completely, "something" is set to standard values, thus
making the DVB adapter again available for the OS.
That sounds more like a bug in the device? i.e. not honoring the reset
signal from the host after reboot.
Doesn't it suggest that the driver, when run from a reboot, assumes
that the device has had a hardware reset, which won't have happened
on a reboot without power cycle?
It's common for devices to have a method to software reset them, though
the results may not be identical to a hardware reset.
David