> I tried your suggestions and this is the error > message I got: > > audioplay: error opening /dev/audio: Invalid argument
Hmm, so you do have a /dev/audio device? That is, /dev/audio is a symlink pointing into the /dev/sound directory, and the /dev/sound directory contains more links pointing somewhere into .../devices/... Something like this: % ls -l /dev/audio /dev/sound lrwxrwxrwx 1 root root 7 Apr 2 21:30 /dev/audio -> sound/0 /dev/sound: total 4 lrwxrwxrwx 1 root root 51 Apr 2 21:30 0 -> ../../devices/[EMAIL PROTECTED],0/pci1043,[EMAIL PROTECTED],1:sound,audio lrwxrwxrwx 1 root root 54 Apr 2 21:30 0ctl -> ../../devices/[EMAIL PROTECTED],0/pci1043,[EMAIL PROTECTED],1:sound,audioctl Btw, when you run that audioplay command, do you get any error or warning messages logged to /var/adm/messages ? > Can this be easily solved? By the way, I'm using > Nvidia nforce 3 250 gb chip, and seems that it is > supported under Solaris Express. I just don't know > how to make it work. This is the only driver that is > not working on my system yet. What is listed by prtconf -D | grep audio And what is listed by (run it as user "root"): /usr/X11/bin/scanpci -v This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list [email protected]
