Re: above For me the command given: sudo mv /lib/modules/`uname -r`/sound/acore /root/acore
errored out, because I have a kernel directory between uname -r and sound. Stock Intrepid 8.10 install aside from the aforementioned external ALSA modules. I typed this instead: sudo mv /lib/modules/`uname -r`/kernel/sound/acore /root/acore and it worked, as verifed by checking that .ko files ended up in /root/acore: $ ls -la /root/acore total 360 drwxr-xr-x 4 root root 4096 2009-06-09 16:20 . drwxr-xr-x 15 root root 4096 2009-06-09 18:08 .. drwxr-xr-x 2 root root 4096 2009-06-09 16:20 oss drwxr-xr-x 3 root root 4096 2009-06-09 16:20 seq -rw-r--r-- 1 root root 13972 2009-05-27 13:36 snd-hrtimer.ko -rw-r--r-- 1 root root 21064 2009-05-27 13:36 snd-hwdep.ko -rw-r--r-- 1 root root 87060 2009-05-27 13:36 snd.ko -rw-r--r-- 1 root root 22720 2009-05-27 13:36 snd-page-alloc.ko -rw-r--r-- 1 root root 105588 2009-05-27 13:36 snd-pcm.ko -rw-r--r-- 1 root root 40192 2009-05-27 13:36 snd-rawmidi.ko -rw-r--r-- 1 root root 40192 2009-05-27 13:36 snd-timer.ko hope that didn't hang anyone up, and if it helps please post in duplicate bug if applicable there (may not be). -- No sound in Intrepid after kernel update to 2.6.27-11.31 (kernel disagrees about the version of sound symbols) https://bugs.launchpad.net/bugs/357970 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
