On Wed, Oct 14, 2015 at 11:48 AM, <[email protected]> wrote: > Thanks for the response. > When i do a systemctl status system-modules-load.service it gave me the > follwing response that I could not extract any suggestions: > > ● systemd-modules-load.service - Load Kernel Modules > Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static) > Active: failed (Result: exit-code) since Sat 2000-01-01 03:00:08 GMT-3; > 15 years 9 months ago > Docs: man:systemd-modules-load.service(8) > man:modules-load.d(5) > Process: 169 ExecStart=/lib/systemd/systemd-modules-load (code=exited, > status=1/FAILURE) > Main PID: 169 (code=exited, status=1/FAILURE) > > Warning: Journal has been rotated since unit was started. Log output is > incomplete or unavailable. > > > also when I did the same for alsa I get some further ideas: > debian@beaglebone:~$ systemctl status alsa-store.service > ● alsa-store.service - Store Sound Card State > Loaded: loaded (/lib/systemd/system/alsa-store.service; static) > Active: inactive (dead) > > Your response makes the last error obvious, but one further question:
It's a little more clearer with jessie's systemd root@beaglebone:~# systemctl status -l alsa ● alsa.service Loaded: not-found (Reason: No such file or directory) Active: inactive (dead) When we dig deeper: root@beaglebone:~# journalctl | grep alsa Oct 14 14:19:25 beaglebone alsactl[275]: /usr/sbin/alsactl: load_state:1729: No soundcards found... "no soundcards" thus, alsa stopped.. > Will the disabled HDMI Audio cause problems with USB sound devices ? > > Thanks for letting me know that no problems need fixing. The usb sound device will be detected just fine.. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
