The problem seems to be with the Intel Corporation 82801I (ICH9 Family) audio device, which is incompatible with ALSA. I followed this guide, but it ended up fouling up everything. When I restarted alsa:
Here's what happens when I use sudo alsa force-reload:
Code:
lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/chris/.gvfs
Output information may be incomplete.
lsof: WARNING: can't stat() fuse.gvfs-fuse-daemon file system /home/chris/.gvfs
Output information may be incomplete.
Unloading ALSA sound driver modules: (none loaded).
Loading ALSA sound driver modules: (none to reload).
And here's what happens when I use pulseaudio -D:
Code:
I: caps.c: Limited capabilities successfully to CAP_SYS_NICE.
I: caps.c: Dropping root privileges.
I: caps.c: Limited capabilities successfully to CAP_SYS_NICE.
N: main.c: Called SUID root and real-time and/or high-priority scheduling was requested in the configuration. However, we lack the necessary privileges:
N: main.c: We are not in group 'pulse-rt', PolicyKit refuse to grant us the requested privileges and we have no increase RLIMIT_NICE/RLIMIT_RTPRIO resource limits.
N: main.c: For enabling real-time/high-priority scheduling please acquire the appropriate PolicyKit privileges, or become a member of 'pulse-rt', or increase the RLIMIT_NICE/RLIMIT_RTPRIO resource limits for this user.
E: main.c: Daemon startup failed.
Now when I use aplay -l it outputs this:
Code:
aplay: device_list:217: no soundcards found...
I'm totally clueless. Is my ALPA shut off forever now?
Bookmarks