Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76305 - alsa-driver 1.0.8-rc1 fails to find my soundcard (audigyls)
Summary: alsa-driver 1.0.8-rc1 fails to find my soundcard (audigyls)
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-01 07:34 UTC by Fredrik Normann
Modified: 2005-01-15 06:56 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fredrik Normann 2005-01-01 07:34:52 UTC
checking for parallel port support... "yes"
checking for which soundcards to compile driver for... configure: error: Unknown soundcard audigyls

!!! ERROR: media-sound/alsa-driver-1.0.8_rc1 failed.
!!! Function econf, Line 447, Exitcode 1
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.


Reproducible: Always
Steps to Reproduce:
1. emerge alsa-driver
2.
3.

Actual Results:  
configure fails

Expected Results:  
configure should find the card as it did with alsa-driver 1.0.7

gentooVideo fredrik # emerge info
Portage 2.0.51-r8 (default-linux/x86/2004.2, gcc-3.4.3, glibc-2.3.4.20041102-r0,
2.6.9-gentoo-r4 i686)
=================================================================
System uname: 2.6.9-gentoo-r4 i686 Pentium III (Katmai)
Gentoo Base System version 1.6.6
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Aug 27 2004, 00:13:18)]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.8.5-r2, 1.5, 1.4_p6, 1.6.3, 1.7.9, 1.9.3
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.2-r7
virtual/os-headers:  2.4.22
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium3 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium3 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://ftp.linux.ee/pub/gentoo/distfiles/
http://ftp.easynet.nl/mirror/gentoo/ ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo"
LDFLAGS=""
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X acl acpi alsa avi bitmap-fonts crypt cups dba dvd emacs encode fam flac
foomaticdb fortran gd gdbm gif gnome gphoto2 gpm gtk gtk2 gtkhtml imlib ipv6
jpeg libwww mad mikmod mmx motif mpeg ncurses nls oggvorbis ogm opengl oss pam
pdflib perl png python qt quicktime readline ruby samba sdl spell ss2 sse ssl
svga tcltk tcpd tiff truetype usb vim wmf x86 xml xml2 xv xvid zlib"
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2005-01-01 12:30:38 UTC
ALSA_CARDS="emu10k1"
Comment 2 Fredrik Normann 2005-01-02 05:52:18 UTC
The audigyls card is not a emuk10k1 card, and alsa-driver 1.0.7-r4 works fine. I don't think that's the problem. 
Comment 3 Ivan Yosifov 2005-01-15 06:34:47 UTC
I have the same problem , and Fredrik is right.

As you can see here:
http://www.alsa-project.org/alsa-doc/index.php?vendor=vendor-Creative_Labs#matrix
AudigyLS cards have a separate driver "audigyls" ( http://www.alsa-project.org/alsa-doc/doc-php/template.php?company=Creative+Labs&card=Sound+Blaster+LS.&chip=SB0310%2C+P17&module=audigyls )
Comment 4 Ivan Yosifov 2005-01-15 06:56:20 UTC
Well , it appears neither of us was right :)
The alsa docs are out of sync with the code , the module has been renamed to "ca0106" ( found , via forum digging , tested - works )

ALSA_CARDS="ca0106" for all AudigyLS owners !