Hi,
I'm trying to get my alsa working on Slackware. I have a Turtle Beach Montegro II, which is supported in the driver snd-au8830. I have modified /etc/modules.conf as directed here:
(URL deferred due to LQ anti-spamming filter)
However, I've been unable to get this to work in both the vanilla 9.1 packages (0.96) and in the -current alsa packages (1.04). When I run alsaconf, I get the following errors:
Code:
modinfo: snd: no module by that name found
modinfo: snd: no module by that name found
modinfo: snd: no module by that name found
Similarly, when I manually install, I get:
Code:
bash-2.05b# modprobe snd-au8830
modprobe: Can't locate module snd-au8830
The card is PCI, and it is detected correctly (obviously, as the card works in windows):
Code:
bash-2.05b# lspci
<snip>
00:0e.0 Multimedia audio controller: Aureal Semiconductor Vortex 2 (rev fe)
Here is the lsmod. soundcore module seems ok...
Code:
bash-2.05b# lsmod
Module Size Used by Not tainted
isa-pnp 30724 0 (unused)
ppp_deflate 3288 0 (autoclean)
zlib_deflate 18200 0 (autoclean) [ppp_deflate]
bsd_comp 4312 0 (autoclean)
ppp_async 7552 1 (autoclean)
ppp_generic 15452 3 (autoclean) [ppp_deflate bsd_comp ppp_async]
slhc 5040 1 (autoclean) [ppp_generic]
soundcore 3332 0 (autoclean)
uhci 24496 0 (unused)
usbcore 58400 1 [uhci]
ide-scsi 9424 0
agpgart 39576 0 (unused)
bash-2.05b# modinfo soundcore
filename: /lib/modules/2.4.22/kernel/drivers/sound/soundcore.o.gz
description: "Core sound module"
author: "Alan Cox"
license: "GPL"
Any suggestions on what am I missing?
Greg