Linux Mint 17 and wirtual com port

Questions about Wine on Linux
Locked
Marek S
Level 1
Level 1
Posts: 6
Joined: Mon Jul 14, 2014 5:32 am

Linux Mint 17 and wirtual com port

Post by Marek S »

Hi
I have a problem with running the program as it is not my virtual com port.
I do
1- lsusb

Code: Select all

Bus 002 Device 002: ID 1004:61f9 LG Electronics, Inc. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 003: ID 0483:2016 STMicroelectronics Fingerprint Reader
Bus 003 Device 002: ID 0a5c:2110 Broadcom Corp. BCM2045B (BDC-2) [Bluetooth Controller]
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
next
ln -s /dev/ttyUSB0 /home/marek/.wine/dosdevices/com2
it is in dosdevices
and added user
adduser marek dialout
and not work com2 :(
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Re: Linux Mint 17 and wirtual com port

Post by oiaohm »

ls -l /dev/ttyUSB0 and check its permissions in fact check it exists.

Next it could be bug http://bugs.winehq.org/show_bug.cgi?id=11811

Now if all this is correct do check if it works with a native Linux program. Marek S it could be another bug with serial we don't know about yet.
Marek S
Level 1
Level 1
Posts: 6
Joined: Mon Jul 14, 2014 5:32 am

Re: Linux Mint 17 and wirtual com port

Post by Marek S »

But how do I check permissions ?
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Linux Mint 17 and wirtual com port

Post by dimesio »

Open a terminal and type

Code: Select all

ls -l /dev/ttyUSB0
then hit Enter.
Marek S
Level 1
Level 1
Posts: 6
Joined: Mon Jul 14, 2014 5:32 am

Re: Linux Mint 17 and wirtual com port

Post by Marek S »

Code: Select all

ls -l /dev/ttyUSB0
have no access to / dev/ttyUSB0: No such file or directory
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: Linux Mint 17 and wirtual com port

Post by dimesio »

That explains why com2 isn't working in Wine. Your symlink needs to point to a device that actually exists.
Marek S
Level 1
Level 1
Posts: 6
Joined: Mon Jul 14, 2014 5:32 am

Re: Linux Mint 17 and wirtual com port

Post by Marek S »

Give me how to do it well is not it. I am a novice so so simple please
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Re: Linux Mint 17 and wirtual com port

Post by oiaohm »

Marek S I think I better ask a bit more detail question.

When you say virtual com port. There is no com port lists in lsusb. So no usb connected com port.

Now are you trying to run a virtual com port application in wine and wondering why its not appearing. Answer is if you want to emulate a com port for wine you have to use like socat to do it native on Linux.

Wine com ports presume a device exists under Linux or they don't work.

Wine old name kinda applies. Wine Is Not an Emulator. Wine does not emulate hardware. Any emulation of hardware that is the hosting OS job.
Marek S
Level 1
Level 1
Posts: 6
Joined: Mon Jul 14, 2014 5:32 am

Re: Linux Mint 17 and wirtual com port

Post by Marek S »

Do not understand me .I connected the phone and wants to do for the program com1. Unfortunately it does not work.

Code: Select all

Bus 002 Device 002: ID 1004:61f9 LG Electronics, Inc. 
I do command

Code: Select all

ls -l /dev/ttyUSB0
but not work .
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Re: Linux Mint 17 and wirtual com port

Post by oiaohm »

https://code.google.com/p/lg-v909/wiki/udev_Rules

1004:61f9 is not a standard com device. From memory it appears as ttyACM0 not ttyUSB0

Do check dmesg. USB provided com ports normally appear as either ttyACM0 or ttyUSB0 and just to be worse some Android devices appear as other odd things.

dmesg |grep tty to attempt to find what it connecting as and some are also evil and pop up as ttyUSB1 instead of ttyUSB0.

Basically first job is to find how the device is appearing under Linux. You may need to set those udev_rules first. Yes a Android phone does not appear under general dialout group. I would say start with the native Linux adb console.
Marek S
Level 1
Level 1
Posts: 6
Joined: Mon Jul 14, 2014 5:32 am

Re: Linux Mint 17 and wirtual com port

Post by Marek S »

I do it . I make rules.d/99-android.rules and write .
dmesg

Code: Select all

[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] allocated 6239608 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Initializing HighMem for node 0 (00037bfe:000be6b0)
[    0.000000] Memory: 3049128K/3119408K available (6507K kernel code, 641K rwdata, 2752K rodata, 872K init, 924K bss, 70280K reserved, 2206408K highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xfff14000 - 0xfffff000   ( 940 kB)
[    0.000000]     pkmap   : 0xffc00000 - 0xffe00000   (2048 kB)
[    0.000000]     vmalloc : 0xf83fe000 - 0xffbfe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf7bfe000   ( 891 MB)
[    0.000000]       .init : 0xc19ae000 - 0xc1a88000   ( 872 kB)
[    0.000000]       .data : 0xc165b0b2 - 0xc19ad4c0   (3401 kB)
[    0.000000]       .text : 0xc1000000 - 0xc165b0b2   (6508 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
[    0.000000] NR_IRQS:2304 nr_irqs:512 16
[    0.000000] CPU 0 irqstacks, hard=f7008000 soft=f700a000
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1596.112 MHz processor
[    0.004002] Calibrating delay loop (skipped), value calculated using timer frequency.. 3192.22 BogoMIPS (lpj=6384448)
[    0.004007] pid_max: default: 32768 minimum: 301
[    0.004044] Security Framework initialized
[    0.004066] AppArmor: AppArmor initialized
[    0.004068] Yama: becoming mindful.
[    0.004129] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.004133] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.004437] Initializing cgroup subsys memory
[    0.004446] Initializing cgroup subsys devices
[    0.004450] Initializing cgroup subsys freezer
[    0.004452] Initializing cgroup subsys blkio
[    0.004455] Initializing cgroup subsys perf_event
[    0.004459] Initializing cgroup subsys hugetlb
[    0.004493] CPU: Physical Processor ID: 0
[    0.004495] CPU: Processor Core ID: 0
[    0.004499] mce: CPU supports 6 MCE banks
[    0.004509] CPU0: Thermal monitoring enabled (TM2)
[    0.004524] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    0.004524] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
[    0.004524] tlb_flushall_shift: -1
[    0.008217] Freeing SMP alternatives memory: 32K (c1a88000 - c1a90000)
[    0.009476] ACPI: Core revision 20131115
[    0.020887] ACPI: All ACPI Tables successfully acquired
[    0.024017] ftrace: allocating 27695 entries in 55 pages
[    0.032098] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.032564] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.073442] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU     L7500  @ 1.60GHz (fam: 06, model: 0f, stepping: 0b)
[    0.076000] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[    0.076000] perf_event_intel: PEBS disabled due to CPU errata
[    0.076000] ... version:                2
[    0.076000] ... bit width:              40
[    0.076000] ... generic registers:      2
[    0.076000] ... value mask:             000000ffffffffff
[    0.076000] ... max period:             000000007fffffff
[    0.076000] ... fixed-purpose events:   3
[    0.076000] ... event mask:             0000000700000003
[    0.077986] CPU 1 irqstacks, hard=f70ec000 soft=f70ee000
[    0.077989] x86: Booting SMP configuration:
[    0.008000] Initializing CPU#1
[    0.077992] .... node  #0, CPUs:      #1
[    0.091031] TSC synchronization [CPU#0 -> CPU#1]:
[    0.091035] Measured 289512 cycles TSC warp between CPUs, turning off TSC clock.
[    0.091038] tsc: Marking TSC unstable due to check_tsc_sync_source failed
[    0.091085] x86: Booted up 1 node, 2 CPUs
[    0.091088] smpboot: Total of 2 processors activated (6384.44 BogoMIPS)
[    0.091189] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.092139] devtmpfs: initialized
[    0.092329] EVM: security.selinux
[    0.092332] EVM: security.SMACK64
[    0.092334] EVM: security.ima
[    0.092336] EVM: security.capability
[    0.092372] PM: Registering ACPI NVS region [mem 0xbe6cc000-0xbe6fffff] (212992 bytes)
[    0.092980] pinctrl core: initialized pinctrl subsystem
[    0.093090] regulator-dummy: no parameters
[    0.093139] RTC time: 11:53:44, date: 07/20/14
[    0.093200] NET: Registered protocol family 16
[    0.093440] EISA bus registered
[    0.093443] cpuidle: using governor ladder
[    0.093446] cpuidle: using governor menu
[    0.093563] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.093566] ACPI: bus type PCI registered
[    0.093570] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.093675] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[    0.093679] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[    0.093682] PCI: Using MMCONFIG for extended config space
[    0.093684] PCI: Using configuration type 1 for base access
[    0.096088] bio: create slab <bio-0> at 0
[    0.096132] ACPI: Added _OSI(Module Device)
[    0.096136] ACPI: Added _OSI(Processor Device)
[    0.096139] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.096141] ACPI: Added _OSI(Processor Aggregator Device)
[    0.096145] ACPI: Added _OSI(Linux)
[    0.098854] ACPI : EC: EC description table is found, configuring boot EC
[    0.107649] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query honored via DMI
[    0.120996] ACPI: SSDT be6e1b32 000282 (v01  PmRef  Cpu0Ist 00000100 INTL 20050513)
[    0.121785] ACPI: Dynamic OEM Table Load:
[    0.121789] ACPI: SSDT   (null) 000282 (v01  PmRef  Cpu0Ist 00000100 INTL 20050513)
[    0.121995] ACPI: SSDT be6e1e39 00085E (v01  PmRef  Cpu0Cst 00000100 INTL 20050513)
[    0.122834] ACPI: Dynamic OEM Table Load:
[    0.122838] ACPI: SSDT   (null) 00085E (v01  PmRef  Cpu0Cst 00000100 INTL 20050513)
[    0.132324] ACPI: SSDT be6e1a6a 0000C8 (v01  PmRef  Cpu1Ist 00000100 INTL 20050513)
[    0.133101] ACPI: Dynamic OEM Table Load:
[    0.133105] ACPI: SSDT   (null) 0000C8 (v01  PmRef  Cpu1Ist 00000100 INTL 20050513)
[    0.133218] ACPI: SSDT be6e1db4 000085 (v01  PmRef  Cpu1Cst 00000100 INTL 20050513)
[    0.133982] ACPI: Dynamic OEM Table Load:
[    0.133986] ACPI: SSDT   (null) 000085 (v01  PmRef  Cpu1Cst 00000100 INTL 20050513)
[    0.144276] ACPI: Interpreter enabled
[    0.144290] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
[    0.144297] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
[    0.144318] ACPI: (supports S0 S3 S4 S5)
[    0.144321] ACPI: Using IOAPIC for interrupt routing
[    0.144358] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.144914] ACPI: ACPI Dock Station Driver: 3 docks/bays found
[    0.150072] ACPI: Power Resource [PUBS] (on)
[    0.160143] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 *10 11)
[    0.160332] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
[    0.160518] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[    0.160701] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[    0.160884] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
[    0.161066] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
[    0.161248] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
[    0.161430] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
[    0.161529] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.161537] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.162326] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.162373] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.162740] PCI host bridge to bus 0000:00
[    0.162745] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.162749] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.162753] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.162756] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.162760] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.162763] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.162766] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    0.162770] pci_bus 0000:00: root bus resource [mem 0xbf000000-0xfebfffff]
[    0.162773] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff]
[    0.162787] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
[    0.162941] pci 0000:00:02.0: [8086:2a02] type 00 class 0x030000
[    0.162961] pci 0000:00:02.0: reg 0x10: [mem 0xf8000000-0xf80fffff 64bit]
[    0.162974] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.162983] pci 0000:00:02.0: reg 0x20: [io  0x1800-0x1807]
[    0.163125] pci 0000:00:02.1: [8086:2a03] type 00 class 0x038000
[    0.163142] pci 0000:00:02.1: reg 0x10: [mem 0xf8100000-0xf81fffff 64bit]
[    0.163426] pci 0000:00:19.0: [8086:1049] type 00 class 0x020000
[    0.163489] pci 0000:00:19.0: reg 0x10: [mem 0xf8200000-0xf821ffff]
[    0.163520] pci 0000:00:19.0: reg 0x14: [mem 0xf8225000-0xf8225fff]
[    0.163550] pci 0000:00:19.0: reg 0x18: [io  0x1840-0x185f]
[    0.163779] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.163876] pci 0000:00:19.0: System wakeup disabled by ACPI
[    0.163933] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
[    0.164087] pci 0000:00:1a.0: reg 0x20: [io  0x1860-0x187f]
[    0.164266] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.164326] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
[    0.164477] pci 0000:00:1a.1: reg 0x20: [io  0x1880-0x189f]
[    0.164650] pci 0000:00:1a.1: System wakeup disabled by ACPI
[    0.164742] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
[    0.164795] pci 0000:00:1a.7: reg 0x10: [mem 0xf8426c00-0xf8426fff]
[    0.165044] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.165133] pci 0000:00:1a.7: System wakeup disabled by ACPI
[    0.165217] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
[    0.165276] pci 0000:00:1b.0: reg 0x10: [mem 0xf8220000-0xf8223fff 64bit]
[    0.165544] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.165664] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.165739] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
[    0.166023] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.166140] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.166215] pci 0000:00:1c.1: [8086:2841] type 01 class 0x060400
[    0.166502] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.166618] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    0.166699] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
[    0.166846] pci 0000:00:1d.0: reg 0x20: [io  0x18a0-0x18bf]
[    0.167107] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.167107] pci 0000:00:1d.1: [8086:2831] type 00 class 0x0c0300
[    0.167107] pci 0000:00:1d.1: reg 0x20: [io  0x18c0-0x18df]
[    0.168076] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    0.168177] pci 0000:00:1d.7: [8086:2836] type 00 class 0x0c0320
[    0.168240] pci 0000:00:1d.7: reg 0x10: [mem 0xf8427000-0xf84273ff]
[    0.168521] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.168618] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    0.168690] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.168968] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.169042] pci 0000:00:1f.0: [8086:2811] type 00 class 0x060100
[    0.169271] pci 0000:00:1f.0: address space collision: [io  0x1000-0x107f] conflicts with ACPI CPU throttle [??? 0x00001010-0x00001015 flags 0x80000000]
[    0.169284] pci 0000:00:1f.0: quirk: [io  0x1180-0x11bf] claimed by ICH6 GPIO
[    0.169292] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 1600 (mask 007f)
[    0.169299] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 15e0 (mask 000f)
[    0.169307] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 1680 (mask 001f)
[    0.169512] pci 0000:00:1f.1: [8086:2850] type 00 class 0x01018a
[    0.169554] pci 0000:00:1f.1: reg 0x10: [io  0x0000-0x0007]
[    0.169584] pci 0000:00:1f.1: reg 0x14: [io  0x0000-0x0003]
[    0.169614] pci 0000:00:1f.1: reg 0x18: [io  0x0000-0x0007]
[    0.169644] pci 0000:00:1f.1: reg 0x1c: [io  0x0000-0x0003]
[    0.169675] pci 0000:00:1f.1: reg 0x20: [io  0x18e0-0x18ef]
[    0.169899] pci 0000:00:1f.2: [8086:2829] type 00 class 0x010601
[    0.169969] pci 0000:00:1f.2: reg 0x10: [io  0x1c30-0x1c37]
[    0.169999] pci 0000:00:1f.2: reg 0x14: [io  0x1c24-0x1c27]
[    0.170029] pci 0000:00:1f.2: reg 0x18: [io  0x1c28-0x1c2f]
[    0.170060] pci 0000:00:1f.2: reg 0x1c: [io  0x1c20-0x1c23]
[    0.170090] pci 0000:00:1f.2: reg 0x20: [io  0x1c00-0x1c1f]
[    0.170121] pci 0000:00:1f.2: reg 0x24: [mem 0xf8426000-0xf84267ff]
[    0.170289] pci 0000:00:1f.2: PME# supported from D3hot
[    0.170443] pci 0000:00:1f.3: [8086:283e] type 00 class 0x0c0500
[    0.170487] pci 0000:00:1f.3: reg 0x10: [mem 0xf8427400-0xf84274ff]
[    0.170596] pci 0000:00:1f.3: reg 0x20: [io  0x1c40-0x1c5f]
[    0.170956] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.170968] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.170979] pci 0000:00:1c.0:   bridge window [mem 0xf4000000-0xf5ffffff]
[    0.170998] pci 0000:00:1c.0:   bridge window [mem 0xf8500000-0xf85fffff 64bit pref]
[    0.171251] pci 0000:03:00.0: [8086:4230] type 00 class 0x028000
[    0.171346] pci 0000:03:00.0: reg 0x10: [mem 0xf7f00000-0xf7f01fff 64bit]
[    0.171712] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.176072] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.176083] pci 0000:00:1c.1:   bridge window [io  0x3000-0x3fff]
[    0.176095] pci 0000:00:1c.1:   bridge window [mem 0xf6000000-0xf7ffffff]
[    0.176114] pci 0000:00:1c.1:   bridge window [mem 0xf8600000-0xf86fffff 64bit pref]
[    0.176262] pci 0000:05:00.0: [1180:0476] type 02 class 0x060700
[    0.176322] pci 0000:05:00.0: reg 0x10: [mem 0xd7eff000-0xd7efffff]
[    0.176411] pci 0000:05:00.0: supports D1 D2
[    0.176414] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.176521] pci 0000:05:00.1: [1180:0832] type 00 class 0x0c0010
[    0.176578] pci 0000:05:00.1: reg 0x10: [mem 0xd7efe800-0xd7efefff]
[    0.176820] pci 0000:05:00.1: supports D1 D2
[    0.176823] pci 0000:05:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.176922] pci 0000:05:00.2: [1180:0822] type 00 class 0x080500
[    0.176978] pci 0000:05:00.2: reg 0x10: [mem 0xd7efe400-0xd7efe4ff]
[    0.177228] pci 0000:05:00.2: supports D1 D2
[    0.177231] pci 0000:05:00.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.177445] pci 0000:00:1e.0: PCI bridge to [bus 05-08] (subtractive decode)
[    0.177456] pci 0000:00:1e.0:   bridge window [io  0x4000-0x7fff]
[    0.177467] pci 0000:00:1e.0:   bridge window [mem 0xd4000000-0xd7efffff]
[    0.177486] pci 0000:00:1e.0:   bridge window [mem 0xd8000000-0xdbffffff 64bit pref]
[    0.177490] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.177493] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.177497] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.177500] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[    0.177504] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[    0.177507] pci 0000:00:1e.0:   bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[    0.177511] pci 0000:00:1e.0:   bridge window [mem 0xbf000000-0xfebfffff] (subtractive decode)
[    0.177514] pci 0000:00:1e.0:   bridge window [mem 0xfed40000-0xfed4bfff] (subtractive decode)
[    0.177623] pci_bus 0000:06: busn_res: can not insert [bus 06-ff] under [bus 05-08] (conflicts with (null) [bus 05-08])
[    0.177633] pci_bus 0000:06: busn_res: [bus 06-ff] end is updated to 07
[    0.177725] pci_bus 0000:00: on NUMA node 0
[    0.177728] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[    0.176742] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.176762] ACPI: \_SB_.PCI0: notify handler is installed
[    0.176833] Found 1 acpi root devices
[    0.176967] ACPI : EC: GPE = 0x12, I/O: command/status = 0x66, data = 0x62
[    0.180020] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.180029] vgaarb: loaded
[    0.180032] vgaarb: bridge control possible 0000:00:02.0
[    0.180338] SCSI subsystem initialized
[    0.180360] libata version 3.00 loaded.
[    0.180360] ACPI: bus type USB registered
[    0.180360] usbcore: registered new interface driver usbfs
[    0.180360] usbcore: registered new interface driver hub
[    0.180360] usbcore: registered new device driver usb
[    0.180360] PCI: Using ACPI for IRQ routing
[    0.183042] PCI: pci_cache_line_size set to 64 bytes
[    0.183141] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.183144] e820: reserve RAM buffer [mem 0xbe6b0000-0xbfffffff]
[    0.184105] NetLabel: Initializing
[    0.184108] NetLabel:  domain hash size = 128
[    0.184110] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.184127] NetLabel:  unlabeled traffic allowed by default
[    0.184145] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.184145] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.184145] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.186167] Switched to clocksource hpet
[    0.194834] AppArmor: AppArmor Filesystem Enabled
[    0.194873] pnp: PnP ACPI init
[    0.194895] ACPI: bus type PNP registered
[    0.195622] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.195628] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
[    0.195632] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
[    0.195636] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
[    0.195640] system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
[    0.195644] system 00:00: [mem 0x000d0000-0x000d3fff] could not be reserved
[    0.195648] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
[    0.195652] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
[    0.195656] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
[    0.195660] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
[    0.195664] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.195668] system 00:00: [mem 0x00100000-0xbeffffff] could not be reserved
[    0.195673] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
[    0.195677] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
[    0.195683] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.195862] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.195867] system 00:01: [io  0x1000-0x107f] could not be reserved
[    0.195871] system 00:01: [io  0x1180-0x11bf] has been reserved
[    0.195876] system 00:01: [io  0x0800-0x080f] has been reserved
[    0.195880] system 00:01: [io  0x15e0-0x15ef] has been reserved
[    0.195884] system 00:01: [io  0x1600-0x165f] could not be reserved
[    0.195888] system 00:01: [mem 0xf0000000-0xf3ffffff] has been reserved
[    0.195893] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.195897] system 00:01: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.195901] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.195905] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.195910] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
[    0.195915] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.195998] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.196026] pnp 00:03: [dma 4]
[    0.196060] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.196102] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.196156] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.196205] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.196255] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.196303] pnp 00:08: Plug and Play ACPI device, IDs IBM3780 PNP0f13 (active)
[    0.196562] pnp 00:09: Plug and Play ACPI device, IDs ATM1200 PNP0c31 (active)
[    0.197399] pnp: PnP ACPI: found 10 devices
[    0.197402] ACPI: bus type PNP unregistered
[    0.197406] PnPBIOS: Disabled by ACPI PNP
[    0.235117] pci 0000:00:1f.0: BAR 13: [io  0x1000-0x107f] has bogus alignment
[    0.235123] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.235129] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.235138] pci 0000:00:1c.0:   bridge window [mem 0xf4000000-0xf5ffffff]
[    0.235145] pci 0000:00:1c.0:   bridge window [mem 0xf8500000-0xf85fffff 64bit pref]
[    0.235156] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.235161] pci 0000:00:1c.1:   bridge window [io  0x3000-0x3fff]
[    0.235169] pci 0000:00:1c.1:   bridge window [mem 0xf6000000-0xf7ffffff]
[    0.235176] pci 0000:00:1c.1:   bridge window [mem 0xf8600000-0xf86fffff 64bit pref]
[    0.235192] pci 0000:05:00.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[    0.235196] pci 0000:05:00.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
[    0.235200] pci 0000:05:00.0: res[13]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.235204] pci 0000:05:00.0: res[14]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.235211] pci 0000:05:00.0: BAR 15: assigned [mem 0xd8000000-0xdbffffff pref]
[    0.235217] pci 0000:05:00.0: BAR 16: assigned [mem 0xc0000000-0xc3ffffff]
[    0.235221] pci 0000:05:00.0: BAR 13: assigned [io  0x4000-0x40ff]
[    0.235225] pci 0000:05:00.0: BAR 14: assigned [io  0x4400-0x44ff]
[    0.235230] pci 0000:05:00.0: CardBus bridge to [bus 06-07]
[    0.235233] pci 0000:05:00.0:   bridge window [io  0x4000-0x40ff]
[    0.235241] pci 0000:05:00.0:   bridge window [io  0x4400-0x44ff]
[    0.235249] pci 0000:05:00.0:   bridge window [mem 0xd8000000-0xdbffffff pref]
[    0.235257] pci 0000:05:00.0:   bridge window [mem 0xc0000000-0xc3ffffff]
[    0.235264] pci 0000:00:1e.0: PCI bridge to [bus 05-08]
[    0.235269] pci 0000:00:1e.0:   bridge window [io  0x4000-0x7fff]
[    0.235278] pci 0000:00:1e.0:   bridge window [mem 0xd4000000-0xd7efffff]
[    0.235285] pci 0000:00:1e.0:   bridge window [mem 0xd8000000-0xdbffffff 64bit pref]
[    0.235295] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.235299] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.235303] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.235306] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
[    0.235309] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
[    0.235312] pci_bus 0000:00: resource 9 [mem 0x000dc000-0x000dffff]
[    0.235316] pci_bus 0000:00: resource 10 [mem 0xbf000000-0xfebfffff]
[    0.235319] pci_bus 0000:00: resource 11 [mem 0xfed40000-0xfed4bfff]
[    0.235323] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.235326] pci_bus 0000:02: resource 1 [mem 0xf4000000-0xf5ffffff]
[    0.235330] pci_bus 0000:02: resource 2 [mem 0xf8500000-0xf85fffff 64bit pref]
[    0.235333] pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
[    0.235337] pci_bus 0000:03: resource 1 [mem 0xf6000000-0xf7ffffff]
[    0.235340] pci_bus 0000:03: resource 2 [mem 0xf8600000-0xf86fffff 64bit pref]
[    0.235344] pci_bus 0000:05: resource 0 [io  0x4000-0x7fff]
[    0.235347] pci_bus 0000:05: resource 1 [mem 0xd4000000-0xd7efffff]
[    0.235351] pci_bus 0000:05: resource 2 [mem 0xd8000000-0xdbffffff 64bit pref]
[    0.235354] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7]
[    0.235357] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff]
[    0.235361] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
[    0.235364] pci_bus 0000:05: resource 7 [mem 0x000d4000-0x000d7fff]
[    0.235367] pci_bus 0000:05: resource 8 [mem 0x000d8000-0x000dbfff]
[    0.235370] pci_bus 0000:05: resource 9 [mem 0x000dc000-0x000dffff]
[    0.235374] pci_bus 0000:05: resource 10 [mem 0xbf000000-0xfebfffff]
[    0.235377] pci_bus 0000:05: resource 11 [mem 0xfed40000-0xfed4bfff]
[    0.235380] pci_bus 0000:06: resource 0 [io  0x4000-0x40ff]
[    0.235384] pci_bus 0000:06: resource 1 [io  0x4400-0x44ff]
[    0.235387] pci_bus 0000:06: resource 2 [mem 0xd8000000-0xdbffffff pref]
[    0.235391] pci_bus 0000:06: resource 3 [mem 0xc0000000-0xc3ffffff]
[    0.235438] NET: Registered protocol family 2
[    0.235658] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.235679] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.235710] TCP: Hash tables configured (established 8192 bind 8192)
[    0.235743] TCP: reno registered
[    0.235748] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.235758] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.235838] NET: Registered protocol family 1
[    0.235856] pci 0000:00:02.0: Boot video device
[    0.237127] PCI: CLS mismatch (64 != 32), using 64 bytes
[    0.237193] Trying to unpack rootfs image as initramfs...
[    1.016298] Freeing initrd memory: 26928K (f4b58000 - f65a4000)
[    1.016458] Simple Boot Flag at 0x35 set to 0x1
[    1.016642] microcode: CPU0 sig=0x6fb, pf=0x80, revision=0xb6
[    1.016652] microcode: CPU1 sig=0x6fb, pf=0x80, revision=0xb6
[    1.016746] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
[    1.016749] Scanning for low memory corruption every 60 seconds
[    1.017092] Initialise system trusted keyring
[    1.017157] audit: initializing netlink socket (disabled)
[    1.017180] type=2000 audit(1405857225.016:1): initialized
[    1.050892] bounce pool size: 64 pages
[    1.050906] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.053155] VFS: Disk quotas dquot_6.5.2
[    1.053227] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.053966] fuse init (API version 7.22)
[    1.054097] msgmni has been set to 1698
[    1.054189] Key type big_key registered
[    1.054869] Key type asymmetric registered
[    1.054873] Asymmetric key parser 'x509' registered
[    1.054926] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.054974] io scheduler noop registered
[    1.054977] io scheduler deadline registered (default)
[    1.055019] io scheduler cfq registered
[    1.055337] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    1.055603] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[    1.055778] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    1.055786] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    1.055820] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
[    1.055824] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    1.055831] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
[    1.055853] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.055908] pciehp 0000:00:1c.0:pcie04: HPC vendor_id 8086 device_id 283f ss_vid 17aa ss_did 20ad
[    1.055952] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
[    1.055973] pciehp 0000:00:1c.1:pcie04: HPC vendor_id 8086 device_id 2841 ss_vid 17aa ss_did 20ad
[    1.056029] pciehp 0000:00:1c.1:pcie04: service driver pciehp loaded
[    1.056039] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.056106] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[    1.056108] vesafb: scrolling: redraw
[    1.056111] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.056369] vesafb: framebuffer at 0xe0000000, mapped to 0xf8480000, using 3072k, total 3072k
[    1.080958] Console: switching to colour frame buffer device 128x48
[    1.105441] fb0: VESA VGA frame buffer device
[    1.105473] intel_idle: does not run on family 6 model 15
[    1.105483] ipmi message handler version 39.2
[    1.105891] ACPI: AC Adapter [AC] (on-line)
[    1.106065] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    1.106311] ACPI: Lid Switch [LID]
[    1.106369] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[    1.106376] ACPI: Sleep Button [SLPB]
[    1.106450] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.106455] ACPI: Power Button [PWRF]
[    1.108841] Monitor-Mwait will be used to enter C-1 state
[    1.108850] Monitor-Mwait will be used to enter C-2 state
[    1.108855] Monitor-Mwait will be used to enter C-3 state
[    1.108870] ACPI: acpi_idle registered with cpuidle
[    1.111671] thermal LNXTHERM:00: registered as thermal_zone0
[    1.111675] ACPI: Thermal Zone [THM0] (60 C)
[    1.113259] thermal LNXTHERM:01: registered as thermal_zone1
[    1.113263] ACPI: Thermal Zone [THM1] (62 C)
[    1.113307] GHES: HEST is not enabled!
[    1.113438] isapnp: Scanning for PnP cards...
[    1.113465] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.115391] Linux agpgart interface v0.103
[    1.115517] agpgart-intel 0000:00:00.0: Intel 965GM Chipset
[    1.115581] agpgart-intel 0000:00:00.0: detected gtt size: 524288K total, 262144K mappable
[    1.116840] agpgart-intel 0000:00:00.0: detected 8192K stolen memory
[    1.116978] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[    1.117350] tpm_tis 00:09: 1.2 TPM (device-id 0x3203, rev-id 9)
[    1.134874] ACPI: Battery Slot [BAT0] (battery present)
[    1.262382] brd: module loaded
[    1.263458] loop: module loaded
[    1.263644] ata_piix 0000:00:1f.1: version 2.13
[    1.264403] scsi0 : ata_piix
[    1.264488] scsi1 : ata_piix
[    1.264541] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x18e0 irq 14
[    1.264545] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x18e8 irq 15
[    1.265022] libphy: Fixed MDIO Bus: probed
[    1.265182] tun: Universal TUN/TAP device driver, 1.6
[    1.265184] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
[    1.265257] PPP generic driver version 2.4.2
[    1.265312] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.265318] ehci-pci: EHCI PCI platform driver
[    1.265465] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    1.265476] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    1.269390] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[    1.269551] ehci-pci 0000:00:1a.7: irq 22, io mem 0xf8426c00
[    1.269952] ata2: port disabled--ignoring
[    1.280046] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.280143] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.280147] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.280151] usb usb1: Product: EHCI Host Controller
[    1.280154] usb usb1: Manufacturer: Linux 3.13.0-24-generic ehci_hcd
[    1.280158] usb usb1: SerialNumber: 0000:00:1a.7
[    1.280310] hub 1-0:1.0: USB hub found
[    1.280323] hub 1-0:1.0: 4 ports detected
[    1.280649] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.280657] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.280676] ehci-pci 0000:00:1d.7: debug port 1
[    1.284587] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    1.284613] ehci-pci 0000:00:1d.7: irq 19, io mem 0xf8427000
[    1.296045] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.296098] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.296102] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.296106] usb usb2: Product: EHCI Host Controller
[    1.296109] usb usb2: Manufacturer: Linux 3.13.0-24-generic ehci_hcd
[    1.296113] usb usb2: SerialNumber: 0000:00:1d.7
[    1.296248] hub 2-0:1.0: USB hub found
[    1.296258] hub 2-0:1.0: 4 ports detected
[    1.296452] ehci-platform: EHCI generic platform driver
[    1.296466] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.296469] ohci-pci: OHCI PCI platform driver
[    1.296485] ohci-platform: OHCI generic platform driver
[    1.296497] uhci_hcd: USB Universal Host Controller Interface driver
[    1.296621] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.296628] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.296673] uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001860
[    1.296739] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.296743] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.296746] usb usb3: Product: UHCI Host Controller
[    1.296750] usb usb3: Manufacturer: Linux 3.13.0-24-generic uhci_hcd
[    1.296753] usb usb3: SerialNumber: 0000:00:1a.0
[    1.296887] hub 3-0:1.0: USB hub found
[    1.296897] hub 3-0:1.0: 2 ports detected
[    1.297131] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.297139] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    1.297182] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001880
[    1.297247] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.297252] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.297255] usb usb4: Product: UHCI Host Controller
[    1.297258] usb usb4: Manufacturer: Linux 3.13.0-24-generic uhci_hcd
[    1.297262] usb usb4: SerialNumber: 0000:00:1a.1
[    1.297395] hub 4-0:1.0: USB hub found
[    1.297405] hub 4-0:1.0: 2 ports detected
[    1.297657] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.297665] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[    1.297709] uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018a0
[    1.297773] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.297777] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.297781] usb usb5: Product: UHCI Host Controller
[    1.297784] usb usb5: Manufacturer: Linux 3.13.0-24-generic uhci_hcd
[    1.297788] usb usb5: SerialNumber: 0000:00:1d.0
[    1.297914] hub 5-0:1.0: USB hub found
[    1.297925] hub 5-0:1.0: 2 ports detected
[    1.298153] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.298161] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[    1.298205] uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018c0
[    1.298270] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.298274] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.298277] usb usb6: Product: UHCI Host Controller
[    1.298281] usb usb6: Manufacturer: Linux 3.13.0-24-generic uhci_hcd
[    1.298284] usb usb6: SerialNumber: 0000:00:1d.1
[    1.298417] hub 6-0:1.0: USB hub found
[    1.298428] hub 6-0:1.0: 2 ports detected
[    1.298660] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.310589] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.310598] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.310738] mousedev: PS/2 mouse device common for all mice
[    1.310931] rtc_cmos 00:06: RTC can wake from S4
[    1.311100] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    1.311137] rtc_cmos 00:06: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.311235] device-mapper: uevent: version 1.0.3
[    1.311324] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: [email protected]
[    1.311353] platform eisa.0: Probing EISA bus 0
[    1.311357] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    1.311361] platform eisa.0: Cannot allocate resource for EISA slot 1
[    1.311364] platform eisa.0: Cannot allocate resource for EISA slot 2
[    1.311368] platform eisa.0: Cannot allocate resource for EISA slot 3
[    1.311371] platform eisa.0: Cannot allocate resource for EISA slot 4
[    1.311375] platform eisa.0: Cannot allocate resource for EISA slot 5
[    1.311378] platform eisa.0: Cannot allocate resource for EISA slot 6
[    1.311381] platform eisa.0: Cannot allocate resource for EISA slot 7
[    1.311384] platform eisa.0: Cannot allocate resource for EISA slot 8
[    1.311388] platform eisa.0: EISA: Detected 0 cards
[    1.311397] cpufreq-nforce2: No nForce2 chipset.
[    1.311401] ledtrig-cpu: registered to indicate activity on CPUs
[    1.311599] TCP: cubic registered
[    1.311750] NET: Registered protocol family 10
[    1.312050] NET: Registered protocol family 17
[    1.312063] Key type dns_resolver registered
[    1.312309] Using IPI No-Shortcut mode
[    1.312417] Loading compiled-in X.509 certificates
[    1.317866] Loaded X.509 cert 'Magrathea: Glacier signing key: 77d70e1df42996dc92b01d759d3e8562ea32a1c7'
[    1.317884] registered taskstats version 1
[    1.321210] Key type trusted registered
[    1.322892] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.324611] Key type encrypted registered
[    1.327355] AppArmor: AppArmor sha1 policy hashing enabled
[    1.426083] isapnp: No Plug & Play device found
[    1.700622] regulator-dummy: disabling
[    1.700695]   Magic number: 6:15:884
[    1.700812] rtc_cmos 00:06: setting system clock to 2014-07-20 11:53:46 UTC (1405857226)
[    1.703119] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.703122] EDD information not available.
[    1.703182] PM: Hibernation image not present or could not be loaded.
[    1.703689] Freeing unused kernel memory: 872K (c19ae000 - c1a88000)
[    1.703777] Write protecting the kernel text: 6512k
[    1.703914] Write protecting the kernel read-only data: 2756k
[    1.703916] NX-protecting the kernel data: 5776k
[    1.724334] systemd-udevd[102]: starting version 204
[    1.755010] pps_core: LinuxPPS API ver. 1 registered
[    1.755014] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[    1.775895] [drm] Initialized drm 1.1.0 20060810
[    1.795839] PTP clock support registered
[    1.831108] sdhci: Secure Digital Host Controller Interface driver
[    1.831112] sdhci: Copyright(c) Pierre Ossman
[    1.839275] [drm] Memory usable by graphics device = 512M
[    1.839281] checking generic (e0000000 300000) vs hw (e0000000 10000000)
[    1.839284] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
[    1.839306] Console: switching to colour dummy device 80x25
[    1.840431] sdhci-pci 0000:05:00.2: SDHCI controller found [1180:0822] (rev 21)
[    1.840447] pci 0000:00:1e.0: enabling device (0005 -> 0007)
[    1.841550] sdhci-pci 0000:05:00.2: Will use DMA mode even though HW doesn't fully claim to support it.
[    1.841563] sdhci-pci 0000:05:00.2: dummy supplies not allowed
[    1.841565] mmc0: no vqmmc regulator found
[    1.841568] sdhci-pci 0000:05:00.2: dummy supplies not allowed
[    1.841571] mmc0: no vmmc regulator found
[    1.842572] sdhci-pci 0000:05:00.2: Will use DMA mode even though HW doesn't fully claim to support it.
[    1.842675] mmc0: SDHCI controller on PCI [0000:05:00.2] using DMA
[    1.860094] i915 0000:00:02.0: irq 42 for MSI/MSI-X
[    1.860110] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.860112] [drm] Driver supports precise vblank timestamp query.
[    1.860180] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.872141] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[    1.872145] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[    1.912062] firewire_ohci 0000:05:00.1: added OHCI v1.10 device as card 0, 4 IR + 4 IT contexts, quirks 0x11
[    1.945477] [drm] initialized overlay support
[    1.957563] fbcon: inteldrmfb (fb0) is primary device
[    2.256092] usb 3-1: new full-speed USB device number 2 using uhci_hcd
[    2.335085] psmouse serio1: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
[    2.416192] firewire_core 0000:05:00.1: created device fw0: GUID 001d72ff9610beff, S400
[    2.421737] usb 3-1: New USB device found, idVendor=0a5c, idProduct=2110
[    2.421740] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.421742] usb 3-1: Product: BCM2045B
[    2.421744] usb 3-1: Manufacturer: Broadcom Corp
[    2.452087] Console: switching to colour frame buffer device 128x48
[    2.456579] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    2.456583] i915 0000:00:02.0: registered panic notifier
[    2.456689] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
[    2.458781] acpi device:02: registered as cooling_device2
[    2.458904] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input6
[    2.459020] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    2.459059] ahci 0000:00:1f.2: version 3.0
[    2.459236] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
[    2.459313] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 3 ports 1.5 Gbps 0x5 impl SATA mode
[    2.459318] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ccc 
[    2.460096] scsi2 : ahci
[    2.460215] scsi3 : ahci
[    2.460327] scsi4 : ahci
[    2.460397] ata3: SATA max UDMA/133 abar m2048@0xf8426000 port 0xf8426100 irq 43
[    2.460400] ata4: DUMMY
[    2.460405] ata5: SATA max UDMA/133 abar m2048@0xf8426000 port 0xf8426200 irq 43
[    2.460647] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.460678] e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
[    2.664096] usb 3-2: new full-speed USB device number 3 using uhci_hcd
[    2.699581] psmouse serio1: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[    2.718993] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/input/input5
[    2.778149] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:1d:72:96:10:be
[    2.778154] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    2.778187] e1000e 0000:00:19.0 eth0: MAC: 6, PHY: 6, PBA No: 1008FF-0FF
[    2.780089] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.781127] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.781132] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.781939] ata3.00: ATA-8: A-DATA SSD 300 Series, 080826, max UDMA/100
[    2.781943] ata3.00: 125206528 sectors, multi 0: LBA 
[    2.783265] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    2.783271] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    2.784079] ata5: SATA link down (SStatus 0 SControl 300)
[    2.784099] ata3.00: configured for UDMA/100
[    2.784306] scsi 2:0:0:0: Direct-Access     ATA      A-DATA SSD 300 S 0808 PQ: 0 ANSI: 5
[    2.784546] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    2.784567] sd 2:0:0:0: [sda] 125206528 512-byte logical blocks: (64.1 GB/59.7 GiB)
[    2.784704] sd 2:0:0:0: [sda] Write Protect is off
[    2.784709] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.784759] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.836741] usb 3-2: New USB device found, idVendor=0483, idProduct=2016
[    2.836746] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.836749] usb 3-2: Product: Biometric Coprocessor
[    2.836753] usb 3-2: Manufacturer: STMicroelectronics
[    3.550505]  sda: sda1 sda2 < sda5 >
[    3.551102] sd 2:0:0:0: [sda] Attached SCSI disk
[    3.826067] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    3.991032] random: init urandom read with 45 bits of entropy available
[    6.796966] Adding 3118076k swap on /dev/sda5.  Priority:-1 extents:1 across:3118076k FS
[    6.811446] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    6.881414] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    6.985067] systemd-udevd[360]: starting version 204
[    7.001906] random: nonblocking pool is initialized
[    7.096641] lp: driver loaded but no devices found
[    7.121664] ppdev: user-space parallel port driver
[    7.577906] Bluetooth: Core ver 2.17
[    7.581180] NET: Registered protocol family 31
[    7.581185] Bluetooth: HCI device and connection manager initialized
[    7.581196] Bluetooth: HCI socket layer initialized
[    7.581201] Bluetooth: L2CAP socket layer initialized
[    7.581210] Bluetooth: SCO socket layer initialized
[    7.616032] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    7.616038] Bluetooth: BNEP filters: protocol multicast
[    7.625174] Bluetooth: RFCOMM TTY layer initialized
[    7.625185] Bluetooth: RFCOMM socket layer initialized
[    7.625192] Bluetooth: RFCOMM ver 1.11
[    7.628163] Bluetooth: BNEP socket layer initialized
[    7.700831] usbcore: registered new interface driver btusb
[    7.720141] ACPI Warning: 0x00001028-0x0000102f SystemIO conflicts with Region \_SB_.PCI0.LPC_.PMIO 1 (20131115/utaddress-251)
[    7.720151] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.720159] ACPI Warning: 0x000011b0-0x000011bf SystemIO conflicts with Region \_SB_.PCI0.LPC_.LPIO 1 (20131115/utaddress-251)
[    7.720165] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.720168] ACPI Warning: 0x00001180-0x000011af SystemIO conflicts with Region \_SB_.PCI0.LPC_.LPIO 1 (20131115/utaddress-251)
[    7.720173] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.720176] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    7.731022] cfg80211: Calling CRDA to update world regulatory domain
[    7.792080] init: cups main process (481) killed by HUP signal
[    7.792100] init: cups main process ended, respawning
[    7.798084] yenta_cardbus 0000:05:00.0: CardBus bridge found [17aa:20c6]
[    7.938756] yenta_cardbus 0000:05:00.0: ISA IRQ mask 0x0cb8, PCI irq 16
[    7.938764] yenta_cardbus 0000:05:00.0: Socket status: 30000006
[    7.938773] yenta_cardbus 0000:05:00.0: pcmcia: parent PCI bridge window: [io  0x4000-0x7fff]
[    7.938777] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x4000-0x7fff:
[    8.087984] hda_intel: probe_mask set to 0x1 for device 17aa:20ac
[    8.088185] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[    8.173950] iwl4965: Intel(R) Wireless WiFi 4965 driver for Linux, in-tree:
[    8.173955] iwl4965: Copyright(c) 2003-2011 Intel Corporation
[    8.174015] iwl4965 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[    8.174129] iwl4965 0000:03:00.0: Detected Intel(R) Wireless WiFi Link 4965AGN, REV=0x4
[    8.212816] iwl4965 0000:03:00.0: device EEPROM VER=0x36, CALIB=0x5
[    8.222882] iwl4965 0000:03:00.0: Tunable channels: 13 802.11bg, 19 802.11a channels
[    8.222935] iwl4965 0000:03:00.0: irq 46 for MSI/MSI-X
[    8.232323] iwl4965 0000:03:00.0: loaded firmware version 228.61.2.24
[    8.234081] device-mapper: multipath: version 1.6.0 loaded
[    8.273556] ieee80211 phy0: Selected rate control algorithm 'iwl-4965-rs'
[    8.290180] Non-volatile memory driver v1.3
[    7.945546]  excluding 0x4000-0x40ff 0x4400-0x44ff
[    8.299531] yenta_cardbus 0000:05:00.0: pcmcia: parent PCI bridge window: [mem 0xd4000000-0xd7efffff]
[    8.299538] pcmcia_socket pcmcia_socket0: cs: memory probe 0xd4000000-0xd7efffff:
[    8.299553]  excluding 0xd7b10000-0xd7efffff
[    8.299559] yenta_cardbus 0000:05:00.0: pcmcia: parent PCI bridge window: [mem 0xd8000000-0xdbffffff 64bit pref]
[    8.299563] pcmcia_socket pcmcia_socket0: cs: memory probe 0xd8000000-0xdbffffff:
[    8.299585]  excluding 0xd8000000-0xdbffffff
[    8.327157] thinkpad_acpi: ThinkPad ACPI Extras v0.25
[    8.327163] thinkpad_acpi: http://ibm-acpi.sf.net/
[    8.327165] thinkpad_acpi: ThinkPad BIOS 7NETC1WW (2.21 ), EC 7MHT25WW-1.03
[    8.327168] thinkpad_acpi: Lenovo ThinkPad X61s, model 766634G
[    8.332451] thinkpad_acpi: detected a 16-level brightness capable ThinkPad
[    8.332828] thinkpad_acpi: radio switch found; radios are enabled
[    8.332846] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[    8.332848] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[    8.343519] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[    8.378264] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[    8.392407] thinkpad_acpi: Console audio control enabled, mode: monitor (read only)
[    8.398780] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input7
[    8.556254] autoconfig: line_outs=1 (0x12/0x0/0x0/0x0/0x0) type:speaker
[    8.556259]    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    8.556262]    hp_outs=1 (0x11/0x0/0x0/0x0/0x0)
[    8.556265]    mono: mono_out=0x0
[    8.556266]    inputs:
[    8.556269]      Internal Mic=0x15
[    8.556272]      Dock Mic=0x1c
[    8.556275]      Mic=0x14
[    8.562052] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    8.577127] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    8.582215] input: HDA Intel Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    8.627623] init: failsafe main process (631) killed by TERM signal
[    8.857761] init: samba-ad-dc main process (676) terminated with status 1
[    8.886313] cfg80211: World regulatory domain updated:
[    8.886319] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    8.886323] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    8.886326] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    8.886329] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    8.886332] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    8.886335] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    8.923084] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
[    8.929187]  excluding 0x170-0x177 0x1f0-0x1f7 0x370-0x377
[    8.930264] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
[    8.930800]  excluding 0x3f0-0x3f7 0x4d0-0x4d7
[    8.931298] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff:
[    8.939315]  clean.
[    8.939367] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
[    8.948716]  clean.
[    8.948782] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[    8.948792]  excluding 0xc0000-0xd3fff 0xe0000-0xfffff
[    8.948832] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
[    8.948850]  excluding 0xa0000000-0xa0ffffff
[    8.948875] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[    8.948893]  excluding 0x60000000-0x60ffffff
[    8.948918] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
[    8.949846]  clean.
[    9.748272] e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
[    9.852093] e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
[    9.852230] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    9.852735] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   10.109186] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   10.109575] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   10.324258] init: plymouth-upstart-bridge main process ended, respawning
[   10.333295] init: plymouth-upstart-bridge main process (1271) terminated with status 1
[   10.333314] init: plymouth-upstart-bridge main process ended, respawning
[   10.456118] init: plymouth-stop pre-start process (1303) terminated with status 1
[   13.038425] systemd-udevd[1747]: failed to execute '/lib/udev/udev-acl' 'udev-acl --action= --device=': No such file or directory
[   14.485077] wlan0: authenticate with d8:5d:4c:d2:c7:64
[   14.485190] wlan0: send auth to d8:5d:4c:d2:c7:64 (try 1/3)
[   14.486907] wlan0: authenticated
[   14.487098] iwl4965 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[   14.487103] iwl4965 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[   14.487108] wlan0: waiting for beacon from d8:5d:4c:d2:c7:64
[   14.576053] wlan0: associate with d8:5d:4c:d2:c7:64 (try 1/3)
[   14.578591] wlan0: RX AssocResp from d8:5d:4c:d2:c7:64 (capab=0x431 status=0 aid=1)
[   14.606882] wlan0: associated
[   14.606922] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   15.652992] systemd-udevd[2071]: failed to execute '/lib/udev/udev-acl' 'udev-acl --action= --device=': No such file or directory
[   15.689117] systemd-udevd[2079]: failed to execute '/lib/udev/udev-acl' 'udev-acl --action= --device=': No such file or directory
[   15.731803] wlan0: deauthenticating from d8:5d:4c:d2:c7:64 by local choice (reason=2)
[   15.762894] wlan0: authenticate with d8:5d:4c:d2:c7:64
[   15.762996] wlan0: send auth to d8:5d:4c:d2:c7:64 (try 1/3)
[   15.764300] cfg80211: Calling CRDA to update world regulatory domain
[   15.765195] wlan0: authenticated
[   15.765409] iwl4965 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[   15.765414] iwl4965 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[   15.768151] wlan0: associate with d8:5d:4c:d2:c7:64 (try 1/3)
[   15.768693] cfg80211: World regulatory domain updated:
[   15.768698] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   15.768701] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   15.768705] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   15.768708] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   15.768711] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   15.768714] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   15.769849] systemd-udevd[2088]: failed to execute '/lib/udev/udev-acl' 'udev-acl --action= --device=': No such file or directory
[   15.770979] wlan0: RX AssocResp from d8:5d:4c:d2:c7:64 (capab=0x431 status=0 aid=1)
[   15.794937] wlan0: associated
[   48.320183] usb 1-3: new high-speed USB device number 4 using ehci-pci
[   48.454184] usb 1-3: New USB device found, idVendor=1004, idProduct=61a6
[   48.454195] usb 1-3: New USB device strings: Mfr=2, Product=3, SerialNumber=4
[   48.454203] usb 1-3: Product: LG-P700
[   48.454210] usb 1-3: Manufacturer: LGE
[   48.454217] usb 1-3: SerialNumber: LGOTMS9e07d11
[   48.469066] systemd-udevd[2309]: failed to execute '/lib/udev/udev-acl' 'udev-acl --action= --device=/dev/bus/usb/001/004': No such file or directory
[   48.490264] usb-storage 1-3:1.0: USB Mass Storage device detected
[   48.490352] scsi5 : usb-storage 1-3:1.0
[   48.490840] usbcore: registered new interface driver usb-storage
[   48.491276] systemd-udevd[2320]: failed to execute '/lib/udev/udev-acl' 'udev-acl --action= --device=': No such file or directory
[   48.497212] systemd-udevd[2323]: failed to execute '/lib/udev/udev-acl' 'udev-acl --action= --device=': No such file or directory
[   48.499229] systemd-udevd[2324]: failed to execute '/lib/udev/udev-acl' 'udev-acl --action= --device=': No such file or directory
[   49.489233] scsi 5:0:0:0: Direct-Access     LGE      Mass storage     0000 PQ: 0 ANSI: 2
[   49.492319] sd 5:0:0:0: Attached scsi generic sg1 type 0
[   49.492531] systemd-udevd[2330]: failed to execute '/lib/udev/udev-acl' 'udev-acl --action= --device=': No such file or directory
[   49.495427] systemd-udevd[2332]: failed to execute '/lib/udev/udev-acl' 'udev-acl --action= --device=': No such file or directory
[   49.495958] sd 5:0:0:0: [sdb] Attached SCSI removable disk
[   49.500654] systemd-udevd[2335]: failed to execute '/lib/udev/udev-acl' 'udev-acl --action= --device=': No such file or directory
[   49.536553] systemd-udevd[2352]: failed to execute '/lib/udev/udev-acl' 'udev-acl --action= --device=/dev/sdb': No such file or directory
[   49.548926] systemd-udevd[2355]: failed to execute '/lib/udev/udev-acl' 'udev-acl --action= --device=/dev/sdb': No such file or directory
and

Code: Select all

dmesg |grep tty
[    0.000000] console [tty0] enabled
Trying to do com1 but still does not work :?
command :
cd /home/marek/.wine/dosdevices
ln -s /dev/ttyUSB0 /home/marek/.wine/dosdevices/com1
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Re: Linux Mint 17 and wirtual com port

Post by oiaohm »

scsi 5:0:0:0: Direct-Access LGE Mass storage 0000 PQ: 0 ANSI: 2

Marek S kinda explains it. The phone is registering as mass storage not serial. There is no serial port from the Linux kernel to connect to. I don't have that model phone to mess with to know how to make it display serial. Android devices have more than 1 mode.

adb is native to Linux it can setup ppp connection to phone. USB Debugging mode in android also changes the displayed devices.

Marek S exactly what application are you attempting to make to the Android device. Most case use native Linux application and follow instruction is the wises path.
Locked