Tungmeister

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by Tungmeister

  1. for anyone else having the startup issue I deleted all the extra variables relating to the DB from the container settings and it's now working perfectly.
  2. Anyone made any progress on this? I've just acquired a Lenovo Legion GPU dock and was hoping to set it up with a Win 10 VM on my z490m mobo - could I pass the entire controller to the VM to bypass the isssue of unraid detecting the dock after a power cylce?
  3. @yayitazale I'd like to know this as well, I'm keen to set this up for use with home assistant but I'd much rather spend £20 on the M.2 Card, Any thoughts?
  4. Just worked out the fix for this - you nee to enable basic authentication under the base config tab: the proxy will then be able to connect and it should all work straight away.
  5. Yeah the tuner is working with LibreELEC which probably makes the Xbox One only driver redundant?
  6. Just tried with LibreELEC and the fw file is present Nov 14 13:26:19 MediaHub kernel: mn88472 6-0018: downloading firmware from file 'dvb-demod-mn88472-02.fw'
  7. looking here it looks like the USB bridge firmware is being loaded (which you've referenced) but the demodulator firmware is what's missing?
  8. Tried with the Xbox One drivers but it appears that the firmware is missing Nov 14 12:50:55 MediaHub kernel: mn88472 6-0018: Direct firmware load for dvb-demod-mn88472-02.fw failed with error -2 Nov 14 12:50:55 MediaHub kernel: mn88472 6-0018: firmware file 'dvb-demod-mn88472-02.fw' not found
  9. I'd been using the LibreELEC but was considering switching to the xbox driver as I use 2 official xbox one EU tuners.
  10. @ich777 Thanks - quick question is the xbox one usb driver for the Hauppauge version or the official Microsoft one?
  11. @ich777no rush - just confirming. Keep up the good work!
  12. @ich777 Would I be correct in assuming you'll also be adding a plugin for DVB support?
  13. I only have one VM and this doesn't show at all on the dashboard as well as the same issue of dockers only displaying in 2 columns
  14. Surely the crontab needs to be running as the Debian user in order to launch Firefox and access the display session? (as It did on the pi I'm migrating it from) EDIT: Just tried calling it with the above from cron but nothing gets shown on "screen".
  15. in my experience when running a script from crontab by default it doesn't have access to the display so you have to export the display in order to run GUI apps. If I run as root I'm pretty sure it won't have any access to the display as the root user doesn't have an instance? basically I have a script that runs firefox and uses xdotool to get a url (it changes hence the need for xdotool) which is then passed to python - parsed and then passed onto an mqtt server. so it's just a bash script that needs access to display.
  16. I've been trying to run a script that launches firefox from crontab in the debian-docker however I'm having no luck in getting it to display. I've tried exporting the display ( I believe it's 99) but that's not working. Anyone any suggestions?