On Fri, May 14, 2004 at 06:08:29PM -0700, ShieldX wrote: > Whoops, "...no such device" is what is printed out under the root login; > Where I was having problems was when logging in as the user: > "/dev/dsp: Permission Denied" > I don't have a configured sound card in the box. Sounds like your normal user isn't a member of the sound group. > >During the package configuration after the install, something popped up > >asking whether I had a sound card 'configured,' Not thinking about it, I > > chose 'yes.' > >The install finished okay, except that when I attempt to run gnome-session > >from an Xterm, it endlessly complains about "/dev/dsp: no such device." > >Any suggestions, or do I just need to run the install over again? I'm not sure which package it is (not all that familiar with GNOME), but you can use dpkg-reconfigure to change your answer to those questions you're asked when packages get installed. I *think* that the package in question is esound, but I could be mistaken. If it is, just run 'dpkg-reconfigure esound' and change your answer to the question. For getting the sound card to work, figure out which module it uses (for this, it can be helpful to get the exact name that Linux calls it from /proc/pci and take that string to Google), and add the name of that module to /etc/modules. (You'll want to "modprobe modulename" while you're at it, as otherwise you would need to reboot, and that would be just silly.) -- Bill Jonas * bill@billjonas.com * http://www.billjonas.com/ "It's a dangerous business, Frodo, going out your front door. You step into the Road, and if you don't keep your feet, there is no knowing where you might be swept off to." -- Bilbo Baggins