From: "Mick Boda" <[EMAIL PROTECTED]> >> "I said before you need to install the alsa-modules for your kernel >> try 'apt-get install alsa-modules-`uname -r`' -- note that those are <> backticks not single quotes around the uname -r" > > returns the error messages > > E: Package alsa-modules has no installation candidate > foo:/# apt-get install alsa-modules- 'uname -r' > Reading Package Lists... Done > Building Dependency Tree... Done > Package alsa-modules is not installed, so not removed > E: Couldn't find package uname -r
No, you didn't do what he said... try: apt-get install alsa-modules-`uname -r` not apt-get install alsa-modules- 'uname -r' :) Cheers, Damien -- Damien Gardner Jnr VK2TDG. Dip EE. StudIEAust Home: [EMAIL PROTECTED] - http://www.rendrag.net/ Play: [EMAIL PROTECTED] - http://pinegap.net/ Work: [EMAIL PROTECTED] - http://www.isa.net.au/ -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
