FYI: My computer has both onboard and a PCI sound card installed. The onboard doesnt work with OSS, the PCI I added because I knew it did.
I am running Solaris 10 x86
Printout of my osstest
Code: Select all
# osstest
Sound subsystem and version: OSS 4.0 (build 1003/200706130337) (0x00040002)
Platform: SunOS/i86pc 5.10 Generic_125101-10
*** Scanning sound adapter #-1 ***
/dev/oss/apci970/pcm0 (audio engine 0): Creative AudioPCI97 (ES1371) (rev 8)
- Device busy (opened by PID 0/SADA)
*** Scanning sound adapter #-1 ***
/dev/oss/apci970/pcm1 (audio engine 1): Creative AudioPCI97 (ES1371) (playback only)
- Performing audio playback test...
<left> OK <right> OK <stereo> OK <measured>
*** Scanning sound adapter #5 ***
/dev/oss/softoss0/pcm0 (audio engine 2): OSS Virtual Mixer v3.0 Playback
- Skipping virtual device (use -V to force test)
*** All tests completed OK ***
#
my ossinfo
Code: Select all
# ossinfo
Version info: OSS 4.0 (build 1003/200706130337) (0x00040002)
Platform: SunOS/i86pc 5.10 Generic_125101-10
Number of audio devices: 3
Number of audio engines: 6
Number of MIDI devices: 0
Number of mixer devices: 2
Device objects
0: oss0 OSS core services
1: ossusb0 USB audio/MIDI device
2: softoss0 OSS Virtual Mixer v3.0
3: sadasupport0 SADA compatibility layer
4: ich0 Intel ICH (2415)
5: apci970 Creative AudioPCI97 (ES1371)
MIDI devices (/dev/midi*)
Mixer devices (/dev/mixer*)
0: AC97 Mixer (CS4297A) (Mixer 0 of device object 5)
1: Virtual Mixer (Mixer 0 of device object 2)
Audio devices
/dev/oss/apci970/pcm0 Creative AudioPCI97 (ES1371) (rev 8) (device index 0)
/dev/oss/apci970/pcm1 Creative AudioPCI97 (ES1371) (playback only) (device index 1)
/dev/oss/softoss0/pcm0 OSS Virtual Mixer v3.0 Playback (device index 2)
And these are the errors I get on boot/consel..
Code: Select all
WARNING: AC97 Codec/mixer chip doesnt seem to be alive
WARNING: AC97 mixer installation failed
WARNING: attach failed
WARNING: Interrupts already registered for INTEL ICH(2415)
WARNING: ICH: unable to install interrupt handler
Not sure what to do from here... Would appreciate an assist.