Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I got audio in Parallels for Linux Debian and Solaris 10,
catmistake said:At least you got that... I have no audio in ubuntu 6.10 or 6.06, and no audio in Solaris 10. I wouldn't even know where to begin, and your's is the first post I've found mentioning audio that wasn't for Windows.
Do you mind detailing how you got audio working in Debian & Solaris?
-Appreciated-
sparcdr said:I believe Parallels emulates an Ensoniq AudioPCI 1371 sound card. Try kldload sound_driver then ...
I tried.sparcdr said:Try kldload sound_driver then cat /dev/sndstat to get the driver name. ...
however, now I get an instable system, I think because the new sound driver. Or is it because the new Mac OS X 10.4.10 update and its new usb upgrade?salvomic said:hi all,
for FreeBSD 6.2 and the audio problem, the solution was here:
<http://forum.parallels.com/thread10121.html>
...
salvomic said:however, now I get an instable system, ...
sparcdr said:Seems that it's "snd_driver" not "sound_driver" sorry about that. There are a few sysctl options you can tweak to fix problems with the sound glitches. Open Sound is now free and open-source, so it'll eventually become the norm, but for now use which one that works best.
sparcdr said:fbsd01# kldload snd_driver
fbsd01# cat /dev/sndstat
...
salvomic said:... I got:
Intel ICH2 (82801BA) snd_ich ...
and if I add to /boot/loader.conf
the line
snd_ich_load="YES"
...
yes, sparcdr, perhaps it's Ensoniq and it is not Intel (with cat /dev/snd_stat I get: "Intel ICH2 (82801BA) snd_ich .."), but - following your tips - I thinked to load it, but I cannot hear any sound, also if FreeBSD doesn't give errors and perhaps the audio driver is correctly loaded.sparcdr said:Okay, so salvomic, ALSA is Linux-only hence the acronym it stands for. It doesn't use ICH, that's Intel. It's Esoniq afaik, and it's part of OSS on any FreeBSD release after 4.8 or so.