After selecting Line Out in preferences the next boot sends sound to internal speaker

How can I get Line Out to to stay as default audio out preference?

I have a very similar problem that occurs to my computer where I will return to my computer after it has gone to sleep, and sound controls do not work. All systems tones come from the internal speaker, as well. After doing a Google search, I came up with an AppleScript to make it change to the internal speaker, then go back to the line out. The script works with the default listings in the sound preferences panel, but you should be able to change it to whatever is listed in your Sound preferences pretty easily. To do it, go to Applications, Utilities, AppleScript Editor. Once there, paste in the code below into the top box. Then do a file, save as. I would change the File Format to Application and save it on your desktop. You could create then a shortcut in your dock to launch it whenever sound is not working right. The script follows this (copy it all from the first tell to the quit):
tell application "System Preferences" to activate
tell application "System Events"
get properties
tell process "System Preferences"
click menu item "Sound" of menu "View" of menu bar 1
delay 2
set theRows to every row of table 1 of scroll area 1 of ¬
tab group 1 of window "sound"
set theOutputs to {} as list
repeat with aRow in theRows
if (value of text field 1 of aRow as text) ¬
is equal to "Internal Speakers" then
set selected of aRow to true
exit repeat
end if
end repeat
end tell
end tell
tell application "System Events"
get properties
tell process "System Preferences"
click menu item "Sound" of menu "View" of menu bar 1
delay 2
set theRows to every row of table 1 of scroll area 1 of ¬
tab group 1 of window "sound"
set theOutputs to {} as list
repeat with aRow in theRows
if (value of text field 1 of aRow as text) ¬
is equal to "Line Out" then
set selected of aRow to true
exit repeat
end if
end repeat
end tell
end tell
tell application "System Preferences" to quit

Similar Messages

  • In trying to edit a track - I want to "Delete and Move" the track to automatically fill the area that I deleted - However, after selecting a section to delete - the "Delete and Move" option is grayed out. How do I fix this?

    In trying to edit a track - I want to "Delete and Move" the track to automatically fill the area that I deleted - However, after selecting a section to delete - the "Delete and Move" option is grayed out. How do I fix this?

    Thank you for your attempt to help me. I appreciate that.
    I think I figured out how to fix it-
    I found that if I only delete a small amount at the beginning and at the end of the section that I want to remove - and then highlight that section - Then (and only then) does the "Delete and Move" function work to remove the unwanted section and automatically close the gap between the surrounding sections. I was trying to select a whole section and could only delete it - and then manually move it.
    Problem solved.

  • I can't scroll down to read my ebook. I have to change pdf view after pressing pg dn to view the next page. Please help!

    I can't scroll down to read my ebook. I have to change pdf view after pressing pg dn to view the next page. Please help!

    Sorted out the problem myself - secret is you have to go to Full Screen view to be able to scroll down. Easy as that - but not so apparent if you are new to this.

  • Satellite L670-1HJ -Internal Speakers are not muted when selecting line Out

    I want to use an external set of speakers, but when plugging them in, selecting line out in Realtek HD Audio Manager doesn't turn off the internal speakers, instead only reducing their volume somewhat. Selecting Headphone does switch them off, but this results in audio being sent out at headphone levels, which sounds awful on normal speakers and is therefore not an option.
    Is there a way I can either get it to switch them off when using line out too, or just disable the internal speakers altogether?

    Unfortunately, in sound properties in can only deactivate either the HDMI output, or speakers, which switches both the internal and external ones on or off together, but doesn't let me choose between the two.
    When selecting the headphone setting, the internal equalizer seems to switch to a different setting, which sounds very different and completely unnatural, so I'd prefer to find a way to use the much better sounding line out with disabled internal speakers.

  • Copy a certain row of data into the next row in a same internal table ??

    HI, guys.
    May i know how to copy a certain row of data into the next row in a same internal table ?? Bcz I plan to update a certain colum of data in the row just now into another value..
    For example:-
    *at first...
    ebeln1   ebelp1   xblnr1
    ebeln2   ebelp2   xblnr2
    ebeln3   ebelp3   xblnr3
    *after that, become...
    ebeln1   ebelp1   xblnr1
    ebeln2   ebelp2   xblnr2
    ebeln2   ebelp2   xblnr4
    ebeln2   ebelp2   xblnr5
    ebeln3   ebelp3   xblnr3
    Thanks in advance.

    hi,
    If you have this kind of requirement then you must be having 2 internal tables ,one existing data and 2nd from which you have to insert the records into 1st table.
    so in this case,
    loop at itab1.
      v_index = sy-tabix.
      loop at itab2 into wa where pri_key = itab1-pri_key.
      v_index = v_index + 1.
      insert  wa into itab index v_index.
      endloop.
    endloop.
    Using this code ,your data records similar to your 1st tables primary key records will get inserted into table.

  • Is there a way to link text fields, so when you reach the end of one line it moves to the next?

    I often use Acrobat Pro to create forms, whether it be from an existing document or from scratch, and this has always irritated me.  I know you can create a text field and select the Multi-line option; however, this is not what I am looking to do.  I have a form that has a Yes or No Radio Button, then below it says "If yes, please explain:" followed by 3 lines to respond.  When I run it through the Form Creator, it places three text fields on the response lines - as it should.  The first line is shorter because of the text, which is why I cannot use the Multi-line option.  So is there a way to link these three text fields, so that when I reach the end of the first line it stops and automatically moves to the next? 
    Here is a picture of what I am looking at:

    These types of lines are a left-over from printed forms. There's no reason
    to keep using them if your form is digital.
    The best approach is to combine the fields to a single multiline field, and
    get rid of the first line. Trying to link text fields together is very
    tricky. I haven't yet to see it done properly.

  • MacPro Line-Out Audio -- Is the Signal Clean?

    I have my home stereo connected to my MacPro through a USB interface device called a "Stereo Link 1200." It's something I bought years ago, when I was still a PC user and the audio output from Soundblaster cards left a lot to be desired. This unit connected via USB directly to the motherboard and produced a strong, clear audio signal.
    So when I switched from a Dell XPS to a MacPro about a year ago, I replicated the setup, connecting the stereo link via USB, and all is well.
    I was just looking at the audio output options in "preferences" and notice that one of the options is the line-out connector native to the MacPro. So suddenly it occurs to me to ask: is that a clean signal? Do I even need the Stereo Link in the equation any more? Or can I just jetison that and go straight from the MacPro to my stereo?
    I just thought I'd ask before I go in and start unplugging things, I figure somebody here must know the answer to this one.
    Thanks,
    --PS

    I do just what you are describing about with no problems. I use one of the alternate video inputs on my receiver.
    If your receiver has an optical digital input you could try using the optical output on the Mac.
    The quality of the Mac line-out vs. what your stereo-link can do is very subjective. Since this would probably take you a total of less than 5 minutes to test (assuming that you have the correct cables) I would suggest that you give it a try and then report back here what you find. My suspicion, considering that both devices (stereo-link and the Mac's built-in D/A converter) are "consumer level" is that you won't be able to hear a noticeable difference. That said, the Mac will have more modern components and could possible outperform the other. Plus, as you mention, it would eliminate the extra device and save you a USB port in the process.

  • Hey so my song cuts off after 40 seconds and goes to the next song in my playlist how do i fix this?

    I had downloaded the new Mac Miller CD after it popped up that I had the option to download it when I opened up Itunes because I had pre-ordered it now some of the songs cut after 40seconds. Any help is appreciated.

    From your description you are looking at the song from iTunes as it exists on your iDevice.  The functionality you are referring to applies when selecting the song in your library, in which case you get the full menu of options like this:
    Depending on other settings, you may be able to add the song to a playlist on your device from those listed at the top of the submenu when you select Add to Playlist.  The Show in Playlist option that you refer to doesn't modify anything - it just lists and allows you to select any other playlists that contain the same song.
    Likewise, the options available for creating new playlists from the "mini menu" at the top left of the screen apply only if you have your library selected, not your device.  In the latter case you will see this:
    The same operation when your library is selected shows the full range of available options:
    I find the most effective approach to be to create and modify playlists within iTunes - as part of the library - and then sync to iDevices, rather than trying to modify any device content directly.

  • Why is it that after I delete my e-mails the next time I log on they are all back? Sometimes as many as the last fourty or fifty show up again.

    This has only occurred since the last update. I delete my e-mails. The next time I log on all the e-mails I had deleted the last time are all back in the inbox. I then have to delete them all a second time before they are gone for good. This is very annoying since it can often be as many as fifty or sixty e-mails at a time. How can I fix this?

    Are you talking about the Inbox?
    deleted emails can reappear where a folder may have some corruption. This is usually due to keeping too many emails in the Inbox and not compacting on a regular basis.
    Make a copy of any emails in that folder which you do not want to lose; perhaps store them in Local Folders.
    then delete the emails.
    then compact the folder. - right click on folder and select 'Compact'.
    If you lost any emails due to compacting, then do not worry because you saved a copy of the ones you wanted to keep in Local folders, so you can move them back.
    Select the 'Deleted' folder, right click on folder and choose to 'Empty Deleted'.
    then right click on Deleted folder and select 'Compact'.
    Emails should now be deleted.
    Note: the Inbox should be used as an Inbox and not a general storage.
    Please read helpful information on how to maintain a healthy Thunderbird and also read information on compacting, what it does and why it is important.
    http://kb.mozillazine.org/Keep_it_working_-_Thunderbird
    http://kb.mozillazine.org/Compacting_folders

  • How to leapfrog selected record and going to the next one

    Hi ,
    My DB 11G , OS Linux Redhat ,
    i have a Linux script to read the name of the files listed on the Table , then open those files and save the content on another table , i need to speed up the process by running this script multiple time , so i need to
    read the first record (File name ) then running the script again to check if the record already selected then go to the second record and so on .
    is there any way to check the selected row then leapfrog this record  and going to the next record .
    Im already tried (for update skip locked ) but this will  return ( no row selected message when locked ) and  when running on the 2 Scripts  it will considering it as same session and always will be the same .
    my query is (
    select bi_file_name
    from dbm_cdr_head
    where bi_file_name like 'hd_auto%' and bi_auto_status=35;)
    thanks

    Really its about 1 million file per day ( Telecom CDRS Calls Details Records) updated every minutes , i think its very difficult to keep track by External Tables ,
    thank you for you advice about advanced queuing i will going to read about this new concept for me

  • LabVIEW 8.20 hangs after selecting a custom icon in the app builder

    I have been trying to build an executable that uses a custom icon file.  The multi-resolution icon has worked previously in LV7.1.  Whenever I select the custom icon in the build specifications, I can build the executable, but LabVIEW then hangs after that and I can only close it using the Task Manager.  All works fine until I change from the default LabVIEW icon.  And because LabVIEW hangs after selecting the icon, I cannot save the project with the new build specification.

    Hello,
    the thing is that even if I create the 256color icon after I save it and close icon editor it takes the 16color icon anyway. If I create an ico file that contains only one icon 32x32 256c Labview displayes warning (see warning.png) and uses default icon for 16c and nothing for black and white (see selected.png)
    So how to force Labview to use 256c icon
    LV 2011, Win7
    Attachments:
    selected.PNG ‏23 KB
    256.PNG ‏32 KB
    warning.PNG ‏6 KB

  • Can`t finish watching movie after I`ve paid for it the next day, get ~content require HDCP for playback~, but everything else works

    I`ve had a problem where I`ve purchased a movie via apple tv, watched half of the movie, then tried to watch he end the next day (before the thing expires), and i get a "...need HDCP for feedback", although everything else on the apple tv works fine (i.e previews of other movies, picks up comuters, netflix etc.

    Thank you for your help. Now my notebook (gt60-2oc) is perfect. I am the happiest person in the world .
    I followed these steps: topic=250946.0
    And the file I used is this :
    drive.google.com/file/d/0B5MQU_zcEPWTbTJjSkdlS01xc0k/view?usp=sharing
    Thanks again to all .

  • A song is listed as being 4:17 seconds but stops after 35 seconds and moves onto the next song, this happens in iTunes and on my iPod Touch 4th gen, both are recently updated to the latest software and the album was purchased today.

    This is bugging me quite a bit, I bought an album today and it lists the song as being 4 mins 17 seconds. However, as I mentioned, on both platforms it stops at around 35 seconds and flicks onto the next song in the case of iTunes or just stops playing audio for my iPod Touch 4th gen. It is a full song on Youtube and everywhere else I seem to look, so is this likely to be a software issue with iTunes/iOS or the song itself perhaps?
    Many thanks to any who can help!

    That suggests the track is damaged.
    If your country's iTunes Store allows you to redownload purchased tracks, I'd delete your current copy of the track and try redownloading a fresh one. See the following document for instructions:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Otherwise, I'd report the problem to the iTunes Store.
    Log in to the Store. Click on "Account" in your Quick Links. When you're in your Account information screen, go down to Purchase History and click "See all".
    Find the item that is not playing properly. If you can't see "Report a Problem" next to the item, click the "Report a problem" button. Now click the "Report a Problem" link next to the item.

  • How do I set AUTOMATOR to go to a folder, get a picture, attach it to an email, send it, move on to the next picture, send it and repeat it till no more pictures are available?

    I have about 5000 (yes, five thousand!) JPG files I need to post to a blog via email.
    So, how would I go about setting AUTOMATOR to create an email, attach only one of the JPG files to this email, send it off and move on to the next; repeating this  till all pictures have been emailed off?
    Any help would be appreciated!
    Thanks,
    MP

    Here's a barebones workflow, tested under Snow Leopard.
    You'll need to get red menace's Dispense Items Incrementally action: http://automator.us/leopard/downloads/. (I hope it still works under Yosemite!)

  • In repetative area after 12 lines i want  uderline and next 24,36,48......

    i want  uderline and next 24,36,48......
    or
    *last line of the page* .under line will be apper
    plz tell me experts

    Do you want to display only 12 line only in a page ?
    If so then mark margin in End of report - Top margin in PLD.
    Also set number of lines to 12 in print preferences settings.
    Also ensure PLD paper format & printer paper format should be same.
    Jeyakanthan

Maybe you are looking for

  • Is there a way of creating folders in email

    Is there a way of creating folders in email, apps or otherwise, on my I phone

  • Creating portfolio from Outlook 2010 folders

    Hi there, I'm a first-time poster to this forum. Back when I had Acrobat 9 Pro and Outlook 2007, I had no problem right-clicking a bunch of Outlook folders and having an indexed PDF portfolio created.  Now I have Windows 7/Outlook 2010, and I asked I

  • Question about this job SXMS_REFRESH_ADAPTER_STATUS

    Hi experts,     For what is this job: SXMS_REFRESH_ADAPTER_STATUS ?? The SAP people recommend me to schedule this jobs in my XI environment but I check over the internet to find some information of it but I don't find much. Someone can explain me the

  • [HELP] G470 HDMI audio problem

    Hello guys! I'm currently using Lenovo G470 since 4 years and i discover that my HDMI audio is not working (but display is fine) my ATI is broke since 2 years ago and i'm using the UMA graphics on BIOS. i tried all the steps available on this forum (

  • Comma is showing in place of  decimal point  ( smartform)

    Dear All When i try to display quantity or amount field with decimals in smartform report,  system is displaying comma instead of decimal point. for e.g 1200.50 is displayed as 1200,50. Please advice. Ravindra Suvarna