Re: [gentoo-user] Setting up ALSA on a new computer

2005-10-15 Thread Christoph Eckert
Where are the other alsa configs located?  I've unmerged and re-emerged alsa-utils several times and I cannot seem to fix this problem on my own... There aren't much configs for ALSA, and alsasound only modifies your /etc/modules.d/alsa. Best regards ce -- gentoo-user@gentoo.org

Re: [gentoo-user] Setting up ALSA on a new computer

2005-10-15 Thread Michael Sullivan
On Sat, 2005-10-15 at 20:14 +0200, Christoph Eckert wrote: Where are the other alsa configs located? I've unmerged and re-emerged alsa-utils several times and I cannot seem to fix this problem on my own... There aren't much configs for ALSA, and alsasound only modifies your

Re: [gentoo-user] Setting up ALSA on a new computer

2005-10-15 Thread Christoph Eckert
The problem I'm currently facing is this: camille regbackups # alsamixer alsamixer: function snd_mixer_load failed: Invalid argument Are you saying that all I have to do to fix this is to delete /etc/modules.d/alsa and re-run alsaconf? No, I do not know why this error appears. But I'd

Re: [gentoo-user] Setting up ALSA on a new computer

2005-10-14 Thread Graham Murray
Michael Sullivan [EMAIL PROTECTED] writes: camille ~ # lspci -v | grep -i 'audio' :00:1b.0 Class 0403: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03) Then I cross-referenced it in the ALSA Matrix. I found (I think) that I should be using

[gentoo-user] Setting up ALSA on a new computer

2005-10-13 Thread Michael Sullivan
I'm trying to set up ALSA on my new computer. I ran lspci to find out what sound card I had: camille ~ # lspci -v | grep -i 'audio' :00:1b.0 Class 0403: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03) Then I cross-referenced it in the ALSA

Re: [gentoo-user] Setting up ALSA on a new computer

2005-10-13 Thread gentuxx
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Sullivan wrote: I'm trying to set up ALSA on my new computer. I ran lspci to find out what sound card I had: camille ~ # lspci -v | grep -i 'audio' :00:1b.0 Class 0403: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High

Re: [gentoo-user] Setting up ALSA on a new computer

2005-10-13 Thread Michael Sullivan
On Thu, 2005-10-13 at 16:25 -0700, gentuxx wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Sullivan wrote: I'm trying to set up ALSA on my new computer. I ran lspci to find out what sound card I had: camille ~ # lspci -v | grep -i 'audio' :00:1b.0 Class 0403: Intel

Re: [gentoo-user] Setting up ALSA on a new computer

2005-10-13 Thread Michael Sullivan
On Thu, 2005-10-13 at 16:25 -0700, gentuxx wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Sullivan wrote: I'm trying to set up ALSA on my new computer. I ran lspci to find out what sound card I had: camille ~ # lspci -v | grep -i 'audio' :00:1b.0 Class 0403: Intel

Re: [gentoo-user] Setting up ALSA on a new computer

2005-10-13 Thread Joshua Schmidlkofer
Your using the wrongr driver. There is a kernel 'High def' driver in 2.6.13On 10/13/05, Michael Sullivan [EMAIL PROTECTED] wrote:On Thu, 2005-10-13 at 16:25 -0700, gentuxx wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael Sullivan wrote: I'm trying to set up ALSA on my new computer. I

Re: [gentoo-user] Setting up ALSA on a new computer

2005-10-13 Thread Joshua Schmidlkofer
more specifically is now an Intel HD Audio at the very bottom of the alsa PCI devices list thanks, joshuaOn 10/13/05, Joshua Schmidlkofer [EMAIL PROTECTED] wrote: Your using the wrongr driver. There is a kernel 'High def' driver in 2.6.13On 10/13/05, Michael Sullivan [EMAIL PROTECTED] wrote:On

Re: [gentoo-user] Setting up ALSA on a new computer

2005-10-13 Thread Michael Sullivan
On Thu, 2005-10-13 at 18:05 -0700, Joshua Schmidlkofer wrote: more specifically is now an Intel HD Audio at the very bottom of the alsa PCI devices list I just checked my kernel configuration and I had that marked to be compiled as a module before I rebuilt my kernel last time. Now how do I

Re: [gentoo-user] Setting up ALSA on a new computer

2005-10-13 Thread Joshua Schmidlkofer
From the kernel menuconfig help for Intel HD Audio: so it's called 'snd-hda-intel' --- Have you been editting the /etc/modules.d/alsa? Then run modules-update? js Intel HD Audio ─┐ │ CONFIG_SND_HDA_INTEL: │ │ │ │ Say Y here to include support

Re: [gentoo-user] Setting up ALSA on a new computer

2005-10-13 Thread Michael Sullivan
On Thu, 2005-10-13 at 18:47 -0700, Joshua Schmidlkofer wrote: From the kernel menuconfig help for Intel HD Audio: so it's called 'snd-hda-intel' --- Have you been editting the /etc/modules.d/alsa? Then run modules-update? js Intel HD Audio

Re: [gentoo-user] Setting up ALSA on a new computer

2005-10-13 Thread Nick Rout
On Thu, 13 Oct 2005 21:06:03 -0400 Eduard Vaykher wrote: On 10/13/05, Michael Sullivan [EMAIL PROTECTED] wrote: I'm trying to set up ALSA on my new computer. I ran lspci to find out what sound card I had: camille ~ # lspci -v | grep -i 'audio' :00:1b.0 Class 0403: Intel

Re: [gentoo-user] Setting up ALSA on a new computer

2005-10-13 Thread Nick Rout
back up then delete the other alsa configs you have then run alsaconfig as root. enable oss emulation (if you want it) in /etc/conf.d/alsasound On Thu, 13 Oct 2005 21:14:54 -0500 Michael Sullivan wrote: On Thu, 2005-10-13 at 18:47 -0700, Joshua Schmidlkofer wrote: From the kernel

Re: [gentoo-user] Setting up ALSA on a new computer

2005-10-13 Thread Michael Sullivan
On Fri, 2005-10-14 at 15:22 +1300, Nick Rout wrote: On Thu, 13 Oct 2005 21:06:03 -0400 Eduard Vaykher wrote: On 10/13/05, Michael Sullivan [EMAIL PROTECTED] wrote: I'm trying to set up ALSA on my new computer. I ran lspci to find out what sound card I had: camille ~ # lspci -v

Re: [gentoo-user] Setting up ALSA on a new computer

2005-10-13 Thread Michael Sullivan
On Fri, 2005-10-14 at 15:25 +1300, Nick Rout wrote: back up then delete the other alsa configs you have then run alsaconfig as root. enable oss emulation (if you want it) in /etc/conf.d/alsasound Where are the other alsa configs stored? -- gentoo-user@gentoo.org mailing list