Bug 5309
Summary: | sound sndconfig can't identify MedisVision Pro Audio Studio 16 | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | svaduva |
Component: | sndconfig | Assignee: | Bill Nottingham <notting> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | CC: | rvokal, svaduva |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2000-02-08 22:33:51 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
svaduva
1999-09-22 16:46:25 UTC
What happens if you try the Pro Audio Spectrun driver? If I select Pro Audio Spectrum/Studio 16, Logitech SoundMan 16 I get a list of I/Os IRQs and DMAs (I/O 220, 230, 240; IRQ 3, 5, 7, 9; DMA 0,1,2,3) Neither of them are available for jumper setup on the card (card has jumpers for the address of the card - seams like a SCSI ID) and I am set to default (388h). Anyhow, I selected (after a few trials) from this list I/O 220h, IRQ 9, and DMA 0 Answer (from sndconfig) is /lib/modules/2.2.5-15/misc/pas2.o: init_module: Device or resource busy sound: Device or resource busy now, the /etc/conf.modules contains: alias scsi_hostadapter pas16 . . . options adlib_card io=0x388 alias sound pas2=1 pre-install sound insmod sound dmabuf=1 options sb pas=1 options pas2 io=0x220 irq=9 dma=0 joystick=1 after this I tried /etc/rc.d/init.d/sound restart and it says: error opening /dev/mixer: No such device sound Try using a different IRQ (most likely 5 or 7), and DMA 1. I omitted to tell you that the other day I tried ALL combinations:( None works with Pro Audio Spectrun driver. Maybe this will not add more fog in the sky! I'm not positive the isapnp is running. I don't have a file /etc/isapnp.conf isapnp shouldn't be running; it's not a PnP card, AFAIK. Do you have any error messages in /var/log/messages from trying to load the module? from /var/log/messages . . . sound: Starting sound configuration: modprobe: can't locate module sound-slot-0 modprobe: can't locate module sound-service-0-0 sound: aumix: error opening /dev/mixer: No such device sound: sound rc: Starting sound succeeded . . . modprobe: can't locate module sound-slot-0 modprobe: can't locate module sound-service-0-3 modprobe: can't locate module sound-slot-0 modprobe: can't locate module sound-service-0-3 modprobe: can't locate module sound-slot-0 modprobe: can't locate module sound-service-0-3 modprobe: can't locate module sound-slot-0 modprobe: can't locate module sound-service-0-3 modprobe: can't locate module sound-slot-0 modprobe: can't locate module sound-service-0-3 modprobe: can't locate module sound-slot-0 modprobe: can't locate module sound-service-0-3 modprobe: can't locate module sound-slot-0 modprobe: can't locate module sound-service-0-3 modprobe: can't locate module sound-slot-0 modprobe: can't locate module sound-service-0-3 modprobe: can't locate module sound-slot-0 modprobe: can't locate module sound-service-0-3 Those aren't really useful ; trying modprobe pas2 io=0x220 irq=5 dma=1 doesn't print any debugging messages in the system logs? After modprobe pas2 io=0x220 irq=5 dma=1 I get: /lib/modules/2.2.2-15/misc/pas2.0: init_module: Device or resource busy I don't know how to get to the debugging messages. Look in /var/log/messages - is there anything in there besides the 'device or resource busy' that indicates why it failed? After I type modprobe pas2 io=0x220 irq=5 dma=1 the only line added to /var/log/messages is Pro Audio Spectrum driver Copyright ... running modprobe --debug pas2 io=0x220 irq=5 dma=1 doesn't add anything else to /var/log/messages other than: kernel: Pro Audio ... earlier in the file (at boot) it says: sound: Starting sound configuration:modprobe: can't locate module sound-slot-0 modprobe: can't locate module sound-service-0-0 sound: aumix: error opening /dev/mixer: No such devicesound: sound rc: Starting sound succeeded and then: modprobe: can't locate module sound-slot-0 modprobe: can't locate module sound-service-0-3 for a few times. What happens if you try: modprobe pas2 io=0x388 irq=5 dma=1? I hear a click. Good news. if I change the /etc/conf.modules to: options pas2 io=0x388 irq=5 dma=1 joystick=1 every time I play a sound I hear a squeaky noise. What next? Hmm... are there any error messages like 'DMA timed out' in /var/log/messages after you try and play sounds? None. No DMA errors and no entry in the log file. Is the 'squeak' a fast version of the sound, the beginning of the sound, or just random garbage? It is more like garbage. It takes a different amount of time based on what sound is played. I personally think that the time to play is longer but I can't tell. BTW, how can I play a MIDI file? *** Bug 5718 has been marked as a duplicate of this bug. ****** Bug 6811 has been marked as a duplicate of this bug. *** This probably won't be fixed by us; at this point we don't have PAS16 hardware to test with and debug against. |