After following the instructions extensively at: [INDENT]http://ubuntuforums.org/showthread.php?t=205449[/INDENT]
I am still unable to get the sound working on my Mac Book Pro
lspci -v
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02) Subsystem: Unknown device 8384:7680 Flags: bus master, fast devsel, latency 0, IRQ 10 Memory at 98400000 (64-bit, non-prefetchable) [size=16K] Capabilities: <access denied>
I have compiled and make installed successfully the latest alsa drivers
alsa-driver-1.0.14rc1
and when i run
sudo modprobe snd-hda-intel
it appears to work( although I am not sure I run this and hit enter and the terminal waits I have to line kill in order to get back to the terminal ~$)
william@william-laptop:~/src/alsa/alsa-driver-1.0.14rc2$ grep 'audio' /etc/group audio:x:29:william
however when i lanuch the alsamixer i get
alsamixer: function snd_ctl_open failed for default: No such device
and
william@william-laptop:~$ strace -eopen alsamixer open("/etc/ld.so.cache", O_RDONLY) = 3 open("/lib/libncurses.so.5", O_RDONLY) = 3 open("/usr/lib/libasound.so.2", O_RDONLY) = 3 open("/lib/tls/i686/cmov/libm.so.6", O_RDONLY) = 3 open("/lib/tls/i686/cmov/libdl.so.2", O_RDONLY) = 3 open("/lib/tls/i686/cmov/libpthread.so.0", O_RDONLY) = 3 open("/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = 3 open("/usr/share/alsa/alsa.conf", O_RDONLY) = 3 open("/dev/snd/controlC0", O_RDONLY) = -1 ENOENT (No such file or directory) open("/dev/aloadC0", O_RDONLY) = -1 ENOENT (No such file or directory)
alsamixer: function snd_ctl_open failed for default: No such device Process 5806 detached
and still no sound.
Any Help?