Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

settintg a 3G USB модем

Need help with peripherals or devices?
Post Reply
Message
Author
andrei186
Posts: 115
Joined: 2014-10-23 10:54

settintg a 3G USB модем

#1 Post by andrei186 »

I have been trying to make a 3G USB модем to work on my Debian-8 LXDE 8.2
This modem has been purchased from Beeline - a local mobile communication provider - and so far it has been used on Win XP.
It has not ID, only a Beeline logo and a Beeline SIM card inside.
Debian has recognised it as ZTE WCDMA Technologies MSM.
I made a new Mobile Broadband connection.
The following fields have been filled in automatically:
Number: *99#
Username: beeline
password: beeline
APN: home.beeline.ru

From the list I select Type: 3G (UMTS/HSPA) (the only 3G type listed)
How shall I fill in the following towo fields?
Network ID:
PIN:
Without these Debian "sees" the modem and even indicates a good level of signal, yet would not connect saying that the connection has not been enabled.

Win XP did not ask for this information probably because it is encoded in a Windows driver which came together with the modem?

Beeline support refuse to help saying that they do not know Linux.

cronoik
Posts: 310
Joined: 2015-05-20 21:17

Re: settintg a 3G USB модем

#2 Post by cronoik »

andrei186 wrote:PIN:
You get a document with this information in the country where I live. In this document there is also your PUK listed.
But maybe they disable the PIN. Please check if the PIN is enabled with gsmctl and the PIN operation [1].

Please also post the output of dmesg after you tried to establish a connection.

[1] https://manpages.debian.org/jessie/gsm- ... .8.en.html
Have a nice day!

andrei186
Posts: 115
Joined: 2014-10-23 10:54

Re: settintg a 3G USB модем

#3 Post by andrei186 »

cronoik wrote:
andrei186 wrote:PIN:
You get a document with this information in the country where I live. In this document there is also your PUK listed.
But maybe they disable the PIN. Please check if the PIN is enabled with gsmctl and the PIN operation [1].

Please also post the output of dmesg after you tried to establish a connection.

[1] https://manpages.debian.org/jessie/gsm- ... .8.en.html
Thank you for your quick reply
1. with this SIM card I only got a paper listing thrlong SIM card number which is the same as the number printed on the card.
2. Do I neen PUK for internet connection?
3. gsmctl outputs "command not found"

cronoik
Posts: 310
Joined: 2015-05-20 21:17

Re: settintg a 3G USB модем

#4 Post by cronoik »

andrei186 wrote:2. Do I neen PUK for internet connection?
No, you don't need. You need the PUK only when you have locked your card.
andrei186 wrote:3. gsmctl outputs "command not found"

Code: Select all

apt-get install gsm-utils
Please can you post the output of dmesg after you have tried to establish a connection?
Maybe you get a quicker and proper answer when you ask some russians [1] (I guess you speak russian?).

[1] https://lists.debian.org/debian-russian/
Have a nice day!

andrei186
Posts: 115
Joined: 2014-10-23 10:54

Re: settintg a 3G USB модем

#5 Post by andrei186 »

cronoik wrote: Maybe you get a quicker and proper answer when you ask some russians [1] (I guess you speak russian?).
Yes, actually I do speak Russian. As well as French - shall I interrogate the French too?
Or all this buzz about the Russians rigging Trump's elections made the Russians to be percepted as Number One computer gurus?
cronoik wrote: Please can you post the output of dmesg after you have tried to establish a connection?
Here it goes (sorry for it being that long!):

Code: Select all

root@debian:/home/a# dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.16.0-4-686-pae (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt20-1+deb8u1 (2015-12-14)
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e6000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003ff2fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000003ff2fc00-0x000000003ff2ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000003ff30000-0x000000003ff3ffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000003ff40000-0x000000003ffeffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000003fff0000-0x000000003fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed13000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed9ffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.3 present.
[    0.000000] DMI:                  /D915GAG                        , BIOS EV91510A.86A.0444.2005.0429.2108 04/29/2005
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x3ff2f 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-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 040000000 mask FC0000000 uncachable
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [mem 0x000ff780-0x000ff78f] mapped at [c00ff780]
[    0.000000] initial memory mapped: [mem 0x00000000-0x01bfffff]
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x37200000-0x373fffff]
[    0.000000]  [mem 0x37200000-0x373fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x34000000-0x371fffff]
[    0.000000]  [mem 0x34000000-0x371fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x33ffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x33ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x37400000-0x375fdfff]
[    0.000000]  [mem 0x37400000-0x375fdfff] page 4k
[    0.000000] BRK [0x0179c000, 0x0179cfff] PGTABLE
[    0.000000] BRK [0x0179d000, 0x0179efff] PGTABLE
[    0.000000] BRK [0x0179f000, 0x0179ffff] PGTABLE
[    0.000000] BRK [0x017a0000, 0x017a0fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x3640a000-0x371fcfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F4EB0 000014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 0x000000003FF30000 000048 (v01 INTEL  D915GAG  20050429 MSFT 00000097)
[    0.000000] ACPI: FACP 0x000000003FF30200 000081 (v02 INTEL  D915GAG  20050429 MSFT 00000097)
[    0.000000] ACPI: DSDT 0x000000003FF30440 005BDF (v01 INTEL  D915GAG  00000001 INTL 02002026)
[    0.000000] ACPI: FACS 0x000000003FF40000 000040
[    0.000000] ACPI: APIC 0x000000003FF30390 000068 (v01 INTEL  D915GAG  20050429 MSFT 00000097)
[    0.000000] ACPI: MCFG 0x000000003FF30400 00003C (v01 INTEL  D915GAG  20050429 MSFT 00000097)
[    0.000000] ACPI: ASF! 0x000000003FF36020 000099 (v16 LEGEND I865PASF 00000001 INTL 02002026)
[    0.000000] ACPI: SSDT 0x000000003FF360C0 000175 (v01 DpgPmm Cpu1Ist  00000010 INTL 02002026)
[    0.000000] ACPI: SSDT 0x000000003FF364D0 000175 (v01 DpgPmm Cpu2Ist  00000010 INTL 02002026)
[    0.000000] ACPI: SSDT 0x000000003FF368E0 000138 (v01 DpgPmm CpuPm    00000010 INTL 02002026)
[    0.000000] ACPI: TCPA 0x000000003FF36A20 000034 (v01 INTEL  TBLOEMID 00000001 MSFT 00000097)
[    0.000000] ACPI: WDDT 0x000000003FF36A54 000040 (v01 INTEL  OEMWDDT  00000001 INTL 02002026)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 137MB HIGHMEM available.
[    0.000000] 885MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 375fe000
[    0.000000]   low ram: 0 - 375fe000
[    0.000000] BRK [0x017a1000, 0x017a1fff] PGTABLE
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x375fdfff]
[    0.000000]   HighMem  [mem 0x375fe000-0x3ff2efff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x3ff2efff]
[    0.000000] On node 0 totalpages: 261837
[    0.000000] free_area_init_node: node 0, pgdat c165d180, node_mem_map f5c0a020
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   Normal zone: 1740 pages used for memmap
[    0.000000]   Normal zone: 222718 pages, LIFO batch:31
[    0.000000]   HighMem zone: 275 pages used for memmap
[    0.000000]   HighMem zone: 35121 pages, LIFO batch:7
[    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[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl 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] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000e5fff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e6000-0x000fffff]
[    0.000000] e820: [mem 0x40000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages/cpu @f75db000 s34752 r0 d22592 u57344
[    0.000000] pcpu-alloc: s34752 r0 d22592 u57344 alloc=14*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260065
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-686-pae root=UUID=90c03f9b-b042-4cdc-b1cb-9b5dc7c3ffe5 ro quiet
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000375fe:0003ff2f)
[    0.000000] Initializing Movable for node 0 (00000000:00000000)
[    0.000000] Memory: 1016060K/1047348K available (4608K kernel code, 522K rwdata, 1452K rodata, 656K init, 460K bss, 31288K reserved, 140484K highmem)
[    0.000000] virtual kernel memory layout:
    fixmap  : 0xffd36000 - 0xfffff000   (2852 kB)
    pkmap   : 0xff600000 - 0xff800000   (2048 kB)
    vmalloc : 0xf7dfe000 - 0xff5fe000   ( 120 MB)
    lowmem  : 0xc0000000 - 0xf75fe000   ( 885 MB)
      .init : 0xc1671000 - 0xc1715000   ( 656 kB)
      .data : 0xc14803cc - 0xc166fb40   (1981 kB)
      .text : 0xc1000000 - 0xc14803cc   (4608 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:2304 nr_irqs:512 16
[    0.000000] CPU 0 irqstacks, hard=f5808000 soft=f580a000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3200.044 MHz processor
[    0.004014] Calibrating delay loop (skipped), value calculated using timer frequency.. 6400.08 BogoMIPS (lpj=12800176)
[    0.004020] pid_max: default: 32768 minimum: 301
[    0.004036] ACPI: Core revision 20140424
[    0.013429] ACPI: All ACPI Tables successfully acquired
[    0.013467] Security Framework initialized
[    0.013482] AppArmor: AppArmor disabled by boot time parameter
[    0.013485] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.013512] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.013516] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.013844] Initializing cgroup subsys memory
[    0.013854] Initializing cgroup subsys devices
[    0.013866] Initializing cgroup subsys freezer
[    0.013872] Initializing cgroup subsys net_cls
[    0.013880] Initializing cgroup subsys blkio
[    0.013888] Initializing cgroup subsys perf_event
[    0.013892] Initializing cgroup subsys net_prio
[    0.013928] CPU: Physical Processor ID: 0
[    0.013931] CPU: Processor Core ID: 0
[    0.013939] mce: CPU supports 4 MCE banks
[    0.013952] CPU0: Thermal monitoring enabled (TM1)
[    0.013957] process: using mwait in idle threads
[    0.013968] Last level iTLB entries: 4KB 64, 2MB 64, 4MB 64
Last level dTLB entries: 4KB 64, 2MB 0, 4MB 64, 1GB 0
tlb_flushall_shift: 6
[    0.014140] Freeing SMP alternatives memory: 20K (c1715000 - c171a000)
[    0.015628] ftrace: allocating 20810 entries in 41 pages
[    0.024111] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.024489] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.065491] smpboot: CPU0: Intel(R) Pentium(R) 4 CPU 3.20GHz (fam: 0f, model: 04, stepping: 03)
[    0.068000] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
[    0.068000] ... version:                0
[    0.068000] ... bit width:              40
[    0.068000] ... generic registers:      18
[    0.068000] ... value mask:             000000ffffffffff
[    0.068000] ... max period:             0000007fffffffff
[    0.068000] ... fixed-purpose events:   0
[    0.068000] ... event mask:             000000000003ffff
[    0.068000] CPU 1 irqstacks, hard=f5948000 soft=f594a000
[    0.068000] x86: Booting SMP configuration:
[    0.068000] .... node  #0, CPUs:      #1
[    0.008000] Initializing CPU#1
[    0.077566] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.079640] x86: Booted up 1 node, 2 CPUs
[    0.079645] smpboot: Total of 2 processors activated (12800.17 BogoMIPS)
[    0.080179] devtmpfs: initialized
[    0.080416] PM: Registering ACPI NVS region [mem 0x3ff2fc00-0x3ff2ffff] (1024 bytes)
[    0.080420] PM: Registering ACPI NVS region [mem 0x3ff40000-0x3ffeffff] (720896 bytes)
[    0.081892] pinctrl core: initialized pinctrl subsystem
[    0.082014] NET: Registered protocol family 16
[    0.082192] cpuidle: using governor ladder
[    0.082197] cpuidle: using governor menu
[    0.082197] ACPI: bus type PCI registered
[    0.082197] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.082197] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.082197] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.082197] PCI: Using MMCONFIG for extended config space
[    0.082197] PCI: Using configuration type 1 for base access
[    0.096105] ACPI: Added _OSI(Module Device)
[    0.096109] ACPI: Added _OSI(Processor Device)
[    0.096112] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.096114] ACPI: Added _OSI(Processor Aggregator Device)
[    0.099187] ACPI: Executed 4 blocks of module-level executable AML code
[    0.103801] ACPI: Interpreter enabled
[    0.103826] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
[    0.103832] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20140424/hwxface-580)
[    0.103848] ACPI: (supports S0 S1 S4 S5)
[    0.103851] ACPI: Using IOAPIC for interrupt routing
[    0.103907] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.108932] ACPI: Power Resource [URP1] (off)
[    0.109003] ACPI: Power Resource [FDDP] (off)
[    0.109075] ACPI: Power Resource [LPTP] (off)
[    0.109335] ACPI: Power Resource [URP2] (off)
[    0.113305] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.113314] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.113322] ACPI BIOS Error (bug): \_SB_.PCI0._OSC: Excess arguments - ASL declared 5, ACPI requires 4 (20140424/nsarguments-189)
[    0.114099] \_SB_.PCI0:_OSC evaluation returned wrong type
[    0.114102] _OSC request data:1 1f 0 
[    0.114109] acpi PNP0A08:00: _OSC failed (AE_TYPE); disabling ASPM
[    0.114506] PCI host bridge to bus 0000:00
[    0.114511] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.114515] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.114518] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.114521] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.114525] pci_bus 0000:00: root bus resource [mem 0x40000000-0xffffffff]
[    0.114539] pci 0000:00:00.0: [8086:2580] type 00 class 0x060000
[    0.114702] pci 0000:00:01.0: [8086:2581] type 01 class 0x060400
[    0.114764] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.114826] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.114946] pci 0000:00:1b.0: [8086:2668] type 00 class 0x040300
[    0.114968] pci 0000:00:1b.0: reg 0x10: [mem 0xff4fc000-0xff4fffff 64bit]
[    0.115054] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.115118] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.115206] pci 0000:00:1c.0: [8086:2660] type 01 class 0x060400
[    0.115707] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.115775] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.115861] pci 0000:00:1c.1: [8086:2662] type 01 class 0x060400
[    0.115951] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.116024] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    0.116113] pci 0000:00:1c.2: [8086:2664] type 01 class 0x060400
[    0.116202] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.116271] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    0.116359] pci 0000:00:1c.3: [8086:2666] type 01 class 0x060400
[    0.116449] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.116513] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.116602] pci 0000:00:1d.0: [8086:2658] type 00 class 0x0c0300
[    0.116649] pci 0000:00:1d.0: reg 0x20: [io  0xcc00-0xcc1f]
[    0.116751] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.116831] pci 0000:00:1d.1: [8086:2659] type 00 class 0x0c0300
[    0.116879] pci 0000:00:1d.1: reg 0x20: [io  0xd000-0xd01f]
[    0.116978] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    0.117064] pci 0000:00:1d.2: [8086:265a] type 00 class 0x0c0300
[    0.117110] pci 0000:00:1d.2: reg 0x20: [io  0xd400-0xd41f]
[    0.117208] pci 0000:00:1d.2: System wakeup disabled by ACPI
[    0.117293] pci 0000:00:1d.3: [8086:265b] type 00 class 0x0c0300
[    0.117339] pci 0000:00:1d.3: reg 0x20: [io  0xd800-0xd81f]
[    0.117436] pci 0000:00:1d.3: System wakeup disabled by ACPI
[    0.117532] pci 0000:00:1d.7: [8086:265c] type 00 class 0x0c0320
[    0.117556] pci 0000:00:1d.7: reg 0x10: [mem 0xff4fbc00-0xff4fbfff]
[    0.117648] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.117732] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    0.117820] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    0.117932] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.118018] pci 0000:00:1f.0: [8086:2640] type 00 class 0x060100
[    0.118105] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[    0.118115] pci 0000:00:1f.0: can't claim BAR 13 [io  0x0400-0x047f]: address conflict with ACPI CPU throttle [io  0x0410-0x0415]
[    0.118122] pci 0000:00:1f.0: quirk: [io  0x0500-0x053f] claimed by ICH6 GPIO
[    0.118126] pci 0000:00:1f.0: LPC Generic IO decode 1 PIO at 0680-06ff
[    0.118131] pci 0000:00:1f.0: LPC Generic IO decode 2 PIO at 4700-470f
[    0.118251] pci 0000:00:1f.1: [8086:266f] type 00 class 0x01018a
[    0.118268] pci 0000:00:1f.1: reg 0x10: [io  0x0000-0x0007]
[    0.118279] pci 0000:00:1f.1: reg 0x14: [io  0x0000-0x0003]
[    0.118289] pci 0000:00:1f.1: reg 0x18: [io  0x0000-0x0007]
[    0.118300] pci 0000:00:1f.1: reg 0x1c: [io  0x0000-0x0003]
[    0.118311] pci 0000:00:1f.1: reg 0x20: [io  0xffa0-0xffaf]
[    0.118333] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.118336] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.118339] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.118341] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.118465] pci 0000:00:1f.2: [8086:2651] type 00 class 0x01018f
[    0.118482] pci 0000:00:1f.2: reg 0x10: [io  0xec00-0xec07]
[    0.118492] pci 0000:00:1f.2: reg 0x14: [io  0xe800-0xe803]
[    0.118502] pci 0000:00:1f.2: reg 0x18: [io  0xe400-0xe407]
[    0.118512] pci 0000:00:1f.2: reg 0x1c: [io  0xe000-0xe003]
[    0.118521] pci 0000:00:1f.2: reg 0x20: [io  0xdc00-0xdc0f]
[    0.118563] pci 0000:00:1f.2: PME# supported from D3hot
[    0.118693] pci 0000:00:1f.3: [8086:266a] type 00 class 0x0c0500
[    0.118750] pci 0000:00:1f.3: reg 0x20: [io  0xc800-0xc81f]
[    0.118971] pci 0000:01:00.0: [1002:554d] type 00 class 0x030000
[    0.118991] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.119005] pci 0000:01:00.0: reg 0x18: [mem 0xffa20000-0xffa2ffff 64bit]
[    0.119015] pci 0000:01:00.0: reg 0x20: [io  0xa800-0xa8ff]
[    0.119031] pci 0000:01:00.0: reg 0x30: [mem 0xffa00000-0xffa1ffff pref]
[    0.119071] pci 0000:01:00.0: supports D1 D2
[    0.119158] pci 0000:01:00.1: [1002:556d] type 00 class 0x038000
[    0.119178] pci 0000:01:00.1: reg 0x10: [mem 0xffa30000-0xffa3ffff 64bit]
[    0.119243] pci 0000:01:00.1: supports D1 D2
[    0.119322] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.119334] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.119339] pci 0000:00:01.0:   bridge window [io  0xa000-0xafff]
[    0.119343] pci 0000:00:01.0:   bridge window [mem 0xffa00000-0xffafffff]
[    0.119348] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xdfffffff pref]
[    0.119433] pci 0000:00:1c.0: PCI bridge to [bus 05]
[    0.119442] pci 0000:00:1c.0:   bridge window [mem 0xff600000-0xff6fffff]
[    0.119449] pci 0000:00:1c.0:   bridge window [mem 0xbfc00000-0xbfcfffff 64bit pref]
[    0.119534] pci 0000:00:1c.1: PCI bridge to [bus 04]
[    0.119542] pci 0000:00:1c.1:   bridge window [mem 0xff700000-0xff7fffff]
[    0.119550] pci 0000:00:1c.1:   bridge window [mem 0xbfd00000-0xbfdfffff 64bit pref]
[    0.119636] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.119644] pci 0000:00:1c.2:   bridge window [mem 0xff800000-0xff8fffff]
[    0.119652] pci 0000:00:1c.2:   bridge window [mem 0xbfe00000-0xbfefffff 64bit pref]
[    0.119736] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    0.119745] pci 0000:00:1c.3:   bridge window [mem 0xff900000-0xff9fffff]
[    0.119752] pci 0000:00:1c.3:   bridge window [mem 0xbff00000-0xbfffffff 64bit pref]
[    0.119837] pci 0000:06:08.0: [8086:1064] type 00 class 0x020000
[    0.119859] pci 0000:06:08.0: reg 0x10: [mem 0xff500000-0xff500fff]
[    0.119871] pci 0000:06:08.0: reg 0x14: [io  0xbc00-0xbc3f]
[    0.119945] pci 0000:06:08.0: supports D1 D2
[    0.119948] pci 0000:06:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.120074] pci 0000:00:1e.0: PCI bridge to [bus 06] (subtractive decode)
[    0.120080] pci 0000:00:1e.0:   bridge window [io  0xb000-0xbfff]
[    0.120085] pci 0000:00:1e.0:   bridge window [mem 0xff500000-0xff5fffff]
[    0.120092] pci 0000:00:1e.0:   bridge window [mem 0xbfb00000-0xbfbfffff 64bit pref]
[    0.120095] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.120099] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.120102] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.120105] pci 0000:00:1e.0:   bridge window [mem 0x40000000-0xffffffff] (subtractive decode)
[    0.120137] pci_bus 0000:00: on NUMA node 0
[    0.121387] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[    0.121516] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.121644] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[    0.121768] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[    0.121893] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 9 10 11 12 14 15)
[    0.122017] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.122142] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[    0.122268] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
[    0.122443] ACPI: Enabled 1 GPEs in block 00 to 1F
[    0.122578] vgaarb: setting as boot device: PCI:0000:01:00.0
[    0.122578] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.122578] vgaarb: loaded
[    0.122578] vgaarb: bridge control possible 0000:01:00.0
[    0.122578] PCI: Using ACPI for IRQ routing
[    0.129644] PCI: pci_cache_line_size set to 64 bytes
[    0.129704] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.129708] e820: reserve RAM buffer [mem 0x3ff2fc00-0x3fffffff]
[    0.130032] hpet clockevent registered
[    0.130038] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.130044] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.130051] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.132033] Switched to clocksource hpet
[    0.142387] pnp: PnP ACPI init
[    0.142416] ACPI: bus type PNP registered
[    0.142565] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.142685] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.143003] pnp 00:02: [dma 2]
[    0.143085] pnp 00:02: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.143461] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.143865] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.144192] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.144197] system 00:05: [io  0x0400-0x047f] could not be reserved
[    0.144201] system 00:05: [io  0x0500-0x053f] has been reserved
[    0.144205] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.144349] system 00:06: [mem 0xffc00000-0xfff7ffff] has been reserved
[    0.144355] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.144706] system 00:07: [io  0x0400-0x047f] could not be reserved
[    0.144711] system 00:07: [io  0x0680-0x06ff] has been reserved
[    0.144714] system 00:07: [io  0x0500-0x053f] has been reserved
[    0.144719] system 00:07: [mem 0xeec00000-0xeec03fff] has been reserved
[    0.144723] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.144726] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.144732] system 00:07: [mem 0xe0000000-0xefffffff] could not be reserved
[    0.144736] system 00:07: [mem 0xfed13000-0xfed13fff] has been reserved
[    0.144739] system 00:07: [mem 0xfed14000-0xfed17fff] has been reserved
[    0.144743] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.144747] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.144751] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.144755] system 00:07: [mem 0xfed20000-0xfed9ffff] has been reserved
[    0.144759] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.145164] system 00:08: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.145169] system 00:08: [mem 0x000c0000-0x000dffff] could not be reserved
[    0.145173] system 00:08: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.145177] system 00:08: [mem 0x00100000-0x3fffffff] could not be reserved
[    0.145182] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.145461] pnp: PnP ACPI: found 9 devices
[    0.145464] ACPI: bus type PNP unregistered
[    0.145471] PnPBIOS: Disabled by ACPI PNP
[    0.184414] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 05] add_size 1000
[    0.184426] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[    0.184436] pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    0.184446] pci 0000:00:1c.3: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.184461] pci 0000:00:1f.0: BAR 13: [io  0x0400-0x047f] has bogus alignment
[    0.184466] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.184470] pci 0000:00:1c.1: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.184473] pci 0000:00:1c.2: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.184476] pci 0000:00:1c.3: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.184484] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.184489] pci 0000:00:1c.1: BAR 13: assigned [io  0x2000-0x2fff]
[    0.184494] pci 0000:00:1c.2: BAR 13: assigned [io  0x3000-0x3fff]
[    0.184498] pci 0000:00:1c.3: BAR 13: assigned [io  0x4000-0x4fff]
[    0.184503] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.184507] pci 0000:00:01.0:   bridge window [io  0xa000-0xafff]
[    0.184513] pci 0000:00:01.0:   bridge window [mem 0xffa00000-0xffafffff]
[    0.184518] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xdfffffff pref]
[    0.184524] pci 0000:00:1c.0: PCI bridge to [bus 05]
[    0.184528] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[    0.184534] pci 0000:00:1c.0:   bridge window [mem 0xff600000-0xff6fffff]
[    0.184539] pci 0000:00:1c.0:   bridge window [mem 0xbfc00000-0xbfcfffff 64bit pref]
[    0.184546] pci 0000:00:1c.1: PCI bridge to [bus 04]
[    0.184550] pci 0000:00:1c.1:   bridge window [io  0x2000-0x2fff]
[    0.184556] pci 0000:00:1c.1:   bridge window [mem 0xff700000-0xff7fffff]
[    0.184561] pci 0000:00:1c.1:   bridge window [mem 0xbfd00000-0xbfdfffff 64bit pref]
[    0.184567] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.184571] pci 0000:00:1c.2:   bridge window [io  0x3000-0x3fff]
[    0.184577] pci 0000:00:1c.2:   bridge window [mem 0xff800000-0xff8fffff]
[    0.184583] pci 0000:00:1c.2:   bridge window [mem 0xbfe00000-0xbfefffff 64bit pref]
[    0.184589] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    0.184593] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    0.184599] pci 0000:00:1c.3:   bridge window [mem 0xff900000-0xff9fffff]
[    0.184604] pci 0000:00:1c.3:   bridge window [mem 0xbff00000-0xbfffffff 64bit pref]
[    0.184611] pci 0000:00:1e.0: PCI bridge to [bus 06]
[    0.184615] pci 0000:00:1e.0:   bridge window [io  0xb000-0xbfff]
[    0.184621] pci 0000:00:1e.0:   bridge window [mem 0xff500000-0xff5fffff]
[    0.184627] pci 0000:00:1e.0:   bridge window [mem 0xbfb00000-0xbfbfffff 64bit pref]
[    0.184635] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.184638] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.184641] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.184644] pci_bus 0000:00: resource 7 [mem 0x40000000-0xffffffff]
[    0.184647] pci_bus 0000:01: resource 0 [io  0xa000-0xafff]
[    0.184650] pci_bus 0000:01: resource 1 [mem 0xffa00000-0xffafffff]
[    0.184653] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xdfffffff pref]
[    0.184656] pci_bus 0000:05: resource 0 [io  0x1000-0x1fff]
[    0.184659] pci_bus 0000:05: resource 1 [mem 0xff600000-0xff6fffff]
[    0.184662] pci_bus 0000:05: resource 2 [mem 0xbfc00000-0xbfcfffff 64bit pref]
[    0.184666] pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
[    0.184668] pci_bus 0000:04: resource 1 [mem 0xff700000-0xff7fffff]
[    0.184671] pci_bus 0000:04: resource 2 [mem 0xbfd00000-0xbfdfffff 64bit pref]
[    0.184675] pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
[    0.184678] pci_bus 0000:03: resource 1 [mem 0xff800000-0xff8fffff]
[    0.184681] pci_bus 0000:03: resource 2 [mem 0xbfe00000-0xbfefffff 64bit pref]
[    0.184684] pci_bus 0000:02: resource 0 [io  0x4000-0x4fff]
[    0.184687] pci_bus 0000:02: resource 1 [mem 0xff900000-0xff9fffff]
[    0.184690] pci_bus 0000:02: resource 2 [mem 0xbff00000-0xbfffffff 64bit pref]
[    0.184693] pci_bus 0000:06: resource 0 [io  0xb000-0xbfff]
[    0.184696] pci_bus 0000:06: resource 1 [mem 0xff500000-0xff5fffff]
[    0.184699] pci_bus 0000:06: resource 2 [mem 0xbfb00000-0xbfbfffff 64bit pref]
[    0.184702] pci_bus 0000:06: resource 4 [io  0x0000-0x0cf7]
[    0.184705] pci_bus 0000:06: resource 5 [io  0x0d00-0xffff]
[    0.184708] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff]
[    0.184711] pci_bus 0000:06: resource 7 [mem 0x40000000-0xffffffff]
[    0.184778] NET: Registered protocol family 2
[    0.185082] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.185104] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.185136] TCP: Hash tables configured (established 8192 bind 8192)
[    0.185177] TCP: reno registered
[    0.185181] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.185191] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.185274] NET: Registered protocol family 1
[    0.186123] pci 0000:01:00.0: Video device with shadowed ROM
[    0.186139] pci 0000:06:08.0: Firmware left e100 interrupts enabled; disabling
[    0.186145] PCI: CLS 64 bytes, default 64
[    0.186224] Unpacking initramfs...
[    0.593778] Freeing initrd memory: 14284K (f640a000 - f71fd000)
[    0.594057] microcode: CPU0 sig=0xf43, pf=0x10, revision=0x4
[    0.594069] microcode: CPU1 sig=0xf43, pf=0x10, revision=0x4
[    0.594170] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.594651] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.594708] audit: initializing netlink subsys (disabled)
[    0.594739] audit: type=2000 audit(1485194478.592:1): initialized
[    0.595183] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.595211] zbud: loaded
[    0.595363] VFS: Disk quotas dquot_6.5.2
[    0.595390] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.595480] msgmni has been set to 1738
[    0.595962] alg: No test for stdrng (krng)
[    0.596020] bounce: pool size: 64 pages
[    0.596049] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.596151] io scheduler noop registered
[    0.596156] io scheduler deadline registered
[    0.596214] io scheduler cfq registered (default)
[    0.596484] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.596576] pcieport 0000:00:1c.0: enabling device (0106 -> 0107)
[    0.596672] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[    0.596770] pcieport 0000:00:1c.1: enabling device (0106 -> 0107)
[    0.596862] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
[    0.596957] pcieport 0000:00:1c.2: enabling device (0106 -> 0107)
[    0.597050] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
[    0.597147] pcieport 0000:00:1c.3: enabling device (0106 -> 0107)
[    0.597239] pcieport 0000:00:1c.3: irq 44 for MSI/MSI-X
[    0.597394] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.597429] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.597508] GHES: HEST is not enabled!
[    0.597543] isapnp: Scanning for PnP cards...
[    0.950688] isapnp: No Plug & Play device found
[    0.950812] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.971246] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.971913] Linux agpgart interface v0.103
[    0.972371] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    0.972374] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    0.973290] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.973497] mousedev: PS/2 mouse device common for all mice
[    0.973580] rtc_cmos 00:00: RTC can wake from S4
[    0.973753] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    0.973783] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram, hpet irqs
[    0.973809] ledtrig-cpu: registered to indicate activity on CPUs
[    0.974913] TCP: cubic registered
[    0.974964] NET: Registered protocol family 10
[    0.975308] mip6: Mobile IPv6
[    0.975315] NET: Registered protocol family 17
[    0.975325] mpls_gso: MPLS GSO support
[    0.975585] Using IPI No-Shortcut mode
[    0.975812] registered taskstats version 1
[    0.976355] rtc_cmos 00:00: setting system clock to 2017-01-23 18:01:19 UTC (1485194479)
[    0.976459] PM: Hibernation image not present or could not be loaded.
[    0.976855] Freeing unused kernel memory: 656K (c1671000 - c1715000)
[    0.976913] Write protecting the kernel text: 4612k
[    0.976974] Write protecting the kernel read-only data: 1456k
[    0.976976] NX-protecting the kernel data: 3580k
[    0.992330] systemd-udevd[60]: starting version 215
[    0.993104] random: systemd-udevd urandom read with 0 bits of entropy available
[    1.021945] ACPI: bus type USB registered
[    1.022219] usbcore: registered new interface driver usbfs
[    1.022258] usbcore: registered new interface driver hub
[    1.022338] usbcore: registered new device driver usb
[    1.023298] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.023933] uhci_hcd: USB Universal Host Controller Interface driver
[    1.024243] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.024260] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    1.024274] uhci_hcd 0000:00:1d.0: detected 2 ports
[    1.024326] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000cc00
[    1.024444] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    1.024451] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.024457] usb usb1: Product: UHCI Host Controller
[    1.024463] usb usb1: Manufacturer: Linux 3.16.0-4-686-pae uhci_hcd
[    1.024468] usb usb1: SerialNumber: 0000:00:1d.0
[    1.024836] hub 1-0:1.0: USB hub found
[    1.024852] hub 1-0:1.0: 2 ports detected
[    1.025582] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.025596] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[    1.025607] uhci_hcd 0000:00:1d.1: detected 2 ports
[    1.025656] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000d000
[    1.025767] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.025774] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.025779] usb usb2: Product: UHCI Host Controller
[    1.025784] usb usb2: Manufacturer: Linux 3.16.0-4-686-pae uhci_hcd
[    1.025788] usb usb2: SerialNumber: 0000:00:1d.1
[    1.026133] hub 2-0:1.0: USB hub found
[    1.026152] hub 2-0:1.0: 2 ports detected
[    1.026565] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.026580] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[    1.026590] uhci_hcd 0000:00:1d.2: detected 2 ports
[    1.026634] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000d400
[    1.026743] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.026750] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.026755] usb usb3: Product: UHCI Host Controller
[    1.026759] usb usb3: Manufacturer: Linux 3.16.0-4-686-pae uhci_hcd
[    1.026764] usb usb3: SerialNumber: 0000:00:1d.2
[    1.027069] hub 3-0:1.0: USB hub found
[    1.027084] hub 3-0:1.0: 2 ports detected
[    1.027470] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    1.027485] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
[    1.027497] uhci_hcd 0000:00:1d.3: detected 2 ports
[    1.027542] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000d800
[    1.027651] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.027657] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.027662] usb usb4: Product: UHCI Host Controller
[    1.027667] usb usb4: Manufacturer: Linux 3.16.0-4-686-pae uhci_hcd
[    1.027672] usb usb4: SerialNumber: 0000:00:1d.3
[    1.028062] hub 4-0:1.0: USB hub found
[    1.028080] hub 4-0:1.0: 2 ports detected
[    1.030815] Floppy drive(s): fd0 is 1.44M
[    1.037213] ehci-pci: EHCI PCI platform driver
[    1.038579] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.038596] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 5
[    1.038617] ehci-pci 0000:00:1d.7: debug port 1
[    1.040455] SCSI subsystem initialized
[    1.042523] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    1.042549] ehci-pci 0000:00:1d.7: irq 23, io mem 0xff4fbc00
[    1.043953] libata version 3.00 loaded.
[    1.047237] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
[    1.047243] e100: Copyright(c) 1999-2006 Intel Corporation
[    1.056034] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.056139] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    1.056146] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.056151] usb usb5: Product: EHCI Host Controller
[    1.056155] usb usb5: Manufacturer: Linux 3.16.0-4-686-pae ehci_hcd
[    1.056159] usb usb5: SerialNumber: 0000:00:1d.7
[    1.072828] hub 5-0:1.0: USB hub found
[    1.072868] hub 5-0:1.0: 8 ports detected
[    1.073144] FDC 0 is a post-1991 82077
[    1.076566] e100 0000:06:08.0 eth0: addr 0xff500000, irq 20, MAC addr 00:13:20:6c:33:c2
[    1.096180] hub 1-0:1.0: USB hub found
[    1.096205] hub 1-0:1.0: 2 ports detected
[    1.120134] hub 2-0:1.0: USB hub found
[    1.120156] hub 2-0:1.0: 2 ports detected
[    1.144133] hub 3-0:1.0: USB hub found
[    1.144155] hub 3-0:1.0: 2 ports detected
[    1.168134] hub 4-0:1.0: USB hub found
[    1.168156] hub 4-0:1.0: 2 ports detected
[    1.168630] ata_piix 0000:00:1f.1: version 2.13
[    1.171242] scsi0 : ata_piix
[    1.171716] scsi1 : ata_piix
[    1.171844] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[    1.171850] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[    1.172032] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    1.173827] scsi2 : ata_piix
[    1.174072] scsi3 : ata_piix
[    1.174202] ata3: SATA max UDMA/133 cmd 0xec00 ctl 0xe800 bmdma 0xdc00 irq 19
[    1.174207] ata4: SATA max UDMA/133 cmd 0xe400 ctl 0xe000 bmdma 0xdc08 irq 19
[    1.339413] ata1.00: ATAPI: PIONEER DVD-RW  DVR-110D, 1.08, max UDMA/66
[    1.339547] ata3.00: ATA-6: ST380817AS, 3.42, max UDMA/133
[    1.339554] ata3.00: 156301488 sectors, multi 16: LBA48 NCQ (not used)
[    1.352301] ata1.00: configured for UDMA/66
[    1.352410] ata3.00: configured for UDMA/133
[    1.359051] scsi 0:0:0:0: CD-ROM            PIONEER  DVD-RW  DVR-110D 1.08 PQ: 0 ANSI: 5
[    1.369013] scsi 2:0:0:0: Direct-Access     ATA      ST380817AS       3.42 PQ: 0 ANSI: 5
[    1.390231] sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
[    1.390237] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.390609] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    1.391167] sd 2:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[    1.391270] sd 2:0:0:0: [sda] Write Protect is off
[    1.391276] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.391322] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.391731] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    1.392083] usb 5-3: new high-speed USB device number 2 using ehci-pci
[    1.392146] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    1.432855]  sda: sda1 sda2 < sda5 sda6 >
[    1.433682] sd 2:0:0:0: [sda] Attached SCSI disk
[    1.527354] usb 5-3: New USB device found, idVendor=19d2, idProduct=2000
[    1.527361] usb 5-3: New USB device strings: Mfr=3, Product=2, SerialNumber=4
[    1.527364] usb 5-3: Product: ZTE WCDMA Technologies MSM
[    1.527368] usb 5-3: Manufacturer: ZTE,Incorporated
[    1.527371] usb 5-3: SerialNumber: MF1700BLND010000
[    1.531118] usb-storage 5-3:1.0: USB Mass Storage device detected
[    1.531252] scsi4 : usb-storage 5-3:1.0
[    1.531435] usbcore: registered new interface driver usb-storage
[    1.592040] tsc: Refined TSC clocksource calibration: 3200.090 MHz
[    1.696078] usb 5-7: new high-speed USB device number 4 using ehci-pci
[    1.829859] usb 5-7: New USB device found, idVendor=7392, idProduct=7811
[    1.829868] usb 5-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.829873] usb 5-7: Product: 802.11n WLAN Adapter
[    1.829876] usb 5-7: Manufacturer: Realtek
[    1.829879] usb 5-7: SerialNumber: 00e04c000001
[    2.124031] usb 3-1: new low-speed USB device number 2 using uhci_hcd
[    2.384053] usb 3-1: New USB device found, idVendor=04d9, idProduct=1603
[    2.384059] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.384063] usb 3-1: Product: USB Keyboard
[    2.384066] usb 3-1: Manufacturer:  
[    2.393244] hidraw: raw HID events driver (C) Jiri Kosina
[    2.510750] usbcore: registered new interface driver usbhid
[    2.510756] usbhid: USB HID core driver
[    2.512502] input:   USB Keyboard as /devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.0/0003:04D9:1603.0001/input/input1
[    2.512620] hid-generic 0003:04D9:1603.0001: input,hidraw0: USB HID v1.10 Keyboard [  USB Keyboard] on usb-0000:00:1d.2-1/input0
[    2.529510] scsi 4:0:0:0: CD-ROM            ZTE      USB SCSI CD-ROM  2.31 PQ: 0 ANSI: 2
[    2.530129] scsi 4:0:0:1: Direct-Access     ZTE      MMC Storage      2.31 PQ: 0 ANSI: 2
[    2.532996] sr1: scsi-1 drive
[    2.533357] sr 4:0:0:0: Attached scsi CD-ROM sr1
[    2.533823] sr 4:0:0:0: Attached scsi generic sg2 type 5
[    2.535290] sd 4:0:0:1: Attached scsi generic sg3 type 0
[    2.535650] input:   USB Keyboard as /devices/pci0000:00/0000:00:1d.2/usb3/3-1/3-1:1.1/0003:04D9:1603.0002/input/input2
[    2.535770] hid-generic 0003:04D9:1603.0002: input,hidraw1: USB HID v1.10 Device [  USB Keyboard] on usb-0000:00:1d.2-1/input1
[    2.542621] sd 4:0:0:1: [sdb] Attached SCSI removable disk
[    2.592113] Switched to clocksource tsc
[    2.628038] usb 4-2: new low-speed USB device number 2 using uhci_hcd
[    3.000047] usb 4-2: New USB device found, idVendor=04fc, idProduct=0005
[    3.000053] usb 4-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    3.000057] usb 4-2: Product: USB Wheel Mouse
[    3.019456] input: USB Wheel Mouse as /devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.0/0003:04FC:0005.0003/input/input3
[    3.019660] hid-generic 0003:04FC:0005.0003: input,hidraw2: USB HID v1.00 Mouse [USB Wheel Mouse] on usb-0000:00:1d.3-2/input0
[    3.929585] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[    4.156150] random: nonblocking pool is initialized
[    7.194031] lp: driver loaded but no devices found
[    7.276108] ppdev: user-space parallel port driver
[    7.301593] parport_pc 00:04: reported by Plug and Play ACPI
[    7.301625] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP]
[    7.396237] lp0: using parport0 (interrupt-driven).
[    7.447121] fuse init (API version 7.23)
[    7.473444] loop: module loaded
[    7.492167] systemd-udevd[167]: starting version 215
[    8.922450] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
[    8.922462] ACPI: Power Button [PWRB]
[    8.922607] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[    8.922614] ACPI: Power Button [PWRF]
[    9.025378] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[    9.146802] systemd-journald[160]: Received request to flush runtime journal from PID 1
[    9.286396] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    9.325811] intel_rng: FWH not detected
[    9.844035] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    9.960508] [drm] Initialized drm 1.1.0 20060810
[    9.962076] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[    9.971157] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
[    9.989058] systemd-journald[160]: Received request to flush runtime journal from PID 1
[   10.174340] [drm] radeon kernel modesetting enabled.
[   10.175116] [drm] initializing kernel modesetting (R423 0x1002:0x554D 0x1462:0x0952).
[   10.175140] [drm] register mmio base: 0xFFA20000
[   10.175144] [drm] register mmio size: 65536
[   10.178414] ATOM BIOS: RX800XL
[   10.178451] [drm] Generation 2 PCI interface, using max accessible memory
[   10.178467] radeon 0000:01:00.0: VRAM: 256M 0x00000000C0000000 - 0x00000000CFFFFFFF (256M used)
[   10.178475] radeon 0000:01:00.0: GTT: 512M 0x00000000A0000000 - 0x00000000BFFFFFFF
[   10.178526] [drm] Detected VRAM RAM=256M, BAR=256M
[   10.178530] [drm] RAM width 256bits DDR
[   10.178654] [TTM] Zone  kernel: Available graphics memory: 445268 kiB
[   10.178659] [TTM] Zone highmem: Available graphics memory: 515510 kiB
[   10.178664] [TTM] Initializing pool allocator
[   10.178681] [TTM] Initializing DMA pool allocator
[   10.178728] [drm] radeon: 256M of VRAM memory ready
[   10.178733] [drm] radeon: 512M of GTT memory ready.
[   10.178765] [drm] GART: num cpu pages 131072, num gpu pages 131072
[   10.184964] [drm] PCIE GART of 512M enabled (table at 0x00000000C0040000).
[   10.184977] [drm] radeon: 4 quad pipes, 1 z pipes initialized.
[   10.185012] radeon 0000:01:00.0: WB enabled
[   10.185019] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x00000000a0000000 and cpu addr 0xf4ce9000
[   10.185023] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   10.185026] [drm] Driver supports precise vblank timestamp query.
[   10.185029] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
[   10.185060] radeon 0000:01:00.0: irq 46 for MSI/MSI-X
[   10.185082] radeon 0000:01:00.0: radeon: using MSI.
[   10.185115] [drm] radeon: irq initialized.
[   10.185133] [drm] Loading R400 Microcode
[   10.207209] radeon 0000:01:00.0: firmware: failed to load radeon/R420_cp.bin (-2)
[   10.207255] radeon 0000:01:00.0: Direct firmware load failed with error -2
[   10.207260] radeon 0000:01:00.0: Falling back to user helper
[   10.237536] sound hdaudioC0D2: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[   10.237543] sound hdaudioC0D2:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   10.237548] sound hdaudioC0D2:    hp_outs=1 (0x19/0x0/0x0/0x0/0x0)
[   10.237551] sound hdaudioC0D2:    mono: mono_out=0x0
[   10.237554] sound hdaudioC0D2:    inputs:
[   10.237558] sound hdaudioC0D2:      Rear Mic=0x18
[   10.237562] sound hdaudioC0D2:      Front Mic=0x1b
[   10.237566] sound hdaudioC0D2:      Line=0x1a
[   10.244930] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D2/input7
[   10.245445] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   10.245573] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   10.245700] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   10.245825] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[   10.726871] systemd-journald[160]: Received request to flush runtime journal from PID 1
[   10.981280] [drm:r100_cp_init] *ERROR* Failed to load firmware!
[   10.981332] radeon 0000:01:00.0: failed initializing CP (-12).
[   10.981378] radeon 0000:01:00.0: Disabling GPU acceleration
[   10.981424] [drm] radeon: cp finalized
[   10.990031] iTCO_vendor_support: vendor-support=0
[   10.992749] [drm] Radeon Display Connectors
[   10.992756] [drm] Connector 0:
[   10.992760] [drm]   DVI-I-1
[   10.992763] [drm]   HPD2
[   10.992769] [drm]   DDC: 0x64 0x64 0x64 0x64 0x64 0x64 0x64 0x64
[   10.992772] [drm]   Encoders:
[   10.992775] [drm]     CRT1: INTERNAL_DAC1
[   10.992780] [drm]     DFP2: INTERNAL_DVO1
[   10.992785] [drm] Connector 1:
[   10.992789] [drm]   SVIDEO-1
[   10.992792] [drm]   Encoders:
[   10.992795] [drm]     TV1: INTERNAL_DAC2
[   10.992798] [drm] Connector 2:
[   10.992801] [drm]   DVI-I-2
[   10.992804] [drm]   HPD1
[   10.992809] [drm]   DDC: 0x68 0x68 0x68 0x68 0x68 0x68 0x68 0x68
[   10.992812] [drm]   Encoders:
[   10.992816] [drm]     CRT2: INTERNAL_DAC2
[   10.992819] [drm]     DFP1: INTERNAL_TMDS1
[   11.019557] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   11.019620] iTCO_wdt: Found a ICH6 or ICH6R TCO device (Version=2, TCOBASE=0x0460)
[   11.019955] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   11.057660] [drm:radeon_dvi_detect] *ERROR* DVI-I-1: probed a monitor but no|invalid EDID
[   11.141265] [drm] fb mappable at 0xC0040000
[   11.141271] [drm] vram apper at 0xC0000000
[   11.141273] [drm] size 3145728
[   11.141275] [drm] fb depth is 24
[   11.141277] [drm]    pitch is 4096
[   11.141416] fbcon: radeondrmfb (fb0) is primary device
[   11.200304] Console: switching to colour frame buffer device 128x48
[   11.208557] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[   11.208562] radeon 0000:01:00.0: registered panic notifier
[   11.216237] [drm] Initialized radeon 2.39.0 20080528 for 0000:01:00.0 on minor 0
[   12.812608] cfg80211: Calling CRDA to update world regulatory domain
[   13.315984] rtl8192cu: Chip version 0x10
[   13.401602] rtl8192cu: MAC address: 74:da:38:5c:0c:d8
[   13.401610] rtl8192cu: Board Type 0
[   13.401846] rtl_usb: rx_max_size 15360, rx_urb_num 8, in_ep 1
[   13.401886] rtl8192cu: Loading firmware rtlwifi/rtl8192cufw_TMSC.bin
[   13.401959] usbcore: registered new interface driver rtl8192cu
[   13.915237] usb 5-7: firmware: direct-loading firmware rtlwifi/rtl8192cufw_TMSC.bin
[   13.983240] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[   13.983978] rtlwifi: wireless switch is on
[   14.221313] cfg80211: World regulatory domain updated:
[   14.221320] cfg80211:  DFS Master region: unset
[   14.221323] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   14.221329] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   14.221332] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   14.221336] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   14.221339] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   14.221343] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   14.221347] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   14.221350] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   14.221353] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   14.634049] RPC: Registered named UNIX socket transport module.
[   14.634057] RPC: Registered udp transport module.
[   14.634061] RPC: Registered tcp transport module.
[   14.634065] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   14.669951] FS-Cache: Loaded
[   14.691305] FS-Cache: Netfs 'nfs' registered for caching
[   14.757672] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   21.577763] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   21.583977] rtl8192cu: MAC auto ON okay!
[   21.621362] rtl8192cu: Tx queue select: 0x05
[   22.004416] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   22.029689] [drm:radeon_dvi_detect] *ERROR* DVI-I-1: probed a monitor but no|invalid EDID
[   22.191718] [drm:radeon_dvi_detect] *ERROR* DVI-I-1: probed a monitor but no|invalid EDID
[   22.683664] usb 5-3: USB disconnect, device number 2
[   23.047872] wlan0: authenticate with 94:04:9c:62:cb:c4
[   23.059997] wlan0: send auth to 94:04:9c:62:cb:c4 (try 1/3)
[   23.062004] wlan0: authenticated
[   23.064034] wlan0: associate with 94:04:9c:62:cb:c4 (try 1/3)
[   23.069875] wlan0: RX AssocResp from 94:04:9c:62:cb:c4 (capab=0x1411 status=0 aid=1)
[   23.069926] wlan0: associated
[   23.069991] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   23.070063] cfg80211: Calling CRDA for country: #A
[   30.736054] usb 5-3: new high-speed USB device number 6 using ehci-pci
[   30.872111] usb 5-3: New USB device found, idVendor=19d2, idProduct=0031
[   30.872119] usb 5-3: New USB device strings: Mfr=3, Product=2, SerialNumber=4
[   30.872123] usb 5-3: Product: ZTE WCDMA Technologies MSM
[   30.872126] usb 5-3: Manufacturer: ZTE,Incorporated
[   30.872130] usb 5-3: SerialNumber: MF1700BLND010000
[   30.875558] usb-storage 5-3:1.2: USB Mass Storage device detected
[   30.875690] scsi5 : usb-storage 5-3:1.2
[   31.162239] [drm:radeon_dvi_detect] *ERROR* DVI-I-1: probed a monitor but no|invalid EDID
[   31.229586] usbcore: registered new interface driver usbserial
[   31.229630] usbcore: registered new interface driver usbserial_generic
[   31.229669] usbserial: USB Serial support registered for generic
[   31.253855] usbcore: registered new interface driver option
[   31.254319] usbserial: USB Serial support registered for GSM modem (1-port)
[   31.254650] option 5-3:1.0: GSM modem (1-port) converter detected
[   31.254962] usb 5-3: GSM modem (1-port) converter now attached to ttyUSB0
[   31.255058] option 5-3:1.1: GSM modem (1-port) converter detected
[   31.255327] usb 5-3: GSM modem (1-port) converter now attached to ttyUSB1
[   31.255443] option 5-3:1.3: GSM modem (1-port) converter detected
[   31.255709] usb 5-3: GSM modem (1-port) converter now attached to ttyUSB2
[   31.873521] scsi 5:0:0:0: Direct-Access     ZTE      MMC Storage      2.31 PQ: 0 ANSI: 2
[   31.875626] sd 5:0:0:0: Attached scsi generic sg2 type 0
[   31.882511] sd 5:0:0:0: [sdb] Attached SCSI removable disk
[   40.534587] [drm:radeon_dvi_detect] *ERROR* DVI-I-1: probed a monitor but no|invalid EDID
[   55.236266] [drm:radeon_dvi_detect] *ERROR* DVI-I-1: probed a monitor but no|invalid EDID
[   55.398494] [drm:radeon_dvi_detect] *ERROR* DVI-I-1: probed a monitor but no|invalid EDID
[   63.444993] PPP generic driver version 2.4.2
[   63.675650] PPP BSD Compression module registered
[   63.686410] PPP Deflate Compression module registered
[  178.301536] wlan0: Connection to AP 94:04:9c:62:cb:c4 lost
[  178.340971] cfg80211: Calling CRDA to update world regulatory domain
[  178.347329] cfg80211: World regulatory domain updated:
[  178.347339] cfg80211:  DFS Master region: unset
[  178.347342] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[  178.347349] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[  178.347355] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[  178.347360] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[  178.347366] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[  178.347372] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[  178.347377] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[  178.347382] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[  178.347387] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[  179.133573] wlan0: authenticate with 94:04:9c:62:cb:c4
[  179.165663] wlan0: send auth to 94:04:9c:62:cb:c4 (try 1/3)
[  179.268018] wlan0: send auth to 94:04:9c:62:cb:c4 (try 2/3)
[  179.372017] wlan0: send auth to 94:04:9c:62:cb:c4 (try 3/3)
[  179.476017] wlan0: authentication with 94:04:9c:62:cb:c4 timed out
[  296.873305] wlan0: authenticate with 94:04:9c:62:cb:c4
[  296.884810] wlan0: send auth to 94:04:9c:62:cb:c4 (try 1/3)
[  296.886698] wlan0: authenticated
[  296.888118] wlan0: associate with 94:04:9c:62:cb:c4 (try 1/3)
[  296.947808] wlan0: RX AssocResp from 94:04:9c:62:cb:c4 (capab=0x1411 status=0 aid=1)
[  296.947863] wlan0: associated
[  296.947943] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  296.948201] cfg80211: Calling CRDA for country: #A
Does it give any clue?

cronoik
Posts: 310
Joined: 2015-05-20 21:17

Re: settintg a 3G USB модем

#6 Post by cronoik »

andrei186 wrote:Yes, actually I do speak Russian. As well as French - shall I interrogate the French too?
Or all this buzz about the Russians rigging Trump's elections made the Russians to be percepted as Number One computer gurus?
Not it is just because it is a russian provider and maybe you find someone who has already faced the issue you are faceing currently. For example, I have found a few apn's for beeline (like internet.beeline.ru) and it is currently not clear if it is a debian specific issue or a settings issue.
andrei186 wrote:Does it give any clue?
Have you tried to connect to 3g with the usb modem? For me it looks like you have just established a wifi connection. What I want to see, is what happen's when you click the "connect with 3g" button.
Have a nice day!

andrei186
Posts: 115
Joined: 2014-10-23 10:54

Re: settintg a 3G USB модем

#7 Post by andrei186 »

cronoik wrote:
Not it is just because it is a russian provider and maybe you find someone who has already faced the issue you are faceing currently. For example, I have found a few apn's for beeline (like internet.beeline.ru) and it is currently not clear if it is a debian specific issue or a settings issue.
Dealing with Beeline is hopeless. As soon as U've paid for hardware/subscription, U become a nuisance and they cut off all human contacts leaving you with thier endless voice menu. Last December they removed "Contact support" from that menu. Personnel in their offices can only sell and little understand what they are selling. You may leave a question on Beeline website and receive irrelevant answers.
cronoik wrote:
Have you tried to connect to 3g with the usb modem? For me it looks like you have just established a wifi connection. What I want to see, is what happen's when you click the "connect with 3g" button.
Yes, I tried - you mean this is not shown in that listing?
You correctly noticed that I have Edimax N150 wifi Nano USB adapter on that Debian LXDE 8.2 installation.
For some reason LXDE 8.2 shows internet connection icon at the right bottom of the screen only when Nano USB adapter in inserted. And I do not know how to access internet connections without this icon. This icon shows available connections. When I click the "connect with 3g" the internet connection icon just blinks and no connection happens.
Another misterious thing is that on two occations I've got internet connections via 3G modem (actually it is ZTE MF 631) - see screen attached. However as soon as I remove the wifi Nano USB adapter, 3G modem goes disconnected (see another screen attached).
I cannot reprodice this effect because it happened twice after several plugging-unplugging wifi and 3G and rebooting Debian.
PS. Failed to attach screens - "Sorry, the board attachment quota has been reached", although each screen is just 60Kb.

andrei186
Posts: 115
Joined: 2014-10-23 10:54

Re: settintg a 3G USB модем

#8 Post by andrei186 »

On a Russian Debian form someone suggested that the problem might be caused by Debian's tendency to consider USB modems as a USB storage device and one needs to somehow make Debian recognise a USB modem as such

arzgi
Posts: 1197
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 32 times

Re: settintg a 3G USB модем

#9 Post by arzgi »

andrei186 wrote:On a Russian Debian form someone suggested that the problem might be caused by Debian's tendency to consider USB modems as a USB storage device and one needs to somehow make Debian recognise a USB modem as such
usb-modeswitch is the right package for that purpose.

Post Reply