LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Poof! alsaconf is gone... So what should we bear in mind now? (https://www.linuxquestions.org/questions/slackware-14/poof-alsaconf-is-gone-so-what-should-we-bear-in-mind-now-4175429110/)

tallship 09-26-2012 07:47 AM

Poof! alsaconf is gone... So what should we bear in mind now?
 
Well it's only been sixteen days now so I don't feel too bad about discovering the hard way that alsaconf was removed.

While performing a post install config of a fresh Slackware -current on my daughter's new laptop, I was taken aback when it came time to activate/config her sound.

No probs, just did an alsamixer and an alsactl store after consulting 10 Sep's changelog on my personal mirror here.

But then I thought, well what should I be considering, or paying attention to moving forward, now that alsaconf has been removed.

Your thoughts? Suggestions?

Kindest regards,

.

willysr 09-26-2012 07:58 AM

Code:

alsactl init

TobiSGD 09-26-2012 08:26 AM

Without your post I wouldn't even have noticed, I never had to use it. From the changelog when it was removed:
Quote:

The only valid use-case for alsaconf is aiding the configuration of ISA sound cards.
What do you have used it for?

H_TeXMeX_H 09-26-2012 08:42 AM

From what I've seen alsaconf is useless in 13.37, so I am not surprised that it was removed. I just did what you did, 'alsamixer' then 'alsactl store'.

ReaperX7 09-26-2012 08:59 PM

Alsaconf creates the default sound.conf file in /etc/modprobe.d to ensure modules are loaded correctly so that alsactl doesn't have hiccups restoring proper audio volume levels and that modules for the OSS emulation portion work properly and are loaded.

You can easily create the file yourself if alsactl has trouble restoring audio levels at boot.

Example using an SBLive with the SFXLoad and the Creative SoundFont package:

Code:

# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-emu10k1
# module options should go here
options snd snd_major=116 snd_cards_limit=1 snd_device_mode=0660 snd_device_gid=29 snd_device_uid=0
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# OSS/Free portion - card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
post-install snd-synth-emu10k1 /usr/bin/sfxload /usr/share/soundfont/Creative/8mbgmsfx.sf2



All times are GMT -5. The time now is 10:05 AM.