#2475 closed bug (invalid)
SoundBlaster 16 PCI is not detected
Reported by: | BenoitRen | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Drivers/Audio | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | #1278 | Blocking: | |
Platform: | x86 |
Description
I run Haiku nightlies on real hardware. My Creative SoundBlaster 16 PCI card does not get detected by Haiku. And I don't just mean that it doesn't have drivers for it. It doesn't show up in syslog or listdev. Everything else is being detected properly.
I'm attaching the syslog.
Attachments (4)
Change History (22)
by , 16 years ago
comment:1 by , 16 years ago
comment:2 by , 16 years ago
It appears that I do have an SB 16 PCI card - labeled CT4740 (is that the same as yours?)
I'll give it a try shortly in my core 2 duo box.
comment:3 by , 16 years ago
Well, it may or may not be the same revision card (Mine is detected as a Creative SB PCI128/Ensoniq AudioPCI 5880)
But I attached linux lspci output, Haiku syslog, and Haiku listdev output in case that helps track down your issue.
I'll look again, I may even have another card of this series somewhere around here.
comment:4 by , 16 years ago
One more thought, have you tried pulling the card out and re-seating it? I've had problems where cards aren't detected due to dust or foreign matter in the PCI slot.
Does Linux detect it?
comment:6 by , 16 years ago
I booted Puppy Linux on this PC, and went through the ALSA wizard. It didn't detect my sound card. Then I requested the list of PCI devices, and it didn't list it there.
My sound card works fine in Windows, though.
It's possible that ticket #3 is at work here, as before passing control to the OS, the BIOS displays a list of all detected hardware, and one entry is "Multimedia Controller", with an assigned IRQ of "NA".
Looking through the .inf file that's part of Creative's drivers, the id of my card can be either of the following: CTL0001, CTL0031, CTL0041, CTL0043.
comment:7 by , 16 years ago
Is it possible you have the BIOS set to not set an IRQ for that specific slot?
What happens if you move the card to another slot entirely?
Older machines had a way to reset ESCD information from the BIOS - you could try that... but I'm not sure if that was ISA specific or not (I'm guessing it was since it doesn't seem to be a feature on newer machines).
comment:8 by , 16 years ago
I've looked through my BIOS settings, and there is no setting that has to do with my sound card.
I'd rather not move it to another slot.
comment:9 by , 16 years ago
Component: | System/Kernel → Drivers/Audio |
---|---|
Owner: | changed from | to
comment:11 by , 16 years ago
Those referenced model numbers all appear to be ISA cards... the fact that it doesn't show up in haiku's listdev output definitely suggests non-PCI :)
I found this INF file reference:
comment:12 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
It's consistent with Linux not showing the device in lspci.
follow-ups: 14 15 comment:13 by , 16 years ago
I'm saying it's a PCI card because it was sold as such, Windows detects it as "Plug & Play", and Creative's software labels it as such. ISA cards weren't Plug & Play as far as I know.
If it really is an ISA card, I'd think that Linux' ALSA would support it. I'll boot into Linux tomorrow and try to get more information.
I do not appreciate closing the ticket when it's not confirmed that my card being ISA is the cause. In fact, an Ensoniq card DOES show in the attached lspci from Linux!
BeOS 5 did support my sound card. D:<
comment:14 by , 16 years ago
Replying to BenoitRen:
I'm saying it's a PCI card because it was sold as such, Windows detects it as "Plug & Play", and Creative's software labels it as such. ISA cards weren't Plug & Play as far as I know.
You would be incorrect, ISA PnP did in fact exist, and sound blasters were amongst the first card to implement that standard.
comment:15 by , 16 years ago
Replying to BenoitRen:
I'm saying it's a PCI card because it was sold as such, Windows detects it as "Plug & Play", and Creative's software labels it as such. ISA cards weren't Plug & Play as far as I know.
As Rene points out, ISA most certainly did support ISAPNP (was horrible, btw) - perhaps it was mis-advertised.
If it really is an ISA card, I'd think that Linux' ALSA would support it. I'll boot into Linux tomorrow and try to get more information.
I do not appreciate closing the ticket when it's not confirmed that my card being ISA is the cause. In fact, an Ensoniq card DOES show in the attached lspci from Linux!
If it doesn't show up in lspci from linux, it's not likely a PCI device.
BeOS 5 did support my sound card. D:<
BeOS and Windows both supported ISA... so that doesn't change anything here.
You can verify if it's ISA or not by looking at the slot it's in, PCI slots are significantly different from ISA slots. An ISA slot is usually colored black, while most PCI slots are white
http://en.wikipedia.org/wiki/Industry_Standard_Architecture
vs
http://en.wikipedia.org/wiki/Peripheral_Component_Interconnect
in this picture, you'll see an example of an AGP slot (brown, far left), 6 PCI slots (white), and one ISA slot (black, far right)
comment:16 by , 16 years ago
From everything mentioned here I would also guess it's an ISA card. BeOS had two Soundblaster drivers, the original one done by Be, which among others supported the AWE64 cards and a specific SB16 driver developed by a friend of mine (bitpull)and later on someone refreshed this driver, but I forgot the name of this person.
comment:17 by , 16 years ago
I booted into Puppy Linux and ran the lshw tool. It identified my sound card as an ISA one, of the type "Creative ViBRA16C PnP". So I guess I'm out of luck until someone implements ISA support.
At the time, my card was advertised in the shop booklet (I just looked) as "Soundblaster 16 PnP bulk". No indication of the type of slot it fits in.
comment:18 by , 14 years ago
Blocked By: | 1278 added |
---|
If I'm not mistaken, these cards were based on the Ensoniq chips (es1370/71/73) and even offered some sort of backward-compatible ISA-emulation features or something...
I think I've got a variant of this card at home somewhere - I'll dig it up and give it a try myself.