DVD video freezes system; how to start solving?

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Roland
Level 4
Level 4
Posts: 226
Joined: Sun Oct 04, 2009 9:44 am
Location: the Netherlands

DVD video freezes system; how to start solving?

Post by Roland »

On my main PC, LM 13 (Cinnamon) freezes after inserting a DVD (video); even the hardware ejection button does not function. Same problem with Ubuntu 12.04, but NOT with Windows 7.

On my laptop, LM 13 (Cinnamon) no problem.
How do I start solving this problem?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
xenopeek
Level 25
Level 25
Posts: 29590
Joined: Wed Jul 06, 2011 3:58 am

Re: DVD video freezes system; how to start solving?

Post by xenopeek »

Does it only freeze on video DVDs? How about if you insert a data DVD/CD, or audio CD?

If it freezes on all of those, please share output of following command run on terminal (you can copy text from the terminal, see its Edit menu):

Code: Select all

sudo lshw -C disk
Image
Roland
Level 4
Level 4
Posts: 226
Joined: Sun Oct 04, 2009 9:44 am
Location: the Netherlands

Re: DVD video freezes system; how to start solving?

Post by Roland »

Yes , audio-cd starts to give problems as well; data-cd too, mainly after ejection!

Code: Select all

roland@rolandMint13 ~ $ sudo lshw -C disk
[sudo] password for roland: 
  *-cdrom                 
       description: DVD-RAM writer
       product: DVDRAM GH60N
       vendor: HL-DT-ST
       physical id: 0.0.0
       bus info: scsi@6:0.0.0
       logical name: /dev/cdrom
       logical name: /dev/cdrw
       logical name: /dev/dvd
       logical name: /dev/dvdrw
       logical name: /dev/sr0
       version: UG00
       capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
       configuration: ansiversion=5 status=nodisc
  *-disk
       description: ATA Disk
       product: WDC WD10EARS-22Y
       vendor: Western Digital
       physical id: 0.0.0
       bus info: scsi@0:0.0.0
       logical name: /dev/sda
       version: 80.0
       serial: WD-WCAV5H993600
       size: 931GiB (1TB)
       capabilities: partitioned partitioned:dos
       configuration: ansiversion=5 signature=9b5d01e8
  *-disk
       description: SCSI Disk
       product: 2500JB External
       vendor: WD
       physical id: 0.0.0
       bus info: scsi@8:0.0.0
       logical name: /dev/sdb
       version: 0107
       size: 232GiB (250GB)
       capabilities: partitioned partitioned:dos
       configuration: signature=8f9c798a
  *-disk:0
       description: SCSI Disk
       physical id: 0.0.0
       bus info: scsi@9:0.0.0
       logical name: /dev/sdc
  *-disk:1
       description: SCSI Disk
       physical id: 0.0.1
       bus info: scsi@9:0.0.1
       logical name: /dev/sdd
  *-disk:2
       description: SCSI Disk
       physical id: 0.0.2
       bus info: scsi@9:0.0.2
       logical name: /dev/sde
  *-disk:3
       description: SCSI Disk
       physical id: 0.0.3
       bus info: scsi@9:0.0.3
       logical name: /dev/sdf
  *-disk:4
       description: SCSI Disk
       physical id: 0.0.4
       bus info: scsi@9:0.0.4
       logical name: /dev/sdg
roland@rolandMint13 ~ $ 
User avatar
xenopeek
Level 25
Level 25
Posts: 29590
Joined: Wed Jul 06, 2011 3:58 am

Re: DVD video freezes system; how to start solving?

Post by xenopeek »

Is this an eMachines computer?
Image
Condorman
Level 4
Level 4
Posts: 268
Joined: Mon Nov 10, 2008 10:08 am

Re: DVD video freezes system; how to start solving?

Post by Condorman »

I've had this with a lot of distros when trying to run certain retail DVD's. Of late I'm finding that a great many retail discs just don't work on Linux any more. I think it may be that libdvdcss2 needs an update, but I can definitely say I've had this on a number of different distros.
Roland
Level 4
Level 4
Posts: 226
Joined: Sun Oct 04, 2009 9:44 am
Location: the Netherlands

Re: DVD video freezes system; how to start solving?

Post by Roland »

xenopeek wrote:Is this an eMachines computer?
No, a Packard Bell.
Thanks for helping me.

Code: Select all

 desktop PC

Processor Intel® Core™ i5 2300 Processor 2.80 GHz

Geheugen 4096 MB

Harddisk 1 TB

DVD-Rewriter DVD+-RW double layer

Videokaart 1024 MB nVidia GeForce GT420

Geluidskaart High Definition Audio 7.1

Kaartlezer 16-in-1 kaartlezer

Netwerkkaart 10/100/1000 Mbps

Inclusief Adobe® Photoshop® Elements 8 NL + Microsoft® Office Starter 2010

Besturingssysteem Windows® 7 Home Premium (NL/ENG dual boot)

Toetsenbord & muis PS/2 multimedia toestenbord & PS/2 optische muis
User avatar
xenopeek
Level 25
Level 25
Posts: 29590
Joined: Wed Jul 06, 2011 3:58 am

Re: DVD video freezes system; how to start solving?

Post by xenopeek »

Right, I can't find anything specific to that model DVD writer. So you'll have to do some investigating.

When the system freezes:
- Does the DVD continue to spin?
- Do the NumLock and such keys still change the keyboard lights?
- Does the mouse cursor still move?

If the keyboard is still working, you can probably switch to the virtual console. Do so by pressing Ctrl+Alt+F1. You can log in there and then you can analyze the running system for problems. You have six virtual consoles (Ctrl+Alt+F1 through F6), and you can switch back to the graphical desktop with Ctrl+Alt+F7 (sometimes Ctrl+Alt+F8).

One of the things to look at is your /var/log/syslog file. Usually system errors are reported there. So from your virtual console do:

Code: Select all

less /var/log/syslog
Go to the end of the file with Ctrl+End or just scroll down till you reach it. Looking for on and just before the time of the freeze, try to find any errors.
Image
Roland
Level 4
Level 4
Posts: 226
Joined: Sun Oct 04, 2009 9:44 am
Location: the Netherlands

Re: DVD video freezes system; how to start solving?

Post by Roland »

xenopeek wrote:Right, I can't find anything specific to that model DVD writer. So you'll have to do some investigating.

When the system freezes:
- Does the DVD continue to spin?
- Do the NumLock and such keys still change the keyboard lights?
- Does the mouse cursor still move?

If the keyboard is still working, you can probably switch to the virtual console. Do so by pressing Ctrl+Alt+F1. You can log in there and then you can analyze the running system for problems. You have six virtual consoles (Ctrl+Alt+F1 through F6), and you can switch back to the graphical desktop with Ctrl+Alt+F7 (sometimes Ctrl+Alt+F8).

One of the things to look at is your /var/log/syslog file. Usually system errors are reported there. So from your virtual console do:

Code: Select all

less /var/log/syslog
Go to the end of the file with Ctrl+End or just scroll down till you reach it. Looking for on and just before the time of the freeze, try to find any errors.
Some 10-15 seconds after inserting the dvd, the mouse cursor freezes; no activity from the drive, keyboard not working. Ik have to do a hard reset.

The log-file:

Code: Select all

Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 0000000000100000 - 00000000bf472000 (usable)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 00000000bf472000 - 00000000bf4c4000 (ACPI NVS)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 00000000bf4c4000 - 00000000bf4d8000 (reserved)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 00000000bf4d8000 - 00000000bf4d9000 (usable)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 00000000bf4d9000 - 00000000bf4da000 (ACPI data)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 00000000bf4da000 - 00000000bf4e4000 (ACPI NVS)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 00000000bf4e4000 - 00000000bf536000 (reserved)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 00000000bf536000 - 00000000bf579000 (ACPI NVS)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 00000000bf579000 - 00000000bf800000 (usable)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed40000 (reserved)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 0000000100000000 - 000000013f800000 (usable)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] NX (Execute Disable) protection: active
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] DMI 2.6 present.
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] DMI: Packard Bell ixtreme M5850/ixtreme M5850, BIOS P01-A1 11/13/2010
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] No AGP bridge found
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] last_pfn = 0x13f800 max_arch_pfn = 0x400000000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] MTRR default type: uncachable
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] MTRR fixed ranges enabled:
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   00000-9FFFF write-back
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   A0000-BFFFF uncachable
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   C0000-D7FFF write-protect
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   D8000-E7FFF uncachable
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   E8000-FFFFF write-through
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] MTRR variable ranges enabled:
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   0 base 000000000 mask F00000000 write-back
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   1 base 100000000 mask FC0000000 write-back
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   2 base 0C0000000 mask FC0000000 uncachable
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   3 base 13F800000 mask FFF800000 uncachable
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   4 disabled
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   5 disabled
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   6 disabled
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   7 disabled
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   8 disabled
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   9 disabled
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] original variable MTRRs
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] reg 0, base: 0GB, range: 4GB, type WB
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] reg 1, base: 4GB, range: 1GB, type WB
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] reg 2, base: 3GB, range: 1GB, type UC
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] reg 3, base: 5112MB, range: 8MB, type UC
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] total RAM covered: 4088M
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Found optimal setting for mtrr clean up
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  gran_size: 64K     chunk_size: 16M         num_reg: 4      lose cover RAM: 0G
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] New variable MTRRs
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] reg 0, base: 0GB, range: 2GB, type WB
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] reg 1, base: 2GB, range: 1GB, type WB
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] reg 2, base: 4GB, range: 1GB, type WB
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] reg 3, base: 5112MB, range: 8MB, type UC
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] e820 update range: 00000000c0000000 - 0000000100000000 (usable) ==> (reserved)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] last_pfn = 0xbf800 max_arch_pfn = 0x400000000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] found SMP MP-table at [ffff8800000fcec0] fcec0
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] initial memory mapped : 0 - 20000000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Base memory trampoline at [ffff880000094000] 94000 size 20480
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] init_memory_mapping: 0000000000000000-00000000bf800000
:
User avatar
xenopeek
Level 25
Level 25
Posts: 29590
Joined: Wed Jul 06, 2011 3:58 am

Re: DVD video freezes system; how to start solving?

Post by xenopeek »

That looks like the start of the logfile, are you sure you scrolled to the end? If you are more comfortable with using a graphical text editor, instead of using the terminal, go ahead and use whatever text edit you prefer to open and read /var/log/syslog. Look at the timestamps at the beginning of the lines to find the relevant part.
Image
Roland
Level 4
Level 4
Posts: 226
Joined: Sun Oct 04, 2009 9:44 am
Location: the Netherlands

Re: DVD video freezes system; how to start solving?

Post by Roland »

The syslog is 1.4MB....
This is the beginning:
(thanks for your help)

Code: Select all

Oct  6 09:44:01 rolandMint13 rsyslogd: [origin software="rsyslogd" swVersion="5.8.6" x-pid="898" x-info="http://www.rsyslog.com"] rsyslogd was HUPed
Oct  6 09:44:10 rolandMint13 anacron[1103]: Job `cron.daily' terminated
Oct  6 09:44:10 rolandMint13 anacron[1103]: Normal exit (1 job run)
Oct  6 10:17:01 rolandMint13 CRON[2501]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct  6 10:57:25 rolandMint13 kernel: [ 6225.843583] usb 2-1.8: new high-speed USB device number 4 using ehci_hcd
Oct  6 10:57:25 rolandMint13 kernel: [ 6225.982471] scsi10 : usb-storage 2-1.8:1.0
Oct  6 10:57:25 rolandMint13 mtp-probe: checking bus 2, device 4: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8"
Oct  6 10:57:25 rolandMint13 mtp-probe: bus: 2, device: 4 was not an MTP device
Oct  6 10:57:26 rolandMint13 kernel: [ 6226.978909] scsi 10:0:0:0: Direct-Access     Generic  Flash Disk       8.07 PQ: 0 ANSI: 2
Oct  6 10:57:26 rolandMint13 kernel: [ 6226.980127] sd 10:0:0:0: Attached scsi generic sg8 type 0
Oct  6 10:57:26 rolandMint13 kernel: [ 6226.981886] sd 10:0:0:0: [sdh] 3891200 512-byte logical blocks: (1.99 GB/1.85 GiB)
Oct  6 10:57:26 rolandMint13 kernel: [ 6226.982460] sd 10:0:0:0: [sdh] Write Protect is off
Oct  6 10:57:26 rolandMint13 kernel: [ 6226.982464] sd 10:0:0:0: [sdh] Mode Sense: 03 00 00 00
Oct  6 10:57:26 rolandMint13 kernel: [ 6226.982951] sd 10:0:0:0: [sdh] No Caching mode page present
Oct  6 10:57:26 rolandMint13 kernel: [ 6226.982955] sd 10:0:0:0: [sdh] Assuming drive cache: write through
Oct  6 10:57:26 rolandMint13 kernel: [ 6226.985562] sd 10:0:0:0: [sdh] No Caching mode page present
Oct  6 10:57:26 rolandMint13 kernel: [ 6226.985567] sd 10:0:0:0: [sdh] Assuming drive cache: write through
Oct  6 10:57:27 rolandMint13 kernel: [ 6227.152146]  sdh: sdh1
Oct  6 10:57:27 rolandMint13 kernel: [ 6227.154699] sd 10:0:0:0: [sdh] No Caching mode page present
Oct  6 10:57:27 rolandMint13 kernel: [ 6227.154703] sd 10:0:0:0: [sdh] Assuming drive cache: write through
Oct  6 10:57:27 rolandMint13 kernel: [ 6227.154706] sd 10:0:0:0: [sdh] Attached SCSI removable disk
Oct  6 11:00:06 rolandMint13 kernel: [ 6386.037258] sdh: detected capacity change from 1992294400 to 0
Oct  6 11:00:11 rolandMint13 kernel: [ 6391.287762] usb 2-1.8: USB disconnect, device number 4
Oct  6 11:17:02 rolandMint13 CRON[15928]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct  6 12:17:01 rolandMint13 CRON[16120]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct  6 13:17:01 rolandMint13 CRON[16331]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct  6 13:23:30 rolandMint13 kernel: imklog 5.8.6, log source = /proc/kmsg started.
Oct  6 13:23:30 rolandMint13 rsyslogd: [origin software="rsyslogd" swVersion="5.8.6" x-pid="907" x-info="http://www.rsyslog.com"] start
Oct  6 13:23:30 rolandMint13 rsyslogd: rsyslogd's groupid changed to 103
Oct  6 13:23:30 rolandMint13 rsyslogd: rsyslogd's userid changed to 101
Oct  6 13:23:30 rolandMint13 rsyslogd-2039: Could not open output pipe '/dev/xconsole' [try http://www.rsyslog.com/e/2039 ]
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Initializing cgroup subsys cpuset
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Initializing cgroup subsys cpu
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Linux version 3.2.0-23-generic (buildd@crested) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu4) ) #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 (Ubuntu 3.2.0-23.36-generic 3.2.14)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic root=UUID=1a62ffed-088b-481f-9fcb-edaf6c2ff5e8 ro quiet splash vt.handoff=7
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] KERNEL supported cpus:
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   Intel GenuineIntel
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   AMD AuthenticAMD
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   Centaur CentaurHauls
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] BIOS-provided physical RAM map:
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009ac00 (usable)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 000000000009ac00 - 00000000000a0000 (reserved)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 0000000000100000 - 00000000bf472000 (usable)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 00000000bf472000 - 00000000bf4c4000 (ACPI NVS)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 00000000bf4c4000 - 00000000bf4d8000 (reserved)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 00000000bf4d8000 - 00000000bf4d9000 (usable)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 00000000bf4d9000 - 00000000bf4da000 (ACPI data)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 00000000bf4da000 - 00000000bf4e4000 (ACPI NVS)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 00000000bf4e4000 - 00000000bf536000 (reserved)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 00000000bf536000 - 00000000bf579000 (ACPI NVS)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 00000000bf579000 - 00000000bf800000 (usable)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed40000 (reserved)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  BIOS-e820: 0000000100000000 - 000000013f800000 (usable)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] NX (Execute Disable) protection: active
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] DMI 2.6 present.
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] DMI: Packard Bell ixtreme M5850/ixtreme M5850, BIOS P01-A1 11/13/2010
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] No AGP bridge found
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] last_pfn = 0x13f800 max_arch_pfn = 0x400000000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] MTRR default type: uncachable
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] MTRR fixed ranges enabled:
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   00000-9FFFF write-back
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   A0000-BFFFF uncachable
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   C0000-D7FFF write-protect
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   D8000-E7FFF uncachable
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   E8000-FFFFF write-through
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] MTRR variable ranges enabled:
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   0 base 000000000 mask F00000000 write-back
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   1 base 100000000 mask FC0000000 write-back
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   2 base 0C0000000 mask FC0000000 uncachable
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   3 base 13F800000 mask FFF800000 uncachable
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   4 disabled
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   5 disabled
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   6 disabled
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   7 disabled
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   8 disabled
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   9 disabled
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] original variable MTRRs
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] reg 0, base: 0GB, range: 4GB, type WB
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] reg 1, base: 4GB, range: 1GB, type WB
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] reg 2, base: 3GB, range: 1GB, type UC
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] reg 3, base: 5112MB, range: 8MB, type UC
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] total RAM covered: 4088M
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Found optimal setting for mtrr clean up
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  gran_size: 64K 	chunk_size: 16M 	num_reg: 4  	lose cover RAM: 0G
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] New variable MTRRs
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] reg 0, base: 0GB, range: 2GB, type WB
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] reg 1, base: 2GB, range: 1GB, type WB
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] reg 2, base: 4GB, range: 1GB, type WB
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] reg 3, base: 5112MB, range: 8MB, type UC
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] e820 update range: 00000000c0000000 - 0000000100000000 (usable) ==> (reserved)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] last_pfn = 0xbf800 max_arch_pfn = 0x400000000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] found SMP MP-table at [ffff8800000fcec0] fcec0
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] initial memory mapped : 0 - 20000000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Base memory trampoline at [ffff880000094000] 94000 size 20480
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] init_memory_mapping: 0000000000000000-00000000bf800000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  0000000000 - 00bf800000 page 2M
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] kernel direct mapping tables up to bf800000 @ 1fffc000-20000000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] init_memory_mapping: 0000000100000000-000000013f800000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  0100000000 - 013f800000 page 2M
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] kernel direct mapping tables up to 13f800000 @ bf7fa000-bf800000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] RAMDISK: 364e4000 - 3726a000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: RSDP 00000000000f0430 00024 (v02 ACRSYS)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: XSDT 00000000bf4bb068 00054 (v01 ACRSYS ACRPRDCT 01072009 AMI  00010013)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: FACP 00000000bf4c2330 000F4 (v04 ACRSYS ACRPRDCT 01072009 AMI  00010013)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: DSDT 00000000bf4bb150 071DF (v02 ACRSYS ACRPRDCT 00000012 INTL 20051117)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: FACS 00000000bf4dbf80 00040
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: APIC 00000000bf4c2428 00072 (v03 ACRSYS ACRPRDCT 01072009 AMI  00010013)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: SSDT 00000000bf4c24a0 00102 (v01 AMICPU     PROC 00000001 MSFT 03000001)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: MCFG 00000000bf4c25a8 0003C (v01 ACRSYS ACRPRDCT 01072009 MSFT 00000097)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: SLIC 00000000bf4c25e8 00176 (v01 ACRSYS ACRPRDCT 01072009 AMI  00010013)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: HPET 00000000bf4c2760 00038 (v01 ACRSYS ACRPRDCT 01072009 AMI. 00000004)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] No NUMA configuration found
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Faking a node at 0000000000000000-000000013f800000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Initmem setup node 0 0000000000000000-000000013f800000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   NODE_DATA [000000013f7fb000 - 000000013f7fffff]
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]  [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff88013ae00000-ffff88013edfffff] on node 0
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Zone PFN ranges:
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   DMA      0x00000010 -> 0x00001000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   DMA32    0x00001000 -> 0x00100000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   Normal   0x00100000 -> 0x0013f800
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Movable zone start PFN for each node
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] early_node_map[5] active PFN ranges
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]     0: 0x00000010 -> 0x0000009a
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]     0: 0x00000100 -> 0x000bf472
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]     0: 0x000bf4d8 -> 0x000bf4d9
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]     0: 0x000bf579 -> 0x000bf800
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]     0: 0x00100000 -> 0x0013f800
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] On node 0 totalpages: 1044100
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   DMA zone: 64 pages used for memmap
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   DMA zone: 6 pages reserved
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   DMA zone: 3908 pages, LIFO batch:0
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   DMA32 zone: 16320 pages used for memmap
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   DMA32 zone: 763706 pages, LIFO batch:31
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   Normal zone: 4064 pages used for memmap
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000]   Normal zone: 256032 pages, LIFO batch:31
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x408
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: IRQ0 used by override.
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: IRQ2 used by override.
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: IRQ9 used by override.
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] nr_irqs_gsi: 40
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] PM: Registered nosave memory: 000000000009a000 - 000000000009b000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] PM: Registered nosave memory: 000000000009b000 - 00000000000a0000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] PM: Registered nosave memory: 00000000bf472000 - 00000000bf4c4000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] PM: Registered nosave memory: 00000000bf4c4000 - 00000000bf4d8000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] PM: Registered nosave memory: 00000000bf4d9000 - 00000000bf4da000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] PM: Registered nosave memory: 00000000bf4da000 - 00000000bf4e4000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] PM: Registered nosave memory: 00000000bf4e4000 - 00000000bf536000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] PM: Registered nosave memory: 00000000bf536000 - 00000000bf579000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] PM: Registered nosave memory: 00000000bf800000 - 00000000fed1c000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed40000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] PM: Registered nosave memory: 00000000fed40000 - 00000000ff000000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Allocating PCI resources starting at bf800000 (gap: bf800000:3f51c000)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Booting paravirtualized kernel on bare hardware
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013f400000 s83072 r8192 d23424 u524288
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] pcpu-alloc: s83072 r8192 d23424 u524288 alloc=1*2097152
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] pcpu-alloc: [0] 0 1 2 3 
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1023646
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Policy zone: Normal
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-23-generic root=UUID=1a62ffed-088b-481f-9fcb-edaf6c2ff5e8 ro quiet splash vt.handoff=7
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Checking aperture...
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] No AGP bridge found
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Memory: 4014676k/5234688k available (6566k kernel code, 1058288k absent, 161724k reserved, 6637k data, 920k init)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Hierarchical RCU implementation.
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] NR_IRQS:16640 nr_irqs:712 16
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Extended CMOS year: 2000
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] vt handoff: transparent VT on vt#7
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Console: colour dummy device 80x25
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] console [tty0] enabled
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] allocated 33554432 bytes of page_cgroup
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] hpet clockevent registered
Oct  6 13:23:30 rolandMint13 kernel: [    0.000000] Fast TSC calibration using PIT
Oct  6 13:23:30 rolandMint13 kernel: [    0.004000] Detected 2793.702 MHz processor.
Oct  6 13:23:30 rolandMint13 kernel: [    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5587.40 BogoMIPS (lpj=11174808)
Oct  6 13:23:30 rolandMint13 kernel: [    0.000005] pid_max: default: 32768 minimum: 301
Oct  6 13:23:30 rolandMint13 kernel: [    0.000022] Security Framework initialized
Oct  6 13:23:30 rolandMint13 kernel: [    0.000032] AppArmor: AppArmor initialized
Oct  6 13:23:30 rolandMint13 kernel: [    0.000033] Yama: becoming mindful.
Oct  6 13:23:30 rolandMint13 kernel: [    0.000367] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Oct  6 13:23:30 rolandMint13 kernel: [    0.001094] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Oct  6 13:23:30 rolandMint13 kernel: [    0.001398] Mount-cache hash table entries: 256
Oct  6 13:23:30 rolandMint13 kernel: [    0.001479] Initializing cgroup subsys cpuacct
Oct  6 13:23:30 rolandMint13 kernel: [    0.001482] Initializing cgroup subsys memory
Oct  6 13:23:30 rolandMint13 kernel: [    0.001488] Initializing cgroup subsys devices
Oct  6 13:23:30 rolandMint13 kernel: [    0.001489] Initializing cgroup subsys freezer
Oct  6 13:23:30 rolandMint13 kernel: [    0.001491] Initializing cgroup subsys blkio
Oct  6 13:23:30 rolandMint13 kernel: [    0.001495] Initializing cgroup subsys perf_event
Oct  6 13:23:30 rolandMint13 kernel: [    0.001515] CPU: Physical Processor ID: 0
Oct  6 13:23:30 rolandMint13 kernel: [    0.001516] CPU: Processor Core ID: 0
Oct  6 13:23:30 rolandMint13 kernel: [    0.001520] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Oct  6 13:23:30 rolandMint13 kernel: [    0.001521] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Oct  6 13:23:30 rolandMint13 kernel: [    0.001523] mce: CPU supports 9 MCE banks
Oct  6 13:23:30 rolandMint13 kernel: [    0.001535] CPU0: Thermal monitoring enabled (TM1)
Oct  6 13:23:30 rolandMint13 kernel: [    0.001543] using mwait in idle threads.
Oct  6 13:23:30 rolandMint13 kernel: [    0.003631] ACPI: Core revision 20110623
Oct  6 13:23:30 rolandMint13 kernel: [    0.005923] ftrace: allocating 27049 entries in 107 pages
Oct  6 13:23:30 rolandMint13 kernel: [    0.014652] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct  6 13:23:30 rolandMint13 kernel: [    0.054277] CPU0: Intel(R) Core(TM) i5-2300 CPU @ 2.80GHz stepping 07
Oct  6 13:23:30 rolandMint13 kernel: [    0.159836] Performance Events: PEBS fmt1+, SandyBridge events, Intel PMU driver.
Oct  6 13:23:30 rolandMint13 kernel: [    0.159840] PEBS disabled due to CPU errata.
Oct  6 13:23:30 rolandMint13 kernel: [    0.159842] ... version:                3
Oct  6 13:23:30 rolandMint13 kernel: [    0.159843] ... bit width:              48
Oct  6 13:23:30 rolandMint13 kernel: [    0.159844] ... generic registers:      8
Oct  6 13:23:30 rolandMint13 kernel: [    0.159845] ... value mask:             0000ffffffffffff
Oct  6 13:23:30 rolandMint13 kernel: [    0.159846] ... max period:             000000007fffffff
Oct  6 13:23:30 rolandMint13 kernel: [    0.159847] ... fixed-purpose events:   3
Oct  6 13:23:30 rolandMint13 kernel: [    0.159848] ... event mask:             00000007000000ff
Oct  6 13:23:30 rolandMint13 kernel: [    0.159944] NMI watchdog enabled, takes one hw-pmu counter.
Oct  6 13:23:30 rolandMint13 kernel: [    0.160003] Booting Node   0, Processors  #1
Oct  6 13:23:30 rolandMint13 kernel: [    0.160005] smpboot cpu 1: start_ip = 94000
Oct  6 13:23:30 rolandMint13 kernel: [    0.267806] NMI watchdog enabled, takes one hw-pmu counter.
Oct  6 13:23:30 rolandMint13 kernel: [    0.267875]  #2
Oct  6 13:23:30 rolandMint13 kernel: [    0.267877] smpboot cpu 2: start_ip = 94000
Oct  6 13:23:30 rolandMint13 kernel: [    0.375576] NMI watchdog enabled, takes one hw-pmu counter.
Oct  6 13:23:30 rolandMint13 kernel: [    0.375640]  #3 Ok.
Oct  6 13:23:30 rolandMint13 kernel: [    0.375641] smpboot cpu 3: start_ip = 94000
Oct  6 13:23:30 rolandMint13 kernel: [    0.483437] NMI watchdog enabled, takes one hw-pmu counter.
Oct  6 13:23:30 rolandMint13 kernel: [    0.483462] Brought up 4 CPUs
Oct  6 13:23:30 rolandMint13 kernel: [    0.483464] Total of 4 processors activated (22348.56 BogoMIPS).
Oct  6 13:23:30 rolandMint13 kernel: [    0.486437] devtmpfs: initialized
Oct  6 13:23:30 rolandMint13 kernel: [    0.486991] EVM: security.selinux
Oct  6 13:23:30 rolandMint13 kernel: [    0.486992] EVM: security.SMACK64
Oct  6 13:23:30 rolandMint13 kernel: [    0.486993] EVM: security.capability
Oct  6 13:23:30 rolandMint13 kernel: [    0.487011] PM: Registering ACPI NVS region at bf472000 (335872 bytes)
Oct  6 13:23:30 rolandMint13 kernel: [    0.487016] PM: Registering ACPI NVS region at bf4da000 (40960 bytes)
Oct  6 13:23:30 rolandMint13 kernel: [    0.487018] PM: Registering ACPI NVS region at bf536000 (274432 bytes)
Oct  6 13:23:30 rolandMint13 kernel: [    0.487627] print_constraints: dummy: 
Oct  6 13:23:30 rolandMint13 kernel: [    0.487657] RTC time: 13:22:50, date: 10/06/12
Oct  6 13:23:30 rolandMint13 kernel: [    0.487680] NET: Registered protocol family 16
Oct  6 13:23:30 rolandMint13 kernel: [    0.487751] Trying to unpack rootfs image as initramfs...
Oct  6 13:23:30 rolandMint13 kernel: [    0.487757] ACPI: bus type pci registered
Oct  6 13:23:30 rolandMint13 kernel: [    0.487801] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Oct  6 13:23:30 rolandMint13 kernel: [    0.487803] PCI: not using MMCONFIG
Oct  6 13:23:30 rolandMint13 kernel: [    0.487804] PCI: Using configuration type 1 for base access
Oct  6 13:23:30 rolandMint13 kernel: [    0.488434] bio: create slab <bio-0> at 0
Oct  6 13:23:30 rolandMint13 kernel: [    0.488487] ACPI: Added _OSI(Module Device)
Oct  6 13:23:30 rolandMint13 kernel: [    0.488488] ACPI: Added _OSI(Processor Device)
Oct  6 13:23:30 rolandMint13 kernel: [    0.488490] ACPI: Added _OSI(3.0 _SCP Extensions)
Oct  6 13:23:30 rolandMint13 kernel: [    0.488491] ACPI: Added _OSI(Processor Aggregator Device)
Oct  6 13:23:30 rolandMint13 kernel: [    0.489299] ACPI: EC: Look up EC in DSDT
Oct  6 13:23:30 rolandMint13 kernel: [    0.490117] ACPI: Executed 1 blocks of module-level executable AML code
Oct  6 13:23:30 rolandMint13 kernel: [    0.492177] ACPI: SSDT 00000000bf4dac18 0038C (v01    AMI      IST 00000001 MSFT 03000001)
Oct  6 13:23:30 rolandMint13 kernel: [    0.492409] ACPI: Dynamic OEM Table Load:
Oct  6 13:23:30 rolandMint13 kernel: [    0.492411] ACPI: SSDT           (null) 0038C (v01    AMI      IST 00000001 MSFT 03000001)
Oct  6 13:23:30 rolandMint13 kernel: [    0.492429] ACPI: SSDT 00000000bf4dbe18 00084 (v01    AMI      CST 00000001 MSFT 03000001)
Oct  6 13:23:30 rolandMint13 kernel: [    0.492619] ACPI: Dynamic OEM Table Load:
Oct  6 13:23:30 rolandMint13 kernel: [    0.492621] ACPI: SSDT           (null) 00084 (v01    AMI      CST 00000001 MSFT 03000001)
Oct  6 13:23:30 rolandMint13 kernel: [    0.492928] ACPI: Interpreter enabled
Oct  6 13:23:30 rolandMint13 kernel: [    0.492930] ACPI: (supports S0 S3 S4 S5)
Oct  6 13:23:30 rolandMint13 kernel: [    0.492942] ACPI: Using IOAPIC for interrupt routing
Oct  6 13:23:30 rolandMint13 kernel: [    0.492957] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Oct  6 13:23:30 rolandMint13 kernel: [    0.493007] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
Oct  6 13:23:30 rolandMint13 kernel: [    0.534757] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Oct  6 13:23:30 rolandMint13 kernel: [    0.537639] ACPI: No dock devices found.
Oct  6 13:23:30 rolandMint13 kernel: [    0.537640] HEST: Table not found.
Oct  6 13:23:30 rolandMint13 kernel: [    0.537643] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct  6 13:23:30 rolandMint13 kernel: [    0.537774] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Oct  6 13:23:30 rolandMint13 kernel: [    0.537920] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
Oct  6 13:23:30 rolandMint13 kernel: [    0.537922] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
Oct  6 13:23:30 rolandMint13 kernel: [    0.537924] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
Oct  6 13:23:30 rolandMint13 kernel: [    0.537925] pci_root PNP0A08:00: host bridge window [mem 0x000c8000-0x000dffff]
Oct  6 13:23:30 rolandMint13 kernel: [    0.537927] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xffffffff]
Oct  6 13:23:30 rolandMint13 kernel: [    0.537937] pci 0000:00:00.0: [8086:0100] type 0 class 0x000600
Oct  6 13:23:30 rolandMint13 kernel: [    0.537968] pci 0000:00:01.0: [8086:0101] type 1 class 0x000604
Oct  6 13:23:30 rolandMint13 kernel: [    0.537995] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Oct  6 13:23:30 rolandMint13 kernel: [    0.537997] pci 0000:00:01.0: PME# disabled
Oct  6 13:23:30 rolandMint13 kernel: [    0.538054] pci 0000:00:16.0: [8086:1c3a] type 0 class 0x000780
Oct  6 13:23:30 rolandMint13 kernel: [    0.538086] pci 0000:00:16.0: reg 10: [mem 0xfb229000-0xfb22900f 64bit]
Oct  6 13:23:30 rolandMint13 bluetoothd[893]: Failed to init alert plugin
Oct  6 13:23:30 rolandMint13 kernel: [    0.538194] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Oct  6 13:23:30 rolandMint13 kernel: [    0.538198] pci 0000:00:16.0: PME# disabled
Oct  6 13:23:30 rolandMint13 kernel: [    0.538238] pci 0000:00:19.0: [8086:1503] type 0 class 0x000200
Oct  6 13:23:30 rolandMint13 bluetoothd[893]: Failed to init time plugin
Oct  6 13:23:30 rolandMint13 kernel: [    0.538264] pci 0000:00:19.0: reg 10: [mem 0xfb200000-0xfb21ffff]
Oct  6 13:23:30 rolandMint13 kernel: [    0.538275] pci 0000:00:19.0: reg 14: [mem 0xfb228000-0xfb228fff]
Oct  6 13:23:30 rolandMint13 bluetoothd[893]: Failed to init proximity plugin
Oct  6 13:23:30 rolandMint13 kernel: [    0.538287] pci 0000:00:19.0: reg 18: [io  0xf040-0xf05f]
Oct  6 13:23:30 rolandMint13 kernel: [    0.538379] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
Oct  6 13:23:30 rolandMint13 kernel: [    0.538383] pci 0000:00:19.0: PME# disabled
Oct  6 13:23:30 rolandMint13 kernel: [    0.538414] pci 0000:00:1a.0: [8086:1c2d] type 0 class 0x000c03
Oct  6 13:23:30 rolandMint13 kernel: [    0.538443] pci 0000:00:1a.0: reg 10: [mem 0xfb227000-0xfb2273ff]
Oct  6 13:23:30 rolandMint13 kernel: [    0.538570] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Oct  6 13:23:30 rolandMint13 kernel: [    0.538575] pci 0000:00:1a.0: PME# disabled
Oct  6 13:23:30 rolandMint13 kernel: [    0.538607] pci 0000:00:1b.0: [8086:1c20] type 0 class 0x000403
Oct  6 13:23:30 rolandMint13 kernel: [    0.538628] pci 0000:00:1b.0: reg 10: [mem 0xfb220000-0xfb223fff 64bit]
Oct  6 13:23:30 rolandMint13 kernel: [    0.538729] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Oct  6 13:23:30 rolandMint13 kernel: [    0.538733] pci 0000:00:1b.0: PME# disabled
Oct  6 13:23:30 rolandMint13 kernel: [    0.538760] pci 0000:00:1c.0: [8086:1c10] type 1 class 0x000604
Oct  6 13:23:30 rolandMint13 kernel: [    0.538874] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Oct  6 13:23:30 rolandMint13 kernel: [    0.538878] pci 0000:00:1c.0: PME# disabled
Oct  6 13:23:30 rolandMint13 kernel: [    0.538912] pci 0000:00:1c.2: [8086:1c14] type 1 class 0x000604
Oct  6 13:23:30 rolandMint13 kernel: [    0.539026] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Oct  6 13:23:30 rolandMint13 kernel: [    0.539031] pci 0000:00:1c.2: PME# disabled
Oct  6 13:23:30 rolandMint13 kernel: [    0.539073] pci 0000:00:1d.0: [8086:1c26] type 0 class 0x000c03
Oct  6 13:23:30 rolandMint13 kernel: [    0.539102] pci 0000:00:1d.0: reg 10: [mem 0xfb226000-0xfb2263ff]
Oct  6 13:23:30 rolandMint13 kernel: [    0.539228] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Oct  6 13:23:30 rolandMint13 kernel: [    0.539233] pci 0000:00:1d.0: PME# disabled
Oct  6 13:23:30 rolandMint13 kernel: [    0.539266] pci 0000:00:1f.0: [8086:1c4a] type 0 class 0x000601
Oct  6 13:23:30 rolandMint13 kernel: [    0.539433] pci 0000:00:1f.2: [8086:1c02] type 0 class 0x000106
Oct  6 13:23:30 rolandMint13 kernel: [    0.539461] pci 0000:00:1f.2: reg 10: [io  0xf090-0xf097]
Oct  6 13:23:30 rolandMint13 kernel: [    0.539472] pci 0000:00:1f.2: reg 14: [io  0xf080-0xf083]
Oct  6 13:23:30 rolandMint13 kernel: [    0.539483] pci 0000:00:1f.2: reg 18: [io  0xf070-0xf077]
Oct  6 13:23:30 rolandMint13 kernel: [    0.539494] pci 0000:00:1f.2: reg 1c: [io  0xf060-0xf063]
Oct  6 13:23:30 rolandMint13 kernel: [    0.539505] pci 0000:00:1f.2: reg 20: [io  0xf020-0xf03f]
Oct  6 13:23:30 rolandMint13 kernel: [    0.539516] pci 0000:00:1f.2: reg 24: [mem 0xfb225000-0xfb2257ff]
Oct  6 13:23:30 rolandMint13 kernel: [    0.539585] pci 0000:00:1f.2: PME# supported from D3hot
Oct  6 13:23:30 rolandMint13 kernel: [    0.539589] pci 0000:00:1f.2: PME# disabled
Oct  6 13:23:30 rolandMint13 kernel: [    0.539610] pci 0000:00:1f.3: [8086:1c22] type 0 class 0x000c05
Oct  6 13:23:30 rolandMint13 kernel: [    0.539631] pci 0000:00:1f.3: reg 10: [mem 0xfb224000-0xfb2240ff 64bit]
Oct  6 13:23:30 rolandMint13 kernel: [    0.539662] pci 0000:00:1f.3: reg 20: [io  0xf000-0xf01f]
Oct  6 13:23:30 rolandMint13 kernel: [    0.539725] pci 0000:01:00.0: [10de:0de2] type 0 class 0x000300
Oct  6 13:23:30 rolandMint13 kernel: [    0.539733] pci 0000:01:00.0: reg 10: [mem 0xfa000000-0xfaffffff]
Oct  6 13:23:30 rolandMint13 kernel: [    0.539742] pci 0000:01:00.0: reg 14: [mem 0xf0000000-0xf7ffffff 64bit pref]
Oct  6 13:23:30 rolandMint13 kernel: [    0.539751] pci 0000:01:00.0: reg 1c: [mem 0xf8000000-0xf9ffffff 64bit pref]
Oct  6 13:23:30 rolandMint13 kernel: [    0.539757] pci 0000:01:00.0: reg 24: [io  0xe000-0xe07f]
Oct  6 13:23:30 rolandMint13 kernel: [    0.539764] pci 0000:01:00.0: reg 30: [mem 0xfb000000-0xfb07ffff pref]
Oct  6 13:23:30 rolandMint13 kernel: [    0.539812] pci 0000:01:00.1: [10de:0bea] type 0 class 0x000403
Oct  6 13:23:30 rolandMint13 kernel: [    0.539820] pci 0000:01:00.1: reg 10: [mem 0xfb080000-0xfb083fff]
Oct  6 13:23:30 rolandMint13 kernel: [    0.547252] pci 0000:00:01.0: PCI bridge to [bus 01-01]
Oct  6 13:23:30 rolandMint13 kernel: [    0.547254] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Oct  6 13:23:30 rolandMint13 kernel: [    0.547257] pci 0000:00:01.0:   bridge window [mem 0xfa000000-0xfb0fffff]
Oct  6 13:23:30 rolandMint13 kernel: [    0.547260] pci 0000:00:01.0:   bridge window [mem 0xf0000000-0xf9ffffff 64bit pref]
Oct  6 13:23:30 rolandMint13 kernel: [    0.547322] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
Oct  6 13:23:30 rolandMint13 kernel: [    0.547421] pci 0000:03:00.0: [1b21:0612] type 0 class 0x000106
Oct  6 13:23:30 rolandMint13 kernel: [    0.547445] pci 0000:03:00.0: reg 10: [io  0xd050-0xd057]
Oct  6 13:23:30 rolandMint13 kernel: [    0.547462] pci 0000:03:00.0: reg 14: [io  0xd040-0xd043]
Oct  6 13:23:30 rolandMint13 kernel: [    0.547478] pci 0000:03:00.0: reg 18: [io  0xd030-0xd037]
Oct  6 13:23:30 rolandMint13 kernel: [    0.547495] pci 0000:03:00.0: reg 1c: [io  0xd020-0xd023]
Oct  6 13:23:30 rolandMint13 kernel: [    0.547511] pci 0000:03:00.0: reg 20: [io  0xd000-0xd01f]
Oct  6 13:23:30 rolandMint13 kernel: [    0.547528] pci 0000:03:00.0: reg 24: [mem 0xfb110000-0xfb1101ff]
Oct  6 13:23:30 rolandMint13 kernel: [    0.547545] pci 0000:03:00.0: reg 30: [mem 0xfb100000-0xfb10ffff pref]
Oct  6 13:23:30 rolandMint13 kernel: [    0.555244] pci 0000:00:1c.2: PCI bridge to [bus 03-03]
Oct  6 13:23:30 rolandMint13 kernel: [    0.555249] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
Oct  6 13:23:30 rolandMint13 kernel: [    0.555253] pci 0000:00:1c.2:   bridge window [mem 0xfb100000-0xfb1fffff]
Oct  6 13:23:30 rolandMint13 kernel: [    0.555279] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Oct  6 13:23:30 rolandMint13 kernel: [    0.555358] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX0._PRT]
Oct  6 13:23:30 rolandMint13 kernel: [    0.555379] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX2._PRT]
Oct  6 13:23:30 rolandMint13 kernel: [    0.555403] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
Oct  6 13:23:30 rolandMint13 kernel: [    0.555485]  pci0000:00: Requesting ACPI _OSC control (0x1d)
Oct  6 13:23:30 rolandMint13 kernel: [    0.555573]  pci0000:00: ACPI _OSC control (0x1d) granted
Oct  6 13:23:30 rolandMint13 kernel: [    0.557787] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
Oct  6 13:23:30 rolandMint13 kernel: [    0.557819] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
Oct  6 13:23:30 rolandMint13 kernel: [    0.557852] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
Oct  6 13:23:30 rolandMint13 kernel: [    0.557882] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 *4 5 6 10 11 12 14 15)
Oct  6 13:23:30 rolandMint13 kernel: [    0.557912] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Oct  6 13:23:30 rolandMint13 kernel: [    0.557943] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
Oct  6 13:23:30 rolandMint13 kernel: [    0.557974] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 11 12 14 15)
Oct  6 13:23:30 rolandMint13 kernel: [    0.558004] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 10 11 12 14 15)
Oct  6 13:23:30 rolandMint13 kernel: [    0.558086] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
Oct  6 13:23:30 rolandMint13 kernel: [    0.558088] vgaarb: loaded
Oct  6 13:23:30 rolandMint13 kernel: [    0.558088] vgaarb: bridge control possible 0000:01:00.0
Oct  6 13:23:30 rolandMint13 kernel: [    0.558156] i2c-core: driver [aat2870] using legacy suspend method
Oct  6 13:23:30 rolandMint13 kernel: [    0.558157] i2c-core: driver [aat2870] using legacy resume method
Oct  6 13:23:30 rolandMint13 kernel: [    0.558199] SCSI subsystem initialized
Oct  6 13:23:30 rolandMint13 kernel: [    0.558235] libata version 3.00 loaded.
Oct  6 13:23:30 rolandMint13 kernel: [    0.558265] usbcore: registered new interface driver usbfs
Oct  6 13:23:30 rolandMint13 kernel: [    0.558273] usbcore: registered new interface driver hub
Oct  6 13:23:30 rolandMint13 kernel: [    0.558286] usbcore: registered new device driver usb
Oct  6 13:23:30 rolandMint13 kernel: [    0.558339] PCI: Using ACPI for IRQ routing
Oct  6 13:23:30 rolandMint13 kernel: [    0.568689] PCI: pci_cache_line_size set to 64 bytes
Oct  6 13:23:30 rolandMint13 kernel: [    0.568745] reserve RAM buffer: 000000000009ac00 - 000000000009ffff 
Oct  6 13:23:30 rolandMint13 kernel: [    0.568746] reserve RAM buffer: 00000000bf472000 - 00000000bfffffff 
Oct  6 13:23:30 rolandMint13 kernel: [    0.568749] reserve RAM buffer: 00000000bf4d9000 - 00000000bfffffff 
Oct  6 13:23:30 rolandMint13 kernel: [    0.568751] reserve RAM buffer: 00000000bf800000 - 00000000bfffffff 
Oct  6 13:23:30 rolandMint13 kernel: [    0.568752] reserve RAM buffer: 000000013f800000 - 000000013fffffff 
Oct  6 13:23:30 rolandMint13 kernel: [    0.568820] NetLabel: Initializing
Oct  6 13:23:30 rolandMint13 kernel: [    0.568821] NetLabel:  domain hash size = 128
Oct  6 13:23:30 rolandMint13 kernel: [    0.568822] NetLabel:  protocols = UNLABELED CIPSOv4
Oct  6 13:23:30 rolandMint13 kernel: [    0.568829] NetLabel:  unlabeled traffic allowed by default
Roland
Level 4
Level 4
Posts: 226
Joined: Sun Oct 04, 2009 9:44 am
Location: the Netherlands

Re: DVD video freezes system; how to start solving?

Post by Roland »

I tried again: inserted a dvd, system froze as expected now, did a hard reset and looked at the sys.log:

NO items at all in the syslog around the time of freezing.
Roland
Level 4
Level 4
Posts: 226
Joined: Sun Oct 04, 2009 9:44 am
Location: the Netherlands

Re: DVD video freezes system; how to start solving?

Post by Roland »

I tried installing a new kernel:
http://www.upubuntu.com/2012/10/install ... buntu.html
but wrong resolution an d no Cinnamon after reboot, so I went back to the previous kernel.

Could the problem (DVD freezes system) be kernel-related? in that case I will try again.
Locked

Return to “Hardware Support”