Rownum / sorting / query stops working / friday afternoon nightmate

Greetings,
Let's say I have a perfectly working and very simple sql statement. This little thing turned my friday to nightmare. And I hope one of you can help me. :)
SELECT 1
FROM my_tablel l
WHERE l.first_id = :b1
AND l.open_flag = 'Y'
AND NVL (l.flag_id, 'N') = 'N'
AND l.flag_id IN (SELECT flag2_id
FROM my_second_table
WHERE flag3_id = :b2)
If I add this row:
AND ROWNUM = 1;
stops working.
If I would use some agg, or sorting ie. "SELECT COUNT (*)" instead of "SELECT 1" , query works once again.
This (similar)small problem caused many problems in our system, and began after applying a patch (for years it was fine). Worse enough, I can not change the SQL. I really wonder if anyone can say, what may be the reason.
Thanks a lot.
CHEERS.
Edited by: 855652 on 29.Nis.2011 08:29

While I am trying to eat the keyboard (yeah, that feeling many of you know very well), I decide to write down even simpler form of the question.
SELECT 1
FROM my_tablel l
WHERE l.first_id = :b1
AND l.open_flag = 'Y'
AND NVL (l.flag_id, 'N') = 'N'
AND l.flag_id IN (SELECT flag2_id
FROM my_second_table
WHERE flag3_id = :b2)
Works..
SELECT 1
FROM my_tablel l
WHERE l.first_id = :b1
AND l.open_flag = 'Y'
AND NVL (l.flag_id, 'N') = 'N'
AND l.flag_id IN (SELECT flag2_id
FROM my_second_table
WHERE flag3_id = :b2)
AND ROWNUM = 1
Goes into infinite loop
SELECT count(*)
FROM my_tablel l
WHERE l.first_id = :b1
AND l.open_flag = 'Y'
AND NVL (l.flag_id, 'N') = 'N'
AND l.flag_id IN (SELECT flag2_id
FROM my_second_table
WHERE flag3_id = :b2)
AND ROWNUM = 1
Works again.

Similar Messages

  • Notifications is not working for me.  Just out of the blue it stopped working Friday afternoon

    Notifications just stopped working the other day.  I cannot figure out why or how to get it started.

    Backup and then restore as new and see if it works or not.

  • /*   */ is a remark? Why deleting it stops query from working?

    Dear All,
    I recently got the SQL below from one expert and it worked perfecly.
    I am now wondering why he sent me this line in green?
    /*Select 1 from jdt1 t where t.duedate*/
    When I removed this line so that the code at the beginning now reads:
                Declare @d datetime
                set @d = [%1]
    the query stops working. Error Msg "Must specify table to select from'.
    What is happening here?
    I thought   /*   */   means remarks, which can be deleted without effect.
    It now seems they are an essential part of the query.
    Could you explain the meaning of the command, so that I can use it when building other queries?
    -  What does 'Select 1' mean and what is its effect?
    -  Why do we have to put this command to make query work?
    -  Why do you put it between /*   */?
    Thanks
    Leon Lai
    My previous thread is here:
    AR AGEING - Query works perfectly; stops working when changed into Subquery
    Declare @d datetime
    set @d
    /*Select 1 from jdt1 t where t.duedate*/=[%1]
    select * from
    SELECT T1.CardCode, T1.CardName, T1.CreditLine, T0.RefDate, T0.Ref1 'Document Number',
         CASE  WHEN T0.TransType=13 THEN 'Invoice'
              WHEN T0.TransType=14 THEN 'Credit Note'
              WHEN T0.TransType=30 THEN 'Journal'
              WHEN T0.TransType=24 THEN 'Receipt'
              END AS 'Document Type',
         T0.DueDate, (T0.Debit- T0.Credit) 'Balance'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,@d)<=-1),0) 'Future'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,@d)>=0 and DateDiff(day, T0.DueDate,'[%1]')<=30),0) 'Current'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,@d)>30 and DateDiff(day, T0.DueDate,'[%1]')<=60),0) '31-60 Days'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,@d)>60 and DateDiff(day, T0.DueDate,'[%1]')<=90),0) '61-90 Days'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,@d)>90 and DateDiff(day, T0.DueDate,'[%1]')<=120),0) '91-120 Days'
         ,ISNULL((SELECT T0.Debit-T0.Credit WHERE DateDiff(day, T0.DueDate,@d)>=121),0) '121+ Days'
    FROM JDT1 T0 INNER JOIN OCRD T1 ON T0.ShortName = T1.CardCode
    WHERE  T1.CardType = 'C'
    ) sub

    HI Leonlai
    Sorry for my english...I try explain you how work it
    This variables
    '[%0]' - '[%1]' Etc...
    Are from SAP. If you insert this variables in SQL management studio (for example)  doesn't work
    You must declare variables allowed in SQL, using the @, after insert variables of SAP into variables to SQL.
    DECLARE @DATES INT, @BEGIN DATETIME, @END DATETIME
    SET @DATES = (SELECT TOP 1 A.DocEntry FROM dbo.OINV A WHERE A.DocDate >= '[%0]' AND A.DocDate <= '[%1]') /*This variable is used for called SAP varibles*/
    SET @BEGIN = '[%0]' /*Here Insert SAP variables into SQL variables*/
    SET @END = '[%1]'
    NOW WRITE your query.
    Sometimes when uses variables of SAP into UDF, doesn't work. This is a method for replace it.
    Regards

  • TechComm2: 9004 error for FM and 'stopped working' error for RH8

    I have been running the demo versions of FM9 and RH8 under Windows 7 for three weeks with no problems - for no apparent reason both apps stopped working this afternoon.
    'Internal Error 9004, 6919244, 9675646, 0. FrameMaker has detected a serious problem and must quit.' error at the Localization phase when launching FM.
    'Adobe RoboHelp 8 has stopped working' at the Loading Components phase when launching RoboHelp.
    I uninstalled and reinstalled the applications with no change.
    Any ideas?
    Coincidentally, I purchased and registered the TechCommSuite 2 upgrade this morning, about two hours before this mess started. I have a documentation and Online Help project due today - what a mess.

    Pieter,
    Simply navigate to c:\users\your name\AppData\Roaming\Adobe and rename the 'Linguistics' folder (Framemaker should NOT be running - otherwise, the folder will be write locked and unable to be modified). As a precaution against doing more damage to my installation I renamed the 'Linguistics' folder instead of deleting the folder (for example, Linguistics.bak). When Framemaker opened it automatically recreated the 'Linguistics' folder as well as the dictionaries, at which point I deleted 'Linguistics.bak'. Since then I have had no problems. By the way, I am running Windows 7; if you are running a pre-Vista version of the OS you will find your 'user' folder under c:\documents & settings. Good Luck.
    Thomas

  • All Linksys equipment stopped working! But have internet with NON LinkSYS equipment

    My setup is eccentric but has worked for very long. It stopped working Friday. Let me first say there is a reason why I set it up this way. The reason for my setup is based on location of various IP equipment and when I originally purchased the equipment (in case you are wondering why I didn't go a different route). All routers and network card/devices are Linksys. The only non LinkSYS device is a Netgear Print server and 1 PCI card installed on a 2nd PC.
    Here is my setup: From a high speed modem, into a wireless BEFW11S4 (4 port router). Port 1 unused. Port 2 to a second wired router, (for DIRECTV VOD and future VUDU) on the other side of house. Port 3 to a local PC. Port 4 to wireless router WRT54G on the far end of house (I used one of the ports not the WAN connection). Wireless is active for both routers. DHCP is disabled except for main basement router. I treated all routers beyond basement one as gateways per say.
    My problem: I have several PC's with wireless cards/ devices. Only one working is 1 XP laptop Dell, as noted below (non Linksys) and does so wirelessly and also with a wired connection. The Directv also works from wired router (2nd in line). The Wii also works properly from either wireless router. Of course my PC to the first router also sees the internet. All locations see both routers with 80+% signal. My house is small, but do to wiring limitations, this is the best solution to get internet.
    MY PC setups, models given are Linksys except as stated:
    1 XP PC w/WUSB54G (USB card)
    1 2000 Pro w/ Netgear WG311 (PCI card) Very old PC and does not see internet, it does search and find both routers with high signal. Internet has worked in the past, although not used for some time. I can possibly assume it just does not work or may also be related to this issue.
    1 XP Dell with internal wireless (working fine!) Will work with either wireless router and also communicates with print server successfully.
    1 2000 Pro w/WPC11 PCMCIA card
    1 XP with Linksys PCI card (don't have model number handy)
    I also changed ports of the wired equipment to verify it wasn't a bad port. I have internet connectivity on non Linksys equipment. Some of the computers I use daily, the others have not been turned on in a very long time. After problem arose, I decided to check these computers too. I have not made any changes to the setup. As stated I came home and noticed no internet and went to troubleshoot issue. I have used the Linksys software on all products listed to setup the network.(Original disks that came with each equipment) It will show it can see the routers, but shows NO internet connectivity, but all show it sees either router, but does not see the internet. I must stress that I have not altered any of the setup, it just stopped without warning.
    At first I assumed it may just be the wire to one router. (The WRT45G). I have also unplugged all equipment, renewed IP, restarted PC, and also repowered modem. What is bothering me is that the DELL is working fine, including being able to print, the Wii is fine and talks out, and I can renew IP and download VOD from the second wired router and DIRECTV reciever. I also assumed that maybe it was an issue with a new Microsoft patch but a few of the PC's have not been on in months, well before this problem arose. Thank you for taking the time to read this lengthy post. I wanted to be as complete as possible. Any suggestions or ideas is appreciated. I have not found any solution on this forum or off of the internet.
    NOTE: I also reinstalled software to 2 PC's including reentering my WEP. This has not solved issue either. Problem remains the same. I have also checked internet properties and network configs (on those PCs) although I cannot imagine every PC has changed itself.
    Solved!
    Go to Solution.

    It does not seem to be an adapter or any of your computer's issue, from what you have described I would assume that your router is experiencing some connectivity issues...You should reset both your router's and then re-configure them both...
    As you explained that one computer to the first router connects to internet, you may download the first router's firmware and upgrade it...You may download the firmware from here
    Follow these steps to upgrade the firmware on the device : -
    Open an Internet Explorer browser page on a computer hard wired to the router...
    In the address bar type - 192.168.1.1...Leave the username blank & in password use admin in lower case...
    Click on the 'Administration' tab- Then click on the 'Firmware Upgrade' sub tab- Here click on 'Browse' and browse the .bin firmware file and click on "Upgrade"...
    Wait for few seconds until it shows that "Upgrade is successful"  After the firmware upgrade, click on "Reboot" and you will be returned back to the same page OR it will say "Page cannot be displayed".
    Now reset your router :
    Press and hold the reset button for 30 seconds...Release the reset button...Unplug the power cable from your router, wait for 30 seconds and re-connect the power cable...Now re-configure your router...
    Similarly upgrade your second router and upgrade it's firmware...I think after this you should be able to get connection on all the computers...

  • Imap settings for iCloud stopped working today

    Hi there,
    Out of the blue - and just after I committed to go deeper down the Apple rabbit whole (just bought my first Mac) - my emails stopped working this afternoon.
    I'm using my iCloud account with manual server settings so that I can use my own personal email outgoing email and SMTP.
    This has been working fine for a year now (imap.mail.me.com incoming server, etc). Now it started complaining that there is a mismatch between password and username. Only that it's fine. Works on my Mac. Works in iCloud on the web. And I didn't change anything.
    Wiped out the phone and put on a backup from two days ago. Still, don't receive anything. Same error message.
    I'm at a loss. Anyone else experiencing this who sets up mail settings manually for iCloud?

    Thanks for replying. Sorry to hear that you're having issues as well. I'm pretty sure it's on Apple's end. It'll probably go away again without them ever acknowleding anything.
    I'm looking into alternative solutions right now. I have my own domain name but it doesn't come with any push mail option. That's why I'm using iCloud this way. I'm thinking about buying into the small business MS Office 365 plan for $60 and call it a day. Just need to figure out how to set it up without switching the domain over to the evil empire.
    This is all very frustrating. And all because Apple doesn't allow for an easy way to have your own reply-to adress in iOS.
    To compare notes:
    I'm located in the North East. Provider is T-mobile. Server used on the phone is (and has been for a long time) imap.mail.me.com
    Otherwise I'm pretty sure my server is p18.

  • SharePoint 2013 List View with query string filter stops working after editing view from browser

    I have created one list definition in which I have added one list view which will filter data from query string paramater
    So when I am creating list from my list definition, view with query string filter is working fine.
    But when I am modifying view from UI(I am not changing any thing , just opening "Modify View" page and then click on "Save" button), view gets stop working means it's not filtering data based on query string
    Any suggestion what I am missing?
    Below is my list view schema
    <View BaseViewID="11" Type="HTML" TabularView="FALSE" WebPartZoneID="Main" DisplayName="$Resources:OIPLBScoreCard,viewFilterTasksByTarget;" MobileView="True" MobileDefaultView="False" Url="FilteredTasks.aspx" SetupPath="pages\viewpage.aspx" DefaultView="FALSE" ImageUrl="/_layouts/15/images/issuelst.png?rev=23">
    <Toolbar Type="Standard" />
    <ParameterBindings>
    <ParameterBinding Name="NoAnnouncements" Location="Resource(wss,noXinviewofY_LIST)" />
    <ParameterBinding Name="NoAnnouncementsHowTo" Location="Resource(wss,noXinviewofY_DEFAULT)" />
    <ParameterBinding Name="TargetId" Location="QueryString(TargetId)" />
    </ParameterBindings>
    <JSLink>hierarchytaskslist.js</JSLink>
    <XslLink Default="TRUE">main.xsl</XslLink>
    <JSLink>clienttemplates.js</JSLink>
    <RowLimit Paged="TRUE">100</RowLimit>
    <ViewFields>
    <FieldRef Name="Body"></FieldRef>
    <FieldRef Name="Title"></FieldRef>
    <FieldRef Name="StartDate"></FieldRef>
    <FieldRef Name="DueDate"></FieldRef>
    </ViewFields>
    <ViewData>
    <FieldRef Name="PercentComplete" Type="StrikeThroughPercentComplete"></FieldRef>
    <FieldRef Name="DueDate" Type="TimelineDueDate"></FieldRef>
    </ViewData>
    <Query>
    <Where>
    <Eq>
    <FieldRef Name="oipscTargetLookup" LookupId="TRUE"/>
    <Value Type="Lookup">{TargetId}</Value>
    </Eq>
    </Where>
    </Query>
    </View>
    I have one lookup field from "Target List" in my source list and I want to filter data based on that lookup field.

    Hi JayJT,
    The Miscellaneous is located in the contact list that you used for the connection.
    So , you need to edit the page, then edit the contact list that you used, in the web part properties of the contact list, you will find Miscellaneous, then expand it and select ‘Server Render’ .
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • I can't use the (sort by )feature, or open the emages to watch this item - I used to be able to do this with firefox and all of the sudden it stopped working

    I tried to log in :
    http://uae.dubizzle.com/motors/used-cars/land-rover/range-rover-sport/?price__gte=&price__lte=&year__gte=2006&year__lte=2009&kilometers__gte=&kilometers__lte=&seller_type=&keywords=&is_basic_search_widget=0&is_search=1&added__gte=&company_item_id=&auto_agent=
    I can't use the
    - (sort by )feature Lowest to highest for example ,
    - or open the emages to watch this item
    I used to be able to do this with firefox the old version and now all of the sudden it stopped working,
    I tried to clear cash & coockies & un install and reinstall fire fox but nothing works.

    You can try these steps in case of issues with web pages:
    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • I have Photoshop Elements 7.0 and when I go to sort the photos in order (from oldest date) I keep getting the message "Photoshop Elements 7.0 has stopped working" and then the program closes.  Sometimes, eventually it has sorted as I request but today thi

    I have Photoshop Elements 7.0 and when I go to sort the photos in order (from oldest date) I keep getting the message "Photoshop Elements 7.0 has stopped working" and then the program closes.  Sometimes, eventually it has sorted as I request but today this has been rejected over 15 times.  What is wrong?

    Try the licensing service update:
    http://helpx.adobe.com/creative-suite/kb/error-licensing-stopped-windows.html
    EDIT I see that maybe you did (is that the patch you mean? ); if so, try the other suggestions there.

  • On eBAY, I can't use the sort feature, or enlarge, or watch this item - I used to be able to do this with firefox and all of the sudden it stopped working. I think it was the latest update to Mozilla Firefox. What can I do?

    eBAY has stopped working the way it used to with Firefox, my browser. Sort, enlarge photo, watch this item - they all don't work anymore.
    == URL of affected sites ==
    http://ebay.com

    Firefox 3.6.4 and 3.6.6 use a process called, "plugin-container.exe" which was using up most of my CPU when I opened up multiple tabs that contained Adobe Flash files, and caused Firefox to lock up.
    My solution was to use Firefox 3.5.10 which you can get from the Mozilla website at [http://www.mozilla.com/en-US/firefox/all-older.html]
    I am using Adobe Flash 10.1.53.64 without any problem in this version of Firefox. Check the release notes, I believe it contains all the latest security fixes in "Firefox 3.6.4".
    Hopefully, they will fix Firefox 3.6 in the next version (e.g. Firefox 3.6.7), until then you should probably use "Firefox 3.5.10".

  • HT1339 My ipod stopped working a few years ago, it said i had to connect to itunes to restore, as i then got an iphone i never bothered to sort it, I am now trying to and hwne i connect to itunes it says it must be restored, After ive...

    My ipod stopped working a few years ago, it said i had to connect to itunes to restore, as i then got an iphone i never bothered to sort it, I am now trying to and hwne i connect to itunes it says it must be restored, After ive restored it nothing happens, at first it says "ipod has been restored and is restarting, it will appear in the itunes window once it has restarted" so i wait but nothing happens and eventually it comes up with the same message telling me the ipod needs to be restored?

    Errors when updating leads to corrupt system files and this may be your problem. If you're using windows, connect your device to PC and run any third party app like Syncios. If it detects, you maybe in luck and try to back-up your data if possible. I hope that it won't and if doesn't, there is no other way to recover files. You should be restoring with iTunes and all data will be erased, or else your device may become unusable.

  • Hello.  This afternoon my iPhone stopped working.

    The screen went blank and the device will not come back on.  I have tried resetting it by holding down the round button and the on off button down but this doesn't do anything.  The white apple symbol flashes intermitently.  The phone was fully charged when it stopped working and is only a few weeks old, certinaly less than two months.  Can anyone give me any advice?

    Hello decfoley
    If you are able to get your iPhone to show the Apple logo for a brief moment, you may be able to restore it by following the steps in the article below. Once restore, if you have a back up though iTunes or iCloud, you could always put that back up back on it.
    If you can't update or restore your iOS device
    http://support.apple.com/kb/HT1808
    Regards,
    -Norm G.

  • Another "itunes (11.0.5.5) stopped working" query

    Hello
    I would be really grateful if someone can help me......anybody!
    After downloading the latest version of itunes, 11.0.5.5 I can no longer access itunes or the itunes store. Window pops up saying itunes stopped working...blah....blah.....blah (I hate playing russian roulette with itune updates)
    I've tried to resolve problem using the suggestions on this forum but to no avail. My event log/data is below if that will help.
    I am running on Windows 7 64bit
    I have quicktime unistalled (problem persists when I had quicktime installed)
    1. I've tried this fix: (I've tried disabling and then enabling)
    http://support.microsoft.com/kb/2639417
    2. I've tried everything in this link, user specific and system wide,
    http://support.apple.com/kb/TS1717
    3. I've tried narrowing the issue by adjusting startup programs and services etc using msconfig doo dah
    4.I've tried uninstalling/reinstalling itunes it made the issue worse. Before reinstalling itunesI was able to open itunes and listen to music but not able to connect to itunes store.
    5. I've updated all my laptop drives to the latest one's.
    6. I've tried command prompt/ sfc _scannow
    7. I've tried various other quack remedies on the net and all have failed
    Anyone...help me....Please!
    Thank you for reading
    Xavvie
    My most recent General Event log
    Fault bucket 3771473443, type 1
    Event Name: APPCRASH
    Response: http://oca.microsoft.com/resredir.aspx?SID=7277&iBucketTable=1&iBucket=-52349385 3&BucketHash=66f28217598f0bfd41a97ef550884909
    Cab Id: 0
    Problem signature:
    P1: iTunes.exe
    P2: 11.0.5.5
    P3: 520e4d27
    P4: KERNELBASE.dll
    P5: 6.1.7601.18015
    P6: 50b83c8a
    P7: c06d007e
    P8: 0000c41f
    P9:
    P10:
    Attached files:
    C:\Users\Jay\AppData\Local\Temp\WERACE3.tmp.WERInternalMetadata.xml
    These files may be available here:
    C:\Users\Jay\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_iTunes.e xe_cc96e928f79422de2efda754141464c8ccfb97df_08d9c4d6
    Analysis symbol:
    Rechecking for solution: 0
    Report Id: 35499b79-0f55-11e3-afe1-d4bed94abbe6
    Report Status: 0
    Detailed Event Data:
    0

    Hi,
    I discovered that iTunes tried to use QTMovieWin.dll and that the file is in the directory.
    Guide to add a PATH:
    Windows 8
    Drag the Mouse pointer to the Right bottom corner of the screen
    Click on the Search icon and type: Control Panel
    Click on -> Control Panel -> System -> Advanced
    Click on Environment Variables, under System Variables, find PATH, and click on it.
    In the Edit windows, modify PATH by adding the location of the class to the value for PATH. If you do not have the item PATH, you may select to add a new variable and add PATH as the name and the location of the class as the value.
    Close the window.
    Windows 7
    Select Computer from the Start menu
    Choose System Properties from the context menu
    Click Advanced system settings > Advanced tab
    Click on Environment Variables, under System Variables, find PATH, and click on it.
    In the Edit windows, modify PATH by adding the location of the class to the value for PATH. If you do not have the item PATH, you may select to add a new variable and add PATH as the name and the location of the class as the value.
    Windows XP
    Start -> Control Panel -> System -> Advanced
    Click on Environment Variables, under System Variables, find PATH, and click on it.
    In the Edit windows, modify PATH by adding the location of the class to the value for PATH. If you do not have the item PATH, you may select to add a new variable and add PATH as the name and the location of the class as the value.
    Close the window.

  • Sound stopped working

    Hi.
    It used to work.
    I have problem with sound. Yesterday It does work, but today it stopped working. I'm not sure if it is because of some updates, I haven't noticed anything connected to sound. The only difference is that I uninstalled mplayer2. Then it stopped working - but I'm not sure if it was because of this.
    I tried:
    reinstall alsa, alsa-plugins, alsa-utils, vlc, mplayer2
    install pulseaudio, oss (without configuration)
    reboot
    unmute all chanels in alsamixer
    connecting headphones
    aplay -L
    null
    Discard all samples (playback) or generate zero samples (capture)
    pulse
    PulseAudio Sound Server
    default:CARD=PCH
    HDA Intel PCH, ALC269VC Analog
    Default Audio Device
    sysdefault:CARD=PCH
    HDA Intel PCH, ALC269VC Analog
    Default Audio Device
    front:CARD=PCH,DEV=0
    HDA Intel PCH, ALC269VC Analog
    Front speakers
    surround40:CARD=PCH,DEV=0
    HDA Intel PCH, ALC269VC Analog
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=PCH,DEV=0
    HDA Intel PCH, ALC269VC Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=PCH,DEV=0
    HDA Intel PCH, ALC269VC Analog
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=PCH,DEV=0
    HDA Intel PCH, ALC269VC Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=PCH,DEV=0
    HDA Intel PCH, ALC269VC Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    hdmi:CARD=PCH,DEV=0
    HDA Intel PCH, HDMI 0
    HDMI Audio Output
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: PCH [HDA Intel PCH], device 0: ALC269VC Analog [ALC269VC Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    lspci|grep -i audio
    00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
    lsmod|grep '^snd'|column -t
    snd_hda_codec_hdmi 27857 1
    snd_hda_codec_realtek 62279 1
    snd_hda_intel 33946 0
    snd_hda_codec 101474 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
    snd_hwdep 6364 1 snd_hda_codec
    snd_pcm 76956 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc 7298 2 snd_pcm,snd_hda_intel
    snd_timer 18687 1 snd_pcm
    snd 58893 7 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
    pacman -Q |egrep -wi --color 'vlc|audio|alsa|mplayer2|oss|pulse|sound'
    alsa-lib 1.0.27-1
    alsa-plug]alsa-lib 1.0.27-1
    alsa-plugins 1.0.27-1
    alsa-utils 1.0.27-4
    lib32-alsa-lib 1.0.27-1ins 1.0.27-1
    alsa-utils 1.0.27-4
    lib32-alsa-lib 1.0.27-1
    dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.8.8-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.0 20130411 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Apr 17 10:57:28 CEST 2013
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=49f66c2c-5bd3-4843-bd24-714dc1c0d188 ro quiet
    [ 0.000000] Disabled fast string operations
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000d9c9efff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000d9c9f000-0x00000000dae7efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000dae7f000-0x00000000daf9efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000daf9f000-0x00000000daffefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000dafff000-0x00000000daffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000db000000-0x00000000df9fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000019fdfffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.6 present.
    [ 0.000000] DMI: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 06XK 03/16/2012
    [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x19fe00 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FC0000000 write-back
    [ 0.000000] 2 base 0C0000000 mask FE0000000 write-back
    [ 0.000000] 3 base 0DC000000 mask FFC000000 uncachable
    [ 0.000000] 4 base 0DB000000 mask FFF000000 uncachable
    [ 0.000000] 5 base 100000000 mask F80000000 write-back
    [ 0.000000] 6 base 180000000 mask FE0000000 write-back
    [ 0.000000] 7 base 19FE00000 mask FFFE00000 uncachable
    [ 0.000000] 8 base 0FFC00000 mask FFFC00000 write-protect
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0xdb000 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000f00e0-0x000f00ef] mapped at [ffff8800000f00e0]
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] reserving inaccessible SNB gfx pages
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0xdaffffff]
    [ 0.000000] [mem 0x00000000-0xdaffffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0xdaffffff @ [mem 0x1fffb000-0x1fffffff]
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x19fdfffff]
    [ 0.000000] [mem 0x100000000-0x19fdfffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0x19fdfffff @ [mem 0xd9c9b000-0xd9c9efff]
    [ 0.000000] RAMDISK: [mem 0x37a50000-0x37d1ffff]
    [ 0.000000] ACPI: RSDP 00000000000f0100 00024 (v02 SECCSD)
    [ 0.000000] ACPI: XSDT 00000000daffe120 00084 (v01 SECCSD LH43STAR 00000002 PTEC 00000002)
    [ 0.000000] ACPI: FACP 00000000dafef000 000F4 (v03 SECCSD LH43STAR 00000002 PTL 00000002)
    [ 0.000000] ACPI: DSDT 00000000daff2000 0803C (v02 SECCSD SNB-CPT 00000000 INTL 20061109)
    [ 0.000000] ACPI: FACS 00000000daf47000 00040
    [ 0.000000] ACPI: SLIC 00000000daffd000 00176 (v01 SECCSD LH43STAR 00000002 PTEC 00000001)
    [ 0.000000] ACPI: SSDT 00000000daffb000 01068 (v01 SECCSD PtidDevc 00001000 INTL 20061109)
    [ 0.000000] ACPI: ASF! 00000000daff1000 000A5 (v32 SECCSD LH43STAR 00000002 PTL 00000002)
    [ 0.000000] ACPI: HPET 00000000dafee000 00038 (v01 SECCSD LH43STAR 00000002 PTL 00000002)
    [ 0.000000] ACPI: APIC 00000000dafed000 00098 (v01 SECCSD LH43STAR 00000002 PTL 00000002)
    [ 0.000000] ACPI: MCFG 00000000dafec000 0003C (v01 SECCSD LH43STAR 00000002 PTL 00000002)
    [ 0.000000] ACPI: SSDT 00000000dafeb000 00804 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 00000000dafea000 00996 (v01 PmRef CpuPm 00003000 INTL 20061109)
    [ 0.000000] ACPI: UEFI 00000000dafe9000 0003E (v01 SECCSD LH43STAR 00000002 PTL 00000002)
    [ 0.000000] ACPI: UEFI 00000000dafe8000 00042 (v01 PTL COMBUF 00000001 PTL 00000001)
    [ 0.000000] ACPI: UEFI 00000000dafe7000 0022E (v01 SECCSD LH43STAR 00000002 PTL 00000002)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000019fdfffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x19fdfffff]
    [ 0.000000] NODE_DATA [mem 0x19fdfb000-0x19fdfffff]
    [ 0.000000] [ffffea0000000000-ffffea00067fffff] PMD -> [ffff880199400000-ffff88019f3fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x19fdfffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0009cfff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20200000-0x3fffffff]
    [ 0.000000] node 0: [mem 0x40200000-0xd9c9efff]
    [ 0.000000] node 0: [mem 0xdafff000-0xdaffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x19fdfffff]
    [ 0.000000] On node 0 totalpages: 1545773
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 141 pages reserved
    [ 0.000000] DMA zone: 3776 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 13859 pages used for memmap
    [ 0.000000] DMA32 zone: 873085 pages, LIFO batch:31
    [ 0.000000] Normal zone: 10232 pages used for memmap
    [ 0.000000] Normal zone: 644616 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x0e] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 14, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
    [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
    [ 0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
    [ 0.000000] PM: Registered nosave memory: 00000000d9c9f000 - 00000000dae7f000
    [ 0.000000] PM: Registered nosave memory: 00000000dae7f000 - 00000000daf9f000
    [ 0.000000] PM: Registered nosave memory: 00000000daf9f000 - 00000000dafff000
    [ 0.000000] PM: Registered nosave memory: 00000000db000000 - 00000000dfa00000
    [ 0.000000] PM: Registered nosave memory: 00000000dfa00000 - 00000000f8000000
    [ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
    [ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
    [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed08000
    [ 0.000000] PM: Registered nosave memory: 00000000fed08000 - 00000000fed09000
    [ 0.000000] PM: Registered nosave memory: 00000000fed09000 - 00000000fed10000
    [ 0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed1a000
    [ 0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
    [ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
    [ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
    [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffd80000
    [ 0.000000] PM: Registered nosave memory: 00000000ffd80000 - 0000000100000000
    [ 0.000000] e820: [mem 0xdfa00000-0xf7ffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88019fa00000 s85184 r8192 d21312 u262144
    [ 0.000000] pcpu-alloc: s85184 r8192 d21312 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1521477
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=49f66c2c-5bd3-4843-bd24-714dc1c0d188 ro quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] __ex_table already sorted, skipping sort
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 6002944k/6813696k available (4908k kernel code, 630604k absent, 180148k reserved, 4024k data, 820k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
    [ 0.000000] NR_IRQS:4352 nr_irqs:744 16
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 25165824 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 1596.383 MHz processor
    [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 3194.79 BogoMIPS (lpj=5321276)
    [ 0.000005] pid_max: default: 32768 minimum: 301
    [ 0.000038] Security Framework initialized
    [ 0.000045] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000630] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.002565] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.003415] Mount-cache hash table entries: 256
    [ 0.003607] Initializing cgroup subsys cpuacct
    [ 0.003609] Initializing cgroup subsys memory
    [ 0.003616] Initializing cgroup subsys devices
    [ 0.003618] Initializing cgroup subsys freezer
    [ 0.003620] Initializing cgroup subsys net_cls
    [ 0.003622] Initializing cgroup subsys blkio
    [ 0.003647] Disabled fast string operations
    [ 0.003649] CPU: Physical Processor ID: 0
    [ 0.003650] CPU: Processor Core ID: 0
    [ 0.003655] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.003658] mce: CPU supports 7 MCE banks
    [ 0.003671] CPU0: Thermal monitoring enabled (TM1)
    [ 0.003677] process: using mwait in idle threads
    [ 0.003681] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift: 5
    [ 0.003835] Freeing SMP alternatives: 20k freed
    [ 0.004849] ACPI: Core revision 20121018
    [ 0.011331] ftrace: allocating 19310 entries in 76 pages
    [ 0.022372] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.055356] smpboot: CPU0: Intel(R) Core(TM) i5-2467M CPU @ 1.60GHz (fam: 06, model: 2a, stepping: 07)
    [ 0.055365] TSC deadline timer enabled
    [ 0.055369] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver.
    [ 0.055376] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
    [ 0.055378] ... version: 3
    [ 0.055379] ... bit width: 48
    [ 0.055380] ... generic registers: 4
    [ 0.055381] ... value mask: 0000ffffffffffff
    [ 0.055382] ... max period: 000000007fffffff
    [ 0.055383] ... fixed-purpose events: 3
    [ 0.055384] ... event mask: 000000070000000f
    [ 0.093170] Disabled fast string operations
    [ 0.095374] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.113177] Disabled fast string operations
    [ 0.126599] Disabled fast string operations
    [ 0.082145] smpboot: Booting Node 0, Processors #1 #2 #3
    [ 0.128712] Brought up 4 CPUs
    [ 0.128716] smpboot: Total of 4 processors activated (12776.19 BogoMIPS)
    [ 0.132574] devtmpfs: initialized
    [ 0.133773] PM: Registering ACPI NVS region [mem 0xdae7f000-0xdaf9efff] (1179648 bytes)
    [ 0.134524] RTC time: 14:38:00, date: 04/23/13
    [ 0.134565] NET: Registered protocol family 16
    [ 0.134701] ACPI: bus type pci registered
    [ 0.134776] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.134779] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.142122] PCI: Using configuration type 1 for base access
    [ 0.142308] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.142309] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.142310] mtrr: corrected configuration.
    [ 0.142733] bio: create slab <bio-0> at 0
    [ 0.142794] ACPI: Added _OSI(Module Device)
    [ 0.142795] ACPI: Added _OSI(Processor Device)
    [ 0.142797] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.142798] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.144238] ACPI: EC: Look up EC in DSDT
    [ 0.145725] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.148149] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.149385] ACPI: SSDT 00000000dae70718 00688 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.149747] ACPI: Dynamic OEM Table Load:
    [ 0.149750] ACPI: SSDT (null) 00688 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    [ 0.150021] ACPI: SSDT 00000000dae71a98 00303 (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.150411] ACPI: Dynamic OEM Table Load:
    [ 0.150414] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20061109)
    [ 0.150533] ACPI: SSDT 00000000dae6fd98 00119 (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.150890] ACPI: Dynamic OEM Table Load:
    [ 0.150892] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20061109)
    [ 0.152416] ACPI: Interpreter enabled
    [ 0.152421] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.152442] ACPI: Using IOAPIC for interrupt routing
    [ 0.159354] ACPI: Power Resource [FN00] (off)
    [ 0.159432] ACPI: Power Resource [FN01] (off)
    [ 0.159506] ACPI: Power Resource [FN02] (off)
    [ 0.159581] ACPI: Power Resource [FN03] (off)
    [ 0.159654] ACPI: Power Resource [FN04] (off)
    [ 0.159950] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [ 0.160074] ACPI: No dock devices found.
    [ 0.160078] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.160290] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 0.160292] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.160531] \_SB_.PCI0:_OSC invalid UUID
    [ 0.160532] _OSC request data:1 8 1f
    [ 0.160943] PCI host bridge to bus 0000:00
    [ 0.160946] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 0.160949] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.160951] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.160952] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.160954] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff]
    [ 0.160956] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
    [ 0.160965] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
    [ 0.161009] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
    [ 0.161021] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf03fffff 64bit]
    [ 0.161028] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 0.161033] pci 0000:00:02.0: reg 20: [io 0x3000-0x303f]
    [ 0.161093] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
    [ 0.161118] pci 0000:00:16.0: reg 10: [mem 0xf0705000-0xf070500f 64bit]
    [ 0.161201] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.161240] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
    [ 0.161264] pci 0000:00:1a.0: reg 10: [mem 0xf070a000-0xf070a3ff]
    [ 0.161361] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.161391] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
    [ 0.161408] pci 0000:00:1b.0: reg 10: [mem 0xf0700000-0xf0703fff 64bit]
    [ 0.161483] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.161509] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
    [ 0.161596] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.161628] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
    [ 0.161714] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.161746] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
    [ 0.161876] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.161921] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
    [ 0.161945] pci 0000:00:1d.0: reg 10: [mem 0xf0709000-0xf07093ff]
    [ 0.162042] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.162072] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
    [ 0.162207] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
    [ 0.162228] pci 0000:00:1f.2: reg 10: [io 0x3088-0x308f]
    [ 0.162236] pci 0000:00:1f.2: reg 14: [io 0x3094-0x3097]
    [ 0.162245] pci 0000:00:1f.2: reg 18: [io 0x3080-0x3087]
    [ 0.162254] pci 0000:00:1f.2: reg 1c: [io 0x3090-0x3093]
    [ 0.162263] pci 0000:00:1f.2: reg 20: [io 0x3060-0x307f]
    [ 0.162272] pci 0000:00:1f.2: reg 24: [mem 0xf0708000-0xf07087ff]
    [ 0.162324] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.162346] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
    [ 0.162363] pci 0000:00:1f.3: reg 10: [mem 0xf0704000-0xf07040ff 64bit]
    [ 0.162392] pci 0000:00:1f.3: reg 20: [io 0xefa0-0xefbf]
    [ 0.162635] pci 0000:01:00.0: [8086:0091] type 00 class 0x028000
    [ 0.162815] pci 0000:01:00.0: reg 10: [mem 0xf0600000-0xf0601fff 64bit]
    [ 0.163511] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
    [ 0.169202] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.169209] pci 0000:00:1c.0: bridge window [mem 0xf0600000-0xf06fffff]
    [ 0.169339] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
    [ 0.169408] pci 0000:02:00.0: reg 10: [io 0x2000-0x20ff]
    [ 0.169530] pci 0000:02:00.0: reg 18: [mem 0xf0404000-0xf0404fff 64bit pref]
    [ 0.169605] pci 0000:02:00.0: reg 20: [mem 0xf0400000-0xf0403fff 64bit pref]
    [ 0.169935] pci 0000:02:00.0: supports D1 D2
    [ 0.169937] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.175788] pci 0000:00:1c.3: PCI bridge to [bus 02]
    [ 0.175797] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
    [ 0.175816] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf04fffff 64bit pref]
    [ 0.175957] pci 0000:03:00.0: [1b21:1042] type 00 class 0x0c0330
    [ 0.175995] pci 0000:03:00.0: reg 10: [mem 0xf0500000-0xf0507fff 64bit]
    [ 0.176190] pci 0000:03:00.0: PME# supported from D3hot D3cold
    [ 0.182448] pci 0000:00:1c.4: PCI bridge to [bus 03]
    [ 0.182462] pci 0000:00:1c.4: bridge window [mem 0xf0500000-0xf05fffff]
    [ 0.182529] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [ 0.182568] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
    [ 0.182598] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
    [ 0.182726] \_SB_.PCI0:_OSC invalid UUID
    [ 0.182727] _OSC request data:1 1f 1f
    [ 0.182731] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.182732] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.183395] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [ 0.183442] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.183487] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [ 0.183530] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [ 0.183573] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *9
    [ 0.183616] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.183662] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [ 0.183709] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 15) *9
    [ 0.183797] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.183801] vgaarb: loaded
    [ 0.183802] vgaarb: bridge control possible 0000:00:02.0
    [ 0.183834] PCI: Using ACPI for IRQ routing
    [ 0.185498] PCI: pci_cache_line_size set to 64 bytes
    [ 0.185611] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    [ 0.185613] e820: reserve RAM buffer [mem 0xd9c9f000-0xdbffffff]
    [ 0.185615] e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
    [ 0.185616] e820: reserve RAM buffer [mem 0x19fe00000-0x19fffffff]
    [ 0.185709] NetLabel: Initializing
    [ 0.185711] NetLabel: domain hash size = 128
    [ 0.185712] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.185729] NetLabel: unlabeled traffic allowed by default
    [ 0.185745] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.185750] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.187760] Switching to clocksource hpet
    [ 0.192350] pnp: PnP ACPI init
    [ 0.192366] ACPI: bus type pnp registered
    [ 0.192633] pnp 00:00: [dma 4]
    [ 0.192731] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.192753] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.192844] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.192878] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.192924] system 00:04: [io 0x0680-0x069f] has been reserved
    [ 0.192927] system 00:04: [io 0x1000-0x100f] has been reserved
    [ 0.192929] system 00:04: [io 0x5000-0x5003] has been reserved
    [ 0.192931] system 00:04: [io 0xffff] has been reserved
    [ 0.192932] system 00:04: [io 0x0400-0x0453] has been reserved
    [ 0.192938] system 00:04: [io 0x0458-0x047f] has been reserved
    [ 0.192940] system 00:04: [io 0x0500-0x057f] has been reserved
    [ 0.192942] system 00:04: [io 0x0a00-0x0a0f] has been reserved
    [ 0.192944] system 00:04: [io 0x164e-0x164f] has been reserved
    [ 0.192946] system 00:04: [io 0x5000-0x500f] could not be reserved
    [ 0.192949] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.192975] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.193023] system 00:06: [io 0x0454-0x0457] has been reserved
    [ 0.193027] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.193068] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.193112] pnp 00:08: Plug and Play ACPI device, IDs ETD0b00 SYN0002 PNP0f13 (active)
    [ 0.193267] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.193270] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.193272] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.193274] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.193276] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.193278] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.193280] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.193282] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.193284] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
    [ 0.193286] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.193288] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.193629] ACPI Error: Invalid/unsupported resource descriptor: Type 0x00 (20121018/utresrc-650)
    [ 0.193634] pnp 00:0a: can't evaluate _CRS: 12311
    [ 0.193738] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.193762] pnp: PnP ACPI: found 11 devices
    [ 0.193764] ACPI: ACPI bus type pnp unregistered
    [ 0.200460] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.200467] pci 0000:00:1c.0: bridge window [mem 0xf0600000-0xf06fffff]
    [ 0.200477] pci 0000:00:1c.3: PCI bridge to [bus 02]
    [ 0.200481] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
    [ 0.200489] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf04fffff 64bit pref]
    [ 0.200497] pci 0000:00:1c.4: PCI bridge to [bus 03]
    [ 0.200503] pci 0000:00:1c.4: bridge window [mem 0xf0500000-0xf05fffff]
    [ 0.200541] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.200543] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.200545] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.200546] pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfeafffff]
    [ 0.200548] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
    [ 0.200550] pci_bus 0000:01: resource 1 [mem 0xf0600000-0xf06fffff]
    [ 0.200552] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
    [ 0.200554] pci_bus 0000:02: resource 2 [mem 0xf0400000-0xf04fffff 64bit pref]
    [ 0.200556] pci_bus 0000:03: resource 1 [mem 0xf0500000-0xf05fffff]
    [ 0.200587] NET: Registered protocol family 2
    [ 0.200783] TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.201021] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.201188] TCP: Hash tables configured (established 65536 bind 65536)
    [ 0.201218] TCP: reno registered
    [ 0.201232] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.201269] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.201357] NET: Registered protocol family 1
    [ 0.201372] pci 0000:00:02.0: Boot video device
    [ 0.201548] PCI: CLS 64 bytes, default 64
    [ 0.201591] Unpacking initramfs...
    [ 0.261406] Freeing initrd memory: 2880k freed
    [ 0.261899] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.261905] software IO TLB [mem 0xd5c9b000-0xd9c9b000] (64MB) mapped at [ffff8800d5c9b000-ffff8800d9c9afff]
    [ 0.262304] audit: initializing netlink socket (disabled)
    [ 0.262319] type=2000 audit(1366727880.259:1): initialized
    [ 0.276840] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.278407] VFS: Disk quotas dquot_6.5.2
    [ 0.278450] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.278614] msgmni has been set to 11730
    [ 0.278836] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.278888] io scheduler noop registered
    [ 0.278891] io scheduler deadline registered
    [ 0.278897] io scheduler cfq registered (default)
    [ 0.279146] vesafb: mode is 1024x768x32, linelength=4096, pages=0
    [ 0.279147] vesafb: scrolling: redraw
    [ 0.279149] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 0.279531] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90004f00000, using 3072k, total 3072k
    [ 0.344149] Console: switching to colour frame buffer device 128x48
    [ 0.408701] fb0: VESA VGA frame buffer device
    [ 0.408712] intel_idle: MWAIT substates: 0x21120
    [ 0.408714] intel_idle: v0.4 model 0x2A
    [ 0.408715] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.408750] GHES: HEST is not enabled!
    [ 0.408800] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.409237] Linux agpgart interface v0.103
    [ 0.409304] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:EPAD] at 0x60,0x64 irq 1,12
    [ 0.416404] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.416417] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.416540] mousedev: PS/2 mouse device common for all mice
    [ 0.416900] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [ 0.416930] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.417022] cpuidle: using governor ladder
    [ 0.417127] cpuidle: using governor menu
    [ 0.417129] EFI Variables Facility v0.08 2004-May-17
    [ 0.417180] drop_monitor: Initializing network drop monitor service
    [ 0.417252] TCP: cubic registered
    [ 0.417348] NET: Registered protocol family 10
    [ 0.417495] NET: Registered protocol family 17
    [ 0.417505] Key type dns_resolver registered
    [ 0.417796] PM: Hibernation image not present or could not be loaded.
    [ 0.417805] registered taskstats version 1
    [ 0.418395] Magic number: 9:780:637
    [ 0.418468] rtc_cmos 00:05: setting system clock to 2013-04-23 14:38:01 UTC (1366727881)
    [ 0.420125] Freeing unused kernel memory: 820k freed
    [ 0.420254] Write protecting the kernel read-only data: 8192k
    [ 0.423156] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.424428] Freeing unused kernel memory: 1224k freed
    [ 0.425960] Freeing unused kernel memory: 440k freed
    [ 0.433142] systemd-udevd[57]: starting version 201
    [ 0.458283] ACPI: bus type usb registered
    [ 0.458349] usbcore: registered new interface driver usbfs
    [ 0.458370] usbcore: registered new interface driver hub
    [ 0.458506] usbcore: registered new device driver usb
    [ 0.458848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.458984] ehci-pci: EHCI PCI platform driver
    [ 0.459037] ehci-pci 0000:00:1a.0: setting latency timer to 64
    [ 0.459041] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 0.459047] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 0.459062] ehci-pci 0000:00:1a.0: debug port 2
    [ 0.462962] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 0.462983] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf070a000
    [ 0.463303] SCSI subsystem initialized
    [ 0.464366] ACPI: bus type scsi registered
    [ 0.464443] libata version 3.00 loaded.
    [ 0.464501] xhci_hcd 0000:03:00.0: xHCI Host Controller
    [ 0.464512] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 2
    [ 0.470946] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 0.471264] hub 1-0:1.0: USB hub found
    [ 0.471272] hub 1-0:1.0: 2 ports detected
    [ 0.471541] ehci-pci 0000:00:1d.0: setting latency timer to 64
    [ 0.471545] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 0.471551] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
    [ 0.471576] ehci-pci 0000:00:1d.0: debug port 2
    [ 0.475501] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 0.475524] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf0709000
    [ 0.484257] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.484616] hub 3-0:1.0: USB hub found
    [ 0.484625] hub 3-0:1.0: 2 ports detected
    [ 0.484916] ahci 0000:00:1f.2: version 3.0
    [ 0.485018] ahci 0000:00:1f.2: irq 40 for MSI/MSI-X
    [ 0.485078] ahci: SSS flag set, parallel bus scan disabled
    [ 0.485142] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x19 impl SATA mode
    [ 0.485145] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst
    [ 0.485152] ahci 0000:00:1f.2: setting latency timer to 64
    [ 0.498266] scsi0 : ahci
    [ 0.498400] scsi1 : ahci
    [ 0.498501] scsi2 : ahci
    [ 0.498607] scsi3 : ahci
    [ 0.498716] scsi4 : ahci
    [ 0.498823] scsi5 : ahci
    [ 0.498879] ata1: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708100 irq 40
    [ 0.498883] ata2: DUMMY
    [ 0.498885] ata3: DUMMY
    [ 0.498888] ata4: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708280 irq 40
    [ 0.498891] ata5: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708300 irq 40
    [ 0.498893] ata6: DUMMY
    [ 0.527671] xhci_hcd 0000:03:00.0: irq 41 for MSI/MSI-X
    [ 0.527678] xhci_hcd 0000:03:00.0: irq 42 for MSI/MSI-X
    [ 0.527683] xhci_hcd 0000:03:00.0: irq 43 for MSI/MSI-X
    [ 0.527688] xhci_hcd 0000:03:00.0: irq 44 for MSI/MSI-X
    [ 0.527693] xhci_hcd 0000:03:00.0: irq 45 for MSI/MSI-X
    [ 0.527949] xHCI xhci_add_endpoint called for root hub
    [ 0.527951] xHCI xhci_check_bandwidth called for root hub
    [ 0.527980] hub 2-0:1.0: USB hub found
    [ 0.527988] hub 2-0:1.0: 2 ports detected
    [ 0.528084] xhci_hcd 0000:03:00.0: xHCI Host Controller
    [ 0.528088] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 4
    [ 0.528278] xHCI xhci_add_endpoint called for root hub
    [ 0.528282] xHCI xhci_check_bandwidth called for root hub
    [ 0.528325] hub 4-0:1.0: USB hub found
    [ 0.528336] hub 4-0:1.0: 2 ports detected
    [ 0.777504] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 0.817457] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 0.818156] ata1.00: ATA-9: SAMSUNG MZ7PC128HAFU-000, CXM02K1Q, max UDMA/133
    [ 0.818173] ata1.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 0.818687] ata1.00: configured for UDMA/133
    [ 0.818930] scsi 0:0:0:0: Direct-Access ATA SAMSUNG MZ7PC128 CXM0 PQ: 0 ANSI: 5
    [ 0.901417] hub 1-1:1.0: USB hub found
    [ 0.901487] hub 1-1:1.0: 6 ports detected
    [ 1.007327] usb 3-1: new high-speed USB device number 2 using ehci-pci
    [ 1.131530] hub 3-1:1.0: USB hub found
    [ 1.131707] hub 3-1:1.0: 6 ports detected
    [ 1.137166] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.210698] usb 1-1.4: new high-speed USB device number 3 using ehci-pci
    [ 1.263792] tsc: Refined TSC clocksource calibration: 1596.373 MHz
    [ 1.263808] Switching to clocksource tsc
    [ 1.456959] ata5: SATA link down (SStatus 0 SControl 300)
    [ 1.460046] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
    [ 1.460135] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.460139] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.460170] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.461145] sda: sda1 sda2 sda3 sda4 < sda5 >
    [ 1.461569] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.668989] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 1.706891] usb 3-1.5: new full-speed USB device number 3 using ehci-pci
    [ 1.790244] systemd[1]: systemd 202 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 1.791051] systemd[1]: Set hostname to <530uarch>.
    [ 1.859141] systemd[1]: Cannot add dependency job for unit ntpd.service, ignoring: Unit ntpd.service failed to load: No such file or directory. See system logs and 'systemctl status ntpd.service' for details.
    [ 1.859155] systemd[1]: Cannot add dependency job for unit laptop-mode.service, ignoring: Unit laptop-mode.service failed to load: No such file or directory. See system logs and 'systemctl status laptop-mode.service' for details.
    [ 1.859170] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    [ 1.859349] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 1.859395] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 1.859406] systemd[1]: Starting Remote File Systems.
    [ 1.859417] systemd[1]: Reached target Remote File Systems.
    [ 1.859425] systemd[1]: Expecting device sys-subsystem-net-devices-wlp1s0.device...
    [ 1.859434] systemd[1]: Starting Delayed Shutdown Socket.
    [ 1.859461] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 1.859468] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 1.859487] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 1.859494] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 1.859516] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 1.859524] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 1.859547] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 1.859558] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 1.859587] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 1.859595] systemd[1]: Starting Paths.
    [ 1.859603] systemd[1]: Reached target Paths.
    [ 1.859626] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 1.859714] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 1.859722] systemd[1]: Starting Encrypted Volumes.
    [ 1.859731] systemd[1]: Reached target Encrypted Volumes.
    [ 1.859784] systemd[1]: Starting udev Kernel Socket.
    [ 1.859803] systemd[1]: Listening on udev Kernel Socket.
    [ 1.859845] systemd[1]: Starting udev Control Socket.
    [ 1.859868] systemd[1]: Listening on udev Control Socket.
    [ 1.859877] systemd[1]: Starting Journal Socket.
    [ 1.859912] systemd[1]: Listening on Journal Socket.
    [ 1.859945] systemd[1]: Mounting Huge Pages File System...
    [ 1.893494] systemd[1]: Mounting POSIX Message Queue File System...
    [ 1.898344] systemd[1]: Started Load Kernel Modules.
    [ 1.898365] systemd[1]: Mounted FUSE Control File System.
    [ 1.899753] systemd[1]: Starting Apply Kernel Variables...
    [ 1.923663] systemd[1]: Mounting Configuration File System...
    [ 1.930086] systemd[1]: Starting udev Coldplug all Devices...
    [ 1.936854] systemd[1]: Starting Journal Service...
    [ 1.950121] systemd[1]: Started Journal Service.
    [ 1.950178] systemd[1]: Starting Setup Virtual Console...
    [ 1.960089] systemd[1]: Starting Create static device nodes in /dev...
    [ 1.967386] systemd[1]: Started Set Up Additional Binary Formats.
    [ 1.967414] systemd[1]: Mounting Debug File System...
    [ 1.976595] systemd[1]: Starting Swap.
    [ 1.976618] systemd[1]: Reached target Swap.
    [ 1.976647] systemd[1]: Mounting Temporary Directory...
    [ 2.023332] systemd[1]: Started File System Check on Root Device.
    [ 2.023347] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 2.060070] systemd[1]: Expecting device dev-disk-by\x2duuid-1166c42d\x2dd01a\x2d40bf\x2d8926\x2d2795b3f0b834.device...
    [ 2.060097] systemd[1]: Expecting device dev-disk-by\x2duuid-C332\x2d535C.device...
    [ 2.060597] systemd[1]: Mounted Huge Pages File System.
    [ 2.060732] systemd[1]: Mounted POSIX Message Queue File System.
    [ 2.062885] EXT4-fs (sda1): re-mounted. Opts: commit=15,data=ordered,discard
    [ 2.079953] systemd[1]: Started Apply Kernel Variables.
    [ 2.080081] systemd[1]: Mounted Configuration File System.
    [ 2.091845] systemd[1]: Started Setup Virtual Console.
    [ 2.093312] systemd[1]: Started Create static device nodes in /dev.
    [ 2.093419] systemd[1]: Mounted Debug File System.
    [ 2.093493] systemd[1]: Mounted Temporary Directory.
    [ 2.093753] systemd[1]: Started Remount Root and Kernel File Systems.
    [ 2.106639] systemd[1]: Started udev Coldplug all Devices.
    [ 2.106691] systemd[1]: Starting Load Random Seed...
    [ 2.113536] systemd[1]: Starting udev Kernel Device Manager...
    [ 2.119903] systemd[1]: Started Load Random Seed.
    [ 2.122479] systemd-udevd[142]: starting version 202
    [ 2.126885] systemd[1]: Started udev Kernel Device Manager.
    [ 2.126941] systemd[1]: Starting Local File Systems (Pre).
    [ 2.126955] systemd[1]: Reached target Local File Systems (Pre).
    [ 2.182697] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20121018/utaddress-251)
    [ 2.182707] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.182713] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
    [ 2.182718] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.182720] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
    [ 2.182724] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.182726] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20121018/utaddress-251)
    [ 2.182731] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.182733] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 2.183607] ACPI: AC Adapter [ADP1] (on-line)
    [ 2.184967] ACPI: Requesting acpi_cpufreq
    [ 2.187346] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
    [ 2.187393] ACPI: Lid Switch [LID0]
    [ 2.187480] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
    [ 2.187487] ACPI: Power Button [PWRB]
    [ 2.190425] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 2.190433] ACPI: Power Button [PWRF]
    [ 2.191578] mei 0000:00:16.0: setting latency timer to 64
    [ 2.191674] mei 0000:00:16.0: irq 46 for MSI/MSI-X
    [ 2.198369] [drm] Initialized drm 1.1.0 20060810
    [ 2.198487] ACPI Warning: 0x000000000000efa0-0x000000000000efbf SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20121018/utaddress-251)
    [ 2.198496] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.207287] ACPI: Battery Slot [BAT1] (battery present)
    [ 2.210635] ACPI: Fan [FAN0] (off)
    [ 2.210696] ACPI: Fan [FAN1] (off)
    [ 2.210754] ACPI: Fan [FAN2] (off)
    [ 2.210806] ACPI: Fan [FAN3] (off)
    [ 2.210877] ACPI: Fan [FAN4] (off)
    [ 2.211218] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
    [ 2.213278] thermal LNXTHERM:00: registered as thermal_zone0
    [ 2.213283] ACPI: Thermal Zone [TZ00] (61 C)
    [ 2.214137] thermal LNXTHERM:01: registered as thermal_zone1
    [ 2.214139] ACPI: Thermal Zone [TZ01] (30 C)
    [ 2.231486] input: PC Speaker as /devices/platform/pcspkr/input/input4
    [ 2.231742] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x25
    [ 2.236625] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 2.236988] r8169 0000:02:00.0: irq 48 for MSI/MSI-X
    [ 2.237512] r8169 0000:02:00.0 eth0: RTL8168evl/8111evl at 0xffffc90004ef8000, e8:03:9a:97:b5:a7, XID 0c900800 IRQ 48
    [ 2.237516] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 2.254854] cfg80211: Calling CRDA to update world regulatory domain
    [ 2.258073] samsung_laptop: detected SABI interface: SwSmi@
    [ 2.258077] samsung_laptop: Backlight controlled by ACPI video driver
    [ 2.271599] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 2.271604] Copyright(c) 2003-2012 Intel Corporation
    [ 2.272199] iwlwifi 0000:01:00.0: irq 49 for MSI/MSI-X
    [ 2.273865] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
    [ 2.274238] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [ 2.274354] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 2.276284] systemd[1]: Found device SAMSUNG_MZ7PC128HAFU-000.
    [ 2.276358] iwlwifi 0000:01:00.0: loaded firmware version 18.168.6.1
    [ 2.276360] systemd[1]: Starting File System Check on /dev/disk/by-uuid/1166c42d-d01a-40bf-8926-2795b3f0b834...
    [ 2.277330] [drm] Memory usable by graphics device = 2048M
    [ 2.277337] checking generic (e0000000 300000) vs hw (e0000000 10000000)
    [ 2.277340] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
    [ 2.277356] Console: switching to colour dummy device 80x25
    [ 2.277856] i915 0000:00:02.0: setting latency timer to 64
    [ 2.293728] iTCO_vendor_support: vendor-support=0
    [ 2.294474] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 2.295948] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
    [ 2.296080] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 2.296784] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 2.296789] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 2.296792] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 2.296794] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE disabled
    [ 2.296797] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_P2P disabled
    [ 2.296800] iwlwifi 0000:01:00.0: Detected Intel(R) Centrino(R) Advanced-N 6230 AGN, REV=0xB0
    [ 2.297034] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
    [ 2.309676] systemd[1]: Found device SAMSUNG_MZ7PC128HAFU-000.
    [ 2.309725] systemd[1]: Mounting /mnt/shard...
    [ 2.315045] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x25
    [ 2.326398] i915 0000:00:02.0: irq 50 for MSI/MSI-X
    [ 2.326694] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 2.326697] [drm] Driver supports precise vblank timestamp query.
    [ 2.326780] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 2.329470] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 2.335638] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x25
    [ 2.339306] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x25
    [ 2.339922] systemd[1]: Starting Sound Card.
    [ 2.339944] systemd[1]: Reached target Sound Card.
    [ 2.344210] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 2.353017] systemd-udevd[151]: renamed network interface eth0 to enp2s0
    [ 2.356365] systemd-udevd[152]: renamed network interface wlan0 to wlp1s0
    [ 2.359280] FAT-fs (sda3): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
    [ 2.403861] fbcon: inteldrmfb (fb0) is primary device
    [ 2.412172] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: commit=15,data=ordered,discard
    [ 2.523824] usb 3-1.5: USB disconnect, device number 3
    [ 2.608485] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
    [ 2.615267] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
    [ 2.885607] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f00)
    [ 2.900591] psmouse serio1: elantech: Synaptics capabilities query result 0x08, 0x17, 0x0c.
    [ 2.975438] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input8
    [ 3.013202] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
    [ 3.020042] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
    [ 3.252446] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
    [ 3.415660] Console: switching to colour frame buffer device 170x48
    [ 3.424244] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 3.424247] i915 0000:00:02.0: registered panic notifier
    [ 3.436609] acpi device:32: registered as cooling_device9
    [ 3.436968] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 3.437019] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
    [ 3.437169] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 3.496648] Non-volatile memory driver v1.3
    [ 3.963276] Bluetooth: Core ver 2.16
    [ 3.963296] NET: Registered protocol family 31
    [ 3.963298] Bluetooth: HCI device and connection manager initialized
    [ 3.963305] Bluetooth: HCI socket layer initialized
    [ 3.963307] Bluetooth: L2CAP socket layer initialized
    [ 3.963313] Bluetooth: SCO socket layer initialized
    [ 3.964708] usbcore: registered new interface driver btusb
    [ 4.338375] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
    [ 4.468607] media: Linux media interface: v0.10
    [ 4.471891] Linux video capture interface: v2.00
    [ 4.518478] uvcvideo: Found UVC 1.00 device WebCam SC-13HDL11431N (2232:1018)
    [ 4.537926] input: WebCam SC-13HDL11431N as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input10
    [ 4.538078] usbcore: registered new interface driver uvcvideo
    [ 4.538083] USB Video Class driver (1.1.1)
    [ 6.473768] wlp1s0: authenticate with 00:24:8c:eb:ff:66
    [ 6.480100] wlp1s0: send auth to 00:24:8c:eb:ff:66 (try 1/3)
    [ 6.482750] wlp1s0: authenticated
    [ 6.483074] iwlwifi 0000:01:00.0 wlp1s0: disabling HT as WMM/QoS is not supported by the AP
    [ 6.483084] iwlwifi 0000:01:00.0 wlp1s0: disabling VHT as WMM/QoS is not supported by the AP
    [ 6.483367] wlp1s0: associate with 00:24:8c:eb:ff:66 (try 1/3)
    [ 6.486701] wlp1s0: RX AssocResp from 00:24:8c:eb:ff:66 (capab=0x431 status=0 aid=2)
    [ 6.496708] wlp1s0: associated
    [ 6.496833] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
    [ 6.534112] wlp1s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 00:24:8c:eb:ff:66
    [ 776.460690] psmouse serio1: Touchpad at isa0060/serio1/input0 lost sync at byte 6
    [ 776.473529] psmouse serio1: Touchpad at isa0060/serio1/input0 - driver resynced.
    [ 969.874854] psmouse serio1: Touchpad at isa0060/serio1/input0 lost sync at byte 6
    [ 969.887746] psmouse serio1: Touchpad at isa0060/serio1/input0 - driver resynced.
    [ 1061.757868] psmouse serio1: Touchpad at isa0060/serio1/input0 lost sync at byte 6
    [ 1061.790334] psmouse serio1: Touchpad at isa0060/serio1/input0 - driver resynced.
    [ 1346.112078] psmouse serio1: Touchpad at isa0060/serio1/input0 lost sync at byte 6
    [ 1346.143576] psmouse serio1: Touchpad at isa0060/serio1/input0 - driver resynced.
    [ 2241.768058] psmouse serio1: Touchpad at isa0060/serio1/input0 lost sync at byte 6
    [ 2241.780927] psmouse serio1: Touchpad at isa0060/serio1/input0 - driver resynced.
    [ 2341.444767] psmouse serio1: Touchpad at isa0060/serio1/input0 lost sync at byte 6
    [ 2341.479230] psmouse serio1: Touchpad at isa0060/serio1/input0 - driver resynced.
    cat /etc/asound.conf (which was working)
    defaults.pcm.card 0
    defaults.pcm.device 0
    defaults.ctl.card 0
    Trying to play a file:
    mplayer Music/Arctic\ Monkeys/Favourite\ Most\ Nightmare/02-arctic_monkeys-teddy_picker-mst.mp3
    MPlayer2 UNKNOWN (C) 2000-2012 MPlayer Team
    [ass] FcFreeTypeQueryFace failed
    Cannot open file '/home/dan/.mplayer/input.conf': No such file or directory
    Failed to open /home/dan/.mplayer/input.conf.
    Can't open joystick device /dev/input/js0: No such file or directory
    Can't init input joystick
    Playing Music/Arctic Monkeys/Favourite Most Nightmare/02-arctic_monkeys-teddy_picker-mst.mp3.
    Detected file format: MP2/3 (MPEG audio layer 2/3) (libavformat)
    [mp3 @ 0x7f7b7e07d760]max_analyze_duration 5000000 reached at 5015510 microseconds
    [lavf] stream 0: audio (mp3), -aid 0
    Clip info:
    title: teddy picker
    artist: Arctic Monkeys
    album: Favourite Worst Nightmare
    track: 2
    language: German
    genre: Rock
    encoded_by: LAME 3.97
    date: 2007
    Load subtitles in Music/Arctic Monkeys/Favourite Most Nightmare/
    Selected audio codec: MPEG 1.0/2.0/2.5 layers I, II, III [mpg123]
    AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400)
    AO: [pulse] Init failed: Connection refused
    AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
    Video: no video
    Starting playback...
    A: 1.9 (01.8) of 163.2 (02:43.1) 1.6%
    aplay -D plughw:0,0 /usr/share/sounds/alsa/Front_Center.wav
    Playing WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
    speaker-test -c 2
    speaker-test 1.0.27
    Playback device is default
    Stream parameters are 48000Hz, S16_LE, 2 channels
    Using 16 octaves of pink noise
    Rate set to 48000Hz (requested 48000Hz)
    Buffer size range from 2048 to 16384
    Period size range from 1024 to 1024
    Using max buffer size 16384
    Periods = 4
    was set period_size = 1024
    was set buffer_size = 16384
    0 - Front Left
    1 - Front Right
    Time per period = 5.651455
    Last edited by Kotrfa (2013-04-23 15:32:42)

    Same for me after system upgrade on 2013-05-01:
    pacmatic -Syu
    Since then, no Audio output via HDMI anymore. Mainboard is Intel DH67BL.
    Before upgrade, it worked. Audio via normal audio connector also still works.
    $ aplay -D plughw:0,3 /usr/share/sounds/alsa/Front_Center.wav
    Wiedergabe: WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate: 48000 Hz, mono
    But on the connected (via HDMI) TV is nothing to hear. Video on TV via HDMI works. Checked also alsamixer volume setting.
    With this, I hear the sound on the speakers connected with the Mainboard:
    $ aplay /usr/share/sounds/alsa/Front_Center.wav
    Wiedergabe: WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate: 48000 Hz, mono
    $ aplay -l
    **** Liste der Hardware-Geräte (PLAYBACK) ****
    Karte 0: PCH [HDA Intel PCH], Gerät 0: ALC892 Analog [ALC892 Analog]
    Sub-Geräte: 1/1
    Sub-Gerät #0: subdevice #0
    Karte 0: PCH [HDA Intel PCH], Gerät 1: ALC892 Digital [ALC892 Digital]
    Sub-Geräte: 1/1
    Sub-Gerät #0: subdevice #0
    Karte 0: PCH [HDA Intel PCH], Gerät 3: HDMI 0 [HDMI 0]
    Sub-Geräte: 1/1
    Sub-Gerät #0: subdevice #0
    $ lsmod | grep snd
    snd_hda_codec_hdmi 24877 1
    snd_hda_codec_realtek 53315 1
    snd_hda_intel 28850 1
    snd_hda_codec 87310 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
    snd_hwdep 4746 1 snd_hda_codec
    snd_pcm 62851 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc 6038 2 snd_pcm,snd_hda_intel
    snd_timer 14846 1 snd_pcm
    snd 44486 9 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
    soundcore 4386 1 snd
    $ cat /proc/asound/modules
    0 snd_hda_intel
    I've read this, but did not help:
    https://wiki.archlinux.org/index.php/Ta … chitecture
    Here the list of upgraded packages:
    grep 2013-05-01.*pgraded /var/log/pacman.log
    http://pastebin.com/vXjp3Bw4
    I also downgraded to the kernel version before upgrade:
    pacman -U /var/cache/pacman/pkg/linux-3.7.4-1-i686.pkg.tar.xz
    But that did not solve the problem. Also using linux-lts kernel did not help.
    I have posted this also on the german Arch Linux board:
    https://bbs.archlinux.de/viewtopic.php?id=23955
    Last edited by 1970 (2013-05-06 05:23:59)

  • How fix "Adobe Photoshop CS6 has stopped working" error in Win7?

    Hi All,
    I’m getting the following error message when ever I try to use Move Tool and the program gets close.
    “Adobe Photoshop CS6 has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available”
    Video card driver is updated.
    Please see the following error event.
    Faulting application name: Photoshop.exe, version: 13.0.0.0, time stamp: 0x4f61c045
    Faulting module name: aticfx64.dll, version: 8.17.10.1047, time stamp: 0x4cabd6c0
    Exception code: 0xc0000005
    Fault offset: 0x000000000002f5bf
    Faulting process id: 0x15ac
    Faulting application start time: 0x01ce2110508d2fb6
    Faulting application path: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Photoshop.exe
    Faulting module path: C:\Windows\system32\aticfx64.dll
    Report Id: fe57fe44-8d03-11e2-bd6c-dc0ea14b01df
    Please advise what is the problem? and How to sort this out
    Your help is highly appreciated.
    regards

    that's the details it shows.
    Adobe Photoshop Version: 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00) x64
    Operating System: Windows 7 64-bit
    Version: 6.1 Service Pack 1
    System architecture: Intel CPU Family:6, Model:5, Stepping:5 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 2
    Logical processor count: 4
    Processor speed: 2527 MHz
    Built-in memory: 3891 MB
    Free memory: 1350 MB
    Memory available to Photoshop: 3306 MB
    Memory used by Photoshop: 5 %
    Image tile size: 128K
    Image cache levels: 4
    Photoshop crashed on 15/03/2013 at 00:05:05 (GetImageViewResourceSharingGLContext)
    The GPU Sniffer crashed on 15/03/2013 at 00:50:52
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 768, right: 1366
    No video card detected
    Serial number: 92628701192123445467
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\
    Temporary file path: C:\Users\Khan\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 298.1G, 254.8G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6 (64 Bit)\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2012/01/18-15:07:40   66.492997   66.492997
       adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
       AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
       AdobeOwl.dll   Adobe Owl 2012/02/09-16:00:02   4.0.93   66.496052
       AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
       AdobePIP.dll   Adobe Product Improvement Program   6.0.0.1654  
       AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
       adobe_caps.dll   Adobe CAPS   6,0,29,0  
       AGM.dll   AGM 2012/01/18-15:07:40   66.492997   66.492997
       ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
       aif_core.dll   AIF   3.0   62.490293
       aif_ocl.dll   AIF   3.0   62.490293
       aif_ogl.dll   AIF   3.0   62.490293
       amtlib.dll   AMTLib (64 Bit)   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
       ARE.dll   ARE 2012/01/18-15:07:40   66.492997   66.492997
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2012/01/18-15:07:40   66.492997   66.492997
       BIBUtils.dll   BIBUtils 2012/01/18-15:07:40   66.492997   66.492997
       boost_date_time.dll   DVA Product   6.0.0  
       boost_signals.dll   DVA Product   6.0.0  
       boost_system.dll   DVA Product   6.0.0  
       boost_threads.dll   DVA Product   6.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.0.5.19287   2.0.5.19287
       CoolType.dll   CoolType 2012/01/18-15:07:40   66.492997   66.492997
       data_flow.dll   AIF   3.0   62.490293
       dvaaudiodevice.dll   DVA Product   6.0.0  
       dvacore.dll   DVA Product   6.0.0  
       dvamarshal.dll   DVA Product   6.0.0  
       dvamediatypes.dll   DVA Product   6.0.0  
       dvaplayer.dll   DVA Product   6.0.0  
       dvatransport.dll   DVA Product   6.0.0  
       dvaunittesting.dll   DVA Product   6.0.0  
       dynamiclink.dll   DVA Product   6.0.0  
       ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
       FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
       filter_graph.dll   AIF   3.0   62.490293
       hydra_filters.dll   AIF   3.0   62.490293
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       image_compiler.dll   AIF   3.0   62.490293
       image_flow.dll   AIF   3.0   62.490293
       image_runtime.dll   AIF   3.0   62.490293
       JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession   2.1.2.1640  
       mediacoreif.dll   DVA Product   6.0.0  
       MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS6   CS6  
       Plugin.dll   Adobe Photoshop CS6   CS6  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (64 bit)   3.0.0.383  
       PSArt.dll   Adobe Photoshop CS6   CS6  
       PSViews.dll   Adobe Photoshop CS6   CS6  
       SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
       ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
       tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   6.0.0.24
       WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112   0.17112
       wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
       Accented Edges 13.0
       Adaptive Wide Angle 13.0
       ADM 3.11x01
       Angled Strokes 13.0
       Average 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Bas Relief 13.0
       BMP 13.0
       Camera Raw 7.0
       Chalk & Charcoal 13.0
       Charcoal 13.0
       Chrome 13.0
       Cineon 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Clouds 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Collada 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Color Halftone 13.0
       Colored Pencil 13.0
       CompuServe GIF 13.0
       Conté Crayon 13.0
       Craquelure 13.0
       Crop and Straighten Photos 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Crop and Straighten Photos Filter 13.0
       Crosshatch 13.0
       Crystallize 13.0
       Cutout 13.0
       Dark Strokes 13.0
       De-Interlace 13.0
       Difference Clouds 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Diffuse Glow 13.0
       Displace 13.0
       Dry Brush 13.0
       Eazel Acquire 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Embed Watermark 4.0
       Extrude 13.0
       FastCore Routines 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Fibers 13.0
       Film Grain 13.0
       Filter Gallery 13.0
       Fresco 13.0
       Glass 13.0
       Glowing Edges 13.0
       Grain 13.0
       Graphic Pen 13.0
       Halftone Pattern 13.0
       HDRMergeUI 13.0
       IFF Format 13.0
       Ink Outlines 13.0
       JPEG 2000 13.0
       Lens Blur 13.0
       Lens Correction 13.0
       Lens Flare 13.0
       Liquify 13.0
       Matlab Operation 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Measurement Core 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Mezzotint 13.0
       MMXCore Routines 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Mosaic Tiles 13.0
       Multiprocessor Support 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Neon Glow 13.0
       Note Paper 13.0
       NTSC Colors 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Ocean Ripple 13.0
       Oil Paint 13.0
       OpenEXR 13.0
       Paint Daubs 13.0
       Palette Knife 13.0
       Patchwork 13.0
       Paths to Illustrator 13.0
       PCX 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Photocopy 13.0
       Photoshop 3D Engine 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Picture Package Filter 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Pinch 13.0
       Pixar 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Plaster 13.0
       Plastic Wrap 13.0
       PNG 13.0
       Pointillize 13.0
       Polar Coordinates 13.0
       Portable Bit Map 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Poster Edges 13.0
       Radial Blur 13.0
       Radiance 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Read Watermark 4.0
       Reticulation 13.0
       Ripple 13.0
       Rough Pastels 13.0
       Save for Web 13.0
       ScriptingSupport 13.0
       Shear 13.0
       Smart Blur 13.0
       Smudge Stick 13.0
       Solarize 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Spatter 13.0
       Spherize 13.0
       Sponge 13.0
       Sprayed Strokes 13.0
       Stained Glass 13.0
       Stamp 13.0
       Sumi-e 13.0
       Targa 13.0
       Texturizer 13.0
       Tiles 13.0
       Torn Edges 13.0
       Twirl 13.0
       Underpainting 13.0
       Vanishing Point 13.0
       Variations 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Water Paper 13.0
       Watercolor 13.0
       Wave 13.0
       WIA Support 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Wind 13.0
       Wireless Bitmap 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       ZigZag 13.0
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

Maybe you are looking for