Another place to look is getting the audiohd driver working. A description of the project is at:
http://www.opensolaris.org/os/project/opensound/ And the latest driver (audiohd-2008-10-15.tar.gz) for this can be found at: http://www.opensolaris.org/os/community/device_drivers/files/ In my Mplayer preferences my audio is set to "sun Sun audio output". On my Laptop my device driver is /dev/audio. No problems. Hope this helps. Paul vermaden wrote: > I have added IPSmplayer package from IPS (I have these authorities set): > $ pkg authority > AUTHORITY URL > pkg.sun.com https://pkg.sun.com/opensolaris/extra/ > opensolaris.org (preferred) http://pkg.opensolaris.org/release/ > blastwave.network.com http://blastwave.network.com:10000/ > pkg.sunfreeware.com http://pkg.sunfreeware.com:9000/ > > So the package is propably from blastwave repository, now, I wanted to listen > some music with mplayer like that: > > $ /opt/csw/bin/mplayer file.mp3 > > but mplayer tells me that: > > Can't open audio device /dev/dsp: No such file or directory > > So I added a OSS package from here: http://www.opensound.com/download.cgi > > This one exacly (OpenSolaris x86/amd64): > http://www.4front-tech.com/release/oss-solaris-v4.1-1051-i386.pkg > > but now mplayer yealds that: > solaris_native: opening /dev/audio > open /dev/audio: Unknown error > > ... but OSS modules are loaded: > > $ modinfo | grep -i oss > 253 fffffffff7d9a798 b90 262 1 osscore (OSS 4.1 (b 1051/200812302228)) > 254 fffffffff7f50000 8e0a8 - 1 osscommon (Open Sound System 4.1 (b > 1051/2) > 255 fffffffff7f9d000 2f5b0 263 1 oss_hdaudio (OSS 4.1 (b > 1051/200812302228)) > 256 fffffffff7fc0000 217f0 264 1 oss_usb (OSS 4.1 (b 1051/200812302228)) > 257 fffffffff7c78890 3318 265 1 oss_sadasupport (OSS 4.1 (b > 1051/2008123022 > > ... and I dunno what else I can do here to get the sound, thanks in advance ;) >