Cant get Apple TV to work properly with older flat panel TV.

I have an older flat panel, a 42" philips 42pf9630a. This one:
http://www.retrevo.com/support/Phili.../278bh337/t/2/
I plugged my brand new Apple TV into the HDMI and switched input on the TV. I can see the Apple TV main menu but it blips in and out, toggling between the main menu and snow. Obviously there's some sort of communication issue between the Apple TV and my Philips. I have successfully used this apple TV on several other TV's in the past couple of months.
Is it because my TV is too old? Any suggestions on what I can do to fix this??
Thanks for your help!

Go in to the network and sharing center (in control panel), with the pc connected by wire. Right inder the little "map" of her network, it will list the available networks (probably only one listed), click customize and set it to private, you can also name it if you want so its more easily identified.
Also, make sure file sharing and network discovery are "on".
Message Edited by Frunple on 03-17-200705:50 AM

Similar Messages

  • Getting sasc-ng to work properly with systemd service files [SOLVED]

    This thread is intended for getting the following AUR packages to work with each other with systemd service scripts:
    https://aur.archlinux.org/packages/open-sasc-ng-dkms/
    https://aur.archlinux.org/packages/open-sasc-ng/
    https://aur.archlinux.org/packages/oscam-svn/   (this is a related package as it must properly execute prior to sasc-ng)
    So my server is now on a fresh Arch install with systemd. All is well (& very fast) except I cannot get sasc-ng to function with systemd service init files. Prior to systemd the system worked fine with the rc initscripts & was very stable with the following setup:
    rc.local
    /etc/rc.d/oscam start
    sleep 15
    /etc/rc.d/sasc-ng start
    sleep 4
    /etc/rc.d/mythbackend start
    /etc/conf.d/sasc-ng.conf
    SASCNG_ARGS="-j 0:3 -j 1:4 -j 2:5" -b 16M --sid-allpid --sid-nocache --cam-budget"
    DVBLOOPBACK_ARGS="num_adapters=3"
    LOGDIR="/home/mythtv/logs/"
    CAMDIR="/etc/camdir"
    /etc/camdir/cardclient.conf
    camd35:localhost:15050:1/0000/0000:mythtv:mythtv
    I'll leave out the oscam stuff as that loads fine and doesn't appear to be a part of the problem
    I've tried this with the systemd service file that comes with the open-sasc-ng-dkms package and when it was not sucessful I tried a bunch of variants including using "Type=simple" ect. "Type=Forked" seems to be only option that actually tries to start the processes. I also "hardcoded" the service files for the 2 sasc-ng components to find a few issues with the EnvironmentFile variables. The log variable has been removed for now as this seems to cause a fatal error but the rest of the variables load fine now. I also tested spliting up the DVB loopback module from the sasc-ng binary but this also gives similar results as the following script stands now. Running them manually with systemctl start commands doesn't make a difference but that is not surprising. The service file I'm fiddling with now which I feel has the best potential become working is:
    sasc-ng.service
    [Unit]
    Description=Sasc-ng
    After=oscam.service
    [Service]
    Type=forking
    EnvironmentFile=/etc/conf.d/sasc-ng
    ExecStartPre=/sbin/modprobe dvbloopback $DVBLOOPBACK_ARGS
    TimeoutSec=2
    ExecStart=/usr/sbin/sasc-ng -D $SASCNG_ARGS --cam-dir=$CAMDIR
    TimeoutSec=4
    [Install]
    WantedBy=multi-user.target
    Mythbackend always runs fine (even without DTV via sasc-ng) with the following mythbackend.service:
    [Unit]
    Description=MythTV_backend
    After=sasc-ng.service
    [Service]
    Type=simple
    Environment=MYTHCONFDIR=/etc/conf.d/mythbackend
    Environment=HOME=/usr/share/mythtv
    User=mythtv
    ExecStart=/usr/bin/mythbackend --logpath /var/log/mythtv
    [Install]
    WantedBy=multi-user.target
    oscam.service taken mostly from AUR package also seems fine. I added the TimeoutSec=15 to give time for oscam to load the SC and client protocol before moving on or else sasc-ng fails
    Unit]
    Description=An Open Source Conditional Access Module software
    After=network.target
    [Service]
    Type=forking
    EnvironmentFile=/etc/conf.d/oscam
    ExecStart=/usr/bin/oscam $OSCAM_ARGS
    TimeoutSec=15
    [Install]
    WantedBy=multi-user.target
    Below is the output of the systemctl status commands. Despite the noise in the sasc-ng binary status, it is the loopback module that is " inactive (dead)" and there are no virtual DVB devices being created:
    [mythtv@server ~]$ sudo systemctl status oscam.service
    oscam.service - An Open Source Conditional Access Module software
    Loaded: loaded (/usr/lib/systemd/system/oscam.service; enabled)
    Active: active (running) since Tue, 2012-11-27 21:10:17 CET; 1min 7s ago
    Process: 338 ExecStart=/usr/bin/oscam $OSCAM_ARGS (code=exited, status=0/SUCCESS)
    Main PID: 377 (oscam)
    CGroup: name=systemd:/system/oscam.service
    ├ 377 /usr/bin/oscam -b -c /etc/oscam
    └ 378 /usr/bin/oscam -b -c /etc/oscam
    Nov 27 21:10:17 server systemd[1]: Started An Open Source Conditional Acces...e.
    [mythtv@server ~]$ sudo systemctl status loopback.service
    loopback.service - Sasc-ng DVB Loopback Module
    Loaded: loaded (/etc/systemd/system/loopback.service; enabled)
    Active: inactive (dead) since Tue, 2012-11-27 21:10:28 CET; 1min 27s ago
    Process: 907 ExecStart=/sbin/modprobe dvbloopback num_adapters=3 (code=exited, status=0/SUCCESS)
    CGroup: name=systemd:/system/loopback.service
    Nov 27 21:10:28 server systemd[1]: Started Sasc-ng DVB Loopback Module.
    [mythtv@server ~]$ sudo systemctl status sasc-ng.service
    sasc-ng.service - Sasc-ng
    Loaded: loaded (/etc/systemd/system/sasc-ng.service; enabled)
    Active: failed (Result: exit-code) since Tue, 2012-11-27 21:10:47 CET; 1min 45s ago
    Process: 913 ExecStart=/usr/sbin/sasc-ng -D -j 0:3 -j 1:4 -j 2:5" -b 16M --sid-allpid --sid-nocache --cam-budget --cam-dir=/etc/camdir -l /home/mythtv/logs/sasc-ng.log (code=exited, status=0/SUCCESS)
    Main PID: 921 (code=exited, status=255)
    CGroup: name=systemd:/system/sasc-ng.service
    Nov 27 21:10:39 server sasc-ng[921]: [921] [general.error] failed open /etc...ry
    Nov 27 21:10:40 server sasc-ng[921]: [921] [general.error] failed open /etc...ry
    Nov 27 21:10:40 server sasc-ng[921]: [921] [general.error] failed open /etc...ry
    Nov 27 21:10:40 server sasc-ng[921]: [921] [general.info] loading cardclien...nf
    Nov 27 21:10:42 server sasc-ng[921]: [1062] Netwatcher thread started (pid=...6)
    Nov 27 21:10:42 server sasc-ng[921]: [921] [general.error] no keys loaded f...m!
    Nov 27 21:10:46 server sasc-ng[921]: [1098] SC housekeeper thread started (...2)
    Nov 27 21:10:47 server sasc-ng[921]: [1062] Netwatcher thread ended (pid=92...6)
    Nov 27 21:10:47 server systemd[1]: sasc-ng.service: main process exited, co.../a
    Nov 27 21:10:47 server systemd[1]: Unit sasc-ng.service entered failed state
    [mythtv@server ~]$ sudo systemctl status sasc-ng.service
    sasc-ng.service - Sasc-ng
    Loaded: loaded (/etc/systemd/system/sasc-ng.service; enabled)
    Active: failed (Result: exit-code) since Tue, 2012-11-27 21:10:47 CET; 2min 9s ago
    Process: 913 ExecStart=/usr/sbin/sasc-ng -D -j 0:3 -j 1:4 -j 2:5" -b 16M --sid-allpid --sid-nocache --cam-budget --cam-dir=/etc/camdir -l /home/mythtv/logs/sasc-ng.log (code=exited, status=0/SUCCESS)
    Main PID: 921 (code=exited, status=255)
    CGroup: name=systemd:/system/sasc-ng.service
    Nov 27 21:10:39 server sasc-ng[921]: [921] [general.error] failed open /etc/camdir/smartcard.conf: No such file or directory
    Nov 27 21:10:40 server sasc-ng[921]: [921] [general.error] failed open /etc/camdir/cardslot.conf: No such file or directory
    Nov 27 21:10:40 server sasc-ng[921]: [921] [general.error] failed open /etc/camdir/SoftCam.Key: No such file or directory
    Nov 27 21:10:40 server sasc-ng[921]: [921] [general.info] loading cardclient config from /etc/camdir/cardclient.conf
    Nov 27 21:10:42 server sasc-ng[921]: [1062] Netwatcher thread started (pid=921, tid=140074379712256)
    Nov 27 21:10:42 server sasc-ng[921]: [921] [general.error] no keys loaded for softcam!
    Nov 27 21:10:46 server sasc-ng[921]: [1098] SC housekeeper thread started (pid=921, tid=140074371319552)
    Nov 27 21:10:47 server sasc-ng[921]: [1062] Netwatcher thread ended (pid=921, tid=140074379712256)
    Nov 27 21:10:47 server systemd[1]: sasc-ng.service: main process exited, code=exited, status=255/n/a
    Nov 27 21:10:47 server systemd[1]: Unit sasc-ng.service entered failed state
    [mythtv@server ~]$
    Any ideas?
    Last edited by wdirksen (2012-12-10 19:54:43)

    After some head scratching it seems to be all good now. Considering there have been no replies to this I've come to wonder if I might be the only one with this issue. I could get it working somewhat using service files but never ideal, ex. sasc-ng only using a few of the entitlements from oscam because it started too quick etc. Anyway this might help a few and I'm hoping the linux savvy who find what I'm writing here painfully newbie like or flawed will reply and educate me a bit if what's provided here needs some sharpening up:
    1) Systemd was confusing the sasc-ng binary shorthand arguments with Linux init arguments and a few were misinterpreted if they were not nested into the environment specifiers. So the -l (log) was causing problems and -b (buffer) wasn't loading. To be safe I'm using only the sasc-ng longhand specifiers from now on (two "--" and more verbose) so that they can never be confused even if safely nested in an environment parameter. That means that /etc/conf.d/sasc-ng will also need to be changed to reflect this. I also decided to simplify the LOGFILE parameter to include the whole argument syntax.
    2) Oscam.service needs to be initiated with oneshot and RemainAfterExit=yes to make sure the delay (15 seconds in my config) gets counted out before sasc-ng initiates.
    [EDIT 12/12/2012: Initially I had a second TimeoutSec=2 after ExecStart in sasc-ng.service but this had no function. Turns out that it almost always does work without this delay but not always with my setup. Adding TimeoutSec=2 to mythbackend.service prior to ExecStart command does function and makes things init more consistant]
    sasc-ng.service
    [Unit]
    Description=Sasc-ng
    After=oscam.service
    [Service]
    Type=simple
    EnvironmentFile=/etc/conf.d/sasc-ng
    ExecStartPre=/sbin/modprobe dvbloopback $DVBLOOPBACK_ARGS
    TimeoutSec=2
    ExecStart=/usr/sbin/sasc-ng $SASCNG_ARGS --cam-dir $CAMDIR --log $LOGFILE
    [Install]
    WantedBy=multi-user.target
    /etc/conf.d/sasc-ng
    SASCNG_ARGS="--join 0:3 --join 1:4 --join 2:5 --buffer 16M --sid-allpid --sid-nocache --cam-budget"
    DVBLOOPBACK_ARGS="num_adapters=3"
    LOGFILE="/home/mythtv/logs/sasc-ng.log"
    CAMDIR="/etc/camdir"
    oscam.service
    [Unit]
    Description=An Open Source Conditional Access Module software
    After=network.target
    [Service]
    Type=oneshot
    EnvironmentFile=/etc/conf.d/oscam
    ExecStart=/usr/bin/oscam $OSCAM_ARGS
    TimeoutSec=15
    RemainAfterExit=yes
    [Install]
    WantedBy=multi-user.target
    mythbackend.service
    [Unit]
    Description=MythTV_backend
    After=sasc-ng.service
    [Service]
    Type=simple
    TimeoutSec=2
    Environment=MYTHCONFDIR=/etc/conf.d/mythbackend
    Environment=HOME=/usr/share/mythtv
    User=mythtv
    ExecStart=/usr/bin/mythbackend --logpath /var/log/mythtv
    [Install]
    WantedBy=multi-user.target
    I will make the related changes to the open-sasc-ng AUR package which I currently maintain
    Last edited by wdirksen (2012-12-23 14:40:43)

  • Why can't I get Constant Guard to work properly with firefox. I have done as constant guard asked, but find no constant guard add-on in firefox. I want to use

    I have been intouch with constant guard , have uninstalled and re-installed it but it doesn't work properly. when I go to your add-ons it does not show up and I want to use constant guard and firefox. Please help me so I don't have to go to another web browser. thanks.

    Previously if you install the latest version and run the live update it will run with the latest Firefox 26.
    [https://support.norton.com/sp/en/us/home/current/solutions/kb20100122090203EN_EndUserProfile_en_us;jsessionid=C82CB2618DC3ABEC3C2C2655D71B7AB2.4]
    However this is not the first time reported that there is trouble with this. The add on was broken in version 20 [https://bugzilla.mozilla.org/show_bug.cgi?id=694974]
    Please see this previous question for more details: [https://support.mozilla.org/en-US/questions/956200]
    Can you please provide the source of the add on?

  • Cant get Apple TV to work with 5200ES receiver.

    I'm hoping someone can help me understand what isn't working correctly here. I have a 5200ES receiver which is connected to an (old but nice) Fujitsu panel with a DVI input via an HDMI to DVI cable. I have other devices - Xbox360, Wii - connected via component video, and a Sky HD box connected via HDMI1. My 5200ES is curently set up with two front speakers connected in bi-amp mode (i.e. rear channels used to drive the bass/mid, front channels the treble), a centre channel and a sub. I have no problems with picture and sound from existing devices; although, in some circumstances, notably with the Xbox 360 playing movie trailers and some movies using the Amazon Prime app, I have had a 'tinny' sound that only seems to come from the treble of the left and right channel. But some other movies worked fine and I don't know why. I bought an Apple TV and plugged that in via HDMI2. I got no picture or sound. I used the Apple TV remote to cycle through available screen resolutions and couldn't get any picture, although occasionally got the message 'out of range' and occasionally got a flash of a screen with an Apple message on it, before either getting screen noise, or a black screen. Still no sound though. Eventually I went into the 5200ES menu and changed the screen output to 720p and managed to cycle the Apple TV to a 720p resolution and I got something on screen (having said that, next time the Apple TV went to sleep I was then unable to get back to any screen at all). But no sound so I attached an optical cable to the back of the Apple TV and to the OPT 3 input at the front of the receiver (as the only digital input I could share with HDMI2). I then got sound, but again this was only tinny and came from the tweeters of the bi-amped front speakers. Basically unusable. As a test, I connected the Apple TV to the HDMI-DVI cable into my Fujitsu plasma panel and it immediately dislayed a screen. No sound, of course, but that should be handled by the receiver anyway. I also took the Apple TV into our kitchen to plug it into a small Samsung LCD TV we have there that has an HDMI input. It worked faultlessly and displayed content with full sound immediately as you would expect. So, in summary I am not able to reliably switch the HDMI input of the Apple TV into my panel and see its output, nor hear sound from HDMI or usable sound from optical (which I shouldn't need of course, and looks unsightly with the extra cable draped over the front of the receiver). However, another HDMI device, being my Sky HD box, works perfectly. As it stands I can't use the Apple TV through my Sony 5200ES, so I'd appreciate any advice and guidance on what to do. I can only assume I will solve the sound problem by switching off the BI-AMP option as that doesn't work with all material or sources, and may allow me to get rid of the optical cable, but still have an unreliable screen display and can't easily switch between video sources until I know what to do.

    Hi peter_964rs,
    Thank you for your message. Unfortunately, we are unable to assist customers outside of the US. We kindly recommend visiting our Sony Global Web site for information on contacting the Sony Support Center in your region at http://www.sony.net/SonyInfo/Support/. >Joffrey
    If my post answers your question, please mark it as "Accept as Solution"

  • Motion 3.0.1 - cannot get point tracker to work properly with mask -Help

    I can't get the behavior called point tracker under shapes category to properly work with a mask. Motion either quits unexpectedly with the message or goes into "not responding" mode.
    Here are the steps: I set up the foreground and background shots in Final Cut Pro 6, then "sendto" motion (embeded checked).
    In Motion I create a simple mask around the foreground object (talking head). With the playhead at the start of the clip, I go the behaviours - shapes - point tracker and apply to mask.
    Next in Inspector I check tangents and then analyse. This can take a long time.. When it completes I save and go back to Final Cut. Final Cut then quits unexpectedly after about 10-15 minutes in beach ball mode. If I exit Motion and try to re-open the project, Motion also quits unexpectedly.
    What is going wrong? Please help?

    giggles200742 wrote:
     I have tried the forced removal, as per many instructions here. I did NOT dl the Beta 10.1.
    With "forced" removal, do you mean using the -force option?  This is only for the 10.1 beta removal; it has no effect on the uninstall of the released version.
    To uninstall the released Flash Player version, download the uninstaller from http://kb2.adobe.com/cps/141/tn_14157.html and save it to disk.
    Next, download the offline ActiveX installer http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player_ax.exe; save it to disk.
    Now close all browser windows, then run the downloaded uninstaller.  If you want to make sure that everything related to Flash Player is removed, run it with the /clean option.
    Now reboot Windows, then run the downloaded installer.

  • It takes a few restarts to get my display to work properly with my G5..why?

    Sometimes when I start my G5 the cinema display doesn't start up with it (the picture that is, you can hear the display working but no picture!) and I have to keep restarting the G5 until it does! It usually always does start up after 2 or 3 restarts (sometimes even more) but I was wondering if anyone has some advice as to why this is? Is it likely to be a fault with the G5 or my cinema display? I don't understand why it always works eventually. Can anyone explain what is going on? It is starting to get really ridiculous having to keep on restarting!
    Thanks, Adam

    Hello and thanks for your reply. Sorry I have left it so long before returning.
    Errmm, my room can get cold with the radiator off but I wouldn't call it freezing as there is usually something on in the rest of the house. What evidence is there that temperature would affect the start up of the display? Just wondering that's all.
    Regarding the sound of the display. I'll have to restart it again and have a good listen. Maybe it is the actual G5 I am hearing and it is somehow sounding odd when the display doesn't come on. The times when the display comes on normally, everything seems to sound right if you know what I mean. Maybe I can record this on my camera or something and post that for you to watch (don't know if you can upload things to a post).
    Regarding the torch or bright light into the screen. I'll give that a go and post back.
    Thanks for your help
    Adam

  • I cant get the music to play properly with headphones attached

    when my music is playing and the headphones are not plugged in, the music plays normally.. when they are pluhhed however, the music sounds deformed, [i cant hear the singer] but can i hear the music playing.. i tried pulling the plug and putting it back in 12 or so times i reset my ipod [i held the home and lock buttons] and i reset my settings.. i dont know what to do now..

    First try another pair of earphones
    - Try cleaning out/blowing out the headphone jack. Try inserting/removing the plug a dozen times or so. There is a little switch in the headphone jack that disconnects the speaker when the headphone jack is inserted.
    Try the following to rule out a software problem
    - Check also Settings > General > Accessibility > Hearing. Make sure that the sound balance is not set all the way to "R".
    - Reset the iPod. Nothing will be lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iPod.
    - Make an appointment at the Genius Bar of an Apple store. Seems you have a bad headphone jack.
    Apple Retail Store - Genius Bar
    If not under warranty Apple will exchange your iPod for a refurbished one for this price. They do not fix yours.
    Apple - iPod Repair price                  
    A third-party place like the following will replace the jack for less. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens
    Replace the jack yourself
    iPod Touch Repair – iFixit

  • Mac Mini '09 incompatible with older flat panel TV's?

    I just bought a Mac Mini '09 and tried to hook it up to an old (2002) Sony Plasma 32" TV. I am using the mini-DVI to S-video/composite video adapter. I get a "no signal" response from the TV, indicating that the Mini and the TV are not communicating. My black '06 MacBook is able to successfully connect to the Sony TV using the exact same adapter and cable combination. The TV only has component video, s-video, and composite video inputs -- no digital inputs.
    I spoke with an Apple Care person, and she and I agreed that there is likely a compatibility issue with the new Mac Mini's video card and older TV's. I have also seen it suggested that the new Mini's DVI port will not pass on an analog video signal. Is there any fix for this, either a driver or a cable adapter? Would one of the display manager programs (SwitchResX, etc.) be helpful? Do I need to get a new TV?

    It sounds like the new Mac Mini has HDCP enabled (as it is on the new MacBooks and MacBook Pros).
    This is a kind of copy protection, and will not allow HDCP protected content to be played on an analog source.
    A tool like http://www.hdfury.com/ will take the HDCP stream, and convert it to an analog stream. It's perfectly legal.. and will extend the life of older TV's (manufactured before 2002).

  • TS3789 I have similar problem, my apple tv which has always worked properly with my Samsung tv will no longer play any audio after the latest 5.1 upgrade. Very frustrating as it was working perfectly before. I am starting to not trust apple upgrades until

    I have similar problem, my apple tv which has always worked properly with my Samsung tv will no longer play any audio after the latest 5.1 upgrade. Very frustrating as it was working perfectly before. I am starting to not trust apple upgrades until proven for example ios6 on iPhone with that stupid map app instead of google maps.
    I just want to buy and hear my iTunes music and videos on my apple tv, could before cant now. Thank you apple. Time to pack up the apple tv and start torrenting without the ios-bs.
    Disheartened apple fan.

    Welcome to the  discussion forums.
    Try going to synching in the sources menu on your tv and selecting 'change itunes library', when it gives you the passcode check itunes to see if the tv is showing up as a new device, if so try entering the pass code. It may be that your tv is seeing itunes as a different library because of a recent upgrade.

  • Hi friends, I'm having troubles with my Ipad 2. I was working with it and suddenly the screen distorted. Now it is not possible to get it back to work properly. In fact, the screen is now black and nothing I have done makes the Ipad works again. Thanks

    Hi friends, I'm having troubles with my Ipad 2. I was working with it and suddenly the screen distorted. Now it is not possible to get it back to work properly. In fact, the screen is now black and nothing I have done makes the Ipad works again. Please Help. Thanks in advance.

    I think you should make an Genius Appointment.
    Genius Appointment
    http://www.apple.com/retail/geniusbar/

  • Getting Apple TV to Work with Samsung TV

    I have a Samsung LCDTV Model le52***7pzfxxc. I brought a apple TV. I followed the instructions connecting the HMDI cable switching it all on. Lights came on the Apple TV. My TV came up with a sign: no signal.
    I am not really up on what I need to do . I read in the apple trouble shooting, it said to contact Samsung. They were not sure. I think I need to pair it with the ITV. Anybody have any pointers?
    I expected to switch it on and it just work!

    I guess I'm in that statistically relevant sampling of folks with a Samsung TV that does not work properly with an Apple TV. I'm happy for all of you Samsung owners that don't have the problem.
    My symptoms are similar to the symptoms found here, and in other forums, but different enough that I wanted to put them down to see if others 1) have suggestions for other fixes, or 2) at least know they aren't the only one with the problem.
    I have an A/V network in my house and I'm having problems with my Samsung LN-52B750 TV. I've isolated the problem to the following components; an Apple TV source, an Apogee 4x4 HDMI Matrix, A Samsung LN-52B750 and two different Sharp LCD TVs (LC-42D62U and LC-40E67U).
    If I power up the Apple TV, HDMI Matrix, and Samsung LN-52B750 TV everything is fine. I can view the Apple TV signal fine on the Samsung TV. If I then power on either of the Sharp TVs and set the HDMI matrix to display the Apple TV source on the Sharp TV, I lose the signal on my Samsung TV. This, despite the fact that the Matrix is showing that it still routing the Apple TV signal to my Samsung TV. The Apple TV content displays fine on the Sharp TV.
    If I then turn off the Sharp TV and power cycle the Samsung TV, I end up with what looks like a sync problem. I can see the Apple TV signal on the Samsung TV for a second or two followed by a second or two of digital "snow" on the TV. This signal-snow cycle repeats indefinitely. The only way to get back to a usable system is to turn off all the TVs, power cycle the Apple TV, then turn on only the Samsung TV.
    Note that I never have the reverse problem with the Sharp TVs. They are always able to view the Apple TV signal regardless of which other TVs are also viewing the Apple TV source signal.
    I've updated the firmware on my Samsung TV to the latest. I've also seen posts about getting into the firmware screens and disabling "hotplug" and "hotplugctr" -- neither of which are in the firmware of my model. I've also seen posts suggesting that I name the HDMI input going to the Matrix (and thus the Apple TV) to "PC" -- this didn't solve the problem either.

  • Just moved my email from entourage to Mail. Having real problems with getting my signatures to work properly. When adding in a small company logo, windows computers only receive signature as an attachment. Am sending email as Rich Text. Any ideas on a fix

    Just moved my email from Entourage to Mail. Having real problems with getting my signatures to work properly despite sending email as Rich Text.
    When adding in a small company logo to the signature, PC's / windows computers only receive signature and logo as attachments.
    I've tried all possible fixes I can find including getting a PC user to format the logo but no joy. Has anyone experienced this and any ideas on a fix gratefully received.

    Send it as html so the signature is an image source URL

  • Stuck on ask a question page. cant get anything I can work with

    I had a page with bookmarks then it all disappeared and now all I have is a page titled at top --- Ask a Question Firefox Support/Mozilla Firefox. there is nothing on the page I can work or remove . I can see the page I want but cannot get to It.

    DITTO to what aehplh4423 posted 3 months ago on this thread.
    as follows:
    "stuck on ask a question page. cant get anything I can work with
    I had a page with bookmarks then it all disappeared and now all I have is a page titled at top --- Ask a Question Firefox Support/Mozilla Firefox. there is nothing on the page I can work or remove . I can see the page I want but cannot get to It. "
    WHAT'S UP FIREFOX?????????
    If you don't have an answer, then how do I get back to my previous version of Firefox with my home page and bookmarks? Or do we just need to go back to Explorer or Google Chrome?

  • Why can't I get open type features to work properly with an open type font on InDesign CS5.5?

    I installed a very complete set of styles of an opentype font with Font Book – Mac OS X 10.9.4 – but when I tried to format a sample text on InDesign CS5.5 I noticed that I could not use the opentype features on the Open Type menu as I usually do.
    Could anyone help me, please?

    It's ffScala Sans, but has separate files for small caps, figures, etc.
    I was trying to use small caps, lining figures and superscripts when I
    noticed none of the OT features are available.
    2014-07-30 21:56 GMT+01:00 Miguel Sousa <[email protected]>:
        Why can't I get open type features to work properly with an open type
    font on InDesign CS5.5?  created by Miguel Sousa
    <https://forums.adobe.com/people/MiguelSousa> in Adobe Type - View the
    full discussion <https://forums.adobe.com/message/6598614#6598614>

  • HT4528 I installed the new update and it is frozen with a picture of the charger head, an arrow pointing to a iTunes image. How do I get my phone to work properly?

    I installed the new update and it is frozen with a picture of the charger head, and an arrow pointing to a iTunes icon. How do I get my phone to work properly?

    What happened when you tried to restore and update the iPod?

Maybe you are looking for

  • Error 13014... iTunes wont open?

    Well I had an old version of iTunes, 7. something, and when I tried to download a song it gave me an error message, so I downloaded the new version, and now it wont even open. It says an unknown error occured.(13014). I tried uninstalling it, reinsta

  • LabVIEW 8.0.1 RTE Red Hat Linux

    Hello, I am trying to install the OpenG package manager 1.0, which requires the labview 8.0.1 RTE to install. I have a red hat / centos 5 system and labview 8.5. I have installed the labview 8.0.1 RTE according to http://digital.ni.com/Softlib.nsf/we

  • Database Mirroring

    If database in suspect mode what is going to be happen in mirroring? will it failover?

  • SCXI-1127 and Reset NISwitch VI

    I have a question with regard to resetting the SCXI-1127 Card. I wrote a test VI that performs the following in sequence to verify the -1127 operation: 1) Initialize the SCXI-1127 Card (using a Instrument Descriptor of SCXI1::5::INDEP) 2) Control a s

  • AirPlay Mirroring from 10.8 Won't Start Sending Video (or Audio)

    This question may have been answered, but searches for me keep coming up with people who don't have the AirPlay Mirroring icon showing up in the menu bar, which isn't the problem I'm having. In my case, the Mac is compatible (latest-gen Air, 10.8.5),