His BOP-S590 optical problem

Here's my setup.

SHARP Aquos

Sony Blu - ray BDP-S590

LG Sound bar NB3520A.

HDMI from Blu - ray to the TV and Blu - ray optics to the Soundbar.

I have also a harmony logitech touch control all devices.

Here's the problem:

Never 25 minutes the sound bar power auto turned off because he thinks not, it receives a signal. The sound will be played through the sound bar very well (it today with different optical testing in ports on the sound bar has not solved the problem).

I think it's a matter of Sony and not a sound bar delivers because

My Xbox is also implemented in the same configuration (just replae it by appointing any blu - ray) and it works very well and can keep the Soundbar on etc.

I read about the manual of Sony and the LG many times and I think it might be a configuration problem on my end. But I'm lost. I can't find in the menu blu - ray how to say blu - ray do not send sound via HDMI and just use the perspective check.

It is a problem of double trouble because if I don't turn the volume down on the TV I have two sound sources (TV and soundbar) who are not Sync, so it sounds like an echo.

Is it possible to configure the reader sends no audio on the HDMI, or tell the player to use the optical output as the audio source by default?

I solved the problem, I have the audio setting HDMI as Auto
2 settings are disabled
and the other setting that to run, I changed bitdownstream to the PCM

Tags: Sony Products

Similar Questions

  • Optical problem Lenovo Y580

    Hi there everyone,

    So I'll be quick on my problem to go straight to the point. I installed Windows 8 to Dreamspark to try to update my system, may be faster. After the installation of the OS, I had problems after problems, including performance was extremely terrible!

    So I used my restore DVD to return to Windows 7 Pro. Now, I've updated all my drivers Lenovo Web sites and Intel, that not all drivers Lenovo has seemed to work.

    I never noticed before, but my light optical (digital sound, the red one on the side 3.5 mm plug right hand) is still on. IM pretty good with computers, but nothing that I don't seem to turn it off. Is it supposed to be on? Seems rather pointless if its still on.

    I guess I'm looking for assistance on this topic. I tried to disable the hardware, change of drivers... Ideas now. Any help is appreciated.

    Lenovo Y580

    3rd generation Intel Core i7-3610QM at 2.30 Ghz

    8 GB RAM

    500 GB drive HARD 7200 RPM

    NVIDIA Geforce GTX 660 M graphics card

    Thank you.

    Good,

    I managed to get the drivers to work. I was about to try to install the drivers manually, but then I got the idea to try the XP drivers. BAM, they worked. I have no idea why XP drivers worked, but the pilots of 7 or 8 do not have.

    Well, problem solved, I guess!

    Thanks for all your help!

  • His HT CT660 bar problem: rapid power of inhibition

    I have a new bar of his HT CT660 who has developed a new problem after 2 weeks of use. When using the sound bar the mute on the sound bar will Flash and the resulting sound is wasted up pulses. If I disable the sound bar and turn back the problem resolves to another time when the system is activated again. What happened with the HDMI 1 (Panasonic plasma TV) and HDMI 3 (WiiU) connections. It seems to start the ignition only, not once it has been on and functional.

    Automatic cut-off is a function of the BRAVIA® Theatre Sync/HDMI® feature control. The default setting for the control function for HDMI on the system HT is defined on IT. Pour resoudre solve the problem of INHIBITION, set HDMI control to OFF (page 28 of the Manual).

    Given that the steps to disable this feature depending on your model, follow the steps in the manual labeled to set the [control for HDMI] system power switch manually.

    NOTES:

    • The system HT retains the settings the next time the system is powered.
    • During the setting of the function control for HDMI, Audio Control system does not work. This is a normal operation.

    If my post answered your question, please mark it as "accept as a Solution.

  • LabVIEW synthesizer: sound via his MacBook card output problem

    Hi all!

    First time posting here, I hope I'm in the right section of the forum. In any case, I am a part-time student and is currently studying a module on Labview at the University. Like a mini project I decided to build a synth using Labview. I built for the most part, but I'm having a little trouble out of sound for the sound card. I am also having a bit of trouble getting the waveforms to play for a long period of time.

    I was copying sort of the configuration of one of the example of screw (generation sound vi I think) and an another vi I found online, but I can't seem to get mine to work using my synth design. I have two problems, one is that the waveform only play for a very short time, but the main problem is that I am getting an error (error 4803) saying the sound card can not accommodate the specified configuration, but I can see my setup is more or less the same as the generation sound vi (which works on my thin macbook). Obviously I'm missing something, so I decided to come here and ask for help.

    I'm guessing that the type of data connected to my exit the configure vi would be a problem because it has a red dot on the input terminal. Any suggestions on how I should resolve this problem?

    I have my attached vi. Any help would be appreciated!

    See you soon!

    Edit: I have already corrected the error 4803. Had to change configure the entry to the audio output sub vi. Now, I just have to find a way to get the sound to play for more. Any ideas anyone?

    Ok. You have several problems.

    The order of cluster in your cluster size is rate, Bits, channels, while the order in the cluster 'sound format' on Configure.vi of output is the frequency of sampling (s/s), number of channels, bits per sample. LabVIEW connects clusters according to the order of cluster. How to avoid this: Pop up on the conpane format of its terminal on the icon Configure.vi to audio output on the block diagram, and then choose Create a control. This will put a control with the same names and the order of cluster on the front panel. You can change the name if you wish as long as you do not change the order of cluster. The alternate is to unbundle your cluster control data, and then package it to the cluster of entry. I watch this the change of your attached VI.

    The VI does not meet the Stop button until the structure of the event runs, which occurs when a key is pressed. FIX: Add a case of event for the Stop value change event. I watch this the change of your attached VI.

    The VI does not recognize changes in the Octave, Amplitude, Osc Select or filter frequency until the second keypress after changing one of these controls. Why? Stream. These controls are probably read in the microseconds after one iteration of the for loop starts. They do not play again until the next iteration no matter when or how many times they are changed. The loop will not iterate until the end of the structure of the event, which only occurs when a key is pressed. The Fix: Case of event for changes in value on these controls. Note that this does not work because now there is no set frequency. So you have also some registers at offset. Because of the problems mentioned, I did not it in modified VI.

    Then, the structure of the event freezes the façade has not completed the code inside. This becomes very apparent when you set the duration to 2 seconds, press multiple keys quickly. The solution to this issue and the problem in the previous paragraph is a loop parallel archtitecture, such as the design of producer/consumer model.

    Not a problem but another way to do something: use the scale of power of 2 in the digital palette instead of the case connected to Octave structure.  I watch this the change of your attached VI.

    Now to your question on the tone duration: the duration of a signal generated by the sinus Waveform.vi and others is determined by the sampling frequency and the number of samples. You are studying, you can do the math. You need to adjust the number of samples as the sampling frequency is fixed.

    The modified VI works fine on my iMac.

    Lynn

  • His AXC 603 G problems

    I got this a few days ago and everyhting was great until last night and today, looks like someone is using a fax on my computer equipment every time I'm playing music.  It doesn't matter whether speakers or headphones, You Tube or windows media.  I spend at least 60-70% of my time listening to the music, purely and simply or in the background while I do other things.  So if I can't solve this problem, I'm going to get rid of i to this PC. That's how annoying this problem.

    CTRL-Alt-Del to load the Task Manager
    Search in the background process to find "Intel (r) technology access Service."
    Right click and choose "end task".

    or

    She is permanent, you must change the service to start

    Windows 8

    Press the logo windows + r

    type

    Msconfig

    go to the service tab

    Uncheck the access technology Intel (r) Service

    Apply

    Ok

    Restart

  • Woman has forgotten his password and having problems signing.

    Since we share the same computer, is it possible to send his password to my MSN account email?

    Hello

    If you are an ADMINISTRATOR, you can change the password of your account or any ADMIN - login as an ADMINISTRATOR-
    Control Panel - user accounts - manage another account.

    -------------------------------------------------------------------------------------------------

    Responses cannot help with password lost or forgotten by Microsoft Policy.

    Keep secure passwords - Microsoft strategy on move the passwords
    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-security/keeping-passwords-secure-Microsoft-policy-on/39f56ef0-5d68-41AD-9daa-6e6019c25d37

    What to do if you forget your Windows password (Vista and Windows 7)
    http://Windows.Microsoft.com/en-us/Windows-Vista/what-to-do-if-you-forget-your-Windows-password

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

  • Inspiron 9400 jerky his Vista 64 bit problem

    When I bought my laptop with XP there was no problem. A year and a half ago, I installed a legal version of the Dutch version of Vista 64 bit and since then I have problems with playing MP3 or music streaming websites. Sound chops / hiks every 20 or 30 seconds.

    What I tried to solve the problem:

    1 installed new drivers on dell support page

    -New driver Dell Wireless 1390/1490 (15/05/2008)

    -New audio drivers Sigmatell A02

    -New Bios A09

    -New chipset drivers

    2. install the other playbackprogramm such as WinAmp

    3. read this forum, found a sollution much of the same problems, but none

    Nothing works. Only the new driver to a wirelless Dell seems to help a little bit--> the sound cutlet / hick interval is longer (about 1 minute now).

    Who knows the answer to this very annoying problem?


  • Eruptions optics problem

    Hello people,

    When I apply optical flares on solid layer, I get an error of optical flares

    and it generates a Minidump to a folder, this program creates named

    "Optical flares error logs" inside the folder optical flares.

    I use CS3 AAE, OS WIN XP, Service Pack 3

    Help, please!

    Thanks in advance!

    This isn't a current generation! Download the latest version of the VC plug-in.

    Mylenium

  • snapshoot problem with his camera or sound problem

    I bought a used iphone 5 and I cannt turn the sound off snapshoot. silent swith is activated but sound is not turned off (... help me please what can I do...?)

    With the open camera app - open the "secret" key until the orange Strip shows

  • His problem with non-Toshiba laptop

    Hi, I just bought the 7.10.18 are now available for computers laptop toshiba-no, but feel what seems to be a bluetooth connection problem: when I play music or a bt transmitter connected to a stereo player or a motorola headset sound is interrupted during 1 second every 4 seconds - the problem is not related to the bt device as it appears on 2 different (transmitter + headset) devices , or his source that the problem occurs with streaming music (via wifi) and a CD of music played on my laptop (CPU 2.2 GHz + 32 bit Win7Pro)...
    Any help is greatly appreciated!
    (btw, does anyone know of a formal support / helpdesk for a bt-stack PURCHASED license?)

    What headset motorola model do you use?
    It is fully charged?
    What is your distance between portable headphones during the operation?
    Do you use an any other bluetooth devices at the same time?

  • Problemi con rapida risposta da schermata di block

    Buonasera a voi tutti,.

    Ho aggiornato iOS just da 9.1 a 9.2... Beh, it problema della fast-response dalla schermata di block unavailability. MI era stato detto che e a di iOS, my his e che mi problema a problema di WhatsApp. Spiego meglio cosa happens: mi arrived a WhatsApp message, dalla schermata di block trascino verso sinistra, clicco rispondi, dopodichè mi camera the e tastiera the possibility to answer. Fino has tutto regolare who... He sorge quando clicco message sul problema: tastiera becomes nera e TR sovrappone sopra the del codice di paper insertion. By far tutto regolare avviare iMessage devo tornare e open the tastiera da li. COSA mi called? No non posso più.
    Di seguito vi list the necessary information:

    -Versione di WhatsApp: 2.12.12
    -6 16 GB iPhone space gray
    -iOS 9.2

    Longobardi Anthony Antonio

    Saxemard

    Pure io ho lo stesso problema knew 2 iPhone 6

    So come Può ' risolvere?

    fateci sapere

  • marieclaire update problem

    I am running vista professional and 2 may down loaded the KB95430 update and since my computer is slow on something to do with the internet.  (other functions seem to be OK).  It is slow to start outlook, the bottom of the electronic load, load pages Web etc.   I went to uninstall this update, but the button uninstall would not come to her as it does for other updates.    I then tried to do a system restor to a date prior to that and the restore will not work properly either.

    My wife has a laptop too and his had the same problem once down loaded this KB955430 update.  ExCET she soon he would not communicate with the itnernet at all.  It would connect but that's it.    However a system restore works on his own and his laptop is back to normal now.   In addition, I had to zonelalarm with a special tool to uninstall and reinstall to get to work again.

    So what was wrong with this update as it should be a problem?    How can I get my computer get rid of this update and retrieve my speed?
    The last restoration, I did, does not seem to remove this update because it is not in

    Ross

    This article describes the software update that applies to versions of Windows Vista and Windows Server 2008 that are mentioned in the section "apply to". When Windows Vista Service Pack 2 and Windows Server 2008 Service Pack 2 are available, this software update is a prerequisite to install service packs. In addition, this update improves reliability when you install or remove Windows Vista and Windows Server 2008 SP2. http://support.Microsoft.com/kb/934538

    Please let us know Justin M. Microsoft Support Engineer Answers visit our Microsoft answers feedback Forumand let us know what you think.

  • HP envy m6 1125dx: upgrade problem lower windows 7 installation

    Hi all

    I read the long thread regarding the decommissioning of windows 8 to 7 64 "windows... drivers need. "and found it very useful and also found a site that has collected the drivers win 7 compatible with the model 1125dx and I installed win 7 with success at Christmas for my girlfriend.  But now I need to recreate this facility and cannot win 7 to install.

    Recently, she has lost the function of mouse (seemed to be caused either by an update of windows driver touchpad or because we installed a keyboard/mouse wireless logitec - both happened at the same time). Strangely, I could not restore to an earlier point that windows would be Basel during the restoration. I deleted the mouse driver and then it worked until you restart and then the mouse would freeze again after recognizing him and by installing the mouse driver. I found an "unknown pci device" in device manager and thought it might conflict a address so I removed it. This is turned out to be the keyboard then neither worked and since I could not restore (and Windows 7 if found says recovery disc start errors which he attempted in vain to fix) in frustration I decided to do a fresh install, but here is where I'm stuck.

    I remember I had to load at least one or maybe install some drivers chipset as an option advanced before win 7 and I think that I have found (using the suggested since a comparable win 7 64 laptop chipset driver listed in the forum). I loaded all the listed drivers compatible with my hardware (except got an error the two USB drivers-error message indicating a need to update drivers - but hope to win 7 would install at least). Unfortunately, I get the dreaded message 'windows can install the hardware of the machine '. I wonder if I need additional / better chipset drivers or if maybe his laptop has a problem at the level of the material and I'll spend more days don't not because something fried/corrupted.

    Thanks for any help!

    Hello:

    See if it works...

    Download the drivers from this link below (first or second file listed - 32 or 64 bit depending on the case).

    https://Downloadcenter.Intel.com/Detail_Desc.aspx? AGR = Y & ProdId = 2101 & DwnldID = 23060 & keyword = Intel + Rapi...

    Extract (copy) the files on a USB FlashDrive without all records.

    With the flash drive plugged into a USB2 port and the W7 installation media into the machine, boot from the installation of W7 media.

    After selecting the install now option, select the training - Advanced menu, Options and select the option load a driver.

    You should now see the storage driver files listed.

    If you check the box, it only includes the compatible driver.

    Follow the prompts and hopefully, W7 should install.

    If it works, for the drivers and software, you can use all the W7 x 64 drivers and software the m6t-1000, except the BIOS and firmware files.

    Notepad you work has the graphics card Intel HD, not the AMD one.

    http://support.HP.com/us-en/product/HP-Pavilion-M6-1000-entertainment-notebook-PC-series/5259226/model/5275636/drivers

  • Save problem

    I use Sage accounts and save it on an external hard drive. I can't open files while my PC trying to open them in Word. I gave the portable player to my accountant who could open the files Sage o his office, so the problem seems to be with my PC. Any ideas?

    Cliff

    What version of Sage accounts?

    Y at - it a working copy of the wise on the computer that contains the backup copy?  based on my experiece of line 50 accountant so I would use the restore feature in the wise to open a backup copy. You use the function go point wise to backup, everywhere where it is placed on the computer. However, to make a backup copy of the existing files being used by Sage before trying to restore.

  • When I try to download/install a lot of programs, I get the error message «could not access network % APPDATA%\ location» ». Wonder what I should do to fix this problem.

    This occurs when you try to install things like Adobe, Microsoft Office 2010, my printer Installer, etc.

    These difficulty his deal with this problem:

    http://support.Microsoft.com/kb/2258121

    http://support.Microsoft.com/kb/886549

    If the problem persists, try to create a new administrator account and that helps to install programs.

Maybe you are looking for

  • Software for Palm M30

    Hallo, I bought a new (!) Palm m130 this year and it works fine after I changed the battery. Unfortunately, it has only basic work-standard software. Anyone know where I can find other software which could be loaded down when this product is real? Th

  • What is suhelperd and why it takes CPU %

    My battery has been falling quickly lately so I did some research to figure out why. Suhelperd contains the highest percentage of my CPU to approximately 98.7 (compared to safari which is 3.0). What is - this, and it's something that I can get rid of

  • Satellite Pro A300D - black & white photo via S-video

    Hello I have a Satellite Pro A300D. After months of work perfectly, it now gives me a black & white image on my screen extended through my S Video Jack, although my laptop screen is in color. I checked all the wires and they are fine. Did I miss some

  • Satellite L300-01:00 - need the drivers Windows XP 64-bit

    Hi all! I recently bought the Toshiba Satellite L300-01:00 which has 4 GB of memory RAM. The thing is, 32-bit Windows cannot allocate more than 3 GB of RAM and there is no drivers for Windows 64 bit on this site. Can I use these drivers XP, downloade

  • Problem with the cascading for interactive report selection list

    Hi all.I'm trying to implement the solution of cascading to the tabular presentation list.https://Apex.Oracle.com/pls/Apex/f?p=31517:176:103661090335568:But instead of the form of paintings, I use interactive report. After executing the query, I get