Cuepoints when changing video

Hi,
I am making a video switching project which switches between videos, and resumes at the current time. The project requires the video to pause at certain points to display information. The cuepoints will remain the same between videos and the video length are exactly the same (videos show same scenario but at different angles).
So far I have made a working video player with one button to switch to another video. If I let the first video play throughout, all cuepoint events are triggered. If I change video before a cuepoint has fired, the cuepoints are no longer triggered throughout the whole video. Here is the code:
package
    import com.devnet.osmf.events.*;
    import flash.display.MovieClip;
    import flash.events.MouseEvent;
    import flash.events.Event;
    import org.osmf.media.MediaPlayer;
    import org.osmf.events.TimeEvent;
    import org.osmf.containers.MediaContainer;
    import org.osmf.metadata.*;
    public class OSMFComponents extends MovieClip
            private var curr:Number;
        public function OSMFComponents()
        controlBar.mediaPlayer = mediaDisplay;
        mediaDisplay.load("Scenario A.mp4");
        mediaDisplay.autoPlay = true;
        mediaDisplay.addASCuePoint(10, "Chapter 1");
        mediaDisplay.addASCuePoint(20, "Chapter 2");
        mediaDisplay.addASCuePoint(30, "Chapter 3");
        mediaDisplay.addEventListener(CuePointEvent.CUE_POINT, onCuePointEvent);
        changeVid.addEventListener(MouseEvent.CLICK, changeVideo)
public function onCuePointEvent( event:CuePointEvent ):void
    trace("Show text or graphics… name = "+event.name+", time = "+event.time);
    mediaDisplay.pause();
  private function changeVideo(e:MouseEvent):void
   curr = mediaDisplay.playheadTime;
   mediaDisplay.load("Scenario B.mp4");
   mediaDisplay.addEventListener(Event.ENTER_FRAME, changeVideoNow);
  private function changeVideoNow(e:Event):void
   if(mediaDisplay.bytesLoaded == mediaDisplay.bytesTotal) { // && mediaDisplay.cuePointsLoaded) {
               mediaDisplay.removeEventListener(Event.ENTER_FRAME, changeVideoNow);
         if(mediaDisplay.canSeekTo(curr)){
                         mediaDisplay.seek(curr);
   } else {
          trace("video not fully loaded yet");
So if changeVideo() is called, the video changes and resumes in the correct place thanks to changeVideoNow(). However, the cuePoints assigned to mediaDisplay no longer fire. Any ideas why?
I am using the tutorial from here:  http://www.adobe.com/devnet/flash/articles/osmf-media-player.html
Thanks,
hp

Hello Joel,
I determined that this problems happens when I change any of the camera parameters using the Mikrotron MC Control application before attempting an acquisition.  ! was able to simplify the example even more by taking out Qt and writing to the console window.  See the attached file for the new code.
Here are the results of executing the code:
Acquisition width: 1280
Acquisition height: 1024
Total acquisition frames: 30
Bytes per pixel: 1
Acquisition In Progress: 1
Waiting for first frame
Cur Frame: -1
Cur Frame Count: 0
Cur Buffer: -1
Cur Frame: -1
Cur Frame Count: 0
Cur Buffer: -1
Cur Frame: -1
Cur Frame Count: 0
Cur Buffer: -1
Cur Frame: -1
Cur Frame Count: 0
Cur Buffer: -1
Cur Frame: -1
Cur Frame Count: 0
Cur Buffer: -1
Cur Frame: -1
Cur Frame Count: 0
Cur Buffer: -1
I had to stop the execution of the application because it wasn't getting any frames at all.  As you can see I was able to get the bytes per pixel and also see that the acquisition in progress was true.  However there are no frames or buffers being captured.  What else can I try for a test?  The strange thing is that the LLGrab sample application still works after I modify camera parameters.  I can't see any differences in the function calls or order of functions or compile and build settings.
Thanks,
-brian
Attachments:
mainwindow.cpp ‏5 KB

Similar Messages

  • High browser memory usage when streaming video

    I'm using Flex 4 and the Spark VideoPlayer.  I'm creating an application where you switch between several videos.  I noticed that the browser memory usage increases significantly when changing videos and never releases the memory.  I ran tests where the video is being served over a content delivery network that has Flash Media Server, so the content shouldn't be caching in the browser.  I profiled my Flex application and the memory usage increases slightly when changing videos.  I think that is attributed to this bug: https://bugs.adobe.com/jira/browse/SDK-25785.  However, my browser memory usage increases about 20MB when changing videos.  The video file I used to test is an mp4 file that is about 3MB in size.  I tried testing using a small video (about 300Kb) and noticed an increase of about 5MB in browser memory usage every time I replayed it.  So it looks like it's based on the video file size.  I was testing on Firefox and noticed the same results in Chrome.  Any idea why the browser memory usage would increase so much every time the video is loaded?
    Thanks in advance.

    That's normal for your machine. Video is fairly demanding in the integrated Intel GPU in that machine. Your CPU has to do much of the video processing. As a result, your fans will speed up to cool off the CPU which is working fairly hard. It's completely normal and all of the MacBooks with the same GPU experience the same thing.

  • How do I output the smoothest video when changing or mixing frame rates from the original footage?

    I have been experimenting with various Media Encoder settings, and wondered if there was anything else I can try to get the smoothest video output possible, especially when changing frame rate and possibly resolution.  For clarification, let me start from the beginning and explain what I'm doing and what I've tried so far.  I'll try to be as brief as possible, but if I do go into too much detail, I apologize. 
    My original footage is AVCHD 1080p - 60fps.  (my camera only does 60fps...specifically 59.94fps)  We're not talking interlaced video here, I'm staying away from that.  This is definitely full frame, progressive video at 60 frames (not fields) per second.  My output will ultimately be for the web.  I have been keeping my output codec (H.264) and bit-rate (VBR 2-pass, relatively high-bitrate) consistent, and have been trying numerous output options and even sequence settings to see what would yield the best results.  I am using Premiere Pro CS5.5 along with Media Encoder.  Here's what I've done and the results I've observed:
    1.  I created a sequence with 1080p - 59.94fps settings to match my original footage.  I then output both 1080p and 720p versions at 59.94fps, and at 29.97fps.  The 59.94fps output files looked absolutely great, as would be expected.  Extremely smooth.  The 29.97fps output files were generally smooth, but not near as smooth as the 59.94fps.  This is expected since it's half the frame rate as my original footage.  However, my question is this:  What exactly is Media Encoder doing when "down converting" from 60p to 30p?  From a technical stand point, is it dropping every other frame?  I'm just curious to understand exactly what it does.  I tried the Frame Blending option as well, and that only yielded a bit more blur to the images which wasn't desirable for any of the output files. 
    2.  Just to see what would happen, I created a sequence with 1080p - 29.97 settings.  I then output both 1080p and 720p versions at 29.97fps.  The video was much more choppy in these cases, even with Frame Blending on.  Now, I know not matching my sequence settings with my original media isn't ideal, but I again just want to understand why this yields less smooth video than the 29.97fps options above.  Why does cutting the sequence settings frame rate in half from the original, then outputting the same frame rate as the sequence yield video that is not as smooth?
    3.  Next, I wanted to try mixing frame rates to see how Premiere and Media Encoder handled the footage and output files.  Premiere handled it great, no issues there.  However, I had some interesting things happen when I output the files.  Here's what I did:  I created a sequence with 1080p - 59.94fps to match my original footage.  Then I took the same exact footage that was in my sequence, copied it in my project panel and interpreted it at both 23.976 and 29.97 fps, yielding slow motion video.  The slow motion video looked great in Premiere, so I went ahead and just added it to my sequences, along with the original 59.94 footage.  I also created separate sequences for the 29.97 and 23.976 footage respectively, each with matching sequence settings, then added a nested sequence to another original footage sequence (with 59.94fps sequence settings) to see which yielded the best results.  Basically, I'm trying to output 59.94fps that match my original footage, but also throw in some slow motion footage at different framerates.  I'll explain my results in a moment as they are a bit convoluted, however, here is my question:  When mixing frame rates and trying to output the smoothest video, am I going about this the right way?  I would assume you would use your sequence settings that match the original footage (which is what the majority of the footage will be), then bring in a nested sequence for the slow motion (as oppose to just dropping the slow motion video directly into my main sequence), and then output to the same frame rate of the majority of the footage, in this case 59.94fps. Is there a better workflow for this?
    The results to #3 above were as follows.  Initially, it looked like it didn't matter if I nested the slow motion sequence into my main sequence, or simply dropped the actual slow motion video into my original 59.94fps sequence.  It seemed to produce smooth results either way.  Frame Blending blurred the video a bit, but didn't seem to make much difference, and quite honestly I like the footage without Frame Blending in general.  However, when I closed down Premiere, and opened the output files later (opening in Quicktime), the footage looked choppy.  In fact, it would go from choppy to smooth and back, almost like it had an irregular cadence (don't know if I'm using "cadence" in the right context here).  I would then open up Premiere again, import the output footage into my project panel, and play the footage in Premiere, and it would play back smooth again. Is this a Quicktime issue?  I was playing 1080p 59.94fps files when this happened, so maybe it's just because it's a large file.  Doesn't seem to have issues with the 720p files I created.  But it sure threw me off with my testing because I then started second guessing the settings I was using.  My iMac is the latest 2011 model with plenty of RAM, so I wouldn't think it's the computer.  Thoughts?
    4.  Next, I noticed on ALL my output files (again, using the H.264 codec from Media Encoder) that the color of my video seemed to flatten quite a bit.  It seems that the original footage has more contrast and saturation than the output files.  I figured maybe this was just how it was, but when I re-imported the output files back into Premiere, they looked IDENTICAL to the original footage.  And in Media Encoder's Source/Output windows, I don't see any difference there either. Is Quicktime again the culprit here, doing some odd things to the color of my videos?
    5.  Regarding Frame Blending, when is the best situation to enable this option in Media Encoder?  I've read it is when mixing frame rates, but I honestly didn't see too much of a change except for a bit more blur, which I didn't care for.
    6.  Lastly, my conclusion is that 60fps yields the smoothest video, which is an obvious conclusion.  However, I know that 60fps isn't the best or easiet frame rate for web delivery.  It seems 30p is more the standard.  Are there any integrated web players that would play 60fps?  Can you get 60fps video on YouTube/Vimeo?  If yes to any of these questions, can they do 720p and 1080p at 60fps? 
    Those are all my questions.  I hope I am clear enough without being overly wordy and hopefully I didn't put too many questions into one post.  Thanks in advance for any insight, I really appreciate it.

    Did you ever figure out which output worked the best? I have the same original footage; trying to determine the best output settings to make a dvd for tv.
    thanks!

  • Video tracks disappear when changing between sequences in premiere CS6

    Dear people, can you please help me find out why video tracks disappear when changing between sequences in premiere CS6.
    All it shows is the audio track and it is maximized to the first frame of the sequence. Video tracks are there but hidden - although video IS showing up in the program monitor.
    When I pull the tracks down in the timeline window using the dividing line between the video and audio tracks and set the sequence work area back it works fine, however it is a great annoyance having to do this every time when i swap between sequences.
    Can anybody please suggest a solution to this?
    I'd appreciate any help.
    MD

    This is the audio tracks problem i cannot overcome:
    https://forums.adobe.com/thread/1586025
    (basically every type of audio i drop/place onto the timeline becomes left channel only, regardless of it being music or camera-recorded audio.
    In the source monitor everything plays back just fine, but when placed to the timeline - it becomes LEFT only.
    Weird.... (or am I and not it)

  • When I use Photoshop CS 6 to edit video, I don't know how to change video speed after I converted the clip to smart object?

    When I use Photoshop CS 6 to edit video, I don't know how to change video speed after I converted the clip to smart object? The clip color turns purple and it only allows me to add motion but not change the clip duration and speed anymore.

    Thanks for the reply and as a work around method I used the Photoshop to do all the adjustments then export the video to iMovie to finish the final cut. I also have a problem to paint or clone on a blank video layer created in Photoshop. It tells me the time is beyond the target frame time, I don't understand the message. Can you explain to me what did I do wrong? Thanks a lot!
    John Wang
    801-3618742
    [email protected] 
    http://johnwanggallery.shutterfly.com  

  • How to change container when capturing video?

    How can I change the container to Quicktime when capturing video from a DV camera (Canon GL1)?
    I'm running Premiere Pro CC on a Windows 7 Pro computer.

    switch to a mac!!!!
    pc DV capture format: .avi
    mac DV capture format: .mov
    why on earth do you want .mov files instead of .avi???!!!
    hahahahahahahahahaha!!!

  • My iPod Video hangs when changing track

    Just now, my iPod Video hung when changing to another track... So I had to reset it (something I don't want to do). Does anyone have the same problem?
    By the way, I didn't charge my iPod till it says it's full. How much would it affect the battery capacity? (It only last for about 5 to 6 hours...)

    mine does this too
    and occasionally it hangs (pauses) when changing screens
    also when i click for the album art in full screen it often takes about 5secs+ for it to register

  • Sound through hdmi to my tv works but not when watching video online like 4OD

    the sound through hdmi to my tv works with music and videos I have downloaded, but not when watching video online like 4OD and youtube.
    How can I get it to work?

    Ok so I happened to figure it out while on the phone to apple support. Even though the guy was very nice, I think I knew more than him! He was explaining very basic resolution principles I played about. I had the second option in displays resolution. All I did was unplug the HDMI cable, click on 'best for display' then plugged the HDMI in and my resolution on the normal monitor changed to the normal blue, then went black momentarily and then changed to a strange resolution but another window appeared that said SONY BRAVIA HDMI at the top! Hey presto! Don't know why it didn't do it yesterday - I probably left the HDMI cable in or something! Oh well. Problem solved!

  • [SOLVED] Random crashes when playing videos on Atom J1900 / Intel HD

    Hi,
    Following my first thread (which has been gladly solved, finally), I'm still getting stuck on the "crashes when playing videos" thing.
    FIY here are the specs, copied from my original thread:
    I've just bought a Gigabyte Brix to be used as an HTPC. The exact model is GB-BXBT-1900.
    I've installed 4 GB of 1.35V RAM (Corsair CT51264BF160B), which is supported by this model, and a Kingston SSD (V300 60GB).
    Then of course, I've installed Arch x64 with a base system and Xorg with DE (Xfce).
    It can happen after 2 or 50 minutes (it rarely goes beyond this limit), mainly when using VLC, but I could reproduce the same behavior with SMPlayer or even Kodi: the display freezes and I can no longer move the cursor, use the keyboard (to change TTY for example) or access the machine remotely. I'm forced to press the power button for 5 seconds and boot again.
    No sign of any warning in the logs, no high temperature on any sensor, nothing that could help me find what to blame. The wired keyboard attached does not show blinking LEDs so I'm assuming it's not a kernel panic.
    The thing is, those crashes happen *only* when playing videos. Otherwise the machine is extremely stable and can stay up and running for days or weeks without a crash. But if you play a video on it, be prepared to reboot within the next half-hour.
    So I'm assuming this has something to do with the display driver, or its configuration. I did not change anything to the default one, just added "intel_pstate=disabled" to the boot command line as advised in another thread, but it didn't help.
    And now some fresh system informations you might need:
    [root@ghanima ~]# lspci
    00:00.0 Host bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series SoC Transaction Register (rev 0e)
    00:02.0 VGA compatible controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Graphics & Display (rev 0e)
    00:13.0 SATA controller: Intel Corporation Device 0f23 (rev 0e)
    00:14.0 USB controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series USB xHCI (rev 0e)
    00:1a.0 Encryption controller: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Trusted Execution Engine (rev 0e)
    00:1b.0 Audio device: Intel Corporation Atom Processor Z36xxx/Z37xxx Series High Definition Audio Controller (rev 0e)
    00:1c.0 PCI bridge: Intel Corporation Device 0f48 (rev 0e)
    00:1c.1 PCI bridge: Intel Corporation Device 0f4a (rev 0e)
    00:1c.2 PCI bridge: Intel Corporation Device 0f4c (rev 0e)
    00:1c.3 PCI bridge: Intel Corporation Device 0f4e (rev 0e)
    00:1f.0 ISA bridge: Intel Corporation Atom Processor Z36xxx/Z37xxx Series Power Control Unit (rev 0e)
    00:1f.3 SMBus: Intel Corporation Device 0f12 (rev 0e)
    02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
    03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 0c)
    Below is the full log of a session that ended in such crash after approximately 30 minutes, while playing a video with VLC:
    -- Logs begin at lun. 2015-02-23 07:20:05 CET, end at lun. 2015-04-06 20:11:28 CEST. --
    avril 06 18:38:54 ghanima systemd-journal[146]: Runtime journal is using 8.0M (max allowed 192.5M, trying to leave 288.8M free of 1.8G available → current limit 192.5M).
    avril 06 18:38:54 ghanima systemd-journal[146]: Permanent journal is using 120.0M (max allowed 100.0M, trying to leave 3.6G free of 9.1G available → current limit 120.0M).
    avril 06 18:38:54 ghanima systemd-journal[146]: Time spent on flushing to /var is 1.590ms for 2 entries.
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys cpuset
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys cpu
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys cpuacct
    avril 06 18:38:54 ghanima kernel: Linux version 3.19.2-1-ARCH (builduser@tobias) (gcc version 4.9.2 20150304 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Mar 18 16:21:02 CET 2015
    avril 06 18:38:54 ghanima kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=948e1d0b-179a-4c18-9765-803bc8264277 rw intel_pstate=disable
    avril 06 18:38:54 ghanima kernel: e820: BIOS-provided physical RAM map:
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000008d7ff] usable
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x000000000008d800-0x000000000009ffff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001effffff] usable
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x000000001f000000-0x000000001f0fffff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x000000001f100000-0x000000001fffffff] usable
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000200fffff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x0000000020100000-0x00000000b966afff] usable
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b966b000-0x00000000b969afff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b969b000-0x00000000b96aafff] ACPI data
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b96ab000-0x00000000b97effff] ACPI NVS
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b97f0000-0x00000000b9b9cfff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b9b9d000-0x00000000b9b9dfff] usable
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b9b9e000-0x00000000b9bdffff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b9be0000-0x00000000b9d4efff] usable
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b9d4f000-0x00000000b9ff9fff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000b9ffa000-0x00000000b9ffffff] usable
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
    avril 06 18:38:54 ghanima kernel: BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
    avril 06 18:38:54 ghanima kernel: NX (Execute Disable) protection: active
    avril 06 18:38:54 ghanima kernel: SMBIOS 2.8 present.
    avril 06 18:38:54 ghanima kernel: DMI: GIGABYTE GB-BXBT-1900/MZBAYAB-00, BIOS F3 07/15/2014
    avril 06 18:38:54 ghanima kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    avril 06 18:38:54 ghanima kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    avril 06 18:38:54 ghanima kernel: AGP: No AGP bridge found
    avril 06 18:38:54 ghanima kernel: e820: last_pfn = 0x140000 max_arch_pfn = 0x400000000
    avril 06 18:38:54 ghanima kernel: MTRR default type: uncachable
    avril 06 18:38:54 ghanima kernel: MTRR fixed ranges enabled:
    avril 06 18:38:54 ghanima kernel: 00000-9FFFF write-back
    avril 06 18:38:54 ghanima kernel: A0000-BFFFF uncachable
    avril 06 18:38:54 ghanima kernel: C0000-E7FFF write-through
    avril 06 18:38:54 ghanima kernel: E8000-FFFFF write-protect
    avril 06 18:38:54 ghanima kernel: MTRR variable ranges enabled:
    avril 06 18:38:54 ghanima kernel: 0 base 000000000 mask F00000000 write-back
    avril 06 18:38:54 ghanima kernel: 1 base 100000000 mask FC0000000 write-back
    avril 06 18:38:54 ghanima kernel: 2 base 0BA800000 mask FFF800000 uncachable
    avril 06 18:38:54 ghanima kernel: 3 base 0BB000000 mask FFF000000 uncachable
    avril 06 18:38:54 ghanima kernel: 4 base 0BC000000 mask FFC000000 uncachable
    avril 06 18:38:54 ghanima kernel: 5 base 0C0000000 mask FC0000000 uncachable
    avril 06 18:38:54 ghanima kernel: 6 disabled
    avril 06 18:38:54 ghanima kernel: 7 disabled
    avril 06 18:38:54 ghanima kernel: PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
    avril 06 18:38:54 ghanima kernel: e820: update [mem 0xba800000-0xffffffff] usable ==> reserved
    avril 06 18:38:54 ghanima kernel: e820: last_pfn = 0xba000 max_arch_pfn = 0x400000000
    avril 06 18:38:54 ghanima kernel: found SMP MP-table at [mem 0x000fd6a0-0x000fd6af] mapped at [ffff8800000fd6a0]
    avril 06 18:38:54 ghanima kernel: Scanning 1 areas for low memory corruption
    avril 06 18:38:54 ghanima kernel: Base memory trampoline at [ffff880000087000] 87000 size 24576
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    avril 06 18:38:54 ghanima kernel: [mem 0x00000000-0x000fffff] page 4k
    avril 06 18:38:54 ghanima kernel: BRK [0x01b32000, 0x01b32fff] PGTABLE
    avril 06 18:38:54 ghanima kernel: BRK [0x01b33000, 0x01b33fff] PGTABLE
    avril 06 18:38:54 ghanima kernel: BRK [0x01b34000, 0x01b34fff] PGTABLE
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0x13fe00000-0x13fffffff]
    avril 06 18:38:54 ghanima kernel: [mem 0x13fe00000-0x13fffffff] page 2M
    avril 06 18:38:54 ghanima kernel: BRK [0x01b35000, 0x01b35fff] PGTABLE
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0x120000000-0x13fdfffff]
    avril 06 18:38:54 ghanima kernel: [mem 0x120000000-0x13fdfffff] page 2M
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0x00100000-0x1effffff]
    avril 06 18:38:54 ghanima kernel: [mem 0x00100000-0x001fffff] page 4k
    avril 06 18:38:54 ghanima kernel: [mem 0x00200000-0x1effffff] page 2M
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0x1f100000-0x1fffffff]
    avril 06 18:38:54 ghanima kernel: [mem 0x1f100000-0x1f1fffff] page 4k
    avril 06 18:38:54 ghanima kernel: [mem 0x1f200000-0x1fffffff] page 2M
    avril 06 18:38:54 ghanima kernel: BRK [0x01b36000, 0x01b36fff] PGTABLE
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0x20100000-0xb966afff]
    avril 06 18:38:54 ghanima kernel: [mem 0x20100000-0x201fffff] page 4k
    avril 06 18:38:54 ghanima kernel: [mem 0x20200000-0xb95fffff] page 2M
    avril 06 18:38:54 ghanima kernel: [mem 0xb9600000-0xb966afff] page 4k
    avril 06 18:38:54 ghanima kernel: BRK [0x01b37000, 0x01b37fff] PGTABLE
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0xb9b9d000-0xb9b9dfff]
    avril 06 18:38:54 ghanima kernel: [mem 0xb9b9d000-0xb9b9dfff] page 4k
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0xb9be0000-0xb9d4efff]
    avril 06 18:38:54 ghanima kernel: [mem 0xb9be0000-0xb9d4efff] page 4k
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0xb9ffa000-0xb9ffffff]
    avril 06 18:38:54 ghanima kernel: [mem 0xb9ffa000-0xb9ffffff] page 4k
    avril 06 18:38:54 ghanima kernel: init_memory_mapping: [mem 0x100000000-0x11fffffff]
    avril 06 18:38:54 ghanima kernel: [mem 0x100000000-0x11fffffff] page 2M
    avril 06 18:38:54 ghanima kernel: RAMDISK: [mem 0x3799a000-0x37cc4fff]
    avril 06 18:38:54 ghanima kernel: ACPI: Early table checksum verification disabled
    avril 06 18:38:54 ghanima kernel: ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
    avril 06 18:38:54 ghanima kernel: ACPI: XSDT 0x00000000B96A2078 000074 (v01 ALASKA A M I 01072009 AMI 00010013)
    avril 06 18:38:54 ghanima kernel: ACPI: FACP 0x00000000B96A98B0 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
    avril 06 18:38:54 ghanima kernel: ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/32 (20141107/tbfadt-618)
    avril 06 18:38:54 ghanima kernel: ACPI: DSDT 0x00000000B96A2180 00772E (v02 ALASKA A M I 01072009 INTL 20120913)
    avril 06 18:38:54 ghanima kernel: ACPI: FACS 0x00000000B97EFF80 000040
    avril 06 18:38:54 ghanima kernel: ACPI: APIC 0x00000000B96A99C0 000084 (v03 ALASKA A M I 01072009 AMI 00010013)
    avril 06 18:38:54 ghanima kernel: ACPI: FPDT 0x00000000B96A9A48 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
    avril 06 18:38:54 ghanima kernel: ACPI: MCFG 0x00000000B96A9A90 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    avril 06 18:38:54 ghanima kernel: ACPI: LPIT 0x00000000B96A9AD0 000104 (v01 ALASKA A M I 00000003 VLV2 0100000D)
    avril 06 18:38:54 ghanima kernel: ACPI: HPET 0x00000000B96A9BD8 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    avril 06 18:38:54 ghanima kernel: ACPI: SSDT 0x00000000B96A9C10 000763 (v01 PmRef CpuPm 00003000 INTL 20061109)
    avril 06 18:38:54 ghanima kernel: ACPI: SSDT 0x00000000B96AA378 000290 (v01 PmRef Cpu0Tst 00003000 INTL 20061109)
    avril 06 18:38:54 ghanima kernel: ACPI: SSDT 0x00000000B96AA608 00017A (v01 PmRef ApTst 00003000 INTL 20061109)
    avril 06 18:38:54 ghanima kernel: ACPI: UEFI 0x00000000B96AA788 000042 (v01 ALASKA A M I 00000000 00000000)
    avril 06 18:38:54 ghanima kernel: ACPI: Local APIC address 0xfee00000
    avril 06 18:38:54 ghanima kernel: No NUMA configuration found
    avril 06 18:38:54 ghanima kernel: Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
    avril 06 18:38:54 ghanima kernel: NODE_DATA(0) allocated [mem 0x13fff6000-0x13fff9fff]
    avril 06 18:38:54 ghanima kernel: [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff88013b600000-ffff88013f5fffff] on node 0
    avril 06 18:38:54 ghanima kernel: Zone ranges:
    avril 06 18:38:54 ghanima kernel: DMA [mem 0x00001000-0x00ffffff]
    avril 06 18:38:54 ghanima kernel: DMA32 [mem 0x01000000-0xffffffff]
    avril 06 18:38:54 ghanima kernel: Normal [mem 0x100000000-0x13fffffff]
    avril 06 18:38:54 ghanima kernel: Movable zone start for each node
    avril 06 18:38:54 ghanima kernel: Early memory node ranges
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0x00001000-0x0008cfff]
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0x00100000-0x1effffff]
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0x1f100000-0x1fffffff]
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0x20100000-0xb966afff]
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0xb9b9d000-0xb9b9dfff]
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0xb9be0000-0xb9d4efff]
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0xb9ffa000-0xb9ffffff]
    avril 06 18:38:54 ghanima kernel: node 0: [mem 0x100000000-0x13fffffff]
    avril 06 18:38:54 ghanima kernel: Initmem setup node 0 [mem 0x00001000-0x13fffffff]
    avril 06 18:38:54 ghanima kernel: On node 0 totalpages: 1021293
    avril 06 18:38:54 ghanima kernel: DMA zone: 64 pages used for memmap
    avril 06 18:38:54 ghanima kernel: DMA zone: 21 pages reserved
    avril 06 18:38:54 ghanima kernel: DMA zone: 3980 pages, LIFO batch:0
    avril 06 18:38:54 ghanima kernel: DMA32 zone: 11800 pages used for memmap
    avril 06 18:38:54 ghanima kernel: DMA32 zone: 755169 pages, LIFO batch:31
    avril 06 18:38:54 ghanima kernel: Normal zone: 4096 pages used for memmap
    avril 06 18:38:54 ghanima kernel: Normal zone: 262144 pages, LIFO batch:31
    avril 06 18:38:54 ghanima kernel: x86/hpet: Will disable the HPET for this platform because it's not reliable
    avril 06 18:38:54 ghanima kernel: Reserving Intel graphics stolen memory at 0xbb000000-0xbeffffff
    avril 06 18:38:54 ghanima kernel: ACPI: PM-Timer IO Port: 0x408
    avril 06 18:38:54 ghanima kernel: ACPI: Local APIC address 0xfee00000
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    avril 06 18:38:54 ghanima kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
    avril 06 18:38:54 ghanima kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    avril 06 18:38:54 ghanima kernel: IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-86
    avril 06 18:38:54 ghanima kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    avril 06 18:38:54 ghanima kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    avril 06 18:38:54 ghanima kernel: ACPI: IRQ0 used by override.
    avril 06 18:38:54 ghanima kernel: ACPI: IRQ9 used by override.
    avril 06 18:38:54 ghanima kernel: Using ACPI (MADT) for SMP configuration information
    avril 06 18:38:54 ghanima kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
    avril 06 18:38:54 ghanima kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0x0008d000-0x0008dfff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0x0008e000-0x0009ffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0x1f000000-0x1f0fffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0x20000000-0x200fffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xb966b000-0xb969afff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xb969b000-0xb96aafff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xb96ab000-0xb97effff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xb97f0000-0xb9b9cfff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xb9b9e000-0xb9bdffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xb9d4f000-0xb9ff9fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xba000000-0xbaffffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xbb000000-0xbeffffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xbf000000-0xe00f7fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xe00f9000-0xfed00fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xfed02000-0xfed07fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xfed09000-0xffafffff]
    avril 06 18:38:54 ghanima kernel: PM: Registered nosave memory: [mem 0xffb00000-0xffffffff]
    avril 06 18:38:54 ghanima kernel: e820: [mem 0xbf000000-0xe00f7fff] available for PCI devices
    avril 06 18:38:54 ghanima kernel: Booting paravirtualized kernel on bare hardware
    avril 06 18:38:54 ghanima kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
    avril 06 18:38:54 ghanima kernel: PERCPU: Embedded 31 pages/cpu @ffff88013fc00000 s86336 r8192 d32448 u524288
    avril 06 18:38:54 ghanima kernel: pcpu-alloc: s86336 r8192 d32448 u524288 alloc=1*2097152
    avril 06 18:38:54 ghanima kernel: pcpu-alloc: [0] 0 1 2 3
    avril 06 18:38:54 ghanima kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 1005312
    avril 06 18:38:54 ghanima kernel: Policy zone: Normal
    avril 06 18:38:54 ghanima kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=948e1d0b-179a-4c18-9765-803bc8264277 rw intel_pstate=disable
    avril 06 18:38:54 ghanima kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    avril 06 18:38:54 ghanima kernel: AGP: Checking aperture...
    avril 06 18:38:54 ghanima kernel: AGP: No AGP bridge found
    avril 06 18:38:54 ghanima kernel: Calgary: detecting Calgary via BIOS EBDA area
    avril 06 18:38:54 ghanima kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    avril 06 18:38:54 ghanima kernel: Memory: 3937980K/4085172K available (5533K kernel code, 917K rwdata, 1744K rodata, 1164K init, 1156K bss, 147192K reserved, 0K cma-reserved)
    avril 06 18:38:54 ghanima kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    avril 06 18:38:54 ghanima kernel: Preemptible hierarchical RCU implementation.
    avril 06 18:38:54 ghanima kernel: RCU dyntick-idle grace-period acceleration is enabled.
    avril 06 18:38:54 ghanima kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
    avril 06 18:38:54 ghanima kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    avril 06 18:38:54 ghanima kernel: NR_IRQS:8448 nr_irqs:1024 16
    avril 06 18:38:54 ghanima kernel: spurious 8259A interrupt: IRQ7.
    avril 06 18:38:54 ghanima kernel: Console: colour dummy device 80x25
    avril 06 18:38:54 ghanima kernel: console [tty0] enabled
    avril 06 18:38:54 ghanima kernel: Maximum core-clock to bus-clock ratio: 0x18
    avril 06 18:38:54 ghanima kernel: Resolved frequency ID: 0, frequency: 83200 KHz
    avril 06 18:38:54 ghanima kernel: TSC runs at 1996800 KHz
    avril 06 18:38:54 ghanima kernel: lapic_timer_frequency = 277333
    avril 06 18:38:54 ghanima kernel: tsc: Detected 1996.800 MHz processor
    avril 06 18:38:54 ghanima kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3995.00 BogoMIPS (lpj=6656000)
    avril 06 18:38:54 ghanima kernel: pid_max: default: 32768 minimum: 301
    avril 06 18:38:54 ghanima kernel: ACPI: Core revision 20141107
    avril 06 18:38:54 ghanima kernel: ACPI: All ACPI Tables successfully acquired
    avril 06 18:38:54 ghanima kernel: Security Framework initialized
    avril 06 18:38:54 ghanima kernel: Yama: becoming mindful.
    avril 06 18:38:54 ghanima kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    avril 06 18:38:54 ghanima kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    avril 06 18:38:54 ghanima kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    avril 06 18:38:54 ghanima kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys memory
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys devices
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys freezer
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys net_cls
    avril 06 18:38:54 ghanima kernel: Initializing cgroup subsys blkio
    avril 06 18:38:54 ghanima kernel: CPU: Physical Processor ID: 0
    avril 06 18:38:54 ghanima kernel: CPU: Processor Core ID: 0
    avril 06 18:38:54 ghanima kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    avril 06 18:38:54 ghanima kernel: mce: CPU supports 6 MCE banks
    avril 06 18:38:54 ghanima kernel: CPU0: Thermal monitoring enabled (TM1)
    avril 06 18:38:54 ghanima kernel: Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
    avril 06 18:38:54 ghanima kernel: Freeing SMP alternatives memory: 20K (ffffffff81a0a000 - ffffffff81a0f000)
    avril 06 18:38:54 ghanima kernel: ftrace: allocating 21170 entries in 83 pages
    avril 06 18:38:54 ghanima kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    avril 06 18:38:54 ghanima kernel: smpboot: CPU0: Intel(R) Celeron(R) CPU J1900 @ 1.99GHz (fam: 06, model: 37, stepping: 08)
    avril 06 18:38:54 ghanima kernel: TSC deadline timer enabled
    avril 06 18:38:54 ghanima kernel: Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
    avril 06 18:38:54 ghanima kernel: ... version: 3
    avril 06 18:38:54 ghanima kernel: ... bit width: 40
    avril 06 18:38:54 ghanima kernel: ... generic registers: 2
    avril 06 18:38:54 ghanima kernel: ... value mask: 000000ffffffffff
    avril 06 18:38:54 ghanima kernel: ... max period: 000000ffffffffff
    avril 06 18:38:54 ghanima kernel: ... fixed-purpose events: 3
    avril 06 18:38:54 ghanima kernel: ... event mask: 0000000700000003
    avril 06 18:38:54 ghanima kernel: x86: Booting SMP configuration:
    avril 06 18:38:54 ghanima kernel: .... node #0, CPUs: #1
    avril 06 18:38:54 ghanima kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    avril 06 18:38:54 ghanima kernel: #2 #3
    avril 06 18:38:54 ghanima kernel: x86: Booted up 1 node, 4 CPUs
    avril 06 18:38:54 ghanima kernel: smpboot: Total of 4 processors activated (15980.00 BogoMIPS)
    avril 06 18:38:54 ghanima kernel: devtmpfs: initialized
    avril 06 18:38:54 ghanima kernel: PM: Registering ACPI NVS region [mem 0xb96ab000-0xb97effff] (1331200 bytes)
    avril 06 18:38:54 ghanima kernel: pinctrl core: initialized pinctrl subsystem
    avril 06 18:38:54 ghanima kernel: RTC time: 16:38:52, date: 04/06/15
    avril 06 18:38:54 ghanima kernel: NET: Registered protocol family 16
    avril 06 18:38:54 ghanima kernel: cpuidle: using governor ladder
    avril 06 18:38:54 ghanima kernel: cpuidle: using governor menu
    avril 06 18:38:54 ghanima kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    avril 06 18:38:54 ghanima kernel: ACPI: bus type PCI registered
    avril 06 18:38:54 ghanima kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    avril 06 18:38:54 ghanima kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    avril 06 18:38:54 ghanima kernel: PCI: not using MMCONFIG
    avril 06 18:38:54 ghanima kernel: PCI: Using configuration type 1 for base access
    avril 06 18:38:54 ghanima kernel: ACPI: Added _OSI(Module Device)
    avril 06 18:38:54 ghanima kernel: ACPI: Added _OSI(Processor Device)
    avril 06 18:38:54 ghanima kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    avril 06 18:38:54 ghanima kernel: ACPI: Added _OSI(Processor Aggregator Device)
    avril 06 18:38:54 ghanima kernel: ACPI: Dynamic OEM Table Load:
    avril 06 18:38:54 ghanima kernel: ACPI: SSDT 0xFFFF88013A5D3C00 0003BC (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
    avril 06 18:38:54 ghanima kernel: ACPI: Dynamic OEM Table Load:
    avril 06 18:38:54 ghanima kernel: ACPI: SSDT 0xFFFF88013A5DA800 000433 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
    avril 06 18:38:54 ghanima kernel: ACPI: Dynamic OEM Table Load:
    avril 06 18:38:54 ghanima kernel: ACPI: SSDT 0xFFFF88013A5D6200 00015F (v01 PmRef ApIst 00003000 INTL 20061109)
    avril 06 18:38:54 ghanima kernel: ACPI: Dynamic OEM Table Load:
    avril 06 18:38:54 ghanima kernel: ACPI: SSDT 0xFFFF88013A5C1600 00008D (v01 PmRef ApCst 00003000 INTL 20061109)
    avril 06 18:38:54 ghanima kernel: ACPI: Interpreter enabled
    avril 06 18:38:54 ghanima kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20141107/hwxface-580)
    avril 06 18:38:54 ghanima kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20141107/hwxface-580)
    avril 06 18:38:54 ghanima kernel: ACPI: (supports S0 S3 S4 S5)
    avril 06 18:38:54 ghanima kernel: ACPI: Using IOAPIC for interrupt routing
    avril 06 18:38:54 ghanima kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    avril 06 18:38:54 ghanima kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    avril 06 18:38:54 ghanima kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    avril 06 18:38:54 ghanima kernel: ACPI: Power Resource [USBC] (on)
    avril 06 18:38:54 ghanima kernel: ACPI: Power Resource [PLPE] (on)
    avril 06 18:38:54 ghanima kernel: ACPI: Power Resource [PLPE] (on)
    avril 06 18:38:54 ghanima kernel: ACPI: Power Resource [FN00] (off)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    avril 06 18:38:54 ghanima kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    avril 06 18:38:54 ghanima kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
    avril 06 18:38:54 ghanima kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
    avril 06 18:38:54 ghanima kernel: PCI host bridge to bus 0000:00
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x006f]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xd0815fff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd03fffff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:02.0: reg 0x20: [io 0xf080-0xf087]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: [8086:0f23] type 00 class 0x010601
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: reg 0x10: [io 0xf070-0xf077]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: reg 0x14: [io 0xf060-0xf063]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: reg 0x18: [io 0xf050-0xf057]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: reg 0x1c: [io 0xf040-0xf043]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: reg 0x20: [io 0xf020-0xf03f]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: reg 0x24: [mem 0xd0815000-0xd08157ff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:13.0: PME# supported from D3hot
    avril 06 18:38:54 ghanima kernel: pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
    avril 06 18:38:54 ghanima kernel: pci 0000:00:14.0: reg 0x10: [mem 0xd0800000-0xd080ffff 64bit]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:00:14.0: System wakeup disabled by ACPI
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xd0500000-0xd05fffff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1a.0: reg 0x14: [mem 0xd0400000-0xd04fffff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xd0810000-0xd0813fff 64bit]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: [8086:0f4a] type 01 class 0x060400
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: [8086:0f4c] type 01 class 0x060400
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: [8086:0f4e] type 01 class 0x060400
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1f.3: [8086:0f12] type 00 class 0x0c0500
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xd0814000-0xd081401f]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
    avril 06 18:38:54 ghanima kernel: pci 0000:02:00.0: [10ec:b723] type 00 class 0x028000
    avril 06 18:38:54 ghanima kernel: pci 0000:02:00.0: reg 0x10: [io 0xe000-0xe0ff]
    avril 06 18:38:54 ghanima kernel: pci 0000:02:00.0: reg 0x18: [mem 0xd0700000-0xd0703fff 64bit]
    avril 06 18:38:54 ghanima kernel: pci 0000:02:00.0: supports D1 D2
    avril 06 18:38:54 ghanima kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:02:00.0: System wakeup disabled by ACPI
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: bridge window [io 0xe000-0xefff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: bridge window [mem 0xd0700000-0xd07fffff]
    avril 06 18:38:54 ghanima kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
    avril 06 18:38:54 ghanima kernel: pci 0000:03:00.0: reg 0x10: [io 0xd000-0xd0ff]
    avril 06 18:38:54 ghanima kernel: pci 0000:03:00.0: reg 0x18: [mem 0xd0604000-0xd0604fff 64bit]
    avril 06 18:38:54 ghanima kernel: pci 0000:03:00.0: reg 0x20: [mem 0xd0600000-0xd0603fff 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:03:00.0: supports D1 D2
    avril 06 18:38:54 ghanima kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    avril 06 18:38:54 ghanima kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: bridge window [mem 0xd0600000-0xd06fffff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
    avril 06 18:38:54 ghanima kernel: acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 *4 5 6 10 11 12 14 15)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
    avril 06 18:38:54 ghanima kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    avril 06 18:38:54 ghanima kernel: ACPI: Enabled 5 GPEs in block 00 to 3F
    avril 06 18:38:54 ghanima kernel: vgaarb: setting as boot device: PCI:0000:00:02.0
    avril 06 18:38:54 ghanima kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    avril 06 18:38:54 ghanima kernel: vgaarb: loaded
    avril 06 18:38:54 ghanima kernel: vgaarb: bridge control possible 0000:00:02.0
    avril 06 18:38:54 ghanima kernel: PCI: Using ACPI for IRQ routing
    avril 06 18:38:54 ghanima kernel: PCI: pci_cache_line_size set to 64 bytes
    avril 06 18:38:54 ghanima kernel: e820: reserve RAM buffer [mem 0x0008d800-0x0008ffff]
    avril 06 18:38:54 ghanima kernel: e820: reserve RAM buffer [mem 0x1f000000-0x1fffffff]
    avril 06 18:38:54 ghanima kernel: e820: reserve RAM buffer [mem 0xb966b000-0xbbffffff]
    avril 06 18:38:54 ghanima kernel: e820: reserve RAM buffer [mem 0xb9b9e000-0xbbffffff]
    avril 06 18:38:54 ghanima kernel: e820: reserve RAM buffer [mem 0xb9d4f000-0xbbffffff]
    avril 06 18:38:54 ghanima kernel: e820: reserve RAM buffer [mem 0xba000000-0xbbffffff]
    avril 06 18:38:54 ghanima kernel: NetLabel: Initializing
    avril 06 18:38:54 ghanima kernel: NetLabel: domain hash size = 128
    avril 06 18:38:54 ghanima kernel: NetLabel: protocols = UNLABELED CIPSOv4
    avril 06 18:38:54 ghanima kernel: NetLabel: unlabeled traffic allowed by default
    avril 06 18:38:54 ghanima kernel: Switched to clocksource refined-jiffies
    avril 06 18:38:54 ghanima kernel: pnp: PnP ACPI init
    avril 06 18:38:54 ghanima kernel: pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
    avril 06 18:38:54 ghanima kernel: system 00:01: [io 0x0680-0x069f] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:01: [io 0x0400-0x047f] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:01: [io 0x0500-0x05fe] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:01: [io 0x0600-0x061f] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    avril 06 18:38:54 ghanima kernel: system 00:02: [io 0x0a00-0x0a2f] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:02: [io 0x0a30-0x0a3f] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:02: [io 0x0a40-0x0a4f] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xe0000000-0xefffffff] could not be reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfed01000-0xfed01fff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfed03000-0xfed03fff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfed04000-0xfed04fff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfed0c000-0xfed0ffff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfed08000-0xfed08fff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfed1c000-0xfed1cfff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfee00000-0xfeefffff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: [mem 0xfef00000-0xfeffffff] has been reserved
    avril 06 18:38:54 ghanima kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    avril 06 18:38:54 ghanima kernel: pnp: PnP ACPI: found 4 devices
    avril 06 18:38:54 ghanima kernel: Switched to clocksource acpi_pm
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 14: no space for [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 14: failed to assign [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 14: no space for [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 14: failed to assign [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 13: assigned [io 0x2000-0x2fff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 14: no space for [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 14: failed to assign [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 14: no space for [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 14: failed to assign [mem size 0x00200000]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: bridge window [io 0xe000-0xefff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.1: bridge window [mem 0xd0700000-0xd07fffff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.2: bridge window [mem 0xd0600000-0xd06fffff]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
    avril 06 18:38:54 ghanima kernel: pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x006f]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: resource 5 [io 0x0078-0x0cf7]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: resource 6 [io 0x0d00-0xffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: resource 8 [mem 0x000c0000-0x000dffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000fffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:00: resource 10 [mem 0xc0000000-0xd0815fff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:01: resource 0 [io 0x1000-0x1fff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:02: resource 1 [mem 0xd0700000-0xd07fffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:03: resource 1 [mem 0xd0600000-0xd06fffff]
    avril 06 18:38:54 ghanima kernel: pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
    avril 06 18:38:54 ghanima kernel: NET: Registered protocol family 2
    avril 06 18:38:54 ghanima kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    avril 06 18:38:54 ghanima kernel: TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    avril 06 18:38:54 ghanima kernel: TCP: Hash tables configured (established 32768 bind 32768)
    avril 06 18:38:54 ghanima kernel: TCP: reno registered
    avril 06 18:38:54 ghanima kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes)
    avril 06 18:38:54 ghanima kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    avril 06 18:38:54 ghanima kernel: NET: Registered protocol family 1
    avril 06 18:38:54 ghanima kernel: pci 0000:00:02.0: Video device with shadowed ROM
    avril 06 18:38:54 ghanima kernel: PCI: CLS 64 bytes, default 64
    avril 06 18:38:54 ghanima kernel: Unpacking initramfs...
    avril 06 18:38:54 ghanima kernel: Freeing initrd memory: 3244K (ffff88003799a000 - ffff880037cc5000)
    avril 06 18:38:54 ghanima kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    avril 06 18:38:54 ghanima kernel: software IO TLB [mem 0xb566b000-0xb966b000] (64MB) mapped at [ffff8800b566b000-ffff8800b966afff]
    avril 06 18:38:54 ghanima kernel: microcode: CPU0 sig=0x30678, pf=0x4, revision=0x811
    avril 06 18:38:54 ghanima kernel: microcode: CPU1 sig=0x30678, pf=0x4, revision=0x811
    avril 06 18:38:54 ghanima kernel: microcode: CPU2 sig=0x30678, pf=0x4, revision=0x811
    avril 06 18:38:54 ghanima kernel: microcode: CPU3 sig=0x30678, pf=0x4, revision=0x811
    avril 06 18:38:54 ghanima kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    avril 06 18:38:54 ghanima kernel: Scanning for low memory corruption every 60 seconds
    avril 06 18:38:54 ghanima kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
    avril 06 18:38:54 ghanima kernel: Initialise system trusted keyring
    avril 06 18:38:54 ghanima kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    avril 06 18:38:54 ghanima kernel: zpool: loaded
    avril 06 18:38:54 ghanima kernel: zbud: loaded
    avril 06 18:38:54 ghanima kernel: VFS: Disk quotas dquot_6.5.2
    avril 06 18:38:54 ghanima kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    avril 06 18:38:54 ghanima kernel: Key type big_key registered
    avril 06 18:38:54 ghanima kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    avril 06 18:38:54 ghanima kernel: io scheduler noop registered
    avril 06 18:38:54 ghanima kernel: io scheduler deadline registered
    avril 06 18:38:54 ghanima kernel: io scheduler cfq registered (default)
    avril 06 18:38:54 ghanima kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    avril 06 18:38:54 ghanima kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    avril 06 18:38:54 ghanima kernel: efifb: probing for efifb
    avril 06 18:38:54 ghanima kernel: efifb: framebuffer at 0xa0000, mapped to 0xffff8800000a0000, using 64k, total 64k
    avril 06 18:38:54 ghanima kernel: efifb: mode is 640x480x1, linelength=80, pages=1
    avril 06 18:38:54 ghanima kernel: efifb: scrolling: redraw
    avril 06 18:38:54 ghanima kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    avril 06 18:38:54 ghanima kernel: Console: switching to colour frame buffer device 80x30
    avril 06 18:38:54 ghanima kernel: fb0: EFI VGA frame buffer device
    avril 06 18:38:54 ghanima kernel: intel_idle: MWAIT substates: 0x33000020
    avril 06 18:38:54 ghanima kernel: intel_idle: v0.4 model 0x37
    avril 06 18:38:54 ghanima kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
    avril 06 18:38:54 ghanima kernel: GHES: HEST is not enabled!
    avril 06 18:38:54 ghanima kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    avril 06 18:38:54 ghanima kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    avril 06 18:38:54 ghanima kernel: hpet: number irqs doesn't agree with number of timers
    avril 06 18:38:54 ghanima kernel: Linux agpgart interface v0.103
    avril 06 18:38:54 ghanima kernel: rtc_cmos 00:00: RTC can wake from S4
    avril 06 18:38:54 ghanima kernel: rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
    avril 06 18:38:54 ghanima kernel: rtc_cmos 00:00: alarms up to one month, y3k, 242 bytes nvram
    avril 06 18:38:54 ghanima kernel: ledtrig-cpu: registered to indicate activity on CPUs
    avril 06 18:38:54 ghanima kernel: TCP: cubic registered
    avril 06 18:38:54 ghanima kernel: NET: Registered protocol family 10
    avril 06 18:38:54 ghanima kernel: NET: Registered protocol family 17
    avril 06 18:38:54 ghanima kernel: Loading compiled-in X.509 certificates
    avril 06 18:38:54 ghanima kernel: registered taskstats version 1
    avril 06 18:38:54 ghanima kernel: Magic number: 11:714:640
    avril 06 18:38:54 ghanima kernel: rtc_cmos 00:00: setting system clock to 2015-04-06 16:38:53 UTC (1428338333)
    avril 06 18:38:54 ghanima kernel: PM: Hibernation image not present or could not be loaded.
    avril 06 18:38:54 ghanima kernel: Freeing unused kernel memory: 1164K (ffffffff818e7000 - ffffffff81a0a000)
    avril 06 18:38:54 ghanima kernel: Write protecting the kernel read-only data: 8192k
    avril 06 18:38:54 ghanima kernel: Freeing unused kernel memory: 600K (ffff88000156a000 - ffff880001600000)
    avril 06 18:38:54 ghanima kernel: Freeing unused kernel memory: 304K (ffff8800017b4000 - ffff880001800000)
    avril 06 18:38:54 ghanima kernel: random: systemd-tmpfile urandom read with 1 bits of entropy available
    avril 06 18:38:54 ghanima kernel: ACPI: bus type USB registered
    avril 06 18:38:54 ghanima kernel: usbcore: registered new interface driver usbfs
    avril 06 18:38:54 ghanima kernel: usbcore: registered new interface driver hub
    avril 06 18:38:54 ghanima kernel: usbcore: registered new device driver usb
    avril 06 18:38:54 ghanima kernel: SCSI subsystem initialized
    avril 06 18:38:54 ghanima kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
    avril 06 18:38:54 ghanima kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    avril 06 18:38:54 ghanima kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    avril 06 18:38:54 ghanima kernel: hub 1-0:1.0: USB hub found
    avril 06 18:38:54 ghanima kernel: hub 1-0:1.0: 6 ports detected
    avril 06 18:38:54 ghanima kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
    avril 06 18:38:54 ghanima kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    avril 06 18:38:54 ghanima kernel: hub 2-0:1.0: USB hub found
    avril 06 18:38:54 ghanima kernel: libata version 3.00 loaded.
    avril 06 18:38:54 ghanima kernel: hub 2-0:1.0: 1 port detected
    avril 06 18:38:54 ghanima kernel: ahci 0000:00:13.0: version 3.0
    avril 06 18:38:54 ghanima kernel: ahci 0000:00:13.0: AHCI 0001.0300 32 slots 2 ports 3 Gbps 0x1 impl SATA mode
    avril 06 18:38:54 ghanima kernel: ahci 0000:00:13.0: flags: 64bit ncq pm led clo pio slum part deso sadm
    avril 06 18:38:54 ghanima kernel: scsi host0: ahci
    avril 06 18:38:54 ghanima kernel: scsi host1: ahci
    avril 06 18:38:54 ghanima kernel: ata1: SATA max UDMA/133 abar m2048@0xd0815000 port 0xd0815100 irq 88
    avril 06 18:38:54 ghanima kernel: ata2: DUMMY
    avril 06 18:38:54 ghanima kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    avril 06 18:38:54 ghanima kernel: ata1.00: ATA-8: KINGSTON SV300S37A60G, 580ABBF0, max UDMA/133
    avril 06 18:38:54 ghanima kernel: ata1.00: 117231408 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
    avril 06 18:38:54 ghanima kernel: ata1.00: configured for UDMA/133
    avril 06 18:38:54 ghanima kernel: scsi 0:0:0:0: Direct-Access ATA KINGSTON SV300S3 BBF0 PQ: 0 ANSI: 5
    avril 06 18:38:54 ghanima kernel: sd 0:0:0:0: [sda] 117231408 512-byte logical blocks: (60.0 GB/55.8 GiB)
    avril 06 18:38:54 ghanima kernel: sd 0:0:0:0: [sda] Write Protect is off
    avril 06 18:38:54 ghanima kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    avril 06 18:38:54 ghanima kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    avril 06 18:38:54 ghanima kernel: sda: sda1 sda2 sda3 sda4
    avril 06 18:38:54 ghanima kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    avril 06 18:38:54 ghanima kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
    avril 06 18:38:54 ghanima kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    avril 06 18:38:54 ghanima kernel: usb 1-2: No LPM exit latency info found, disabling LPM.
    avril 06 18:38:54 ghanima systemd[1]: systemd 218 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
    avril 06 18:38:54 ghanima systemd[1]: Detected architecture 'x86-64'.
    avril 06 18:38:54 ghanima systemd[1]: Set hostname to <ghanima>.
    avril 06 18:38:54 ghanima kernel: usb 1-3: new full-speed USB device number 3 using xhci_hcd
    avril 06 18:38:54 ghanima systemd[1]: Configuration file /usr/lib/systemd/system/[email protected] is marked executable. Please remove executable permission bits. Proceeding anyway.
    avril 06 18:38:54 ghanima systemd[1]: Configuration file /usr/lib/systemd/system/[email protected] is marked executable. Please remove executable permission bits. Proceeding anyway.
    avril 06 18:38:54 ghanima systemd[1]: Configuration file /usr/lib/systemd/system/webmin.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    avril 06 18:38:54 ghanima systemd[1]: Configuration file /usr/lib/systemd/system/webmin.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
    avril 06 18:38:54 ghanima systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    avril 06 18:38:54 ghanima systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    avril 06 18:38:54 ghanima systemd[1]: Starting Encrypted Volumes.
    avril 06 18:38:54 ghanima systemd[1]: Reached target Encrypted Volumes.
    avril 06 18:38:54 ghanima systemd[1]: Starting Login Prompts.
    avril 06 18:38:54 ghanima systemd[1]: Reached target Login Prompts.
    avril 06 18:38:54 ghanima systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    avril 06 18:38:54 ghanima systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    avril 06 18:38:54 ghanima systemd[1]: Expecting device dev-sda3.device...
    avril 06 18:38:54 ghanima systemd[1]: Starting Root Slice.
    avril 06 18:38:54 ghanima systemd[1]: Created slice Root Slice.
    avril 06 18:38:54 ghanima systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    avril 06 18:38:54 ghanima systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    avril 06 18:38:54 ghanima systemd[1]: Starting LVM2 metadata daemon socket.
    avril 06 18:38:54 ghanima systemd[1]: Listening on LVM2 metadata daemon socket.
    avril 06 18:38:54 ghanima systemd[1]: Starting udev Control Socket.
    avril 06 18:38:54 ghanima systemd[1]: Listening on udev Control Socket.
    avril 06 18:38:54 ghanima systemd[1]: Starting System Slice.
    avril 06 18:38:54 ghanima systemd[1]: Created slice System Slice.
    avril 06 18:38:54 ghanima systemd[1]: Starting system-darkice.slice.
    avril 06 18:38:54 ghanima systemd[1]: Created slice system-darkice.slice.
    avril 06 18:38:54 ghanima systemd[1]: Starting system-systemd\x2dfsck.slice.
    avril 06 18:38:54 ghanima systemd[1]: Created slice system-systemd\x2dfsck.slice.
    avril 06 18:38:54 ghanima systemd[1]: Starting system-getty.slice.
    avril 06 18:38:54 ghanima systemd[1]: Created slice system-getty.slice.
    avril 06 18:38:54 ghanima systemd[1]: Starting Device-mapper event daemon FIFOs.
    avril 06 18:38:54 ghanima systemd[1]: Listening on Device-mapper event daemon FIFOs.
    avril 06 18:38:54 ghanima systemd[1]: Starting Journal Socket (/dev/log).
    avril 06 18:38:54 ghanima systemd[1]: Listening on Journal Socket (/dev/log).
    avril 06 18:38:54 ghanima systemd[1]: Starting Delayed Shutdown Socket.
    avril 06 18:38:54 ghanima systemd[1]: Listening on Delayed Shutdown Socket.
    avril 06 18:38:54 ghanima systemd[1]: Starting udev Kernel Socket.
    avril 06 18:38:54 ghanima systemd[1]: Listening on udev Kernel Socket.
    avril 06 18:38:54 ghanima systemd[1]: Starting Journal Socket.
    avril 06 18:38:54 ghanima systemd[1]: Listening on Journal Socket.
    avril 06 18:38:54 ghanima systemd[1]: Started File System Check on Root Device.
    avril 06 18:38:54 ghanima systemd[1]: Starting udev Coldplug all Devices...
    avril 06 18:38:54 ghanima systemd[1]: Mounting Debug File System...
    avril 06 18:38:54 ghanima systemd[1]: Starting Setup Virtual Console...
    avril 06 18:38:54 ghanima systemd[1]: Mounting Temporary Directory...
    avril 06 18:38:54 ghanima systemd[1]: Starting Create list of required static device nodes for the current kernel...
    avril 06 18:38:54 ghanima systemd[1]: Starting Set Up Additional Binary Formats...
    avril 06 18:38:54 ghanima systemd[1]: Starting Load Kernel Modules...
    avril 06 18:38:54 ghanima systemd[1]: Mounting Huge Pages File System...
    avril 06 18:38:54 ghanima systemd[1]: Mounting POSIX Message Queue File System...
    avril 06 18:38:54 ghanima systemd[1]: Starting Remount Root and Kernel File Systems...
    avril 06 18:38:54 ghanima systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    avril 06 18:38:54 ghanima systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    avril 06 18:38:54 ghanima kernel: tsc: Refined TSC clocksource calibration: 1999.999 MHz
    avril 06 18:38:54 ghanima systemd[1]: Starting Paths.
    avril 06 18:38:54 ghanima kernel: EXT4-fs (sda2): re-mounted. Opts: data=ordered,discard
    avril 06 18:38:54 ghanima systemd[1]: Reached target Paths.
    avril 06 18:38:54 ghanima systemd[1]: Expecting device dev-sda4.device...
    avril 06 18:38:54 ghanima kernel: vboxdrv: Found 4 processor cores.
    avril 06 18:38:54 ghanima kernel: vboxdrv: fAsync=0 offMin=0x2a0 offMax=0x38310
    avril 06 18:38:54 ghanima kernel: vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    avril 06 18:38:54 ghanima kernel: vboxdrv: Successfully loaded version 4.3.26_OSE (interface 0x001a000a).
    avril 06 18:38:54 ghanima systemd[1]: Listening on Journal Audit Socket.
    avril 06 18:38:54 ghanima systemd[1]: Starting Journal Service...
    avril 06 18:38:54 ghanima systemd[1]: Starting User and Session Slice.
    avril 06 18:38:54 ghanima systemd[1]: Created slice User and Session Slice.
    avril 06 18:38:54 ghanima systemd[1]: Starting Slices.
    avril 06 18:38:54 ghanima kernel: vboxpci: IOMMU not found (not registered)
    avril 06 18:38:54 ghanima systemd[1]: Reached target Slices.
    avril 06 18:38:54 ghanima systemd[1]: Starting Early root shell on /dev/tty9 FOR DEBUGGING ONLY...
    avril 06 18:38:54 ghanima systemd[1]: Started Early root shell on /dev/tty9 FOR DEBUGGING ONLY.
    avril 06 18:38:54 ghanima systemd[1]: Mounted POSIX Message Queue File System.
    avril 06 18:38:54 ghanima systemd[1]: Mounted Debug File System.
    avril 06 18:38:54 ghanima systemd[1]: Mounted Huge Pages File System.
    avril 06 18:38:54 ghanima systemd[1]: Mounted Temporary Directory.
    avril 06 18:38:54 ghanima systemd[1]: Started Setup Virtual Console.
    avril 06 18:38:54 ghanima systemd[1]: Started Create list of required static device nodes for the current kernel.
    avril 06 18:38:54 ghanima systemd[1]: Started Load Kernel Modules.
    avril 06 18:38:54 ghanima systemd[1]: Started Remount Root and Kernel File Systems.
    avril 06 18:38:54 ghanima systemd[1]: Started udev Coldplug all Devices.
    avril 06 18:38:54 ghanima systemd[1]: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 130 (systemd-binfmt)
    avril 06 18:38:54 ghanima systemd[1]: Mounting Arbitrary Executable File Formats File System...
    avril 06 18:38:54 ghanima systemd[1]: Started Rebuild Hardware Database.
    avril 06 18:38:54 ghanima systemd[1]: Starting Load/Save Random Seed...
    avril 06 18:38:54 ghanima systemd-journal[146]: Journal started
    avril 06 18:38:54 ghanima systemd-modules-load[131]: Inserted module 'vboxdrv'
    avril 06 18:38:54 ghanima systemd-modules-load[131]: Inserted module 'vboxnetadp'
    avril 06 18:38:54 ghanima systemd-modules-load[131]: Inserted module 'vboxnetflt'
    avril 06 18:38:54 ghanima systemd-modules-load[131]: Inserted module 'vboxpci'
    avril 06 18:38:54 ghanima systemd[1]: Started First Boot Wizard.
    avril 06 18:38:54 ghanima systemd[1]: Started Create System Users.
    avril 06 18:38:54 ghanima systemd[1]: Started Rebuild Dynamic Linker Cache.
    avril 06 18:38:54 ghanima systemd[1]: Mounted FUSE Control File System.
    avril 06 18:38:54 ghanima systemd[1]: Mounting Configuration File System...
    avril 06 18:38:54 ghanima systemd[1]: Starting Apply Kernel Variables...
    avril 06 18:38:54 ghanima systemd[1]: Starting Create Static Device Nodes in /dev...
    avril 06 18:38:54 ghanima kernel: usb 1-4: new high-speed USB device number 4 using xhci_hcd
    avril 06 18:38:54 ghanima systemd[1]: Mounted Arbitrary Executable File Formats File System.
    avril 06 18:38:54 ghanima systemd[1]: Mounted Configuration File System.
    avril 06 18:38:54 ghanima systemd[1]: Started Journal Service.
    avril 06 18:38:54 ghanima systemd[1]: Started Load/Save Random Seed.
    avril 06 18:38:54 ghanima systemd[1]: Started Set Up Additional Binary Formats.
    avril 06 18:38:54 ghanima systemd[1]: Started Apply Kernel Variables.
    avril 06 18:38:54 ghanima systemd[1]: Started Create Static Device Nodes in /dev.
    avril 06 18:38:54 ghanima systemd[1]: Starting udev Kernel Device Manager...
    avril 06 18:38:54 ghanima systemd[1]: Starting Local File Systems (Pre).
    avril 06 18:38:54 ghanima systemd[1]: Reached target Local File Systems (Pre).
    avril 06 18:38:54 ghanima systemd[1]: Starting Flush Journal to Persistent Storage...
    avril 06 18:38:54 ghanima systemd-udevd[166]: starting version 218
    avril 06 18:38:54 ghanima systemd[1]: Started Flush Journal to Persistent Storage.
    avril 06 18:38:54 ghanima systemd[1]: Started udev Kernel Device Manager.
    avril 06 18:38:54 ghanima kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    avril 06 18:38:54 ghanima kernel: ACPI: Power Button [PWRB]
    avril 06 18:38:54 ghanima kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
    avril 06 18:38:54 ghanima kernel: ACPI: Sleep Button [SLPB]
    avril 06 18:38:54 ghanima kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    avril 06 18:38:54 ghanima kernel: ACPI: Power Button [PWRF]
    avril 06 18:38:54 ghanima kernel: ------------[ cut here ]------------
    avril 06 18:38:54 ghanima kernel: WARNING: CPU: 1 PID: 178 at drivers/cpufreq/cpufreq.c:2300 cpufreq_update_policy+0x1b9/0x1f0()
    avril 06 18:38:54 ghanima kernel: Modules linked in: fan(+) thermal(+) pcc_cpufreq(-) video battery acpi_cpufreq processor button sch_fq_codel pci_stub vboxpci(O) vboxnetflt(O) vboxnetadp(O) vboxdrv(O) ext4 crc16 mbcache jbd2 sd_mod ahci libahci libata xhci_pci xhci_hcd scsi_mod usbcore usb_common
    avril 06 18:38:54 ghanima kernel: CPU: 1 PID: 178 Comm: systemd-udevd Tainted: G O 3.19.2-1-ARCH #1
    avril 06 18:38:54 ghanima kernel: Hardware name: GIGABYTE GB-BXBT-1900/MZBAYAB-00, BIOS F3 07/15/2014
    avril 06 18:38:54 ghanima kernel: 0000000000000000 0000000063c922bf ffff880037a736f8 ffffffff8155cfdf
    avril 06 18:38:54 ghanima kernel: 0000000000000000 0000000000000000 ffff880037a73738 ffffffff81073a4a
    avril 06 18:38:54 ghanima kernel: ffff880037b99600 ffff880037b99600 00000000fffffffb ffff880037b99728
    avril 06 18:38:54 ghanima kernel: Call Trace:
    avril 06 18:38:54 ghanima kernel: [<ffffffff8155cfdf>] dump_stack+0x4c/0x6e
    avril 06 18:38:54 ghanima kernel: [<ffffffff81073a4a>] warn_slowpath_common+0x8a/0xc0
    avril 06 18:38:54 ghanima kernel: [<ffffffff81073b7a>] warn_slowpath_null+0x1a/0x20
    avril 06 18:38:54 ghanima kernel: [<ffffffff8141b259>] cpufreq_update_policy+0x1b9/0x1f0
    avril 06 18:38:54 ghanima kernel: [<ffffffff8141b290>] ? cpufreq_update_policy+0x1f0/0x1f0
    avril 06 18:38:54 ghanima kernel: [<ffffffffa01f77ed>] cpufreq_set_cur_state.part.3+0x8b/0x95 [processor]
    avril 06 18:38:54 ghanima kernel: [<ffffffffa01f7907>] processor_set_cur_state+0xa1/0xdb [processor]
    avril 06 18:38:54 ghanima kernel: [<ffffffff81415771>] thermal_cdev_update+0xd1/0x180
    avril 06 18:38:54 ghanima kernel: [<ffffffff81417b19>] step_wise_throttle+0x59/0x90
    avril 06 18:38:54 ghanima kernel: [<ffffffff81417ac0>] ? thermal_zone_trip_update+0x3e0/0x3e0
    avril 06 18:38:54 ghanima kernel: [<ffffffff81415f11>] handle_thermal_trip+0x61/0x1e0
    avril 06 18:38:54 ghanima kernel: [<ffffffff81416175>] thermal_zone_device_update+0xe5/0x170
    avril 06 18:38:54 ghanima kernel: [<ffffffff81416bf9>] thermal_zone_device_register+0x7a9/0x8b0
    avril 06 18:38:54 ghanima

    Hello, i too have random freeze without any "usable" info.
    The blame "may" (well i think it is) be a "baytay + i915 kernel drivers" fault, these thread are intresting :
    - https://bugs.freedesktop.org/show_bug.cgi?id=88012
    - https://github.com/OpenELEC/OpenELEC.tv/issues/3726
    what intresting is that there is path (for use of "legacy-turbo"), sory not remenber where i get it
    -- gpu-drm-i915-fix-vlv-crash.txt --
    Revert back to legacy turbo for vlv, fixes random crashes.
    Reported by Timothée Giet <[email protected]> on dev@ ml.
    https://bugs.freedesktop.org/show_bug.cgi?id=88012#c33
    --- linux/drivers/gpu/drm/i915/i915_irq.c.orig
    +++ linux/drivers/gpu/drm/i915/i915_irq.c
    @@ -4361,12 +4361,7 @@ void intel_irq_init(struct drm_i915_priv
        INIT_WORK(&dev_priv->rps.work, gen6_pm_rps_work);
        INIT_WORK(&dev_priv->l3_parity.error_work, ivybridge_parity_work);
    -    /* Let's track the enabled rps events */
    -    if (IS_VALLEYVIEW(dev_priv) && !IS_CHERRYVIEW(dev_priv))
    -        /* WaGsvRC0ResidencyMethod:vlv */
    -        dev_priv->pm_rps_events = GEN6_PM_RP_UP_EI_EXPIRED;
    -    else
    -        dev_priv->pm_rps_events = GEN6_PM_RPS_EVENTS;
    +    dev_priv->pm_rps_events = GEN6_PM_RPS_EVENTS;
        setup_timer(&dev_priv->gpu_error.hangcheck_timer,
                i915_hangcheck_elapsed,
    I did use the trik on a custom kernel, i do have freeze (none tomoroy but two today but only on using firefox, so may be another probleme (sna))  but not on video (well i had run 15 video same time, and two where running 2 hours after without crash). May be you should try it (i think it work better).
    note : link to make custom kernel -> https://wiki.archlinux.org/index.php/Ke … raditional

  • Overheating macbook Pro with Retina Display when watching video

    I have an issue with the computer over heating, not to the point of shutting down, but it gets really hot. Previous reading suggests that i should switch to using only the graphics processor instead of the CPU. But there is no option to do this. Support would be greatly appeciated.

    That is not abnormal when watching videos, especially at higher resolutions. Try watching at lower screen resolutions.
    If you stress the GPU, as watching videos does, then the computer will naturally run hotter. Switching graphic processors is not likely to change that, assuming you can. To switch GPUs use Energy Saver preferences. This assumes that switching is under user control.

  • How to prevent screen from dimming/sleeping/etc when playing video?

    When playing a video, how do you keep your monitor from dimming or sleeping, or turning the screen saver on in the middle of your video?
    In Linux, using mplayer on X11, whenever a video would play, it would "disable DPMS" and the screen would stay on until the video was finished playing, just as if someone was in the middle of typing.
    Is there a setting for this with the MacBook? I suppose it would have to be something global, meaning for QuickTime player, embedded WMV browser players, etc.
    MacBook   Mac OS X (10.4.6)  

    I only want to make changes for sleep and screen saver activation times for when I'm playing videos. I mean, if I'm watching an hour long video, I want to watch it without the screen changing 10 minutes into it.
    However, I don't want to set my screen saver at 1 hour globally, as when I walk away from my text editor, it should sleep after 10 minutes or so.
    Isn't there a way to set something so that the sleep/screen saver settings are disabled just when a video is being played?

  • After having updated Ipad2 to IOS7 I can't change Video to Photo and viceversa on photocamera. Solutions?

    After having updated Ipad2 to IOS7 I can't change Video to Photo and viceversa on photocamera. Solutions?

    Have you tried swiping up or down on the screen in the photos app? When you swipe up or down, that cycles through the Photo, Video and Square modes in the app. The current mode appears in yellow type.
    The screen on the iPad in photos App is going to look different that what you see if you click on the link that was posted for you above - that link shows what the screen will look like on the iPhone, but they are similar.

  • Change Video Parameters with flash button

    Hi can anyone tell me what code I would need to attch to my
    button to change the adress of the video being played in my flash
    video player.
    Or can you tell me how i can create a playlist of videos and
    use flash forward/ back buttons to skip between them.
    So far i have a working player, i have found a way to change
    videos by tweening, but that would take me forever to tween every
    video in my playlist.
    Thanks
    Jey

    Sure. Specically what I changed from what DW automatically
    did is- delete the !DOCTYPE W3C line #1, Condensed the html tag to
    simply <html>, moved title up under head, the "Content-Type"
    bit under title, got rid of the "/" befor the ">" in that line,
    eliminated the entire style section and replaced it with the body
    tag, indented the "}" under the if line. Which one, or combination
    of which did the trick, I don't know. Several of those things I
    don't really comprehend. I was just trying to match what I knew
    worked. And then on top of that, I had to publish in Flash7. There
    is some kind of new way to do it in 8, called ExternalInterface
    which made me dizzy when I read it. Here's the final working code:
    <html>
    <head>
    <title>Melanie Harrison</title>
    <meta http-equiv="Content-Type" content="text/html;
    charset=ISO-8859-1">
    <script language="JavaScript">
    <!--
    function changeBgColor(newBgColor) {
    if (window.document && window.document.bgColor) {
    document.bgColor = newBgColor;
    -->
    </script>
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    </head>
    <body bgcolor="#d7e8eb" text="#000000">
    <div align="center">
    <p>  </p>
    <p>
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','800','height','600','src','melaniehome','quality','high','pluginspage','http://www.ma cromedia.com/go/getflashplayer','movie','melaniehome'
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    width="800" height="600">
    <param name="movie" value="melaniehome.swf" />
    <param name="quality" value="high" />
    <embed src="melaniehome.swf" quality="high" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="800"
    height="600"></embed>
    </object></noscript>
    </p>
    </div>
    </body>
    </html>

  • "Unsorted cuePoint" in flv video file

    I hava an application which heavily uses cuepoints for al kinds of navigation and event purposes. To properly handle the cuepoints I use some sorting etc. of the cuepoints when the onMetaData fires. The video is played as a NetStream from a WOWZA rtmp server. In the production it will probably run from FMS.
    Today I recieved the final flv from the client which contains about 300 cuepoints of type navigation and event. The file is generated in AE CS4. With this specific file the onMetaData event does not fire at all anymore (or it generates error below), the onCuepoint event does fire as expected.
    Testing with playback trhough the flvplayback component generates the folowing error:
    1002: Illegal cue point: Unsorted cuePoint found after time: 93.16
    There are two cuepoints set at that point in the video (never thought that was possible...).
    Questions:
    Could the 'duplicate' cuepoint be the reason onMetaData does not fire?
    Does anyone know of a, preferably cross platform, tool that just inserts cuepoints into an FLV instead of rendering the whole thing again? (I don't think FLVmetainjector does)
    Thanks in advance.
    Manno

    [small update]
    The onMetaData event not triggering appears to be a (now) known issue in WOWZA. Appearantly something with the onXMPData gets in the way, but that's an assumption on my account .
    The Unsorted cuepoint seems to be fixed by repositioning the cuepoints

  • Got problems when converting video to 640*480 m4v

    guys, I got compatibility issues when convert videos to 640*480 h264 m4v.
    I tried MepgStreamclip, and the export to mp4 quicktime mov in Quicktime. ALL FAILED.
    I followed all these 1.5mbps, 640*480, aac-lc requirements when did the conversion.However, my ipod will not recognize of the files.
    I have also noticed that the "Export to Ipod" preset in Quicktime has been changed to 640*480. BUT, what keeps annoying me is the preset is so idiotic!! It ignores the source bps and simply converts everything to 1.5mbps. I got 25mb file after conversion as the source file is 11mb.
    Could anyone kindly point out the Right procedure to convert video to ipod format Manually...... I want to have full control when I am doing this.
    thanks a lot

    any suggestions?

Maybe you are looking for

  • Sending photos from iphoto

    I am unable to send a photo in any other settings other than small. when i select "large" or "actual" it still comes up small

  • Connecting External WebServices

    Hello All: I am trying to connect external webservices, but running into same issue time and again. When running a testcase, the result produces is as below. I am trying to connect to a free on the internet currency converter webservice at www.webser

  • Where can one download the V CAST music | Rhapsody for computer syncing?

    I have an lg env touch vx11000 and would love to put some of my own music on it. I cannot find a download link for V CAST music | Rhapsody anywhere and if it is no longer available, is there another way to get my music onto my device? I do have a sd

  • Cant update my Ipod with 1.2

    Hey whats up? I bought my 60gb ipod in FEB06 and i have 1.1 on it now i cant put videos on it. Question is how do i put the 1.2 on it? Iv tried everything. Please help.

  • Notes keeps crashing on ipad

    Does anyone know why the Notes app keeps crashing on ipad? Mine has been unusable for three weeks now.