Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: [gentoo-user] Sound card drivers must be modules?
Date: Wed, 04 Nov 2009 16:48:42
Message-Id: 49bf44f10911040848h79228d42w6e2c6a1a0c14bca3@mail.gmail.com
1 I'm trying to configure my laptop's internal sound card and external
2 USB sound card. I have /etc/modprobe.d/alsa.conf:
3
4 alias snd-card-0 snd-hda-intel
5 options snd-hda-intel index=0
6
7 alias snd-card-1 snd-usb-audio
8 options snd-usb-audio index=1
9
10 and restarting alsasound I get:
11
12 WARNING: Module snd_hda_intel not found.
13 WARNING: Module snd_usb_audio not found.
14
15 Do I have to compile both drivers as modules in order to use them both?
16
17 - Grant

Replies

Subject Author
[gentoo-user] Re: Sound card drivers must be modules? Nikos Chantziaras <realnc@×××××.de>