Two Line-in jacks not working prope

I have a logitech 5. surround sound system on my computer. Three cables, yellow, black, and green.
A strange thing happens, however, when I attempt to get it working. I will plug all of the cables into thir color coded slots in the back of my sound card, but only the green line-in jack works properly. I can even connect the yellow or black cables to the green line-in jack and thos speakers will work.
Solution to this problem?

JordanDugmore wrote:
I have a logitech 5. surround sound system on my computer. Three cables, yellow, black, and green.
A strange thing happens, however, when I attempt to get it working. I will plug all of the cables into thir color coded slots in the back of my sound card, but only the green line-in jack works properly. I can even connect the yellow or black cables to the green line-in jack and thos speakers will work.
Solution to this problem?
Have you set speakers to 5. on Creative Speaker settings panel (for some(/certain) reason/settings, setting speaker mode on Windows speaker settings panel won't 'open' those other output channels (#2 & #3) but only the channel #)?
Also, if you're playing back stereo sources through multichannel system, you may need to enable CMSS processing.
jutapa

Similar Messages

  • Line-in input not working correctly in Garageband

    Problem:
    Line-in input not working correctly with Garageband. Problem occurred AFTER installing and using Blue Yeti USB mic, purchased from the Apple store.
    System Details:
    '07 20" iMac 2.4GHz 4GB RAM, OSX 10.6.5, Garageband '11 v6.0, Logitech Z4 speakers.
    Background:
    Before using the Yeti USB mic, I used the line-in jack. I'd connect a Shure mic or guitars directly in, but more recently through a 12 channel mixer. Have connected the Shure mic directly into the input jack, and the computer appears to be picking it up (System Preferences->Sound->Input), it is responding correctly there. Have set the output to the headphone (line-out) jack. When I go into Garageband, I can select from Line-in 1, Line-in 2, and Line-in Stereo. The trouble is that it's the iMac's built-in mic that is active (the one above the screen), not the line-in. I've rebooted the computer, checked the connections, reconnected the Yeti mic and I can't find what's causing the problem. Not sure what to do from here, need some help. Thanks

    I have Logic Express on the iMac as well and I worked out how to set the input device back to the Line-In. I went back to Garageband and found the equivalent setting under Preferences->Audio/MIDI. Thanks for reading, sorry I didn't sort it out sooner! Merry Christmas!

  • Looking for good sound module/card for AE CS4 and AE CS5.5 Echo Audio not working proper

    Hi,
    I have two different computers, one with AE CS4 and a other one with AE CS 5.5.
    On both systems ( Windows 7 64) my Echo audio fire4 sound-module driver is not working proper
    and crashing AE. Despite the latest updates from Echo. When I uninstall the driver the problems
    are gone!
    That's the reason I'm looking for a good stable sound-module (FireWire) to work with Premiere Pro
    and AE.
    Thanks! David

    Hi,
    I have two different computers, one with AE CS4 and a other one with AE CS 5.5.
    On both systems ( Windows 7 64) my Echo audio fire4 sound-module driver is not working proper
    and crashing AE. Despite the latest updates from Echo. When I uninstall the driver the problems
    are gone!
    That's the reason I'm looking for a good stable sound-module (FireWire) to work with Premiere Pro
    and AE.
    Thanks! David

  • Mic Jack not working after Driver Update, Console unavailable, can't install

    LMic Jack not working after Driver Update, Console unavailable, can't install? I've had nothing but problems after downloading the latest updates via the auto-updater.
    I'm currently using the Creative SB X-Fi Pro Series card. I've had it for close to 6 months and have not had any issues until I ran the auto-updater last night, and while it downloaded over 250Mb of updates, all of them failed to install as described below.
    I'm running on Windows Vista Ultimate, 64-bit
    My main issue is the fact that my microphone is no longer working. I've done a lot of searching and I think the problem has to do with flexijack not being a microphone jack, but instead is an 'in-line' jack. I can no longer find my audio control console, which allows me to switch between gaming and entertainment modes, ect. The solution I found on the KB says that you can switch the blue jack on the back of the card from an in-line jack to a mic jack within the Audio console. I tried downloading it, but while going through the install, I get an error saying the files could not be found and a prompt which asks for a disk or file location. The same thing pretty much happens with all of the items I attempted to download and install.
    I was able to run console fine, as well as use my mic yesterday before I attempted any updates. I attempted the updates because since I've had the card, I've had issues where after I exit a game, all my sound will become crackly and static. Before, I would simply open up the console and switch back-and-forth from gaming to entertainment, which would fix the problem most of the time. If that didn't work, a restart would fix it, but now I've opened up a whole new set of issues.
    Any help would be greatly appreciated.
    I also want to say that the support tickets should not require a serial number to submit a new ticket. My product is registered, so I got rid of the box which contains all that information, leaving me at the mercy of these boards...

    Hello all. Fisrt of all, this are my specs: Yoga 2 pro 13". WiFi card: Intel(R)Dual Band Wireless-AC 7260. I bought it from Best Buy on November 27, 2014. If you aquired your Yoga before this date, you may have the single band WiFi card. As many of you have experienced, I also had a bunch of issues with my WiFi connectivity and this is how I was able to solve it. At least it has been a couple of days that I haven't had any issues. The first symptom was the usual connection drops every X amount of time. For me it was about every 2 hours. I first unchecked the "Allow the computer to turn off this device to save power" option in the Power Management tab of device manager and disabled U-APSD support in the Advanced tab of device manager. This action did not solve the problem. I then downloaded and updated the driver from the Intel web site (http://www.intel.com/p/en_US/support/detect) and this seemed to solve the drops; however, a new problem arised: Everytime my Yoga would wake up from sleeping mode, all my wifi networks were gone and the adapter showed as disabled in Device Manager. I would have to anable it to have my networks back. It was a solution but a pain the butt to have to do this everytime. After hours of reading post after post in several forums, I read a repy from Lenovo asking to try leaving the "Allow the computer to turn off this device to save power" CHECKED if you were using the latest version of the driver. I went back to device manager and checked it back and that seems to have solved the problem. So far I haven't had any drops and everytime my laptop comes back from sleeping mode the WFi connection is still there! Here is a recap of how everything ended up: -The driver version I installed is 17.1.0.19-The driver date is 7/21/2014-In device manager|Advanced, U-APSD support is Disbled.-In device manager|Power Management, "Allow the computer to turn off this device to save power" is checked. Hope this helps somebody else.

  • Not sure why line break is not working

    Hi all,
    Here is part of my simple Swing application:
    String text1 = "hello";
    String text2 = "world";
    String text3 = text1+"\n"+text2;
    // have also tried (String text3 = text1+"\n\r"+text2;)
    displayField.setText(text3);I supposed that the text3 in the label field (displayField) would display like this:
    hello
    world
    But not, the text3 just displayed in the same line like this instead: helloworld.
    I am not sure why the line break is not working.

    Use HTML for a multiline JLabel.// String text3 = text1+"\n"+text2;
    String text3 = "<html>" + text1 + "<br/>" + text2 + "</html>";db

  • Ipad i have load swf file but swf  is not working proper(flex 4.6) but android is fine to work how

    ipad i have load swf file but swf  is not working proper(flex 4.6) but android is fine to work how

    On the MBP, in iTunes, switch to Song view and enable the iCloud Status column by pulling down View > View options and selecting the option for "iCloud Status." Close the small window. Look for any tracks that have a status of "waiting." If you see several of them disable iTunes Match while holding down the Option key. Quit iTunes, wait a few seconds, then open it again and turn iTM back on. Let it compelete the scan. Wait until all tracks that are "waiting" have a status of either "matched" or "uploaded."
    On the iPad, turn off iTunes Match then launch the Music app and let the contents clear out. Power cycle the iPad for good measure, then re-enable the service once all the tracks in iTunes have been processed.

  • Not working proper cellular network work only wifi

    I Have iPhone 5 my phone not working proper cellular network work only wifi connection we are try will everything but not solve my problem

    maheshpl80 wrote:
    we are try will everything but not solve my problem
    What all of "Everything" have you tried????

  • [svn] 3913: BLZ-272 Two long polling endpoints not working in same app with Firefox

    Revision: 3913
    Author: [email protected]
    Date: 2008-10-27 13:49:02 -0700 (Mon, 27 Oct 2008)
    Log Message:
    BLZ-272 Two long polling endpoints not working in same app with Firefox
    The long polling waitMonitor object in the FlexSession did not keep track of
    blocking polls via endpoint ID. This prevented the second channel from blocking.
    Enhance the FlexSession.waitMonitor to be a map of endpointID to
    EndpointQueue objects, and keep track of the monitors based on what endpoint
    they are associated with.
    QA: Yes
    Doc:No
    Checkintests: passed
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-272
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/FlexSession.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/client/FlexClient.java

    Revision: 3913
    Author: [email protected]
    Date: 2008-10-27 13:49:02 -0700 (Mon, 27 Oct 2008)
    Log Message:
    BLZ-272 Two long polling endpoints not working in same app with Firefox
    The long polling waitMonitor object in the FlexSession did not keep track of
    blocking polls via endpoint ID. This prevented the second channel from blocking.
    Enhance the FlexSession.waitMonitor to be a map of endpointID to
    EndpointQueue objects, and keep track of the monitors based on what endpoint
    they are associated with.
    QA: Yes
    Doc:No
    Checkintests: passed
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-272
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/FlexSession.java
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/client/FlexClient.java

  • My two finger scroll is not working

    My two finger scroll does not work on Firef

    hey natchilds, try to switch off smooth scrolling in preferences > advanced > general

  • I have two computers that are not working

    i have two computers that are not working with 1 year warranty

    If offering for sale I will give five dollars for the pair. Barring they are not for sale and each have one year of warranty my suggestion is to contact HP Support by telephone about sending the computers to a repair facility.

  • Wifi  and GPS not working proper

    hi all,
    first of all sorry for bad english German you know :o)
    my Iphone ist 3GS with 4.3(8F190) Modell MC139DN
    i resetet the Network and also i resetet the hole Iphone and startet new with the last backup.
    by the way, 3 month ago it helps when GPS signal was very poor
    but still.... wifi is working ONLY 1 m in front of the server /___sbsstatic___/migration-images/migration-img-not-avail.png from 2 m up no signal AND then SWITSHING TO 3G
    and
    GPS /___sbsstatic___/migration-images/migration-img-not-avail.png ist also not working proper what means :
    the apple app "maps" ist getting the signal lets say every 5 to 10 min end the blue dot is jumping to the next point of the map afer 20 minits the iphon is no longe abel to show a card /___sbsstatic___/migration-images/migration-img-not-avail.png/___sbsstatic___/m igration-images/migration-img-not-avail.png
    with navigation software ( i use it for horse riding on large tours, saiyling and car driving in differet apps: no signal ( and Working) at all /___sbsstatic___/migration-images/migration-img-not-avail.png
    Best regards from Germany
    and any how have a good time

    hi all,
    first of all sorry for bad english German you know :o)
    my Iphone ist 3GS with 4.3(8F190) Modell MC139DN
    i resetet the Network and also i resetet the hole Iphone and startet new with the last backup.
    by the way, 3 month ago it helps when GPS signal was very poor
    but still.... wifi is working ONLY 1 m in front of the server /___sbsstatic___/migration-images/migration-img-not-avail.png from 2 m up no signal AND then SWITSHING TO 3G
    and
    GPS /___sbsstatic___/migration-images/migration-img-not-avail.png ist also not working proper what means :
    the apple app "maps" ist getting the signal lets say every 5 to 10 min end the blue dot is jumping to the next point of the map afer 20 minits the iphon is no longe abel to show a card /___sbsstatic___/migration-images/migration-img-not-avail.png/___sbsstatic___/m igration-images/migration-img-not-avail.png
    with navigation software ( i use it for horse riding on large tours, saiyling and car driving in differet apps: no signal ( and Working) at all /___sbsstatic___/migration-images/migration-img-not-avail.png
    Best regards from Germany
    and any how have a good time

  • Two finger scrolling does not work on my MacBook (late 2008)

    Two finger scrolling does not work on my MacBook (late 2008) with either the notebook trackpad or a b/t conected magic trackpad.  Yes, I've set system preferences.  Suspect a driver or s/w problem.  Ideas?

    Saw another post that hinted that you need to go to accessibility settings:
    System Preferences > UniversalAccess > Mouse & Trackpad > Trackpad Options
    Enable scrolling (and I enabled dragging while I was at it and it worked.  Looks like wierd things can get set even if you don't mean it to.

  • MB Air two finger scroll does not work for a user but does for another

    Hi
    MB Air. 10.9.3.
    Defective Trackpad was just replaced. Two finger scroll does not work for the main user. I made a test log in and two finger scroll works. I booted off an external drive and two finger scroll works.
    I pulled all of the user preferences out, logged out and in and still does not work. Zapped PRAM. Checked all trackpad settings. No luck.
    Tried this in Terminal:
    defaults write -g com.apple.trackpad.scrollBehavior 2
    Any ideas?

    This sounds strange but check the settings in Settings>Accessability for the track pad. I belive your problem lies there not in Track Pad set up in Settings.

  • P965 Neo-F audio jacks not working.

    I've been having serious issues with the audio jacks on the P965 Neo-F board.  I have actually tried two boards, convinced the first board was defective since my speakers worked fine on other computers.  On both the current board and the last board, I did a complete clean XP install, formatting my hard drives and installing the latest RealTek HD drivers (5.10.0.5404 dated 4/23/2007, from MSI).  The first board never so much as peeped, while the board I have now has made some sounds, although I honestly don't know why.  On this board, I had a set of Altic Lansing 2.1 speakers, but because the speakers would pop and make static noises every now and again, generally only if I bumped one of the small stereo speakers or wiggled the cords on the back of it, I thought perhaps the problem was the speakers being old.
    On the current board, I tested a monitor that has speakers in it, and there was no sound.  RealTek's sound manager, which I have installed, did not recognize that there was anything plugged into the jacks even though I had a line in, microphone, and line out plugged in.  When it did recognize the lino out, it also recognized the microphone.  However, it only recognized them for no more than a minute.  The new speakers (also Altec Lansing 2.1) made one squeak for less than a second; other than that, there has been no sound at all.
    I've tried several different RealTek HD drivers from MSI, Microsoft, and RealTek, but none have made any difference.  I've enabled and disabled only to re-enable the audio device through BIOS with no success.  I've checked the volume, DxDiag, and played music--Winamp and iTunes are both making sound, but no sound is coming out.
    I'm pretty much out of ideas here.  The only thing I can think to do is get a sound card, but I don't see why I should have to do that when I'm not an audiophile and the board jacks should suit me fine.  I am quite at my wit's end with this, and would appreciate any help I can get.

    Quote
    It recognizes that I pluged something into the microphone jack but can't get the microne to work.
    This problem usually has to do with the fact that the computer case used, or to be more precise: its front panel audio connectors are not fully Intel HD Audio compliant.  Disable the Automatic Front Panel Jack Detection Function in the Realtek HD Audio Manager and retry.
    If your mic still does not work as it should, browse through the Realtek Program Folder and look for an executeable file named "miccal.exe".  Run it to calibrate your microphone.  Also, enable "Microphone boost" in the Mixer-tab of the Realtek configuration program. The top half part of the mixer Tab ("Playback") can be scrolled to the left via <> buttons.  Scroll left and localize the input jack your mic is plugged into (example:  "Rear Pink In").  Click on the Options button and enable microphone boost.
    Quote
    When I go into the mixer settings I can't adjust adjust any of the inputs - cd, mic, line etc. Although it shows places for a sliding volume adjusters but doesn't show a slider to be able to adjust the volumes of the inputs.
    That is totally normal and not a problem.  It is basically a limitation of the Realtek HD Audio Driver in combination with Windows XP.  It has nothing to do with the board.  Here is an Asus-example:
    There is nothing wrong here.  If you scroll through that output devices/jacks in the Mixer tab of the Realtek HD Audio Manager, you will find that you can adjust the input/output volume for each audio jack individually.  Doesn't make sense to adjust input volume in the output section?  Well, ask Realtek which genius designed the interface and ask him personally.   

  • Built In Audio jack not working for Guitar

    I'm using Garageband 6.0.2 with my new MacBook Pro.  I have a guitar plugged into my amp, and from my amp into the audio input jack on the MBP. I have the settings set to use the Built-In Input, but it doesn't pick up any sound from my guitar when I play; it's using the built-in microphone instead. (and yes, I'm using the Electric Guitar Track). All my cables are good, my amp is good, I've tried multiple different settings to make sure I'm not overlooking anything, and everything's fine until I try to get some sort of signal from the Built-In Input. It just insists on using the microphone.
    I've succesfully used Garageband plenty on my last MacBook Pro, but this one just doesn't seem to want to cooperate. Can anyone please help troubleshoot this?

    I am using GarageBand 5.1, but this should work with newer versions.
    I recently put together a simple Garageband electric guitar setup.  Here are the steps that I took to use the audio input jack.
    Required Materials:
    Guitar
    1/4" to 1/8" cable (Adapter acceptable)
    Macbook
    Headphones or External Speaker
    First, plug in the headphones or external speakers.  This will prevent any unwanted audio feedback, which could damage your macbook.
    Next, open system preferences and navigate to the Sound preference pane.  Command+Space "Sound" should get you there.
    1.)  Click the input tab and you should see two options: Internal Microphone and Line In.  Click Line In.
    2.)  Plug your guitar into the audio line in jack on your Macbook.  You should see the Input Level jump when you plug in your guitar.  Strum normally and adjust the input level.  I turned it all the way up for my acoustic-electric guitar, but if you have an electric guitar with good pickups, you may have to turn it down.
    3.)  Open GarageBand and select "New Project" subcategory "Electric Guitar".
    This is the extent of the information that I was able to aquire through Apple GarageBand documentation. Everything that follows is either third-party or trial and error. 
    4.)  Open GarageBand system preferences (Command+ , ).  Open the second tab labeled "Audio/MIDI".
    The first two settings are "Audio Output:" and "Audio Input:".
    Changing both of these options manually to "Built-In Output" and "Built-In Input" guarantees that you will be able to record and modify audio from your guitar and hear it live.  Clicking "Optimize for Minimum Delay" is useful if you want to hear your guitar with effects with minimum lag.
    I have experimented with changing these settings with limited success.  If you learn anything new please contact me on my profile.
    An Apple a Day...
    Doctah Wilson

Maybe you are looking for

  • Since installing 3.6.9 my Joomla content editor pop-up windows no longer return the URLs selected

    I recently upgraded to Firefox 3.6.9 and found that when using the editor in a Joomla 1.0.15 website , the content editor pop-up windows no longer return URLs selected (eg: image or file URL to be used in a link). I have been using the site with no p

  • Error while updating to target CUBE

    Hi,gurus here. I upload data from ODS into CUBE via DTP. The error happens: Error while updating to target ZICMM0200 (type INFOCUBE) Message no. RSBK241 Package 3 / 2011.11.21 07:05:07 / Status 'Processed with Errors' Message no. RSBK257 I've impleme

  • Problem with CRM 2011 web front end cluster

    Hi. We have a CRM 2011 (RU17) environment with a SQL DB server and 2 web front end CRM server in a cluster. Since few days (about 10) it seems that one of the 2 nodes is not working, and since yesterday many users report access problems when calling

  • Xmlcg

    I was under the impression that xmlcg would provide both set and get methods for each of the elements/attributes. However this does not seem to be the case as only set and add methods are generated. Please would someone confirm this and also mention

  • Templates: how do I get rid of orphaned updates?

    I've made changes to my template, and then undone those changes.  However, the change still shows up in the child pages, greyed out, so I can't delete it.  This has to do with changes made outside <html> where I got the warning message: You have adde