LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware - Installation (https://www.linuxquestions.org/questions/slackware-installation-40/)
-   -   Slackware 14.0 sound fails when starting with runlevel 4. (https://www.linuxquestions.org/questions/slackware-installation-40/slackware-14-0-sound-fails-when-starting-with-runlevel-4-a-4175448951/)

res44 02-06-2013 07:35 PM

Slackware 14.0 sound fails when starting with runlevel 4.
 
After installing Slackware_14.0 I changed /etc/inittab to boot runlevel 4 and get a gui-based login screen. This works for logging in, but the VIA 8237 sound card then doesn't work. If I log-out to the console and run startx, KDE starts up and the sound works fine.

How can I fix this so sound works from the gui-based login?

The change I made to /etc/inittab is as follows:

# Default runlevel. (Do not set to 0 or 6)
#id:3:initdefault:/html/x-window-system-xdm.html
id:4:initdefault:

Thanks.

natharran 02-07-2013 01:03 PM

Hi,

I found that in order to use my sound card in gui I had to add my user account to the "audio" group. Check /dev for your card, it probably has a root:audio ownership.

Code:

usermod -G audio -a <your_user_account>
should do the trick.

Hope it helps.

res44 02-15-2013 11:04 AM

Thanks Thanks! Thanks!

usermod -G audio -a <your_user_account>

Solved this problem!


All times are GMT -5. The time now is 02:44 PM.