Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 110345 (alexeyK-alsa) - ALSA problem with via82xx driver.
Summary: ALSA problem with via82xx driver.
Status: VERIFIED INVALID
Alias: alexeyK-alsa
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-24 09:36 UTC by Alexey K.
Modified: 2005-10-27 08:58 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 Alexey K. 2005-10-24 09:36:38 UTC
ALSA don't support or can't compile via82xx module for audio-card, I tested it
on Gentoo LiveCD, Gentoo Universal CD(coldplugging, I mean), on my desktop -
2.6.12, gentoo-sources, 2.6.13, 2.4.28 kernels...

ALSA couldn't load via82xx driver...

I have onboard sound - ASUS A7V600-x(motherboard).
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2005-10-24 10:00:44 UTC
Please post "emerge --info" output like the bug report form asks.

Are you using alsa-driver or in-kernel alsa driers?
Comment 2 Alexey K. 2005-10-26 08:18:27 UTC
Gentoo Base System version 1.6.12
Portage 2.0.51.22-r2 (default-linux/x86/2005.1, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.12-gentoo-r6 i686)
=================================================================
System uname: 2.6.12-gentoo-r6 i686 AMD Sempron(TM) 2200+
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.11
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  [Not Present]
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 apm arts avi berkdb bitmap-fonts crypt cups emboss encode foomaticdb
fortran gdbm gif gpm gtk2 imlib ipv6 jpeg kde libg++ libwww mad mikmod motif mp3
mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png python qt quicktime
readline sdl spell ssl tcpd tiff truetype truetype-fonts type1-fonts xml2 xmms
xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 3 Daniel Drake (RETIRED) gentoo-dev 2005-10-26 11:57:32 UTC
> Are you using alsa-driver or in-kernel alsa drivers?

Comment 4 Alexey K. 2005-10-26 12:55:34 UTC
I set sound card support as module, and other drivers as modules too, then
modules modules_install and emerge alsa-driver.
Comment 5 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-10-26 13:07:00 UTC
You must select to use alsa-driver *or* in-kernel.  
If you do in-kernel, you should not try to emerge alsa-driver.  
If you use alsa-driver you should *not* enable alsa support in-kernel, but  
just sound card support, then emerge alsa-driver.  
  
Mixing the two is bad.  
 
FWIW, I'm using via82xx driver on an Asus A8V-Deluxe and works just fine. 
Comment 6 Daniel Drake (RETIRED) gentoo-dev 2005-10-26 13:40:02 UTC
See the documentation for more info
http://www.gentoo.org/doc/en/alsa-guide.xml
Comment 7 Alexey K. 2005-10-27 08:58:33 UTC
thx all