Mesa 7i96 Ethernet board

More
09 Jun 2017 15:10 #94353 by microsprintbuilder
tried both
stever@debian-LP:~$ sbin/ifconfig -a
bash: sbin/ifconfig: No such file or directory
stever@debian-LP:~$ ifconfig -a
bash: ifconfig: command not found
stever@debian-LP:~$

Please Log in or Create an account to join the conversation.

More
09 Jun 2017 15:21 #94354 by PCW
Replied by PCW on topic Mesa 7i96 Ethernet board
you left off the initial slash:
/sbin/ifconfig -a

Please Log in or Create an account to join the conversation.

More
09 Jun 2017 15:22 #94355 by microsprintbuilder
if I list the Ip's i get;

stever@debian-LP:~$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether 20:c6:eb:08:f2:ec brd ff:ff:ff:ff:ff:ff
inet6 fe80::22c6:ebff:fe08:f2ec/64 scope link
valid_lft forever preferred_lft forever
3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
link/ether 80:00:0b:1d:7e:a5 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.104/24 brd 192.168.0.255 scope global wlan0
inet6 fe80::8200:bff:fe1d:7ea5/64 scope link
valid_lft forever preferred_lft forever
stever@debian-LP:~$

Please Log in or Create an account to join the conversation.

More
09 Jun 2017 15:30 #94357 by Zacharius
Replied by Zacharius on topic Mesa 7i96 Ethernet board
hi,
if you connecting board directly just open your pc wired network settings and set ip manually like 192.168.1.120 mask 255.255.255.0 gate can be left empty

Please Log in or Create an account to join the conversation.

More
09 Jun 2017 17:03 - 09 Jun 2017 17:05 #94365 by microsprintbuilder
I've tried that. still not info. Is there a chance the board isn't flashed correctly? I'm going to go to the shop and try it on another computer to rule that out.
Last edit: 09 Jun 2017 17:05 by microsprintbuilder.

Please Log in or Create an account to join the conversation.

More
09 Jun 2017 17:38 - 09 Jun 2017 17:39 #94368 by microsprintbuilder
Talked to Peter @ mesa, now I got Ping.

64 bytes from 192.168.1.121: icmp_req=8 ttl=64 time=0.046 ms
64 bytes from 192.168.1.121: icmp_req=9 ttl=64 time=0.042 ms
64 bytes from 192.168.1.121: icmp_req=10 ttl=64 time=0.044 ms
64 bytes from 192.168.1.121: icmp_req=11 ttl=64 time=0.047 ms
64 bytes from 192.168.1.121: icmp_req=12 ttl=64 time=0.041 ms
64 bytes from 192.168.1.121: icmp_req=13 ttl=64 time=0.047 ms
64 bytes from 192.168.1.121: icmp_req=14 ttl=64 time=0.045 ms
64 bytes from 192.168.1.121: icmp_req=15 ttl=64 time=0.033 ms
64 bytes from 192.168.1.121: icmp_req=16 ttl=64 time=0.045 ms
64 bytes from 192.168.1.121: icmp_req=17 ttl=64 time=0.045 ms
64 bytes from 192.168.1.121: icmp_req=18 ttl=64 time=0.045 ms
64 bytes from 192.168.1.121: icmp_req=19 ttl=64 time=0.044 ms
64 bytes from 192.168.1.121: icmp_req=20 ttl=64 time=0.048 ms
64 bytes from 192.168.1.121: icmp_req=21 ttl=64 time=0.041 ms
64 bytes from 192.168.1.121: icmp_req=22 ttl=64 time=0.046 ms
64 bytes from 192.168.1.121: icmp_req=23 ttl=64 time=0.045 ms
64 bytes from 192.168.1.121: icmp_req=24 ttl=64 time=0.043 ms
64 bytes from 192.168.1.121: icmp_req=25 ttl=64 time=0.045 ms
64 bytes from 192.168.1.121: icmp_req=26 ttl=64 time=0.044 ms
64 bytes from 192.168.1.121: icmp_req=27 ttl=64 time=0.044 ms
64 bytes from 192.168.1.121: icmp_req=28 ttl=64 time=0.047 ms


Thanks! Pete!
Last edit: 09 Jun 2017 17:39 by microsprintbuilder.

Please Log in or Create an account to join the conversation.

More
09 Jun 2017 17:44 #94369 by microsprintbuilder
That worked, got this now;

stever@debian-LP:~$ /sbin/ifconfig -a
eth0 Link encap:Ethernet HWaddr 20:c6:eb:08:f2:ec
inet addr:192.168.1.121 Bcast:192.168.1.123 Mask:255.255.255.252
inet6 addr: fe80::22c6:ebff:fe08:f2ec/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:101 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:18336 (17.9 KiB)
Interrupt:20 Memory:f7d00000-f7d20000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1400 errors:0 dropped:0 overruns:0 frame:0
TX packets:1400 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:117208 (114.4 KiB) TX bytes:117208 (114.4 KiB)

wlan0 Link encap:Ethernet HWaddr 80:00:0b:1d:7e:a5
inet addr:192.168.0.104 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::8200:bff:fe1d:7ea5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2821 errors:0 dropped:0 overruns:0 frame:0
TX packets:1234 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2584285 (2.4 MiB) TX bytes:184946 (180.6 KiB)

stever@debian-LP:~$

Please Log in or Create an account to join the conversation.

More
09 Jun 2017 20:19 #94376 by microsprintbuilder
I have it working with axis now. Can you elaborate on what you mean by "(this is all setup , done only once)". Would I just put the (
halcmd setp hm2_7i96.0.raw.write_address 0x7e00
halcmd setp hm2_7i96.0.raw.write_data 0x1030 # enable AC out, set frequency to 2 MHz
halcmd setp hm2_7i96.0.raw.write_strobe true
halcmd setp hm2_7i96.0.raw.write_address 0x1100
halcmd setp hm2_7i96.0.raw.write_data 0x1f800
halcmd setp hm2_7i96.0.raw.write_strobe true
halcmd setp hm2_7i96.0.raw.write_address 0x1200
halcmd setp hm2_7i96.0.raw.write_strobe true # setup DDR and AltSrc register for AC out bits (same data)
halcmd setp hm2_7i96.0.raw.write_address 0x1104
halcmd setp hm2_7i96.0.raw.write_data 0x103ff
halcmd setp hm2_7i96.0.raw.write_strobe true
halcmd setp hm2_7i96.0.raw.write_address 0x1204
halcmd setp hm2_7i96.0.raw.write_strobe true
halcmd setp hm2_7i96.0.raw.write_address 0x1104
halcmd setp hm2_7i96.0.raw.write_strobe true # setup DDR and AltSrc registers for AC drive signal (same data)
halcmd setp hm2_7i96.0.raw.write_address 0x7d00 # set raw write address to point to AC out register
)
in the hal file or is this some kind of executable file. Don't want to create any magic smoke
Thanks!

Please Log in or Create an account to join the conversation.

More
10 Jun 2017 03:24 #94382 by PCW
Replied by PCW on topic Mesa 7i96 Ethernet board
Those commands could be in a script
You cannot hurt the 7I96 with LinuxCNC commands

Please Log in or Create an account to join the conversation.

More
10 Jun 2017 14:17 #94392 by microsprintbuilder
Inot sure how to do this so I just put it into the post gui. I got an error. I'm not sure how to implement this. also what would be the outputs called? "IO", "GPIO", etc. error is custom_postgui.hal:3: Unknown command 'halcmd'
Thanks!


Print file information:
RUN_IN_PLACE=no
LINUXCNC_DIR=
LINUXCNC_BIN_DIR=/usr/bin
LINUXCNC_TCL_DIR=/usr/lib/tcltk/linuxcnc
LINUXCNC_SCRIPT_DIR=
LINUXCNC_RTLIB_DIR=/usr/lib/linuxcnc/modules
LINUXCNC_CONFIG_DIR=
LINUXCNC_LANG_DIR=/usr/share/linuxcnc/tcl/msgs
INIVAR=inivar
HALCMD=halcmd
LINUXCNC_EMCSH=/usr/bin/wish8.5
LINUXCNC - 2.7.9
Machine configuration directory is '/home/stever/linuxcnc/configs/RE-PLASMA-4X4'
Machine configuration file is 'RE-PLASMA-4X4.ini'
INIFILE=/home/stever/linuxcnc/configs/RE-PLASMA-4X4/RE-PLASMA-4X4.ini
PARAMETER_FILE=linuxcnc.var
TASK=milltask
HALUI=halui
DISPLAY=axis
Starting LinuxCNC...
Starting LinuxCNC server program: linuxcncsvr
Loading Real Time OS, RTAPI, and HAL_LIB modules
Starting LinuxCNC IO program: io
Starting HAL User Interface program: halui
Found file(REL): ./RE-PLASMA-4X4.hal
hm2: loading Mesa HostMot2 driver version 0.15
hm2_eth: loading Mesa AnyIO HostMot2 ethernet driver version 0.2
hm2_eth: 192.168.1.121 #: Hardware address: 00:60:1b:16:00:05
hm2_eth: Unrecognized ethernet board found: 7I96 -- port names will be wrong
hm2_eth: discovered 7I96
hm2/hm2_7i96.0: Smart Serial Firmware Version 43
hm2/hm2_7i96.0: 51 I/O Pins used:
hm2/hm2_7i96.0: IO Pin 000 (??-01): IOPort
hm2/hm2_7i96.0: IO Pin 001 (??-14): IOPort
hm2/hm2_7i96.0: IO Pin 002 (??-02): IOPort
hm2/hm2_7i96.0: IO Pin 003 (??-15): IOPort
hm2/hm2_7i96.0: IO Pin 004 (??-03): IOPort
hm2/hm2_7i96.0: IO Pin 005 (??-16): IOPort
hm2/hm2_7i96.0: IO Pin 006 (??-04): IOPort
hm2/hm2_7i96.0: IO Pin 007 (??-17): IOPort
hm2/hm2_7i96.0: IO Pin 008 (??-05): IOPort
hm2/hm2_7i96.0: IO Pin 009 (??-06): IOPort
hm2/hm2_7i96.0: IO Pin 010 (??-07): IOPort
hm2/hm2_7i96.0: IO Pin 011 (??-08): IOPort
hm2/hm2_7i96.0: IO Pin 012 (??-09): IOPort
hm2/hm2_7i96.0: IO Pin 013 (??-10): IOPort
hm2/hm2_7i96.0: IO Pin 014 (??-11): IOPort
hm2/hm2_7i96.0: IO Pin 015 (??-12): IOPort
hm2/hm2_7i96.0: IO Pin 016 (??-13): IOPort
hm2/hm2_7i96.0: IO Pin 017 (??-01): StepGen #0, pin Step (Output)
hm2/hm2_7i96.0: IO Pin 018 (??-14): StepGen #0, pin Direction (Output)
hm2/hm2_7i96.0: IO Pin 019 (??-02): StepGen #1, pin Step (Output)
hm2/hm2_7i96.0: IO Pin 020 (??-15): StepGen #1, pin Direction (Output)
hm2/hm2_7i96.0: IO Pin 021 (??-03): StepGen #2, pin Step (Output)
hm2/hm2_7i96.0: IO Pin 022 (??-16): StepGen #2, pin Direction (Output)
hm2/hm2_7i96.0: IO Pin 023 (??-04): StepGen #3, pin Step (Output)
hm2/hm2_7i96.0: IO Pin 024 (??-17): StepGen #3, pin Direction (Output)
hm2/hm2_7i96.0: IO Pin 025 (??-05): StepGen #4, pin Step (Output)
hm2/hm2_7i96.0: IO Pin 026 (??-06): StepGen #4, pin Direction (Output)
hm2/hm2_7i96.0: IO Pin 027 (??-07): Encoder #0, pin A (Input)
hm2/hm2_7i96.0: IO Pin 028 (??-08): Encoder #0, pin B (Input)
hm2/hm2_7i96.0: IO Pin 029 (??-09): Encoder #0, pin Index (Input)
hm2/hm2_7i96.0: IO Pin 030 (??-10): IOPort
hm2/hm2_7i96.0: IO Pin 031 (??-11): IOPort
hm2/hm2_7i96.0: IO Pin 032 (??-12): IOPort
hm2/hm2_7i96.0: IO Pin 033 (??-13): IOPort
hm2/hm2_7i96.0: IO Pin 034 (??-01): IOPort
hm2/hm2_7i96.0: IO Pin 035 (??-14): IOPort
hm2/hm2_7i96.0: IO Pin 036 (??-02): IOPort
hm2/hm2_7i96.0: IO Pin 037 (??-15): IOPort
hm2/hm2_7i96.0: IO Pin 038 (??-03): IOPort
hm2/hm2_7i96.0: IO Pin 039 (??-16): IOPort
hm2/hm2_7i96.0: IO Pin 040 (??-04): IOPort
hm2/hm2_7i96.0: IO Pin 041 (??-17): IOPort
hm2/hm2_7i96.0: IO Pin 042 (??-05): IOPort
hm2/hm2_7i96.0: IO Pin 043 (??-06): IOPort
hm2/hm2_7i96.0: IO Pin 044 (??-07): IOPort
hm2/hm2_7i96.0: IO Pin 045 (??-08): IOPort
hm2/hm2_7i96.0: IO Pin 046 (??-09): IOPort
hm2/hm2_7i96.0: IO Pin 047 (??-10): IOPort
hm2/hm2_7i96.0: IO Pin 048 (??-11): IOPort
hm2/hm2_7i96.0: IO Pin 049 (??-12): IOPort
hm2/hm2_7i96.0: IO Pin 050 (??-13): IOPort
hm2/hm2_7i96.0: registered
Found file(REL): ./custom.hal
Starting TASK program: milltask
hm2/hm2_7i96.0: Watchdog timeout (5000000 ns) is dangerously short compared to hm2_write() period (5000000 ns)
Starting DISPLAY program: axis
hm2/hm2_7i96.0: Watchdog has bit! (set the .has-bit pin to False to resume)
hm2: Firmware contains unknown function (gtag-195)

waiting for s.axes
waiting for s.axes
waiting for s.axes
waiting for s.axes
Shutting down and cleaning up LinuxCNC...
Xlib.protocol.request.QueryExtension
Xlib.protocol.request.QueryExtension
Running HAL shutdown script
Killing task linuxcncsvr, PID=10166
Killing task milltask, PID=10209
task: 121 cycles, min=0.000019, max=0.062479, avg=0.009202, 0 latency excursions (> 10x expected cycle time of 0.010000s)
hm2_eth: HostMot2 ethernet driver unloaded
hm2: unloading
Removing HAL_LIB, RTAPI, and Real Time OS modules
Removing NML shared memory segments

Debug file information:
Note: Using POSIX realtime
hm2: Firmware contains unknown function (gtag-195)
custom_postgui.hal:3: Unknown command 'halcmd'
/usr/bin/gladevcp:295: GtkWarning: GdkWindow 0x3600003 unexpectedly destroyed
gtk.main()
**** GLADE VCP ERROR: X Protocol Error: 3
10166
PID TTY STAT TIME COMMAND
10209
PID TTY STAT TIME COMMAND
Stopping realtime threads
Unloading hal components
Note: Using POSIX realtime

Kernel message information:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.2.0-4-rt-686-pae (This email address is being protected from spambots. You need JavaScript enabled to view it.) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP PREEMPT RT Debian 3.2.88-1
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009d800 (usable)
[ 0.000000] BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
[ 0.000000] BIOS-e820: 0000000020000000 - 0000000020200000 (reserved)
[ 0.000000] BIOS-e820: 0000000020200000 - 0000000040004000 (usable)
[ 0.000000] BIOS-e820: 0000000040004000 - 0000000040005000 (reserved)
[ 0.000000] BIOS-e820: 0000000040005000 - 00000000c8bed000 (usable)
[ 0.000000] BIOS-e820: 00000000c8bed000 - 00000000c9099000 (reserved)
[ 0.000000] BIOS-e820: 00000000c9099000 - 00000000c9f96000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000c9f96000 - 00000000ca5cc000 (reserved)
[ 0.000000] BIOS-e820: 00000000ca5cc000 - 00000000ca5cd000 (usable)
[ 0.000000] BIOS-e820: 00000000ca5cd000 - 00000000ca610000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000ca610000 - 00000000cacb4000 (usable)
[ 0.000000] BIOS-e820: 00000000cacb4000 - 00000000caff4000 (reserved)
[ 0.000000] BIOS-e820: 00000000caff4000 - 00000000cb000000 (usable)
[ 0.000000] BIOS-e820: 00000000cb800000 - 00000000cfa00000 (reserved)
[ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed00000 - 00000000fed04000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] BIOS-e820: 0000000100000000 - 000000042e600000 (usable)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: Panasonic Corporation CF-53SJCZYLM/CF53-3, BIOS V3.00L11 07/03/2014
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] last_pfn = 0x42e600 max_arch_pfn = 0x1000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-E7FFF uncachable
[ 0.000000] E8000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask C00000000 write-back
[ 0.000000] 1 base 400000000 mask FE0000000 write-back
[ 0.000000] 2 base 420000000 mask FF0000000 write-back
[ 0.000000] 3 base 0E0000000 mask FE0000000 uncachable
[ 0.000000] 4 base 0D0000000 mask FF0000000 uncachable
[ 0.000000] 5 base 0CC000000 mask FFC000000 uncachable
[ 0.000000] 6 base 0CB800000 mask FFF800000 uncachable
[ 0.000000] 7 base 42F000000 mask FFF000000 uncachable
[ 0.000000] 8 base 42E800000 mask FFF800000 uncachable
[ 0.000000] 9 base 42E600000 mask FFFE00000 uncachable
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820 update range: 00000000cb800000 - 0000000100000000 (usable) ==> (reserved)
[ 0.000000] initial memory mapped : 0 - 01a00000
[ 0.000000] Base memory trampoline at [c0099000] 99000 size 16384
[ 0.000000] init_memory_mapping: 0000000000000000-00000000379fe000
[ 0.000000] 0000000000 - 0000200000 page 4k
[ 0.000000] 0000200000 - 0037800000 page 2M
[ 0.000000] 0037800000 - 00379fe000 page 4k
[ 0.000000] kernel direct mapping tables up to 379fe000 @ 19f9000-1a00000
[ 0.000000] RAMDISK: 365bc000 - 372d6000
[ 0.000000] ACPI: RSDP 0x00000000000F0490 00024 (v02 MATBIO)
[ 0.000000] ACPI: XSDT 0x00000000C9085088 00094 (v01 MATBIO CF53-3 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000C90928B0 0010C (v05 MATBIO CF53-3 01072009 AMI 00010013)
[ 0.000000] ACPI Warning: FADT (revision 5) is longer than ACPI 2.0 version, truncating length 268 to 244 (20110623/tbfadt-288)
[ 0.000000] ACPI: DSDT 0x00000000C90851B0 0D6FD (v02 MATBIO CF53-3 00000022 INTL 20091112)
[ 0.000000] ACPI: FACS 0x00000000C9F94080 00040
[ 0.000000] ACPI: APIC 0x00000000C90929C0 00072 (v03 MATBIO CF53-3 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x00000000C9092A38 00044 (v01 MATBIO CF53-3 01072009 AMI 00010013)
[ 0.000000] ACPI: TCPA 0x00000000C9092A80 00032 (v02 MATBIO CF53-3 00000001 MSFT 01000013)
[ 0.000000] ACPI: MCFG 0x00000000C9092AB8 0003C (v01 MATBIO CF53-3 01072009 MSFT 00000097)
[ 0.000000] ACPI: SLIC 0x00000000C9092AF8 00176 (v01 MATBIO CF53-3 01072009 AMI 00010013)
[ 0.000000] ACPI: HPET 0x00000000C9092C70 00038 (v01 MATBIO CF53-3 01072009 AMI. 00000005)
[ 0.000000] ACPI: SSDT 0x00000000C9092CA8 004BD (v01 SataRe SataTabl 00001000 INTL 20091112)
[ 0.000000] ACPI: SSDT 0x00000000C9093168 009AA (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
[ 0.000000] ACPI: SSDT 0x00000000C9093B18 00B2C (v01 PmRef CpuPm 00003000 INTL 20051117)
[ 0.000000] ACPI: ASF! 0x00000000C9094648 00079 (v32 MATBIO CF53-3 01072009 INTL 000F4240)
[ 0.000000] ACPI: SSDT 0x00000000C90946C8 03FD3 (v01 DppmRe OemDppm 00001000 INTL 20091112)
[ 0.000000] ACPI: MSDM 0x00000000C90986A0 00055 (v03 MATBIO CF53-3 01072009 AMI 00010013)
[ 0.000000] ACPI: BGRT 0x00000000C90986F8 00038 (v00 MATBIO CF53-3 01072009 AMI 00010013)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 16236MB HIGHMEM available.
[ 0.000000] 889MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 379fe000
[ 0.000000] low ram: 0 - 379fe000
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000379fe
[ 0.000000] HighMem 0x000379fe -> 0x0042e600
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[8] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009d
[ 0.000000] 0: 0x00000100 -> 0x00020000
[ 0.000000] 0: 0x00020200 -> 0x00040004
[ 0.000000] 0: 0x00040005 -> 0x000c8bed
[ 0.000000] 0: 0x000ca5cc -> 0x000ca5cd
[ 0.000000] 0: 0x000ca610 -> 0x000cacb4
[ 0.000000] 0: 0x000caff4 -> 0x000cb000
[ 0.000000] 0: 0x00100000 -> 0x0042e600
[ 0.000000] On node 0 totalpages: 4159018
[ 0.000000] free_area_init_node: node 0, pgdat c1415440, node_mem_map edfec200
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3949 pages, LIFO batch:0
[ 0.000000] Normal zone: 1748 pages used for memmap
[ 0.000000] Normal zone: 221482 pages, LIFO batch:31
[ 0.000000] HighMem zone: 32473 pages used for memmap
[ 0.000000] HighMem zone: 3899334 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
[ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
[ 0.000000] Allocating PCI resources starting at cfa00000 (gap: cfa00000:28600000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 93 pages/cpu @f785d000 s360192 r0 d20736 u380928
[ 0.000000] pcpu-alloc: s360192 r0 d20736 u380928 alloc=93*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4124765
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-4-rt-686-pae root=UUID=74326250-4faa-4cbf-b63c-1d3cbec31454 ro initrd=/install/gtk/initrd.gz lapic quiet rootdelay=5
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] Initializing HighMem for node 0 (000379fe:0042e600)
[ 0.000000] Memory: 16477096k/17537024k available (2867k kernel code, 158976k reserved, 1343k data, 728k init, 15727228k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xffd36000 - 0xfffff000 (2852 kB)
[ 0.000000] pkmap : 0xffa00000 - 0xffc00000 (2048 kB)
[ 0.000000] vmalloc : 0xf81fe000 - 0xff9fe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf79fe000 ( 889 MB)
[ 0.000000] .init : 0xc141d000 - 0xc14d3000 ( 728 kB)
[ 0.000000] .data : 0xc12ccd20 - 0xc141cac0 (1343 kB)
[ 0.000000] .text : 0xc1000000 - 0xc12ccd20 (2867 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:2304 nr_irqs:712 16
[ 0.000000] CPU 0 irqstacks, hard=ed808000 soft=ed80a000
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.004000] Detected 2693.959 MHz processor.
[ 0.000001] Calibrating delay loop (skipped), value calculated using timer frequency.. 5387.91 BogoMIPS (lpj=10775836)
[ 0.000004] pid_max: default: 32768 minimum: 301
[ 0.000033] Security Framework initialized
[ 0.000037] AppArmor: AppArmor disabled by boot time parameter
[ 0.000048] Mount-cache hash table entries: 512
[ 0.000120] Initializing cgroup subsys cpuacct
[ 0.000123] Initializing cgroup subsys memory
[ 0.000128] Initializing cgroup subsys devices
[ 0.000129] Initializing cgroup subsys freezer
[ 0.000130] Initializing cgroup subsys net_cls
[ 0.000131] Initializing cgroup subsys blkio
[ 0.000135] Initializing cgroup subsys perf_event
[ 0.000157] CPU: Physical Processor ID: 0
[ 0.000157] CPU: Processor Core ID: 0
[ 0.000161] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.000162] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.000816] mce: CPU supports 7 MCE banks
[ 0.000825] CPU0: Thermal monitoring enabled (TM1)
[ 0.000832] using mwait in idle threads.
[ 0.001130] ACPI: Core revision 20110623
[ 0.026544] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.026951] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.066626] CPU0: Intel(R) Core(TM) i5-3340M CPU @ 2.70GHz stepping 09
[ 0.171902] Performance Events: PEBS fmt1+, generic architected perfmon, Intel PMU driver.
[ 0.171912] ... version: 3
[ 0.171914] ... bit width: 48
[ 0.171915] ... generic registers: 4
[ 0.171916] ... value mask: 0000ffffffffffff
[ 0.171918] ... max period: 000000007fffffff
[ 0.171919] ... fixed-purpose events: 3
[ 0.171920] ... event mask: 000000070000000f
[ 0.192032] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.211923] CPU 1 irqstacks, hard=ed930000 soft=ed932000
[ 0.211926] Booting Node 0, Processors #1
[ 0.211931] smpboot cpu 1: start_ip = 99000
[ 0.222162] Initializing CPU#1
[ 0.320605] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.335889] CPU 2 irqstacks, hard=ed948000 soft=ed94a000
[ 0.335892] #2
[ 0.335895] smpboot cpu 2: start_ip = 99000
[ 0.346153] Initializing CPU#2
[ 0.444624] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.459850] CPU 3 irqstacks, hard=ed97e000 soft=ed980000
[ 0.459862] #3 Ok.
[ 0.459864] smpboot cpu 3: start_ip = 99000
[ 0.470090] Initializing CPU#3
[ 0.568538] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.571766] Brought up 4 CPUs
[ 0.571770] Total of 4 processors activated (21550.44 BogoMIPS).
[ 0.575186] devtmpfs: initialized
[ 0.575388] PM: Registering ACPI NVS region at c9099000 (15716352 bytes)
[ 0.576119] PM: Registering ACPI NVS region at ca5cd000 (274432 bytes)
[ 0.576296] print_constraints: dummy:
[ 0.576356] NET: Registered protocol family 16
[ 0.576470] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.576472] ACPI: bus type pci registered
[ 0.576590] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.576594] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.576595] PCI: Using MMCONFIG for extended config space
[ 0.576597] PCI: Using configuration type 1 for base access
[ 0.577364] bio: create slab <bio-0> at 0
[ 0.577454] ACPI: Added _OSI(Module Device)
[ 0.577456] ACPI: Added _OSI(Processor Device)
[ 0.577458] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.577460] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.579464] ACPI: EC: Look up EC in DSDT
[ 0.582055] ACPI: Executed 5 blocks of module-level executable AML code
[ 0.588225] ACPI: SSDT 0x00000000C9F81F18 000A5 (v01 DynTbl VistaTbl 00000001 INTL 20091112)
[ 0.588766] ACPI: Dynamic OEM Table Load:
[ 0.588769] ACPI: SSDT 0x0000000000000000 000A5 (v01 DynTbl VistaTbl 00000001 INTL 20091112)
[ 0.619607] ACPI: SSDT 0x00000000C9030018 009D2 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 0.620190] ACPI: Dynamic OEM Table Load:
[ 0.620193] ACPI: SSDT 0x0000000000000000 009D2 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
[ 0.632206] ACPI: SSDT 0x00000000C9031A98 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
[ 0.632858] ACPI: Dynamic OEM Table Load:
[ 0.632860] ACPI: SSDT 0x0000000000000000 00303 (v01 PmRef ApIst 00003000 INTL 20051117)
[ 0.644672] ACPI: SSDT 0x00000000C902FD98 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
[ 0.645222] ACPI: Dynamic OEM Table Load:
[ 0.645224] ACPI: SSDT 0x0000000000000000 00119 (v01 PmRef ApCst 00003000 INTL 20051117)
[ 1.079203] ACPI: Interpreter enabled
[ 1.079215] ACPI: (supports S0 S3 S4 S5)
[ 1.079246] ACPI: Using IOAPIC for interrupt routing
[ 1.092776] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 1.093040] ACPI: No dock devices found.
[ 1.093042] HEST: Table not found.
[ 1.093046] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 1.093498] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 1.094109] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 1.094111] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
[ 1.094113] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 1.094115] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
[ 1.094117] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
[ 1.094119] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
[ 1.094121] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
[ 1.094122] pci_root PNP0A08:00: host bridge window [mem 0xcfa00000-0xfeafffff]
[ 1.094124] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
[ 1.094139] pci 0000:00:00.0: [8086:0154] type 0 class 0x000600
[ 1.094178] pci 0000:00:02.0: [8086:0166] type 0 class 0x000300
[ 1.094188] pci 0000:00:02.0: reg 10: [mem 0xf1800000-0xf1bfffff 64bit]
[ 1.094194] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 1.094198] pci 0000:00:02.0: reg 20: [io 0xf000-0xf03f]
[ 1.094230] pci 0000:00:04.0: [8086:0153] type 0 class 0x001180
[ 1.094239] pci 0000:00:04.0: reg 10: [mem 0xfed98000-0xfed9ffff 64bit]
[ 1.094299] pci 0000:00:14.0: [8086:1e31] type 0 class 0x000c03
[ 1.094322] pci 0000:00:14.0: reg 10: [mem 0xf7d20000-0xf7d2ffff 64bit]
[ 1.094394] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 1.094420] pci 0000:00:16.0: [8086:1e3a] type 0 class 0x000780
[ 1.094442] pci 0000:00:16.0: reg 10: [mem 0xf7d44000-0xf7d4400f 64bit]
[ 1.094518] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 1.094543] pci 0000:00:16.3: [8086:1e3d] type 0 class 0x000700
[ 1.094561] pci 0000:00:16.3: reg 10: [io 0xf0e0-0xf0e7]
[ 1.094571] pci 0000:00:16.3: reg 14: [mem 0xf7d42000-0xf7d42fff]
[ 1.094671] pci 0000:00:19.0: [8086:1502] type 0 class 0x000200
[ 1.094689] pci 0000:00:19.0: reg 10: [mem 0xf7d00000-0xf7d1ffff]
[ 1.094698] pci 0000:00:19.0: reg 14: [mem 0xf7d41000-0xf7d41fff]
[ 1.094706] pci 0000:00:19.0: reg 18: [io 0xf080-0xf09f]
[ 1.094770] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[ 1.094796] pci 0000:00:1a.0: [8086:1e2d] type 0 class 0x000c03
[ 1.094816] pci 0000:00:1a.0: reg 10: [mem 0xf7d40000-0xf7d403ff]
[ 1.094907] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 1.094936] pci 0000:00:1b.0: [8086:1e20] type 0 class 0x000403
[ 1.094951] pci 0000:00:1b.0: reg 10: [mem 0xf7d38000-0xf7d3bfff 64bit]
[ 1.095021] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 1.095049] pci 0000:00:1c.0: [8086:1e10] type 1 class 0x000604
[ 1.095181] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 1.095222] pci 0000:00:1c.2: [8086:1e14] type 1 class 0x000604
[ 1.095353] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 1.095390] pci 0000:00:1c.3: [8086:2448] type 1 class 0x000604
[ 1.095520] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 1.095564] pci 0000:00:1d.0: [8086:1e26] type 0 class 0x000c03
[ 1.095585] pci 0000:00:1d.0: reg 10: [mem 0xf7d3f000-0xf7d3f3ff]
[ 1.095675] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 1.095702] pci 0000:00:1f.0: [8086:1e55] type 0 class 0x000601
[ 1.095829] pci 0000:00:1f.2: [8086:1e03] type 0 class 0x000106
[ 1.095846] pci 0000:00:1f.2: reg 10: [io 0xf0d0-0xf0d7]
[ 1.095854] pci 0000:00:1f.2: reg 14: [io 0xf0c0-0xf0c3]
[ 1.095862] pci 0000:00:1f.2: reg 18: [io 0xf0b0-0xf0b7]
[ 1.095871] pci 0000:00:1f.2: reg 1c: [io 0xf0a0-0xf0a3]
[ 1.095879] pci 0000:00:1f.2: reg 20: [io 0xf060-0xf07f]
[ 1.095887] pci 0000:00:1f.2: reg 24: [mem 0xf7d3e000-0xf7d3e7ff]
[ 1.095934] pci 0000:00:1f.2: PME# supported from D3hot
[ 1.095952] pci 0000:00:1f.3: [8086:1e22] type 0 class 0x000c05
[ 1.095967] pci 0000:00:1f.3: reg 10: [mem 0xf7d3d000-0xf7d3d0ff 64bit]
[ 1.095989] pci 0000:00:1f.3: reg 20: [io 0xf040-0xf05f]
[ 1.096027] pci 0000:00:1f.6: [8086:1e24] type 0 class 0x001180
[ 1.096048] pci 0000:00:1f.6: reg 10: [mem 0xf7d3c000-0xf7d3cfff 64bit]
[ 1.096190] pci 0000:00:1c.0: PCI bridge to [bus 01-08]
[ 1.096194] pci 0000:00:1c.0: bridge window [io 0xc000-0xdfff]
[ 1.096199] pci 0000:00:1c.0: bridge window [mem 0xf1c00000-0xf5bfffff]
[ 1.096208] pci 0000:00:1c.0: bridge window [mem 0xe0000000-0xe3ffffff 64bit pref]
[ 1.096411] pci 0000:09:00.0: [8086:088e] type 0 class 0x000280
[ 1.096539] pci 0000:09:00.0: reg 10: [mem 0xf7c00000-0xf7c01fff 64bit]
[ 1.097186] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[ 1.104460] pci 0000:00:1c.2: PCI bridge to [bus 09-09]
[ 1.104466] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
[ 1.104472] pci 0000:00:1c.2: bridge window [mem 0xf7c00000-0xf7cfffff]
[ 1.104481] pci 0000:00:1c.2: bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
[ 1.104632] pci 0000:0a:00.0: [1180:e476] type 2 class 0x000607
[ 1.104660] pci 0000:0a:00.0: reg 10: [mem 0xf7001000-0xf7001fff]
[ 1.104757] pci 0000:0a:00.0: supports D1 D2
[ 1.104758] pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.104825] pci 0000:0a:00.1: [1180:e823] type 0 class 0x000805
[ 1.104853] pci 0000:0a:00.1: reg 10: [mem 0xf7000000-0xf70000ff]
[ 1.105060] pci 0000:0a:00.1: supports D1 D2
[ 1.105061] pci 0000:0a:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.111697] pci 0000:00:1c.3: PCI bridge to [bus 0a-12] (subtractive decode)
[ 1.111701] pci 0000:00:1c.3: bridge window [io 0xa000-0xbfff]
[ 1.111706] pci 0000:00:1c.3: bridge window [mem 0xf5c00000-0xf7bfffff]
[ 1.111713] pci 0000:00:1c.3: bridge window [mem 0xe4000000-0xe5ffffff 64bit pref]
[ 1.111715] pci 0000:00:1c.3: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 1.111717] pci 0000:00:1c.3: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 1.111719] pci 0000:00:1c.3: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 1.111721] pci 0000:00:1c.3: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[ 1.111723] pci 0000:00:1c.3: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[ 1.111725] pci 0000:00:1c.3: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[ 1.111727] pci 0000:00:1c.3: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[ 1.111729] pci 0000:00:1c.3: bridge window [mem 0xcfa00000-0xfeafffff] (subtractive decode)
[ 1.111731] pci 0000:00:1c.3: bridge window [mem 0xfed40000-0xfed44fff] (subtractive decode)
[ 1.111866] pci_bus 0000:00: on NUMA node 0
[ 1.111869] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 1.112148] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 1.112217] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[ 1.112287] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[ 1.112545] pci0000:00: Requesting ACPI _OSC control (0x1d)
[ 1.113318] pci0000:00: ACPI _OSC control (0x1d) granted
[ 1.121697] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 1.121772] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 1.121843] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 1.121913] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 1.121983] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15)
[ 1.122053] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 1.122123] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
[ 1.122192] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 1.122276] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 1.122293] vgaarb: loaded
[ 1.122294] vgaarb: bridge control possible 0000:00:02.0
[ 1.122342] PCI: Using ACPI for IRQ routing
[ 1.124342] PCI: pci_cache_line_size set to 64 bytes
[ 1.124353] pci 0000:00:04.0: no compatible bridge window for [mem 0xfed98000-0xfed9ffff 64bit]
[ 1.124460] reserve RAM buffer: 000000000009d800 - 000000000009ffff
[ 1.124462] reserve RAM buffer: 0000000040004000 - 0000000043ffffff
[ 1.124464] reserve RAM buffer: 00000000c8bed000 - 00000000cbffffff
[ 1.124467] reserve RAM buffer: 00000000ca5cd000 - 00000000cbffffff
[ 1.124469] reserve RAM buffer: 00000000cacb4000 - 00000000cbffffff
[ 1.124471] reserve RAM buffer: 00000000cb000000 - 00000000cbffffff
[ 1.124474] reserve RAM buffer: 000000042e600000 - 000000042fffffff
[ 1.124592] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 1.124599] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 1.126621] AMD NB: Cannot enumerate AMD northbridges.
[ 1.126623] Switching to clocksource hpet
[ 1.128969] pnp: PnP ACPI init
[ 1.128981] ACPI: bus type pnp registered
[ 1.129293] pnp 00:00: [bus 00-3e]
[ 1.129296] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 1.129297] pnp 00:00: [io 0x0cf8-0x0cff]
[ 1.129299] pnp 00:00: [io 0x0d00-0xffff window]
[ 1.129301] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 1.129303] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[ 1.129304] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[ 1.129306] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[ 1.129308] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[ 1.129310] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[ 1.129311] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[ 1.129313] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[ 1.129315] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[ 1.129316] pnp 00:00: [mem 0xcfa00000-0xfeafffff window]
[ 1.129318] pnp 00:00: [mem 0x00010000-0x0001ffff window]
[ 1.129320] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[ 1.129374] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 1.198819] pnp 00:01: [mem 0x00000000-0xffffffffffffffff disabled]
[ 1.198869] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.198897] pnp 00:02: [io 0x0000-0x001f]
[ 1.198899] pnp 00:02: [io 0x0081-0x0091]
[ 1.198901] pnp 00:02: [io 0x0093-0x009f]
[ 1.198902] pnp 00:02: [io 0x00c0-0x00df]
[ 1.198904] pnp 00:02: [dma 4]
[ 1.198929] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 1.199024] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[ 1.199048] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[ 1.199061] pnp 00:04: [io 0x0061]
[ 1.199062] pnp 00:04: [io 0x0063]
[ 1.199064] pnp 00:04: [io 0x0065]
[ 1.199065] pnp 00:04: [io 0x0067]
[ 1.199067] pnp 00:04: [io 0x0080]
[ 1.199068] pnp 00:04: [io 0x0092]
[ 1.199070] pnp 00:04: [io 0x00b2-0x00b3]
[ 1.199071] pnp 00:04: [io 0x1000-0x100f]
[ 1.199073] pnp 00:04: [io 0xffff]
[ 1.199074] pnp 00:04: [io 0xffff]
[ 1.199076] pnp 00:04: [io 0x0400-0x0453]
[ 1.199077] pnp 00:04: [io 0x0458-0x047f]
[ 1.199080] pnp 00:04: [io 0x0500-0x057f]
[ 1.199082] pnp 00:04: [io 0x0900-0x097f]
[ 1.199131] system 00:04: [io 0x1000-0x100f] has been reserved
[ 1.199134] system 00:04: [io 0xffff] has been reserved
[ 1.199136] system 00:04: [io 0xffff] has been reserved
[ 1.199139] system 00:04: [io 0x0400-0x0453] could not be reserved
[ 1.199141] system 00:04: [io 0x0458-0x047f] has been reserved
[ 1.199143] system 00:04: [io 0x0500-0x057f] has been reserved
[ 1.199145] system 00:04: [io 0x0900-0x097f] has been reserved
[ 1.199148] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.199157] pnp 00:05: [io 0x0070-0x0077]
[ 1.199164] pnp 00:05: [irq 8]
[ 1.199189] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 1.199224] pnp 00:06: [io 0x0454-0x0457]
[ 1.199270] system 00:06: [io 0x0454-0x0457] has been reserved
[ 1.199272] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 1.199298] pnp 00:07: [io 0x0010-0x001f]
[ 1.199300] pnp 00:07: [io 0x0022-0x003f]
[ 1.199301] pnp 00:07: [io 0x0072-0x007f]
[ 1.199303] pnp 00:07: [io 0x0080]
[ 1.199304] pnp 00:07: [io 0x0084-0x0086]
[ 1.199306] pnp 00:07: [io 0x0088]
[ 1.199307] pnp 00:07: [io 0x008c-0x008e]
[ 1.199309] pnp 00:07: [io 0x0090-0x009f]
[ 1.199310] pnp 00:07: [io 0x00a2-0x00bf]
[ 1.199312] pnp 00:07: [io 0x00e0-0x00ef]
[ 1.199313] pnp 00:07: [io 0x04d0-0x04d1]
[ 1.199363] system 00:07: [io 0x04d0-0x04d1] has been reserved
[ 1.199366] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.199375] pnp 00:08: [io 0x00f0-0x00ff]
[ 1.199380] pnp 00:08: [irq 13]
[ 1.199406] pnp 00:08: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 1.199521] pnp 00:09: [io 0x002e-0x002f]
[ 1.199523] pnp 00:09: [io 0x0a00-0x0a1f]
[ 1.199570] system 00:09: [io 0x0a00-0x0a1f] has been reserved
[ 1.199573] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.199724] pnp 00:0a: [io 0x03f8-0x03ff]
[ 1.199728] pnp 00:0a: [irq 4]
[ 1.199730] pnp 00:0a: [dma 0 disabled]
[ 1.199783] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
[ 1.199956] pnp 00:0b: [io 0x004e-0x004f]
[ 1.199957] pnp 00:0b: [mem 0xfed40000-0xfed44fff]
[ 1.199985] pnp 00:0b: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
[ 1.200017] pnp 00:0c: [io 0x0060]
[ 1.200019] pnp 00:0c: [io 0x0064]
[ 1.200023] pnp 00:0c: [irq 1]
[ 1.200052] pnp 00:0c: Plug and Play ACPI device, IDs MAT0025 PNP0303 (active)
[ 1.200508] pnp 00:0d: [irq 12]
[ 1.200536] pnp 00:0d: Plug and Play ACPI device, IDs SYN0002 PNP0f13 (active)
[ 1.200843] pnp 00:0e: [mem 0xfed1c000-0xfed1ffff]
[ 1.200845] pnp 00:0e: [mem 0xfed10000-0xfed17fff]
[ 1.200847] pnp 00:0e: [mem 0xfed18000-0xfed18fff]
[ 1.200849] pnp 00:0e: [mem 0xfed19000-0xfed19fff]
[ 1.200851] pnp 00:0e: [mem 0xf8000000-0xfbffffff]
[ 1.200853] pnp 00:0e: [mem 0xfed20000-0xfed3ffff]
[ 1.200854] pnp 00:0e: [mem 0xfed90000-0xfed93fff]
[ 1.200856] pnp 00:0e: [mem 0xfed45000-0xfed8ffff]
[ 1.200858] pnp 00:0e: [mem 0xff000000-0xffffffff]
[ 1.200859] pnp 00:0e: [mem 0xfee00000-0xfeefffff]
[ 1.200861] pnp 00:0e: [mem 0xfed08000-0xfed08fff]
[ 1.200933] system 00:0e: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 1.200935] system 00:0e: [mem 0xfed10000-0xfed17fff] has been reserved
[ 1.200938] system 00:0e: [mem 0xfed18000-0xfed18fff] has been reserved
[ 1.200940] system 00:0e: [mem 0xfed19000-0xfed19fff] has been reserved
[ 1.200943] system 00:0e: [mem 0xf8000000-0xfbffffff] has been reserved
[ 1.200945] system 00:0e: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 1.200947] system 00:0e: [mem 0xfed90000-0xfed93fff] has been reserved
[ 1.200950] system 00:0e: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 1.200952] system 00:0e: [mem 0xff000000-0xffffffff] has been reserved
[ 1.200955] system 00:0e: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 1.200957] system 00:0e: [mem 0xfed08000-0xfed08fff] has been reserved
[ 1.200960] system 00:0e: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.201016] pnp 00:0f: [mem 0x000e0000-0x000effff]
[ 1.201018] pnp 00:0f: [mem 0x000f0000-0x000fffff]
[ 1.201085] system 00:0f: [mem 0x000e0000-0x000effff] could not be reserved
[ 1.201088] system 00:0f: [mem 0x000f0000-0x000fffff] could not be reserved
[ 1.201090] system 00:0f: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.201288] pnp 00:10: [mem 0x20000000-0x201fffff]
[ 1.201290] pnp 00:10: [mem 0x40004000-0x40004fff]
[ 1.201360] system 00:10: [mem 0x20000000-0x201fffff] has been reserved
[ 1.201362] system 00:10: [mem 0x40004000-0x40004fff] has been reserved
[ 1.201364] system 00:10: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 1.201443] pnp: PnP ACPI: found 17 devices
[ 1.201444] ACPI: ACPI bus type pnp unregistered
[ 1.201447] PnPBIOS: Disabled by ACPI PNP
[ 1.238368] PCI: max bus depth: 2 pci_try_num: 3
[ 1.238407] pci 0000:00:04.0: BAR 0: assigned [mem 0xcfa00000-0xcfa07fff 64bit]
[ 1.238412] pci 0000:00:1c.0: PCI bridge to [bus 01-08]
[ 1.238415] pci 0000:00:1c.0: bridge window [io 0xc000-0xdfff]
[ 1.238421] pci 0000:00:1c.0: bridge window [mem 0xf1c00000-0xf5bfffff]
[ 1.238426] pci 0000:00:1c.0: bridge window [mem 0xe0000000-0xe3ffffff 64bit pref]
[ 1.238432] pci 0000:00:1c.2: PCI bridge to [bus 09-09]
[ 1.238435] pci 0000:00:1c.2: bridge window [io 0xe000-0xefff]
[ 1.238440] pci 0000:00:1c.2: bridge window [mem 0xf7c00000-0xf7cfffff]
[ 1.238444] pci 0000:00:1c.2: bridge window [mem 0xe6000000-0xe60fffff 64bit pref]
[ 1.238455] pci 0000:0a:00.0: BAR 16: assigned [mem 0xe8000000-0xebffffff]
[ 1.238460] pci 0000:0a:00.0: BAR 15: assigned [mem 0xec000000-0xefffffff pref]
[ 1.238463] pci 0000:0a:00.0: BAR 14: assigned [io 0xa000-0xa0ff]
[ 1.238465] pci 0000:0a:00.0: BAR 13: assigned [io 0xa400-0xa4ff]
[ 1.238468] pci 0000:0a:00.0: CardBus bridge to [bus 0b-0e]
[ 1.238469] pci 0000:0a:00.0: bridge window [io 0xa400-0xa4ff]
[ 1.238475] pci 0000:0a:00.0: bridge window [io 0xa000-0xa0ff]
[ 1.238481] pci 0000:0a:00.0: bridge window [mem 0xec000000-0xefffffff pref]
[ 1.238487] pci 0000:0a:00.0: bridge window [mem 0xe8000000-0xebffffff]
[ 1.238493] pci 0000:00:1c.3: PCI bridge to [bus 0a-12]
[ 1.238496] pci 0000:00:1c.3: bridge window [io 0xa000-0xbfff]
[ 1.238501] pci 0000:00:1c.3: bridge window [mem 0xf5c00000-0xf7bfffff]
[ 1.238506] pci 0000:00:1c.3: bridge window [mem 0xe4000000-0xe5ffffff 64bit pref]
[ 1.238529] pci 0000:00:1c.0: setting latency timer to 64
[ 1.238542] pci 0000:00:1c.2: setting latency timer to 64
[ 1.238565] pci 0000:00:1c.3: setting latency timer to 64
[ 1.238582] pci 0000:0a:00.0: setting latency timer to 64
[ 1.238587] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 1.238588] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 1.238590] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 1.238592] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[ 1.238594] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[ 1.238595] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[ 1.238597] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[ 1.238599] pci_bus 0000:00: resource 11 [mem 0xcfa00000-0xfeafffff]
[ 1.238600] pci_bus 0000:00: resource 12 [mem 0xfed40000-0xfed44fff]
[ 1.238602] pci_bus 0000:01: resource 0 [io 0xc000-0xdfff]
[ 1.238604] pci_bus 0000:01: resource 1 [mem 0xf1c00000-0xf5bfffff]
[ 1.238606] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xe3ffffff 64bit pref]
[ 1.238608] pci_bus 0000:09: resource 0 [io 0xe000-0xefff]
[ 1.238609] pci_bus 0000:09: resource 1 [mem 0xf7c00000-0xf7cfffff]
[ 1.238611] pci_bus 0000:09: resource 2 [mem 0xe6000000-0xe60fffff 64bit pref]
[ 1.238613] pci_bus 0000:0a: resource 0 [io 0xa000-0xbfff]
[ 1.238614] pci_bus 0000:0a: resource 1 [mem 0xf5c00000-0xf7bfffff]
[ 1.238616] pci_bus 0000:0a: resource 2 [mem 0xe4000000-0xe5ffffff 64bit pref]
[ 1.238618] pci_bus 0000:0a: resource 4 [io 0x0000-0x0cf7]
[ 1.238620] pci_bus 0000:0a: resource 5 [io 0x0d00-0xffff]
[ 1.238621] pci_bus 0000:0a: resource 6 [mem 0x000a0000-0x000bffff]
[ 1.238623] pci_bus 0000:0a: resource 7 [mem 0x000d0000-0x000d3fff]
[ 1.238625] pci_bus 0000:0a: resource 8 [mem 0x000d4000-0x000d7fff]
[ 1.238626] pci_bus 0000:0a: resource 9 [mem 0x000d8000-0x000dbfff]
[ 1.238628] pci_bus 0000:0a: resource 10 [mem 0x000dc000-0x000dffff]
[ 1.238630] pci_bus 0000:0a: resource 11 [mem 0xcfa00000-0xfeafffff]
[ 1.238631] pci_bus 0000:0a: resource 12 [mem 0xfed40000-0xfed44fff]
[ 1.238633] pci_bus 0000:0b: resource 0 [io 0xa400-0xa4ff]
[ 1.238635] pci_bus 0000:0b: resource 1 [io 0xa000-0xa0ff]
[ 1.238636] pci_bus 0000:0b: resource 2 [mem 0xec000000-0xefffffff pref]
[ 1.238638] pci_bus 0000:0b: resource 3 [mem 0xe8000000-0xebffffff]
[ 1.238689] NET: Registered protocol family 2
[ 1.240310] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 1.240547] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 1.240723] TCP bind hash table entries: 65536 (order: 8, 1835008 bytes)
[ 1.241129] TCP: Hash tables configured (established 131072 bind 65536)
[ 1.241131] TCP reno registered
[ 1.241135] UDP hash table entries: 512 (order: 3, 32768 bytes)
[ 1.241145] UDP-Lite hash table entries: 512 (order: 3, 32768 bytes)
[ 1.241230] NET: Registered protocol family 1
[ 1.241244] pci 0000:00:02.0: Boot video device
[ 1.278622] PCI: CLS 64 bytes, default 64
[ 1.278677] Unpacking initramfs...
[ 1.536350] Freeing initrd memory: 13416k freed
[ 1.538825] audit: initializing netlink socket (disabled)
[ 1.538835] type=2000 audit(1497013844.368:1): initialized
[ 1.551075] highmem bounce pool size: 64 pages
[ 1.551081] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.551241] VFS: Disk quotas dquot_6.5.2
[ 1.551277] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.551340] msgmni has been set to 1490
[ 1.551506] alg: No test for stdrng (krng)
[ 1.551532] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 1.551534] io scheduler noop registered
[ 1.551536] io scheduler deadline registered
[ 1.551551] io scheduler cfq registered (default)
[ 1.551656] pcieport 0000:00:1c.0: setting latency timer to 64
[ 1.551702] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[ 1.551794] pcieport 0000:00:1c.2: setting latency timer to 64
[ 1.551835] pcieport 0000:00:1c.2: irq 41 for MSI/MSI-X
[ 1.551964] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[ 1.551969] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[ 1.552012] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
[ 1.552014] pci 0000:09:00.0: Signaling PME through PCIe PME interrupt
[ 1.552019] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
[ 1.552038] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.552096] pciehp 0000:00:1c.0:pcie04: HPC vendor_id 8086 device_id 1e10 ss_vid 10f7 ss_did 8338
[ 1.552142] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
[ 1.552149] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 1.552151] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 1.552589] intel_idle: MWAIT substates: 0x21120
[ 1.552590] intel_idle: v0.4 model 0x3A
[ 1.552592] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 1.552627] ERST: Table is not found!
[ 1.552628] GHES: HEST is not enabled!
[ 1.552640] isapnp: Scanning for PnP cards...
[ 1.907691] isapnp: No Plug & Play device found
[ 1.907749] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.928435] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 2.091134] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 2.162653] 0000:00:16.3: ttyS1 at I/O 0xf0e0 (irq = 19) is a 16550A
[ 2.214508] Linux agpgart interface v0.103
[ 2.214718] agpgart-intel 0000:00:00.0: Intel Ivybridge Chipset
[ 2.214764] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[ 2.215529] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[ 2.215640] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[ 2.215787] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 2.224329] i8042: Detected active multiplexing controller, rev 1.0
[ 2.230049] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.230087] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 2.230117] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 2.230144] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 2.230170] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 2.230278] mousedev: PS/2 mouse device common for all mice
[ 2.230333] rtc_cmos 00:05: RTC can wake from S4
[ 2.230445] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 2.230500] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 2.230605] cpuidle: using governor ladder
[ 2.230756] cpuidle: using governor menu
[ 2.231050] TCP cubic registered
[ 2.231099] NET: Registered protocol family 10
[ 2.231755] Mobile IPv6
[ 2.231758] NET: Registered protocol family 17
[ 2.231761] Registering the dns_resolver key type
[ 2.231782] Using IPI No-Shortcut mode
[ 2.232159] PM: Hibernation image not present or could not be loaded.
[ 2.232173] registered taskstats version 1
[ 2.232618] rtc_cmos 00:05: setting system clock to 2017-06-09 13:10:45 UTC (1497013845)
[ 2.232698] Initializing network drop monitor service
[ 2.232827] Freeing unused kernel memory: 728k freed
[ 2.233021] Write protecting the kernel text: 2868k
[ 2.233097] Write protecting the kernel read-only data: 1076k
[ 2.233099] NX-protecting the kernel data: 3276k
[ 2.234178] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 2.243639] udevd[80]: starting version 175
[ 2.280027] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[ 2.280030] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[ 2.282347] e1000e 0000:00:19.0: setting latency timer to 64
[ 2.282426] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 2.282469] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[ 2.286163] usbcore: registered new interface driver usbfs
[ 2.288503] usbcore: registered new interface driver hub
[ 2.289340] usbcore: registered new device driver usb
[ 2.291280] SCSI subsystem initialized
[ 2.297392] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.298912] libata version 3.00 loaded.
[ 2.304451] sdhci: Secure Digital Host Controller Interface driver
[ 2.304454] sdhci: Copyright(c) Pierre Ossman
[ 2.305914] sdhci-pci 0000:0a:00.1: SDHCI controller found [1180:e823] (rev 0)
[ 2.305991] sdhci-pci 0000:0a:00.1: setting latency timer to 64
[ 2.306061] mmc0: no vmmc regulator found
[ 2.306970] Registered led device: mmc0::
[ 2.307305] thermal LNXTHERM:00: registered as thermal_zone0
[ 2.307307] ACPI: Thermal Zone [TZ00] (62 C)
[ 2.308692] mmc0: SDHCI controller on PCI [0000:0a:00.1] using DMA
[ 2.315338] thermal LNXTHERM:01: registered as thermal_zone1
[ 2.315341] ACPI: Thermal Zone [TZ01] (62 C)
[ 2.476304] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) 20:c6:eb:08:f2:ec
[ 2.476308] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
[ 2.476343] e1000e 0000:00:19.0: eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF
[ 2.476435] xhci_hcd 0000:00:14.0: setting latency timer to 64
[ 2.476440] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.476469] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 2.477560] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 2.477605] xhci_hcd 0000:00:14.0: irq 43 for MSI/MSI-X
[ 2.477726] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.477728] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.477730] usb usb1: Product: xHCI Host Controller
[ 2.477731] usb usb1: Manufacturer: Linux 3.2.0-4-rt-686-pae xhci_hcd
[ 2.477733] usb usb1: SerialNumber: 0000:00:14.0
[ 2.477835] xHCI xhci_add_endpoint called for root hub
[ 2.477837] xHCI xhci_check_bandwidth called for root hub
[ 2.477869] hub 1-0:1.0: USB hub found
[ 2.477878] hub 1-0:1.0: 4 ports detected
[ 2.477964] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.477970] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 2.477993] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 2.477995] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.477997] usb usb2: Product: xHCI Host Controller
[ 2.477998] usb usb2: Manufacturer: Linux 3.2.0-4-rt-686-pae xhci_hcd
[ 2.478000] usb usb2: SerialNumber: 0000:00:14.0
[ 2.478083] xHCI xhci_add_endpoint called for root hub
[ 2.478084] xHCI xhci_check_bandwidth called for root hub
[ 2.478112] hub 2-0:1.0: USB hub found
[ 2.478120] hub 2-0:1.0: 4 ports detected
[ 2.510315] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[ 2.510325] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[ 2.510356] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 2.510399] ehci_hcd 0000:00:1a.0: debug port 2
[ 2.514292] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[ 2.514408] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf7d40000
[ 2.530234] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 2.530302] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.530305] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.530307] usb usb3: Product: EHCI Host Controller
[ 2.530308] usb usb3: Manufacturer: Linux 3.2.0-4-rt-686-pae ehci_hcd
[ 2.530310] usb usb3: SerialNumber: 0000:00:1a.0
[ 2.530527] hub 3-0:1.0: USB hub found
[ 2.530536] hub 3-0:1.0: 3 ports detected
[ 2.530705] ahci 0000:00:1f.2: version 3.0
[ 2.530776] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X
[ 2.530815] ahci: SSS flag set, parallel bus scan disabled
[ 2.530841] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x3 impl SATA mode
[ 2.530844] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems apst
[ 2.530849] ahci 0000:00:1f.2: setting latency timer to 64
[ 2.534229] Refined TSC clocksource calibration: 2693.880 MHz.
[ 2.534237] Switching to clocksource tsc
[ 2.539401] scsi0 : ahci
[ 2.539587] scsi1 : ahci
[ 2.539731] scsi2 : ahci
[ 2.539880] scsi3 : ahci
[ 2.540033] scsi4 : ahci
[ 2.540210] scsi5 : ahci
[ 2.540889] ata1: SATA max UDMA/133 abar m2048@0xf7d3e000 port 0xf7d3e100 irq 44
[ 2.540893] ata2: SATA max UDMA/133 abar m2048@0xf7d3e000 port 0xf7d3e180 irq 44
[ 2.540894] ata3: DUMMY
[ 2.540895] ata4: DUMMY
[ 2.540897] ata5: DUMMY
[ 2.540898] ata6: DUMMY
[ 2.541002] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[ 2.541008] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[ 2.541022] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
[ 2.541052] ehci_hcd 0000:00:1d.0: debug port 2
[ 2.544948] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[ 2.545007] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf7d3f000
[ 2.558222] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 2.558263] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.558265] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.558267] usb usb4: Product: EHCI Host Controller
[ 2.558269] usb usb4: Manufacturer: Linux 3.2.0-4-rt-686-pae ehci_hcd
[ 2.558271] usb usb4: SerialNumber: 0000:00:1d.0
[ 2.558480] hub 4-0:1.0: USB hub found
[ 2.558488] hub 4-0:1.0: 3 ports detected
[ 2.786163] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[ 2.802813] usb 1-4: New USB device found, idVendor=058f, idProduct=6254
[ 2.802817] usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.803210] hub 1-4:1.0: USB hub found
[ 2.803295] hub 1-4:1.0: 4 ports detected
[ 2.858141] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 2.858709] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 2.858724] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 2.859186] ata1.00: supports DRM functions and may not be fully accessible
[ 2.859344] ata1.00: ATA-9: Samsung SSD 850 EVO 500GB, EMT02B6Q, max UDMA/133
[ 2.859347] ata1.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[ 2.860100] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 2.860103] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 2.860429] ata1.00: supports DRM functions and may not be fully accessible
[ 2.860558] ata1.00: configured for UDMA/133
[ 2.860716] scsi 0:0:0:0: Direct-Access ATA Samsung SSD 850 EMT0 PQ: 0 ANSI: 5
[ 2.914109] usb 3-1: new high-speed USB device number 2 using ehci_hcd
[ 3.046779] usb 3-1: New USB device found, idVendor=8087, idProduct=0024
[ 3.046783] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.047188] hub 3-1:1.0: USB hub found
[ 3.047316] hub 3-1:1.0: 6 ports detected
[ 3.158041] usb 4-1: new high-speed USB device number 2 using ehci_hcd
[ 3.178052] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 3.179687] ata2.00: ATAPI: MATSHITADVD-RAM UJ8E0, 1.00, max UDMA/133
[ 3.183031] ata2.00: configured for UDMA/133
[ 3.187269] scsi 1:0:0:0: CD-ROM MATSHITA DVD-RAM UJ8E0 1.00 PQ: 0 ANSI: 5
[ 3.198830] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 3.198902] sd 0:0:0:0: [sda] Write Protect is off
[ 3.198904] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 3.198924] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.200879] sda: sda1 sda2 sda3 sda4 < sda5 >
[ 3.201327] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.201503] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 3.201506] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 3.201692] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 3.202935] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 3.202995] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 3.290335] usb 4-1: New USB device found, idVendor=8087, idProduct=0024
[ 3.290342] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.290615] hub 4-1:1.0: USB hub found
[ 3.290696] hub 4-1:1.0: 8 ports detected
[ 3.377958] usb 1-4.3: new full-speed USB device number 3 using xhci_hcd
[ 3.397413] usb 1-4.3: New USB device found, idVendor=046d, idProduct=c52f
[ 3.397421] usb 1-4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.397426] usb 1-4.3: Product: USB Receiver
[ 3.397429] usb 1-4.3: Manufacturer: Logitech
[ 3.402857] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.0/input/input1
[ 3.402951] generic-usb 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-4.3/input0
[ 3.404889] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.3/1-4.3:1.1/input/input2
[ 3.405012] generic-usb 0003:046D:C52F.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-4.3/input1
[ 3.405034] usbcore: registered new interface driver usbhid
[ 3.405036] usbhid: USB HID core driver
[ 3.485936] usb 1-4.4: new low-speed USB device number 4 using xhci_hcd
[ 3.509340] usb 1-4.4: New USB device found, idVendor=046d, idProduct=c31c
[ 3.509344] usb 1-4.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.509346] usb 1-4.4: Product: USB Keyboard
[ 3.509348] usb 1-4.4: Manufacturer: Logitech
[ 3.509469] usb 1-4.4: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 3.509475] usb 1-4.4: ep 0x82 - rounding interval to 1024 microframes, ep desc says 2040 microframes
[ 3.514889] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.0/input/input3
[ 3.514964] generic-usb 0003:046D:C31C.0003: input,hidraw2: USB HID v1.10 Keyboard [Logitech USB Keyboard] on usb-0000:00:14.0-4.4/input0
[ 3.523274] input: Logitech USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.4/1-4.4:1.1/input/input4
[ 3.523354] generic-usb 0003:046D:C31C.0004: input,hidraw3: USB HID v1.10 Device [Logitech USB Keyboard] on usb-0000:00:14.0-4.4/input1
[ 3.593891] usb 4-1.8: new full-speed USB device number 3 using ehci_hcd
[ 3.690599] usb 4-1.8: New USB device found, idVendor=8087, idProduct=07da
[ 3.690603] usb 4-1.8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 8.511347] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x17
[ 8.513759] platform microcode: firmware: agent loaded intel-ucode/06-3a-09 into memory
[ 8.514412] microcode: CPU0 updated to revision 0x1b, date = 2014-05-29
[ 8.514424] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x17
[ 8.516312] platform microcode: firmware: agent loaded intel-ucode/06-3a-09 into memory
[ 8.516651] microcode: CPU1 updated to revision 0x1b, date = 2014-05-29
[ 8.516685] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x17
[ 8.518701] platform microcode: firmware: agent loaded intel-ucode/06-3a-09 into memory
[ 8.519035] microcode: CPU2 updated to revision 0x1b, date = 2014-05-29
[ 8.519044] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x17
[ 8.520936] platform microcode: firmware: agent loaded intel-ucode/06-3a-09 into memory
[ 8.521275] microcode: CPU3 updated to revision 0x1b, date = 2014-05-29
[ 8.521329] microcode: Microcode Update Driver: v2.00 <This email address is being protected from spambots. You need JavaScript enabled to view it.>, Peter Oruba
[ 8.593704] PM: Starting manual resume from disk
[ 8.593707] PM: Hibernation image partition 8:5 present
[ 8.593709] PM: Looking for hibernation image.
[ 8.594214] PM: Image not found (code -22)
[ 8.594216] PM: Hibernation image not present or could not be loaded.
[ 8.612289] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 9.289207] udevd[445]: starting version 175
[ 9.467388] ACPI: Requesting acpi_cpufreq
[ 9.469164] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5
[ 9.469702] ACPI: Lid Switch [LID]
[ 9.481645] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input6
[ 9.481652] ACPI: Power Button [PWRB]
[ 9.486894] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input7
[ 9.486901] ACPI: Power Button [PWRF]
[ 9.501155] iTCO_vendor_support: vendor-support=0
[ 9.515501] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
[ 9.517601] ACPI: resource 0000:00:1f.3 [io 0xf040-0xf05f] conflicts with ACPI region SMBI [io 0xf040-0xf04f]
[ 9.517604] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 9.521751] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
[ 9.524350] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 9.530428] input: PC Speaker as /devices/platform/pcspkr/input/input8
[ 9.530433] ACPI: AC Adapter [AC] (on-line)
[ 9.541415] input: Panasonic Laptop Support as /devices/virtual/input/input9
[ 9.542768] [drm] Initialized drm 1.1.0 20060810
[ 9.558983] cfg80211: Calling CRDA to update world regulatory domain
[ 9.660546] ACPI: Battery Slot [BAT1] (battery present)
[ 9.677818] yenta_cardbus 0000:0a:00.0: CardBus bridge found [10f7:8338]
[ 9.686397] tpm_tis 00:0b: 1.2 TPM (device-id 0xB, rev-id 16)
[ 9.706462] i915 0000:00:02.0: setting latency timer to 64
[ 9.712384] Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
[ 9.712386] Copyright(c) 2003-2011 Intel Corporation
[ 9.712552] iwlwifi 0000:09:00.0: setting latency timer to 64
[ 9.712574] iwlwifi 0000:09:00.0: pci_resource_len = 0x00002000
[ 9.712575] iwlwifi 0000:09:00.0: pci_resource_base = f8374000
[ 9.712577] iwlwifi 0000:09:00.0: HW Revision ID = 0x24
[ 9.712665] iwlwifi 0000:09:00.0: irq 45 for MSI/MSI-X
[ 9.712812] iwlwifi 0000:09:00.0: Detected 6035 Series 2x2 AGN/BT, REV=0xB0
[ 9.712905] iwlwifi 0000:09:00.0: L1 Disabled; Enabling L0S
[ 9.726920] mtrr: type mismatch for d0000000,10000000 old: write-back new: write-combining
[ 9.726922] [drm] MTRR allocation failed. Graphics performance may suffer.
[ 9.730827] iwlwifi 0000:09:00.0: device EEPROM VER=0x756, CALIB=0x6
[ 9.730830] iwlwifi 0000:09:00.0: Device SKU: 0X1f0
[ 9.730832] iwlwifi 0000:09:00.0: Valid Tx ant: 0X3, Valid Rx ant: 0X3
[ 9.730846] iwlwifi 0000:09:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
[ 9.737152] i915 0000:00:02.0: irq 46 for MSI/MSI-X
[ 9.737284] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 9.737286] [drm] Driver supports precise vblank timestamp query.
[ 9.737391] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
[ 9.737794] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 9.777028] Bluetooth: Core ver 2.16
[ 9.777067] NET: Registered protocol family 31
[ 9.777071] Bluetooth: HCI device and connection manager initialized
[ 9.777073] Bluetooth: HCI socket layer initialized
[ 9.777075] Bluetooth: L2CAP socket layer initialized
[ 9.777083] Bluetooth: SCO socket layer initialized
[ 9.780980] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 9.784142] usbcore: registered new interface driver btusb
[ 9.790793] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
[ 9.804632] yenta_cardbus 0000:0a:00.0: ISA IRQ mask 0x0000, PCI irq 19
[ 9.804638] yenta_cardbus 0000:0a:00.0: Socket status: 30000006
[ 9.804644] yenta_cardbus 0000:0a:00.0: pcmcia: parent PCI bridge window: [io 0xa000-0xbfff]
[ 9.804648] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa000-0xbfff: excluding 0xa000-0xa0ff 0xa400-0xa4ff
[ 9.821856] yenta_cardbus 0000:0a:00.0: pcmcia: parent PCI bridge window: [mem 0xf5c00000-0xf7bfffff]
[ 9.821860] pcmcia_socket pcmcia_socket0: cs: memory probe 0xf5c00000-0xf7bfffff: excluding 0xf7000000-0xf71fffff
[ 9.821879] yenta_cardbus 0000:0a:00.0: pcmcia: parent PCI bridge window: [mem 0xe4000000-0xe5ffffff 64bit pref]
[ 9.821881] pcmcia_socket pcmcia_socket0: cs: memory probe 0xe4000000-0xe5ffffff: excluding 0xe4000000-0xe5ffffff
[ 9.839193] iwlwifi 0000:09:00.0: firmware: agent loaded iwlwifi-6000g2b-6.ucode into memory
[ 9.839199] iwlwifi 0000:09:00.0: loaded firmware version 18.168.6.1
[ 9.839780] Registered led device: phy0-led
[ 9.847987] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: clean.
[ 9.851025] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: excluding 0x3f8-0x47f 0x4d0-0x4d7
[ 9.851961] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
[ 9.852021] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 9.852797] clean.
[ 9.853323] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: clean.
[ 9.854563] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xcffff 0xe0000-0xfffff
[ 9.855321] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff: excluding 0xa0000000-0xa0ffffff
[ 9.855605] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff: excluding 0x60000000-0x60ffffff
[ 9.855917] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: excluding 0xa00-0xa1f
[ 9.995504] cfg80211: World regulatory domain updated:
[ 9.995511] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 9.995517] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 9.995521] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (N/A, 2000 mBm)
[ 9.995525] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
[ 9.995529] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 9.995533] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 9.995538] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
[ 9.995542] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 9.995556] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
[ 10.095336] fbcon: inteldrmfb (fb0) is primary device
[ 10.096826] [drm] Changing LVDS panel from (+hsync, +vsync) to (-hsync, -vsync)
[ 10.246388] psmouse serio2: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1c0b1, caps: 0xd00033/0x244000/0xa0400
[ 10.285251] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input10
[ 10.443167] Console: switching to colour frame buffer device 170x48
[ 10.450795] fb0: inteldrmfb frame buffer device
[ 10.450798] drm: registered panic notifier
[ 10.492060] acpi device:41: registered as cooling_device4
[ 10.493062] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11
[ 10.493224] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 10.493278] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 10.493392] snd_hda_intel 0000:00:1b.0: power state changed by ACPI to D0
[ 10.493405] snd_hda_intel 0000:00:1b.0: power state changed by ACPI to D0
[ 10.493552] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
[ 10.493734] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[ 11.048226] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input12
[ 11.057496] HDMI status: Codec=3 Pin=6 Presence_Detect=0 ELD_Valid=0
[ 11.057708] HDMI status: Codec=3 Pin=7 Presence_Detect=0 ELD_Valid=0
[ 11.057996] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[ 11.058226] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[ 11.058830] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[ 11.764079] Adding 16773352k swap on /dev/sda5. Priority:-1 extents:1 across:16773352k SS
[ 11.790777] EXT4-fs (sda3): re-mounted. Opts: (null)
[ 11.901251] EXT4-fs (sda3): re-mounted. Opts: errors=remount-ro
[ 11.967446] loop: module loaded
[ 13.109480] RPC: Registered named UNIX socket transport module.
[ 13.109482] RPC: Registered udp transport module.
[ 13.109484] RPC: Registered tcp transport module.
[ 13.109485] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 13.125307] FS-Cache: Loaded
[ 13.155674] FS-Cache: Netfs 'nfs' registered for caching
[ 13.171500] Installing knfsd (copyright (C) 1996 This email address is being protected from spambots. You need JavaScript enabled to view it.).
[ 14.179364] Bluetooth: RFCOMM TTY layer initialized
[ 14.179371] Bluetooth: RFCOMM socket layer initialized
[ 14.179373] Bluetooth: RFCOMM ver 1.11
[ 14.191253] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 14.191256] Bluetooth: BNEP filters: protocol multicast
[ 14.742476] lp: driver loaded but no devices found
[ 14.745694] ppdev: user-space parallel port driver
[ 14.873919] input: ACPI Virtual Keyboard Device as /devices/virtual/input/input16
[ 15.106743] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[ 15.210186] e1000e 0000:00:19.0: irq 42 for MSI/MSI-X
[ 15.210590] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 15.212344] iwlwifi 0000:09:00.0: L1 Disabled; Enabling L0S
[ 15.219284] iwlwifi 0000:09:00.0: Radio type=0x2-0x1-0x0
[ 15.512358] iwlwifi 0000:09:00.0: L1 Disabled; Enabling L0S
[ 15.519308] iwlwifi 0000:09:00.0: Radio type=0x2-0x1-0x0
[ 15.626332] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 22.164206] wlan0: authenticate with ec:08:6b:62:b3:93 (try 1)
[ 22.166664] wlan0: authenticated
[ 22.173156] wlan0: associate with ec:08:6b:62:b3:93 (try 1)
[ 22.177766] wlan0: RX AssocResp from ec:08:6b:62:b3:93 (capab=0x431 status=0 aid=5)
[ 22.177777] wlan0: associated
[ 22.185489] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 34.116171] wlan0: no IPv6 routers present
[ 383.940958] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[ 383.940968] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
[ 383.941133] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 394.641509] eth0: no IPv6 routers present
[ 407.725339] eth0: no IPv6 routers present
[ 649.382996] iwlwifi 0000:09:00.0: Tx aggregation enabled on ra = ec:08:6b:62:b3:93 tid = 6
[ 1060.961071] iwlwifi 0000:09:00.0: Tx aggregation enabled on ra = ec:08:6b:62:b3:93 tid = 0
[ 1134.764508] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 5145.098694] usb 1-2: new high-speed USB device number 5 using xhci_hcd
[ 5145.116252] usb 1-2: New USB device found, idVendor=090c, idProduct=1000
[ 5145.116259] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5145.116265] usb 1-2: Product: USB
[ 5145.116269] usb 1-2: Manufacturer: SRT
[ 5145.116274] usb 1-2: SerialNumber: AAZG9YSZRP7L24E4
[ 5145.116519] usb 1-2: ep 0x81 - rounding interval to 128 microframes, ep desc says 255 microframes
[ 5145.116532] usb 1-2: ep 0x2 - rounding interval to 128 microframes, ep desc says 255 microframes
[ 5145.137868] Initializing USB Mass Storage driver...
[ 5145.138158] scsi6 : usb-storage 1-2:1.0
[ 5145.138386] usbcore: registered new interface driver usb-storage
[ 5145.138391] USB Mass Storage support registered.
[ 5146.817632] scsi 6:0:0:0: Direct-Access SRT USB 1100 PQ: 0 ANSI: 4
[ 5146.819650] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 5146.819800] sd 6:0:0:0: [sdb] 31703040 512-byte logical blocks: (16.2 GB/15.1 GiB)
[ 5146.820272] sd 6:0:0:0: [sdb] Write Protect is off
[ 5146.820281] sd 6:0:0:0: [sdb] Mode Sense: 43 00 00 00
[ 5146.820753] sd 6:0:0:0: [sdb] No Caching mode page found
[ 5146.820762] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 5146.823093] sd 6:0:0:0: [sdb] No Caching mode page found
[ 5146.823101] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 5146.823836] sdb: sdb1
[ 5146.825493] sd 6:0:0:0: [sdb] No Caching mode page found
[ 5146.825501] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 5146.825509] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[ 5186.284424] FAT-fs (sdb1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[ 7280.296098] cfg80211: Calling CRDA to update world regulatory domain
[ 7280.304053] cfg80211: World regulatory domain updated:
[ 7280.304060] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 7280.304065] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[ 7280.304069] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (N/A, 2000 mBm)
[ 7280.304073] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
[ 7280.304077] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 7280.304081] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 7280.304085] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm)
[ 7280.304089] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[ 7280.304093] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
[ 7280.483499] wlan0: authenticate with ec:08:6b:62:b3:92 (try 1)
[ 7280.679624] wlan0: authenticate with ec:08:6b:62:b3:92 (try 2)
[ 7280.680553] wlan0: authenticated
[ 7280.684990] wlan0: associate with ec:08:6b:62:b3:92 (try 1)
[ 7280.883553] wlan0: associate with ec:08:6b:62:b3:92 (try 2)
[ 7280.894496] wlan0: RX ReassocResp from ec:08:6b:62:b3:92 (capab=0x411 status=0 aid=4)
[ 7280.894504] wlan0: associated
[ 7280.904561] cfg80211: Calling CRDA for country: US
[ 7280.928246] cfg80211: Regulatory domain changed to country: US
[ 7280.928256] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 7280.928265] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 3000 mBm)
[ 7280.928273] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2300 mBm)
[ 7280.928280] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz), (N/A, 2300 mBm)
[ 7280.928285] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2300 mBm)
[ 7280.928291] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 3000 mBm)
[ 7280.928299] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
[ 8271.992810] e1000e: eth0 NIC Link is Down
[ 8365.342855] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[ 8365.342865] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
[ 8375.495355] eth0: no IPv6 routers present
[ 8582.226721] iwlwifi 0000:09:00.0: Tx aggregation enabled on ra = ec:08:6b:62:b3:92 tid = 0
[ 8619.074468] e1000e: eth0 NIC Link is Down
[ 8634.745126] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[ 8634.745135] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
[ 8917.707503] e1000e: eth0 NIC Link is Down
[ 8935.293596] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[ 8935.293607] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
[ 8976.656193] eth0: no IPv6 routers present
[11992.369672] e1000e: eth0 NIC Link is Down
[17140.160247] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[17140.160257] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
[17140.160437] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[17150.928585] eth0: no IPv6 routers present
[17681.375565] CPU3: Core temperature above threshold, cpu clock throttled (total events = 1)
[17681.375569] CPU1: Core temperature above threshold, cpu clock throttled (total events = 1)
[17681.375572] CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
[17681.375575] CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
[17681.375578] CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
[17681.375580] CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
[17681.376585] CPU1: Core temperature/speed normal
[17681.376587] CPU3: Core temperature/speed normal
[17681.376589] CPU2: Package temperature/speed normal
[17681.376590] CPU0: Package temperature/speed normal
[17681.376592] CPU1: Package temperature/speed normal
[17681.376593] CPU3: Package temperature/speed normal
[17694.527652] [Hardware Error]: Machine check events logged
[17919.788604] e1000e: eth0 NIC Link is Down
[32514.667475] iwlwifi 0000:09:00.0: Tx aggregation enabled on ra = ec:08:6b:62:b3:92 tid = 6
[73702.408113] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
[73702.408123] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
[73702.408323] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[73712.948426] eth0: no IPv6 routers present

Please Log in or Create an account to join the conversation.

Moderators: PCWjmelson
Time to create page: 0.175 seconds
Powered by Kunena Forum