Sound Path in LE8?

Hi I am MAC newb, and until today thought I was smart enough to figure out anything
I just installed LE8 after working/playing a bit w/ garageBand.
I can not for the life of me figure out how to make the sound come from my attached speakers (line-out) I checked preferences in both system and LE and have all the outputs set to line-out.
Any thoughts?
I have a radioshack(casio) KB attached via a turtlebeach midi to USB converter. The Sound DOES come out the keyboard speakers, if it helps.
Thanks.

Hi,
I'd suggest that you first create an audio track by clicking on the small rectangular button with the "+" on it (in the top of the arrange window).
Now, go to a Finder window and find a nice audio file. Drag this onto the arrange window of LE*, in thetrack you just created. This makes sure that you have something that makes noise
Press the play button, and check if you hear something.
If not, start up the program Applications > Utilities > Audio/Midi Configuration, and check if your default Audio output is right.
Also, check the following: press the "Mixer" tab at the bottom of the arrange window. The mixer pops op, and the most right channel should be the master output. A bit above the fader, there is a button that tells where the output of the master output goes. It should say "Output 1-2".
So much about checking if the audio is routed correctly.
About the midi: first, look at the Transport Bar. You'll see "No In" and No Out" somewhere. Now, play your keyboard, and check if note names appear. If so, the midi reaches LE8.
You probably have chosen an instrument (like EXS24) on your instrument track (see Help > Logic Express 8 User Manual, page 216 and further).
Another very important note: click the small square "R" button on your instrument track, so that it turns red. Otherwise LE8 doesn't know that you want to record on this track, and you won't hear anything if you play your keyboard.
Kind regards,
Jaap

Similar Messages

  • Sound has no valid device sound path although exporting device sounds was requested in the export settings. This sound will be ignored.

    I have bopped around the forums here for a while now, and while other people seem to have had the same problem as I am having in the past, I come to find that all of the solutions that have worked for others, do not in fact, work for me.
    I am running Flash Professional CS6 On an Acer Aspire. 4 Gigs of RAM, 500 Gigs of HD.
    The exact problem that I am having is as follows:
    I record a sound bit in Audacity, Export the sound as and MP3 File on my main computer Hard Drive.
    go to File>Import>Import to Library, I locate the file that I had created, then select it to be imported to my Library.
    I then create a new layer in my timeline, Label it as sound, place a new key frame into the timeline layer at the place in the animation that i hope the sound would start, set the audio sync to stream instead of event, then press CTRL+ENTER, which initiates the Test Movie function.
    At this time, the "Output" box Pops up and it states,
    "Sound has no valid device sound path although exporting device sounds was requested in the export settings. This sound will be ignored."
    No sound is played and i cannot, for the life of me, figure out why. I have tried all the troubleshoots that i can find online. I checked the publishing settings and nothing is being Overridden, I've attempted to untick the "export device sounds" option, but it is grayed out and cannot be toggled. I have attempted switching the MP3 format sound clip to a WAV format sound clip. I have attempted to re-recording the sound clip and re-importing the clip to the library. I have checked my computers speakers and everything is in working order and i have even checked to see if other projects sound works.
    I pulled up a previous project that i had finished a while back that had loads of sound imported the exact same way and it all works exactly as i expect it too. The sound plays, there is not "Output" box claiming an issue. It seems that the issue, whatever it might be, is stuck to this project itself.
    I have even started a new project, imported and placed both the MP3 and the WAV files into the sound layer created, CTRL+ENTER, and it works just fine without problem.
    If there is anything that i might have accidentally messed up in this projected that you know about, like settings that may have been changed that would cause such an annoying and seemingly unfixable issue, please let me know. I really do not want to loose this project over such an utterly stupid error.

    I've moved your question to the Flash Pro CC forum.

  • Valid sound path

    Hi, I'm currently building an app in flash CS5 to go on the iPhone (on WinXP). So far so good although I am having problems with sound. On testing the movie I get the following error:
    "Sound has no valid device sound path although exporting device sounds was requested in the export settings. This sound will be ignored."
    On compiling to the device the sound does not play at all.
    I've tried messing around with the sound settings within the publishing setting (export device sounds) and device sound properties, but don't seem to be having much luck. Can anyone tell me the correct settings/path names to get the sound to work properly on the iPhone. Thank you.

    I'm currently not using any actionscript to cast the sound I'm using a button.
    However, I just put together this to play it. (it only plays once at the moment as I'm still fixing stuff)
    import flash.events.MouseEvent;
    var isPlaying = false;
    var soundLocation:String = "Spanish.mp3";
    var sndFX:Sound = new Sound();
    sndFX.load(new URLRequest(soundLocation), sndLoaderContext);
    var sndChannel:SoundChannel = new SoundChannel();
    var sndLoaderContext:SoundLoaderContext = new SoundLoaderContext(5500);
    sound_btn.addEventListener(MouseEvent.CLICK, playSound, false, 0, true);
    function playSound(e:MouseEvent):void {
    if (!isPlaying) {
      sndChannel = sndFX.play();
      isPlaying = true;
    sndChannel.addEventListener(Event.SOUND_COMPLETE, sndComplete, false, 0, true);
    function sndComplete(e:Event):void {
    sndChannel.removeEventListener(Event.SOUND_COMPLETE, sndComplete);

  • Device Sound Path

    Hi,
    I use a flash movie in one of my websites that gets changed
    each month (I just swap out an image in it). This month I am
    getting an error message that says: Sound has no valid device sound
    path although exporting device sounds was requested in the export
    settings. This sound will be ignored.
    I have never had this come up before and have been doing this
    for over a year. The only thing that is different is that I am
    using a new computer that has VISTA. Can anyone help me?
    Sandy

    Seems like somehow you have ticked the box that says
    "Export Device Sounds" in the Filed ->
    Publish -> Flash tabs. That is for exporting sounds to
    mobile devices and I don't really understand how it works, but my
    guess is, "You don't want that."

  • Calendar alerts have no sound in Mountain Lion.

    When I create apointments in Calendar in Mountain Lion and put (Message with sound) and choose my sound for the allert. When it pops up as a notification it does not make any sound. My notification for the Calendar app is set to (Alerts) not (Banners).
    Can anybody help
    Thanks

    After trying many methods. I found this a temporary fix. The solution is to set a rule in Mail Preference to run an Applscripts if there is new email. This Applescript will play a notification sound of your choice:
    tell application "Mail" to if (count of (every message of inbox whose read status is false)) isgreater than 0 then do shell script "afplay '/Applications/Mail.app/Contents/Resources/New Mail.aiff'"
    You can change the path /Application/Mail.app/Contents/Resources/New Mail.aiff to any folder that containt an aiff file. For example: /System/Library/Sounds/Glass.aiff (in this folder you can find all the alert sounds of Mac OS)
    Applescript Editor
    1. Open Applescript Editor in Applications folder
    2. Paste the script in after choosing your notification sound path
    3. Save in ~/Library/Application Scripts/com.apple.mail (can name it New Mail in my example)
    4. Now you can choose the script in Mail Rules setting
    For the Mail rules setting
    Open Mail Preferences then Rules then Add Rule. The setting like photo
    https://www.sugarsync.com/pf/D8942998_67824332_008550
    It works like a charm !!!

  • Sounds on my Buttons?

    I have imported my wav files to my library added them to the down state of my buttons and when I test the file I get
    (Sound has no valid device sound path although exporting device sounds was requested in the export settings. This sound will be ignored.)  I have been surching for an answer but as of yet have found none.  Thanks for any help.

    click file/publish settings/flash and untick "export device sounds".

  • No new mail alert sound in Mountain Lion

    I did a clean install of ML, In Lion when I had an alert sound when new mail arrived, i cannot get it to work in ML.
    It is enables in mail, and also in sound preferences as well, but still no sound when new mail arrives.
    Anyone else?

    After trying many methods. I found this a temporary fix. The solution is to set a rule in Mail Preference to run an Applscripts if there is new email. This Applescript will play a notification sound of your choice:
    tell application "Mail" to if (count of (every message of inbox whose read status is false)) isgreater than 0 then do shell script "afplay '/Applications/Mail.app/Contents/Resources/New Mail.aiff'"
    You can change the path /Application/Mail.app/Contents/Resources/New Mail.aiff to any folder that containt an aiff file. For example: /System/Library/Sounds/Glass.aiff (in this folder you can find all the alert sounds of Mac OS)
    Applescript Editor
    1. Open Applescript Editor in Applications folder
    2. Paste the script in after choosing your notification sound path
    3. Save in ~/Library/Application Scripts/com.apple.mail (can name it New Mail in my example)
    4. Now you can choose the script in Mail Rules setting
    For the Mail rules setting
    Open Mail Preferences then Rules then Add Rule. The setting like photo
    https://www.sugarsync.com/pf/D8942998_67824332_008550
    It works like a charm !!!

  • Goodbye from a 20-ish year user of Sound Blaster Cards

    <!-- @page { size: 2cm 29.7cm; margin: 2cm } P { margin-bottom: 0.2cm } -->Today I removed my sound blaster card from my PC. This is the first time since I was brought a sound blaster Ver .0 in 990-ish that I have not had a Sound Blaster card in my main performance / gaming PC. I have had a Sound blaster V .0, V 2.0, PRO 6, AWE64, Li've! and an Audigy 4. I only did not get an XFI, as I was waiting for the PCI-E version and by the time it arri'ved I was already contemplating the action I took today, so did not bother to pick one up.
    Why did I remove it. Well none of the games I am playing and none of the games that are coming down the pipe (as far as I can tell) deri've any advantage from there being any type of sound blaster card on board. Also I wanted to not have down sampled audio when watching Blu-ray movies. My motherboards on-board sound card provides a protected sound path so supports this functionality.
    Until recently needing a sound blaster card on-board especially for games (my number factor), was a no-brainer. But with the death of EAX and hardly any take up of openal in recent games a motherboard on-board solution offers that same level of performance, in fact better in some scenarios.
    I think this is a shame and that Creative could have done more to combat this. But it seems to me that soundcards are no longer that important to Creative anymore, now that they have moved into audio players and other devices. There has arguably not been a new architecture since the XFI's release in 2005 (I don't consider the move to PCI-E to be a new card or architecture).
    So thanks for the memories Sound Blaster and I hope we cross paths in the future, but for now with much regret it is au revoir.

    : Same here. Well, not exactly the same ...
    In all my computers I've been using SB cards for 5 or 20 years, one of them having an extra Turtle Beach card which is the only exception. I also bought Creative speakers (incl. Cambridge Soundworks), headphones and other stuff. I'm still using 5 or 6 computers all with Creative cards (mainly Audigy2) on a regular basis, everything is still working fine. In fact, I used to be happy with Creative products ?...
    ... until I got my latest PC.
    I ordered an extra X-Fi extreme audio in addition to the the built-in Realtek sound chip - for two reasons: supposed better sound quality and the Media Source software pack that usually comes with the SB cards. I've always been using the Media Source Player for instant recordings ... and I saved the sound files as MP3 (now you see where I'm getting to ...)
    I learnt that now Creative wants to make me purchase an extra mp3 audio pack for the new media source player, $ 9.90 (which is just a few Euros in my part of the world ?), just to get the same functionality that my older media source players had. Extra payment for the most important sound format of our times?
    No. I've decided to stop buying Creative products. Just because of this simple rip-off. I will never again buy anything with Creative (or Cambridge Soundworks) label.
    Surprisingly enough, I'm more than happy with my brand new Logitech speakers ... the first purchase after I discovered the missing mp3 functionality of the latest Creative player.
    Honestly, I doubt that this policy will pay off in the end ...
    (this is just a customer feedback - I know that Creative doesn't care if they lose one customer)

  • Using guitar thru x-fi plati

    hi, i jus bought an x-fi platinum today
    i was hoping some could explain how to play my guitar thru my pc speakers, i have the front pannel thing installed,i jus dont no what program to use to make it work.
    sorry if this bin asked a thousand times,
    thx
    joker.
    xx

    utajoker wrote:
    hi, i jus bought an x-fi platinum today
    i was hoping some could explain how to play my guitar thru my pc speakers, i have the front pannel thing installed,i jus dont no what program to use to make it work.
    sorry if this bin asked a thousand times,
    thx
    joker.
    xx
    There is a good explanation for the HW connections on X-Fi User's Guide (look the guide from driver/software CD, or DL it from CL Support -> Product documentation).
    You get a way better results by adding a pre-amp for the quitar (this can be a mixer, D/I Box, POD, etc.).
    http://www.zzounds.com/cat--Behringer-Mixers--2950
    http://www.zzounds.com/prodsearch?form=prodsearch&q=POD&submit.x=2&submit .y=0
    http://www.zzounds.com/prodsearch?form=prodsearch&q=DI+box&submit.x=0&sub mit.y=0
    Some settings -
    - set mode to Audio Creation
    - open the source channel (microphone, etc) you have connected the quitar
    - set the recording to microphone (or to whatever port you're using)
    - you can apply some HW effects here too
    - use ASIO
    If you want to record or add effects into your sound path, you need to install a sequencer (or /multitracker/host/etc). There are some free of them (and lots of free effects and demos (like NI Guitar Rig, DSound GT-Player, etc) you can try/use) listed @ KVR.
    jutapaMessage Edited by jutapa on 04-23-2006 09:54 AM

  • Shape is Missing a Live Corner

    I have created a pie chart and ungrouped the slices.
    When I use the white arrow to select the slices, two of the shapes are missing a live corner widget in one corner.
    So, when I move the corners, some of the corners remain unchanged.
    Also, the large blue shape on the right will not change at all.

    ESCE,
    There seems to be something wrong with the two paths, maybe at those corners, possibly an assembly of Anchor Points.
    I believe you can see in Document Info (with Objects ticked) whether those paths are closed.
    You may try to click each troublesome corner with the Direct Selection Tool, then move by a certain amount (you may use one of the Arrow keys) and see what is underneath; you may always Undo.
    Or you may drag over a sound path and then a troublesome path and see in the Document Info whether the latter has more Anchor Points.

  • Aac audio doesn't seem to work in AIR at all

    I was looking at sample code from David Hassoun about how to play AAC sound files in Flash. His code in Flash works great. But the same code more or less, moved to an AIR Desktop project, fails completely, without any error message. A baffling situation. I am just trying to play a simple sound file, a trivial operation. I know the sound file exists, and can be found but nothing comes out of the speaker, and no messages from the stream system occur either.
    Is this possibly due to an obsolete runtime of my AIR system? how does one locate the AIR version you are running? There are so many AIR runtimes sprinkled through my hard drive...
    <pre>
      public class SysSound extends Object
      public static const TRACE_SOUND : Boolean = true;
      public static var g_connection :NetConnection;
      public static var g_stream :NetStream;
      //================================
      //    on_metadata
      //================================
      //  streaming video needs this kind of function
      //  callback function for meta data handling
      private static function on_metadata( info:Object ):void
      if (TRACE_SOUND) trace ("onMetaData was called!");
      //================================
      //    play_external_aac
      //================================
      //  play an external file (must specify the folder!)
      //  should be in m4a format
      public static function play_external_aac (path : String) : void {
      var fd :File;
      fd = File.applicationDirectory;
      fd = fd.resolvePath(path); // audio/xxxx.m4a");
      if (TRACE_SOUND) trace ("about to play "+path+", exists="+fd.exists);
      if (!fd.exists)
      throw new ArgumentError ("can't find external sound "+path);
      var customClient : Object = new Object();
      customClient.onMetaData   = on_metadata;
      var nc:NetConnection = new NetConnection();
      nc.connect(null);
      var my_stream:NetStream = new NetStream(nc);
      my_stream.client = customClient;
      my_stream.play(fd.url)
      //  to stop the sound call channel.stop()
      } // end func
      </pre>

    the problem with this code is a classic Actionscript programming error; the object my_stream is allocated on the stack, and when the function returns it disappears. The reason Flash works, is that the code on Frame 1 is never deallocated, but in AIR, you gotta make the my_stream variable static otherwise it is deallocated before it even gets a chance to start playing. Sure wish adobe would catch this kind of error in the runtime or at the compiler level. What is very difficult to judge is which variables have to be declared as static?  the customClient object is added as a reference to my_stream.client, so as long as my_stream is around, that object is marked as "used" by the garbage collector.... this whole issue of when to mark something as static vs. can be assumed dynamic is awfully frustrating.

  • Why doesnt a sound play when I change the path?

    Hi. I am trying to play a background sound in my program and so far, after searching and reading lots of posts I finally have a "TaDa" sound playing once when the program starts. But what I want is a sound to be looped everytime I start a program. That sound will be in the same folder as the program.
    This is the code that I put in public static void main() to play the sound:
    public static void main(String[] args) {
    SwingUtilities.invokeLater(new Runnable() {
    public void run() {
    java_testt b = new java_test();
    b.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    b.startApp();
    private void startApp()
    {playStartupSound();}
    private void endApp() {System.exit(0);}
    private void playStartupSound() {
    Runnable soundPlayer = new Runnable() {
    public void run() {
    try {                                                                                    
    File tadaSound = new File(System.getenv("windir") + "/" + //This is the windows tada sound. All I want is
    "media/tada.wav"); //to change the path to another sound
    AudioInputStream audioInputStream = AudioSystem
    .getAudioInputStream(new FileInputStream(tadaSound));
    AudioFormat audioFormat = audioInputStream
    .getFormat();
    DataLine.Info dataLineInfo = new DataLine.Info(
    Clip.class, audioFormat);
    Clip clip = (Clip) AudioSystem
    .getLine(dataLineInfo);
    clip.open(audioInputStream);
    clip.start();
    } catch (Exception e) {
    e.printStackTrace();
    Thread soundPlayingThread = new Thread(soundPlayer);
    soundPlayingThread.start();
    Does anyone know how to choose another sound in the same folder as java_test and make it work with this code because when I change the ath it doesnt run.
    Thanks.

    Please put your code between the code tags. It's much better readable then.
    public static void main(String[] args) {
    SwingUtilities.invokeLater(new Runnable() {
    public void run() {
    java_testt b = new java_test();
    b.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    b.startApp();
    private void startApp()
    {playStartupSound();}
    private void endApp() {System.exit(0);}
    private void playStartupSound() {
    Runnable soundPlayer = new Runnable() {
    public void run() {
    try {
    File tadaSound = new File(System.getenv("windir") "/" //This is the windows tada sound. All I want is
    "media/tada.wav"); //to change the path to another sound
    AudioInputStream audioInputStream = AudioSystem
    .getAudioInputStream(new FileInputStream(tadaSound));
    AudioFormat audioFormat = audioInputStream
    .getFormat();
    DataLine.Info dataLineInfo = new DataLine.Info(
    Clip.class, audioFormat);
    Clip clip = (Clip) AudioSystem
    .getLine(dataLineInfo);
    clip.open(audioInputStream);
    clip.start();
    } catch (Exception e) {
    e.printStackTrace();
    Thread soundPlayingThread = new Thread(soundPlayer);
    soundPlayingThread.start();
    }

  • Sound file path

    Hi Everyone,
    I'm using the sound file path to  play with Play Sounf File.vi.
    I have to select the file again everytime I close and open labview.
    Any suggestion as to how I can make it permanent?
    Thanks.
    Solved!
    Go to Solution.

    Two things to do
    1) In Front panel right click on control and select data operations->make current value default, then save
    2) In the block diagram right click and select change to constant, then save
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • LE8 won't remember audio recording path (among other issues...)

    Why won't LE8 remember the audio recording path I set for each project? Each time I open a project I've been working on (by dropping the project onto the LE8 icon in the dock-LAME) and arm a track to record, it says that that the path to the external HD is not found (-but it knows the name of the external HD somehow). I'll then open the record prefs, set the recording path correctly to my external HD and the coressponding folder, save the project, and record without incident (or at least the same incident) for the rest of my session. The next time I open the project the same thing happens.
    LE7 never had this issue.... weird and annoying.

    For generic performance and trouble-shooting advice I’d like to recommend reading these:
    http://helpx.adobe.com/photoshop/kb/optimize-performance-photoshop-cs4-cs5.html
    http://blogs.adobe.com/crawlspace/2012/07/photoshop-basic-troubleshooting-steps-to-fix-mos t-issues.html
    As for the specifics:
    The image size is 4.31M. If I go to double the size and change nothing else, the image size jumps up to a whopping 17.2M.
    If you double the dimensions of an image the area is increased fourfold – so what is the problem there?
    The image dimensions are 500px x 135px, 300DPI, 8bit, RGB color. This is at 100% zoom. Those are the settings I normally use, but for some reason it’s showing the file as about half of the size it should be. (Tumblr post for comparison—they are 500px wide.)
    The introduction or Retina (and other high resolution) displays and browsers actually up-scaling images to accommodate those screen resolutions seems to have confused some users about the concept of pixels.
    Could you please post a full size screenshot on this Forum of the image at View > 100% in Photoshop and on tumblr?

  • [solved] No sound, ALSA finds soundcard, pulseaudio does not.

    Problem:
    pulseaudio can't find my soundcard (or it can't find ALSA, not sure). It falls back to a dummy-output and no input so i can't play sounds or use my mic.
    First appeared when:
    Installing software updates like a month ago. I ignored it at first in the hopes it will resolve itself with the next update an few dates later. It didn't so far. None of the packets I updated had linux|pulse|alsa|sound|audio in its name. So i guess it just triggered the problem in a indirect way.
    What did not help:
    Reinstalling packets with pulse|alsa|sound|audio in its name.
    Deleting ${HOME}/.pulse* .
    Rebooting.
    Resetting /etc/pulse/* or /etc/asound.conf to the defaults of the packaes they come with.
    Adding or removing my user to the audio group.
    Googling. Other threads i this forum.
    Additional infos:
    (Stuff that was requested from others which had similar problems. No other [solved]-threads were helping me so far.)
    /dev/dsp does not exist.
    fuser -v /dev/snd/* returns nothing
    aplay whatever.wav produces no sound.
    aplay -D sysdefault whatever.wav works.
    Using Gnome 3 started with gdm.
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
    Subdevices: 0/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    aplay -L
    null
    Discard all samples (playback) or generate zero samples (capture)
    pulse
    PulseAudio Sound Server
    default
    Default ALSA Output (currently PulseAudio Sound Server)
    sysdefault:CARD=Intel
    HDA Intel, ALC272 Analog
    Default Audio Device
    front:CARD=Intel,DEV=0
    HDA Intel, ALC272 Analog
    Front speakers
    surround40:CARD=Intel,DEV=0
    HDA Intel, ALC272 Analog
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=Intel,DEV=0
    HDA Intel, ALC272 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=Intel,DEV=0
    HDA Intel, ALC272 Analog
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=Intel,DEV=0
    HDA Intel, ALC272 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=Intel,DEV=0
    HDA Intel, ALC272 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    hdmi:CARD=Intel,DEV=0
    HDA Intel, HDMI 0
    HDMI Audio Output
    dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.6.7-1-ARCH (tobias@T-POWA-LX) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Sun Nov 18 10:11:22 CET 2012
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux cryptdevice=/dev/sda7:root root=/dev/mapper/root ro quiet init=/bin/systemd
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000d2000-0x00000000000d3fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000d8000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b76a0fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b76a1000-0x00000000b76a6fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000b76a7000-0x00000000b77d1fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b77d2000-0x00000000b780efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000b780f000-0x00000000b7908fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b7909000-0x00000000b7b0efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000b7b0f000-0x00000000b7b18fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b7b19000-0x00000000b7b1efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000b7b1f000-0x00000000b7b62fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b7b63000-0x00000000b7b9efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000b7b9f000-0x00000000b7be4fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b7be5000-0x00000000b7bfefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000b7bff000-0x00000000b7bfffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000b7c00000-0x00000000b7dfffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000b8000000-0x00000000bfffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI present.
    [ 0.000000] DMI: Dell Inc. Inspiron 1370/0R8PR3, BIOS A01 09/15/2009
    [ 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 = 0xb7c00 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-D3FFF write-protect
    [ 0.000000] D4000-DBFFF uncachable
    [ 0.000000] DC000-EFFFF write-back
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0B8000000 mask FF8000000 uncachable
    [ 0.000000] 1 base 000000000 mask F80000000 write-back
    [ 0.000000] 2 base 080000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0FFE40000 mask FFFFC0000 write-protect
    [ 0.000000] 4 base 0B7E00000 mask FFFE00000 uncachable
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [mem 0x000f6bf0-0x000f6bff] mapped at [ffff8800000f6bf0]
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
    [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0xb7bfffff]
    [ 0.000000] [mem 0x00000000-0xb7bfffff] page 2M
    [ 0.000000] kernel direct mapping tables up to 0xb7bfffff @ [mem 0x1fffc000-0x1fffffff]
    [ 0.000000] RAMDISK: [mem 0x376e2000-0x37b68fff]
    [ 0.000000] ACPI: RSDP 00000000000f6b10 00024 (v02 DELL )
    [ 0.000000] ACPI: XSDT 00000000b7bf7369 00064 (v01 DELL CL09 06040000 LTP 00000000)
    [ 0.000000] ACPI: FACP 00000000b7be7000 000F4 (v03 TOSCPL CRESTLNE 06040000 ALAN 00000001)
    [ 0.000000] ACPI: DSDT 00000000b7be8000 077A9 (v02 Dell CANTIGA 06040000 INTL 20060608)
    [ 0.000000] ACPI: FACS 00000000b7b9efc0 00040
    [ 0.000000] ACPI: HPET 00000000b7bfed16 00038 (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
    [ 0.000000] ACPI: MCFG 00000000b7bfed4e 0003C (v01 INTEL CRESTLNE 06040000 LOHR 0000005A)
    [ 0.000000] ACPI: OSFR 00000000b7bfed8a 00070 (v01 DELL DELL 06040000 ASL 00000061)
    [ 0.000000] ACPI: APIC 00000000b7bfedfa 00068 (v01 PTLTD ? APIC 06040000 LTP 00000000)
    [ 0.000000] ACPI: BOOT 00000000b7bfee62 00028 (v01 PTLTD $SBFTBL$ 06040000 LTP 00000001)
    [ 0.000000] ACPI: SLIC 00000000b7bfee8a 00176 (v01 DELL CL09 06040000 LTP 00000000)
    [ 0.000000] ACPI: SSDT 00000000b7be6000 00655 (v01 PmRef CpuPm 00003000 INTL 20050624)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000000b7bfffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0xb7bfffff]
    [ 0.000000] NODE_DATA [mem 0xb7be1000-0xb7be4fff]
    [ 0.000000] [ffffea0000000000-ffffea0002dfffff] PMD -> [ffff8800b4000000-ffff8800b6dfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal empty
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00010000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0xb76a0fff]
    [ 0.000000] node 0: [mem 0xb76a7000-0xb77d1fff]
    [ 0.000000] node 0: [mem 0xb780f000-0xb7908fff]
    [ 0.000000] node 0: [mem 0xb7b0f000-0xb7b18fff]
    [ 0.000000] node 0: [mem 0xb7b1f000-0xb7b62fff]
    [ 0.000000] node 0: [mem 0xb7b9f000-0xb7be4fff]
    [ 0.000000] node 0: [mem 0xb7bff000-0xb7bfffff]
    [ 0.000000] On node 0 totalpages: 751850
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 6 pages reserved
    [ 0.000000] DMA zone: 3913 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 11696 pages used for memmap
    [ 0.000000] DMA32 zone: 736171 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[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 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[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
    [ 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: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
    [ 0.000000] PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
    [ 0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000d8000
    [ 0.000000] PM: Registered nosave memory: 00000000000d8000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000b76a1000 - 00000000b76a7000
    [ 0.000000] PM: Registered nosave memory: 00000000b77d2000 - 00000000b780f000
    [ 0.000000] PM: Registered nosave memory: 00000000b7909000 - 00000000b7b0f000
    [ 0.000000] PM: Registered nosave memory: 00000000b7b19000 - 00000000b7b1f000
    [ 0.000000] PM: Registered nosave memory: 00000000b7b63000 - 00000000b7b9f000
    [ 0.000000] PM: Registered nosave memory: 00000000b7be5000 - 00000000b7bff000
    [ 0.000000] e820: [mem 0xc0000000-0xdfffffff] 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:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff8800b7400000 s84608 r8192 d21888 u1048576
    [ 0.000000] pcpu-alloc: s84608 r8192 d21888 u1048576 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 740084
    [ 0.000000] Policy zone: DMA32
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux cryptdevice=/dev/sda7:root root=/dev/mapper/root ro quiet init=/bin/systemd
    [ 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 0x3, cntxt size 0x240
    [ 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: 2944188k/3010560k available (4727k kernel code, 3160k absent, 63212k reserved, 4143k data, 772k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, 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=2.
    [ 0.000000] NR_IRQS:4352 nr_irqs:512 16
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 12058624 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.000000] tsc: Detected 1296.696 MHz processor
    [ 0.003337] Calibrating delay loop (skipped), value calculated using timer frequency.. 2594.45 BogoMIPS (lpj=4322320)
    [ 0.003343] pid_max: default: 32768 minimum: 301
    [ 0.003400] Security Framework initialized
    [ 0.003407] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003948] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.006850] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.008132] Mount-cache hash table entries: 256
    [ 0.008498] Initializing cgroup subsys cpuacct
    [ 0.008503] Initializing cgroup subsys memory
    [ 0.008517] Initializing cgroup subsys devices
    [ 0.008520] Initializing cgroup subsys freezer
    [ 0.008522] Initializing cgroup subsys net_cls
    [ 0.008525] Initializing cgroup subsys blkio
    [ 0.008570] CPU: Physical Processor ID: 0
    [ 0.008572] CPU: Processor Core ID: 0
    [ 0.008575] mce: CPU supports 6 MCE banks
    [ 0.008587] CPU0: Thermal monitoring enabled (TM2)
    [ 0.008592] process: using mwait in idle threads
    [ 0.008600] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
    tlb_flushall_shift is 0xffffffff
    [ 0.010851] ACPI: Core revision 20120711
    [ 0.016699] ftrace: allocating 18348 entries in 72 pages
    [ 0.027201] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.061706] smpboot: CPU0: Genuine Intel(R) CPU U7300 @ 1.30GHz stepping 0a
    [ 0.063329] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    [ 0.063329] ... version: 2
    [ 0.063329] ... bit width: 40
    [ 0.063329] ... generic registers: 2
    [ 0.063329] ... value mask: 000000ffffffffff
    [ 0.063329] ... max period: 000000007fffffff
    [ 0.063329] ... fixed-purpose events: 3
    [ 0.063329] ... event mask: 0000000700000003
    [ 0.086782] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.100007] smpboot: Booting Node 0, Processors #1 OK
    [ 0.113162] Brought up 2 CPUs
    [ 0.113162] smpboot: Total of 2 processors activated (5188.90 BogoMIPS)
    [ 0.113436] devtmpfs: initialized
    [ 0.116686] PM: Registering ACPI NVS region [mem 0xb7b63000-0xb7b9efff] (245760 bytes)
    [ 0.121465] NET: Registered protocol family 16
    [ 0.121699] ACPI: bus type pci registered
    [ 0.121824] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.121828] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.174683] PCI: Using configuration type 1 for base access
    [ 0.175619] bio: create slab <bio-0> at 0
    [ 0.175619] ACPI: Added _OSI(Module Device)
    [ 0.175619] ACPI: Added _OSI(Processor Device)
    [ 0.175619] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.175619] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.178073] ACPI: EC: Look up EC in DSDT
    [ 0.182902] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.188123] ACPI: SSDT 00000000b7b1aca0 00223 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.188671] ACPI: Dynamic OEM Table Load:
    [ 0.188676] ACPI: SSDT (null) 00223 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.188875] ACPI: SSDT 00000000b7b19620 00568 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.189399] ACPI: Dynamic OEM Table Load:
    [ 0.189404] ACPI: SSDT (null) 00568 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.189425] ACPI: SSDT 00000000b7b1aa20 001CF (v01 PmRef ApIst 00003000 INTL 20050624)
    [ 0.190407] ACPI: Dynamic OEM Table Load:
    [ 0.190412] ACPI: SSDT (null) 001CF (v01 PmRef ApIst 00003000 INTL 20050624)
    [ 0.190429] ACPI: SSDT 00000000b7b1af20 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
    [ 0.190693] ACPI: Dynamic OEM Table Load:
    [ 0.190698] ACPI: SSDT (null) 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
    [ 0.190715] ACPI: Interpreter enabled
    [ 0.190715] ACPI: (supports S0 S3 S4 S5)
    [ 0.190715] ACPI: Using IOAPIC for interrupt routing
    [ 0.323314] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
    [ 0.323314] ACPI: No dock devices found.
    [ 0.323314] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.323314] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.323314] PCI host bridge to bus 0000:00
    [ 0.323314] pci_bus 0000:00: busn_res: [bus 00-ff] is inserted under domain [bus 00-ff]
    [ 0.323314] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.323314] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.323314] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.323314] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.323314] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.323314] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff]
    [ 0.323314] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff]
    [ 0.323314] pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
    [ 0.323314] DMAR: Forcing write-buffer flush capability
    [ 0.323314] DMAR: Disabling IOMMU for graphics on this chipset
    [ 0.323314] pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
    [ 0.323314] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf03fffff 64bit]
    [ 0.323314] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.323314] pci 0000:00:02.0: reg 20: [io 0x1800-0x1807]
    [ 0.323314] pci 0000:00:02.1: [8086:2a43] type 00 class 0x038000
    [ 0.323314] pci 0000:00:02.1: reg 10: [mem 0xf0400000-0xf04fffff 64bit]
    [ 0.323314] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
    [ 0.323314] pci 0000:00:1a.0: reg 20: [io 0x1820-0x183f]
    [ 0.323314] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
    [ 0.323314] pci 0000:00:1a.1: reg 20: [io 0x1840-0x185f]
    [ 0.323314] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
    [ 0.323314] pci 0000:00:1a.2: reg 20: [io 0x1860-0x187f]
    [ 0.323314] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
    [ 0.323314] pci 0000:00:1a.7: reg 10: [mem 0xf0804800-0xf0804bff]
    [ 0.323314] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.323314] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
    [ 0.323314] pci 0000:00:1b.0: reg 10: [mem 0xf0800000-0xf0803fff 64bit]
    [ 0.323314] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.323342] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
    [ 0.323470] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.323513] pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
    [ 0.323640] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.323688] pci 0000:00:1c.5: [8086:294a] type 01 class 0x060400
    [ 0.323816] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.323860] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
    [ 0.323931] pci 0000:00:1d.0: reg 20: [io 0x1880-0x189f]
    [ 0.324017] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
    [ 0.324087] pci 0000:00:1d.1: reg 20: [io 0x18a0-0x18bf]
    [ 0.324173] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
    [ 0.324243] pci 0000:00:1d.2: reg 20: [io 0x18c0-0x18df]
    [ 0.324346] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
    [ 0.324379] pci 0000:00:1d.7: reg 10: [mem 0xf0804c00-0xf0804fff]
    [ 0.324516] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.324552] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    [ 0.324666] pci 0000:00:1f.0: [8086:2917] type 00 class 0x060100
    [ 0.324866] pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
    [ 0.324900] pci 0000:00:1f.2: reg 10: [io 0x1818-0x181f]
    [ 0.324915] pci 0000:00:1f.2: reg 14: [io 0x180c-0x180f]
    [ 0.324931] pci 0000:00:1f.2: reg 18: [io 0x1810-0x1817]
    [ 0.324946] pci 0000:00:1f.2: reg 1c: [io 0x1808-0x180b]
    [ 0.324960] pci 0000:00:1f.2: reg 20: [io 0x18e0-0x18ff]
    [ 0.324975] pci 0000:00:1f.2: reg 24: [mem 0xf0804000-0xf08047ff]
    [ 0.325062] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.325096] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
    [ 0.325123] pci 0000:00:1f.3: reg 10: [mem 0x00000000-0x000000ff 64bit]
    [ 0.325160] pci 0000:00:1f.3: reg 20: [io 0x1c00-0x1c1f]
    [ 0.325277] pci_bus 0000:02: busn_res: [bus 02] is inserted under [bus 00-ff]
    [ 0.325283] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.325366] pci_bus 0000:08: busn_res: [bus 08] is inserted under [bus 00-ff]
    [ 0.325632] pci 0000:08:00.0: [14e4:4315] type 00 class 0x028000
    [ 0.325707] pci 0000:08:00.0: reg 10: [mem 0xf0500000-0xf0503fff 64bit]
    [ 0.326109] pci 0000:08:00.0: supports D1 D2
    [ 0.326112] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
    [ 0.326304] pci 0000:00:1c.1: PCI bridge to [bus 08]
    [ 0.326314] pci 0000:00:1c.1: bridge window [mem 0xf0500000-0xf05fffff]
    [ 0.326391] pci_bus 0000:20: busn_res: [bus 20] is inserted under [bus 00-ff]
    [ 0.326477] pci 0000:20:00.0: [10ec:8168] type 00 class 0x020000
    [ 0.326546] pci 0000:20:00.0: reg 10: [io 0x2000-0x20ff]
    [ 0.326670] pci 0000:20:00.0: reg 18: [mem 0xf0904000-0xf0904fff 64bit pref]
    [ 0.326745] pci 0000:20:00.0: reg 20: [mem 0xf0900000-0xf0903fff 64bit pref]
    [ 0.326794] pci 0000:20:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.327093] pci 0000:20:00.0: supports D1 D2
    [ 0.327096] pci 0000:20:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.327302] pci 0000:00:1c.5: PCI bridge to [bus 20]
    [ 0.327309] pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
    [ 0.327323] pci 0000:00:1c.5: bridge window [mem 0xf0900000-0xf09fffff 64bit pref]
    [ 0.327363] pci_bus 0000:26: busn_res: [bus 26] is inserted under [bus 00-ff]
    [ 0.327435] pci 0000:00:1e.0: PCI bridge to [bus 26] (subtractive decode)
    [ 0.327452] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.327456] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.327460] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.327463] pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    [ 0.327467] pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
    [ 0.327471] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
    [ 0.327505] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.327638] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
    [ 0.327717] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
    [ 0.327766] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
    [ 0.327824] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
    [ 0.327883] pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.327886] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.334993] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    [ 0.335069] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    [ 0.335141] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 *5 6 7 10 12 14 15)
    [ 0.335212] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    [ 0.335283] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    [ 0.335355] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 *7 11 12 14 15)
    [ 0.335424] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    [ 0.335495] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    [ 0.336671] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.336689] vgaarb: loaded
    [ 0.336691] vgaarb: bridge control possible 0000:00:02.0
    [ 0.336769] PCI: Using ACPI for IRQ routing
    [ 0.348092] PCI: pci_cache_line_size set to 64 bytes
    [ 0.348605] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
    [ 0.348608] e820: reserve RAM buffer [mem 0xb76a1000-0xb7ffffff]
    [ 0.348614] e820: reserve RAM buffer [mem 0xb77d2000-0xb7ffffff]
    [ 0.348619] e820: reserve RAM buffer [mem 0xb7909000-0xb7ffffff]
    [ 0.348623] e820: reserve RAM buffer [mem 0xb7b19000-0xb7ffffff]
    [ 0.348627] e820: reserve RAM buffer [mem 0xb7b63000-0xb7ffffff]
    [ 0.348631] e820: reserve RAM buffer [mem 0xb7be5000-0xb7ffffff]
    [ 0.348634] e820: reserve RAM buffer [mem 0xb7c00000-0xb7ffffff]
    [ 0.348791] NetLabel: Initializing
    [ 0.348794] NetLabel: domain hash size = 128
    [ 0.348796] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.348816] NetLabel: unlabeled traffic allowed by default
    [ 0.348840] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.348847] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.348855] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.370000] Switching to clocksource hpet
    [ 0.381464] pnp: PnP ACPI init
    [ 0.381496] ACPI: bus type pnp registered
    [ 0.382022] pnp 00:00: [bus 00-ff]
    [ 0.382027] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.382031] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.382035] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.382039] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.382042] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [ 0.382046] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [ 0.382050] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [ 0.382053] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [ 0.382057] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [ 0.382060] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [ 0.382064] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [ 0.382067] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [ 0.382071] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [ 0.382075] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [ 0.382078] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [ 0.382086] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [ 0.382089] pnp 00:00: [mem 0x000f0000-0x000fffff window]
    [ 0.382093] pnp 00:00: [mem 0xc0000000-0xdfffffff window]
    [ 0.382097] pnp 00:00: [mem 0xf0000000-0xfebfffff window]
    [ 0.382100] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
    [ 0.382200] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.440057] pnp 00:01: [io 0x0000-0x001f]
    [ 0.440061] pnp 00:01: [io 0x0081-0x0091]
    [ 0.440065] pnp 00:01: [io 0x0093-0x009f]
    [ 0.440068] pnp 00:01: [io 0x00c0-0x00df]
    [ 0.440072] pnp 00:01: [dma 4]
    [ 0.440121] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.440232] pnp 00:02: [mem 0xfed00000-0xfed003ff]
    [ 0.440329] system 00:02: [mem 0xfed00000-0xfed003ff] has been reserved
    [ 0.440336] system 00:02: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
    [ 0.440353] pnp 00:03: [io 0x00f0]
    [ 0.440369] pnp 00:03: [irq 13]
    [ 0.440414] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.440433] pnp 00:04: [io 0x002e-0x002f]
    [ 0.440436] pnp 00:04: [io 0x0061]
    [ 0.440439] pnp 00:04: [io 0x0063]
    [ 0.440443] pnp 00:04: [io 0x0065]
    [ 0.440446] pnp 00:04: [io 0x0067]
    [ 0.440449] pnp 00:04: [io 0x0070]
    [ 0.440452] pnp 00:04: [io 0x0080]
    [ 0.440456] pnp 00:04: [io 0x0092]
    [ 0.440459] pnp 00:04: [io 0x00b2-0x00b3]
    [ 0.440462] pnp 00:04: [io 0x0480-0x048f]
    [ 0.440466] pnp 00:04: [io 0xffff]
    [ 0.440469] pnp 00:04: [io 0xffff]
    [ 0.440472] pnp 00:04: [io 0x0400-0x047f]
    [ 0.440475] pnp 00:04: [io 0x1180-0x11ff]
    [ 0.440479] pnp 00:04: [io 0xfe00]
    [ 0.440482] pnp 00:04: [io 0xff2c-0xff7f]
    [ 0.440574] system 00:04: [io 0x0480-0x048f] has been reserved
    [ 0.440578] system 00:04: [io 0xffff] has been reserved
    [ 0.440583] system 00:04: [io 0xffff] has been reserved
    [ 0.440587] system 00:04: [io 0x0400-0x047f] has been reserved
    [ 0.440591] system 00:04: [io 0x1180-0x11ff] has been reserved
    [ 0.440596] system 00:04: [io 0xfe00] has been reserved
    [ 0.440600] system 00:04: [io 0xff2c-0xff7f] has been reserved
    [ 0.440606] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.440620] pnp 00:05: [io 0x0070-0x0077]
    [ 0.440629] pnp 00:05: [irq 8]
    [ 0.440674] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.440691] pnp 00:06: [io 0x0060]
    [ 0.440694] pnp 00:06: [io 0x0064]
    [ 0.440703] pnp 00:06: [irq 1]
    [ 0.440753] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.440772] pnp 00:07: [irq 12]
    [ 0.440819] pnp 00:07: Plug and Play ACPI device, IDs DLL0418 PNP0f13 (active)
    [ 0.441027] pnp 00:08: [mem 0xfed1c000-0xfed1ffff]
    [ 0.441031] pnp 00:08: [mem 0xfed10000-0xfed13fff]
    [ 0.441034] pnp 00:08: [mem 0xfed18000-0xfed18fff]
    [ 0.441038] pnp 00:08: [mem 0xfed19000-0xfed19fff]
    [ 0.441041] pnp 00:08: [mem 0xe0000000-0xefffffff]
    [ 0.441045] pnp 00:08: [mem 0xfed20000-0xfed3ffff]
    [ 0.441048] pnp 00:08: [mem 0xfed45000-0xfed8ffff]
    [ 0.441146] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.441151] system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved
    [ 0.441155] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.441159] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.441164] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.441168] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.441172] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.441178] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.441356] pnp: PnP ACPI: found 9 devices
    [ 0.441359] ACPI: ACPI bus type pnp unregistered
    [ 0.449759] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    [ 0.449766] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    [ 0.449771] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
    [ 0.449786] pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 08] add_size 1000
    [ 0.449791] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 08] add_size 200000
    [ 0.449807] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x001fffff] to [bus 20] add_size 400000
    [ 0.449828] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    [ 0.449833] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.449837] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    [ 0.449841] pci 0000:00:1c.5: res[14]=[mem 0x00100000-0x001fffff] get_res_add_size add_size 400000
    [ 0.449845] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.449849] pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    [ 0.449858] pci 0000:00:1c.0: BAR 14: assigned [mem 0xc0000000-0xc01fffff]
    [ 0.449864] pci 0000:00:1c.0: BAR 15: assigned [mem 0xc0200000-0xc03fffff 64bit pref]
    [ 0.449869] pci 0000:00:1c.1: BAR 15: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
    [ 0.449874] pci 0000:00:1c.5: BAR 14: assigned [mem 0xc0600000-0xc0afffff]
    [ 0.449880] pci 0000:00:1c.0: BAR 13: assigned [io 0x3000-0x3fff]
    [ 0.449885] pci 0000:00:1c.1: BAR 13: assigned [io 0x4000-0x4fff]
    [ 0.449890] pci 0000:00:1f.3: BAR 0: assigned [mem 0xc0b00000-0xc0b000ff 64bit]
    [ 0.449908] pci 0000:00:1c.0: PCI bridge to [bus 02]
    [ 0.449913] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    [ 0.449922] pci 0000:00:1c.0: bridge window [mem 0xc0000000-0xc01fffff]
    [ 0.449929] pci 0000:00:1c.0: bridge window [mem 0xc0200000-0xc03fffff 64bit pref]
    [ 0.449939] pci 0000:00:1c.1: PCI bridge to [bus 08]
    [ 0.449944] pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    [ 0.449953] pci 0000:00:1c.1: bridge window [mem 0xf0500000-0xf05fffff]
    [ 0.449960] pci 0000:00:1c.1: bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
    [ 0.449971] pci 0000:20:00.0: BAR 6: assigned [mem 0xf0920000-0xf093ffff pref]
    [ 0.449975] pci 0000:00:1c.5: PCI bridge to [bus 20]
    [ 0.449980] pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
    [ 0.449989] pci 0000:00:1c.5: bridge window [mem 0xc0600000-0xc0afffff]
    [ 0.449996] pci 0000:00:1c.5: bridge window [mem 0xf0900000-0xf09fffff 64bit pref]
    [ 0.450021] pci 0000:00:1e.0: PCI bridge to [bus 26]
    [ 0.450083] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.450089] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.450093] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.450097] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.450101] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 0.450105] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xdfffffff]
    [ 0.450108] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff]
    [ 0.450112] pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
    [ 0.450116] pci_bus 0000:02: resource 1 [mem 0xc0000000-0xc01fffff]
    [ 0.450120] pci_bus 0000:02: resource 2 [mem 0xc0200000-0xc03fffff 64bit pref]
    [ 0.450124] pci_bus 0000:08: resource 0 [io 0x4000-0x4fff]
    [ 0.450127] pci_bus 0000:08: resource 1 [mem 0xf0500000-0xf05fffff]
    [ 0.450131] pci_bus 0000:08: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
    [ 0.450135] pci_bus 0000:20: resource 0 [io 0x2000-0x2fff]
    [ 0.450139] pci_bus 0000:20: resource 1 [mem 0xc0600000-0xc0afffff]
    [ 0.450142] pci_bus 0000:20: resource 2 [mem 0xf0900000-0xf09fffff 64bit pref]
    [ 0.450146] pci_bus 0000:26: resource 4 [io 0x0000-0x0cf7]
    [ 0.450150] pci_bus 0000:26: resource 5 [io 0x0d00-0xffff]
    [ 0.450154] pci_bus 0000:26: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.450157] pci_bus 0000:26: resource 7 [mem 0x000d4000-0x000d7fff]
    [ 0.450161] pci_bus 0000:26: resource 8 [mem 0xc0000000-0xdfffffff]
    [ 0.450165] pci_bus 0000:26: resource 9 [mem 0xf0000000-0xfebfffff]
    [ 0.450219] NET: Registered protocol family 2
    [ 0.451401] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.456144] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.456812] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.456888] TCP: reno registered
    [ 0.456903] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.456958] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.457123] NET: Registered protocol family 1
    [ 0.457150] pci 0000:00:02.0: Boot video device
    [ 0.457669] PCI: CLS 64 bytes, default 64
    [ 0.457746] Unpacking initramfs...
    [ 0.626300] Freeing initrd memory: 4636k freed
    [ 0.628543] Simple Boot Flag at 0x3e set to 0x1
    [ 0.629045] audit: initializing netlink socket (disabled)
    [ 0.629069] type=2000 audit(1354288244.626:1): initialized
    [ 0.648430] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.651510] VFS: Disk quotas dquot_6.5.2
    [ 0.651590] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.651831] msgmni has been set to 5759
    [ 0.652156] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.652204] io scheduler noop registered
    [ 0.652208] io scheduler deadline registered
    [ 0.652301] io scheduler cfq registered (default)
    [ 0.652518] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    [ 0.652689] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
    [ 0.652857] pcieport 0000:00:1c.5: irq 42 for MSI/MSI-X
    [ 0.653107] intel_idle: does not run on family 6 model 23
    [ 0.653156] GHES: HEST is not enabled!
    [ 0.653245] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.653953] Linux agpgart interface v0.103
    [ 0.654073] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.669080] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.669133] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.669294] mousedev: PS/2 mouse device common for all mice
    [ 0.670409] rtc_cmos 00:05: RTC can wake from S4
    [ 0.670599] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [ 0.670636] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.670648] cpuidle: using governor ladder
    [ 0.670651] cpuidle: using governor menu
    [ 0.670829] drop_monitor: Initializing network drop monitor service
    [ 0.670946] TCP: cubic registered
    [ 0.671122] NET: Registered protocol family 10
    [ 0.671359] NET: Registered protocol family 17
    [ 0.671373] Key type dns_resolver registered
    [ 0.671720] PM: Hibernation image not present or could not be loaded.
    [ 0.671743] registered taskstats version 1
    [ 0.672782] rtc_cmos 00:05: setting system clock to 2012-11-30 15:10:45 UTC (1354288245)
    [ 0.674872] Freeing unused kernel memory: 772k freed
    [ 0.675168] Write protecting the kernel read-only data: 8192k
    [ 0.682434] Freeing unused kernel memory: 1408k freed
    [ 0.683107] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.685881] Freeing unused kernel memory: 568k freed
    [ 0.698116] systemd-udevd[43]: starting version 195
    [ 0.701918] SCSI subsystem initialized
    [ 0.703991] ACPI: bus type scsi registered
    [ 0.704082] libata version 3.00 loaded.
    [ 0.705773] ahci 0000:00:1f.2: version 3.0
    [ 0.705858] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    [ 0.705949] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
    [ 0.705955] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc sxs
    [ 0.705962] ahci 0000:00:1f.2: setting latency timer to 64
    [ 0.708617] scsi0 : ahci
    [ 0.709413] scsi1 : ahci
    [ 0.709823] scsi2 : ahci
    [ 0.710229] scsi3 : ahci
    [ 0.710359] ata1: SATA max UDMA/133 abar m2048@0xf0804000 port 0xf0804100 irq 43
    [ 0.710365] ata2: SATA max UDMA/133 abar m2048@0xf0804000 port 0xf0804180 irq 43
    [ 0.710367] ata3: DUMMY
    [ 0.710370] ata4: DUMMY
    [ 1.196712] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.196745] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.198401] ata1.00: ATA-8: WDC WD3200BEKT-75F3T0, 11.01A11, max UDMA/133
    [ 1.198405] ata1.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    [ 1.200123] ata1.00: configured for UDMA/133
    [ 1.200301] scsi 0:0:0:0: Direct-Access ATA WDC WD3200BEKT-7 11.0 PQ: 0 ANSI: 5
    [ 1.201956] sd 0:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 1.202042] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.202047] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.202083] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.213584] ata2.00: ATAPI: TSSTcorp DVD+/-RW TS-U633F, D500, max UDMA/100
    [ 1.213590] ata2.00: applying bridge limits
    [ 1.229911] ata2.00: configured for UDMA/100
    [ 1.232328] scsi 1:0:0:0: CD-ROM TSSTcorp DVD+-RW TS-U633F D500 PQ: 0 ANSI: 5
    [ 1.270602] sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
    [ 1.271452] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.273864] ACPI: bus type usb registered
    [ 1.273912] usbcore: registered new interface driver usbfs
    [ 1.273946] usbcore: registered new interface driver hub
    [ 1.273996] usbcore: registered new device driver usb
    [ 1.274813] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.274869] ehci_hcd 0000:00:1a.7: setting latency timer to 64
    [ 1.274876] ehci_hcd 0000:00:1a.7: EHCI Host Controller
    [ 1.274891] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 1.278814] ehci_hcd 0000:00:1a.7: debug port 1
    [ 1.278826] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
    [ 1.278852] ehci_hcd 0000:00:1a.7: irq 19, io mem 0xf0804800
    [ 1.279113] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.279117] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.280054] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 1.286696] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 1.286950] hub 1-0:1.0: USB hub found
    [ 1.286958] hub 1-0:1.0: 6 ports detected
    [ 1.287158] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 1.287164] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 1.287174] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 1.291082] ehci_hcd 0000:00:1d.7: debug port 1
    [ 1.291093] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    [ 1.291118] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf0804c00
    [ 1.300028] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 1.300266] hub 2-0:1.0: USB hub found
    [ 1.300273] hub 2-0:1.0: 6 ports detected
    [ 1.301086] uhci_hcd: USB Universal Host Controller Interface driver
    [ 1.301130] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 1.301135] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 1.301145] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 1.301191] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001820
    [ 1.301506] hub 3-0:1.0: USB hub found
    [ 1.301513] hub 3-0:1.0: 2 ports detected
    [ 1.301640] uhci_hcd 0000:00:1a.1: setting latency timer to 64
    [ 1.301645] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 1.301654] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
    [ 1.301701] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001840
    [ 1.301997] hub 4-0:1.0: USB hub found
    [ 1.302004] hub 4-0:1.0: 2 ports detected
    [ 1.302158] uhci_hcd 0000:00:1a.2: setting latency timer to 64
    [ 1.302164] uhci_hcd 0000:00:1a.2: UHCI Host Controller
    [ 1.302198] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
    [ 1.302230] uhci_hcd 0000:00:1a.2: irq 19, io base 0x00001860
    [ 1.302434] hub 5-0:1.0: USB hub found
    [ 1.302441] hub 5-0:1.0: 2 ports detected
    [ 1.302557] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 1.302562] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 1.302572] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
    [ 1.302603] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001880
    [ 1.302824] hub 6-0:1.0: USB hub found
    [ 1.302833] hub 6-0:1.0: 2 ports detected
    [ 1.303165] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 1.303171] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 1.303186] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
    [ 1.303219] uhci_hcd 0000:00:1d.1: irq 19, io base 0x000018a0
    [ 1.303759] hub 7-0:1.0: USB hub found
    [ 1.303766] hub 7-0:1.0: 2 ports detected
    [ 1.303897] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 1.303903] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 1.303995] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
    [ 1.304040] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018c0
    [ 1.304881] hub 8-0:1.0: USB hub found
    [ 1.304888] hub 8-0:1.0: 2 ports detected
    [ 1.323613] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
    [ 1.330105] [drm] Initialized drm 1.1.0 20060810
    [ 1.331660] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
    [ 1.331843] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    [ 1.333755] agpgart-intel 0000:00:00.0: detected 131072K stolen memory
    [ 1.333940] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
    [ 1.334797] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
    [ 1.334889] ACPI: Lid Switch [LID0]
    [ 1.335079] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
    [ 1.335086] ACPI: Power Button [PWRB]
    [ 1.335191] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 1.335196] ACPI: Power Button [PWRF]
    [ 1.341526] i915 0000:00:02.0: setting latency timer to 64
    [ 1.414990] i915 0000:00:02.0: irq 44 for MSI/MSI-X
    [ 1.415006] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 1.415008] [drm] Driver supports precise vblank timestamp query.
    [ 1.415071] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 1.606699] usb 2-4: new high-speed USB device number 2 using ehci_hcd
    [ 1.630029] tsc: Refined TSC clocksource calibration: 1296.749 MHz
    [ 1.630036] Switching to clocksource tsc
    [ 2.030864] fbcon: inteldrmfb (fb0) is primary device
    [ 2.090024] usb 2-5: new high-speed USB device number 3 using ehci_hcd
    [ 2.574662] Console: switching to colour frame buffer device 170x48
    [ 2.579271] fb0: inteldrmfb frame buffer device
    [ 2.579273] drm: registered panic notifier
    [ 2.680113] acpi device:07: registered as cooling_device0
    [ 2.780104] acpi device:08: registered as cooling_device1
    [ 2.780177] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 2.780313] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input4
    [ 2.780358] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 2.963907] device-mapper: uevent: version 1.0.3
    [ 2.964084] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: [email protected]
    [ 3.763615] atkbd serio0: Unknown key pressed (translated set 2, code 0x8e on isa0060/serio0).
    [ 3.763622] atkbd serio0: Use 'setkeycodes e00e <keycode>' to make it known.
    [ 9.679599] XFS (dm-0): Mounting Filesystem
    [ 9.807350] XFS (dm-0): Ending clean mount
    [ 10.447920] systemd[1]: RTC configured in localtime, applying delta of 60 minutes to system time.
    [ 10.481565] systemd[1]: systemd 196 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ; arch)
    [ 10.507375] systemd[1]: Set hostname to <xxx-laptop>.
    [ 11.844864] 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.
    [ 11.845276] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 11.845371] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 11.845393] systemd[1]: Starting Login Prompts.
    [ 11.845414] systemd[1]: Reached target Login Prompts.
    [ 11.845429] systemd[1]: Starting Arch Daemons.
    [ 11.845447] systemd[1]: Reached target Arch Daemons.
    [ 11.845462] systemd[1]: Starting Remote File Systems.
    [ 11.845481] systemd[1]: Reached target Remote File Systems.
    [ 11.845496] systemd[1]: Starting Syslog Socket.
    [ 11.845558] systemd[1]: Listening on Syslog Socket.
    [ 11.845576] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 11.845615] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 11.845630] systemd[1]: Starting Delayed Shutdown Socket.
    [ 11.845668] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 11.845766] systemd[1]: Starting udev Kernel Socket.
    [ 11.845804] systemd[1]: Listening on udev Kernel Socket.
    [ 11.845885] systemd[1]: Starting udev Control Socket.
    [ 11.845927] systemd[1]: Listening on udev Control Socket.
    [ 11.845979] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 11.846139] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 11.846157] systemd[1]: Expecting device dev-mapper-home.device...
    [ 11.846175] systemd[1]: Expecting device dev-sda8.device...
    [ 11.846193] systemd[1]: Expecting device dev-mapper-swap.device...
    [ 11.846210] systemd[1]: Expecting device dev-sda6.device...
    [ 11.846232] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 11.846291] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 11.846308] systemd[1]: Expecting device dev-disk-by\x2duuid-f19efb1f\x2d9a5b\x2d4f22\x2db35d\x2d4a603145a436.device...
    [ 11.846328] systemd[1]: Expecting device dev-disk-by\x2duuid-bd984744\x2d036e\x2d47e5\x2db40f\x2d04fa9f6d0f35.device...
    [ 11.846347] systemd[1]: Expecting device dev-disk-by\x2duuid-f1bab4e5\x2de736\x2d443a\x2d827e\x2d59f202a548ab.device...
    [ 11.846368] systemd[1]: Starting Journal Socket.
    [ 11.846439] systemd[1]: Listening on Journal Socket.
    [ 11.846467] systemd[1]: Started File System Check on Root Device.
    [ 11.846485] systemd[1]: Starting Remount Root and Kernel File Systems...
    [ 11.850382] systemd[1]: Mounting Temporary Directory...
    [ 11.998839] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway. (To see the over-mounted files, please manually mount the underlying file system to a secondary location.)
    [ 12.026864] systemd[1]: Mounting Huge Pages File System...
    [ 12.040270] systemd[1]: Mounting POSIX Message Queue File System...
    [ 12.043518] systemd[1]: Starting udev Coldplug all Devices...
    [ 12.156149] systemd[1]: Starting Load Kernel Modules...
    [ 12.173525] systemd[1]: Mounting Debug File System...
    [ 12.186770] systemd[1]: Starting Setup Virtual Console...
    [ 12.484840] systemd[1]: Starting Apply Kernel Variables...
    [ 12.616915] systemd[1]: Starting Set Up Additional Binary Formats...
    [ 12.630266] systemd[1]: Starting udev Kernel Device Manager...
    [ 12.636850] systemd[1]: Starting Journal Service...
    [ 12.646587] systemd[1]: Started Journal Service.
    [ 12.646650] systemd[1]: Starting Syslog.
    [ 12.646684] systemd[1]: Reached target Syslog.
    [ 12.647637] systemd[1]: Started Remount Root and Kernel File Systems.
    [ 12.647816] systemd[1]: Mounted Temporary Directory.
    [ 12.647972] systemd[1]: Mounted Huge Pages File System.
    [ 12.648127] systemd[1]: Mounted POSIX Message Queue File System.
    [ 12.653654] systemd[1]: Mounted Debug File System.
    [ 12.653705] systemd[1]: Starting Local File Systems (Pre).
    [ 12.653726] systemd[1]: Reached target Local File Systems (Pre).
    [ 12.653749] systemd[1]: Starting Load Random Seed...
    [ 12.705203] FS-Cache: Loaded
    [ 12.740616] RPC: Registered named UNIX socket transport module.
    [ 12.740621] RPC: Registered udp transport module.
    [ 12.740624] RPC: Registered tcp transport module.
    [ 12.740626] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 12.881473] systemd-udevd[162]: starting version 196
    [ 12.988696] FS-Cache: Netfs 'nfs' registered for caching
    [ 13.298794] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 13.299212] r8169 0000:20:00.0: irq 45 for MSI/MSI-X
    [ 13.299501] r8169 0000:20:00.0: eth0: RTL8168d/8111d at 0xffffc9000060e000, 00:26:b9:ca:52:29, XID 081000c0 IRQ 45
    [ 13.299506] r8169 0000:20:00.0: eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 13.401185] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 13.802403] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
    [ 14.148667] input: HDA Intel HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [ 14.148733] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 14.208405] cfg80211: Calling CRDA to update world regulatory domain
    [ 14.318480] microcode: CPU0 sig=0x1067a, pf=0x80, revision=0xa07
    [ 14.330974] lib80211: common routines for IEEE802.11 drivers
    [ 14.330979] lib80211_crypt: registered algorithm 'NULL'
    [ 14.375031] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    [ 14.649332] microcode: CPU0 updated to revision 0xa0b, date = 2010-09-28
    [ 14.656959] microcode: CPU1 sig=0x1067a, pf=0x80, revision=0xa07
    [ 14.660799] microcode: CPU1 updated to revision 0xa0b, date = 2010-09-28
    [ 14.668564] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 14.709327] ACPI: Requesting acpi_cpufreq
    [ 14.714946] Monitor-Mwait will be used to enter C-1 state
    [ 14.714973] Monitor-Mwait will be used to enter C-2 state
    [ 14.714989] Monitor-Mwait will be used to enter C-3 state
    [ 14.715001] tsc: Marking TSC unstable due to TSC halts in idle
    [ 14.715031] ACPI: acpi_idle registered with cpuidle
    [ 14.720557] Switching to clocksource hpet
    [ 14.757813] wmi: Mapper loaded
    [ 15.215288] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20120711/utaddress-251)
    [ 15.215300] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 15.215306] ACPI Warning: 0x0000000000001180-0x00000000000011bf SystemIO conflicts with Region \GPIO 1 (20120711/utaddress-251)
    [ 15.215313] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 15.215315] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 15.303785] ACPI: Battery Slot [BAT1] (battery present)
    [ 15.405750] input: Dell WMI hotkeys as /devices/virtual/input/input8
    [ 15.417769] iTCO_vendor_support: vendor-support=0
    [ 15.430131] ACPI: AC Adapter [ACAD] (off-line)
    [ 15.471845] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 15.471895] iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x0460)
    [ 15.472076] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 15.585541] wl: module license 'Mixed/Proprietary' taints kernel.
    [ 15.585549] Disabling lock debugging due to kernel taint
    [ 15.625424] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.0, id: 0x1a0b1, caps: 0xd04711/0xa00000/0x20000, board id: 3655, fw id: 528343
    [ 15.629342] INFO @wl_cfg80211_attach : Registered CFG80211 phy
    [ 15.654093] lib80211_crypt: registered algorithm 'TKIP'
    [ 15.654584] eth1: Broadcom BCM4315 802.11 Hybrid Wireless Controller 5.100.82.112
    [ 15.693893] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input9
    [ 15.816131] ACPI Warning: 0x0000000000001c00-0x0000000000001c1f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120711/utaddress-251)
    [ 15.816143] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 16.108446] Linux media interface: v0.10
    [ 16.120558] Linux video capture interface: v2.00
    [ 16.169228] usbcore: registered new interface driver uas
    [ 16.281166] uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_1.3M (0c45:6415)
    [ 16.316308] Initializing USB Mass Storage driver...
    [ 16.316609] usbcore: registered new interface driver usb-storage
    [ 16.316613] USB Mass Storage support registered.
    [ 16.328744] input: Laptop_Integrated_Webcam_1.3M as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input10
    [ 16.328873] usbcore: registered new interface driver uvcvideo
    [ 16.328876] USB Video Class driver (1.1.1)
    [ 16.779720] usb 2-4: USB disconnect, device number 2
    [ 16.783629] scsi4 : usb-storage 2-4:1.0
    [ 16.783773] usbcore: registered new interface driver ums-realtek
    [ 17.381988] EXT4-fs (sda5): mounting ext3 file system using the ext4 subsystem
    [ 17.393596] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
    [ 21.567415] Adding 977880k swap on /dev/mapper/swap. Priority:-1 extents:1 across:977880k
    [ 21.656824] XFS (dm-1): Mounting Filesystem
    [ 21.839619] XFS (dm-1): Ending clean mount
    [ 21.940898] systemd-journald[163]: Received SIGUSR1
    [ 28.055735] r8169 0000:20:00.0: eth0: link down
    [ 28.055792] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 28.875645] Bluetooth: Core ver 2.16
    [ 28.875677] NET: Registered protocol family 31
    [ 28.875680] Bluetooth: HCI device and connection manager initialized
    [ 28.875684] Bluetooth: HCI socket layer initialized
    [ 28.875687] Bluetooth: L2CAP socket layer initialized
    [ 28.875695] Bluetooth: SCO socket layer initialized
    [ 29.041069] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
    [ 37.807702] fuse init (API version 7.20)
    [ 37.828734] EXT4-fs (sda5): re-mounted. Opts: commit=600
    lsmod
    Module Size Used by
    fuse 69173 2
    michael_mic 2074 8
    arc4 2039 4
    ecb 2105 0
    bnep 8857 2
    bluetooth 192120 7 bnep
    snd_seq 50881 1
    snd_seq_device 5268 1 snd_seq
    ums_realtek 7391 0
    usb_storage 47384 1 ums_realtek
    uvcvideo 72787 0
    videobuf2_vmalloc 2468 1 uvcvideo
    uas 11119 0
    videobuf2_memops 2246 1 videobuf2_vmalloc
    videobuf2_core 24030 1 uvcvideo
    videodev 100859 2 uvcvideo,videobuf2_core
    media 10405 2 uvcvideo,videodev
    i2c_i801 9571 0
    joydev 9991 0
    coretemp 6070 0
    kvm_intel 124749 0
    lib80211_crypt_tkip 7738 0
    wl 2558087 0
    kvm 373917 1 kvm_intel
    iTCO_wdt 5255 0
    iTCO_vendor_support 1929 1 iTCO_wdt
    dell_wmi 1485 0
    acpi_cpufreq 5933 1
    lpc_ich 10609 0
    ac 2536 0
    mperf 1267 1 acpi_cpufreq
    sparse_keymap 3056 1 dell_wmi
    battery 6773 0
    wmi 8379 1 dell_wmi
    dell_laptop 8787 0
    processor 26855 3 acpi_cpufreq
    evdev 10266 12
    psmouse 71909 0
    serio_raw 4689 0
    dcdbas 5520 1 dell_laptop
    lib80211 3949 2 wl,lib80211_crypt_tkip
    microcode 12377 0
    cfg80211 177108 1 wl
    rfkill 15604 5 cfg80211,bluetooth
    snd_hda_codec_hdmi 24487 1
    snd_hda_codec_realtek 61193 1
    snd_hda_intel 26180 3
    snd_hda_codec 98033 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
    snd_hwdep 6428 1 snd_hda_codec
    snd_pcm_oss 38992 0
    snd_pcm 75689 5 snd_pcm_oss,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc 7217 2 snd_pcm,snd_hda_intel
    snd_timer 18934 3 snd_pcm,snd_seq
    snd_mixer_oss 15347 1 snd_pcm_oss
    snd 60188 16 snd_hda_codec_realtek,snd_pcm_oss,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_mixer_oss
    soundcore 5442 1 snd
    pcspkr 1899 0
    r8169 56839 0
    mii 4091 1 r8169
    nfs 127007 0
    lockd 64904 1 nfs
    sunrpc 186092 2 nfs,lockd
    fscache 40995 1 nfs
    ablk_helper 1972 0
    cryptd 8741 1 ablk_helper
    aes_x86_64 7508 6
    aes_generic 26138 1 aes_x86_64
    xts 3101 3
    gf128mul 6050 1 xts
    dm_crypt 15799 3
    dm_mod 72105 7 dm_crypt
    i915 495521 3
    video 11276 1 i915
    button 4662 1 i915
    i2c_algo_bit 5391 1 i915
    intel_agp 10744 1 i915
    intel_gtt 15659 3 i915,intel_agp
    drm_kms_helper 32877 1 i915
    drm 218852 4 i915,drm_kms_helper
    i2c_core 20707 6 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,videodev
    vfat 10119 0
    fat 48338 1 vfat
    xfs 748207 2
    ext4 440434 1
    crc16 1359 2 ext4,bluetooth
    jbd2 78751 1 ext4
    mbcache 5977 1 ext4
    uhci_hcd 23436 0
    ehci_hcd 41816 0
    sr_mod 14823 0
    usbcore 150398 6 uas,uhci_hcd,uvcvideo,ums_realtek,usb_storage,ehci_hcd
    usb_common 954 1 usbcore
    cdrom 35520 1 sr_mod
    sd_mod 29559 5
    ahci 21360 4
    libahci 20023 1 ahci
    libata 167683 2 ahci,libahci
    scsi_mod 133386 5 uas,usb_storage,libata,sd_mod,sr_mod
    lspci
    00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
    00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
    00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
    00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
    00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
    00:1a.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03)
    00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
    00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
    00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03)
    00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
    00:1f.0 ISA bridge: Intel Corporation ICH9M-E LPC Interface Controller (rev 03)
    00:1f.2 SATA controller: Intel Corporation 82801IBM/IEM (ICH9M/ICH9M-E) 4 port SATA Controller [AHCI mode] (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
    08:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
    20:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
    pacman -Q | grep ...
    alsa-lib 1.0.26-1
    alsa-plugins 1.0.26-1
    alsa-utils 1.0.26-1
    alsaplayer 0.99.81-5
    lib32-alsa-lib 1.0.26-1
    lib32-alsa-plugins 1.0.26-1
    lib32-libpulse 2.1-1
    lib32-libsndfile 1.0.25-2
    libcanberra-pulse 0.30-2
    libcdaudio 0.99.12-6
    libpulse 2.1-1
    libsndfile 1.0.25-2
    portaudio 19_20111121-1
    pulseaudio 2.1-1
    pulseaudio-alsa 2-1
    sound-juicer 3.5.0-1
    sound-theme-freedesktop 0.8-1
    soundtouch 1.6.0-1
    teamspeak-soundpack-portal 1-4
    webrtc-audio-processing 0.1-1
    pactl list
    Module #0
    Name: module-device-restore
    Argument:
    Usage counter: n/a
    Properties:
    module.author = "Lennart Poettering"
    module.description = "Automatically restore the volume/mute state of devices"
    module.version = "2.1"
    Module #1
    Name: module-stream-restore
    Argument:
    Usage counter: n/a
    Properties:
    module.author = "Lennart Poettering"
    module.description = "Automatically restore the volume/mute/device state of streams"
    module.version = "2.1"
    Module #2
    Name: module-card-restore
    Argument:
    Usage counter: n/a
    Properties:
    module.author = "Lennart Poettering"
    module.description = "Automatically restore profile of cards"
    module.version = "2.1"
    Module #3
    Name: module-augment-properties
    Argument:
    Usage counter: n/a
    Properties:
    module.author = "Lennart Poettering"
    module.description = "Augment the property sets of streams with additional static information"
    module.version = "2.1"
    Module #4
    Name: module-udev-detect
    Argument:
    Usage counter: n/a
    Properties:
    module.author = "Lennart Poettering"
    module.description = "Detect available audio hardware and load matching drivers"
    module.version = "2.1"
    Module #5
    Name: module-jackdbus-detect
    Argument:
    Usage counter: n/a
    Properties:
    module.author = "David Henningsson"
    module.descript

    I set the loglevel to debug and rebooted.
    grep -i pulse /var/log/everything.log
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
    Dec 3 00:06:34 localhost rtkit-daemon[442]: Successfully made thread 713 of process 713 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] core-util.c: RealtimeKit worked.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] core-util.c: Successfully gained nice level -11.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: This is PulseAudio 2.1
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Compilation host: x86_64-unknown-linux-gnu
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Compilation CFLAGS: -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Running on host: Linux x86_64 3.6.8-1-ARCH #1 SMP PREEMPT Mon Nov 26 22:10:40 CET 2012
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Found 2 CPUs.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Page size is 4096 bytes
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Compiled with Valgrind support: no
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Running in valgrind mode: no
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Running in VM: no
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Optimized build: yes
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: FASTPATH defined, only fast path asserts disabled.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Machine ID is 883cea362d03be37758a39f4000006db.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Using runtime directory /home/whatever/.pulse/883cea362d03be37758a39f4000006db-runtime.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Using state directory /home/whatever/.pulse.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Using modules directory /usr/lib/pulse-2.1/modules.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Running in system mode: no
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] main.c: Fresh high-resolution timers available! Bon appetit!
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] memblock.c: Using shared memory pool with 1024 slots of size 64.0 KiB each, total size is 64.0 MiB, maximum usable slot size is 65472
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] cpu-x86.c: CPU flags: CMOV MMX SSE SSE2 SSE3 SSSE3 SSE4_1
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] svolume_mmx.c: Initialising MMX optimized volume functions.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] remap_mmx.c: Initialising MMX optimized remappers.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] svolume_sse.c: Initialising SSE2 optimized volume functions.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] remap_sse.c: Initialising SSE2 optimized remappers.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] sconv_sse.c: Initialising SSE2 optimized conversions.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] svolume_orc.c: Initialising ORC optimized volume functions.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] database-tdb.c: Opened TDB database '/home/whatever/.pulse/883cea362d03be37758a39f4000006db-device-volumes.tdb'
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] module-device-restore.c: Successfully opened database file '/home/whatever/.pulse/883cea362d03be37758a39f4000006db-device-volumes'.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-device-restore" (index: #0; argument: "").
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] database-tdb.c: Opened TDB database '/home/whatever/.pulse/883cea362d03be37758a39f4000006db-stream-volumes.tdb'
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] module-stream-restore.c: Successfully opened database file '/home/whatever/.pulse/883cea362d03be37758a39f4000006db-stream-volumes'.
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1 added for object /org/pulseaudio/stream_restore1
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry0
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry1
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry2
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry3
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry4
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Ext.StreamRestore1.RestoreEntry added for object /org/pulseaudio/stream_restore1/entry5
    Dec 3 01:06:34 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-stream-restore" (index: #1; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] database-tdb.c: Opened TDB database '/home/whatever/.pulse/883cea362d03be37758a39f4000006db-card-database.tdb'
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-card-restore.c: Successfully opened database file '/home/whatever/.pulse/883cea362d03be37758a39f4000006db-card-database'.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-card-restore" (index: #2; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-augment-properties" (index: #3; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-udev-detect.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-udev-detect.c: /dev/snd/controlC0 is accessible: yes
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-udev-detect.c: /devices/pci0000:00/0000:00:1b.0/sound/card0 is busy: yes
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-udev-detect.c: Found 1 cards.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-udev-detect" (index: #4; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-jackdbus-detect.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] dbus-util.c: Successfully connected to D-Bus session bus f8aad50a9c72259e812fef8050bbed02 as :1.11
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-jackdbus-detect.c: jackdbus isn't running.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-jackdbus-detect" (index: #5; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-bluetooth-discover.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] dbus-util.c: Successfully connected to D-Bus system bus aca7467032ad6386c1a812c250bbecf9 as :1.27
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] bluetooth-util.c: dbus: interface=org.freedesktop.DBus, path=/org/freedesktop/DBus, member=NameAcquired
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-bluetooth-discover" (index: #6; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-esound-protocol-unix.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-esound-protocol-unix" (index: #7; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-native-protocol-unix" (index: #8; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-gconf.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-gconf" (index: #9; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-default-device-restore.c: Saved default sink 'auto_null' not existent, not restoring default sink setting.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-default-device-restore.c: Saved default source 'auto_null.monitor' not existent, not restoring default source setting.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-default-device-restore" (index: #10; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-rescue-streams" (index: #11; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-always-sink.c: Autoloading null-sink as no other sinks detected.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-device-restore.c: Restoring volume for sink auto_null.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] sink.c: Created sink 0 "auto_null" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] sink.c: device.description = "Dummy Output"
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] sink.c: device.class = "abstract"
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] sink.c: device.icon_name = "audio-card"
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] source.c: Created source 0 "auto_null.monitor" with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] source.c: device.description = "Monitor of Dummy Output"
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] source.c: device.class = "monitor"
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] source.c: device.icon_name = "audio-input-microphone"
    Dec 3 01:06:35 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Thread starting up
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-device-restore.c: Could not set format on sink auto_null
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-null-sink" (index: #12; argument: "sink_name=auto_null sink_properties='device.description="Dummy Output"'").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-always-sink" (index: #13; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-intended-roles" (index: #14; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-suspend-on-idle" (index: #15; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-console-kit.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-console-kit" (index: #16; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-systemd-login.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] client.c: Created 0 "Login Session 1"
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-systemd-login.c: Added new session 1
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-systemd-login" (index: #17; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-position-event-sounds" (index: #18; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-role-cork.c: Using role 'phone' as trigger role.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-role-cork.c: Using roles 'music' and 'video' as cork roles.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-role-cork" (index: #19; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-filter-heuristics" (index: #20; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-filter-apply" (index: #21; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] cli-command.c: Checking for existence of '/usr/lib/pulse-2.1/modules/module-dbus-protocol.so': success
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Memstats added for object /org/pulseaudio/core1/memstats
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device added for object /org/pulseaudio/core1/sink0
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Sink added for object /org/pulseaudio/core1/sink0
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Device added for object /org/pulseaudio/core1/source0
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Source added for object /org/pulseaudio/core1/source0
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module0
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module1
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module2
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module3
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module4
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module5
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module6
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module7
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module8
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module9
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module10
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module11
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module12
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module13
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module14
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module15
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module16
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module17
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module18
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module19
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module20
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module21
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client0
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1 added for object /org/pulseaudio/core1
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-dbus-protocol" (index: #22; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-switch-on-port-available" (index: #23; argument: "").
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] main.c: Got org.PulseAudio1!
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] main.c: Got org.pulseaudio.Server!
    Dec 3 01:06:35 localhost pulseaudio[710]: [pulseaudio] main.c: Daemon startup successful.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] main.c: Daemon startup complete.
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module22
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module23
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] client.c: Created 1 "Native client (UNIX socket client)"
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client1
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Protocol version: remote 26, local 26
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=100 success=1
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: SHM possible: yes
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Negotiated SHM: yes
    Dec 3 01:06:35 localhost pulseaudio[713]: [pulseaudio] module-augment-properties.c: Looking for .desktop file for gnome-settings-daemon
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] client.c: Created 2 "Native client (UNIX socket client)"
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client2
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Protocol version: remote 26, local 26
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=100 success=1
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: SHM possible: yes
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Negotiated SHM: yes
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] module-augment-properties.c: Looking for .desktop file for gnome-shell
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] module-augment-properties.c: Found /usr/share/applications/gnome-shell.desktop.
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] client.c: Created 3 "Native client (UNIX socket client)"
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client3
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Protocol version: remote 26, local 26
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=100 success=1
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: SHM possible: yes
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Negotiated SHM: yes
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] module-augment-properties.c: Looking for .desktop file for canberra-gtk-play
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] client.c: Freed 3 "canberra-gtk-play"
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Connection died.
    Dec 3 01:06:37 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client removed from object /org/pulseaudio/core1/client3
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] core-rtclock.c: Timer slack is set to 50 us.
    Dec 3 00:06:38 localhost rtkit-daemon[442]: Successfully made thread 745 of process 745 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] core-util.c: RealtimeKit worked.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] core-util.c: Successfully gained nice level -11.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: This is PulseAudio 2.1
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Compilation host: x86_64-unknown-linux-gnu
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Compilation CFLAGS: -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -W -Wextra -Wno-long-long -Wvla -Wno-overlength-strings -Wunsafe-loop-optimizations -Wundef -Wformat=2 -Wlogical-op -Wsign-compare -Wformat-security -Wmissing-include-dirs -Wformat-nonliteral -Wpointer-arith -Winit-self -Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn -Wshadow -Wendif-labels -Wcast-align -Wstrict-aliasing -Wwrite-strings -Wno-unused-parameter -ffast-math -Wp,-D_FORTIFY_SOURCE=2 -fno-common -fdiagnostics-show-option
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Running on host: Linux x86_64 3.6.8-1-ARCH #1 SMP PREEMPT Mon Nov 26 22:10:40 CET 2012
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Found 2 CPUs.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Page size is 4096 bytes
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Compiled with Valgrind support: no
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Running in valgrind mode: no
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Running in VM: no
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Optimized build: yes
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: FASTPATH defined, only fast path asserts disabled.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Machine ID is 883cea362d03be37758a39f4000006db.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Using runtime directory /home/whatever/.pulse/883cea362d03be37758a39f4000006db-runtime.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Using state directory /home/whatever/.pulse.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Using modules directory /usr/lib/pulse-2.1/modules.
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] main.c: Running in system mode: no
    Dec 3 01:06:38 localhost pulseaudio[745]: [pulseaudio] pid.c: Daemon already running.
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] client.c: Created 4 "Native client (UNIX socket client)"
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client4
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Protocol version: remote 26, local 26
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=100 success=1
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: SHM possible: yes
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Negotiated SHM: yes
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] module-augment-properties.c: Looking for .desktop file for pactl
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-x11-publish" (index: #24; argument: "display=:0").
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module24
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] client.c: Freed 4 "pactl"
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Connection died.
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client removed from object /org/pulseaudio/core1/client4
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] client.c: Created 5 "Native client (UNIX socket client)"
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client5
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Protocol version: remote 26, local 26
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=100 success=1
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: SHM possible: yes
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Negotiated SHM: yes
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] module-augment-properties.c: Looking for .desktop file for pactl
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] module-x11-xsmp.c: Connected to session manager 'gnome-session' as '102459fa9aeb823737135449319899169800000005480030'.
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] client.c: Created 6 "XSMP Session on gnome-session as 102459fa9aeb823737135449319899169800000005480030"
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] module.c: Loaded "module-x11-xsmp" (index: #25; argument: "display=:0 session_manager=local/whatever-laptop:@/tmp/.ICE-unix/548,unix/whatever-laptop:/tmp/.ICE-unix/548").
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client6
    Dec 3 01:06:38 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Module added for object /org/pulseaudio/core1/module25
    Dec 3 01:06:39 localhost pulseaudio[713]: [pulseaudio] client.c: Freed 5 "pactl"
    Dec 3 01:06:39 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Connection died.
    Dec 3 01:06:39 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client removed from object /org/pulseaudio/core1/client5
    Dec 3 01:06:40 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null idle for too long, suspending ...
    Dec 3 01:06:40 localhost pulseaudio[713]: [pulseaudio] sink.c: Suspend cause of sink auto_null is 0x0004, suspending
    Dec 3 01:06:40 localhost pulseaudio[713]: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
    Dec 3 01:06:52 localhost pulseaudio[713]: [pulseaudio] client.c: Created 7 "Native client (UNIX socket client)"
    Dec 3 01:06:52 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Client added for object /org/pulseaudio/core1/client7
    Dec 3 01:06:54 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Protocol version: remote 26, local 26
    Dec 3 01:06:54 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Got credentials: uid=1000 gid=100 success=1
    Dec 3 01:06:54 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: SHM possible: yes
    Dec 3 01:06:54 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Negotiated SHM: yes
    Dec 3 01:06:54 localhost pulseaudio[713]: [pulseaudio] module-augment-properties.c: Looking for .desktop file for gnome-shell
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Client gnome-shell changes volume of sink auto_null.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-device-restore.c: Storing volume/mute for device+port sink:auto_null:null.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-stream-restore.c: Restoring device for stream sink-input-by-media-role:event.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-intended-roles.c: Not setting device for stream audio-volume-change, because already set.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink.c: Suspend cause of sink auto_null is 0x0000, resuming
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes busy.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=4, prebuf=0, minreq=1 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=4, prebuf=0, minreq=4 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: Created input 0 "audio-volume-change" on auto_null with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: event.id = "audio-volume-change"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: media.role = "event"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: media.name = "audio-volume-change"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: media.filename = "/usr/share//sounds/freedesktop/stereo/audio-volume-change.oga"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.name = "GNOME Shell"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: native-protocol.peer = "UNIX socket client"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: native-protocol.version = "26"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.id = "org.gnome.Shell"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.id = "717"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.user = "whatever"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.host = "whatever-laptop"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.binary = "gnome-shell"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.language = "en_US.utf8"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: window.x11.display = ":0"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.machine_id = "883cea362d03be37758a39f4000006db"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: module-stream-restore.id = "sink-input-by-media-role:event"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Requested tlength=2000.00 ms, minreq=20.00 ms
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Traditional mode enabled, modifying sink usec only for compat with minreq.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Requested latency=1960.00 ms, Received latency=1960.00 ms
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=352800, base=4, prebuf=349276, minreq=3528 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194304, tlength=352800, base=4, prebuf=349276, minreq=3528 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Final latency 3960.00 ms = 1960.00 ms + 2*20.00 ms + 1960.00 ms
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] core-subscribe.c: Dropped redundant event due to change event.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/playback_stream0
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] protocol-native.c: Requesting rewind due to end of underrun.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Requested to rewind 345744 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] sink.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] sink-input.c: Have to rewind 345744 bytes on render memblockq.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] source.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Rewound 345744 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] protocol-native.c: Underrun on 'audio-volume-change', 0 bytes in queue.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Client gnome-shell changes volume of sink auto_null.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Requested to rewind 345744 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] sink.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] sink-input.c: Have to rewind 345744 bytes on render memblockq.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] source.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Rewound 345744 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-device-restore.c: Storing volume/mute for device+port sink:auto_null:null.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Requested to rewind 352800 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] sink.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] source.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Rewound 54188 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/playback_stream0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: Freeing input 0 "audio-volume-change"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-stream-restore.c: Restoring device for stream sink-input-by-media-role:event.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-intended-roles.c: Not setting device for stream audio-volume-change, because already set.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes busy.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq requested: maxlength=33554432, tlength=0, base=4, prebuf=0, minreq=1 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=33554432, tlength=33554432, base=4, prebuf=0, minreq=4 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: Created input 1 "audio-volume-change" on auto_null with sample spec s16le 2ch 44100Hz and channel map front-left,front-right
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: event.id = "audio-volume-change"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: media.role = "event"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: media.name = "audio-volume-change"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: media.filename = "/usr/share//sounds/freedesktop/stereo/audio-volume-change.oga"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.name = "GNOME Shell"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: native-protocol.peer = "UNIX socket client"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: native-protocol.version = "26"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.id = "org.gnome.Shell"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.id = "717"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.user = "whatever"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.host = "whatever-laptop"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.binary = "gnome-shell"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.language = "en_US.utf8"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: window.x11.display = ":0"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: application.process.machine_id = "883cea362d03be37758a39f4000006db"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] sink-input.c: module-stream-restore.id = "sink-input-by-media-role:event"
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Requested tlength=2000.00 ms, minreq=20.00 ms
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Traditional mode enabled, modifying sink usec only for compat with minreq.
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Requested latency=1960.00 ms, Received latency=1960.00 ms
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq requested: maxlength=4194304, tlength=352800, base=4, prebuf=349276, minreq=3528 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] memblockq.c: memblockq sanitized: maxlength=4194304, tlength=352800, base=4, prebuf=349276, minreq=3528 maxrewind=0
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-native.c: Final latency 3960.00 ms = 1960.00 ms + 2*20.00 ms + 1960.00 ms
    Dec 3 01:08:18 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream added for object /org/pulseaudio/core1/playback_stream1
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] protocol-native.c: Requesting rewind due to end of underrun.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Requested to rewind 345744 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] sink.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] sink-input.c: Have to rewind 345744 bytes on render memblockq.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] source.c: Processing rewind...
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Rewound 345744 bytes.
    Dec 3 01:08:18 localhost pulseaudio[713]: [null-sink] protocol-native.c: Underrun on 'audio-volume-change', 0 bytes in queue.
    Dec 3 01:08:21 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Requested to rewind 352800 bytes.
    Dec 3 01:08:21 localhost pulseaudio[713]: [null-sink] sink.c: Processing rewind...
    Dec 3 01:08:21 localhost pulseaudio[713]: [null-sink] source.c: Processing rewind...
    Dec 3 01:08:21 localhost pulseaudio[713]: [null-sink] module-null-sink.c: Rewound 352800 bytes.
    Dec 3 01:08:21 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
    Dec 3 01:08:21 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null becomes idle, timeout in 5 seconds.
    Dec 3 01:08:21 localhost pulseaudio[713]: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
    Dec 3 01:08:21 localhost pulseaudio[713]: [pulseaudio] protocol-dbus.c: Interface org.PulseAudio.Core1.Stream removed from object /org/pulseaudio/core1/playback_stream1
    Dec 3 01:08:21 localhost pulseaudio[713]: [pulseaudio] sink-input.c: Freeing input 1 "audio-volume-change"
    Dec 3 01:08:26 localhost pulseaudio[713]: [pulseaudio] module-suspend-on-idle.c: Sink auto_null idle for too long, suspending ...
    Dec 3 01:08:26 localhost pulseaudio[713]: [pulseaudio] sink.c: Suspend cause of sink auto_null is 0x0004, suspending
    Dec 3 01:08:26 localhost pulseaudio[713]: [pulseaudio] core.c: Hmm, no streams around, trying to vacuum.
    Dec 3 01:08:28 localhost pulseaudio[713]: [pulseaudio] module-device-restore.c: Synced.
    By now I also made my system not load any moudules which have oss in their name. Didn't help either.

Maybe you are looking for

  • Excise invoice  in  MIGO

    Hi GURU'S      whe i am doing migo ,            in  excise invoice tab when i select Capture and post Excise invoice , and tick on MRP Indicator  (, for dealer scenario ) Excise Item   tab is not comming at item level  in migo ,  can you plz guide me

  • CONNECT BY - Start from different levels

    Hello again, It's me again with a hierarchical query on which I'm stuck... I think, the easiest way to understand my issue is to get an example: DROP TABLE my_organisations; CREATE TABLE my_organisations   org_id NUMBER(10),   org_name VARCHAR2(100),

  • MIRO - Credit Memo- Unable to match

    Hi Gurus, One  of our supplier issued a credit memo which relates to two POs. One is a return PO(credit note) and other a normal PO. Vendor has issued credit note with Net figure. Both POs are not related. Normal PO ( GR)   100 Return PO(GR)      (-2

  • Deleting Project Folders

    How do I delete a project folder in X5? I'm currently using Subversion as my source control software with RH. When I click a project folder, the delete option is not available. I have emptied the folder of interest of all topics, though it may still

  • Get back to start screen in Google maps

    Is there a way to get back to the map start screen to look for a new location? I think I might have found it, I kept tapping on the up and down arrows in the left hand corner and it sent me back with my last entry (grocery) that I had to delete. MacB