Porting Solaris 7 audio driver to Solaris 8.

I am trying to load solaris 7 audio driver on solaris 8. It is not working.
Also I have recompiled drivers codes on solaris 8 still not working. Something must have changed in the audio interface from solaris 8 to solaris 7. Can anyone help me to find these changes. Thanks

This could be a big headache....but if there is a need to upgrade your OS from 7 to 8
then you should be ready for a good backup plan....meaning, if something goes wrong at any
point in the process, you could easily revert back to your old system environment.
If I were the one to do this, I will do the following.
1) I will make use of mirroring. It will be good if you could do it for the entire filesystem
of your OS and your DB.
2) Once I have a mirror, I will simply detach the other mirror and do my upgrade.
Anything goes wrong, I will simply make use of the other mirror to have my old system back.
When you upgrade your OS from 7 to 8, I had seen lots of problem where it could not complete the
process. And the reason is the size of the Filesystem for Solaris 8 specially the root requires
a big size as to any previous version. i usually just install from scratch. But the problem is if
your filesystem for the OS and Applications like your DB are crossing each other then you may have
to rebuilt your Applications too. Unless you had partition them such that they are totally separated.
When you had succesfully installed your Solaris 8, then your next headache is to make sure
all your applicatiions including your DB will be running fine with the new OS. Usually they
would not as they may need to be patched. So that means you have to check the Oracle websites
as for what are the patches needed to make your Oracle runs properlly in the new OS.
Most important is your backup plan, which is your mirrored-disk of your running environment.
Also you have to make a Plan of everything. Doing this will really take a lot of time.
Good luck. I have done this before.....I'm pretty sure you could do it.
just remember , your back-up plan should always be available anytime.

Similar Messages

  • Solaris 10 x86 5/08 audio driver for SoundMax Integrated Digital Audio

    Hello out there, I recently installed Solaris 10 x86 5/08 on my IBM ThinkPad T60 (2007-63U) and I'm really impressed how well it is working.
    The only thing I've found not working so far is the audio.
    I've installed the Solaris Audio Drivers 1.0 from:
    http://www.sun.com/download/index.jsp?cat=Hardware%20Drivers&tab=3&subcat=Audio%20Devices
    ...but it still is not recognizing the audio device.
    Everything else is working great (thank you Sun and the OpenSolaris Community!!!!!!!), so getting the audio working would be even better.
    Any pointers anyone has on what to look for on the system (e.g. in /var/adm/messages) or how to configure the audio to support the SoundMax Integrated Digital Audio would be greatly appreciated.

    ...well, I've tried building oss-v4.0-build1016-src-cddl but I haven't been able to get it to work.
    In preparation for the build, I did install Sun Studio 12 (from http://developers.sun.com/sunstudio/index.jsp ), patched it, and installed gawk-3.1.6 ( from http://www.sunfreeware.com/indexintel10.html ) and ran configure/make install as instructed which successfully completed.
    The following is what I get when executing ossdetect:
    ================================================================================
    rem_drv osscore
    rem_drv hdaudio
    rem_drv ossusb
    rem_drv sadasupport
    Driver (osscore) not installed.
    unloaded osscommon
    add_drv -m '* 0666 root sys' osscore
    add_drv -m '* 0666 root sys' -i '"pci8086,27d8"' hdaudio
    add_drv -m '* 0666 root sys' -i '"usbif,class1"' ossusb
    devfsadm: driver failed to attach: ossusb
    Warning: Driver (ossusb) successfully added to system but failed to attach
    add_drv -m '* 0666 root sys' sadasupport
    /dev/mixer: No such file or directory
    ================================================================================
    To note, the Solaris 10 x86 5/08 installation I am running on is the full distribution +OEM.
    I also cannot find the "soundon" or "soundoff" scripts referenced in the OSS build instructions.
    Any pointers would be appreciated.

  • Performance hit in audio playback in Solaris 10

    Hi,
    I've noticed while trying out the Solaris 10 beta 72 that the audio playback quality took a major hit since Solaris 9. I was hoping that this would go away in the Solaris 10 release, but it's not the case.
    If I try to play an .mp3 file with mpg123 or even audioplay an .au file, there are regular clicks in the playback, audible about twice per second. Booting into Solaris 9, the audio playback is perfect.
    My intuition tells me that the integration of DTrace into the kernel is the culprit, but of course, I have no proof. Can anyone think of a way to test this theory? Can DTrace be disabled? Maybe DTrace can be used to figure out what's going on?
    martin-dot-przyjazny-at-eds-dot-com

    Hi,
    I've noticed while trying out the Solaris 10 beta 72
    that the audio playback quality took a major hit
    since Solaris 9. I was hoping that this would go
    away in the Solaris 10 release, but it's not the
    case.
    If I try to play an .mp3 file with mpg123 or even
    audioplay an .au file, there are regular clicks in
    the playback, audible about twice per second.
    Booting into Solaris 9, the audio playback is
    s perfect.
    My intuition tells me that the integration of DTrace
    into the kernel is the culprit, but of course, I have
    no proof. Can anyone think of a way to test this
    theory?You can be assured that DTrace is not the culprit. When DTrace is not running ("pgrep dtrace" to be sure), there is no effect on system performance.
    Maybe DTrace can be
    used to figure out what's going on?DTrace could certainly be used, but some basic facts would be helpful. As Juergen asked, which audio driver is this and on what machine? And how idle is the machine when audio playback is running? Is the machine power managed?
    - Bryan
    Bryan Cantrill, Solaris Kernel Development. http://blogs.sun.com/bmc

  • Mounting a UFS formated USB drive on Solaris 10

    [Hope this is the correct place to post this question]
    I connected my 160 GB external usb hard drive to my V240 Solaris 9 server, ran newfs (ufs), mounted it, and wrote data to the drive with no problems.
    I moved it to another sparc box with Solaris 10 (build 74-1) and tried mounting it, but no luck. The logical path for the usb drive shows up in "/dev/dsk" after running "devfsadm -C" and it shows up as configured when running "cfgadm -al," however, when I try to mount the drive it eventually times out without mounting. I get the same results when I try this on the x86 version of Solaris 10.
    I know that the drive still works by taking it back to my Solaris 9 server and mounting the drive.
    Is there something special or different with mounting usb drives with Solaris 10?
    Thanks,
    Phillip

    It should be the same. For instance with a usb keychain (formated pcfs):
    mkdir /usbdrive
    mount -F pcfs /dev/dsk/c3t0d0p1 /usbdrive
    On this particular laptop the second usb port was. c4t0d0p1 so:
    mount -F pcfs /dev/dsk/c4t0d0p1 /usbdrive
    The numbering might be different for each usb port and you have to specify the filesystem of the usb drive, but it should work.

  • 3dfx driver for solaris 8

    Hi,
    I am looking for a 3dfx banshee driver for solaris 8. Any pointers. If none exists any pointers to how I could port the 3dfx drivers for linux and glide over to solaris 8. Can I use gcc to do my work?
    Thanks in advance
    Regards
    Nirmal

    Hello Flavio,
    please i need a driver for Voodoo3 3000 AGP video
    adapter, you have one ?No. I wrote a driver for the V2 and it's not very useful - I made it for Solaris Sparc and all you can do is a few IOCTLs and mmap the device memory into userland. The driver does work on i386 but you need the latest MMU patch. I did not have the time yet to port glide - I have something half working for sparc but I have not spend time to make it work on i386. Even with glide working you can't use X11 (one would have to write the X11 drivers and that's a whole new ball game).
    How i do to install this driver ? sorry i�m begining
    on Sun.If you wish to use it for X11, I would recommend to download the XFree86 binaries for Solaris, since it has support for the V3.
    You can get more information about it on www.xfree86.org.
    My S.O. is Sun Solaris 8 01-01 (IA) on ASUS A7V133 and
    AMD K7 cpu.
    Thanks to you, very much.You are welcome!
    (desculpe aih o ingles chiclete camarada preciso treinar++)(O ingles esta' bom!).

  • Could not mount USB drive on Solaris 10 x86 system

    Hi All,
    I am having difficulty mounting a USB drive on Solaris 10 x86 system with the following different unsuccessful attempts:
    # uname -a
    SunOS venus 5.10 Generic_139556-08 i86pc i386 i86pc
    # rmformat
    Looking for devices...
         1. Volmgt Node: /vol/dev/aliases/cdrom0
            Logical Node: /dev/rdsk/c0t0d0s2
            Physical Node: /pci@0,0/pci-ide@4/ide@0/sd@0,0
            Connected Device: TEAC     DV-28E-V         1.AC
            Device Type: DVD Reader
         2. Logical Node: /dev/rdsk/c4t0d0s2
            Physical Node: /pci@0,0/pci108e,534b@2,1/storage@9/disk@0,0
            Connected Device: WD       My Book 1140     1007
            Device Type: Removable
         3. Volmgt Node: /vol/dev/aliases/rmdisk0
            Logical Node: /dev/rdsk/c4t0d0p0
            Physical Node: /pci@0,0/pci108e,534b@2,1/storage@9/disk@0,0
            Connected Device: WD       My Book 1140     1007
            Device Type: Removable
    # svcs volfs
    STATE  STIME    FMRI
    online Apr_13   svc:/system/filesystem/volfs:default# ls -lt /mnt
    total 0
    # mount -F pcfs /dev/dsk/c4t0d0p0:c /mnt
    mount: I/O error
    # mount -F pcfs /dev/rdsk/c4t0d0p0:c /mnt
    mount: Block device required
    # mount -F pcfs /dev/dsk/c4t0d0s2:c /mnt
    mount: I/O error
    # mount -F pcfs /dev/rdsk/c4t0d0s2:c /mnt
    mount: Block device required
    # fsck /dev/dsk/c4t0d0p0
    Can't open /dev/rdsk/c4t0d0p0: I/O error
    # fsck /dev/rdsk/c4t0d0p0
    Can't open /dev/rdsk/c4t0d0p0: I/O error
    # fsck /dev/dsk/c4t0d0s2
    Can't open /dev/rdsk/c4t0d0s2: I/O error
    # fsck /dev/rdsk/c4t0d0s2
    Can't open /dev/rdsk/c4t0d0s2: I/O errorSecond try,
    # svcadm disable volfs
    # svcs volfs         
    STATE          STIME    FMRI
    disabled       20:47:00 svc:/system/filesystem/volfs:default
    # mount -F pcfs /dev/dsk/c4t0d0p0:c /mnt
    mount: I/O errorLast try,
    # mkdir /rmdisk
    mkdir: Failed to make directory "/rmdisk"; File exists
    # ls -lt /rmdisk
    total 4
    lrwxrwxrwx   1 root     nobody        16 Oct  1  2009 rmdisk0 -> ./unnamed_rmdik
    drwxr-xr-x   2 root     nobody       512 Sep 30  2009 unnamed_rmdisk
    # cd /rmdisk
    # ls -lt
    total 4
    lrwxrwxrwx   1 root     nobody        16 Oct  1  2009 rmdisk0 -> ./unnamed_rmdik
    drwxr-xr-x   2 root     nobody       512 Sep 30  2009 unnamed_rmdisk
    # ls -lt unnamed_rmdisk
    total 0
    # ls -lt rmdisk0
    lrwxrwxrwx   1 root     nobody        16 Oct  1  2009 rmdisk0 -> ./unnamed_rmdik
    # df -h
    Filesystem             size   used  avail capacity  Mounted on
    /dev/dsk/c1t0d0s0      5.1G   4.0G   1.1G    78%    /
    /devices                 0K     0K     0K     0%    /devices
    ctfs                     0K     0K     0K     0%    /system/contract
    proc                     0K     0K     0K     0%    /proc
    mnttab                   0K     0K     0K     0%    /etc/mnttab
    swap                   5.9G   984K   5.9G     1%    /etc/svc/volatile
    objfs                    0K     0K     0K     0%    /system/object
    sharefs                  0K     0K     0K     0%    /etc/dfs/sharetab
    /usr/lib/libc/libc_hwcap2.so.1
                           5.1G   4.0G   1.1G    78%    /lib/libc.so.1
    fd                       0K     0K     0K     0%    /dev/fd
    swap                   5.9G   148K   5.9G     1%    /tmp
    swap                   5.9G    32K   5.9G     1%    /var/run
    /dev/dsk/c1t0d0s7      129G   1.7G   126G     2%    /export/home
    # /etc/init.d/volmgt stop
    # svcs volfs            
    STATE          STIME    FMRI
    disabled       21:02:31 svc:/system/filesystem/volfs:default
    # pwd
    /rmdisk
    # cd /
    # ls -lt /rmdisk
    total 4
    lrwxrwxrwx   1 root     nobody        16 Oct  1  2009 rmdisk0 -> ./unnamed_rmdik
    drwxr-xr-x   2 root     nobody       512 Sep 30  2009 unnamed_rmdisk
    # /etc/init.d/volmgt st  
    # svcs volfs
    STATE          STIME    FMRI
    disabled       21:02:31 svc:/system/filesystem/volfs:default
    # /etc/init.d/volmgt start
    volume management starting.
    # svcs volfs             
    STATE          STIME    FMRI
    online         21:04:44 svc:/system/filesystem/volfs:default
    # svcs volfs
    # mount | grep rmdisk
    # pwd
    # ls -lt /rmdisk
    total 4
    lrwxrwxrwx   1 root     nobody        16 Oct  1  2009 rmdisk0 -> ./unnamed_rmdik
    drwxr-xr-x   2 root     nobody       512 Sep 30  2009 unnamed_rmdisk
    # ls -lt /rmdisk/unnamed_rmdisk
    total 0
    # iostat -En   
    c0t0d0           Soft Errors: 3 Hard Errors: 0 Transport Errors: 0
    Vendor: TEAC     Product: DV-28E-V         Revision: 1.AC Serial No: 
    Size: 0.00GB <0 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 3 Predictive Failure Analysis: 0
    c1t0d0           Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: HITACHI  Product: HUS1514SBSUN146G Revision: SA04 Serial No: 0921B2Y3PC
    Size: 146.81GB <146810535936 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c1t1d0           Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: HITACHI  Product: HUS1514SBSUN146G Revision: SA04 Serial No: 0921B2Z5NC
    Size: 146.81GB <146810535936 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c4t0d0           Soft Errors: 21 Hard Errors: 0 Transport Errors: 0
    Vendor: WD       Product: My Book 1140     Revision: 1007 Serial No: 
    Size: 2000.37GB <2000365289472 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 21 Predictive Failure Analysis: 0
    #This is a working production system with 2 146.81GB mirrored hard disks. There is no disk error for either local or external 2TB Western Digital USB disks that works on Windows 7 or XP.
    Any idea on what else to look for?
    Thanks in advance,
    Jack
    Edited by: 797805 on 6/06/2012 04:48

    Hi All,
    Looks like it was a driver / incompatibility / unsupported issue since 2 other much smaller USB keys (Lexar USB Flash Drive – 32GB, SanDisk Cruzer Colors – 4GB) were successfully mounted automatically by volfs service as follows:
    # df -h
    Filesystem             size   used  avail capacity  Mounted on
    /dev/dsk/c1t0d0s0      5.1G   4.0G   1.1G    78%    /
    /dev/dsk/c1t0d0s7      129G   1.7G   126G     2%    /export/home
    /vol/dev/dsk/c3t0d0/unnamed_rmdisk#1:c   3.7G   2.4G   1.3G    65%    /rmdisk/unnamed_rmdisk#1
    /vol/dev/dsk/c2t0d0/unnamed_rmdisk:c    29G    96K    29G     1%    /rmdisk/unnamed_rmdiskIt also appears that the Device status of Not Ready from “iostat –En” below may not be correct either since both smaller drives are working fine:
    # iostat -En
    c4t0d0           Soft Errors: 23 Hard Errors: 0 Transport Errors: 0
    Vendor: WD       Product: My Book 1140     Revision: 1007 Serial No: 
    Size: 2000.37GB <2000365289472 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 23 Predictive Failure Analysis: 0
    c2t0d0           Soft Errors: 7 Hard Errors: 0 Transport Errors: 0
    Vendor: Lexar    Product: USB Flash Drive  Revision: 1100 Serial No: 
    Size: 31.41GB <31406948352 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 7 Predictive Failure Analysis: 0
    c3t0d0           Soft Errors: 60 Hard Errors: 8 Transport Errors: 0
    Vendor: SanDisk  Product: Cruzer Colors+   Revision: 8.02 Serial No: 
    Size: 4.02GB <4022337024 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 8 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0In other word, the same question remains on whether it is possible to install a driver to overcome this issue and where to such driver?
    It is necessary to install additional driver that came with the disk on Windows XP platform. However,
    Thanks again,
    Jack

  • What's the name of zip drive in Solaris?

    Anyone knows the name (or ID) of the zip drive in Solaris? I can't seem to find it anywhere.
    Thanks.
    -van.

    Make sure that you create the /rmdisk directory and restart vold. That should enable your zip drive to be mounted. It'll pop-up on your desktop automagicly. You can read more about it on docs.sun.com.

  • Installing nfo-1.1.2 ethernet driver in Solaris 10 3/05

    Hi,
    I'm totally new to Solaris and need to install this ethernet driver but I don't know how to do it.
    If you can help me, please do it in a step-by step manner because as I said, besides being dumb I'm also new to Solaris. My processor is an AMD ATHLON 64.
    By the way I like the looks of this OS, the way it boots up, and its security and reliability.
    Thank you very much for your help.

    Thanks,
    The tutorial did not help me much. Acccording to the author of the driver this is what I have to do in order to compile it:
    CAUTION: There is NO WARRANTY for this software.
    As this software is loaded into the kernel, it might cause the kernel to
    panic or hang.
    Masayuki Murayama
    [email protected]
    1. Introduction
    This is the nForce ethernet NIC driver for Solaris. It is distributed
    under the BSD license.
    2. Specification of the driver
    File name of the driver: /kernel/drv/nfo
    Special file name: /dev/nfoN (Where N is a unit number, typcally 0 for first
    card)
    For example
    % ifconfig nfo0
    Tested OS version
    Solaris10 x86 3/05
    Tested mainboard
    Biostar NF4UL-A9 (nVIDIA nForce4 CH8-04 Ultra chipset)
    3. Preparing for installation
    (1) Copy source and binary files.
    # gunzip -cd nfo-x.x.x.tar.gz | tar xf -
    (2) Add hostname for the NIC into /etc/hosts file
    (3) Make links to the correct binary directory and Makefile according
    to your configuration. i386 and gcc are default.
    % cd /.../nfo-x.x.x
    % rm obj Makefile
    % ln -s Makefile.${KARCH}_${COMPILER} Makefile
    % ln -s ${KARCH} obj
    where ${KARCH} is the result of `isainfo -n`, and ${COMPILER} is
    "gcc" or "suncc" which you want to use to make the driver.
    (4) Making binaries (only for re-compiling the drivers by your self)
    To make the binaries, you need Sun C compiler or gcc version 3, and do
    the following operations.
         % /usr/ccs/bin/make
    4. Testing
    Testing before installation is strongly recommended.
    # cd /.../nfo-x.x.x
    # /usr/ccs/bin/make install
    # ./adddrv.sh
    # /usr/ccs/bin/make uninstall (for solaris7, don't remove the file )
    # modload obj/nfo
    # devfsadm -i nfo (for solaris7, use drvconfig and reboot with -r )
    # ifconfig nfoN plumb ( where N is an instance number, typcally 0 for first card)
    # ifconfig -a ( you will see an entry for nfoN)
    # ifconfig nfoN YOUR-HOST-NAME
    # ifconfig nfoN ( ensure IP address is correct)
    # ifconfig nfoN up ( and then you can test with ping, telnet, ftp ...)
    5. Installation
    After you ensure that the nfo driver is fully functional, install it.
    (1) install the nfo driver into the kernel directory
    # cd /.../nfo-x.x.x
    # /usr/ccs/bin/make install
    If you do not test the nfo driver yet, execute the following commands:
    # ./adddrv.sh
    # devfsadm -i nfo (for solaris7, use drvconfig and reboot with -r)
    (2) Configure the network interface. Create and/or modify the following file:
    /etc/hostname.nfoN
    (3) Reboot the system.
    # init 6
    According to the author it seems that he included precompiled binaries in the file but I can't find them. Probably don't know what to look for. I have an ATHLON 64 based computer.
    The best option for me would be buying a ethernet card that's supported under solaris 10 and save the hassel of compiling the program. For experts I'm sure this would be easy, but I'm not an expert; in fact, I'm new to Solaris and don't know much about compiling software.
    Thanks.

  • Install RTL8139 driver in Solaris 10

    Dear All,
    I am new to solaris 10. plz explain me where can i get RTL8139 LAN driver for solaris
    10 and how to install the same.
    Thank you in Advance.
    Regards
    P.Bharathiraja.

    You start by looking in Sun's Hardware Compatibility List (HCL) for Solaris.
    [http://www.sun.com/bigadmin/hcl/data/sol/|http://www.sun.com/bigadmin/hcl/data/sol/]
    In there, you will see that you have three choices for the 8139x chipset.
    You let the NIC be recognized natively during the OS installation (it just works), or you can use Realtek's driver from their web site, or you can use the third-party drivers hosted on Masayuki Murayama's site.
    The downloads from Realtek and from the Murayama site include README files with instructions.

  • SIS 6326 driver for Solaris Intel platform

    Apparently those who used a SiS 6326 chip on the graphics card
    cannot find a proper driver for Solaris 8 Intel.
    I am having the same problem, is there any way of resolve this problem
    so I can make my graphics card work at 100% or does this mean I have to get a different graphics card which is supported by Solaris 8 Intel.

    Do you know if there is any other old SiS drivers for Sun? Maybe we can make it work good (at least 50% fine) using an old driver...
    PS: If you can, please answer to my email: [email protected]
    Thanks in advance...

  • Voodoo3 3000 driver for Solaris 8 IA

    Hi,
    I am looking for a 3dfx-Voodoo3 3000 AGP 16MB driver for solaris 8.
    Target computer : AMD K7 Tunderbird CPU whit ASUS A7V133 M.B.
    Thanks in advance
    Regards
    Flavio Azra

    Hi Shaun,
    I had email contact with sun technicians and they told me that they keep on improving graphics support but that there's no Nvidia driver available by now. No one could tell me when they would start to support GeForce chips but they said it's a good idea to use XFree86 instead which comes with in integrated nvidia driver. Version 4.0.3 worked almost right out of the box, version 4.1.0 caused problems so I reinstalled 4.0.3 again.
    Hope this helps!
    Regards from Germany
    Dirk

  • Who can write Solaris video driver for Intel 810?

    We have a customer who wants to use a Flex/ATX mother board with the Solaris OS. The Flex/ATX mother boards us the Intel 810/810E chip set and we have not been able to find a Solaris video driver for that chip set. Does anyone know if such a driver exists or could anyone suggest a company/individual who I could contact to write such a driver for us?
    Roger Hull (IBM - Charlotte NC)

    Santucho,
    If you can not find the video board listed on the Solaris Hardware
    Compatibility list found on access1.sun.com, then go over to XInside
    at:
    http://www.xinside.com/
    Their Accelerated-X Display Server is their flagship product. It comes with graphics drivers to support over 600 single-head graphics cards and free customer support. Available in box form, it is licensed on a
    per machine per user basis.
    Hope thjs helps.

  • SQLServer ODBC driver for solaris

    Hi,
    do anyone know where I can find the SQLServer ODBC driver for solaris in order to use Oracle Heterogeneus
    Service?

    Easysoft has two ways to do this:
    An ODBC-JDBC gateway driver that runs any JDBC accessible database including SQL Server under one license. Apparently, the ODBC C library has a JAVA engine in there to read the vendor JAR files. I tried it on Interbase with windows, and it worked fine.
    They also have an ODBC-ODBC bridge, but that implies a Windows Server to provide the real SQL Server ODBC for free with another network hop.

  • Audio failure on Solaris

    Is there a known issue with audio on a Solaris SGD server? I've configured two similar setups, and audio works on the 32-bit Pentium system and not on the Sun X4200 system. In both cases, the application server is the SGD server. I've run through the debugging suggestions and attempted to find differences in the two SGD installations. Of course, one uses a 32-bit kernel and the other is 64-bit.
    The tests I'm running are simple "cat > $AUDIODEV" and tests with realplay. The environment vars in both cases point to SGD entries, and modinfo shows the sgd entry, etc. It is as if the audio device is /dev/null. Multiple clients were tested.
    Versions: Solaris 10/08 on the system that doesn't work, 5/08 on the system
    that works. SGD 4.5. Both systems are Ray servers, and both were rebooted since installation of SGD and the enhancement module.

    Do you have Perian from http://perian.org/
    You should read this support page http://perian.org/#support in case you need to delete older codecs.

  • Missing Audio Driver in Windows 8.1 64 bit

    I have a HP Pavilion m7750n that originally was installed with Windows Vista. It's had it's hard drive replaced many times over the years, and now it's running on Windows 8.1 64 bit.
    The problem is: the audio driver went missing somehow
    I can't find it on Device Manager (no "Unknown Devices" show up on the menu)
    The only "Sound, video, and game comtrollers" drivers that show up are:
    1. Hauppauge WinTV HVR-1600
    2. NVIDIA High Definition Audio
    3. NVIDIA Virtual Audio Device
    All of this happened after I used the "Refresh" option Windows 8 has. The right sound driver showed up on Device Manager and worked before I did this.
    On sound options it says the only audio devices I have are some HDMI outputs. The only way to get sound out of my PC anymore is to hook it up to my TV from a HDMI cable connected to the HDMI port on my video card.
    Does anyone know how I can find the audio driver so i can use my desktop speakers again?

    Hi,
    It uses "Realtek High Definition Audio" and Microsoft says it's compatible but many people say no:
         http://www.microsoft.com/en-us/windows/compatibility/CompatCenter/ProductDetailsViewer?Name=Realtek%...
    Please try:
        http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=24&PFid=24&Level=4&Conn=3&DownT...
    or
      http://drivers.softpedia.com/get/SOUND-CARD/REALTEK/Realtek-High-Definition-Audio-Driver-6017161-for...
    Other option: does it have a spare PCI/PCIe slot ? Buy a PCI or PCIe aud card and install on your machine.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

Maybe you are looking for

  • Audigy Platinum EX expansion card/external drive prob

    I have used this card for home studio recording and gaming for a while with no problems. I recently built a new PC and now cannot get the external dri've or expansion card to work. The sound card works otherwise. Games, CD, wave files, and plugs on b

  • How to set the status for a customer plan to RELEASED.

    Hello all, I created a program for mass creation of customer plans. But after the creation of a plan, the status should be set to released, so that the user can go about creating the trade promotions for the customer plan. Can anybody tell me how to

  • Populating field with EXIT_SAPLEINM_002

    Hi, I have a requirement where i have to populate the Vendor Name field when PARVW = 'LF'(in ME22N-Create PO Transaction). Enhancement name:-MM06E001 INCLUDE           ZXM06U02 In Include LEINMF11,this is where i hv to make the changes:- int_edidd-se

  • Few probs after upgrading to vista

    Greetings to all. I have Lenovo 3000 N100 notebook (07684ka). It came shipped with 512 mb ram. I upgraded it to 1.5 gb. Hence it is completely vista compatible. #1: (weird prob): When i shutdown my computer it displayes shutting down for about 5-10 s

  • About printing with Aperture

    When I print with PS or any other application (e.i.: Pages) always appears the presets that I have calibrated for printing with my three favorites papers, but with Aperture these presets do not appears and the dialogue of the printer is complety diff