* RE: [gentoo-user] alsa config - help
2005-08-20 19:31 [gentoo-user] alsa config Christoph Eckert
@ 2005-08-20 19:42 ` John Dangler
2005-08-20 20:18 ` Joe Menola
2005-08-20 20:29 ` Christoph Eckert
0 siblings, 2 replies; 15+ messages in thread
From: John Dangler @ 2005-08-20 19:42 UTC (permalink / raw
To: gentoo-user
my /etc/modules.d/alsa file contained this (after alsaconf)
alias snd-card-0 snd-*** err [lib/liblow.c(329)]:
alias sound-slot-0 snd-*** err [lib/liblow.c(329)]:
I changed it to
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
I saved the file and ran /etc/init.d/alsasound restart and got this:
Loading ALSA modules ...
Loading snd-card-0 ...
FATAL: Module snd_*** not found. [!!]
Loading snd=seq-oss ... [OK]
Loading snd-pcm-oss ... [OK]
ERROR: Failed to load necessary drivers [OK]
Restoring mixer levels ... [OK]
yes, that's an underscore in the FATAL message
(and, of course, after this, alsamixer fails)
Any input is greatly appreciated.
John D
-----Original Message-----
From: Christoph Eckert [mailto:ce@christeck.de]
Sent: Saturday, August 20, 2005 3:31 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] alsa config
Hi,
> I've tried modifying the conf file for this by putting in
> snd-intel8x0, but the system isn't reading it for some reason. do I
> need to unmerge alsa-driver and start again ?
you only need the alsa drivers if
* you're still on 2.4 kernels
* you haven't activated the in-kernel drivers in your 2.6 kernel
I use the drivers of the 2.6 kernel and am just happy with it.
Check the following:
* The config file is /etc/modules.d/alsa
* Mine contains something like
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
options snd device_mode=0666
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
and it works. There are no further ALSA driver configuration files.
After this, try
/etc/init.d/alsasound restart
Use alsamixer in a console window to adjust the settings. Ensure master
is open and PCM is unmuted and open.
Best regards & good luck,
ce
--
gentoo-user@gentoo.org mailing list
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] alsa config - help
2005-08-20 19:42 ` [gentoo-user] alsa config - help John Dangler
@ 2005-08-20 20:18 ` Joe Menola
2005-08-20 21:27 ` John Dangler
2005-08-20 20:29 ` Christoph Eckert
1 sibling, 1 reply; 15+ messages in thread
From: Joe Menola @ 2005-08-20 20:18 UTC (permalink / raw
To: gentoo-user
On Saturday August 20 2005 2:42 pm, John Dangler wrote:
> my /etc/modules.d/alsa file contained this (after alsaconf)
> alias snd-card-0 snd-*** err [lib/liblow.c(329)]:
> alias sound-slot-0 snd-*** err [lib/liblow.c(329)]:
>
> I changed it to
> alias snd-card-0 snd-intel8x0
> alias sound-slot-0 snd-intel8x0
I had the same problem (caused by running alsaconf with kernel support
enabled), after fixing my alsa file I couldn't track down where the call for
the snd-*** was coming from.
My solution was to recompile my kernel with module support and then rerunning
alsaconf.
-jm
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] alsa config - help
2005-08-20 19:42 ` [gentoo-user] alsa config - help John Dangler
2005-08-20 20:18 ` Joe Menola
@ 2005-08-20 20:29 ` Christoph Eckert
1 sibling, 0 replies; 15+ messages in thread
From: Christoph Eckert @ 2005-08-20 20:29 UTC (permalink / raw
To: gentoo-user
> FATAL: Module snd_*** not found. [!!]
this means your kernel did not build this module. I wonder because it's
needed on many machines with an onboard chipset.
Well, there are two possibilities, enable this module in the kernel,
rebuild and install the modules (attention, this will delete all nvidia
or vmware modules), or try building this driver manually and copy it
over to the modules directory.
Best regards
ce
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* RE: [gentoo-user] alsa config - help
2005-08-20 20:18 ` Joe Menola
@ 2005-08-20 21:27 ` John Dangler
2005-08-20 21:39 ` Joe Menola
0 siblings, 1 reply; 15+ messages in thread
From: John Dangler @ 2005-08-20 21:27 UTC (permalink / raw
To: gentoo-user
Joe~
>>(caused by running alsaconf with kernel support enabled),
>> My solution was to recompile my kernel with module support and then
rerunning alsaconf.
if you had kernel support built-in, and running alsaconf was what caused the
problem (which I think is what caused this problem as well), why would you
rerun alsaconf after recompiling the kernel ? wouldn't that cause the same
problem to occur twice?
Thanks for the input.
John D
-----Original Message-----
From: Joe Menola [mailto:menola@sbcglobal.net]
Sent: Saturday, August 20, 2005 4:18 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] alsa config - help
On Saturday August 20 2005 2:42 pm, John Dangler wrote:
> my /etc/modules.d/alsa file contained this (after alsaconf)
> alias snd-card-0 snd-*** err [lib/liblow.c(329)]:
> alias sound-slot-0 snd-*** err [lib/liblow.c(329)]:
>
> I changed it to
> alias snd-card-0 snd-intel8x0
> alias sound-slot-0 snd-intel8x0
I had the same problem (caused by running alsaconf with kernel support
enabled), after fixing my alsa file I couldn't track down where the call for
the snd-*** was coming from.
My solution was to recompile my kernel with module support and then
rerunning
alsaconf.
-jm
--
gentoo-user@gentoo.org mailing list
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] alsa config - help
2005-08-20 21:27 ` John Dangler
@ 2005-08-20 21:39 ` Joe Menola
2005-08-20 22:02 ` John Dangler
0 siblings, 1 reply; 15+ messages in thread
From: Joe Menola @ 2005-08-20 21:39 UTC (permalink / raw
To: gentoo-user
On Saturday August 20 2005 4:27 pm, John Dangler wrote:
> if you had kernel support built-in, and running alsaconf was what caused
> the problem (which I think is what caused this problem as well), why would
> you rerun alsaconf after recompiling the kernel ? wouldn't that cause the
> same problem to occur twice?
>
> Thanks for the input.
My recompiled kernel didn't have alsa built-in, it was compiled as a module.
Which is what alsaconf expects.
-jm
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* RE: [gentoo-user] alsa config - help
2005-08-20 21:39 ` Joe Menola
@ 2005-08-20 22:02 ` John Dangler
2005-08-20 22:15 ` Joe Menola
2005-08-20 22:22 ` Joe Menola
0 siblings, 2 replies; 15+ messages in thread
From: John Dangler @ 2005-08-20 22:02 UTC (permalink / raw
To: gentoo-user
Joe~
That's what my .config has now (CONFIG_SND_INTEL8X0=m)
John Dangler
GenoFit
800-505-4078 (Corporate)
386-767-3730 (Direct)
www.genofit.com
jdangler@genofit.com
-----Original Message-----
From: Joe Menola [mailto:menola@sbcglobal.net]
Sent: Saturday, August 20, 2005 5:40 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] alsa config - help
On Saturday August 20 2005 4:27 pm, John Dangler wrote:
> if you had kernel support built-in, and running alsaconf was what caused
> the problem (which I think is what caused this problem as well), why would
> you rerun alsaconf after recompiling the kernel ? wouldn't that cause the
> same problem to occur twice?
>
> Thanks for the input.
My recompiled kernel didn't have alsa built-in, it was compiled as a module.
Which is what alsaconf expects.
-jm
--
gentoo-user@gentoo.org mailing list
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] alsa config - help
2005-08-20 22:02 ` John Dangler
@ 2005-08-20 22:15 ` Joe Menola
2005-08-20 22:22 ` Joe Menola
1 sibling, 0 replies; 15+ messages in thread
From: Joe Menola @ 2005-08-20 22:15 UTC (permalink / raw
To: gentoo-user
On Saturday August 20 2005 5:02 pm, John Dangler wrote:
> Joe~
> That's what my .config has now (CONFIG_SND_INTEL8X0=m)
Hmmm, no reason for alsaconf to fail then. Unless you skipped/forgot "make
modules_install?
What say "modprobe intel8x0" ?
-jm
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] alsa config - help
2005-08-20 22:02 ` John Dangler
2005-08-20 22:15 ` Joe Menola
@ 2005-08-20 22:22 ` Joe Menola
2005-08-20 22:34 ` John Dangler
1 sibling, 1 reply; 15+ messages in thread
From: Joe Menola @ 2005-08-20 22:22 UTC (permalink / raw
To: gentoo-user
On Saturday August 20 2005 5:02 pm, John Dangler wrote:
> Joe~
> That's what my .config has now (CONFIG_SND_INTEL8X0=m)
Just peeked at my config, looks like alsa also has to be modular, as well.
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* RE: [gentoo-user] alsa config - help
2005-08-20 22:22 ` Joe Menola
@ 2005-08-20 22:34 ` John Dangler
2005-08-20 23:06 ` Christoph Eckert
0 siblings, 1 reply; 15+ messages in thread
From: John Dangler @ 2005-08-20 22:34 UTC (permalink / raw
To: gentoo-user
Yep. That's what mine has as well. I did try modprobe intel8x0 and got
this:
FATAL: Module intel8x0 not found
I appreciate your assistance. This is the last thing to get the basic
system running... :)
Since both the driver and the kernel compile can't cooperate when both are
on the system, I was wondering if unmerging the alsa-driver, re-compile the
kernel with the existing sound modules, and then re-running alsaconf
wouldn't fix this (?)
John D
-----Original Message-----
From: Joe Menola [mailto:menola@sbcglobal.net]
Sent: Saturday, August 20, 2005 6:22 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] alsa config - help
On Saturday August 20 2005 5:02 pm, John Dangler wrote:
> Joe~
> That's what my .config has now (CONFIG_SND_INTEL8X0=m)
Just peeked at my config, looks like alsa also has to be modular, as well.
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
--
gentoo-user@gentoo.org mailing list
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: RE: RE: [gentoo-user] alsa config - help
@ 2005-08-20 22:44 Michael Kintzios
2005-08-20 23:13 ` John Dangler
0 siblings, 1 reply; 15+ messages in thread
From: Michael Kintzios @ 2005-08-20 22:44 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 359 bytes --]
> From:: "John Dangler" <jdangler@atlantic.net>
> To: gentoo-user@lists.gentoo.org
> Subject: RE: RE: [gentoo-user] alsa config - help
> Date: Sat, 20 Aug 2005 16:59:46 -0400
> My .config has -
> CONFIG_SND_INTEL8X0=m
and lsmod shows it as loaded, right?
--
Regards,
Mick
Lycos email has now 300 Megabytes of free storage... Get it now at mail.lycos.co.uk
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] alsa config - help
2005-08-20 22:34 ` John Dangler
@ 2005-08-20 23:06 ` Christoph Eckert
0 siblings, 0 replies; 15+ messages in thread
From: Christoph Eckert @ 2005-08-20 23:06 UTC (permalink / raw
To: gentoo-user
> Yep. That's what mine has as well. I did try modprobe intel8x0 and
> got this:
> FATAL: Module intel8x0 not found
note that *all* ALSA modules are prefixed by "snd_". The correct command
reads as "modprobe snd_intel8x0".
Best regards
ce
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* RE: RE: RE: [gentoo-user] alsa config - help
2005-08-20 22:44 RE: RE: [gentoo-user] alsa config - help Michael Kintzios
@ 2005-08-20 23:13 ` John Dangler
2005-08-20 23:30 ` Joe Menola
0 siblings, 1 reply; 15+ messages in thread
From: John Dangler @ 2005-08-20 23:13 UTC (permalink / raw
To: gentoo-user
Mike~
As a matter of fact, no. all the other snd_ modules show, but not intel8x0
Thanks for the assistance. This is beginning to give me a slight
headache...
John D
-----Original Message-----
From: Michael Kintzios [mailto:michaelkintzios@lycos.co.uk]
Sent: Saturday, August 20, 2005 6:44 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: RE: RE: [gentoo-user] alsa config - help
> From:: "John Dangler" <jdangler@atlantic.net>
> To: gentoo-user@lists.gentoo.org
> Subject: RE: RE: [gentoo-user] alsa config - help
> Date: Sat, 20 Aug 2005 16:59:46 -0400
> My .config has -
> CONFIG_SND_INTEL8X0=m
and lsmod shows it as loaded, right?
--
Regards,
Mick
Lycos email has now 300 Megabytes of free storage... Get it now at
mail.lycos.co.uk
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] alsa config - help
2005-08-20 23:13 ` John Dangler
@ 2005-08-20 23:30 ` Joe Menola
0 siblings, 0 replies; 15+ messages in thread
From: Joe Menola @ 2005-08-20 23:30 UTC (permalink / raw
To: gentoo-user
On Saturday August 20 2005 6:13 pm, John Dangler wrote:
> Mike~
> As a matter of fact, no. all the other snd_ modules show, but not intel8x0
>
> Thanks for the assistance. This is beginning to give me a slight
> headache...
You will still need alsa-drivers if you have built snd_intel8x0 as a module.
You just need to get the module installed, that's my story and I'm sticking
to it. :)
I would try running "make && make modules_install" from your kernel sources
directory. Then try modprobe snd_intel8x0 again. If that turns up ok, run
alsaconf again and you should be all set.
-jm
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] alsa config - help
2005-08-20 23:17 John Dangler
@ 2005-08-20 23:32 ` Christoph Eckert
0 siblings, 0 replies; 15+ messages in thread
From: Christoph Eckert @ 2005-08-20 23:32 UTC (permalink / raw
To: gentoo-user
> /lib/modules/2.6.12-gentoo-r9/alsa-driver/pci/snd-intel8x0.ko
> Curiously enough, there is also this file located here -
> /lib/modules/2.6.12-gentoo-r9/alsa-driver/pci/ac97/snd-ac97-codec.ko
just a guess:
The intel should be AC 97 compliant, but it is well known that standards
are there to be beaten. Maybe the intel chip doesn't conform enough to
AC 97 so it git its own module...
Best regards
ce
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [gentoo-user] alsa config - help
2005-08-20 23:45 RE: " Michael Kintzios
@ 2005-08-21 4:54 ` Rumen Yotov
0 siblings, 0 replies; 15+ messages in thread
From: Rumen Yotov @ 2005-08-21 4:54 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1230 bytes --]
Michael Kintzios wrote:
>
>
>
>>From:: "John Dangler" <jdangler@atlantic.net>
>>To: gentoo-user@lists.gentoo.org
>>Subject: RE: RE: [gentoo-user] alsa config - help
>>Date: Sat, 20 Aug 2005 19:17:36 -0400
>>
>>
>
>
>
>>Nick~
>>I found an instance of the module here -
>>/lib/modules/2.6.12-gentoo-r9/alsa-driver/pci/snd-intel8x0.ko
>>Curiously enough, there is also this file located here -
>>/lib/modules/2.6.12-gentoo-r9/alsa-driver/pci/ac97/snd-ac97-codec.ko
>>
>>lspci shows the multimedia controller as Intel AC'97 ...
>>
>>
>
>It seems that intel8x0 is your driver: http://www.alsa-project.org/alsa-doc/doc-php/template.php?company=Intel&card=.&chip=440MX%2C+i810%2C+i810%2C+i810E%2C+i820%2C+i820&module=intel8x0
>
>Remove the module (which does not appear to have been installed, or loaded) reconfigure your kernel and built it in (not as a module), reboot and see what dmesg gives you. If you follow carefully the alsa guide you 'should' get there.
>
>
Hi,
Note that alsa-driver (not the in-kernel one) is a kernel-module
(depends on the link to your current kernel-source directory -
/usr/src/linux), so to resume after a new kernel install you'll have to
re-emerge alsa-driver. Just a note.
HTH Rumen
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3397 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2005-08-21 4:58 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-20 22:44 RE: RE: [gentoo-user] alsa config - help Michael Kintzios
2005-08-20 23:13 ` John Dangler
2005-08-20 23:30 ` Joe Menola
-- strict thread matches above, loose matches on Subject: below --
2005-08-20 23:45 RE: " Michael Kintzios
2005-08-21 4:54 ` Rumen Yotov
2005-08-20 23:17 John Dangler
2005-08-20 23:32 ` Christoph Eckert
2005-08-20 19:31 [gentoo-user] alsa config Christoph Eckert
2005-08-20 19:42 ` [gentoo-user] alsa config - help John Dangler
2005-08-20 20:18 ` Joe Menola
2005-08-20 21:27 ` John Dangler
2005-08-20 21:39 ` Joe Menola
2005-08-20 22:02 ` John Dangler
2005-08-20 22:15 ` Joe Menola
2005-08-20 22:22 ` Joe Menola
2005-08-20 22:34 ` John Dangler
2005-08-20 23:06 ` Christoph Eckert
2005-08-20 20:29 ` Christoph Eckert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox