On Fri, Jan 11, 2002 at 06:07:17PM -0600, [EMAIL PROTECTED] wrote: > When I installed Potatoe, the sound card worked perfectly. I set it up so my > user worked fine. I upgraded to woody, and still the user sound worked fine. > I upgraded to 2.4.17, now root can do sound, but the user cannot. > > I compiled the sound driver into the kernel, and like I said root works fine. > I checked the groups file, it's correct. My syslog shows this when I log in > as the user: > > Jan 11 22:14:00 Agamemnon modprobe: modprobe: Can't locate module sound-slot-1 > Jan 11 22:14:00 Agamemnon modprobe: modprobe: Can't locate module > sound-service-1-0 > Jan 11 22:14:00 Agamemnon modprobe: modprobe: Can't locate module sound-slot-1 > Jan 11 22:14:00 Agamemnon modprobe: modprobe: Can't locate module > sound-service-1-0 > > > What are those modules, and how do I install them?
Those are the sound module aliases... Since your driver is in the kernel, you don't need them. Login to your regular account and check run: groups ls -l /dev/dsp{0,1,2,3} The simplest solutions is to add user to group audio (from root), adduser enter_user_here audio And then it should work... Hope this is correct. - Adam