54GS ver2 DHCP and static Denon AVR IP

I have a WRT54GS ver2...older model.  Some models have DHCP Reservation that allows the same IP to be reestablished with the connected wireless device.  This model does not have that....wish it did.  I need to get the same IP with my Denon AVR (audo video receiver) each time.
Ok, So my 54GS is setup for DHCP 192.168.1.100 with 7 connections.  Only using 5 of these.
If I set an IP in my Denon AVR with a static IP of 192.168.110 (outside the .100 to .106 range) and the Gateway is the IP of the 54GS, Sub, DNS1, 2 as for my TCP/IP connection....then I should be able to connect to the router and dsl modem......I am unable to get the Denon to connect?
The Denon is connected via a wirless bridge..Buffalo Ethernet Converter that uses DHCP to connect to the 54GS.  Does that mean I can't use a static IP in the Denon that connects hardwire to the Buffalo?
How to get the Denon to see the router?
Linky54GS
Message Edited by linky54gs on 03-11-2008 02:36 PM
Message Edited by linky54gs on 03-11-2008 02:37 PM
Message Edited by linky54gs on 03-11-2008 02:37 PM

The puzzle continues.........
I have the Router Gateway IP set at: 192.168.100.100
The DHCP server in the router is setting: 192.168.100.101-.103
I have the Denon IP set: 192.168.100.121.... will not connect to the Internet...does connect to the network.
I have a DirecTV IP set: 192.168.100.120......connects to the Internet and network.
Why the Denon will not connect to the Internet is the puzzle, especially since the DirecTV is connected via the same bridge and using the same IP setup as the Denon. I tried UPnP on/off...no difference.
The Denon and DirecTV are both connected to a Buffalo Air Station (wireless Ethernet Converter). Same ports, connections as with DHCP in use and working.
The DirecTV IP is set at 192.168.100.120; the Denon 192.168.100.121.
Gateway IP, Subnet Mask, DNS, all set the same in both. All other sources use DHCP in the .101-.103 range.
DirecTV connects to Internet....Denon NO.
Both work when using DHCP via the router just fine. Just wanted a static non-changing IP in the Denon for use with FW updates/issues.
Stumped!

Similar Messages

  • Combined dhcp and static ip?

    I'd like to be able to specify a static ip address and get the remaining stuff (dns, gateway, and whatever) from dhcp. It this possible?

    lumpynose wrote:
    wudu wrote:
    I know that there is an option for network-manager to get only the addres from DHCP but I think there's nothing for what you want.
    I'm not sure what you want to do. Do you have changing DNS servers and gateways?
    If you have control over the DHCP server you could do that by static DHCP (your pc gets the same address every time based on the MAC address). If the DHCP server is running on a router you often don't have this as option (directly).
    Other possibility is to get everything from DHCP and then change your IP address manually or with a script.
    Changing the ip address afterwards is an idea.  I've been with my ISP for a long time and they have changed the addresses of the DNS servers.
    Being able to specify just a static network interface address seems like a useful thing to me in a home environment; I want a static address so I can easily ssh to the machine, and the other stuff, DNS, gateway, etc. I can let DHCP set up.
    Are you saying that you want to set a static Public IP address on the interface that connects to your home ISP? Like, your ISP changes your public IP address which makes it hard to ssh back home.
    If this is the problem you are trying to solve, you would be better off just buying like a .info domain for $2 and setting up Dynamic DNS. I find Hurricane Electric to be a good DNS host. They will let you add Dynamic A records. Then you just set a cron job to update the dns records like every 30min's to be sure it is always correct.
    With this promo code from the Linux Action Show you will save 35% off your order of the domain.
    http://www.godaddy.com/?isc=go35off3
    Free DNS host (these guys are a global Internet backbone provider)
    https://dns.he.net
    Last edited by hunterthomson (2013-03-24 11:00:37)

  • DHCP and Static

    We have a WRT55AG wireless router. Connected with a static IP address. Set up to give out DHCP to wireless users and to one desktop machine that is connected to port 1. We have another machine, which we want tio run on a static IP address. Is this possible? Thanks. David Passmore

    Their is no settings required on the router side.
    If all your other computer are able to go onlinr then this one will to go using a static ipaddr.
    The first thing you will do is go to the computer which is able to g online.
    Click on start then run then type in cmd and hit enter.
    On the cmd prompt type ipconfig/all and hit enter
    and check out the ipaddr
    if it 192.168.1.100 then on the static computer you will type in 192.168.1.50 
    in the same manner if it is 192.168.2.100 then on the static computer will be 192.168.2.50 and rest of the entery just copy it all will work grt
    Thanks
    Frajo

  • [Solved] Two ethernet ports (dhcp and static)

    For various reasons I connect to the internet as follows:
    Computer --> eth0 --> Linksys Router --> Aztech Modem/Router --> Internet
    From time to time I need to access the Aztech. Usually I change the eth0 cable connecting to the Linksys to the Aztech. And restart networking. Access the Aztech. Then change the cable from Aztech to Linksys. Restart network.                 
    In Debian (to avoid this cable changing), what I did was to also have a cable as follows:
    Computer --> eth1 --> Aztech Modem/Router
    eth1 is a static configuration. The debian /etc/network/interfaces file looks like
    auto eth0
    iface eth0 inet dhcp
    auto eth1
    iface eth1 inet static
    address 10.0.0.3
    netmask 255.255.255.0
    So in Debian I plug a cable into eth1 (from the Aztech). I can then access the Aztech without it interfering with resolv.conf so I can still browse the internet via eth0.                                                     
    I have tried the following in ArchLinux:
    HOSTNAME="milomak-arch"
    eth0="dhcp"
    INTERFACES=(eth0)
    eth1="eth1 10.0.0.1 netmask 255.255.255.0"
    INTERFACES=(eth1)
    gateway="default gw 192.168.1.1 10.0.02"
    ROUTES=(!gateway)
    However when I boot this is what I see
    # ifconfig
    eth1 Link encap:Ethernet HWaddr 00:24:8C:52:DC:5F
    inet addr:10.0.0.1 Bcast:10.0.0.255 Mask:255.255.255.0
    inet6 addr: fe80::224:8cff:fe52:dc5f/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:468 (468.0 b)
    Interrupt:17
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:24 errors:0 dropped:0 overruns:0 frame:0
    TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:1280 (1.2 Kb) TX bytes:1280 (1.2 Kb)
    what am i missing?
    Last edited by milomak (2009-11-21 10:35:16)

    Put both interfaces in the INTERFACES= array.
    /etc/rc.conf includes this detail, with a slightly different wording i.e.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES

  • Strange problem with mac mini hdmi, denon avr 3310 and itunes

    Hello,
    I just bought the new mac mini with HDMI. It is connected via HDMI to my receiver Denon AVR 3310. The receiver shows that it has "multi channel in" on the display.
    I made all the configurations so that i can watch dvd an the mac mini. When i play a movie with Dolby Digital the receiver does show that on the display and playback is possible without any problems. I hear sound on all my 5.1 speakers.
    The big problem is with iTunes. When I want to watch rented series, for example Dr. House, only 2 speakers of my 5.1 are used. And when I change to surround in iTunes I can only hear static noise.
    What is the problem? Did I make a wrong configuration or is something wrong with iTunes?
    Thanks in advance

    Great news! My Mac mini is sending true 5.1 to my reciever through the HDMI cable! Okay so here's my list of gear.
    MAC MINI 2011 2.5 i5 8gb ram
    Using a quality audioquest hdmi I have connected my Mac mini to my Denon 1712 Reciever. I have connected this hdmi cable into hdmi port entitled game 2. I have connect my reciever to my tv with a monster 1000 hdx thx certified hdmi cable. It has a transmission sped of 17 gb or so...meaning it can handle transmitting 3d...if only I had a 3d tv.
    Okay so that's the gear. Now onto the changes in audio midi. Open audio midi and Simply change it to 48000 hz and to 2 channel 16 bit integer. That's all I did and now it works. Before I had it set to 8 channel 24 bit and when I pulled up my surround sound options I could pretty much only get multi channel stereo. Now I can get several Dolby choices.
    The voices are coming out of the center speaker and all the action is coming out of the other speakers....so in other words 5.1 surround sound has been achieved on my Mac mini 2011 which has Lion on it.
    I have tested this with iTunes and Netflix. Both are in 5.1 and sound great. In iTunes I have tested both music and digital copies of movies. Both worked flawlessly.
    Rejoice Mac mini owners 5.1 surround is now possible over your Mac mini 2011 edition with just an hdmi cable to your reciever. You can throw away that toslink cable becuase now you don't need it!
    I hope this works for you. Remember not all hdmi cables and the same holds true for your reciever. If it does not work consider getting either audioquest or monster....everything else is junk.

  • Bought a new Ipod touch and the WiFi does not connect.  Tried Reset and total Restore, does not connect to Router on DHCP, tried Static manually and still can not get it to connect even though it registers as connected.

    Bought a new Ipod touch and the WiFi does not connect.  Tried Reset and total Restore, does not connect to Router on DHCP, tried Static IP, Subnet, Router and DNS manually and still can not get it to connect even though it registers as connected.  Using Airport for router, latest firmware, no problems with Iphone 4 or Macbook Pro or any other internet devices.  After total Restore (factory settings) tried again, showed connected to router, but does not display "check" next to router but little rotating icon even though the wifi range signal shows connected at full strength and it says it is connected.  Just can't seem to get it to generate an IP.  Any solutions other than turning it on and off again?  Not a Merry Christmas morning.

    Ok, so, a couple of things:  Denisefromwaleska and I have the exact same size/type/color iPod.  Now wishing I'd bought the black one maybe...
    Second, Airport is an Express and I have a second one that I carry with me when I travel.  Tried to connect my Airport Express to the internet and could not although the iPod did recognize the router and tried to connect to the internet for some time, unlike my previous problem.  Updated firmware on my travel router, still could not connect to the internet.  Going to try to set up a manual Static IP on the travel router here in a few and conect through it although I predict the problem will persist. Back on the Christmas Present Airport Express router, it is back in play and working fine for all devices save the iPod. 
    Thanks again for all your help, hopefully I can get a solution in place soon,

  • ATV and Denon AVR

    Just got an Apple TV. I've hooked it up to my home theater (to a denon AVR-4806) receiver via component and optical cables. I hooked the component cables into my DBS ports. The ATV works fine as long as I select Pure Direct as the sound mode and I get sound out of the r,l and subwoofer channels. If I try to get the sound to go to my 5.1 speaker system, the sound goes to all speakers but then I lose the picture on the TV. Anyone have a solution to this problem or is it a limitation f the current software?
    Thanks

    The Denon should have an auto detect mode for the optical audio data. Try that and see if that works. Still puzzling why the audio mode changes the video unless the component video inputs somehow are being switched off when you change the audio mode.
    I elected to just run the component video right to my HDTV as I only have one component video source, the Apple TV. I use the Denon AVR3300 to do the audio source switching only for the ATV.
    Howard

  • Atv and denon 3806 Denon avr

    Can anyone tell me how I connect the atv to my denon 3806 avr with an hdmi cable. There are 3 hdmi outlets on my receiver but I can't get it all to work. The atv works connected directly to my sony lcd tv, but the sound is through the tv and not very good. I'd like to listen to my music and watch movies with surround sound.

    Thanks. So you have one too (Denon avr). I have fantasies of strangling the tech writer and designer of the remote. I am more than happy not to change anything for a while. Every time I do anything, no matter how simple, I screw it up and spend hours trying to figure out how to get it back again. I will never buy another Denon product. I don't care how many good reviews they get, or how good it sounds when it's finally hooked up, I think they are a bunch of sadists. And the manual is totally useless. And there is no number for tech support that I've ever found. The receiver is a total nightmare, even though it is working fine now. (after 3 days of torture.)

  • Denon AVR-1909 and Apple TV reverting back to 720p

    I have my Apple TV running through my Denon AVR-1909 amp (HDMI). If both units are off and I start them up, my Apple TV reverts back to 720p resolution. The resolution before I turned off the Apple TV is set to 1080p.
    It wasn't until I ran the Apple TV through this Receiver did I start experiencing this problem.
    If the receiver is already on, then the resolution on Apple TV remains at 1080p when I turn it on.
    I'm using a Harmony One Remote to Turn on my devices. I have setup the functionality to Start the receiver first, then I have a created various delays before it starts the Apple TV, thinking that the amp needs sometime before it sends a signal. Even with this delay, the problem still exists.
    Is anyone else experiencing this issue, and is there a fix?
    Any help would be greatly appreciated.

    Welcome to the Apple Community.
    Contact the developer of the Air Video app.

  • Denon AVR-X1000 and Apple TV

    Does Denon AVR-x1000 cooperates with Apple TV 3rd generation perfectly?
    Is someone tried that?

    Search the forums or google and find out for yourself.
    Do you have a specific issue?

  • Non-ISP DDNS with Apple DHCP and DNS Services

    I have two questions about Dynamic DNS (DDNS) as it applies to Apple's DNS and DHCP services within my home network. I am not talking about DDNS in the context of making my external-facing router available by a domain name on the Internet using the dynamically-assigned IP from my ISP.
    Starting with Snow Leopard Server, I attempted to use Apple's DNS and DHCP services (I have the firmware-based DHCP service in my router turned off.) The difficulty I immediately faced was that Apple's DHCP implementation didn't update the DNS service as IPs were handed out to DHCP clients. Because of this, it wasn't possible to access hosts by their hostname, since getting a DHCP-assigned dynamic IP at boot-up didn't do anything to automagically register the hostname-to-IP mapping in DNS. Manually registering the hostname in DNS was pointless, becuase over time the client IP address can and did change. I could create static IP assignments based on the MAC address, but doing that for all of the devices on my home network sort of defeated the purpose of using dynamic IPs.
    The only solution I eventually found was to go out and get an open source DHCP server, compile it for my Mac, install it, and configure it. After doing this, everything worked great; every time a new host or other device was booted it got a dynamic IP through DHCP, and then the DHCP server automatically updated Apple's DNS serive with the hostname and assigned IP. I could immediately access every device on my network by hostname. As IP addresses changed over time, the hostname-to-IP mapping in DNS was automatically updated.
    Except, Apple's point upgrades kept breaking my non-Apple DHCP install. Every time I applied software updates to my server I had to go back and re-finagle DHCP to get it to automatically start and run. By the time Lion Server came out, I drank the Kool-Aid and went back to Apple's DHCP implementation. I was disappointed that it still didn't seem able to update DNS with hostnames as it assigned IPs, but I was so tired of mucking about at the command prompt to fix DHCP every time Software Updates broke it, I just lived with the inconvenience of not being able to access devices on my network by hostname.
    I'm sorry to say this, but Windows Server has had this capability since at least server 2003. In fact, until I dumped my Windows Server and switched to Snow Leopard Server, I was running Microsoft's DNS and DHCP services on Server 2003 and they did exactly what I'm describing brilliantly.
    Can anyone offer any advice here? Does Mountain Lion's implementation of DHCP allow for DDNS updates to the DNS service? If not, how are other people handling this? Should I go back to running Windows Server for my DNS and DHCP services? My Netgear WNDR3700 router appears to have the standard, substandard DHCP server in firmware as most home routers, and no facility for DNS at all--much less the ability to update an on-site DNS sever with IP addresess it hands out. In fact, the only appliance I know of that does this is the InfoBlox my employer uses, but that's too expensive for a home solution.
    As a Post Script, I'll add that I've been VERY unhappy that I lost the ability to bind Windows clients to Open Directory under Lion Server. Since I'm starting to see articles that say this capability hasn't been added back to Mountain Lion Server, I'm seriously considering implementing a Windows Server AD master and establishing a "magic triangle" or "golden triangle". If I end up having to do that, I wonder if I might as well just go back to using Microsoft's DNS and DHCP services.

    Hi,
    Whether to move your DHCP to another server depends on the workload of your server. If there are too many clients on the network, you should move your DHCP to another server.
    Did the record which owned by the machine generate before you configure the DnsUpdateProxy group? You can try to regenerate the record and check the result.
    For more detailed information, you can view the link below.
    DNS best practices
    http://technet.microsoft.com/en-us/library/cc778439(v=ws.10).aspx
    Using DNS servers with DHCP
    http://technet.microsoft.com/en-us/library/cc787034(v=ws.10).aspx
    DNS registration changes for Windows Server 2003 based DHCP Servers
    http://technet.microsoft.com/en-us/library/ee441167(v=ws.10).aspx
    Hope this helps.
    Steven Lee
    TechNet Community Support

  • HH4 and static IP addresses on home network

    I want to assign a static IP outside the DHCP range to a server on my home network. I know I've done this in the past as I already have another server on the network which the HH4 recognises as having a static IP (and not in the DHCP range) but I can't for the life of me remember how to do it now.
    I do recall that it wasn't obvious last time, but I've looked repeatedly through the HH config options and can't find it. The only place that looks likely is the Device Information page, where if "IP address assignment" is DHCP then you can select "Always use this IP address" and type an IP address, but only addresses within the DHCP range are accepted (this is reasonable). But there seems no way to provide a non-DHCP address.
    I've read elsewhere that I should allocate the static IP on the device itself, but this doesn't work - while the device is able to connect to the LAN and can ping/can be pinged by other devices, the HH doesn't recognise the device and it's unable to connect to the internet.
    I've constantly been frustrated by the non-standard interface of the HH4, and the fact that BT will provide little information on how to configure it (no manual is available). I called BT just hours ago to ask their tech support the same question I'm asking here, and their response was that "they don't have that information". When I said I was amazed that they don't know how to support their own hardware, they replied that it came ready configured and I shouldn't need to change it. Unbelievable. I was invited to subscribe to their tech expert support for £8 per month to get the answer, so I suspect that the claimed ignorance is just a revenue-earning opportunity.
    Anyhow, any help will be very welcome.
    Solved!
    Go to Solution.

    licquorice wrote:
    Hmm, as far as I'm concerned the only 'true' static address is one configured on the device itself. Anything else is a non-changing dynamic address which is still at the mercy of the router dishing it out correctly.
    That's a fair point. Perhaps I'm not used to routers (or just never used the feature) that allow "sticky" allocations within the DHCP range. So I see (saw?) DHCP and non-DHCP addresses as different.
    However, I have to admit to feel a bit stupid at this point. I've just looked at the HH display and now I can see my device in all its static glory! This is after a number of days of testing and experimentation and getting nowhere (and before you ask, yes, regular refreshing). It's puzzling - perhaps it takes time for the HH to pick up a static allocation and I just didn't give it long enough.
    So it does appear to be working now. I can confirm that your advice of just defining the address on the device is the way to go, and eventually the HH will recognise it.
    Thanks to all for your patience!

  • How to set up DHCP and NAT for QNAP NAS MyCloud service?

    I have an Apple AirPort Extreme Base Station (AEBS) attached to my DSL model (no router in the modem).  My QNAP NAS is attached via ethernet to the QNAP NAS.  My iMac (running AirPort Utility 6.x) is connected to the AEBS via wifi.
    I've found several folks who've tried this (and apparently succeeded) but I'm a networking novice and am having trouble making this work.  What I did was to go into the AirPort utility and in the networking section configure "DHCP and NAT" and then called out the static IP and MAC address of the QNAP NAS (as well as the ports I'd like to remain open).  However, when I did this and applied the changes, my iMac (connected to the AEBS via wifi) could no longer see the AEBS, which then required me to reset the AEBS, re-configure it back to the previous known good conifiguration and start over.  After about 5 cycles of this I gave up.
    So, what am I doing wrong here?  Do I need to go in and configure every device that is going to access the AEBS as static and call out each device's IP and MAC address? (hopefully not, that'd be a major PITA).
    Help.  Anyone?

    When I run diagnostics with the QNAP, here is the reply I get (IPs redacted):
    ------ NAT PMP Diagnostics ------
    initnatpmp() returned 0 (SUCCESS)
    using gateway : xx.x.x.x
    sendpublicaddressrequest returned 2 (SUCCESS)
    readnatpmpresponseorretry returned 0 (OK)
    Public IP address : 192.168.xxx.xxx
    epoch = 2621
    closenatpmp() returned 0 (SUCCESS)
    ------ UPnP Diagnostics ------
    upnpc : miniupnpc library test client. (c) 2006-2011 Thomas Bernard
    Go to http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
    for more information.
    List of UPNP devices found on the network :
    desc: http://xx.x.x.x:60606/8CC1212D0C6D/Server0/ddd
    st: upnp:rootdevice
    desc: http://xx.x.x.x:9000/TMSDeviceDescription.xml
    st: upnp:rootdevice
    desc: http://xx.x.x.xx:55000/nrc/ddd.xml
    st: upnp:rootdevice
    desc: http://xx.x.x.xx:55000/dmr/ddd.xml
    st: upnp:rootdevice
    desc: http://xx.x.x.xx:49152/4/description.xml
    st: upnp:rootdevice
    desc: http://xx.x.x.xx:49152/2/description.xml
    st: upnp:rootdevice
    desc: http://xx.x.x.xx:49152/0/description.xml
    st: upnp:rootdevice
    desc: http://xx.x.x.xxx:8200/rootDesc.xml
    st: upnp:rootdevice
    desc: http://xx.x.x.xxx:49152/gatedesc.xml
    st: upnp:rootdevice
    desc: http://xx.x.x.xxx:49153/gatedesc.xml
    st: upnp:rootdevice
    desc: http://xx.x.x.xxx:49155/gatedesc.xml
    st: upnp:rootdevice
    desc: http://xx.x.x.xxx:9000/TMSDeviceDescription.xml
    st: upnp:rootdevice
    UPnP device found. Is it an IGD ? : http://xx.x.x.x:60606/
    Trying to continue anyway
    Local LAN ip address : xx.x.x.xxx
    GetConnectionTypeInfo failed.
    Status : , uptime=3217870016s, LastConnectionError :
      Time started : Wed Mar 13 17:04:03 1912
    MaxBitRateDown : 7 bps   MaxBitRateUp 0 bps
    GetExternalIPAddress() returned -3
    GetExternalIPAddress failed.
    GetGenericPortMappingEntry() returned -3 ((null))

  • Macbook Pro with Denon AVR-X3000 / sound problem

    Hi there..
    I have a retina macbook pro and I am trying to connect it to Denon AVR X3000 surround receiver via. HDMI
    Denon is connected to the TV from HDMI out, so I have no problem with sending the video to the LCD via. receiver.
    My problem is with the sound modes.
    Normally, as the most basic example, when I connect my Apple TV to Denon and LCD with the same HDMI way, I get all the digital sound modes such as Dolby Prologic II, Dolby True HD, DTS: Neo6 etc..etc... And I get a very quality sound, with all the channels seperated etc.
    But when I connect my Macbook Pro to the system with the same way, what I can only get from the receiver are : STEREO, MULTI CHANNEL IN, MULTI CHANNEL STEREO and VIRTUAL.. I do not see any DTS, Dolby Digital, etc.
    Also, I can only get the "surround effect" from "MULTI CHANNEL IN" sound mode, but this time the audio quality is really bad...
    Tiny Apple TV gives me great sound but MB Pro cannot..
    I have tried to change some settings from the AUDIO MIDI setup, I chose 5.1 multi channel but nothing  happens from here...
    By the way, I am using Mac BluRay player and I am running bluray films from my computer.
    In my opinion, MBP cannot send high definition video and dolby-dts-prologic sound to the receiver at the same time..
    I don't have quite experience about this issue, maybe it is something, very simple. But I couldn't manage it.
    Maybe MBP is not capable of doing this... If so, I will be really disappointed because I was looking forward to purchase a Mac Mini and use it as a HTPC..
    All suggestions, recommendations are highly appreciated... THX

    Hi, i don't have a solution but i can share my experience with you which is similar. Mac Mini connected to Denon. On Mavericks  OS btw.
    two things.
    1. i was fiddling with the System preferences at one time, under Sound, playing around with the output options, honestly forgotten what i did but i managed to get into all the options as per normal, such as Dolby Cinema. Problem is, once i restarted the Mini, the same problem occured. Only those as u mentioned, Multi IN etc.
    at this point, i am still trying to figure out.
    2. I tried switching to windows, and the problem disappear. Meaning, the sound mode options are as per usual.
    u have any luck yet ?

  • Apple TV 2/ Denon AVR 2311CI zone 2 issues

    I have an original Apple TV hooked up to my Denon AVR 2311CI ss receiver. I needed to hook the red and white RCA cables to pass an analog signal to get the audio to pass through to zone 2. The next gen Apple TV has no RCA jacks, just digital optical. That does not pass the audio to zone 2. Has anyone tried this and got zomne 2 audio to work with the newer Apple TVs??

    I am also having this issue (picture - but no sound) - but with an Onkyo AV Receiver (TX-SR674).  And unfortunately, my TV doesn't have HDMI - just DVI - so I can't pass the AppleTV through my TV to get the audio to the AV receiver - or even get the audio from the TV's speakers.  So unless I can firgure this out, I either have to return the Apple TV, or buy a new TV and/or receiver.  As much fun as that sounds, I don't really have the spare coin to make it happen.  I've tried every possible setting on the Onkyo (which I use with a DirecTV receiver and a Sony Blu-ray player just fine - using HDMI) - but no luck.  The only way I've seen it work is using my Dell computer Monitor (which has HDMI in and analog audio out).  So it doesn't appear to be a defective Apple TV.  Oh - and I can't get any digital audio out of the Apple TV either. I tried two different AV receivers that have optical tos-link inputs.
    Any help is greatly appreciated!
    Cheers (and Happy New Year).

Maybe you are looking for

  • Upgrade my mini or buy new again

    I have a new mac mini purchased in 12-07. Mac OS X version 10.4.10 1.83 GHz Intel Core 2 Duo 1 GB SDRAM Im currently working with final cut express 4 video editing program. my current projest is going to be 90 to 120 minuets long but im trying to kee

  • Crystal 2008 install problems with DLL

    Hello, When I try to install Crystal Reports 2008 there was an error message: Error 1904. Module C:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cr_report.dll failed to register.  HRESULT -2147024769.  Contact your support

  • Importing files (e.g. containing CAD data ) with XI

    Hi everybody, this might be a simple question for someone who knows XI. Is it possible to import files with e.g. CAD Data to the SAP Document Management System with XI. Normally we use a BAPI call for this import (BAPI_DOCUMENT_CHECKIN_REPLACE2). Wou

  • Canon G12 raw CR2

    Can I process Canon CR2 RAW (taken with a Canon G12 camera)using Photoshop Elements 6 ? I am told that I need download update 6.3 but it won.t download to PE6.

  • Iops requirement for RDS farm on windows 2k12

    Hi, I'M working on the project to create a TS Farm with server 2012 and I want to know the minimal requirement for the IOPS. I will run my setting with a SAN configured with 8 x 600 Gb (10k rpm) in RAID 6 but I want to be sure the IOPS it's ok. I jus