[Çözüldü] Mt7630e wifi sorunu

Başlatan neo90, 04 Kasım 2017 - 22:25:01

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

neo90

Merhabalar.
Ubuntu 17.04 sürümünden 17.10 sürümüne yükselttim.
Yükseltmeyle beraber wifi şu anda çalışmıyor.
17.04 sürümünde aynı sorunu yaşamıştım sudo apt-get install --reinstall git linux-headers-$(uname -r) build-essential dkms
git clone https://github.com/neurobin/MT7630E/
cd MT7630E/
make
sudo make install
yaparak sorun çözülmüştü.
Şu an aynı kodları denediğimde neo@neo-X555LJ:~$ sudo apt-get install --reinstall git linux-headers-$(uname -r) build-essential dkms
[sudo] password for neo:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package git is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'git' has no installation candidate
E: Unable to locate package build-essential
E: Unable to locate package dkms
neo@neo-X555LJ:~$ git clone https://github.com/neurobin/MT7630E/
The program 'git' is currently not installed. You can install it by typing:
sudo apt install git
neo@neo-X555LJ:~$ sudo apt install git
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package git is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'git' has no installation candidate
çıktısını alıyorum.
neo@neo-X555LJ:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=17.10
DISTRIB_CODENAME=artful
DISTRIB_DESCRIPTION="Ubuntu 17.10"
neo@neo-X555LJ:~$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic root=UUID=0c38c71e-7d84-4300-94d8-a3f993675442 ro quiet splash vt.handoff=7
neo@neo-X555LJ:~$ uname -a
Linux neo-X555LJ 4.13.0-16-generic #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
neo@neo-X555LJ:~$ lspci
00:00.0 Host bridge: Intel Corporation Broadwell-U Host Bridge -OPI (rev 09)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)
00:03.0 Audio device: Intel Corporation Broadwell-U Audio Controller (rev 09)
00:04.0 Signal processing controller: Intel Corporation Broadwell-U Processor Thermal Subsystem (rev 09)
00:14.0 USB controller: Intel Corporation Wildcat Point-LP USB xHCI Controller (rev 03)
00:16.0 Communication controller: Intel Corporation Wildcat Point-LP MEI Controller #1 (rev 03)
00:1b.0 Audio device: Intel Corporation Wildcat Point-LP High Definition Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #1 (rev e3)
00:1c.2 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #3 (rev e3)
00:1c.3 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #4 (rev e3)
00:1c.4 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #5 (rev e3)
00:1f.0 ISA bridge: Intel Corporation Wildcat Point-LP LPC Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation Wildcat Point-LP SATA Controller [AHCI Mode] (rev 03)
00:1f.3 SMBus: Intel Corporation Wildcat Point-LP SMBus Controller (rev 03)
00:1f.6 Signal processing controller: Intel Corporation Wildcat Point-LP Thermal Management Controller (rev 03)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10)
03:00.0 Network controller: MEDIATEK Corp. MT7630e 802.11bgn Wireless Network Adapter
04:00.0 3D controller: NVIDIA Corporation GK208M [GeForce 920M] (rev a1)
neo@neo-X555LJ:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader Controller
Bus 001 Device 003: ID 0489:e080 Foxconn / Hon Hai
Bus 001 Device 002: ID 0bda:57b5 Realtek Semiconductor Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
neo@neo-X555LJ:~$ rfkill list
neo@neo-X555LJ:~$ sudo lshw -C network
[sudo] password for neo:
  *-network                 
       description: Ethernet interface
       product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: enp2s0
       version: 10
       serial: 14:dd:a9:09:96:79
       size: 10Mbit/s
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8168g-3_0.0.1 04/23/13 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
       resources: irq:47 ioport:e000(size=256) memory:f7204000-f7204fff memory:f7200000-f7203fff
  *-network UNCLAIMED
       description: Network controller
       product: MT7630e 802.11bgn Wireless Network Adapter
       vendor: MEDIATEK Corp.
       physical id: 0
       bus info: pci@0000:03:00.0
       version: 00
       width: 32 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: latency=0
       resources: memory:f7100000-f71fffff
neo@neo-X555LJ:~$ ifconfig
The program 'ifconfig' is currently not installed. You can install it by typing:
sudo apt install net-tools
neo@neo-X555LJ:~$ iwconfig
lo        no wireless extensions.

enp2s0    no wireless extensions.

neo@neo-X555LJ:~$ iwlist scanning
lo        Interface doesn't support scanning.

enp2s0    Interface doesn't support scanning.

neo@neo-X555LJ:~$ lsmod
Module                  Size  Used by
intel_rapl             20480  0
x86_pkg_temp_thermal    16384  0
intel_powerclamp       16384  0
intel_spi_platform     16384  0
coretemp               16384  0
intel_spi              20480  1 intel_spi_platform
spi_nor                28672  1 intel_spi
mtd                    57344  2 spi_nor,intel_spi
kvm_intel             200704  0
kvm                   581632  1 kvm_intel
irqbypass              16384  1 kvm
snd_hda_codec_realtek    94208  1
snd_hda_codec_hdmi     49152  1
snd_hda_codec_generic    73728  1 snd_hda_codec_realtek
crct10dif_pclmul       16384  0
crc32_pclmul           16384  0
ghash_clmulni_intel    16384  0
pcbc                   16384  0
uvcvideo               90112  0
rtsx_usb_ms            20480  0
videobuf2_vmalloc      16384  1 uvcvideo
videobuf2_memops       16384  1 videobuf2_vmalloc
memstick               16384  1 rtsx_usb_ms
videobuf2_v4l2         24576  1 uvcvideo
videobuf2_core         40960  2 uvcvideo,videobuf2_v4l2
videodev              176128  3 uvcvideo,videobuf2_core,videobuf2_v4l2
media                  40960  2 uvcvideo,videodev
aesni_intel           188416  0
snd_hda_intel          40960  8
aes_x86_64             20480  1 aesni_intel
snd_hda_codec         126976  4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hda_core           81920  5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
crypto_simd            16384  1 aesni_intel
snd_hwdep              20480  1 snd_hda_codec
snd_soc_rt5640        118784  0
snd_soc_rl6231         16384  1 snd_soc_rt5640
snd_soc_core          229376  1 snd_soc_rt5640
snd_compress           20480  1 snd_soc_core
ac97_bus               16384  1 snd_soc_core
snd_pcm_dmaengine      16384  1 snd_soc_core
snd_pcm                98304  7 snd_hda_intel,snd_hda_codec,snd_pcm_dmaengine,snd_hda_core,snd_soc_rt5640,snd_hda_codec_hdmi,snd_soc_core
glue_helper            16384  1 aesni_intel
joydev                 20480  0
input_leds             16384  0
cryptd                 24576  3 crypto_simd,ghash_clmulni_intel,aesni_intel
asus_nb_wmi            28672  0
intel_cstate           20480  0
intel_rapl_perf        16384  0
serio_raw              16384  0
asus_wmi               28672  1 asus_nb_wmi
sparse_keymap          16384  1 asus_wmi
snd_seq_midi           16384  0
snd_soc_sst_acpi       16384  0
snd_seq_midi_event     16384  1 snd_seq_midi
snd_rawmidi            32768  1 snd_seq_midi
snd_soc_sst_match      16384  1 snd_soc_sst_acpi
dw_dmac                16384  0
snd_seq                65536  2 snd_seq_midi_event,snd_seq_midi
snd_seq_device         16384  3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer              32768  2 snd_seq,snd_pcm
int3402_thermal        16384  0
processor_thermal_device    16384  0
int3400_thermal        16384  0
spi_pxa2xx_platform    24576  0
asus_wireless          16384  0
dw_dmac_core           24576  1 dw_dmac
elan_i2c               36864  0
snd                    81920  29 snd_compress,snd_hda_intel,snd_hwdep,snd_seq,snd_hda_codec,snd_timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_seq_device,snd_hda_codec_realtek,snd_soc_core,snd_pcm
int340x_thermal_zone    16384  2 int3402_thermal,processor_thermal_device
int3406_thermal        16384  0
acpi_pad              180224  0
8250_dw                16384  0
acpi_thermal_rel       16384  1 int3400_thermal
soundcore              16384  1 snd
lpc_ich                24576  0
shpchp                 36864  0
intel_soc_dts_iosf     16384  1 processor_thermal_device
intel_pch_thermal      16384  0
mei_me                 40960  0
mei                    98304  1 mei_me
mac_hid                16384  0
parport_pc             32768  0
ppdev                  20480  0
lp                     20480  0
parport                49152  3 lp,parport_pc,ppdev
ip_tables              24576  0
x_tables               40960  1 ip_tables
autofs4                40960  2
rtsx_usb_sdmmc         28672  0
rtsx_usb               20480  2 rtsx_usb_sdmmc,rtsx_usb_ms
i915                 1798144  26
nouveau              1638400  0
ttm                    94208  1 nouveau
i2c_algo_bit           16384  2 nouveau,i915
drm_kms_helper        167936  2 nouveau,i915
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
fb_sys_fops            16384  1 drm_kms_helper
mxm_wmi                16384  1 nouveau
psmouse               147456  0
drm                   356352  27 nouveau,i915,ttm,drm_kms_helper
ahci                   36864  1
libahci                32768  1 ahci
r8169                  81920  0
mii                    16384  1 r8169
wmi                    24576  3 asus_wmi,mxm_wmi,nouveau
sdhci_acpi             16384  0
video                  40960  4 asus_wmi,int3406_thermal,nouveau,i915
sdhci                  45056  1 sdhci_acpi
i2c_hid                20480  0
hid                   118784  1 i2c_hid
neo@neo-X555LJ:~$ dmesg
[    0.000000] random: get_random_bytes called from start_kernel+0x42/0x4e1 with crng_init=0
[    0.000000] Linux version 4.13.0-16-generic (buildd@lcy01-02) (gcc version 7.2.0 (Ubuntu 7.2.0-8ubuntu2)) #19-Ubuntu SMP Wed Oct 11 18:35:14 UTC 2017 (Ubuntu 4.13.0-16.19-generic 4.13.4)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic root=UUID=0c38c71e-7d84-4300-94d8-a3f993675442 ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000c6e5bfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c6e5c000-0x00000000c71b7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c71b8000-0x00000000caa88fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000caa89000-0x00000000caae7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000caae8000-0x00000000cafe9fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cafea000-0x00000000cc46dfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cc46e000-0x00000000ccffefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ccfff000-0x00000000ccffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cd800000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000012effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] random: fast init done
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. X555LJ/X555LJ, BIOS X555LJ.304 05/07/2015
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x12f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7F80000000 write-back
[    0.000000]   1 base 0080000000 mask 7FC0000000 write-back
[    0.000000]   2 base 00C0000000 mask 7FF8000000 write-back
[    0.000000]   3 base 00C8000000 mask 7FFC000000 write-back
[    0.000000]   4 base 00CC000000 mask 7FFF000000 write-back
[    0.000000]   5 base 0100000000 mask 7FE0000000 write-back
[    0.000000]   6 base 0120000000 mask 7FF8000000 write-back
[    0.000000]   7 base 0128000000 mask 7FFC000000 write-back
[    0.000000]   8 base 012C000000 mask 7FFE000000 write-back
[    0.000000]   9 base 012E000000 mask 7FFF000000 write-back
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT 
[    0.000000] e820: update [mem 0xcd000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xcd000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd940-0x000fd94f] mapped at [ffff9aca800fd940]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff9aca80097000] 97000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x2a923000, 0x2a923fff] PGTABLE
[    0.000000] BRK [0x2a924000, 0x2a924fff] PGTABLE
[    0.000000] BRK [0x2a925000, 0x2a925fff] PGTABLE
[    0.000000] BRK [0x2a926000, 0x2a926fff] PGTABLE
[    0.000000] BRK [0x2a927000, 0x2a927fff] PGTABLE
[    0.000000] BRK [0x2a928000, 0x2a928fff] PGTABLE
[    0.000000] BRK [0x2a929000, 0x2a929fff] PGTABLE
[    0.000000] BRK [0x2a92a000, 0x2a92afff] PGTABLE
[    0.000000] BRK [0x2a92b000, 0x2a92bfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x31f31000-0x34f8ffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F0580 000024 (v02 _ASUS_)
[    0.000000] ACPI: XSDT 0x00000000CB3EE0B0 0000D4 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000CB4063E8 00010C (v05 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000CB3EE218 0181CA (v02 _ASUS_ Notebook 01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x00000000CC46BF80 000040
[    0.000000] ACPI: APIC 0x00000000CB4064F8 000084 (v03 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000CB406580 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x00000000CB4065C8 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: ECDT 0x00000000CB406668 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.000000] ACPI: MCFG 0x00000000CB406730 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000CB406770 000038 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000CB4067A8 000315 (v01 SataRe SataTabl 00001000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x00000000CB406AC0 000042 (v01                 00000000      00000000)
[    0.000000] ACPI: SSDT 0x00000000CB406B08 000194 (v01 Intel  zpodd    00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000CB406CA0 000C7D (v02 Ther_R Ther_Rvp 00001000 INTL 20120913)
[    0.000000] ACPI: ASF! 0x00000000CB407920 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.000000] ACPI: SSDT 0x00000000CB4079C0 000539 (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000CB407F00 000B74 (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000CB408A78 003245 (v02 DptfTa DptfTabl 00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000CB40BCC0 000394 (v02 CppcTa CppcTabl 00001000 INTL 20120913)
[    0.000000] ACPI: PCCT 0x00000000CB40C058 00006E (v05 PcctTa PcctTabl 00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000CB40C0C8 000AC4 (v02 Cpc_Ta Cpc_Tabl 00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000CB40CB90 006622 (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000CB4131B8 000627 (v02 SgRef  SgPch    00001000 INTL 20120913)
[    0.000000] ACPI: DMAR 0x00000000CB4137E0 0000A8 (v01 INTEL  BDW      00000001 INTL 00000001)
[    0.000000] ACPI: SSDT 0x00000000CB413888 000E83 (v01 OptRef OptTabl  00001000 INTL 20120913)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000012effffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x12efd3000-0x12effdfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000012effffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009cfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000c6e5bfff]
[    0.000000]   node   0: [mem 0x00000000c71b8000-0x00000000caa88fff]
[    0.000000]   node   0: [mem 0x00000000caae8000-0x00000000cafe9fff]
[    0.000000]   node   0: [mem 0x00000000ccfff000-0x00000000ccffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000012effffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000012effffff]
[    0.000000] On node 0 totalpages: 1022924
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12913 pages used for memmap
[    0.000000]   DMA32 zone: 826416 pages, LIFO batch:31
[    0.000000]   Normal zone: 3008 pages used for memmap
[    0.000000]   Normal zone: 192512 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x00000000ce000000-0x00000000cfffffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] low res lint[0xf])
[    0.000000] ACPI: NMI not connected to LINT 1!
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl res lint[0x89])
[    0.000000] ACPI: NMI not connected to LINT 1!
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x8a])
[    0.000000] ACPI: NMI not connected to LINT 1!
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] low level lint[0x74])
[    0.000000] ACPI: NMI not connected to LINT 1!
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
[    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: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x25 (or later)
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc6e5c000-0xc71b7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xcaa89000-0xcaae7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xcafea000-0xcc46dfff]
[    0.000000] PM: Registered nosave memory: [mem 0xcc46e000-0xccffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xcd000000-0xcd7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcd800000-0xcfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xd0000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xd0000000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 39 pages/cpu @ffff9acbaec00000 s119704 r8192 d31848 u524288
[    0.000000] pcpu-alloc: s119704 r8192 d31848 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1006918
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.13.0-16-generic root=UUID=0c38c71e-7d84-4300-94d8-a3f993675442 ro quiet splash vt.handoff=7
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 3888032K/4091696K available (9281K kernel code, 2477K rwdata, 3992K rodata, 2324K init, 2384K bss, 203664K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 37719 entries in 148 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.000000] Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 524544, nr_irqs: 728, preallocated irqs: 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] vt handoff: transparent VT on vt#7
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.004000] tsc: Detected 2196.705 MHz processor
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4393.41 BogoMIPS (lpj=8786820)
[    0.004000] pid_max: default: 32768 minimum: 301
[    0.004000] ACPI: Core revision 20170531
[    0.029143] ACPI: 12 ACPI AML tables successfully acquired and loaded
[    0.029167] Security Framework initialized
[    0.029168] Yama: becoming mindful.
[    0.029183] AppArmor: AppArmor initialized
[    0.029963] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.030383] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.030405] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.030420] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.030606] CPU: Physical Processor ID: 0
[    0.030606] CPU: Processor Core ID: 0
[    0.030610] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.030610] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.030614] mce: CPU supports 7 MCE banks
[    0.030622] CPU0: Thermal monitoring enabled (TM1)
[    0.030633] process: using mwait in idle threads
[    0.030635] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.030635] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.030720] Freeing SMP alternatives memory: 36K
[    0.032074] smpboot: Max logical packages: 2
[    0.032079] DMAR: Host address width 39
[    0.032081] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.032087] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 7e1ff0505e
[    0.032088] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.032091] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c20660462 ecap f010da
[    0.032092] DMAR: RMRR base: 0x000000cce44000 end: 0x000000cce52fff
[    0.032093] DMAR: RMRR base: 0x000000cd800000 end: 0x000000cfffffff
[    0.032097] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.032097] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.032098] DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
[    0.032098] DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
[    0.032545] DMAR-IR: Enabled IRQ remapping in xapic mode
[    0.032545] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.033158] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.076000] smpboot: CPU0: Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz (family: 0x6, model: 0x3d, stepping: 0x4)
[    0.076000] Performance Events: PEBS fmt2+, Broadwell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.076000] ... version:                3
[    0.076000] ... bit width:              48
[    0.076000] ... generic registers:      4
[    0.076000] ... value mask:             0000ffffffffffff
[    0.076000] ... max period:             00007fffffffffff
[    0.076000] ... fixed-purpose events:   3
[    0.076000] ... event mask:             000000070000000f
[    0.076000] Hierarchical SRCU implementation.
[    0.076000] smp: Bringing up secondary CPUs ...
[    0.076000] x86: Booting SMP configuration:
[    0.076000] .... node  #0, CPUs:      #1
[    0.076000] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.076000]  #2 #3
[    0.076000] smp: Brought up 1 node, 4 CPUs
[    0.076000] smpboot: Total of 4 processors activated (17573.64 BogoMIPS)
[    0.076193] devtmpfs: initialized
[    0.076193] x86/mm: Memory block size: 128MB
[    0.076337] evm: security.selinux
[    0.076338] evm: security.SMACK64
[    0.076338] evm: security.SMACK64EXEC
[    0.076338] evm: security.SMACK64TRANSMUTE
[    0.076339] evm: security.SMACK64MMAP
[    0.076339] evm: security.ima
[    0.076340] evm: security.capability
[    0.076351] PM: Registering ACPI NVS region [mem 0xcafea000-0xcc46dfff] (21512192 bytes)
[    0.076351] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.076351] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.076365] pinctrl core: initialized pinctrl subsystem
[    0.076441] RTC time: 14:42:18, date: 11/04/17
[    0.076506] NET: Registered protocol family 16
[    0.076652] cpuidle: using governor ladder
[    0.076652] cpuidle: using governor menu
[    0.076652] Error parsing PCC subspaces from PCCT
[    0.076652] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.076652] ACPI: bus type PCI registered
[    0.076652] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.076652] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.076652] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.076652] PCI: Using configuration type 1 for base access
[    0.076920] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.076920] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.080048] ACPI: Added _OSI(Module Device)
[    0.080049] ACPI: Added _OSI(Processor Device)
[    0.080050] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.080050] ACPI: Added _OSI(Processor Aggregator Device)
[    0.080053] ACPI: EC: EC started
[    0.080054] ACPI: EC: interrupt blocked
[    0.081393] ACPI: \: Used as first EC
[    0.081395] ACPI: \: GPE=0xa, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.081396] ACPI: \: Used as boot ECDT EC to handle transactions
[    0.081719] ACPI: Executed 9 blocks of module-level executable AML code
[    0.092124] ACPI: Dynamic OEM Table Load:
[    0.092130] ACPI: SSDT 0xFFFF9ACBA92A7400 0003D3 (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.092245] ACPI: Dynamic OEM Table Load:
[    0.092251] ACPI: SSDT 0xFFFF9ACBA90AA000 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
[    0.092538] ACPI: Dynamic OEM Table Load:
[    0.092538] ACPI: SSDT 0xFFFF9ACBA92DBC00 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
[    0.093157] ACPI: Interpreter enabled
[    0.093188] ACPI: (supports S0 S3 S4 S5)
[    0.093189] ACPI: Using IOAPIC for interrupt routing
[    0.093220] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.093859] ACPI: Enabled 6 GPEs in block 00 to 7F
[    0.097646] ACPI: Power Resource [PG00] (on)
[    0.098017] ACPI: Power Resource [PG01] (on)
[    0.098361] ACPI: Power Resource [PG02] (on)
[    0.100681] ACPI: Power Resource [PC05] (on)
[    0.109170] ACPI: Power Resource [FN00] (off)
[    0.109230] ACPI: Power Resource [FN01] (off)
[    0.109287] ACPI: Power Resource [FN02] (off)
[    0.109344] ACPI: Power Resource [FN03] (off)
[    0.109401] ACPI: Power Resource [FN04] (off)
[    0.110279] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.110283] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.110775] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.110776] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.111233] PCI host bridge to bus 0000:00
[    0.111235] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.111236] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.111237] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.111238] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfeafffff window]
[    0.111239] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.111245] pci 0000:00:00.0: [8086:1604] type 00 class 0x060000
[    0.111336] pci 0000:00:02.0: [8086:1616] type 00 class 0x030000
[    0.111346] pci 0000:00:02.0: reg 0x10: [mem 0xf5000000-0xf5ffffff 64bit]
[    0.111351] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.111354] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.111439] pci 0000:00:03.0: [8086:160c] type 00 class 0x040300
[    0.111447] pci 0000:00:03.0: reg 0x10: [mem 0xf731c000-0xf731ffff 64bit]
[    0.111541] pci 0000:00:04.0: [8086:1603] type 00 class 0x118000
[    0.111551] pci 0000:00:04.0: reg 0x10: [mem 0xf7310000-0xf7317fff 64bit]
[    0.111656] pci 0000:00:14.0: [8086:9cb1] type 00 class 0x0c0330
[    0.111672] pci 0000:00:14.0: reg 0x10: [mem 0xf7300000-0xf730ffff 64bit]
[    0.111721] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.111792] pci 0000:00:16.0: [8086:9cba] type 00 class 0x078000
[    0.111811] pci 0000:00:16.0: reg 0x10: [mem 0xf7324000-0xf732401f 64bit]
[    0.111870] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.111959] pci 0000:00:1b.0: [8086:9ca0] type 00 class 0x040300
[    0.111975] pci 0000:00:1b.0: reg 0x10: [mem 0xf7318000-0xf731bfff 64bit]
[    0.112027] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.112108] pci 0000:00:1c.0: [8086:9c90] type 01 class 0x060400
[    0.112165] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.112266] pci 0000:00:1c.2: [8086:9c94] type 01 class 0x060400
[    0.112325] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.112427] pci 0000:00:1c.3: [8086:9c96] type 01 class 0x060400
[    0.112485] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.112584] pci 0000:00:1c.4: [8086:9c98] type 01 class 0x060400
[    0.112642] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.112747] pci 0000:00:1f.0: [8086:9cc3] type 00 class 0x060100
[    0.112920] pci 0000:00:1f.2: [8086:9c83] type 00 class 0x010601
[    0.112933] pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
[    0.112938] pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
[    0.112943] pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
[    0.112949] pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
[    0.112954] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.112959] pci 0000:00:1f.2: reg 0x24: [mem 0xf7322000-0xf73227ff]
[    0.112988] pci 0000:00:1f.2: PME# supported from D3hot
[    0.113055] pci 0000:00:1f.3: [8086:9ca2] type 00 class 0x0c0500
[    0.113069] pci 0000:00:1f.3: reg 0x10: [mem 0xf7321000-0xf73210ff 64bit]
[    0.113085] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.113173] pci 0000:00:1f.6: [8086:9ca4] type 00 class 0x118000
[    0.113204] pci 0000:00:1f.6: reg 0x10: [mem 0xf7320000-0xf7320fff 64bit]
[    0.113408] acpiphp: Slot [1] registered
[    0.113412] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.113476] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.113504] pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.113530] pci 0000:02:00.0: reg 0x18: [mem 0xf7204000-0xf7204fff 64bit]
[    0.113546] pci 0000:02:00.0: reg 0x20: [mem 0xf7200000-0xf7203fff 64bit]
[    0.113635] pci 0000:02:00.0: supports D1 D2
[    0.113636] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.124038] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.124041] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    0.124044] pci 0000:00:1c.2:   bridge window [mem 0xf7200000-0xf72fffff]
[    0.124114] pci 0000:03:00.0: [14c3:7630] type 00 class 0x028000
[    0.124141] pci 0000:03:00.0: reg 0x10: [mem 0xf7100000-0xf71fffff]
[    0.124265] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.136032] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.136036] pci 0000:00:1c.3:   bridge window [mem 0xf7100000-0xf71fffff]
[    0.136095] pci 0000:04:00.0: [10de:1299] type 00 class 0x030200
[    0.136119] pci 0000:04:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.136133] pci 0000:04:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.136146] pci 0000:04:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.136155] pci 0000:04:00.0: reg 0x24: [io  0xd000-0xd07f]
[    0.136164] pci 0000:04:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    0.148030] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.148032] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.148035] pci 0000:00:1c.4:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.148039] pci 0000:00:1c.4:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.149032] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
[    0.149077] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *7 10 12)
[    0.149120] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 12)
[    0.149166] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 12)
[    0.149208] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.149250] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.149294] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 12)
[    0.149336] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.149916] ACPI: EC: EC stopped
[    0.149916] ACPI: EC: EC started
[    0.149917] ACPI: EC: interrupt blocked
[    0.150075] ACPI: EC: interrupt unblocked
[    0.150082] ACPI: EC: event unblocked
[    0.150088] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0xa, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.150089] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot ECDT EC to handle transactions and events
[    0.150112] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0xa, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.150113] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.150298] SCSI subsystem initialized
[    0.150328] libata version 3.00 loaded.
[    0.150328] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.150328] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.150328] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.150328] vgaarb: loaded
[    0.150328] ACPI: bus type USB registered
[    0.150328] usbcore: registered new interface driver usbfs
[    0.150328] usbcore: registered new interface driver hub
[    0.150328] usbcore: registered new device driver usb
[    0.150328] EDAC MC: Ver: 3.0.0
[    0.150328] PCI: Using ACPI for IRQ routing
[    0.150328] PCI: pci_cache_line_size set to 64 bytes
[    0.150328] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.150328] e820: reserve RAM buffer [mem 0xc6e5c000-0xc7ffffff]
[    0.150328] e820: reserve RAM buffer [mem 0xcaa89000-0xcbffffff]
[    0.150328] e820: reserve RAM buffer [mem 0xcafea000-0xcbffffff]
[    0.150328] e820: reserve RAM buffer [mem 0xcd000000-0xcfffffff]
[    0.150328] e820: reserve RAM buffer [mem 0x12f000000-0x12fffffff]
[    0.150328] NetLabel: Initializing
[    0.150328] NetLabel:  domain hash size = 128
[    0.150328] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.150328] NetLabel:  unlabeled traffic allowed by default
[    0.150328] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.150328] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.152014] clocksource: Switched to clocksource hpet
[    0.160869] VFS: Disk quotas dquot_6.6.0
[    0.160888] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.160981] AppArmor: AppArmor Filesystem Enabled
[    0.161024] pnp: PnP ACPI init
[    0.161231] system 00:00: [io  0x0240-0x0259] has been reserved
[    0.161234] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.161309] pnp 00:01: Plug and Play ACPI device, IDs ETD0108 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
[    0.161344] pnp 00:02: Plug and Play ACPI device, IDs ATK3001 PNP030b (active)
[    0.161435] system 00:03: [io  0x0680-0x069f] has been reserved
[    0.161437] system 00:03: [io  0xffff] has been reserved
[    0.161438] system 00:03: [io  0xffff] has been reserved
[    0.161439] system 00:03: [io  0xffff] has been reserved
[    0.161440] system 00:03: [io  0x1800-0x18fe] has been reserved
[    0.161441] system 00:03: [io  0x164e-0x164f] has been reserved
[    0.161443] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.161480] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.161513] system 00:05: [io  0x1854-0x1857] has been reserved
[    0.161515] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.161649] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.161650] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.161651] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.161652] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.161654] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.161655] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.161656] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.161657] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.161658] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.161659] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.161660] system 00:06: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    0.161661] system 00:06: [mem 0xf7ff0000-0xf7ffffff] has been reserved
[    0.161663] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.162067] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.162615] pnp: PnP ACPI: found 8 devices
[    0.168324] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.168350] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.168359] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.168361] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    0.168364] pci 0000:00:1c.2:   bridge window [mem 0xf7200000-0xf72fffff]
[    0.168369] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.168372] pci 0000:00:1c.3:   bridge window [mem 0xf7100000-0xf71fffff]
[    0.168378] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.168379] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.168382] pci 0000:00:1c.4:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.168385] pci 0000:00:1c.4:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.168389] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.168391] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.168392] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.168392] pci_bus 0000:00: resource 7 [mem 0xd0000000-0xfeafffff window]
[    0.168394] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.168394] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    0.168395] pci_bus 0000:03: resource 1 [mem 0xf7100000-0xf71fffff]
[    0.168396] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.168397] pci_bus 0000:04: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.168398] pci_bus 0000:04: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.168527] NET: Registered protocol family 2
[    0.168665] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.168724] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.168816] TCP: Hash tables configured (established 32768 bind 32768)
[    0.168846] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.168860] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.168905] NET: Registered protocol family 1
[    0.168915] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.169128] PCI: CLS 64 bytes, default 64
[    0.169160] Unpacking initramfs...
[    0.857511] Freeing initrd memory: 49532K
[    0.857558] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.857560] software IO TLB [mem 0xc2e5c000-0xc6e5c000] (64MB) mapped at [ffff9acb42e5c000-ffff9acb46e5bfff]
[    0.857763] Scanning for low memory corruption every 60 seconds
[    0.858005] audit: initializing netlink subsys (disabled)
[    0.858038] audit: type=2000 audit(1509806538.858:1): state=initialized audit_enabled=0 res=1
[    0.858350] Initialise system trusted keyrings
[    0.858358] Key type blacklist registered
[    0.858383] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    0.859338] zbud: loaded
[    0.859646] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.859745] fuse init (API version 7.26)
[    0.860675] Key type asymmetric registered
[    0.860676] Asymmetric key parser 'x509' registered
[    0.860699] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.860728] io scheduler noop registered
[    0.860729] io scheduler deadline registered
[    0.860749] io scheduler cfq registered (default)
[    0.861486] pcieport 0000:00:1c.0: Signaling PME with IRQ 42
[    0.861503] pcieport 0000:00:1c.2: Signaling PME with IRQ 43
[    0.861514] pcieport 0000:00:1c.3: Signaling PME with IRQ 44
[    0.861525] pcieport 0000:00:1c.4: Signaling PME with IRQ 45
[    0.861584] vesafb: mode is 1366x768x32, linelength=5504, pages=0
[    0.861584] vesafb: scrolling: redraw
[    0.861585] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.861594] vesafb: framebuffer at 0xd0000000, mapped to 0xffffb11301000000, using 4160k, total 4160k
[    0.861660] Console: switching to colour frame buffer device 170x48
[    0.861674] fb0: VESA VGA frame buffer device
[    0.861685] intel_idle: MWAIT substates: 0x11142120
[    0.861686] intel_idle: v0.4.1 model 0x3D
[    0.861840] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.861996] ACPI: AC Adapter [AC0] (on-line)
[    0.862770] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    0.863459] ACPI: Lid Switch [LID]
[    0.863484] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.863503] ACPI: Sleep Button [SLPB]
[    0.863529] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.863543] ACPI: Power Button [PWRF]
[    0.864345] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    0.864435] thermal LNXTHERM:00: registered as thermal_zone0
[    0.864436] ACPI: Thermal Zone [THRM] (52 C)
[    0.864724] thermal LNXTHERM:01: registered as thermal_zone1
[    0.864724] ACPI: Thermal Zone [TZ00] (28 C)
[    0.864872] thermal LNXTHERM:02: registered as thermal_zone2
[    0.864872] ACPI: Thermal Zone [TZ01] (30 C)
[    0.864932] GHES: HEST is not enabled!
[    0.865007] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.866239] Linux agpgart interface v0.103
[    0.867435] loop: module loaded
[    0.867557] libphy: Fixed MDIO Bus: probed
[    0.867558] tun: Universal TUN/TAP device driver, 1.6
[    0.867582] PPP generic driver version 2.4.2
[    0.867612] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.867613] ehci-pci: EHCI PCI platform driver
[    0.867621] ehci-platform: EHCI generic platform driver
[    0.867629] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.867630] ohci-pci: OHCI PCI platform driver
[    0.867637] ohci-platform: OHCI generic platform driver
[    0.867643] uhci_hcd: USB Universal Host Controller Interface driver
[    0.867760] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.867764] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.868847] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0004b810
[    0.868851] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.868934] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.868935] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.868936] usb usb1: Product: xHCI Host Controller
[    0.868937] usb usb1: Manufacturer: Linux 4.13.0-16-generic xhci-hcd
[    0.868938] usb usb1: SerialNumber: 0000:00:14.0
[    0.869016] hub 1-0:1.0: USB hub found
[    0.869035] hub 1-0:1.0: 11 ports detected
[    0.871314] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.871317] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.871338] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    0.871339] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.871340] usb usb2: Product: xHCI Host Controller
[    0.871341] usb usb2: Manufacturer: Linux 4.13.0-16-generic xhci-hcd
[    0.871342] usb usb2: SerialNumber: 0000:00:14.0
[    0.871413] hub 2-0:1.0: USB hub found
[    0.871418] hub 2-0:1.0: 4 ports detected
[    0.872486] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    0.877242] i8042: Detected active multiplexing controller, rev 1.1
[    0.878932] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.878934] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    0.878953] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    0.878968] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    0.878981] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    0.879052] mousedev: PS/2 mouse device common for all mice
[    0.879177] rtc_cmos 00:04: RTC can wake from S4
[    0.879284] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    0.879310] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.879313] i2c /dev entries driver
[    0.879349] device-mapper: uevent: version 1.0.3
[    0.879413] device-mapper: ioctl: 4.36.0-ioctl (2017-06-09) initialised: dm-devel@redhat.com
[    0.879419] intel_pstate: Intel P-state driver initializing
[    0.879573] ledtrig-cpu: registered to indicate activity on CPUs
[    0.879860] NET: Registered protocol family 10
[    0.882859] Segment Routing with IPv6
[    0.882876] NET: Registered protocol family 17
[    0.882884] Key type dns_resolver registered
[    0.883072] RAS: Correctable Errors collector initialized.
[    0.883100] microcode: sig=0x306d4, pf=0x40, revision=0x1f
[    0.883139] microcode: Microcode Update Driver: v2.2.
[    0.883147] sched_clock: Marking stable (883136689, 0)->(988314305, -105177616)
[    0.883288] registered taskstats version 1
[    0.883308] Loading compiled-in X.509 certificates
[    0.885260] Loaded X.509 cert 'Build time autogenerated kernel key: 04409fd30ffab3ce9d2178c508b3c866d61d9a62'
[    0.885274] zswap: loaded using pool lzo/zbud
[    0.886425] Key type big_key registered
[    0.886427] Key type trusted registered
[    0.887512] Key type encrypted registered
[    0.887515] AppArmor: AppArmor sha1 policy hashing enabled
[    0.887518] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    0.887539] evm: HMAC attrs: 0x1
[    0.887929]   Magic number: 9:499:737
[    0.888091] rtc_cmos 00:04: setting system clock to 2017-11-04 14:42:19 UTC (1509806539)
[    0.888144] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.888145] EDD information not available.
[    0.888177] PM: Hibernation image not present or could not be loaded.
[    0.923542] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.036774] ACPI: Battery Slot [BAT0] (battery present)
[    1.038630] Freeing unused kernel memory: 2324K
[    1.038631] Write protecting the kernel read-only data: 14336k
[    1.038928] Freeing unused kernel memory: 948K
[    1.039150] Freeing unused kernel memory: 104K
[    1.040522] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.088150] hidraw: raw HID events driver (C) Jiri Kosina
[    1.094553] sdhci: Secure Digital Host Controller Interface driver
[    1.094554] sdhci: Copyright(c) Pierre Ossman
[    1.111848] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.111855] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.125061] r8169 0000:02:00.0 eth0: RTL8168g/8111g at 0xffffb11300685000, 14:dd:a9:09:96:79, XID 10900800 IRQ 47
[    1.125063] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.133989] ahci 0000:00:1f.2: version 3.0
[    1.135768] r8169 0000:02:00.0 enp2s0: renamed from eth0
[    1.144274] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x3 impl SATA mode
[    1.144276] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
[    1.146640] scsi host0: ahci
[    1.146756] scsi host1: ahci
[    1.148099] scsi host2: ahci
[    1.152105] scsi host3: ahci
[    1.152178] ata1: SATA max UDMA/133 abar m2048@0xf7322000 port 0xf7322100 irq 48
[    1.152181] ata2: SATA max UDMA/133 abar m2048@0xf7322000 port 0xf7322180 irq 48
[    1.152182] ata3: DUMMY
[    1.152183] ata4: DUMMY
[    1.179664] MXM: GUID detected in BIOS
[    1.179753] ACPI Warning: \_SB.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20170531/nsarguments-95)
[    1.179940] ACPI Warning: \_SB.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20170531/nsarguments-95)
[    1.180226] pci 0000:04:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
[    1.180229] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.RP05.PEGP handle
[    1.180230] nouveau: detected PR support, will not use DSM
[    1.180366] checking generic (d0000000 410000) vs hw (e0000000 10000000)
[    1.180367] checking generic (d0000000 410000) vs hw (f0000000 2000000)
[    1.180412] nouveau 0000:04:00.0: NVIDIA GK208B (b06190b1)
[    1.182205] [drm] Memory usable by graphics device = 4096M
[    1.182206] checking generic (d0000000 410000) vs hw (d0000000 10000000)
[    1.182207] fb: switching to inteldrmfb from VESA VGA
[    1.182242] Console: switching to colour dummy device 80x25
[    1.182337] [drm] Replacing VGA console driver
[    1.188082] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.188083] [drm] Driver supports precise vblank timestamp query.
[    1.200030] usb 1-5: new high-speed USB device number 2 using xhci_hcd
[    1.203693] nouveau 0000:04:00.0: bios: version 80.28.88.00.1c
[    1.203868] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.267833] nouveau 0000:04:00.0: fb: 1024 MiB DDR3
[    1.361179] usb 1-5: New USB device found, idVendor=0bda, idProduct=57b5
[    1.361181] usb 1-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    1.361182] usb 1-5: Product: USB Camera
[    1.361183] usb 1-5: Manufacturer: 04081-00092400F4OH15
[    1.361184] usb 1-5: SerialNumber: 200901010001
[    1.466868] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.466908] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.470428] ata2.00: ATAPI: TSSTcorp CDDVDW SU-228FB, AS00, max UDMA/100
[    1.472982] ata2.00: configured for UDMA/100
[    1.480069] usb 1-6: new high-speed USB device number 3 using xhci_hcd
[    1.496580] ata1.00: ATA-8: ST500LT012-1DG142, 0003SDM1, max UDMA/133
[    1.496582] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    1.535618] ata1.00: configured for UDMA/133
[    1.535793] scsi 0:0:0:0: Direct-Access     ATA      ST500LT012-1DG14 SDM1 PQ: 0 ANSI: 5
[    1.580209] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.580257] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    1.580258] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.580271] sd 0:0:0:0: [sda] Write Protect is off
[    1.580273] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.580295] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.582458] scsi 1:0:0:0: CD-ROM            TSSTcorp CDDVDW SU-228FB  AS00 PQ: 0 ANSI: 5
[    1.607867] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.607869] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.607995] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.608072] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    1.621030] usb 1-6: New USB device found, idVendor=0489, idProduct=e080
[    1.621040] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.621041] usb 1-6: Product: BT
[    1.621042] usb 1-6: Manufacturer: MediaTek
[    1.621042] usb 1-6: SerialNumber: 1.0
[    1.669418]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
[    1.670122] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.740084] usb 1-8: new high-speed USB device number 4 using xhci_hcd
[    1.817534] psmouse serio4: elantech: assuming hardware version 4 (with firmware version 0x381f00)
[    1.831132] psmouse serio4: elantech: Synaptics capabilities query result 0x10, 0x14, 0x0e.
[    1.847256] psmouse serio4: elantech: Elan sample query result 00, 23, 64
[    1.880363] usb 1-8: New USB device found, idVendor=0bda, idProduct=0129
[    1.880364] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.880365] usb 1-8: Product: USB2.0-CRW
[    1.880366] usb 1-8: Manufacturer: Generic
[    1.880367] usb 1-8: SerialNumber: 20100201396000000
[    1.884571] usbcore: registered new interface driver rtsx_usb
[    1.892088] tsc: Refined TSC clocksource calibration: 2196.821 MHz
[    1.892092] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1faa77c7738, max_idle_ns: 440795287426 ns
[    1.941997] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input11
[    2.568168] vga_switcheroo: enabled
[    2.568329] [TTM] Zone  kernel: Available graphics memory: 1970488 kiB
[    2.568329] [TTM] Initializing pool allocator
[    2.568343] [TTM] Initializing DMA pool allocator
[    2.568361] nouveau 0000:04:00.0: DRM: VRAM: 1024 MiB
[    2.568361] nouveau 0000:04:00.0: DRM: GART: 1048576 MiB
[    2.568364] nouveau 0000:04:00.0: DRM: Pointer to TMDS table invalid
[    2.568365] nouveau 0000:04:00.0: DRM: DCB version 4.0
[    2.568366] nouveau 0000:04:00.0: DRM: Pointer to flat panel table invalid
[    2.719243] nouveau 0000:04:00.0: DRM: MM: using COPY for buffer copies
[    2.719251] [drm] Initialized nouveau 1.3.1 20120801 for 0000:04:00.0 on minor 1
[    2.720086] [drm] Initialized i915 1.6.0 20170619 for 0000:00:02.0 on minor 0
[    2.721918] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.724539] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
[    2.724617] ACPI: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
[    2.724648] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2a/LNXVIDEO:01/input/input13
[    2.742751] fbcon: inteldrmfb (fb0) is primary device
[    2.742809] Console: switching to colour frame buffer device 170x48
[    2.742826] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    2.908206] clocksource: Switched to clocksource tsc
[    3.017083] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    3.895050] random: crng init done
[    4.217105] ip_tables: (C) 2000-2006 Netfilter Core Team
[    4.316635] systemd[1]: systemd 234 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid)
[    4.316743] systemd[1]: Detected architecture x86-64.
[    4.328028] systemd[1]: Set hostname to <neo-X555LJ>.
[    5.929917] systemd[1]: Listening on Journal Socket.
[    5.930074] systemd[1]: Created slice User and Session Slice.
[    5.930108] systemd[1]: Listening on udev Control Socket.
[    5.930187] systemd[1]: Created slice System Slice.
[    5.971990] systemd[1]: Starting Set the console keyboard layout...
[    5.972545] systemd[1]: Mounting Huge Pages File System...
[    5.973135] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    6.502070] lp: driver loaded but no devices found
[    6.577174] ppdev: user-space parallel port driver
[    7.019066] EXT4-fs (sda6): re-mounted. Opts: errors=remount-ro
[    7.168006] systemd-journald[259]: Received request to flush runtime journal from PID 1
[    7.900099] nouveau 0000:04:00.0: DRM: evicting buffers...
[    7.900101] nouveau 0000:04:00.0: DRM: waiting for kernel channels to go idle...
[    7.900117] nouveau 0000:04:00.0: DRM: suspending fence...
[    7.901847] nouveau 0000:04:00.0: DRM: suspending object tree...
[    7.966441] Adding 2097148k swap on /swapfile.  Priority:-1 extents:6 across:2260988k FS
[    8.440458] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    8.520222] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    8.736329] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input14
[    9.447261] asus_wmi: ASUS WMI generic driver loaded
[    9.469240] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    9.469241] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    9.469242] RAPL PMU: hw unit of domain package 2^-14 Joules
[    9.469242] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    9.469243] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    9.579670] asus_wmi: Initialization: 0x1
[    9.579698] asus_wmi: BIOS WMI version: 7.9
[    9.579726] asus_wmi: SFUN value: 0xa0077
[    9.580487] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input15
[    9.582253] asus_wmi: Number of fans: 1
[   10.281283] audit: type=1400 audit(1509806548.893:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=463 comm="apparmor_parser"
[   10.281628] audit: type=1400 audit(1509806548.893:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=462 comm="apparmor_parser"
[   10.289436] AVX2 version of gcm_enc/dec engaged.
[   10.289438] AES CTR mode by8 optimization enabled
[   10.289459] audit: type=1400 audit(1509806548.901:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=472 comm="apparmor_parser"
[   10.294314] media: Linux media interface: v0.10
[   10.314223] Linux video capture interface: v2.00
[   10.431994] uvcvideo: Found UVC 1.00 device USB Camera (0bda:57b5)
[   10.437824] uvcvideo 1-5:1.0: Entity type for entity Extension 7 was not initialized!
[   10.437826] uvcvideo 1-5:1.0: Entity type for entity Processing 2 was not initialized!
[   10.437827] uvcvideo 1-5:1.0: Entity type for entity Camera 1 was not initialized!
[   10.437828] uvcvideo 1-5:1.0: Entity type for entity Extension 4 was not initialized!
[   10.437888] input: USB Camera: USB Camera as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input16
[   10.437939] usbcore: registered new interface driver uvcvideo
[   10.437940] USB Video Class driver (1.1.1)
[   10.480663] audit: type=1400 audit(1509806549.092:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=459 comm="apparmor_parser"
[   10.480668] audit: type=1400 audit(1509806549.092:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=459 comm="apparmor_parser"
[   10.480670] audit: type=1400 audit(1509806549.092:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=459 comm="apparmor_parser"
[   10.480672] audit: type=1400 audit(1509806549.092:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=459 comm="apparmor_parser"
[   10.524388] audit: type=1400 audit(1509806549.136:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=480 comm="apparmor_parser"
[   10.524391] audit: type=1400 audit(1509806549.136:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=480 comm="apparmor_parser"
[   10.527091] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   10.670448] audit: type=1400 audit(1509806549.282:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=500 comm="apparmor_parser"
[   10.704998] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17
[   10.705040] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input18
[   10.705076] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input19
[   10.705117] input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input20
[   10.705151] input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input21
[   10.706548] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC3236: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   10.706550] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   10.706552] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   10.706554] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[   10.706555] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[   10.706557] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x1b
[   10.753300] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input22
[   11.064460] intel-spi intel-spi: failed to locate the chip
[   11.064466] intel-spi: probe of intel-spi failed with error -2
[   11.458433] intel_rapl: Found RAPL domain package
[   11.458434] intel_rapl: Found RAPL domain core
[   11.458435] intel_rapl: Found RAPL domain uncore
[   11.458436] intel_rapl: Found RAPL domain dram
[   11.458438] intel_rapl: RAPL package 0 domain package locked by BIOS
[   11.458442] intel_rapl: RAPL package 0 domain dram locked by BIOS
[   12.172415] nouveau 0000:04:00.0: DRM: resuming object tree...
[   12.287595] nouveau 0000:04:00.0: DRM: resuming fence...
[   20.147815] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is

ata1

sudo apt-get update && sudo apt-get install git

çıktısını kod etiketi içinde ekler misin

neo90

#2
neo@neo-X555LJ:~$ sudo apt-get update
[sudo] password for neo:
Get:1 http://security.ubuntu.com/ubuntu artful-security InRelease [70.3 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu artful InRelease [237 kB]
Get:3 http://security.ubuntu.com/ubuntu artful-security/main amd64 Packages [11.4 kB]
Get:4 http://security.ubuntu.com/ubuntu artful-security/main i386 Packages [11.4 kB]
Get:5 http://security.ubuntu.com/ubuntu artful-security/main Translation-en [5,776 B]
Get:6 http://security.ubuntu.com/ubuntu artful-security/universe amd64 Packages [5,108 B]
Get:7 http://security.ubuntu.com/ubuntu artful-security/universe i386 Packages [5,108 B]
Get:8 http://security.ubuntu.com/ubuntu artful-security/universe Translation-en [2,896 B]
Get:9 http://security.ubuntu.com/ubuntu artful-security/universe amd64 DEP-11 Metadata [2,184 B]
Get:10 http://security.ubuntu.com/ubuntu artful-security/universe DEP-11 64x64 Icons [4,058 B]
Get:11 http://security.ubuntu.com/ubuntu artful-security/multiverse amd64 Packages [1,164 B]
Get:12 http://security.ubuntu.com/ubuntu artful-security/multiverse i386 Packages [1,332 B]
Get:13 http://security.ubuntu.com/ubuntu artful-security/multiverse Translation-en [632 B]
Get:14 http://us.archive.ubuntu.com/ubuntu artful-updates InRelease [76.7 kB] 
Get:15 http://us.archive.ubuntu.com/ubuntu artful-backports InRelease [65.5 kB]
Get:16 http://us.archive.ubuntu.com/ubuntu artful/main amd64 Packages [1,071 kB]
Get:17 http://us.archive.ubuntu.com/ubuntu artful/main i386 Packages [1,067 kB]
Get:18 http://us.archive.ubuntu.com/ubuntu artful/main Translation-en [542 kB]
Get:19 http://us.archive.ubuntu.com/ubuntu artful/main amd64 DEP-11 Metadata [397 kB]
Get:20 http://us.archive.ubuntu.com/ubuntu artful/main DEP-11 64x64 Icons [263 kB]
Get:21 http://us.archive.ubuntu.com/ubuntu artful/restricted i386 Packages [8,876 B]
Get:22 http://us.archive.ubuntu.com/ubuntu artful/restricted amd64 Packages [8,852 B]
Get:23 http://us.archive.ubuntu.com/ubuntu artful/restricted Translation-en [2,788 B]
Get:24 http://us.archive.ubuntu.com/ubuntu artful/universe amd64 Packages [8,103 kB]
Get:25 http://us.archive.ubuntu.com/ubuntu artful/universe i386 Packages [8,066 kB]
Get:26 http://us.archive.ubuntu.com/ubuntu artful/universe Translation-en [4,789 kB]
Get:27 http://us.archive.ubuntu.com/ubuntu artful/universe amd64 DEP-11 Metadata [2,845 kB]
Get:28 http://us.archive.ubuntu.com/ubuntu artful/universe DEP-11 64x64 Icons [7,915 kB]
Get:29 http://us.archive.ubuntu.com/ubuntu artful/multiverse amd64 Packages [150 kB]
Get:30 http://us.archive.ubuntu.com/ubuntu artful/multiverse i386 Packages [143 kB]
Get:31 http://us.archive.ubuntu.com/ubuntu artful/multiverse Translation-en [108 kB]
Get:32 http://us.archive.ubuntu.com/ubuntu artful/multiverse amd64 DEP-11 Metadata [43.8 kB]
Get:33 http://us.archive.ubuntu.com/ubuntu artful/multiverse DEP-11 64x64 Icons [207 kB]
Get:34 http://us.archive.ubuntu.com/ubuntu artful-updates/main amd64 Packages [22.3 kB]
Get:35 http://us.archive.ubuntu.com/ubuntu artful-updates/main i386 Packages [22.3 kB]
Get:36 http://us.archive.ubuntu.com/ubuntu artful-updates/main Translation-en [10.9 kB]
Get:37 http://us.archive.ubuntu.com/ubuntu artful-updates/main amd64 DEP-11 Metadata [8,272 B]
Get:38 http://us.archive.ubuntu.com/ubuntu artful-updates/main DEP-11 64x64 Icons [3,157 B]
Get:39 http://us.archive.ubuntu.com/ubuntu artful-updates/universe i386 Packages [10.4 kB]
Get:40 http://us.archive.ubuntu.com/ubuntu artful-updates/universe amd64 Packages [10.4 kB]
Get:41 http://us.archive.ubuntu.com/ubuntu artful-updates/universe Translation-en [5,692 B]
Get:42 http://us.archive.ubuntu.com/ubuntu artful-updates/universe amd64 DEP-11 Metadata [2,188 B]
Get:43 http://us.archive.ubuntu.com/ubuntu artful-updates/universe DEP-11 64x64 Icons [4,058 B]
Get:44 http://us.archive.ubuntu.com/ubuntu artful-updates/multiverse i386 Packages [1,332 B]
Get:45 http://us.archive.ubuntu.com/ubuntu artful-updates/multiverse amd64 Packages [1,164 B]
Get:46 http://us.archive.ubuntu.com/ubuntu artful-updates/multiverse Translation-en [632 B]
Fetched 36.3 MB in 19s (1,895 kB/s)                                           
Reading package lists... Done
neo@neo-X555LJ:~$ sudo apt-get install git
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  git-man liberror-perl
Suggested packages:
  git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk
  gitweb git-cvs git-mediawiki git-svn
The following NEW packages will be installed:
  git git-man liberror-perl
0 upgraded, 3 newly installed, 0 to remove and 38 not upgraded.
Need to get 3,943 kB of archives.
After this operation, 30.4 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://us.archive.ubuntu.com/ubuntu artful/main amd64 liberror-perl all 0.17024-1 [23.0 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu artful/main amd64 git-man all 1:2.14.1-1ubuntu4 [790 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu artful/main amd64 git amd64 1:2.14.1-1ubuntu4 [3,130 kB]
Fetched 3,943 kB in 3s (1,264 kB/s)
Selecting previously unselected package liberror-perl.
(Reading database ... 126010 files and directories currently installed.)
Preparing to unpack .../liberror-perl_0.17024-1_all.deb ...
Unpacking liberror-perl (0.17024-1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../git-man_1%3a2.14.1-1ubuntu4_all.deb ...
Unpacking git-man (1:2.14.1-1ubuntu4) ...
Selecting previously unselected package git.
Preparing to unpack .../git_1%3a2.14.1-1ubuntu4_amd64.deb ...
Unpacking git (1:2.14.1-1ubuntu4) ...
Setting up git-man (1:2.14.1-1ubuntu4) ...
Setting up liberror-perl (0.17024-1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Setting up git (1:2.14.1-1ubuntu4) ...



Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 05 Kasım 2017 - 12:03:35


neo@neo-X555LJ:~$ sudo apt-get install --reinstall git linux-headers-$(uname -r) build-essential dkms
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  dpkg-dev fakeroot g++ g++-7 gcc gcc-7 libalgorithm-diff-perl
  libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan4 libatomic1
  libc-dev-bin libc6-dev libcilkrts5 libfakeroot libgcc-7-dev libitm1 liblsan0
  libmpx2 libquadmath0 libstdc++-7-dev libtsan0 libubsan0 linux-libc-dev make
  manpages-dev
Suggested packages:
  menu debian-keyring g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg
  gcc-multilib autoconf automake libtool flex bison gcc-doc gcc-7-multilib
  gcc-7-locales libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg
  libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg
  libmpx2-dbg libquadmath0-dbg glibc-doc libstdc++-7-doc make-doc
The following NEW packages will be installed:
  build-essential dkms dpkg-dev fakeroot g++ g++-7 gcc gcc-7
  libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
  libasan4 libatomic1 libc-dev-bin libc6-dev libcilkrts5 libfakeroot
  libgcc-7-dev libitm1 liblsan0 libmpx2 libquadmath0 libstdc++-7-dev libtsan0
  libubsan0 linux-libc-dev make manpages-dev
0 upgraded, 28 newly installed, 2 reinstalled, 0 to remove and 38 not upgraded.
Need to get 27.4 MB/30.5 MB of archives.
After this operation, 116 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://us.archive.ubuntu.com/ubuntu artful/main amd64 libc-dev-bin amd64 2.26-0ubuntu2 [69.6 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu artful/main amd64 linux-libc-dev amd64 4.13.0-16.19 [954 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu artful/main amd64 libc6-dev amd64 2.26-0ubuntu2 [2,524 kB]
Get:4 http://us.archive.ubuntu.com/ubuntu artful/main amd64 libitm1 amd64 7.2.0-8ubuntu3 [27.6 kB]
Get:5 http://us.archive.ubuntu.com/ubuntu artful/main amd64 libatomic1 amd64 7.2.0-8ubuntu3 [8,954 B]
Get:6 http://us.archive.ubuntu.com/ubuntu artful/main amd64 libasan4 amd64 7.2.0-8ubuntu3 [360 kB]
Get:7 http://us.archive.ubuntu.com/ubuntu artful/main amd64 liblsan0 amd64 7.2.0-8ubuntu3 [133 kB]
Get:8 http://us.archive.ubuntu.com/ubuntu artful/main amd64 libtsan0 amd64 7.2.0-8ubuntu3 [282 kB]
Get:9 http://us.archive.ubuntu.com/ubuntu artful/main amd64 libubsan0 amd64 7.2.0-8ubuntu3 [126 kB]
Get:10 http://us.archive.ubuntu.com/ubuntu artful/main amd64 libcilkrts5 amd64 7.2.0-8ubuntu3 [42.5 kB]
Get:11 http://us.archive.ubuntu.com/ubuntu artful/main amd64 libmpx2 amd64 7.2.0-8ubuntu3 [11.7 kB]
Get:12 http://us.archive.ubuntu.com/ubuntu artful/main amd64 libquadmath0 amd64 7.2.0-8ubuntu3 [132 kB]
Get:13 http://us.archive.ubuntu.com/ubuntu artful/main amd64 libgcc-7-dev amd64 7.2.0-8ubuntu3 [2,378 kB]
Get:14 http://us.archive.ubuntu.com/ubuntu artful/main amd64 gcc-7 amd64 7.2.0-8ubuntu3 [7,411 kB]
Get:15 http://us.archive.ubuntu.com/ubuntu artful/main amd64 gcc amd64 4:7.2.0-1ubuntu1 [5,124 B]
Get:16 http://us.archive.ubuntu.com/ubuntu artful/main amd64 libstdc++-7-dev amd64 7.2.0-8ubuntu3 [1,456 kB]
Get:17 http://us.archive.ubuntu.com/ubuntu artful/main amd64 g++-7 amd64 7.2.0-8ubuntu3 [7,551 kB]
Get:18 http://us.archive.ubuntu.com/ubuntu artful/main amd64 g++ amd64 4:7.2.0-1ubuntu1 [1,482 B]
Get:19 http://us.archive.ubuntu.com/ubuntu artful/main amd64 make amd64 4.1-9.1 [154 kB]
Get:20 http://us.archive.ubuntu.com/ubuntu artful/main amd64 dpkg-dev all 1.18.24ubuntu1 [608 kB]
Get:21 http://us.archive.ubuntu.com/ubuntu artful/main amd64 build-essential amd64 12.4ubuntu1 [4,758 B]
Get:22 http://us.archive.ubuntu.com/ubuntu artful/main amd64 dkms all 2.3-3ubuntu3 [68.3 kB]
Get:23 http://us.archive.ubuntu.com/ubuntu artful/main amd64 libfakeroot amd64 1.21-1ubuntu2 [25.9 kB]
Get:24 http://us.archive.ubuntu.com/ubuntu artful/main amd64 fakeroot amd64 1.21-1ubuntu2 [62.2 kB]
Get:25 http://us.archive.ubuntu.com/ubuntu artful/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
Get:26 http://us.archive.ubuntu.com/ubuntu artful/main amd64 libalgorithm-diff-xs-perl amd64 0.04-4build3 [11.2 kB]
Get:27 http://us.archive.ubuntu.com/ubuntu artful/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
Get:28 http://us.archive.ubuntu.com/ubuntu artful/main amd64 linux-headers-4.13.0-16-generic amd64 4.13.0-16.19 [694 kB]
Get:29 http://us.archive.ubuntu.com/ubuntu artful/main amd64 manpages-dev all 4.13-3 [2,202 kB]
Fetched 27.4 MB in 12s (2,120 kB/s)                                           
(Reading database ... 126893 files and directories currently installed.)
Preparing to unpack .../00-git_1%3a2.14.1-1ubuntu4_amd64.deb ...
Unpacking git (1:2.14.1-1ubuntu4) over (1:2.14.1-1ubuntu4) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../01-libc-dev-bin_2.26-0ubuntu2_amd64.deb ...
Unpacking libc-dev-bin (2.26-0ubuntu2) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../02-linux-libc-dev_4.13.0-16.19_amd64.deb ...
Unpacking linux-libc-dev:amd64 (4.13.0-16.19) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../03-libc6-dev_2.26-0ubuntu2_amd64.deb ...
Unpacking libc6-dev:amd64 (2.26-0ubuntu2) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../04-libitm1_7.2.0-8ubuntu3_amd64.deb ...
Unpacking libitm1:amd64 (7.2.0-8ubuntu3) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../05-libatomic1_7.2.0-8ubuntu3_amd64.deb ...
Unpacking libatomic1:amd64 (7.2.0-8ubuntu3) ...
Selecting previously unselected package libasan4:amd64.
Preparing to unpack .../06-libasan4_7.2.0-8ubuntu3_amd64.deb ...
Unpacking libasan4:amd64 (7.2.0-8ubuntu3) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../07-liblsan0_7.2.0-8ubuntu3_amd64.deb ...
Unpacking liblsan0:amd64 (7.2.0-8ubuntu3) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../08-libtsan0_7.2.0-8ubuntu3_amd64.deb ...
Unpacking libtsan0:amd64 (7.2.0-8ubuntu3) ...
Selecting previously unselected package libubsan0:amd64.
Preparing to unpack .../09-libubsan0_7.2.0-8ubuntu3_amd64.deb ...
Unpacking libubsan0:amd64 (7.2.0-8ubuntu3) ...
Selecting previously unselected package libcilkrts5:amd64.
Preparing to unpack .../10-libcilkrts5_7.2.0-8ubuntu3_amd64.deb ...
Unpacking libcilkrts5:amd64 (7.2.0-8ubuntu3) ...
Selecting previously unselected package libmpx2:amd64.
Preparing to unpack .../11-libmpx2_7.2.0-8ubuntu3_amd64.deb ...
Unpacking libmpx2:amd64 (7.2.0-8ubuntu3) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../12-libquadmath0_7.2.0-8ubuntu3_amd64.deb ...
Unpacking libquadmath0:amd64 (7.2.0-8ubuntu3) ...
Selecting previously unselected package libgcc-7-dev:amd64.
Preparing to unpack .../13-libgcc-7-dev_7.2.0-8ubuntu3_amd64.deb ...
Unpacking libgcc-7-dev:amd64 (7.2.0-8ubuntu3) ...
Selecting previously unselected package gcc-7.
Preparing to unpack .../14-gcc-7_7.2.0-8ubuntu3_amd64.deb ...
Unpacking gcc-7 (7.2.0-8ubuntu3) ...
Selecting previously unselected package gcc.
Preparing to unpack .../15-gcc_4%3a7.2.0-1ubuntu1_amd64.deb ...
Unpacking gcc (4:7.2.0-1ubuntu1) ...
Selecting previously unselected package libstdc++-7-dev:amd64.
Preparing to unpack .../16-libstdc++-7-dev_7.2.0-8ubuntu3_amd64.deb ...
Unpacking libstdc++-7-dev:amd64 (7.2.0-8ubuntu3) ...
Selecting previously unselected package g++-7.
Preparing to unpack .../17-g++-7_7.2.0-8ubuntu3_amd64.deb ...
Unpacking g++-7 (7.2.0-8ubuntu3) ...
Selecting previously unselected package g++.
Preparing to unpack .../18-g++_4%3a7.2.0-1ubuntu1_amd64.deb ...
Unpacking g++ (4:7.2.0-1ubuntu1) ...
Selecting previously unselected package make.
Preparing to unpack .../19-make_4.1-9.1_amd64.deb ...
Unpacking make (4.1-9.1) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../20-dpkg-dev_1.18.24ubuntu1_all.deb ...
Unpacking dpkg-dev (1.18.24ubuntu1) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../21-build-essential_12.4ubuntu1_amd64.deb ...
Unpacking build-essential (12.4ubuntu1) ...
Selecting previously unselected package dkms.
Preparing to unpack .../22-dkms_2.3-3ubuntu3_all.deb ...
Unpacking dkms (2.3-3ubuntu3) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../23-libfakeroot_1.21-1ubuntu2_amd64.deb ...
Unpacking libfakeroot:amd64 (1.21-1ubuntu2) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../24-fakeroot_1.21-1ubuntu2_amd64.deb ...
Unpacking fakeroot (1.21-1ubuntu2) ...
Selecting previously unselected package libalgorithm-diff-perl.
Preparing to unpack .../25-libalgorithm-diff-perl_1.19.03-1_all.deb ...
Unpacking libalgorithm-diff-perl (1.19.03-1) ...
Selecting previously unselected package libalgorithm-diff-xs-perl.
Preparing to unpack .../26-libalgorithm-diff-xs-perl_0.04-4build3_amd64.deb ...
Unpacking libalgorithm-diff-xs-perl (0.04-4build3) ...
Selecting previously unselected package libalgorithm-merge-perl.
Preparing to unpack .../27-libalgorithm-merge-perl_0.08-3_all.deb ...
Unpacking libalgorithm-merge-perl (0.08-3) ...
Preparing to unpack .../28-linux-headers-4.13.0-16-generic_4.13.0-16.19_amd64.deb ...
Unpacking linux-headers-4.13.0-16-generic (4.13.0-16.19) over (4.13.0-16.19) ...
Selecting previously unselected package manpages-dev.
Preparing to unpack .../29-manpages-dev_4.13-3_all.deb ...
Unpacking manpages-dev (4.13-3) ...
Setting up libquadmath0:amd64 (7.2.0-8ubuntu3) ...
Setting up libatomic1:amd64 (7.2.0-8ubuntu3) ...
Setting up make (4.1-9.1) ...
Setting up libasan4:amd64 (7.2.0-8ubuntu3) ...
Setting up libcilkrts5:amd64 (7.2.0-8ubuntu3) ...
Setting up libubsan0:amd64 (7.2.0-8ubuntu3) ...
Setting up libtsan0:amd64 (7.2.0-8ubuntu3) ...
Setting up linux-libc-dev:amd64 (4.13.0-16.19) ...
Setting up linux-headers-4.13.0-16-generic (4.13.0-16.19) ...
Examining /etc/kernel/header_postinst.d.
Setting up liblsan0:amd64 (7.2.0-8ubuntu3) ...
Setting up libmpx2:amd64 (7.2.0-8ubuntu3) ...
Setting up dpkg-dev (1.18.24ubuntu1) ...
Processing triggers for libc-bin (2.26-0ubuntu2) ...
Setting up libfakeroot:amd64 (1.21-1ubuntu2) ...
Setting up libalgorithm-diff-perl (1.19.03-1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Setting up libc-dev-bin (2.26-0ubuntu2) ...
Setting up manpages-dev (4.13-3) ...
Setting up libc6-dev:amd64 (2.26-0ubuntu2) ...
Setting up git (1:2.14.1-1ubuntu4) ...
Setting up libitm1:amd64 (7.2.0-8ubuntu3) ...
Setting up fakeroot (1.21-1ubuntu2) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up libgcc-7-dev:amd64 (7.2.0-8ubuntu3) ...
Setting up libstdc++-7-dev:amd64 (7.2.0-8ubuntu3) ...
Setting up libalgorithm-merge-perl (0.08-3) ...
Setting up libalgorithm-diff-xs-perl (0.04-4build3) ...
Setting up gcc-7 (7.2.0-8ubuntu3) ...
Setting up g++-7 (7.2.0-8ubuntu3) ...
Setting up gcc (4:7.2.0-1ubuntu1) ...
Setting up dkms (2.3-3ubuntu3) ...
Setting up g++ (4:7.2.0-1ubuntu1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up build-essential (12.4ubuntu1) ...
Processing triggers for libc-bin (2.26-0ubuntu2) ...
neo@neo-X555LJ:~$ git clone https://github.com/neurobin/MT7630E/
Cloning into 'MT7630E'...
remote: Counting objects: 523, done.
remote: Total 523 (delta 0), reused 0 (delta 0), pack-reused 523
Receiving objects: 100% (523/523), 885.19 KiB | 1.04 MiB/s, done.
Resolving deltas: 100% (285/285), done.
neo@neo-X555LJ:~$ cd MT7630E/
neo@neo-X555LJ:~/MT7630E$ make
make -C /lib/modules/`uname -r`/build M=/home/neo/MT7630E/rt2x00 modules
make[1]: Entering directory '/usr/src/linux-headers-4.13.0-16-generic'
  CC [M]  /home/neo/MT7630E/rt2x00/rt2x00dev.o
  CC [M]  /home/neo/MT7630E/rt2x00/rt2x00mac.o
  CC [M]  /home/neo/MT7630E/rt2x00/rt2x00config.o
  CC [M]  /home/neo/MT7630E/rt2x00/rt2x00queue.o
  CC [M]  /home/neo/MT7630E/rt2x00/rt2x00link.o
  CC [M]  /home/neo/MT7630E/rt2x00/mt_linux.o
  CC [M]  /home/neo/MT7630E/rt2x00/rt2x00crypto.o
  CC [M]  /home/neo/MT7630E/rt2x00/rt2x00firmware.o
  CC [M]  /home/neo/MT7630E/rt2x00/rt2x00leds.o
  CC [M]  /home/neo/MT7630E/rt2x00/rt2x00mmio.o
  CC [M]  /home/neo/MT7630E/rt2x00/rt2800pci.o
  CC [M]  /home/neo/MT7630E/rt2x00/rt2800lib.o
  CC [M]  /home/neo/MT7630E/rt2x00/rt2x00pci.o
  LD [M]  /home/neo/MT7630E/rt2x00/mt7630e.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/neo/MT7630E/rt2x00/mt7630e.mod.o
  LD [M]  /home/neo/MT7630E/rt2x00/mt7630e.ko
make[1]: Leaving directory '/usr/src/linux-headers-4.13.0-16-generic'
make -C /lib/modules/`uname -r`/build M=/home/neo/MT7630E/btloader modules
make[1]: Entering directory '/usr/src/linux-headers-4.13.0-16-generic'
  CC [M]  /home/neo/MT7630E/btloader/mt76xx.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/neo/MT7630E/btloader/mt76xx.mod.o
  LD [M]  /home/neo/MT7630E/btloader/mt76xx.ko
make[1]: Leaving directory '/usr/src/linux-headers-4.13.0-16-generic'
neo@neo-X555LJ:~/MT7630E$ sudo make install
cp -v firmware/*/* /lib/firmware/
'firmware/BT/mt76x0.bin' -> '/lib/firmware/mt76x0.bin'
'firmware/Wi-FI/MT7650E234.bin' -> '/lib/firmware/MT7650E234.bin'
cp rt2x00/mt7630e.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless/
cp btloader/mt76xx.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless/
depmod `uname -r`



Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 05 Kasım 2017 - 12:07:20

Sorun çözüldü yardımlarınız için teşekkürler .
Hocam anlamadığım şey sistem zaten yeni kuruldu,en güncel sistem olmasına rağmen neden güncellemek gerekti ki?


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 05 Kasım 2017 - 12:14:21

teşekkürler [mention=632856]@ata1[/mention]

ata1

Rica ederim çıktıları okumayı öğrenirseniz sorunu kendi başınıza da çözmeye başlarsınız.