recondas wrote:
smj wrote:
I was pointed at the older Audigy cards and warned off the Audigy 2s. The Fuel (IP35) Hardware Aggregator indicates either the Audigy or Audigy 2 ZS should work, but notes that the 2 ZS requires IRIX 6.5.25 or higher, and specifies part number "SB0090" for the older Audigy card. I believe
recondas
has had success with an Audigy.
Only with the aforementioned Audigy(1) SB0090, and then not much beyond shuffling it in-and-out of a Fuel just to confirm that it made an appearance in an hinv (already had a mAudio in there).
As a follow-up for future reference, Soundblaster Audigy (1), part number SB0090 does work correctly in a Fuel (and probably the rest of the IP35 family as well). In my tests the SB0090 produced stereo output that could be controlled from within Audio applications or the IRIX Audio Control Panel.
The SB0090 is a first generation Audigy board. The sample I have is a two-board set; a PCI board with the audio jacks and a firewire port on the bulkhead, and a ribbon-cable connected daughter board that provides midi/game and firewire ports on an additional PCI bulkhead. The complete Audigy SB0090 two-board set uses only one PCI slot, though if used the bulkhead on the daughter board would block another. To my knowledge an IRIX driver for the SB0090's firewire, midi or game ports doesn't exist, so the daughter board was omitted during my installation.
The SB0090 appears in an hinv -vm (IRIX 6.5.30)
Code:
Select all
Iris Audio Processor: version EMU revision A3, number 1
and produces three entries in the table of PCI devices
Code:
Select all
PCI Adapter ID (vendor 0x1102, device 0x0004) PCI slot 3
PCI Adapter ID (vendor 0x1102, device 0x7003) PCI slot 3
PCI Adapter ID (vendor 0x1102, device 0x4001) PCI slot 3
Where vendor code 0x1102 is Creative Technology LTD (makers of the SB Audigy), device code 0x0004 is the Audigy (EMU) Audio Processor, device code 0x7003 is the Creative Labs SB Audigy MIDI/Game port, and 0x4001is the Audigy IEEE1394a Firewire Controller.
Probably because the SB0090's firewire, game and midi ports aren't supported by IRIX (and the firewire, game and midi ports communicate through the same PCI slot), the SB0090 does generate a non-fatal error message when IRIX loads
Code:
Select all
BRIDGE ERR-STATUS 0x800
ALERT: PCI BRIDGE ERROR: int_status is 0x0800 for /hw/module/001c01/Ibrick/xtalk/15/pci
Dumping relevant XBRIDGE registers for each bit set...
PCI Error Address Register: 0x300020
PCI Error Address: 0x300020
XBRIDGE Multiple Interrupt Register is 0x800
11: PCI bus device select timeout
Other than consuming seven lines in the syslog, the error seems to be harmless. The audio-related portions of the Audigy SB0090 work as expected once IRIX is loaded, without problems or additional error messages.
Additional info concerning the Audigy/IRIX EMU Audio Device can be found in
the alResources man page
).