I’m using qnx4.25.
We’re trying to get the a soundblaster 16 pci working, but are having
some problems. When I reboot the node containing the soundcard I see
that bios detects the card and assigns it an IRQ (10). However, the
alsa drivers don’t detet anything, and show_pci results in this:
PCI version = 2.10
Class = Mass Storage (IDE)
Vendor ID = 10b9h, Acer Labs
Device ID = 5229h
PCI index = 0h
IO @ ffa0h
PCI Int Pin = INT A
Interrupt line = 0
Class = Display (VGA)
Vendor ID = 1002h, ATI TECHNOLOGIES INC
Device ID = 4742h
PCI index = 0h
MEM @ ce000000h IO @ ac00h MEM @ cfcff000h ROM @
19f980h disabled
PCI Int Pin = NC
Interrupt line = no connection
Class = Network (Ethernet)
Vendor ID = 11adh
Device ID = 2h
PCI index = 1h
IO @ bc00h MEM @ cfdfff00h ROM @ 19fb00h disabled
PCI Int Pin = INT A
Interrupt line = 10
Class = Network (Ethernet)
Vendor ID = 11adh
Device ID = 2h
PCI index = 0h
IO @ cc00h MEM @ cfefff00h ROM @ 19fd00h disabled
PCI Int Pin = INT A
Interrupt line = 9
Is this card just not compatible? could the card be bad? I’m not sure
where to go from here.
Any help is appreciated. Thanks.
-Aaron
“Aaron Solochek” <aarons@ai.mit.edu> wrote in message
news:3B3756CC.5020008@ai.mit.edu…
I’m using qnx4.25.
We’re trying to get the a soundblaster 16 pci working, but are having
some problems. When I reboot the node containing the soundcard I see
that bios detects the card and assigns it an IRQ (10). However, the
alsa drivers don’t detet anything, and show_pci results in this:
There does not seems to be a sound card in that list?
PCI version = 2.10
Class = Mass Storage (IDE)
Vendor ID = 10b9h, Acer Labs
Device ID = 5229h
PCI index = 0h
IO @ ffa0h
PCI Int Pin = INT A
Interrupt line = 0
Class = Display (VGA)
Vendor ID = 1002h, ATI TECHNOLOGIES INC
Device ID = 4742h
PCI index = 0h
MEM @ ce000000h IO @ ac00h MEM @ cfcff000h ROM @
19f980h disabled
PCI Int Pin = NC
Interrupt line = no connection
Class = Network (Ethernet)
Vendor ID = 11adh
Device ID = 2h
PCI index = 1h
IO @ bc00h MEM @ cfdfff00h ROM @ 19fb00h disabled
PCI Int Pin = INT A
Interrupt line = 10
Class = Network (Ethernet)
Vendor ID = 11adh
Device ID = 2h
PCI index = 0h
IO @ cc00h MEM @ cfefff00h ROM @ 19fd00h disabled
PCI Int Pin = INT A
Interrupt line = 9
Is this card just not compatible? could the card be bad? I’m not sure
where to go from here.
Any help is appreciated. Thanks.
-Aaron
Right. Upon further inspection, I realized that what I was listing was
the pci devices on the server node.
Ok, here is more meaningful output:
#on -n 14 show_pci
PCI version = 2.10
Class = Mass Storage (IDE)
Vendor ID = 8086h, INTEL CORPORATION
Device ID = 7111h
PCI index = 0h
IO @ f000h
PCI Int Pin = NC
Interrupt line = 0
Class = Network (Ethernet)
Vendor ID = 8086h, INTEL CORPORATION
Device ID = 1229h
PCI index = 0h
MEM @ d7100000h IO @ e400h MEM @ d7000000h
PCI Int Pin = INT A
Interrupt line = 12
Class = Multimedia (Audio)
Vendor ID = 1274h
Device ID = 5880h
PCI index = 0h
IO @ e800h
PCI Int Pin = INT A
Interrupt line = 10
Class = Display (VGA)
Vendor ID = 102ch, Chips & Technologies
Device ID = c0h
PCI index = 0h
MEM @ d4000000h
PCI Int Pin = INT A
Interrupt line = 11
#on -n 14 audiotrap -v
audiopci: Ensoniq AudioPCI interface not found or device busy
sblive: SoundBlaster LIVE! interface not found or device busy
supersouth: Via VT82C686A interface not found or device busy
4dwave: Trident 4DWave interface not found or device busy
esssolo: ESS Solo-1 interface not found or device busy
cs461x: Sound Fusion CS461x interface not found or device busy
sb: SoundBlaster-compatible interface not found or device busy
-Aaron
Mario Charest wrote:
There does not seems to be a sound card in that list?
I’m not familliar with this card (sb16 PCI), but if it’s are real SB16 but
on
PCI the sb driver won’t find it as it doesn’t support PCI.
Try manualy start deva-sb with the resource as display by showpci:
irq=10, port=e800 (chec the deva-sb usage for proper arguments)
“Aaron Solochek” <aarons@ai.mit.edu> wrote in message
news:3B3778D0.2090307@ai.mit.edu…
Right. Upon further inspection, I realized that what I was listing was
the pci devices on the server node.
Ok, here is more meaningful output:
#on -n 14 show_pci
PCI version = 2.10
Class = Mass Storage (IDE)
Vendor ID = 8086h, INTEL CORPORATION
Device ID = 7111h
PCI index = 0h
IO @ f000h
PCI Int Pin = NC
Interrupt line = 0
Class = Network (Ethernet)
Vendor ID = 8086h, INTEL CORPORATION
Device ID = 1229h
PCI index = 0h
MEM @ d7100000h IO @ e400h MEM @ d7000000h
PCI Int Pin = INT A
Interrupt line = 12
Class = Multimedia (Audio)
Vendor ID = 1274h
Device ID = 5880h
PCI index = 0h
IO @ e800h
PCI Int Pin = INT A
Interrupt line = 10
Class = Display (VGA)
Vendor ID = 102ch, Chips & Technologies
Device ID = c0h
PCI index = 0h
MEM @ d4000000h
PCI Int Pin = INT A
Interrupt line = 11
#on -n 14 audiotrap -v
audiopci: Ensoniq AudioPCI interface not found or device busy
sblive: SoundBlaster LIVE! interface not found or device busy
supersouth: Via VT82C686A interface not found or device busy
4dwave: Trident 4DWave interface not found or device busy
esssolo: ESS Solo-1 interface not found or device busy
cs461x: Sound Fusion CS461x interface not found or device busy
sb: SoundBlaster-compatible interface not found or device busy
-Aaron
Mario Charest wrote:
There does not seems to be a sound card in that list?