New user Audio issues

We just got Apple TV and are having an issue with audio. The problem happens when we try to switch back to DirecTV we don't get audio. We're using an Optical Digital Audio Cable.

not sure what directv is but sounds like your issue is with the receiver and not with the appletv to me

Similar Messages

  • New user - Some issues I want to resolve

    I purchased my mac 2nd hand about 6 weeks ago (24" Mid 2007, 2.4GHz Core 2 Duo, 4GB RAM) and got it home and set it up and everything has been working flawlessly. Also purchased a magic mouse & trackpad which have also been working fine.
    I received an email last night from a friend with some PDF docuements for work, and since then I have been having some issues. Dont know if this has any relevance whatsoever or just completely coincidence.
    Issues I have encountered so far are :
    1) I noticed was my trackpad was real laggy, to the point of unusable.
    2) I can hear a buzz/hum which I never used to hear, hard to tell if it's the optical drive or hard drive, but something sounds like it is constantly spinning - im a bit anal about things like this and it really bugs me, especially as it wasnt doing this before
    3) My WiFi connection is proving to be problematic coming from sleep / cold boot. If I click on the WiFi icon in the taskbar it will not display any available networks and just says "looking for networks". If I then click on "Join network" > "Show Networks" this then shows me available networks. If I then choose my network, it takes a long time (about 30-60 seconds) to display the WPA2 password box. I then enter my password and I see the icon in the taskbar goto a full 5 bars, but the screen where I enter my password still says "Connecting..." and eventually results in a "Connection failed!" even though the connection is actually there and I can browse the internet.
    4) Generally feeling "laggy", eg opening System Preferences can take 30+ seconds
    What I have tried to do to fix these problems
    1) Unpaired and repaired which seems to of rectified the issue
    2) Finding it hard to differentiate if the hum is from optical or hard disc. If I hold my hand on the back of my Mac I can feel vibration close to the centre, by the stand support.
    Have tried running Disk Checker to see if it identifies any S.M.A.R.T errors but all came back ok. It did find some faults with Disk Permission's which I fixed.
    3) This is the one that is really annoying me and have tried several recommendations found on the internet, including ;
    Turning wifi on/off
    Turning router on/off
    Changing settings in energy saver
    Removing saved wifi networks / re-adding
    Removing passwords from keychain
    Updating to OS X 10.8.5
    4) As I am a new user, I do not fully understand what I am doing yet, but I have opened up the Activity Monitor and noticed that there is a high CPU load quite consistently (also back of mac appears quite hot to the touch). I have noticed that parentalcontrolsd seems to be consuming a lot of CPU time, even though I dont have parental controls on. It is usally 80%+ CPU. Also ocspd appears to be quite a cpu hog too (constant 20-50%)
    This all happened on Friday 13th! lol
    Any help with any of the above would be appreciated.

    In Activity Monitor, select the processes with the high CPU use and quit them using the Quit button at the top left.
    Also try a restart.

  • New user--first issue last night

    Last night one of my video podcast was playing in my ipod like a song and not a video. It was showing a small square with video and words beside it? Don't understand why this happened. Has anyone had this experience. I had to resync a few times to make this video disappear. Issued resolved itself but as a new user this made me very nervous. Thanks

    Are you accessing the video podcast through Video - Video Podcast? Also make sure that under Video Settings, TV Out is set to Off.

  • New user with issues

    I have photoshop Element 9 (new), down load went well.  I am trying to use two photos an make one.  Have issues, for one can not seem to get transfer to take place and second I keep getting kicked of the photoshop each time I try to edit.  Any answers!!!!!!

    Where did you download it from?

  • New user access issue

    i have one business user which i have added through EAS and this user is in MSAD and added into one of the group in Native directory. This users group has access to planning application provision and i can see him in this group and has access to the planning application. but when he tries to connect through essbase addin he can not connect to the planning databse.
    Thanks in advance for the reply.

    I am using the planning version 9.3.1 and first i tried to add the user from EAS and update the security but when user complained about the access i went to shared service and first remove him from the group refreshed the security and then i add him in the group from the shared service. the other users in the same group dont have any problem and this user can access other database but he can not connect to the specific one database only. Also the error says that user has not permitted access to the database.
    Thanx john.

  • New User -- Security Issues

    Hi folks,
    ... I just Installed Oracle 8i server enterprise version; configured another PC to access the server and all seem to work.
    I created a database with a net name service testdb and I successfully log on as follows:
    user : system
    Password : manager
    Host String : Testdb
    I thenI created two users called User1 and User2 from the command line.
    I am SQL Plus, and I need to execute commands to achieve the following:
    i. Both users, User1 and User 2 should be able to create their own table, delete their own tables, insert or update, etc.
    ii. User1 wants to assign rights to User2 so that User2 can insert, update and select from a table Tab1 created by
    User1 but User1 should not be able to delete tables created by User2.
    What I did, and Questions that I came up with? -- I will appreciate your help:
    I logged on as system and executed:
    SQL>grant connect to public;
    but when User1 logged on to Testdb and tried to create a table, he got '...no privilege to tablespace "system"'
    1. ??? Any command for a user1 to see tablespaces available to him?
    2. ??? Is there a command to assign "tablespace" to each each user as an admin? And as a user to assign to a friend?
    Later loggeg on as system, I gave User1:
    SQL>grant dba to public;
    Now User1 now create table tab1 when he logged on with Host string: Testdb.
    With user1 connected, he executed:
    SQL> grant select, update, insert on User1.tab1 to User2;
    3. ??? User1 did not want User2 to be able to "drop" (delete) tab1 but user2 can -- User one only wanted User2 to be
    able to insert, select, update but not delete the table. How do we prevent that?
    4. ??? As I log on the same machine sometimes as User1 and as User2, sometimes I may not be sure of "whoami"
    -- Does Oracle has the who am I command to show the current user?
    5 ??? Also is there a command to see the current user's rights: privileges and roles?
    Logged on as system again, I run the demobld.sql to be able to use the demo files.
    but when User1 logs on, the demo tables were not available to him.
    User1 then logged on an run demobld.sql and now he can use the demo tables
    Later when logged on as User2, the demo files were not available and User2 had to run demobld.sql again to be
    able to use them.
    I then said to myself, if I could log on as user PUBLIC, then may be, I could run the demobld.sql and the demobld.sql
    could be available to all, but then, can one logon with the user PUBLIC? What is the password for user PUBLIC?
    6. ???The point is, is there any way to make all employees have a copy of their own(their modifications should not be
    seen by others) demo tables without repeating the process as above for each person.???
    Thanks.

    1. ??? Any command for a user1 to see tablespaces available to >him? you can run this select statement to find outwhat tablespaces are available for you:
    SELECT * FROM USER_TABLESPACES
    when u create a user he shld be assigned to a tablespace named USERS and a temporary tablespace named TEMP
    your create statement shld be :
    CREATE USER USERNAME IDENTIFIED BY PASSWORD
    DEFAULT TABLESPACE USERS TEMPORARY TABLESPACE TEMP;
    in order for you to create a table u shld have a disk quota on that tablespace:
    CREATE USER USERNAME IDENTIFIED BY PASSWORD
    DEFAULT TABLESPACE USERS TEMPORARY TABLESPACE TEMP QUOTA 5M ON USERS;
    and should been granted the create table system privilege.
    GRANT CREATE TABLE
    TO USERNAME;
    this shld solve ur problem 1.
    3. ??? User1 did not want User2 to be able to "drop" (delete) >tab1 but user2 can -- User one only wanted User2 to be
    able to insert, select, update but not delete the table. How do >we prevent that? a user cannot delete a record/s if he is granted :
    GRANT INSERT, SELECT, UPDATE
    ON TAB1
    TO USER2
    only, but look at your problem 2 you granted DBA to all users (PUBLIC) meaning your giving them everything. the reason why he can do anything in the db even dropping u as a user.
    4. ??? As I log on the same machine sometimes as User1 and as >User2, sometimes I may not be sure of "whoami"
    -- Does Oracle has the who am I command to show the current >user? u can type :
    SQL> SHOW USER
    at the prompt.
    5 ??? Also is there a command to see the current user's rights: >privileges and roles? for OBJECT rights and privileges u can query the data dict views :
    TABLE_PRIVILEGES
    COLUMN_PRIVILEGES
    for SYSTEM rights and privileges u can query the data dict views :
    SELECT * FROM USER_SYS_PRIVS
    SELECT * FROM USER_ROLE_PRIVS
    I then said to myself, if I could log on as user PUBLIC, then >may be, I could run the demobld.sql and the demobld.sql
    could be available to all, but then, can one logon with the >user PUBLIC? What is the password for user PUBLIC? you cant log-on as public, USER1 and USER2 are members of the public, if u wanted everyone to use one copy of the demo build u can just simply create a PUBLIC SYNONYM of those tables in the script file. u can just say:
    CREATE PUBLIC SYNONYM SYNONYM _NAME
    6. ???The point is, is there any way to make all employees have >a copy of their own(their modifications should not be
    seen by others) demo tables without repeating the process as >above for each person.??? if thats ur plan u can install the demobild.sql to all the schema of ur users that is they take their own copy of the tables.
    wish i was able to satisfy ur queries.
    jully abuan manuel
    philippines

  • New user email issue

    I purchased a MacBook Pro today. I followed all the setup directions and can receive email but cannot send it. Roadrunner is my email provider. It shows the outgoing server is offline. I have verified the setting is not offline. I added my gmail account and it works, but it sends everything through the gmail server, showing it came from my gmail account, even when it was originally sent from the roadrunner account. I've tried all the fixes I have found but nothing is working. Sure could use some help.
    Thanks.

    Scott,
    Thanks for the reply. No, that didn't help. But I did call Roadrunner, who checked that all was working correctly on their end. They advised they have been seeing similar problems with the 10.5 version and that Applecare had been able to change some of the settings to fix the problem. So I called Applecare who had me uncheck the SSL box on the outgoing server and change the authentication to none. Works like a champ now. Thanks again for your response.

  • New User - Install Issue to Production Server

    We purchased CR 2008 and the server license. We purchased from CDW and my IT guy sent me a Link to an install.
    I am developing with VS 2008, Sequel Server 2005 and ASP.NET.
    Is there another install for the Server?  When I run the program on the Server I get an error message.
    Could not load file or assembly 'CrystalDecisions.Web, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.

    I am considering dumping CR even if I have to eat the $2K I just paid.  Please assist...
    The duplicate CR menu items have been fixed once I uninstalled and reinstalled. So Thanks...
    Now my original problem of CR not working on my production box is still with me.
    I started to Copy the dlls from my Local to Production using the 'Copy To Local' function in VS 2008. Now I am getting the error below.
    Looking on my production box, i don't see any of the versions 12.0.2000.0.
    C:\WINDOWS\assembly
    ' Error From Browser
    The system cannot find the file specified.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Runtime.InteropServices.COMException: The system cannot find the file specified.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 
    Stack Trace:
    [COMException (0x80004005): The system cannot find the file specified.
       CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) +0
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) +95
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +356
    [CrystalReportsException: Load report failed.]
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +419
       CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) +884
       CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename) +84
       WebApplication1._Default.Button1_Click(Object sender, EventArgs e) in C:\DotNet\teast_cr1\WebApplication1\Default.aspx.vb:15
       System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
       System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110
       System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
       System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
       System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
    Edited by: john_ms_d on Jul 18, 2011 9:36 PM

  • Anybody had an issues with mail since upgrading to mountain lion? Can't get emails from one account, tried deleting and recreating but to no avail. Set up a new user and it works fine. Macbook pro 13" mid 2010 model.

    Anybody had an issues with mail since upgrading to mountain lion? Can't get emails from one account, tried deleting and recreating but to no avail. Set up a new user and it works fine. Macbook pro 13" mid 2010 model.

    Anybody had an issues with mail since upgrading to mountain lion? Can't get emails from one account, tried deleting and recreating but to no avail. Set up a new user and it works fine. Macbook pro 13" mid 2010 model.

  • Unable to view pdf - initially thought to be user / OS issue for new user to MAC.

    Unable to view pdf created in Live Cycle Designer ES2.  I initially thought this was a user / OS issue when I created a document for someone who is new to a MAC laptop.  She could not view the document through email.  Unfortunately, I began seeing the same error in my own document folders when searching for another document showing as icons instead of a list.  I can open the file without a problem although I see the error she sees only while viewing the icons in my folder.  I am using a Windows 7 PC. Now, I also know that if the document is downloaded, it can be viewed. 
    Other notes: 
    If trying to access the form via the internet, the same error is seen through Chrome, Firefox, and Mozilla but NOT through IE
    Everyone seems to have the latest or a very recent READER
    The form is compatible with Reader versions 7 and up
    Again, downloading from the internet to the computer appears to allow the file to open properly
    Document cannot be viewed on the Galaxy Tab 2 via Chrome or the pre-installed Internet Browser, nor can it be viewed through the Reader after download to tablet. I did not try on an Apple iPad.
    All parties involved are up-to-date with virus protection.
    Below is a link to the exact message received when trying to open the document.
    https://www.dropbox.com/s/wmjqzwyriovg9vi/Adobe%20Error.pdf

    Sorry, this is a user to user forum and we're just customers who help out when we can, so things don't always happen right away.
    Reader, Regardless of OS or device, is as the name implies, only a Reader.  There are different mail settings between Mac Mail Outlook and Thunderbird as well as Andsroid's mail app, whose name escpoaes me.
    Have you checked in the Live Cycle Forum? There are people there with FAR more experience using LC developed forms. It's part of my Creative Suite, but I've never even opened it myself.

  • Logical standby issue after adding a new user at production db server

    Hello Experts,
    I am facing a issue related to logical standby db server where after adding a new user at production db server logical standby has stopped sql apply. Can anybody give some idea to find out the root cause and give some tips to resolve the issue.
    tried below .....
    SELECT EVENT_TIME, STATUS, EVENT FROM DBA_LOGSTDBY_EVENTS
    ORDER BY EVENT_TIMESTAMP, COMMIT_SCN, CURRENT_SCN;
    got error
    ORA-16227: DDL skipped due to missing object
    ORA-01403: no data found
    ORA-00942: table or view does not exist
    OS : RHEL 4 (IBM P5)
    DB : Oracle 10g (10.2.0.1)
    Achyot

    Please let me know if can skip the DDL at which it is failing.
    ALTER DATABASE STOP LOGICAL STANDBY APPLY;
    Use EXECUTE DBMS_LOGSTDBY.SKIP
    ALTER DATABASE START LOGICAL STANDBY APPLY;
    Thanks,
    Renu

  • Tips for Users with Audio Issues in MPEG Files

    I have seen a lot of users expressing issues with getting audio to export correctly in their videos, and I thought I would share what's worked for me.
    Whenever I'm converting MPEG videos, I have found it useful to open the video with an audio editor (I use GoldWave) and export the audio as a WAVE file. I can then open that WAVE file in QuickTime, copy it to the clipboard, and choose the "Add to Movie" option in the player with the video. Once that's done I'm able to export the video along with the audio.
    For DVD's with Dolby Digital audio, I've had success with DVD2AVI. Using that program I can decode the Dolby Digital audio to a WAVE file and use the same method of opening it in QuickTime and choosing the "Add to Movie" option. This has proven invaluable for transferring videos captured with my DVD recorder.
    Basically, my solution has always been to extract the audio as a separate WAVE file and adding it to the video using the "Add to Movie" option.

    I have sensory issues involving bright lights, flashing lights, loud noises, high-pitched noises, proprioception, and some other stuff. I don't have colorblindness.
    I also have a fix to use bigger font sizes to reduce eyestrain. I tried using zoom, but too many websites broke with zoom, it kept reverting, etc. If nosquint does zoom better than the default, nosquint might help with that.
    But... I still have sensory issues involving bright lights, flashing lights, loud noises, high-pitched noises, and a lot of other stuff everywhere and online, and I still need fixes ...and I also need people to stop beating me to the ground, but that's beyond Firefox.

  • AE 5.1 - User provisioning issue - new user provisioned at end of request

    Hi All,
    re: AE 5.1 - User provisioning issue - new user provisioned at end of request when AE Config is set to NO
    We have an interesting issue. An Access Enforcer Change Request was initiated with the incorrect userID (the userID did not yet exist in the system) and that Change Request flowed through and made it to the end of the path. At the end of the path, it created a new userID (since the incorrect one was entered). However, we have the following AE Config:
    Auto Provisioning - Status: Auto Provsioning Type: "Auto Provision At End of Each Path"
    Auto Provisioning - Change Request: Create if user does not exist: "NO"
    Any ideas as to why the new userID was provisioned even though we have it set to "NO"?
    We are on AE v5.1, SP4.
    Thanks in advance!

    Gary,
    Similar kind of issue.,
    The Change User BAPI works differently than we normally think.
    It wipes off everything and reassign the modification.
    This I figured it in one of my implementation. You try add some roles to the user it wipes off all the roles and reassign the roles along with the new requested one's.
    The client is also in SP4 still they have issue.
    Will that not be good, AE checks for the ID before it actually submits the request.
    Thanks.
    Note : The issue mentioned by you doesnt exist in AE5.2
    Regards,
    Muthu Kumaran KG
    Edited by: Muthukumaran Krishnan Govindan on Mar 13, 2008 2:38 PM

  • Intermittent OWA authtication issue for new users on Exchange 2007

    Hi
    We are experiencing a strange issue with OWA authentication and its happening with new users only including me. We are a small organization with approx. 70 users. Issue is with
    new user accounts only.
    Access to OWA stops working from any machine for the new users also they get authentication error on their phones. I have checked permissions on Virtual Directory on exchange server,
    all seems to be in place. I have checked event viewer but it doesn't have any event for auth. failure.
    IIS logs have the following Message,
    2014-02-05 09:37:28 W3SVC1 (EXCHANGE SERVER IP) GET /owa/ - 443 myusername 77.88.97.134 Mozilla/5.0+(Windows+NT+6.3;+WOW64;+Trident/7.0;+rv:11.0)+like+Gecko
    401 1 1326
    Server details
    Server 2003 Ent. x64 R2
    Exchange Server 2007 Version: 08.03.0342.000
    IIS 6.0
    Rebooting the exchange server resolves the issue sometime for 2 days sometime for 3-4 weeks.
    Please advise.
    Best Regards
    Prabhash

    Hi,
    According to your description, new users cannot login OWA .
    And to narrow down the cause, I recommend the following troubleshooting:
    1. Check if the option"User must change password on next login" has been selected for the new users.
    2. Check if the new users can login Outlook when the issue happens.
    3. Check if it’s configured to use Integrated Windows authentication for OWA web site:
    http://support.microsoft.com/kb/871179
    If you have any question, please feel free to let me know. 
    Thanks,
    Angela Shi
    TechNet Community Support

  • Since upgrading to 10.8 I've had alot of issues burning DVD's. I've had the drive replaced and now I can burn from a new user account but not the old one. Is there any way of making the old one work?

    Since upgrading to 10.8 I've had alot of issues burning DVD's. I've had the drive replaced and now I can burn from a new user account but not the old one. Is there any way of making the old one work?
    Just want to avoild spending hours migrating everything across....

    Yes, I can read but just can't write DVD's. I get:
    This disc can’t be verified and might be unreliable. Try again using a new blank disc (error code 0x80020063).
    Originally I thought it was the old Moutain Lion DVD drive issue (but have had the drive recently replaced by Apple), so I tried creating a new account, which worked.
    In the old account I have reset SMU, Pram... but no change.

Maybe you are looking for