No sound device in Solaris 11 running in Parallels (MacBook Pro)

 
Thread Tools Search this Thread
Special Forums Hardware No sound device in Solaris 11 running in Parallels (MacBook Pro)
# 1  
Old 01-28-2013
No sound device in Solaris 11 running in Parallels (MacBook Pro)

I'm new to Solaris. I was able to installed Solaris 11 running GNOME. I tried to detect sound/audio but the message given that "No volume control GStreamer plugins and/or devices found". There is no dev/audio but there are audio drivers such as gstreamer installed when I checked using Solaris Package Manager. Even when I search using keyword in Package Manager "audio", the audio drivers are installed. How do I enable the audio driver so that I can listen to music in Solaris. Thanks.

---------- Post updated at 12:26 PM ---------- Previous update was at 09:47 AM ----------

I managed to fix this. I just add the sound option in Parallels - it works. Solaris was able to detect the sound driver.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. OS X (Apple)

4 Pole Audio I/O Connections For Macbook Pro...

Disclaimer:- You take this information and use it ENTIRELY at your own risk. I and this site hold no responsibility for any errors either in this text or with your electronics capabilities... The reason I have given this away is/was because I needed an audio input for a simple MacBook Pro... (0 Replies)
Discussion started by: wisecracker
0 Replies

2. Solaris

Retina display Macbook Pro and Solaris compatibility

Has anyone attempted to install Solaris 11 on a Macbook Pro with the new Retina display? I'm considering setting up a triple boot scenario with Windows 7, Mac OS X and Solaris 11. My goals are to learn the OS better and to gain daily exposure to it by running it as a desktop OS whenever possible. (11 Replies)
Discussion started by: DustinT
11 Replies

3. Solaris

Sound not working on Solaris 10 running on Sun Virtual Box

Hello Friends, I have installed Solaris 10 on on Sun Virtual Box. I am able to browse internet on solaris 10 thru firefox, however I am not getting sound, there is cross on the tray icon of sound. Please help with this !! Regards, Sahil (3 Replies)
Discussion started by: sahilsardana
3 Replies

4. UNIX for Dummies Questions & Answers

force mounting usb drive on macbook pro

alright, this might seem a dumb question, can't say i'm too familiar with these applications. i have a 250mb zip drive that i just got for my macbook pro (i know it's archaic, i have a drum machine that uses 100mb zip disks) and it is recognized in system profiler as a 250mb iomega drive, but it... (1 Reply)
Discussion started by: grampah
1 Replies
Login or Register to Ask a Question
SND_FM801(4)						   BSD Kernel Interfaces Manual 					      SND_FM801(4)

NAME
snd_fm801 -- Forte Media FM801 bridge device driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device sound device snd_fm801 Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): snd_fm801_load="YES" DESCRIPTION
The snd_fm801 bridge driver allows the generic audio driver, sound(4), to attach audio devices based on the Forte Media FM801 chipset. This is a common chipset found in various parts used by OEM manufacturers. HARDWARE
The snd_fm801 driver supports audio devices based on the following chipset: o Forte Media FM801 SEE ALSO
sound(4) HISTORY
The snd_fm801 device driver first appeared in FreeBSD 4.2. AUTHORS
This manual page was written by Joel Dahl <joel@FreeBSD.org>. BUGS
The Forte Media FM801 chipset is a sort of PCI bridge, not an actual sound controller, making it possible to have soundless support. One problem is that both chipsets, with and without sound support, use the same PCI ID. This makes it impossible to determine which one is installed. BSD
December 1, 2005 BSD