2nd sound card possible issue

Has anyone been successful in using the onboard sound chip of a K8N Neo4 Platinum with a other PCI sound card?
I used to have a Abit with Nforce2, i was using the onboard sound chip for my speakers and a PCI sound blaster audigy for my headphone and mic. That would allow me to watch video or listen to music on the speakers (onboard sound) and talk to buddies over Skype or Teamspeak over my headphone. But now with this new MSI board i am having every day total freeze of the computer, sometimes it would do a 1 second squeaking noise and would frooze totally. So i decided to remove my ATI tv pro tuner and see if that was the cause, but no it would still happen. Then i went and bought a cheap c-media base sound card to replace the sound blaster. But that was worse, has soon has i would use onboard sound i would get a blue screen of death with a cmedia.sys error.
So now i'm back to the sound blaster but tired of those regular freeze, and i disable it to find out if that pci card could be the cause. But then i thought maybe there is a way to what i wanted to do with only one sound card? Is there? can i listen to tv/video/music throught the speakers connected to the line out and talk to my friends and hear them only throught my headphone? I sure can plug the mic in the onboard jack mic in, but how can i get sound from voice to only my headphones?
If that is not possible i then need to know if i can use a second sound card on that K8N Neo4 Board.
Thanks!

You need to blacklist the card you do not want. How to do that is described here: https://wiki.archlinux.org/index.php/Ad … Sound_Card

Similar Messages

  • [Wine] Sound card selecting issues

    Since a month or too, after one of my weekly updates, wine started to select the wrong sound card for its audio playback. Thus, alas, no sound in wine applications.
    When selecting the audio tab in winecfg, I get the following console output:
    fixme:mixer:ALSA_MixerInit No master control found on HDA NVidia, disabling mixer
    fixme:jack:JACK_drvLoad error loading the jack library libjack.so.0, please install this library to use jack
    I don't use jack, so that can be ignored. The HDA NVidia - the S/PDIF on my NVidia video card I presume, I don't use either. What I do use is my onboard sound chip in combination with alsa, which works perfectly on non-wine applications.
    So, I got the following set up:
    $ cat /proc/asound/modules
    0 snd_hda_intel
    1 snd_hda_intel
    $ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: SB [HDA ATI SB], device 0: VT1818S Analog [VT1818S Analog]
    Subdevices: 2/2
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    card 0: SB [HDA ATI SB], device 1: VT1818S Digital [VT1818S Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    $ ls -l /sys/module/snd/holders
    total 0
    lrwxrwxrwx 1 root root 0 Feb 21 12:14 snd_hda_codec -> ../../snd_hda_codec
    lrwxrwxrwx 1 root root 0 Feb 21 12:14 snd_hda_codec_hdmi -> ../../snd_hda_codec_hdmi
    lrwxrwxrwx 1 root root 0 Feb 21 12:14 snd_hda_codec_via -> ../../snd_hda_codec_via
    lrwxrwxrwx 1 root root 0 Feb 21 12:14 snd_hda_intel -> ../../snd_hda_intel
    lrwxrwxrwx 1 root root 0 Feb 21 12:14 snd_hwdep -> ../../snd_hwdep
    lrwxrwxrwx 1 root root 0 Feb 21 12:14 snd_pcm -> ../../snd_pcm
    lrwxrwxrwx 1 root root 0 Feb 21 12:14 snd_seq -> ../../snd_seq
    lrwxrwxrwx 1 root root 0 Feb 21 12:14 snd_seq_device -> ../../snd_seq_device
    lrwxrwxrwx 1 root root 0 Feb 21 12:14 snd_seq_oss -> ../../snd_seq_oss
    lrwxrwxrwx 1 root root 0 Feb 21 12:14 snd_timer -> ../../snd_timer
    $ lsmod|grep '^snd' | column -t
    snd_hda_codec_hdmi 22593 4
    snd_hda_codec_via 52963 1
    snd_seq_dummy 1479 0
    snd_seq_oss 29240 0
    snd_seq_midi_event 5516 1 snd_seq_oss
    snd_seq 50562 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    snd_seq_device 5281 3 snd_seq_dummy,snd_seq_oss,snd_seq
    snd_hda_intel 21837 1
    snd_hda_codec 74577 3 snd_hda_codec_hdmi,snd_hda_codec_via,snd_hda_intel
    snd_hwdep 6222 1 snd_hda_codec
    snd_pcm 72321 2 snd_hda_intel,snd_hda_codec
    snd_timer 19537 2 snd_seq,snd_pcm
    snd 58906 12 snd_hda_codec_hdmi,snd_hda_codec_via,snd_seq_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    snd_page_alloc 7361 2 snd_hda_intel,snd_pcm
    Note that I already blacklisted snd_hda_codec_nvhdmi, which was in the above output before blacklisting.
    Also note the weirdness of having two identical modules for card 0 and card 1. I guess the chip on the video card is Intel as well. I this possible?
    Now the list of things I tried, all without a positive result.
    First, I completely reconfigured my alsa set up.
    Secondly, I blacklisted snd_hda_codec_nvhdmi in /etc/rc.conf
    Thirdly, I used the info from http://wiki.winehq.org/UsefulRegistryKeys to force wine to use card0:
    AutoScanCards=N
    AutoScanDevices=N
    DeviceCTL1=hw:0
    DevicePCM1=hw:0
    Fourthly, I edited .asoundrc to force alsa to use only card0:
    # define soundcard to use, hw0:0
    pcm.!default {
    type hw
    card SB
    # device 0
    # define control device to use, hw0:0
    ctl.!default {
    type hw
    card SB
    # device 0
    Finally, I tried the above globally in /etc/asound.conf
    I even waited two wine updates to see if that would fix it.
    All above did not solve the sound issue and winecfg still gives the same error output as before.
    Note that the sound works fine in everything, except in wine.
    Anyone has any ideas or insight?

    Hi!
    Similar problem here
    [zom@myhost ~]$ winecfg
    fixme:mixer:ALSA_MixerInit No master control found on HDA NVidia, disabling mixer
    fixme:mixer:ALSA_MixerInit No master control found on HDA NVidia, disabling mixer
    err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio
    fixme:winmm:proc_PlaySound Couldn't play header
    fixme:winmm:proc_PlaySound Couldn't play header
    [zom@myhost ~]$ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC889A Analog [ALC889A Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC889A Digital [ALC889A Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    [zom@myhost ~]$ cat /proc/asound/modules
    0 snd_hda_intel
    1 snd_hda_intel
    I will follow some of your steps and research a bit to see if I can find something.
    Please remember to post if you get it working!
    Regards,
    Edit:
    Seems the card is not well specified in your /etc/asound.conf
    % cat /etc/asound.conf
    pcm.!default {
    type plug
    slave.pcm {
    type hw
    card 0
    device 3
    I think you should put the device also, as shown on your "aplay -l". Try and let me know (I will try asap).
    Edit: Forget what I just said and just follow strictly the wine wiki page. In my case it was a problem when installing lib32-openal from the repos. It gave an error and did not install the first time, but I thought it was removed from the repos and wasn't needed anymore.
    Last edited by Darkzom (2011-03-24 01:00:55)

  • How to disable the 2nd sound card when boot up

    My laptop has two sound cards , both are hda-intel.
    I want to disable the HDA nvidia when boot up  ? And I hope this sound card can be enabled manually when necessary .
    I that possible to do with acpi_call , or any method else ?
    Sorry for my  English
    cat /proc/asound/cards
    0 [Intel ]: HDA-Intel - HDA Intel
    HDA Intel at 0xf1a00000 irq 45
    1 [NVidia ]: HDA-Intel - HDA NVidia
    HDA NVidia at 0xf1000000 irq 17
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC665 Analog [ALC665 Analog]
    Subdevices: 0/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0

    You need to blacklist the card you do not want. How to do that is described here: https://wiki.archlinux.org/index.php/Ad … Sound_Card

  • Sound card driver issu

    I have above card & 5. dell surround sound speakers. Were working perfectly until i had a operating system crash about 2 months or so ago. Had to restore OS losing all my data & programmes. When restored noticed sound was bad, so installed the very latest drivers from creative. However my front left & front right speaker have no sound. They give that faint hiss sound when put to my ear so they should work. I have tried uninstalling that driver and trying others to no effect. I have reseated sound card, tried different drivers & nothing works at all(& yes i've checked the obvious). Heres a few things i've noted.. I can no longer use the creative volume panel on my taskbar. A strange white box appears with nothing in it. I have to use control panel in start menu-so i've lost the equaliser.2. The driver date when i access hardware manager is showing as August but it was recent i d/loaded that driver.3. After installing driver it defaults to 2. speaker setup.4. Earlier I enabled a sigma tel High def audio CODEC & the speakers worked(Fleft/Fright), but the other 3 do not work. I had disabled this about 3 week ago because i was trying to get a game to work. That was'nt the problem with the game & i forgot to reinstate it. I'm no expert but is that the onboard sound card? I don't need that enabled right?I really am clueless now. i have ran diagnostics on sound card & it says it works fine & the speakers definitely work ok, so i'm guessing it's a corrupt driver but am no expert. Have tried fdriver cleaner to, & i followed instructions to letter but this may have worsened it.

    Forgot to add what card i use. It's a Sound Blaster X-fi Xtreme music card. Other specs if needed - 4.3 ghz pentium, 7600gt, 2gig system ram.

  • Usb Sound Card Playback Issues - Alsa [SOLVED]

    Hey folks:)
    Just want to say Archlinux is lovely and you guys are doing great work (if be it a little frustrating at times i might add)
    My problem is that i can't configure my USB UA-25 sound card properly.
    If i want to record with ardour, or hydrogen using JACK, everything is fine.
    BUT.
    If i want to play back a simple music file, or run 'youtube' for example, sound refuses to come out of my computer.
    In system>preferences>sound the driver is set to ALSA.
    How can i get sound to play back normaly through my externel sound card? I think Archlinux is trying to use my onboard laptop sound card.
    Thanks!
    Last edited by coffeemonster (2007-04-09 18:33:11)

    fixed the probelm;
    Had to reinstall alsa dirvers, removed all instances of 'usbaudio' from the modules. Reboot. modprobe snd-usb-audio. unmuted all mixers.
    Selected alsa as the driver. Test. Yay! :"")

  • Ralink RT3290 802.11bgn Wifi Card - Possible Issues [SOLVED]

    Dear Lucky owners of such a card, At least from my experience I realized it is not that bad card, even if most probably many production pieces were faulty or not working properly, and many issues can be resolved. Let me list in order of time the issues I faced and solved about this wifi card:  0) First issue is not about RT3290 card itself but it is related to 802.11w encryption compatibility in between Windows8 and Cisco not allowing 802.11n speed rates so failing to G speeds only. - SOLUTIONS:   a. As first test I would recommend trying another router from different brand to see if connecting at 802.11n speed rates   b. If you prove point a issue, then try to fix the issue based on following post (in which you can see the reply from myself Emanuele on the 29th of Nov 2014):  https://supportforums.cisco.com/document/113836/windows-8-clients-cant-associate-cisco-unified-wireless 1) Signal strenght issue: original wifi card RT3290 installed on my HP laptop was having really bad antenna, with signal fluctuating and sometimes bad even really close to any Router I tried. - SOLUTION:   Replace the RT3290 card even with same new card.  (In my case as laptop was under warranty, I proved the issue via screenshots and they replaced with new card solving my signal strenght issue).  2) Original issue (1) was actually resolved after HP replaced the wifi card with same model, but with the latest driver installed 5.0.45 seems like wifi rates change too frequently based on high sensitivity of the driver itself, so that suggested me issue was still there, so making me re-testing anything from scratch. - SOLUTION:    Install 5.0.37 Driver - frequent rate changes issue (with driver 5.0.45) disappears and sensitivity of signal to rate changes seems to be a really good compromise to have good throughput.  3) To check out 2nd issue above I started again using a third party software inSSIDer free version to check signal while I was doing speedtest on web.
     - RESOLUTION:
        inSSIDer normally works on Windows7 without any issue but on Windows8 (at least tested with RT3290) I have just discovered somehow this software was slowing down wifi card performance drastically showing a speed up to 0.1Mbps rather than 40Mbps.   Simply closing the application issue was not recurring, so uninstalled it and after solving all the other issues above this card works perfectly (at least so far ) Hope this post will be informative and will help other about-to-get-mad guys as me

    Hye.  After I read up your solutions, I am quite impressive and really want to try out those solutions. However, I am not very computer wise and I really appreciate if you make a video on solving this problem. Up to you if you want to upload it on the youtube (so that others with similar problem can view it and solve the problem too) or you want to direct email to me ( [email protected] ). I really hope you can help me because I am stuck with this problem since last year. Thank you!!!

  • Lenovo N100 with Intel Sound Card (Speakers Issue)

    Hello.
    I was trying to deal with it but no luck on finding any info. The issue is that then I plug external speakers the laptop ones don't mute.
    Notebook: Lenovo N100
    SoundCard: Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
    Kernel: 2.6.17-beyond (from official package)
    Alsa: 1.0.3 (official package)
    Any one had a similar issue with more or less similar hardware?
    Peace.

    Hi,
    I have very similar problem, my speakers are working, but if I want plug headphones into jack plug-in is nothing happen, speakers are still playing and I couldnt hear anything in headphones.
    Laptop: HP Pavilion dv2058ea
    [root@mariusz ~]# lspci |grep Audio
    00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
    [root@mariusz ~]# uname -a
    Linux mariusz 2.6.19-ARCH #1 SMP PREEMPT Tue Dec 12 12:47:42 CET 2006 i686 Genuine Intel(R) CPU T2300 @ 1.66GHz GenuineIntel GNU/Linux
    [root@mariusz ~]#
    System after "pacman -Suy".
    P.S Sorry for my english, i cant write very well.
    EDIT
    It was simple problem. I had to recompile kernel without ALSA and install the newest alsa-drivers 1.0.14rc1. Now is working. I hope that this will add to Arch, because this what I've done is unusual and temporary.

  • I want to change the sound card on my phoenix 1215t is it possible????

    I want to change the sound card on my phoenix 1215t is it possible????

    NO, none of the HT/Omega products will work in your computer... with the exception of the "eClaro" and only the "eClaro"
    Please send KUDOS to show your appreciation
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • Is it possible to upgrade my sound card on my presario cq60-419wm​? or just buy a new laptop? thanks.

    My Presario CQ60-419WM sound card needes to be upgraded, Is it possible or do I just need to get a new laptop? Thanks for your input. :-)<script type="text/javascript">// /*************************************************​******* This Script will be included in all web pages to show an Icon on Mouse over, Clicking the Icon will show a Zoominto Viewer (a Flash made viewer) to Zoom the Image Content **************************************************​******/ var tmppluginServername = "http://www.zoominto.com/zoomapi/"; //tmppluginServername= "http://localhost:9999/zoomapi/" var versionswf="1100"; versionswf=""; var tmppluginSwfname="" tmppluginSwfname=tmppluginServername + "zoomplugin" + versionswf + ".swf"; var tmppluginimageURL=tmppluginServername + "displayimage.php?image="; var protocol = "http://"; var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1; plugin_run(); function BrowserZoomPlugin() { var ua, s, i; this.isIE = false; this.isNS = false; this.version = null; ua = navigator.userAgent; s = "MSIE"; if ((i = ua.indexOf(s)) >= 0) { this.isIE = true; this.version = parseFloat(ua.substr(i + s.length)); return; } s = "Netscape6/"; if ((i = ua.indexOf(s)) >= 0) { this.isNS = true; this.version = parseFloat(ua.substr(i + s.length)); return; } s = "Gecko"; if ((i = ua.indexOf(s)) >= 0) { this.isNS = true; this.version = 6.1; return; } } var browser = new BrowserZoomPlugin; var dragObj = new Object; dragObj.zIndex = 0; function zoominto_dragStart(event, id) { var el; var x, y; if (id) { dragObj.elNode = document.getElementById(id); } else { if (browser.isIE) { dragObj.elNode = window.event.srcElement; } if (browser.isNS) { dragObj.elNode = event.target; } if (dragObj.elNode.nodeType == 3) { dragObj.elNode = dragObj.elNode.parentNode; } } if (browser.isIE) { x = window.event.clientX + document.documentElement.scrollLeft + document.body.scrollLeft; y = window.event.clientY + document.documentElement.scrollTop + document.body.scrollTop; } if (browser.isNS) { x = event.clientX + window.scrollX; y = event.clientY + window.scrollY; } dragObj.cursorStartX = x; dragObj.cursorStartY = y; dragObj.elStartLeft = parseInt(dragObj.elNode.style.left, 10); dragObj.elStartTop = parseInt(dragObj.elNode.style.top, 10); if (isNaN(dragObj.elStartLeft)) { dragObj.elStartLeft = 0; } if (isNaN(dragObj.elStartTop)) { dragObj.elStartTop = 0; } dragObj.elNode.style.zIndex = ++dragObj.zIndex; if (browser.isIE) { document.attachEvent("onmousemove", zoominto_dragGo); document.attachEvent("onmouseup", zoominto_dragStop); window.event.cancelBubble = true; window.event.returnValue = false; } if (browser.isNS) { document.addEventListener("mousemove", zoominto_dragGo, true); document.addEventListener("mouseup", zoominto_dragStop, true); event.preventDefault(); } } function zoominto_dragGo(event) { var x, y; if (browser.isIE) { x = window.event.clientX + document.documentElement.scrollLeft + document.body.scrollLeft; y = window.event.clientY + document.documentElement.scrollTop + document.body.scrollTop; } if (browser.isNS) { x = event.clientX + window.scrollX; y = event.clientY + window.scrollY; } dragObj.elNode.style.left = dragObj.elStartLeft + x - dragObj.cursorStartX + "px"; dragObj.elNode.style.top = dragObj.elStartTop + y - dragObj.cursorStartY + "px"; if (browser.isIE) { window.event.cancelBubble = true; window.event.returnValue = false; } if (browser.isNS) { event.preventDefault(); } } function zoominto_dragStop(event) { if (browser.isIE) { document.detachEvent("onmousemove", zoominto_dragGo); document.detachEvent("onmouseup", zoominto_dragStop); } if (browser.isNS) { document.removeEventListener("mousemove", zoominto_dragGo, true); document.removeEventListener("mouseup", zoominto_dragStop, true); } } function imgplayerprogress_DoFSCommand(command, args) { var imgplayerprogressObj = isInternetExplorer ? document.all.imgplayerprogress : document.imgplayerprogress; } function zoominto_addElement(divIdName, htmlval) { try { var newdiv = document.createElement("div"); newdiv.setAttribute("id", divIdName); newdiv.setAttribute("title", ""); newdiv.style.position = "absolute"; newdiv.style.display = "none"; newdiv.innerHTML = htmlval; document.body.appendChild(newdiv);; } catch (e) { } } function zoominto_addmyelems(divIdName, htmlval) { try { var newdiv = document.createElement("div"); newdiv.setAttribute("id", divIdName); newdiv.innerHTML = htmlval; document.body.appendChild(newdiv);; } catch (e) { //_L(e); } } function zoominto_initializelements() { zoominto_addElement("plugpanel", "<a href='javascript&colon;zoominto_showflash()'><img class='myplug_img' src='" + tmppluginServername + "zoomicon.gif' alt='ZoomInto: Pictures, Images and Photos' /></a> "); zoominto_addmyelems("plugincheck_0909", "<div id='div_plugin_img_player' style=' position: absolute; padding: 12px; left: 50%; top: 50%; visibility:hidden; display:none; z-index:102; vertical-align: middle;'></div>"); } function zoominto_GetElementPostion(theElement) { var selectedPosX = 0; var selectedPosY = 0; tmpw = theElement.width; tmph = theElement.height; while (theElement != null) { selectedPosX += theElement.offsetLeft; selectedPosY += theElement.offsetTop; theElement = theElement.offsetParent; } var tempelement = new Array(selectedPosX, selectedPosY, tmpw, tmph); return tempelement; } function plugin_showdeadcenterdiv(Xwidth, Yheight, divid) { var scrolledX, scrolledY; if (self.pageYOffset) { scrolledX = self.pageXOffset; scrolledY = self.pageYOffset; } else if (document.documentElement && document.documentElement.scrollTop) { scrolledX = document.documentElement.scrollLeft; scrolledY = document.documentElement.scrollTop; } else if (document.body) { scrolledX = document.body.scrollLeft; scrolledY = document.body.scrollTop; } var centerX, centerY; if (self.innerHeight) { centerX = self.innerWidth; centerY = self.innerHeight; } else if (document.documentElement && document.documentElement.clientHeight) { centerX = document.documentElement.clientWidth; centerY = document.documentElement.clientHeight; } else if (document.body) { centerX = document.body.clientWidth; centerY = document.body.clientHeight; } var leftOffset = scrolledX + (centerX - Xwidth) / 2; var topOffset = scrolledY + (centerY - Yheight) / 2; var o = document.getElementById(divid); var r = o.style; r.position = "absolute"; r.top = topOffset + "px"; r.left = leftOffset + "px"; r.display = "block"; } function pluginalertShow(layerid) { document.getElementById(layerid).style.visibility = "visible"; document.getElementById(layerid).style.display = "block"; plugin_showdeadcenterdiv(280, 115, layerid); document.getElementById("plugin_btn_activate").foc​us(); } function pluginalerthide(layerid) { document.getElementById(layerid).style.visibility = "hidden"; document.getElementById(layerid).style.display = "none"; } function zoom_getValidString(){ return "&isValidviewer=1";// all things are valid } function zoominto_showflash(zoomres) { try{ if(zoomres == undefined) zoomres="600x442"; zoomarr=zoomres.split("x",2) var divimgplayer = document.getElementById("div_plugin_img_player"); divimgplayer.style.display = "block"; divimgplayer.style.visibility = "visible"; //old movie 550 400 // plugin_showdeadcenterdiv(600, 371, "div_plugin_img_player"); plugin_showdeadcenterdiv(parseInt(zoomarr[0]), parseInt(zoomarr[1])+120, "div_plugin_img_player"); // zoominto_setImage(); zoominto_changeobject(document.getElementById("plu​gpanel").title,zoomres); } catch (e) { } } function zoominto_closeflash() { var divimgplayer = document.getElementById("div_plugin_img_player"); divimgplayer.style.display = "none"; divimgplayer.style.visibility = "hidden"; } function hidezoomicon(){ document.getElementById("plugpanel").style.visibil​ity = "hidden"; } function getMouseX( e ) { return e.pageX || ( e.clientX + ( document.documentElement.scrollLeft || document.body.scrollLeft ) ); } function getMouseY( e ) { return e.pageY || ( e.clientY + ( document.documentElement.scrollTop || document.body.scrollTop ) ); } function dhtmlLoadScript(url) { var e = document.createElement("script"); e.src=url; e.type="text/javascript"; // document.getElementByTagName("head")[0].appendChil​d(e); document.getElementById("addiv").appendChild(e); } function getactualimgdimensions(imgsrc){ zoomintoheavyImage = new Image(); zoomintoheavyImage.src=imgsrc var tempelement = new Array(zoomintoheavyImage.width, zoomintoheavyImage.height); return tempelement; } function plugin_run() { var newcss = "#div_plugin_img_player td {padding:0;} \n #div_plugin_img_player th {padding:0;}"; if ('\v'=='v') /* ie only */ { document.createStyleSheet().cssText = newcss; } else { var tag = document.createElement('style'); tag.type = 'text/css'; document.getElementsByTagName('head')[0].appendChi​ld(tag); tag[ (typeof document.body.style.WebkitAppearance=='string') /* webkit only */ ? 'innerText' : 'innerHTML'] = newcss; } var image = document.getElementsByTagName("img"); var totimgLength=image.length; zoominto_initializelements(); for (var i = 0; i < image.length; i++) { if (image[i].className.match("myplug_img")){ image[i].onmouseout = function (evt) { document.getElementById("plugpanel").style.visibil​ity = "hidden"; } }// Zoom icon hidden zoomarrdim= getactualimgdimensions(image[i].src); //arrdim[0] - width arrdim[1] - height if (!image[i].className.match("myplug_img") && zoomarrdim[0] > 50 && zoomarrdim[1] > 60) { image[i].onmouseover = function () {imgvals = zoominto_GetElementPostion(this); document.getElementById("plugpanel").style.display = "block";document.getElementById("plugpanel").style​.visibility = "visible";document.getElementById("plugpanel").sty​le.left = imgvals[0] + "px";document.getElementById("plugpanel").style.to​p = imgvals[1] + "px";document.getElementById("plugpanel").title = this.src;}; image[i].onmouseout = function (evt) { imgvals = zoominto_GetElementPostion(this); strx=imgvals[0]; stry=imgvals[1]; endx=imgvals[0] +imgvals[2] ; endy=imgvals[1] + imgvals[3]; tmpcurx=evt.pageX; tmpcury=evt.pageY; if(tmpcurx > strx && tmpcurx < endx && tmpcury > stry && tmpcury < endy ){ l=1 } else{ document.getElementById("plugpanel").style.visibil​ity = "hidden"; } }; }// End of Condition Image smaller if(zoomarrdim[0] == 1 && zoomarrdim[1] == 1){ // remove Image element image[i].style.display="none"; image[i].style.visibility="hidden"; } } } function zoominto_URLEncode(clearString) { var output = ""; var x = 0; clearString = clearString.toString(); var regex = /(^[a-zA-Z0-9_.]*)/; while (x < clearString.length) { var match = regex.exec(clearString.substr(x)); if (match != null && match.length > 1 && match[1] != "") { output += match[1]; x += match[1].length; } else { if (clearString[x] == " ") { output += "+"; } else { var charCode = clearString.charCodeAt(x); var hexVal = charCode.toString(16); output += "%" + (hexVal.length < 2 ? "0" : "") + hexVal.toUpperCase(); } x++; } } return output; } function Closeiepluginpanel() { closeflash(); } function logme(txtstr) { // try { //alert(txtstr); return ""; } function zoominto_changeobject(url,zoomres) { //Method to Display the Viewer for Image imgName_bfr=(tmppluginimageURL +url + zoom_getValidString()) escimgName_bfr=escape(imgName_bfr); trkval = "?chkme=" + imgName_bfr + "&rootstr=" + tmppluginServername; pagetitle = ""; urlstr = zoominto_URLEncode(document.location); zoomarr=zoomres.split("x",2) playerwidth=parseInt(zoomarr[0]);// 800 tablewidth=playerwidth ;//-2 ;//798 playerheight=parseInt(zoomarr[1]);//600; adwidth=468;//playerwidth -10 ;//768; adheight=60; document.getElementById("div_plugin_img_player").i​nnerHTML = "<div onmousedown=\"zoominto_dragStart(event, 'div_plugin_img_player')\" style='height:24px;margin-left:0px;position:relati​ve;width: "+playerwidth +"px; z-index: 99; background-color:#ECECEC'> <MAP NAME='zoomintomap187'> <area shape='rect' coords='0,0,108,24' href='http://www.zoominto.com' alt='Zoominto' target='_blank'/> </MAP> <table width='"+playerwidth+"' cellspacing='0' cellpadding='0' style='border: 1px solid #CCCCCC;border-bottom:none' > <tbody><tr> <td><table cellspacing='0' cellpadding='0' border='0'> <tbody><tr bgcolor='ECECEC'> <td background='" + tmppluginServername + "images/bluebacku.jpg' align='right'><table width='"+tablewidth+"' cellspacing='0' cellpadding='0' border='0'> <tbody><tr> <td><div align='left' style='height:24px' ><img style='cursorointer' USEMAP='#zoomintomap187' height='24' width='108' border='0' src='" + tmppluginServername + "images/zoomintologo2.jpg'/></div></td> <td height='24' ><span style='padding-left:4px;float:right' align='right'> <a href='javascript&colon;zoominto_closeflash()'><img height='21' width='21'border='0' src='" + tmppluginServername + "images/close.jpg'/></a></span><span style='float:right' align='right'><select style='height: 20px;' id='resselect' onchange='zoominto_showflash(this.value)'><option value='600x442'>Default</option><option value='690x509'>115%</option><option value='750x553'>125%</option></select></span></td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> </tbody></table><!--comment--> </div><div style='border: 1px solid #CCCCCC;border-bottom:none;margin-top:-2px;backgro​und-color:#FFF'><object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-4445535400​00\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/​flash/swflash.cab#version=9,0,0,0\" width=\""+playerwidth+"\" height='"+playerheight+"' id=\"editor\" align=\"middle\"> <param name=\"allowScriptAccess\" value=\"sameDomain\" /> <param name=\"allowFullScreen\" value=\"false\" /> <param name=\"chkme\" value=\""+imgName_bfr+ "\" /> <param name=\"rootstr\" value=\""+tmppluginServername + "\" /><param name=\"movie\" value=\""+tmppluginSwfname+"\" /><param name=\"quality\" value=\"high\" /><param name=\"bgcolor\" value=\"#ffffff\" /> <embed src=\"" + tmppluginSwfname + trkval+"\" quality=\"high\" bgcolor=\"#ffffff\" width=\""+playerwidth+"\" height='"+playerheight+"' name=\"editor\" align=\"middle\" allowScriptAccess=\"sameDomain\" allowFullScreen=\"false\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.adobe.com/go/getflashplayer\" /> </object></div><div style='border: 1px solid #CCCCCC;border-top:none;margin-top:-2px;background​-color:#FFFFFF'><table width='"+playerwidth+"' style=''> <tbody><tr> <td bgcolor='#FFFFFF'><div align='center'> <table width='100%' height='60' cellspacing='0' cellpadding='0' border='0'> <tbody><tr> <td bgcolor='#ffffff' > <div align='center' ><iframe width=\""+adwidth+ "\" height=\""+adheight+ "\" frameborder=\"0\" scrolling=\"no\" vspace=\"0\" src='" + tmppluginServername + "ads/remoteads.php5?extension=firefox&hostarea=zoo​minto&contenturl="+ document.location +"&width="+adwidth+"&height="+adheight+"' name=\"google_ads_frame\" marginwidth=\"0\" marginheight=\"0\" id=\"google_ads_frame1\" hspace=\"0\" allowtransparency=\"true\"></iframe> </div> </td> </tr> </tbody></table> </div></td> </tr></tbody></table></div>\n"; document.getElementById('resselect').value=zoomres​; } // </script>

    Hi,
    What has been going wrong with your post ? You can use external USB sound card for your laptop. Here are few of them:
      http://www.shopbot.com.au/external-sound-card-usb/​price/australia/582295
    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.

  • Sound card issues downgrading Pavilion dm1z to XP x64?

    A few months ago, while following the "Unofficial Downgrade to XP" guide, I decided to go with XP 64-bit for my Pavilion dm1z laptop. The thread does indicate that 64-bit XP isn't supported at all for newer HP laptops, but I wanted to still take advantage of the expanded memory availability for my laptop with a 64-bit OS. (Specs are below in my signature.)
    I was able to get everything working that I needed -- monitor/display, wireless, wired networking, touchpad, SATA drivers -- everything except the audio driver, which HP no longer provides for 64-bit XP and which I was unable to find elsewhere. Upon repeated installs, I would always get "The upgrade does not apply to your system" or something similar. MS UAA HD Audio had installed properly, but audio always appeared with a yellow exclamation in Device Manager. Sound card is used with IDT audio drivers, and I'm assuming that the driver(s) I tried work only with a 32-bit OS. I ended up reinstalling Windows 7 through a recovery USB I had made prior to my attempted downgrade, but am still not happy with Windows 7, and would rather have XP 64-bit.
    Can anyone point me in the right direction of either: 1) a guide on how to upgrade/replace the built-in IDT sound card with another, more widely used brand (like Realtek, Conexant or Creative), or 2) somewhere I can download IDT audio drivers for 64-bit Windows XP?
    Pavilion dm1z-2100: 5 GB RAM; 500 GB HD
    Audio: IDT HD Audio
    Wireless: Broadcom BCM4315; Wired: Atheros AR8121
    Graphics: AMD / ATI Mobility Radeon HD 4200
    Storage: AMD 780G Chipset; AMD SB700 Southbridge

    Thanks for the link, will try it as soon as I can.
    But in case it doesn't work, is it possible to replace the internal audio card with one from another company, and download the XP drivers for that?
    Pavilion dm1z-2100: 5 GB RAM; 500 GB HD
    Audio: IDT HD Audio
    Wireless: Broadcom BCM4315; Wired: Atheros AR8121
    Graphics: AMD / ATI Mobility Radeon HD 4200
    Storage: AMD 780G Chipset; AMD SB700 Southbridge

  • Sound card issue

    I have onboard sound, it's been working perfectly fine in Arch. The other day I took apart my computer to move it into a new case, dropped a screwdriver on the motherboard a couple of times, straightened a pin that I noticed was bent on the front panel audio connector (which I wasn't using), and when I hooked everything back up and turned the system on, I no longer heard sound. I didn't get any error messages from the sound system, and when I play something in, say, Amarok, everything looks normal, except for the fact that no sound is coming out of my speakers. So I suspect I physically damaged the part of the motherboard responsible for playing sound.
    lspci still returns the name of the onboard device, though, and dmesg doesn't report anything different from what it normally reports about the device. Is there anything else I might try to see if there's a software solution to this?
    I'd like to fix the onboard sound, but I thought that might not be possible, so I put in a cheap PCI sound card. lspci detects this too, but when I plug my speakers into that card's line out I also get no sound, although again everything on the software end seems to be fine. I tried disabling the onboard sound in the bios but the system still doesn't seem to detect that I want to use that card.
    So, if anyone has any thoughts on what I'm doing wrong with the PCI sound card or (preferably) a way to try to fix the onboard sound, please post.

    Have you run "alsaconf"? It could be your PCI sound-card isn't configured in ALSA yet.
    Have you checked whether the line-out is muted? You could for example by "alsamixer" adjust sound levels.
    If the on-board sound-card is disabled, there shouldn't be any other card for ALSA to pick up. Otherwise you need to check in /etc/rc.conf which card is picked up as default, in other words which module is put first in line.
    Dropping screwdrivers on the motherboard isn't a very good idea. Even static electricity could severely damage components.

  • External sound card sample rate issue

    After installing Yosemite I am having problem with Sample Rate settings on my external audio interface. It was working perfectly before the upgrade.
    The issue is that the sample rate on my system is set to 44.1 Khz. When a new application attempts to access the audio card it plays but breaks up. This is indicative of a sample rate issue so I tried to set the rate to 48 Khz and then back to 44.1 Khz. Once I do this the system works properly until another application tried to use the card and I have to repeat the same process over again. While it DOES work it is not correct functionality and there is obviously something wrong.
    At first I thought is was just my system until my friend also commented on it happening to him too.
    I am using an RME Fireface UFX with the latest drivers issued on October 8th of this year.
    My friend is using an M-Audio unit and he is finding the same issue.
    I have already checked everything in Audio / Midi Set-up control and reinstalled the drivers for my audio interface. I also looked for any new settings to Yosemite to see if there was something new that might affect this. No luck and no leads on where to look for the next option.
    Anyone have any ideas?

    Hi,
         The  sound card do not support all sample rates. Which sample rates your sound card support you will find in the the manual.goto help in the toolbar select find examples and search for sound Open the Sound Input to File.vi file.This will give you a template for recording sound.You have to set the sample rate then open a sound file for write.
    Please post a sample VI that you have created.
    also,please go through this:-
    http://www.zeitnitz.de/Christian/waveio
    Thanks as kudos only

  • Snd_hda_intel, VT1708 Sound Card issue at Boot Up,

    Hello there,
    Since a week or two (after an update) my sound card isn't at the right order; therefore I cannot play any sound. Let me explain furthermore, I have an USB Webcam with microphone, and a ASUS P5Q Pro Turbo equipped with a VIA VT1708 S sound card.
    I followed the "Advanced Linux Sound Architecture" guide and everything was working sweet until that update, no the USB Webcam is always (if plugged in while booting) the default sound card.
    Here is my /etc/modprobe.d/modprobe.conf
    # /etc/modprobe.d/modprobe.conf (for v2.6 kernels)
    options snd_hda_intel
    So at the moment, I do start up with the Webcam unplugged, but I would like to fix this issue as the webcam is needed very often.
    Many thanks for your time and help.
    SweetthD3ViL

    Seems I resolves the issue,
    here /etc/modprobe.d/modprobe.conf
    # /etc/modprobe.d/modprobe.conf (for v2.6 kernels)
    ## Before ###
    #options snd_hda_intel
    ## test new config ##
    alias snd-card-0 snd-hda-intel
    alias snd-card-1 snd_usb_audio
    options snd-card-0 index=0
    options snd-hda-intel index=0
    options snd-card-1 index=1
    options snd_usb_audio index=1
    remove snd-hda-intel { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-hda-intel

  • Sound card issues?

    Hi,
    I am putting the system shown below together at the moment. I have had it up and running a couple of times now and experienced almost identical crashes.
    the first couple of crashes the system just came to a halt and upon reboot I got the "config/system is missing" error. The most recent one has resulted in a Blue screen stop error with "unmountable boot device". However the manner of the errors and the time they occured is identical.
    I have narrowed it down, I believe to the soundcard/sound drivers. The most recent time I installed XP Home SP1, some basic drivers (graphics and motherboard but NO sound). I then played Prince of Persia: Warrior Within (just because it was a free one with the graphics card) with no problem. This was soundcard physically connected but no drivers installed. I then installed the drivers from the creative cd - possibly a mistake! and played again and sure enough the system crashed at exactly the same point it previously had.
    In between crashes I have moved the soundcard itself from PCI slot 2 to 3 in case there was some conflict. Obviously I have the onboard sound turned off in the BIOS but to perfectly honest some of the other BIOS setting baffle me and the manual isnt too descriptive so they have generally been left as is. I think I have disabled the RAID but enabled the SATA1/2 and 3/4 pairings (is this correct?!). The two drives are connected on SATA1 and 2 - the nVidia controlled ones as far as I can see.
    Is there any known conflict between the Audigy cards and this motherboard? In the meantime I am downloading latest drivers for the sound card on my working desktop ready for another re-install!!
    Any advice as to how/why the crash occured or any fixes would be much appreciated! Also any advice regarding BIOS settings as I realise the problem may lie with something I have accidentally changed!!
    Many thanks,
    Nath
    System:
    MSI K8N Neo4 Platinum
    Antec NeoPower 480W
    AMD Athlon 64 3200+ with Hyper 48 cooler
    2x512mb Crucial DDR400
    2xSeagate Barracuda 7200.7 200Gb SATA - Not RAIDed
    Leadtek 6600GT TDH 128mb PCI-E
    Creative Audigy 2 ZS Platinum Pro
    Creative TD7700 speakers with DDTS100 decoder
    DVD-RW (Nec5120) + DVD (Sony DDU12 I think)

    Hi, thanks for the quick response!
    I have re-installed XP Home SP1 on the main drive, installed DirectX9.0c and the 71.89 nVidia WHQL certified drivers. Everything appears to be going well so far! The motherboard drivers appear to have gone on ok, usb ports working, network things identified and shown in bottom right as disconnected.
    I downloaded the drivers you suggested from the creative website (I think they were dated 12 May) and tried to install them and realised they were an update so I installed the original CD ones (you were right - December 03!!!) then applied the update. The sound is working in windows fine, the sample music plays through all speakers using a digital line through the decoder - perfect! 
    Before I install the suspect applications and run them again I thought it working checking the device manager, even though no problems appear to be showing up and sure enough I have discovered that the graphics card and sound card appear to be sharing the same interrupt (IRQ 18). Is this correct?!
    I will wait to install games/applications I think may break the system until I hear something back as I suspect this may fix it! That said I can see no way of disabling automatic allocation - the automatic setting box is greyed out. If you need them I can give you a list of the other interrupts so we can select and IRQ for the sound card that will not conflict.
    Anything else worth checking before I do much else?
    Thanks again,
    Nath

  • No Sound Issue with PHASE88 sound card

    K8T Neo series motherboard, socket 754 - NO SOUND ISSUE
    I'm using a AMD athlon64 processor
    I am having problems with my PHASE88 sound card. Windows XP regonises it and says the "driver is enabled but has not been started." I can't fix this problem in the device manager anywhere and so I was thinking it may be a conflict with the onboard Audio. I can't find in the BIOS where to disable the on board audio - can someone help?

    Hi
    Page 3-20 of manual
    Integrated peripherals - onboardPCI controller - AC97 sound -disable it.
    You may have to install device with New Hardware Wizard in Control panel.
    cheers
    Jocko

Maybe you are looking for

  • Missing Sound Clips

    I'm ready to send my fcp audio via 'Send to' to STP, but once it opens, it's only showing 2 or 3 clips out of the entire audio sequence. About 95% of the audio is missing/not visible in the STP timeline. Anybody have a solution for this?  I've used S

  • CGContextDrawImage is too slow

    Hi, I am loading a image from iPhone photo album, scale it, and then copy all the pixels to a allocated buffer. My code is here: 1. Get the UIImage from UIImagePickerController 2. Check the size and orientation and then come up a tranformation matrix

  • How to create an registration form?

    Hi, I shall make a suggestion to renew the registration for a education centre. Some time ago I heard of a possibility to create forms in Acrobat... that worked, so I have the form. But how is it possible to send the filled pdf-form to an website (my

  • How to add new fonts into SAP

    hi experts,               I have a font in my system but it is not coming in SAP .How to bring it into SAP.like picture we have to export it ???? thanks in advance mani

  • Bootcamp crashed and erased part of my HDD

    i have done a little bit of research and i have found nothing that has actually worked, but i was trying to install windows on my mac using boot camp, and i have done this a bunch of times before, but this time it crashed and erased my partition. i h