* 2.4.21-pre7/PCI : Unable to attach Sound module of VIA686A
@ 2003-04-05 14:08 Kyuma Ohta
2003-04-07 10:09 ` Takashi Iwai
0 siblings, 1 reply; 5+ messages in thread
From: Kyuma Ohta @ 2003-04-05 14:08 UTC (permalink / raw)
To: linux-kernel
Hi,
I built 2.4.21-pre7 with alsa 0.9.2 at MSI-MS6578 mainboard with AMD-Duron.
After built alsa,and I tried to install snd-via82xx module (for via686a),
I can't install with below messages.
I tried to install oss modules for via686a , this issue is happend , too.
Before 2.4.21-pre6, these issues are *not* happend :-(
Please help....
Ohta
--- Console ---
/lib/modules/2.4.21-pre7/kernel/sound/pci/snd-via82xx.o: init_module: No such device
/lib/modules/2.4.21-pre7/kernel/sound/pci/snd-via82xx.o: insmod /lib/modules/2.4.21-pre7/kernel/sound/pci/snd-via82xx.o failed
/lib/modules/2.4.21-pre7/kernel/sound/pci/snd-via82xx.o: insmod snd-via82xx failed
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
--- dmesg ---
PCI: Found IRQ 10 for device 00:07.5
PCI: Sharing IRQ 10 with 00:0a.0
ALSA ../alsa-kernel/pci/via82xx.c:1786: unable to grab ports 0xdc00-0xdcff
VIA 82xx soundcard not found or device busy
PCI: Found IRQ 10 for device 00:07.5
PCI: Sharing IRQ 10 with 00:0a.0
ALSA ../alsa-kernel/pci/via82xx.c:1786: unable to grab ports 0xdc00-0xdcff
VIA 82xx soundcard not found or device busy
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.4.21-pre7/PCI : Unable to attach Sound module of VIA686A
2003-04-05 14:08 2.4.21-pre7/PCI : Unable to attach Sound module of VIA686A Kyuma Ohta
@ 2003-04-07 10:09 ` Takashi Iwai
2003-04-07 12:23 ` Kyuma Ohta
0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2003-04-07 10:09 UTC (permalink / raw)
To: linux-kernel
At Sat, 05 Apr 2003 23:08:49 +0900 (JST),
Kyuma Ohta wrote:
>
> PCI: Found IRQ 10 for device 00:07.5
> PCI: Sharing IRQ 10 with 00:0a.0
> ALSA ../alsa-kernel/pci/via82xx.c:1786: unable to grab ports 0xdc00-0xdcff
^^^^^^^^^^^^^
> VIA 82xx soundcard not found or device busy
something already occupies the i/o ports for via82xx.
please check /proc/ioports.
do you use aic7xxx? i've seen some bug reports that the new aic7xxx
driver grabs the ports of via sound chip...
--
Takashi Iwai <tiwai@suse.de> SuSE Linux AG - www.suse.de
ALSA Developer ALSA Project - www.alsa-project.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.4.21-pre7/PCI : Unable to attach Sound module of VIA686A
2003-04-07 10:09 ` Takashi Iwai
@ 2003-04-07 12:23 ` Kyuma Ohta
2003-04-08 12:12 ` Takashi Iwai
0 siblings, 1 reply; 5+ messages in thread
From: Kyuma Ohta @ 2003-04-07 12:23 UTC (permalink / raw)
To: tiwai; +Cc: linux-kernel
Dear Takashi,
BINGO! :-)
Written by Takashi Iwai <tiwai@suse.de>
at Mon, 07 Apr 2003 12:09:20 +0200 :
Subject: Re: 2.4.21-pre7/PCI : Unable to attach Sound module of VIA686A
tiwai> At Sat, 05 Apr 2003 23:08:49 +0900 (JST),
tiwai> Kyuma Ohta wrote:
tiwai> >
tiwai> > PCI: Found IRQ 10 for device 00:07.5
tiwai> > PCI: Sharing IRQ 10 with 00:0a.0
tiwai> > ALSA ../alsa-kernel/pci/via82xx.c:1786: unable to grab ports 0xdc00-0xdcff
tiwai> ^^^^^^^^^^^^^
tiwai> > VIA 82xx soundcard not found or device busy
tiwai>
tiwai> something already occupies the i/o ports for via82xx.
tiwai> please check /proc/ioports.
tiwai>
tiwai> do you use aic7xxx?
No,but aic7xxx driver includes as internal driver.
Maybe,aic7xxx driver misdetects on VIA mainboard any devices as aic SCSI
(see below).
--- 2.4.21-pre6 ---
6000-607f : VIA Technologies, Inc. VT82C686 [Apollo Super ACPI]
d000-d00f : VIA Technologies, Inc. VT82C586B PIPC Bus Master IDE
d000-d007 : ide0
d008-d00f : ide1
d400-d41f : VIA Technologies, Inc. USB
d800-d81f : VIA Technologies, Inc. USB (#2)
dc00-dcff : VIA Technologies, Inc. VT82C686 AC97 Audio Controller
dc00-dcff : VIA686A
e000-e003 : VIA Technologies, Inc. VT82C686 AC97 Audio Controller
e400-e403 : VIA Technologies, Inc. VT82C686 AC97 Audio Controller
e400-e401 : MPU401 UART
e800-e8ff : Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+
e800-e8ff : 8139too
ec00-ecff : PCI device 1317:9511 (Linksys)
ec00-ecff : tulip
----
--- 2.4.21-pre7 ---
bc00-bcff : aic7xxx
cc00-ccff : aic7xxx
d000-d00f : VIA Technologies, Inc. VT82C586B PIPC Bus Master IDE
d400-d41f : VIA Technologies, Inc. USB
d400-d41f : usb-uhci
d800-d81f : VIA Technologies, Inc. USB (#2)
d800-d81f : usb-uhci
dc00-dcff : VIA Technologies, Inc. VT82C686 AC97 Audio Controller
dc00-dcff : aic7xxx
e000-e003 : VIA Technologies, Inc. VT82C686 AC97 Audio Controller
e400-e403 : VIA Technologies, Inc. VT82C686 AC97 Audio Controller
e800-e8ff : Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+
e800-e8ff : 8139too
ec00-ecff : PCI device 1317:9511 (Linksys)
fc00-fcff : aic7xxx
----
Thanx,
Ohta
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.4.21-pre7/PCI : Unable to attach Sound module of VIA686A
2003-04-07 12:23 ` Kyuma Ohta
@ 2003-04-08 12:12 ` Takashi Iwai
2003-04-08 14:34 ` Kyuma Ohta
0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2003-04-08 12:12 UTC (permalink / raw)
To: Kyuma Ohta; +Cc: linux-kernel
Hi,
At Mon, 07 Apr 2003 21:23:07 +0900 (JST),
Kyuma Ohta wrote:
>
> Maybe,aic7xxx driver misdetects on VIA mainboard any devices as aic SCSI
> (see below).
Robert Schiele already submitted a patch, the one-liner below.
could you give a try?
--- linux/drivers/scsi/aic7xxx/aic7770_osm.c 1 Apr 2003 19:57:24 -0000 1.4
+++ linux/drivers/scsi/aic7xxx/aic7770_osm.c 8 Apr 2003 05:37:38 -0000
@@ -66,7 +66,7 @@
continue;
request_region(eisaBase, AHC_EISA_IOSIZE, "aic7xxx");
#else
- if (request_region(eisaBase, AHC_EISA_IOSIZE, "aic7xxx") != 0)
+ if (request_region(eisaBase, AHC_EISA_IOSIZE, "aic7xxx") == 0)
continue;
#endif
--
Takashi Iwai <tiwai@suse.de> SuSE Linux AG - www.suse.de
ALSA Developer ALSA Project - www.alsa-project.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.4.21-pre7/PCI : Unable to attach Sound module of VIA686A
2003-04-08 12:12 ` Takashi Iwai
@ 2003-04-08 14:34 ` Kyuma Ohta
0 siblings, 0 replies; 5+ messages in thread
From: Kyuma Ohta @ 2003-04-08 14:34 UTC (permalink / raw)
To: tiwai; +Cc: linux-kernel
Dear Takashi,
I tested this patch w/aic7xxx , that's OK.
Regards,
Ohta
------ /proc/ioports w/alsa-0.9.2 ------
5000-500f : VIA Technologies, Inc. VT82C686 [Apollo Super ACPI]
6000-607f : VIA Technologies, Inc. VT82C686 [Apollo Super ACPI]
d000-d00f : VIA Technologies, Inc. VT82C586B PIPC Bus Master IDE
d000-d007 : ide0
d008-d00f : ide1
d400-d41f : VIA Technologies, Inc. USB
d400-d41f : usb-uhci
d800-d81f : VIA Technologies, Inc. USB (#2)
d800-d81f : usb-uhci
dc00-dcff : VIA Technologies, Inc. VT82C686 AC97 Audio Controller
dc00-dcff : VIA686A
e000-e003 : VIA Technologies, Inc. VT82C686 AC97 Audio Controller
e400-e403 : VIA Technologies, Inc. VT82C686 AC97 Audio Controller
e400-e401 : MPU401 UART
e800-e8ff : Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+
e800-e8ff : 8139too
ec00-ecff : PCI device 1317:9511 (Linksys)
ec00-ecff : tulip
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-04-08 14:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-05 14:08 2.4.21-pre7/PCI : Unable to attach Sound module of VIA686A Kyuma Ohta
2003-04-07 10:09 ` Takashi Iwai
2003-04-07 12:23 ` Kyuma Ohta
2003-04-08 12:12 ` Takashi Iwai
2003-04-08 14:34 ` Kyuma Ohta
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.