public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* Re: RE: [gentoo-user] alsa config - help
@ 2005-08-20 19:59 Michael Kintzios
  2005-08-20 20:59 ` John Dangler
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Kintzios @ 2005-08-20 19:59 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 786 bytes --]

> From:: "John Dangler" <jdangler@atlantic.net>
> To: gentoo-user@lists.gentoo.org
> Subject: RE: [gentoo-user] alsa config - help
> Date: Sat, 20 Aug 2005 15:42:05 -0400

> 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.  [!!]

Just checking the obvious:  Is the module for your sound card compiled and installed?
-- 
Regards,
Mick

Lycos email has now 300 Megabytes of free storage... Get it now at mail.lycos.co.uk

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: RE: [gentoo-user] alsa config - help
  2005-08-20 19:59 RE: [gentoo-user] alsa config - help Michael Kintzios
@ 2005-08-20 20:59 ` John Dangler
  2005-08-20 22:50   ` Nick Rout
  0 siblings, 1 reply; 5+ messages in thread
From: John Dangler @ 2005-08-20 20:59 UTC (permalink / raw
  To: gentoo-user

My .config has -
CONFIG_SND_INTEL8X0=m

John D

-----Original Message-----
From: Michael Kintzios [mailto:michaelkintzios@lycos.co.uk] 
Sent: Saturday, August 20, 2005 4:00 PM
To: gentoo-user@lists.gentoo.org
Subject: Re: RE: [gentoo-user] alsa config - help

> From:: "John Dangler" <jdangler@atlantic.net>
> To: gentoo-user@lists.gentoo.org
> Subject: RE: [gentoo-user] alsa config - help
> Date: Sat, 20 Aug 2005 15:42:05 -0400

> 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.  [!!]

Just checking the obvious:  Is the module for your sound card compiled and
installed?
-- 
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] 5+ messages in thread

* RE: RE: [gentoo-user] alsa config - help
  2005-08-20 20:59 ` John Dangler
@ 2005-08-20 22:50   ` Nick Rout
  2005-08-20 23:17     ` John Dangler
  0 siblings, 1 reply; 5+ messages in thread
From: Nick Rout @ 2005-08-20 22:50 UTC (permalink / raw
  To: gentoo-user

On Sat, 2005-08-20 at 16:59 -0400, John Dangler wrote:
> My .config has -
> CONFIG_SND_INTEL8X0=m
> 
> John D

but does the modules exist?

search under /lib/modules`uname-r` or zgrep /proc/config.gz



> 
> -----Original Message-----
> From: Michael Kintzios [mailto:michaelkintzios@lycos.co.uk] 
> Sent: Saturday, August 20, 2005 4:00 PM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: RE: [gentoo-user] alsa config - help
> 
> > From:: "John Dangler" <jdangler@atlantic.net>
> > To: gentoo-user@lists.gentoo.org
> > Subject: RE: [gentoo-user] alsa config - help
> > Date: Sat, 20 Aug 2005 15:42:05 -0400
> 
> > 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.  [!!]
> 
> Just checking the obvious:  Is the module for your sound card compiled and
> installed?
> -- 
> Regards,
> Mick
> 
> Lycos email has now 300 Megabytes of free storage... Get it now at
> mail.lycos.co.uk
> 
> 
-- 
Nick Rout <nick@rout.co.nz>

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: RE: [gentoo-user] alsa config - help
  2005-08-20 22:50   ` Nick Rout
@ 2005-08-20 23:17     ` John Dangler
  2005-08-20 23:32       ` Christoph Eckert
  0 siblings, 1 reply; 5+ messages in thread
From: John Dangler @ 2005-08-20 23:17 UTC (permalink / raw
  To: gentoo-user

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 ...

Thanks for the assistance.  I'd like to get this resolved...

John D

-----Original Message-----
From: Nick Rout [mailto:nick@rout.co.nz] 
Sent: Saturday, August 20, 2005 6:51 PM
To: gentoo-user@lists.gentoo.org
Subject: RE: RE: [gentoo-user] alsa config - help

On Sat, 2005-08-20 at 16:59 -0400, John Dangler wrote:
> My .config has -
> CONFIG_SND_INTEL8X0=m
> 
> John D

but does the modules exist?

search under /lib/modules`uname-r` or zgrep /proc/config.gz



> 
> -----Original Message-----
> From: Michael Kintzios [mailto:michaelkintzios@lycos.co.uk] 
> Sent: Saturday, August 20, 2005 4:00 PM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: RE: [gentoo-user] alsa config - help
> 
> > From:: "John Dangler" <jdangler@atlantic.net>
> > To: gentoo-user@lists.gentoo.org
> > Subject: RE: [gentoo-user] alsa config - help
> > Date: Sat, 20 Aug 2005 15:42:05 -0400
> 
> > 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.  [!!]
> 
> Just checking the obvious:  Is the module for your sound card compiled and
> installed?
> -- 
> Regards,
> Mick
> 
> Lycos email has now 300 Megabytes of free storage... Get it now at
> mail.lycos.co.uk
> 
> 
-- 
Nick Rout <nick@rout.co.nz>

-- 
gentoo-user@gentoo.org mailing list





-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 5+ 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; 5+ 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] 5+ messages in thread

end of thread, other threads:[~2005-08-20 23:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-20 19:59 RE: [gentoo-user] alsa config - help Michael Kintzios
2005-08-20 20:59 ` John Dangler
2005-08-20 22:50   ` Nick Rout
2005-08-20 23:17     ` John Dangler
2005-08-20 23:32       ` Christoph Eckert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox