Rob Bos wrote:
On Thu, Oct 23, 2003 at 02:37:10PM -0700, Joe Emenaker wrote:
I'm trying the Debian-packaged 2.6-test7 kernel and it's working great
except for the sound.
You probably need to install module-init-tools: 2.6 uses a different
module architecture than was used in previous iterations.
Actually, I already had module-init-tools loaded.
I think the problem was the "device_gid=29" in the options line for the
snd module:
options snd major=116 cards_limit=2 device_gid=29 device_mode=0660
I took the device_gid=29 and re-ran update-modules and "depmod -a" and
now it all loads okay. I'm not getting any sound yet... but I'm further
along than I was.
- Joe