[Pkg-alsa-devel] Bug#236906: marked as done (alsa-source: trident: "converters and GPIO not ready" on attempt to load)

Debian Bug Tracking System owner@bugs.debian.org
Wed Sep 29 19:03:07 UTC 2004


Your message dated Wed, 29 Sep 2004 13:48:53 +0200
with message-id <1096458532.3358.360.camel@thanatos>
and subject line Closing
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 8 Mar 2004 20:10:17 +0000
>From reb@bhive.dhs.org Mon Mar 08 12:10:17 2004
Return-path: <reb@bhive.dhs.org>
Received: from web1.elbnet.com [65.209.12.165] (foobar)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1B0R4q-0006Lo-00; Mon, 08 Mar 2004 12:10:16 -0800
Received: from morpheus.elbnet.com
	([65.209.12.171] helo=etain.bhive.dhs.org ident=foobar)
	by web1.elbnet.com with esmtp (Exim 3.35 #1)
	id 1B0R4n-0000vn-00
	for <submit@bugs.debian.org>; Mon, 08 Mar 2004 15:10:14 -0500
Received: from reb by etain.bhive.dhs.org with local (Exim 4.30)
	id 1B0R2o-0001AP-DJ; Mon, 08 Mar 2004 15:08:10 -0500
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Bob Billson <reb@bhive.dhs.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: alsa-source: fails loading with Trident card with 2.4.22+ kernel
X-Mailer: reportbug 2.48
Date: Mon, 08 Mar 2004 15:08:10 -0500
Message-Id: <E1B0R2o-0001AP-DJ@etain.bhive.dhs.org>
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_08 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
	version=2.60-bugs.debian.org_2004_03_08
X-Spam-Level: 

Package: alsa-source
Version: 1.0.2c-3
Severity: important
Tags: sid

Hi... No versions of ALSA since v0.9.6 have worked with the Trident/SiS
7018 sound chip and the stock 2.4 kernel.  I have no problems compiling
and installing any versions as modules.  However, after 0.9.6 any attempts
to load the ALSA modules gives errors about the soundcard not found or
device busy.  v0.9.6 and earlier load and work normally.

ALSA v1.0 also does not work with the stock 2.6 kernels and the SiS 7018
sound chip on my machine.  I'm not certain if the two problems are
related.

I compiling alsa-source with the following command lines:

  cd /usr/src//modules/alsa-driver/

  make mrproper && ./configure --with-isapnp=no --with-sequencer=yes --with-oss=yes --with-cards=trident,dummy,virmidi,serial-u16550,mpu401 && make

  sudo make install

lspci for v0.9.6 gives:

00:00.0 Host bridge: Silicon Integrated Systems [SiS] 730 Host (rev 02)
00:00.1 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
00:01.0 ISA bridge: Silicon Integrated Systems [SiS] 85C503/5513
00:01.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:01.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:01.4 Multimedia audio controller: Silicon Integrated Systems [SiS] SiS PCI Audio Accelerator (rev 02)
00:02.0 PCI bridge: Silicon Integrated Systems [SiS] SiS 530 Virtual PCI-to-PCI bridge (AGP)
00:0d.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] SiS630 GUI Accelerator+3D (rev 31)

lspci for v1.0.2 gives:

00:00.0 Host bridge: Silicon Integrated Systems [SiS] 730 Host (rev 02)
00:00.1 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
00:01.0 ISA bridge: Silicon Integrated Systems [SiS] 85C503/5513
00:01.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:01.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:01.4 Multimedia audio controller: Silicon Integrated Systems [SiS] SiS PCI Audio Accelerator (rev 02)
00:02.0 PCI bridge: Silicon Integrated Systems [SiS] SiS 530 Virtual PCI-to-PCI bridge (AGP)
00:0d.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] SiS630 GUI Accelerator+3D (rev 31)


/etc/modutils/alsa is:


alias char-major-116 snd
options snd major=116 cards_limit=4
alias char-major-14 soundcore

# OSS/Free portion

# auto-loading OSS/Free emulation
# OSS/Free portion - card #1

alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-2 snd-rawmidi
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
alias /dev/dsp* snd-pcm-oss

# OSS/Free portion
alias sound-slot-1 snd-card-1
alias sound-slot-2 snd-card-2
alias sound-slot-3 snd-card-3

# You must add your own card settings below, or 
# use alsaconf for an easier way of setting things up.
# ALSA portion

alias sound-slot-0 snd-card-0
options snd major=116 cards_limit=1 device_gid=29 device_mode=0660

# ALSA portion (added by reb@etain)
alias snd-card-0 snd-trident
alias snd-card0 snd-trident
alias snd-card-1 off
alias snd-card-2 off
alias snd-card-3 off


/var/log/syslog when booting with v1.0+ shows the following errors.
(No errors occur with v0.9.6.):

Mar  8 13:48:28 etain kernel: Linux version 2.4.26-pre2 (reb@etain) (gcc version 3.3.3 20040125 (prerelease) (Debian)) #1 Sun Mar 7 20:46:06 EST 2004
[....]
Mar  8 13:48:29 etain kernel: PCI: Found IRQ 10 for device 00:01.4
Mar  8 13:48:31 etain kernel: ALSA ../../alsa-kernel/pci/ac97/ac97_codec.c:1852: MC'97 1 converters and GPIO not ready (0x800f)
Mar  8 13:48:31 etain kernel: Trident 4DWave PCI soundcard not found or device busy
Mar  8 13:48:31 etain kernel: PCI: Found IRQ 10 for device 00:01.4
Mar  8 13:48:33 etain kernel: ALSA ../../alsa-kernel/pci/ac97/ac97_codec.c:1852: MC'97 1 converters and GPIO not ready (0x800f)
Mar  8 13:48:33 etain kernel: Trident 4DWave PCI soundcard not found or device busy
Mar  8 13:48:33 etain insmod: /lib/modules/2.4.26-pre2/kernel/sound/pci/trident/snd-trident.o: init_module: No such device
Mar  8 13:48:33 etain insmod: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.       You may find more information in syslog or the output from dmesg
Mar  8 13:48:33 etain insmod: /lib/modules/2.4.26-pre2/kernel/sound/pci/trident/snd-trident.o: insmod sound-slot-0 failed
Mar  8 13:48:33 etain kernel: PCI: Found IRQ 10 for device 00:01.4
[....]
Mar  8 13:48:34 etain automount[435]: using kernel protocol version 4
Mar  8 13:48:34 etain automount[435]: using timeout 300 seconds; freq 75 secs
Mar  8 13:48:35 etain kernel: ALSA ../../alsa-kernel/pci/ac97/ac97_codec.c:1852: MC'97 1 converters and GPIO not ready (0x800f)
Mar  8 13:48:35 etain kernel: Trident 4DWave PCI soundcard not found or device busy
Mar  8 13:48:35 etain insmod: /lib/modules/2.4.26-pre2/kernel/sound/pci/trident/snd-trident.o: init_module: No such device
Mar  8 13:48:35 etain insmod: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.       You may find more information in syslog or the output from dmesg
Mar  8 13:48:35 etain insmod: /lib/modules/2.4.26-pre2/kernel/sound/pci/trident/snd-trident.o: insmod sound-slot-0 failed
[....]
Mar  8 13:49:23 etain kernel: PCI: Found IRQ 10 for device 00:01.4
Mar  8 13:49:25 etain kernel: ALSA ../../alsa-kernel/pci/ac97/ac97_codec.c:1852: MC'97 1 converters and GPIO not ready (0x800f)
Mar  8 13:49:25 etain kernel: Trident 4DWave PCI soundcard not found or device busy
Mar  8 13:49:25 etain insmod: /lib/modules/2.4.26-pre2/kernel/sound/pci/trident/snd-trident.o: init_module: No such device
Mar  8 13:49:25 etain insmod: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.       You may find more information in syslog or the output from dmesg
Mar  8 13:49:25 etain insmod: /lib/modules/2.4.26-pre2/kernel/sound/pci/trident/snd-trident.o: insmod sound-slot-0 failed
Mar  8 13:49:27 etain kernel: PCI: Found IRQ 10 for device 00:01.4
Mar  8 13:49:28 etain kernel: ALSA ../../alsa-kernel/pci/ac97/ac97_codec.c:1852: MC'97 1 converters and GPIO not ready (0x800f)
Mar  8 13:49:28 etain kernel: Trident 4DWave PCI soundcard not found or device busy
Mar  8 13:49:28 etain insmod: /lib/modules/2.4.26-pre2/kernel/sound/pci/trident/snd-trident.o: init_module: No such device
Mar  8 13:49:28 etain insmod: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.       You may find more information in syslog or the output from dmesg
Mar  8 13:49:28 etain insmod: /lib/modules/2.4.26-pre2/kernel/sound/pci/trident/snd-trident.o: insmod sound-slot-0 failed


I'll be happy to running further tests or try fixes if it will help you
solve the problem.

        bob

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.26-pre2
Locale: LANG=en_US, LC_CTYPE=en_US

Versions of packages alsa-source depends on:
ii  bzip2                        1.0.2-1     A high-quality block-sorting file 
ii  debconf                      1.4.11      Debian configuration management sy
ii  debconf-utils                1.4.11      debconf utilities
ii  debhelper                    4.2.4       helper programs for debian/rules
ii  gcc [c-compiler]             4:3.3.2-2   The GNU C compiler
ii  gcc-2.95 [c-compiler]        1:2.95.4-20 The GNU C compiler
ii  gcc-3.2 [c-compiler]         1:3.2.3-9   The GNU C compiler
ii  gcc-3.3 [c-compiler]         1:3.3.3-1   The GNU C compiler
ii  make                         3.80-6      The GNU version of the "make" util

-- debconf information:
  alsa-common/card-list: 
* alsa-source/cards_to_be_built: trident (PCI: Trident 4D-Wave DX/NX; SiS 7018)
* alsa-source/debug: false
* alsa-source/has_pnp: true


---------------------------------------
Received: (at 236906-done) by bugs.debian.org; 29 Sep 2004 11:54:02 +0000
>From jdthood@aglu.demon.nl Wed Sep 29 04:54:02 2004
Return-path: <jdthood@aglu.demon.nl>
Received: from post-23.mail.nl.demon.net [194.159.73.193] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CCd22-0006MA-00; Wed, 29 Sep 2004 04:54:02 -0700
Received: from aglu.demon.nl ([82.161.38.140]:65349 helo=localhost)
	by post-23.mail.nl.demon.net with esmtp (Exim 4.34)
	id 1CCd21-000Pb9-2W
	for 236906-done@bugs.debian.org; Wed, 29 Sep 2004 11:54:01 +0000
Received: from localhost.localdomain (localhost.localdomain [127.0.0.1])
	by localhost (Postfix) with ESMTP id 65AD310D9CF
	for <236906-done@bugs.debian.org>; Wed, 29 Sep 2004 13:48:53 +0200 (CEST)
Subject: Closing
From: Thomas Hood <jdthood@aglu.demon.nl>
To: 236906-done@bugs.debian.org
Content-Type: text/plain
Message-Id: <1096458532.3358.360.camel@thanatos>
Mime-Version: 1.0
X-Mailer: Ximian Evolution 1.4.6 
Date: Wed, 29 Sep 2004 13:48:53 +0200
Content-Transfer-Encoding: 7bit
Delivered-To: 236906-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

> Do you still have this problem with the 1.0.6a release of alsa-source?

No reply.  Closing.

-- 
Thomas Hood





More information about the Pkg-alsa-devel mailing list