2014-09-13, 16:19
So on the boot screen I get:
Seabios (version rel-1.7.5-11-g20f934d-20140906-MattDevo
Seabios (version rel-1.7.5-11-g20f934d-20140906-MattDevo
(2014-09-13, 16:36)Stereodude Wrote: So, apparently I need to take back the things I said about my USB audio device working flawlessly. I don't get any USB audio out of Suspend/Standby, but do on a cold boot. HDMI audio works fine out of Suspend/Standby, however I won't be using HDMI audio so this doesn't help me.
I'm using a USB 2.0 CM6631A device. My n00b'ish review of the standard log files doesn't seem to show any errors or difference between coming out of standby vs. cold booting. Likewise, enabling debug, starting playback and checking the log doesn't seem to show any errors either.
I'm going to try booting from a Ubuntu Live USB to see if it behaves the same way or not.
Edit: I did some testing with Ubuntu 14.04.1 LTS 64-bit on the Chromebox and several other systems and got the same results, so I'm pretty confident that it has nothing to do with OpenELEC or the Chromebox so I won't post any further about it here. Apologies for going off topic.
(2014-09-13, 16:19)sledgebrah Wrote: So on the boot screen I get:
Seabios (version rel-1.7.5-11-g20f934d-20140906-MattDevo
(2014-09-13, 18:24)Matt Devo Wrote:(2014-09-13, 16:36)Stereodude Wrote: So, apparently I need to take back the things I said about my USB audio device working flawlessly. I don't get any USB audio out of Suspend/Standby, but do on a cold boot. HDMI audio works fine out of Suspend/Standby, however I won't be using HDMI audio so this doesn't help me.
I'm using a USB 2.0 CM6631A device. My n00b'ish review of the standard log files doesn't seem to show any errors or difference between coming out of standby vs. cold booting. Likewise, enabling debug, starting playback and checking the log doesn't seem to show any errors either.
I'm going to try booting from a Ubuntu Live USB to see if it behaves the same way or not.
Edit: I did some testing with Ubuntu 14.04.1 LTS 64-bit on the Chromebox and several other systems and got the same results, so I'm pretty confident that it has nothing to do with OpenELEC or the Chromebox so I won't post any further about it here. Apologies for going off topic.
FYI, no issues with my Turtle Beach USB adapter, went in/out of suspend 5x, (passthru) audio played fine upon resume each time
(2014-09-13, 16:19)sledgebrah Wrote: So on the boot screen I get:
Seabios (version rel-1.7.5-11-g20f934d-20140906-MattDevo
and on the boot menu, it doesn't show the WD drive, correct? PM me and I'll provide you instructions to load a test version of SeaBIOS, which may help with the drive detection
(2014-09-13, 18:55)sledgebrah Wrote: When I hit the ESC button to get me to SeaBIOS Screen, it does give me 3 options to boot from
1.dvd/cd [usb msc drive WD virtual cd
2.AHCI/O: Sandisk SSD
3. USB MSC drive wd my book
So I think it does see it
(2014-09-13, 18:24)Matt Devo Wrote: FYI, no issues with my Turtle Beach USB adapter, went in/out of suspend 5x, (passthru) audio played fine upon resume each timeTheTrash on #openelec was super helpful and had me try a variety of things to create a workaround since he said getting the kernel updated would be a long shot. Ultimately, unbinding and binding the usb device (simulating an unplug / replug) corrects the issue. I put it in a suspend and resume script and now I have audio out of suspend.
#!/bin/sh
case "$1" in
pre)
sh -c 'echo 1-5 > /sys/bus/usb/drivers/usb/unbind'
;;
post)
sh -c 'echo 1-5 > /sys/bus/usb/drivers/usb/bind'
;;
esac
(2014-09-12, 19:22)Matt Devo Wrote:(2014-09-12, 12:22)noggin Wrote: Just tried this - and no MADI or MCDI options were visible? (However the Kodi build didn't look like FernetMenta's fork as it didn't have the Prefer VAAPI method and still included the SW deinterlace?)
not sure what to say, I did a clean install on my CB and tested both of those options with 50i content.
(2014-09-11, 22:38)pettergulbra Wrote: If I use the sleep function on the box, it works nice if I turn it on in a short time.
If I don`t use the machine for a while, I get stuck at boot up with some text running, and the it hangs with the cursor on the screen.
Video of the fault
(2014-09-13, 22:54)pettergulbra Wrote: I have now seen this again, now with a little better closeup on the screen.
Video
(2014-09-13, 23:21)nickr Wrote: Weird, never seen that before. There is clearly some problem detecting the video system and starting X. Just to check, does it do this from cold boot? Openelec boots so fast I wonder if sleeping is worth it.
(2014-09-13, 23:21)Matt Devo Wrote: are you using a VPN connection? because that's what looks like is failing / causing the problem