View previous topic :: View next topic |
Author |
Message |
DNRN n00b
Joined: 11 May 2008 Posts: 4
|
Posted: Sun May 11, 2008 7:47 pm Post subject: alsaconf problem [solved] |
|
|
Hi I have just installed gentoo on my pentium4 2.8Ghz, I have a VIA AC97 audio controller. I have emerged alsa and alsa-utils. I have set:
Code: |
rc-update add alsasound boot
|
And I can restart alsasound without any errors. But when I try to run alsaconf it can't find my soundcard, and I really don't know what to do :S
Any help will really be appreciated
Last edited by DNRN on Mon May 12, 2008 10:35 am; edited 1 time in total |
|
Back to top |
|
|
cyrillic Watchman
Joined: 19 Feb 2003 Posts: 7313 Location: Groton, Massachusetts USA
|
Posted: Sun May 11, 2008 10:23 pm Post subject: |
|
|
What happens if you just skip alsaconf, unmute the soundcard, and save the mixer settings ?
Code: | # alsamixer
# /etc/init.d/alsasound save |
|
|
Back to top |
|
|
DNRN n00b
Joined: 11 May 2008 Posts: 4
|
Posted: Sun May 11, 2008 10:38 pm Post subject: |
|
|
Thx for the answare
But unfortunately there's still no sound
If it can help cat /etc/modules.d/alsa gives:
Code: |
# Alsa kernel modules' configuration file.
# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore
##
## IMPORTANT:
## You need to customise this section for your specific sound card(s)
## and then run `update-modules' command.
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
##
## ALSA portion
## alias snd-card-0 snd-interwave
## alias snd-card-1 snd-ens1371
## OSS/Free portion
## alias sound-slot-0 snd-card-0
## alias sound-slot-1 snd-card-1
##
# 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
## OSS/Free portion - card #2
## alias sound-service-1-0 snd-mixer-oss
## alias sound-service-1-3 snd-pcm-oss
## alias sound-service-1-12 snd-pcm-oss
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
# Set this to the correct number of cards.
options snd cards_limit=1
|
|
|
Back to top |
|
|
pappy_mcfae Watchman
Joined: 27 Dec 2007 Posts: 5999 Location: Pomona, California.
|
Posted: Mon May 12, 2008 6:17 am Post subject: |
|
|
Did you set the sound card driver up as a module or did you compile it directly into the kernel. If the latter, you need to recompile your sound card driver as a module and try again.
Blessed be!
Pappy _________________ This space left intentionally blank, except for these ASCII symbols. |
|
Back to top |
|
|
DNRN n00b
Joined: 11 May 2008 Posts: 4
|
Posted: Mon May 12, 2008 10:35 am Post subject: |
|
|
My sound works nice and perfect now
The problem as you mention was that I have compiled my soundcard into the kernel instead as a module. But I had tried this before, and couldn't get it working. Shame to me because this was, due to that I had forgot to run:
Code: |
make modules_install
|
Thanks for the help everyone
So I consider this tread as closed |
|
Back to top |
|
|
pappy_mcfae Watchman
Joined: 27 Dec 2007 Posts: 5999 Location: Pomona, California.
|
Posted: Tue May 13, 2008 5:24 am Post subject: |
|
|
You're welcome!
Blessed be!
Pappy _________________ This space left intentionally blank, except for these ASCII symbols. |
|
Back to top |
|
|
|