How to get hd free channels with indoor antenna on model # 32C110U

i have had my tv since 2012 and had been using bell expressvu , but due to poor service decided to cancel and use an indoor antenna.
I cannot get a picture on any channel when i connect my antenna, but with bell i had great receptionl   i have a 100.00 antenna , so i must be doing something wrong when i hook up.  HELP

First, ensure you've set the input source to Antenna as described on page 24 of your user's guide, then program the channels as explained on page 25.
- Peter

Similar Messages

  • How to get discrete AC3 channels with sblive

    When playing DVD movies or DIVX video with AC3 sound I get all the channels mixed in stereo. When choosind four speaker configuration there is no sound from surround channels and in my rear speakers I hear the same channels than in my front speakers. I can get discerete AC3 channel playback even with my Realtek onboard sound, I cannot believe I could not do the same with the much more powerfull SBli've 5..

    Cdbular,
    How are your speakers connected to your SBLi've!? If you are connected using a digital coax connecter then you will need to set up your system to do SPDIF bypass. Here is an article that explains what you will get from this kind of connection:
    http://us.creative.com/support/kb/ar...p?l=2&sid=5764
    Jeremy

  • Anyone know how to get a free upgrade on the OSx 10.6

    I've been searching all night, and cant seemtofigure out how to get a free upgrade of the OS X 10.6! Anyone know where or how?

    There is no free upgrade.
    Do you currently have the 10.5.8 Combo update loaded?  (if not download and apply the Mac OS X 10.5.8 Combo Update )
    Then, check that your machine is suitable for Snow Leopard.   It needs to be a Mac computer with an Intel Core 2 Duo processor.   Check by reading the specs.
    Mac OS X v10.6 Snow Leopard -Read the Technical Specifications
    Snow Leopard is a paid upgrade by DVD not a download.  To buy the DVD, if you are from the USA go to … http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard.
    In Europe or otherwise substitute your national code in place of /us above.
    In UK go to Apple Store UK       Mac OS X 10.6 Snow Leopard - Apple Store (UK)
    Before you start upgrading, back up your files.   If you are unsure how best to do this, the following link is hugely informative.        Most commonly used backup methods: Apple Support Communities.
    Once you have upgraded to Snow Leopard, if your upgrade took you to 10.6.3 you will need to download and apply the Combo updater.  Mac OS X 10.6.8 Update Combo v1.1  and follow with software updates to pick up the most recent security and iTunes updates.

  • I want to get a free app with out using a credit card?

    I want to get a free app with out using a credit card? How can I ?

    Lawrence01 wrote:
    I want to get a free app with out using a credit card? How can I ?
    Search before posting or see the "more like this"s section on the right side of this page.  Your question has been asked and answered many times.

  • How to get my free version of lion after buying a new mac, how to get my free version of lion after buying a new mac, how to get my free version of lion after buying a new mac

    I have just recieved my new mac book pro and I was wondering how to get my free version of Lion!
    Can anyone help me with this matter?!

    Try http://www.apple.com/macosx/uptodate

  • HT5622 how can i download free apps with out a credit card

    how can i download free apps with out a credit card

    If you only want the free apps, take a look here:
    http://support.apple.com/kb/HT2534
    Read the steps carefully as the order in which you follow them is  critical. Note that you can do this only when creating a new Apple ID. You cannot use an existing ID. 
    You will of course not be able to get anything other than the free apps without entering in some sort of payment method (credit card, prepaid iTunes card, gift certificate, etc.)
    Regards.
    Forum Tip: Since you're new here, you've probably not discovered the Search feature available on every Communities page, but next time, it might save you time (and everyone else from having to answer the same question multiple times) if you search a couple of ways for a topic, both in the relevant forums and in the Apple Knowledge Base, before you post a question.

  • Has anyone figured out how to get speech recognition working with sticky keys enabled on mountain lion?

    I'm trying to use speech recognition to input text on my iMac running the latest mountain lion, 10.8.3.
    I have sticky keys enabled.
    When I try to start speaking by pressing the function key twice nothing happens. I can only get it to work if I disable sticky keys.
    The same problem occurs with all the other modifier keys as shortcut, they do not work with sticky keys.
    When I try to select a different shortcut, I am unable to select a two key combination, but am limited to one.
    If I select the F6 key, or any other single key, I am able to start speech recognition. However the second time that I press the key, it does not stop recognition and process my words. Instead, it restarts the recognition.
    Has anyone figured out how to get speech recognition working with sticky keys enabled?
    Or a way to get an individual key shortcut to start on the first press and process it on the second?
    Or a way to get key combinations to work, as specified by the help:
    Dictation On and Off
    To use Dictation, click On.
    When you’re ready to dictate text, place the insertion point where you want the dictated text to appear and press the Fn (function) key twice. When you see the lighted microphone icon and hear a beep, the microphone is ready for you to speak your text.
    Shortcut
    By default, you press the Fn (Function) key twice to start dictation. If you like, you can choose a different shortcut from the menu.
    To create a shortcut that’s not in the list, choose Customize, and then press the keys you want to use. You can press two or more keys to create your shortcut.

    I noticed with version 10.8.4 of OS X that I am now able to select F6 to activate, and the return key to complete the speech recognition. This is still different than the description of how these should function that's included in the help, but at least it's an improvement.

  • When im trying to download a free App an error appears and sais that my previously purchase was declined.how is related a free app with a paying one?

    When im trying to download a free App an error appears and sais that my previously purchase was declined.how is related a free app with a paying one?

    Because that's the way you setup your account. Whether the app is free or not is irelevent, apparently the payment method you selected when originally setting up your account is no longer valid, hence your account is not longer valid. Either fix your selected payment method or setup a new app store account without a credit card:
    http://support.apple.com/kb/ht2534

  • How to get gui_download and gui_upload with popup filename?

    how to get gui_download and gui_upload with popup filename?

    Here is a short example.
    report zrich_0003 .
    data: ifiletab type filetable.
    data: xfiletab like line of ifiletab.
    data: xstring type string.
    data: rc type i.
    data: itab type table of string.
    data: xtab type string.
    start-of-selection.
      call method cl_gui_frontend_services=>file_open_dialog
        changing
          file_table              = ifiletab
          rc                      = rc.
      read table ifiletab into xfiletab index 1.
      xstring = xfiletab-filename.
      check not xstring is initial.
      call method cl_gui_frontend_services=>gui_upload
        exporting
          filename                = xstring
      changing
        data_tab                = itab.
      loop at itab into xtab.
        write:/ xtab.
      endloop.
    Regards,
    Rich Heilman

  • How to get the contents associated with a component.

    How to get the contents associated with a component.
    Like i have 2 buttons and i want to get the contents associated with these button without clicking them i.e without firing the event.
    By Contents i mean, whatever things we get after firing the event,we get some other window and some thing is added to the current page and so on.

    grab all the code inside the actionPerformed(ActionEvent e) method

  • How to get a minus sign with the cost  field in ALV.

    Hi ,
    How to get a minus sign with the cost field in ALV.
    The Ouput will be displayed like  Rs -1500 instead of 1500-
    I can't use concatenate also as i may have to use the sum functionality of ALV .
    Cheers
    Sunny

    Hi sunny,
    1. The OTHER FIELD
       has to be character field of say length 15.
    2. Write the original numeric value to
       this character field (in a loop)
    3. But simply writing won't help.
    4. use this kind of logic.
    5.
    REPORT abc.
    DATA : m TYPE i.
    DATA : chr(15) TYPE c.
    m = -100.
    WRITE m TO chr.
    IF m < 0.
      SHIFT chr RIGHT BY 1 PLACES.
      CONDENSE chr.
      CONCATENATE '-' chr INTO chr.
    ENDIF.
    WRITE chr.
    regards,
    amit m.

  • HT1338 I have a new mac and I want to get mountant lion, my Q is how I get it free?

    I have a new mac and I want to get mountant lion, my Q is how I get it free?

    http://www.apple.com/osx/uptodate/

  • Will i get a free ipod with a macbook purchase

    will i get a free ipod with a macbook purchase

    Not that I have ever heard. Where did you hear that. Wherever it isn't true. Not unless some store is having some type of special.

  • How to get vlan tag programe with mac book air

    how to get vlan tag programe with mac book air,i'm using the usb ethernet adapter

    For prompt help contact TATA.
    For more on this: https://discussions.apple.com/thread/3680625?tstart=270

  • How to get an error icon with tool tip in a displaying table   in a particu

    How to get an error icon with tool tip in a displaying table   in a particular field..
    Thanks.

    Hi,
    In the context  create an attribute of type string .
    Create the attribute in the node which you bind for table.
    In the layout .
    1.create a Table UI element.
    2 create binding for UI element.
    3Right click on the Table UI and select insert table column.
    4.once the table column is inserted right click on table column and select insert cell editor.
    5.create the cell editor of the type image.
    6.Bind the source property of the image to the attribute in the node which you have created.
    so depending on what image(type of icon) needs to be displayed set the attibute accordingly.
    refer to the link for image :
    [http://help.sap.com/saphelp_nw70ehp1/helpdata/en/d1/af8841349e1909e10000000a155106/frameset.htm]
    Priya

Maybe you are looking for

  • Updating Batch classification data from MIGO for Purchase order

    Hi, I need to update batch classification data (in MSC3n) from MIGO for purchase order. The logic needed for this is as below, 1) Pass material and batch to MCH1 table to get CUOBJ_BM. 2) Pass CUOBJ_BM to INOB table to get INOB-OBJEK. 3) Pass INOB-OB

  • How can i call application ?

    Can I call Application(exe) in a running vi ?  I think i can do that using application vi platte but i don't know how to do ? can any one solve this problem ?

  • Repeated area and javascript function

    Hello every body, I have a problem and I can't find the solution, but I am sure it is solvable ! my page is a PHP page, I work with Dreamweavere 8 I have a catalog list which presents global product reference based on article designation for instance

  • How to install amd a8 3850 without motherboard lockdown

    motherboard locks down when i go to install a8-3850cpu in my hp p7-1154 desktop

  • [OT] Para compartir

    Creo que es de cajón compartir con todos vosotros esta maravilla : http://www.dhteumeuleu.com/ Supongo que algunos ya lo conocereís pero para los que no lo conoces es una página de código abierto con infinidad de cosas muy chulas Saludos Lui7