Re: [gentoo-user] Setting up ALSA on a new computer
> 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 try to remove the alsaconf generated section from the file (make a backup of it first if in doubt) and rerun ALSAconf, yes. Alsaconf is an old and dirty script, but it still does a really good job. Best regards ce »Wer Visionen hat, sollte zum Arzt gehen« (Helmut Schmidt) -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Setting up ALSA on a new computer
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 /etc/modules.d/alsa. > > > Best regards > > > ce > 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? -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Setting up ALSA on a new computer
> 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 mailing list
Re: [gentoo-user] Setting up ALSA on a new computer
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 > > > 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 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 > > > -- > Nick Rout <[EMAIL PROTECTED]> > 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... -Michael Sullivan- -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Setting up ALSA on a new computer
Michael Sullivan wrote: > 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) You need alsa-driver >= 1.0.9 -- Norberto Bensa 4544-9692 Ciudad de Buenos Aires, Argentina -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Setting up ALSA on a new computer
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 the intel8x0 driver. The Matrix page said that I should > modprobe snd-card-intel8x0, but when I do that it comes up missing: The matrix is wrong! The correct driver is hda-intel, which generates the modules snd_hda_intel and snd_hda_codec -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Setting up ALSA on a new computer
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
Re: [gentoo-user] Setting up ALSA on a new computer
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 | 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 the intel8x0 driver. The Matrix page said that I should > > > modprobe snd-card-intel8x0, but when I do that it comes up missing: > > > > > > camille ~ # modprobe snd-card-intel8x0 > > > FATAL: Module snd_card_intel8x0 not found. > > > > > > I'm pretty sure I have support for the module compiled into the kernel. > > > What should I do? > > > > > > -- > > > gentoo-user@gentoo.org mailing list > > > > > > > > It's not snd-card-intel8x0, it's snd-intel8x0. Make sure you have the module > > enabled in the kernel config, though. > > Its not either, its > > snd-hda-intel > > It is not in kernels <2.6.12 (unless backported) > > > > -- > Nick Rout <[EMAIL PROTECTED]> I'm using 2.6.13-gentoo-r3. -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Setting up ALSA on a new computer
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 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 -- Nick Rout <[EMAIL PROTECTED]> -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Setting up ALSA on a new computer
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 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 the intel8x0 driver. The Matrix page said that I should > > modprobe snd-card-intel8x0, but when I do that it comes up missing: > > > > camille ~ # modprobe snd-card-intel8x0 > > FATAL: Module snd_card_intel8x0 not found. > > > > I'm pretty sure I have support for the module compiled into the kernel. > > What should I do? > > > > -- > > gentoo-user@gentoo.org mailing list > > > > > It's not snd-card-intel8x0, it's snd-intel8x0. Make sure you have the module > enabled in the kernel config, though. Its not either, its snd-hda-intel It is not in kernels <2.6.12 (unless backported) -- Nick Rout <[EMAIL PROTECTED]> -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Setting up ALSA on a new computer
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 ─┐ > │ CONFIG_SND_HDA_INTEL: > │ > │ > │ > │ Say Y here to include support for Intel "High Definition > │ Audio" (Azalia) motherboard devices. > │ > │ > │ > │ To compile this driver as a module, choose M here: the module > │ > │ will be called snd-hda-intel. > │ > │ > │ > │ Symbol: SND_HDA_INTEL [=n] > │ > │ Prompt: Intel HD Audio > │ > │ Defined at sound/pci/Kconfig:530 > │ > │ Depends on: !M68K && SOUND!=n && PCI && SND > │ > │ Location: > │ > │ -> Device Drivers > │ > │ -> Sound > │ > │ -> Advanced Linux Sound Architecture > │ > │ -> Advanced Linux Sound Architecture (SND [=m]) > │ > │ -> PCI devices > │ > │ Selects: SND_PCM > │ > │ > │ > > > > On 10/13/05, Michael Sullivan <[EMAIL PROTECTED]> wrote: > 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 > use it? > > -- > gentoo-user@gentoo.org mailing list > > I ran the alsaconf script. It set up my /etc/modules.d/alsa file for me: camille ~ # cat /etc/modules.d/alsa # Alsa 0.9.X kernel modules' configuration file. # $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/files/alsa-modules.conf-rc,v 1.4 2004/11/16 01:31:22 eradicator Exp $ # ALSA portion # OSS/Free portion ## ## 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 ## 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. # --- BEGIN: Generated by ALSACONF, do not edit. --- # --- ALSACONF version 1.0.9a --- alias snd-card-0 snd-hda-intel alias sound-slot-0 snd-hda-intel # --- END: Generated by ALSACONF, do not edit. --- I've restarted /etc/init.d/alsasound. It gives me the message about unmuting my card, but every time I try to use alsamixer, I get this: camille ~ # alsamixer alsamixer: function snd_mixer_load failed: Invalid argument What's it talking about and how can I fix it? -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Setting up ALSA on a new computer
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 for Intel "High Definition │ Audio" (Azalia) motherboard devices. │ │ │ │ To compile this driver as a module, choose M here: the module │ │ will be called snd-hda-intel. │ │ │ │ Symbol: SND_HDA_INTEL [=n] │ │ Prompt: Intel HD Audio │ │ Defined at sound/pci/Kconfig:530 │ │ Depends on: !M68K && SOUND!=n && PCI && SND │ │ Location: │ │ -> Device Drivers │ │ -> Sound │ │ -> Advanced Linux Sound Architecture │ │ -> Advanced Linux Sound Architecture (SND [=m]) │ │ -> PCI devices │ │ Selects: SND_PCM │ │ │ On 10/13/05, Michael Sullivan <[EMAIL PROTECTED]> wrote: 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 listI 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 Iuse it?--gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Setting up ALSA on a new computer
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 use it? -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Setting up ALSA on a new computer
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 outwhat sound card I had:camille ~ # lspci -v | grep -i 'audio':00:1b.0 Class 0403: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6Family) High Definition Audio Controller (rev 03) Then I cross-referenced it in the ALSA Matrix. I found (I think) that Ishould be using the intel8x0 driver. The Matrix page said that I shouldmodprobe snd-card-intel8x0, but when I do that it comes up missing: camille ~ # modprobe snd-card-intel8x0FATAL: Module snd_card_intel8x0 not found.I'm pretty sure I have support for the module compiled into the kernel.What should I do?-- gentoo-user@gentoo.org mailing listIt's not snd-card-intel8x0, it's snd-intel8x0. Make sure you have the module enabled in the kernel config, though.
Re: [gentoo-user] Setting up ALSA on a new computer
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 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 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 the intel8x0 driver. The Matrix page said that I should> >modprobe snd-card-intel8x0, but when I do that it comes up missing: > >> >camille ~ # modprobe snd-card-intel8x0> >FATAL: Module snd_card_intel8x0 not found.> >> >I'm pretty sure I have support for the module compiled into the kernel. > >What should I do? > >> Double check the kernel config. Also, when you check the kernel> config, make sure that you have it as a module, instead of being built> into the kernel itself. This card has done some funky stuff for me. > It works, but not the way I would expect it to. The standard test:> "cat /dev/urandom > /dev/dsp" works fine as the normal user, but I> don't get any of the "blips and whirrs" in my normal user account, > that I do with root. Hopefully, YMWV. ;-) I think I also had to> emerge alsa-utils. You may want to check that out.>> - --> gentux> echo "hfouvyAdpy/ofu" | perl -pe 's/(.)/chr(ord($1)-1)/ge' >> gentux's gpg fingerprint ==> 34CE 2E97 40C7 EF6E EC40 9795 2D81 924A> 6996 0993> -BEGIN PGP SIGNATURE-> Version: GnuPG v1.4.1 (GNU/Linux)>> iD8DBQFDTu0CLYGSSmmWCZMRAgwVAJ9Ruqa43s1kLWVtgsxU5TGvVN2O/gCeJkNQ > xmDE56rTf3bUGrmORjnhStQ=> =o+r0> -END PGP SIGNATURE->Can anyone tell me what my card would be listed as in the kernel configfile? I could grep for that...-- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Setting up ALSA on a new computer
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 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 Matrix. I found (I think) that I> >should be using the intel8x0 driver. The Matrix page said that I should> >modprobe snd-card-intel8x0, but when I do that it comes up missing: > >> >camille ~ # modprobe snd-card-intel8x0> >FATAL: Module snd_card_intel8x0 not found.> >> >I'm pretty sure I have support for the module compiled into the kernel.> >What should I do? > >> Double check the kernel config. Also, when you check the kernel> config, make sure that you have it as a module, instead of being built> into the kernel itself. This card has done some funky stuff for me. > It works, but not the way I would expect it to. The standard test:> "cat /dev/urandom > /dev/dsp" works fine as the normal user, but I> don't get any of the "blips and whirrs" in my normal user account, > that I do with root. Hopefully, YMWV. ;-) I think I also had to> emerge alsa-utils. You may want to check that out.>> - --> gentux> echo "hfouvyAdpy/ofu" | perl -pe 's/(.)/chr(ord($1)-1)/ge' >> gentux's gpg fingerprint ==> 34CE 2E97 40C7 EF6E EC40 9795 2D81 924A> 6996 0993> -BEGIN PGP SIGNATURE-> Version: GnuPG v1.4.1 (GNU/Linux)>> iD8DBQFDTu0CLYGSSmmWCZMRAgwVAJ9Ruqa43s1kLWVtgsxU5TGvVN2O/gCeJkNQ > xmDE56rTf3bUGrmORjnhStQ=> =o+r0> -END PGP SIGNATURE->Can anyone tell me what my card would be listed as in the kernel configfile? I could grep for that...-- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Setting up ALSA on a new computer
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 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 the intel8x0 driver. The Matrix page said that I should > >modprobe snd-card-intel8x0, but when I do that it comes up missing: > > > >camille ~ # modprobe snd-card-intel8x0 > >FATAL: Module snd_card_intel8x0 not found. > > > >I'm pretty sure I have support for the module compiled into the kernel. > >What should I do? > > > Double check the kernel config. Also, when you check the kernel > config, make sure that you have it as a module, instead of being built > into the kernel itself. This card has done some funky stuff for me. > It works, but not the way I would expect it to. The standard test: > "cat /dev/urandom > /dev/dsp" works fine as the normal user, but I > don't get any of the "blips and whirrs" in my normal user account, > that I do with root. Hopefully, YMWV. ;-) I think I also had to > emerge alsa-utils. You may want to check that out. > > - -- > gentux > echo "hfouvyAdpy/ofu" | perl -pe 's/(.)/chr(ord($1)-1)/ge' > > gentux's gpg fingerprint ==> 34CE 2E97 40C7 EF6E EC40 9795 2D81 924A > 6996 0993 > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.1 (GNU/Linux) > > iD8DBQFDTu0CLYGSSmmWCZMRAgwVAJ9Ruqa43s1kLWVtgsxU5TGvVN2O/gCeJkNQ > xmDE56rTf3bUGrmORjnhStQ= > =o+r0 > -END PGP SIGNATURE- > Can anyone tell me what my card would be listed as in the kernel config file? I could grep for that... -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Setting up ALSA on a new computer
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 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 the intel8x0 driver. The Matrix page said that I should > >modprobe snd-card-intel8x0, but when I do that it comes up missing: > > > >camille ~ # modprobe snd-card-intel8x0 > >FATAL: Module snd_card_intel8x0 not found. > > > >I'm pretty sure I have support for the module compiled into the kernel. > >What should I do? > > > Double check the kernel config. Also, when you check the kernel > config, make sure that you have it as a module, instead of being built > into the kernel itself. This card has done some funky stuff for me. > It works, but not the way I would expect it to. The standard test: > "cat /dev/urandom > /dev/dsp" works fine as the normal user, but I > don't get any of the "blips and whirrs" in my normal user account, > that I do with root. Hopefully, YMWV. ;-) I think I also had to > emerge alsa-utils. You may want to check that out. > > - -- > gentux > echo "hfouvyAdpy/ofu" | perl -pe 's/(.)/chr(ord($1)-1)/ge' > > gentux's gpg fingerprint ==> 34CE 2E97 40C7 EF6E EC40 9795 2D81 924A > 6996 0993 > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.1 (GNU/Linux) > > iD8DBQFDTu0CLYGSSmmWCZMRAgwVAJ9Ruqa43s1kLWVtgsxU5TGvVN2O/gCeJkNQ > xmDE56rTf3bUGrmORjnhStQ= > =o+r0 > -END PGP SIGNATURE- > I don't even have a /dev/dsp . I'll emerge alsa-utils, but shouldn't I be able to modprobe it without alsa-tools? -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] Setting up ALSA on a new computer
-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 Definition Audio Controller (rev 03) > >Then I cross-referenced it in the ALSA Matrix. I found (I think) that I >should be using the intel8x0 driver. The Matrix page said that I should >modprobe snd-card-intel8x0, but when I do that it comes up missing: > >camille ~ # modprobe snd-card-intel8x0 >FATAL: Module snd_card_intel8x0 not found. > >I'm pretty sure I have support for the module compiled into the kernel. >What should I do? > Double check the kernel config. Also, when you check the kernel config, make sure that you have it as a module, instead of being built into the kernel itself. This card has done some funky stuff for me. It works, but not the way I would expect it to. The standard test: "cat /dev/urandom > /dev/dsp" works fine as the normal user, but I don't get any of the "blips and whirrs" in my normal user account, that I do with root. Hopefully, YMWV. ;-) I think I also had to emerge alsa-utils. You may want to check that out. - -- gentux echo "hfouvyAdpy/ofu" | perl -pe 's/(.)/chr(ord($1)-1)/ge' gentux's gpg fingerprint ==> 34CE 2E97 40C7 EF6E EC40 9795 2D81 924A 6996 0993 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDTu0CLYGSSmmWCZMRAgwVAJ9Ruqa43s1kLWVtgsxU5TGvVN2O/gCeJkNQ xmDE56rTf3bUGrmORjnhStQ= =o+r0 -END PGP SIGNATURE- -- gentoo-user@gentoo.org mailing list
[gentoo-user] Setting up ALSA on a new computer
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 Matrix. I found (I think) that I should be using the intel8x0 driver. The Matrix page said that I should modprobe snd-card-intel8x0, but when I do that it comes up missing: camille ~ # modprobe snd-card-intel8x0 FATAL: Module snd_card_intel8x0 not found. I'm pretty sure I have support for the module compiled into the kernel. What should I do? -- gentoo-user@gentoo.org mailing list