[Çözüldü] TP-LINK TL-WN821N V4.2 vb. USB Wifi Adaptör Bağlantı Kesilmesi Sorunu

Başlatan hureyre, 15 Şubat 2018 - 15:12:56

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

hureyre

Merhabalar. Ben Linux kullanmaya yeni başladım. Uçbirim ne işe yarar onu bile yeni yeni kavrıyorum. Yani komutlar nedir ne işe yarar bilmiyorum. Kopyala yapıştır enter. bu kadar... bir de sudo su komutları ne bunu biliyorum. Anlayacağınız benimle işiniz var  :)

Konu şu: Bilgisayarım masaüstü ve internete usb wifi adaptör ile bağlanıyorum. Adaptörüm Tp-link TL-WN821N modeli 300 Mbps.

3 gün önce bilgisayara Linux Mint son sürümü kurdum. İnternete bağlanıyordum ama sürekli kopuyordu. Bağlı görünse de internet yok görünüyordu. Sürekli 10 saniyede bir wifi kapatıp açarak yeniden bağlanıyor ve interneti bu şekilde kullanabiliyordum. Epey sıkıntı yaşadım. Linux Mint forumda araştırdım. Uyguladım , sonuç alamadım. En sonunda başka bir sitede bulduğum kodları denedim ve Linux Minti çökertmeyi başardım. Sinirlendim ve Linux Mint'i silip Ubuntu kurdum. Sorun Linux Mint'te sanıyordum ama sorun wifi adaptörden kaynaklanıyormuş. Aynı sorunları Ubuntu'da da yaşıyorum.

Dediğim gibi uçbirim komutları nelerdir, ne işe yarar bilmiyorum malesef. Öğrenmek istedimse de ne bir konu anlatımı ne de kullanışlı bir video bulamadım. Anlatanlar var ama başlangıç seviyesi biri bile anlamıyor. Neyse. Konumuza döneyim. İnternette şunu buldum ve denedim. Fakat olmadı. Galiba sürücü kurulumuydu ama error verdi.  (https://askubuntu.com/questions/832087/how-to-install-tp-link-wn822n-on-ubuntu)

I suggest that, with a temporary working internet connection by ethernet, tethered or whatever means possible, open a terminal and do:

sudo apt update
sudo apt install git
git clone https://github.com/jeremyb31/rtl8192eu-linux-driver
cd rtl8192eu-linux-driver
make
sudo make install
sudo modprobe 8192eu

You wireless should now be working.

When Update Manager installs a later kernel version, also known as linux-image, after the required reboot, then recompile:
cd rtl8192eu-linux-driver
make clean
make
sudo make install
sudo modprobe 8192eu


Please retain the file and these instructions for that time.


hureyre@hureyre:~$ sudo apt update
[sudo] password for hureyre:
Aynı:  1 http://security.ubuntu.com/ubuntu xenial-security InRelease
Aynı:  2 http://tr.archive.ubuntu.com/ubuntu xenial InRelease                 
Aynı:  3 http://tr.archive.ubuntu.com/ubuntu xenial-updates InRelease         
Aynı:  4 http://tr.archive.ubuntu.com/ubuntu xenial-backports InRelease
Paket listeleri okunuyor... Bitti
Bağımlılık ağacı oluşturuluyor       
Durum bilgisi okunuyor... Bitti     
1 paket yükseltilebilir. Bu paketi görmek için 'apt list --upgradable' komutunu çalıştırın.
hureyre@hureyre:~$ sudo apt install git
Paket listeleri okunuyor... Bitti
Bağımlılık ağacı oluşturuluyor       
Durum bilgisi okunuyor... Bitti     
git zaten en yeni sürümde (1:2.7.4-0ubuntu1.3).
Aşağıdaki paketler otomatik olarak kurulmuş ve artık bu paketlere gerek duyulmuyor:
  kde-l10n-engb kde-l10n-tr libllvm4.0
Bu paketleri kaldırmak için 'sudo apt autoremove' komutunu kullanın.
0 paket yükseltilecek, 0 yeni paket kurulacak, 0 paket kaldırılacak ve 1 paket yükseltilmeyecek.
hureyre@hureyre:~$ git clone https://github.com/jeremyb31/rtl8192eu-linux-driverfatal: destination path 'rtl8192eu-linux-driver' already exists and is not an empty directory.
hureyre@hureyre:~$ cd rtl8192eu-linux-driver
hureyre@hureyre:~/rtl8192eu-linux-driver$ make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.13.0-32-generic/build M=/home/hureyre/rtl8192eu-linux-driver  modules
make[1]: Entering directory '/usr/src/linux-headers-4.13.0-32-generic'
  CC [M]  /home/hureyre/rtl8192eu-linux-driver/core/rtw_cmd.o
In file included from /home/hureyre/rtl8192eu-linux-driver/include/drv_types.h:32:0,
                 from /home/hureyre/rtl8192eu-linux-driver/core/rtw_cmd.c:22:
/home/hureyre/rtl8192eu-linux-driver/include/osdep_service.h: In function 'thread_enter':
/home/hureyre/rtl8192eu-linux-driver/include/osdep_service.h:342:2: error: implicit declaration of function 'allow_signal' [-Werror=implicit-function-declaration]
  allow_signal(SIGTERM);
  ^
/home/hureyre/rtl8192eu-linux-driver/include/osdep_service.h: In function 'flush_signals_thread':
/home/hureyre/rtl8192eu-linux-driver/include/osdep_service.h:352:6: error: implicit declaration of function 'signal_pending' [-Werror=implicit-function-declaration]
  if (signal_pending (current))
      ^
/home/hureyre/rtl8192eu-linux-driver/include/osdep_service.h:354:3: error: implicit declaration of function 'flush_signals' [-Werror=implicit-function-declaration]
   flush_signals(current);
   ^
cc1: some warnings being treated as errors
scripts/Makefile.build:308: recipe for target '/home/hureyre/rtl8192eu-linux-driver/core/rtw_cmd.o' failed
make[2]: *** [/home/hureyre/rtl8192eu-linux-driver/core/rtw_cmd.o] Error 1
Makefile:1550: recipe for target '_module_/home/hureyre/rtl8192eu-linux-driver' failed
make[1]: *** [_module_/home/hureyre/rtl8192eu-linux-driver] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.13.0-32-generic'
Makefile:1335: recipe for target 'modules' failed
make: *** [modules] Error 2
hureyre@hureyre:~/rtl8192eu-linux-driver$ sudo make install
install -p -m 644 8192eu.ko  /lib/modules/4.13.0-32-generic/kernel/drivers/net/wireless/
install: '8192eu.ko' durumlanamadı: Böyle bir dosya ya da dizin yok
Makefile:1341: recipe for target 'install' failed
make: *** [install] Error 1
hureyre@hureyre:~/rtl8192eu-linux-driver$ sudo modprobe 8192eu
modprobe: FATAL: Module 8192eu not found in directory /lib/modules/4.13.0-32-generic




Ben emin de değilim doğru kurulumu mu yaptığımdan. RTL8192eu diyor ama benim bilgisayarımın donanımı bu mu bilmiyorum. Veya rtl8192eu bir donanım mı, onu bile bilmiyorum.

Sorunu çözmemde yardımcı olursanız memnun kalırım yeni bir ubuntu kullanıcısı olarak :)




Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 15 Şubat 2018 - 15:25:35

Belirtmeyi unuttuğum birkaç şey daha var. Wifi adaptörümü tam kapasite kullanabiliyordum. İnternet 24Mbps hızında ve w10da sorunsuz tam kapasite kullanabiliyordum. Linux Mintte ve Ubuntu'da bağlantı kopma sorunları yaşıyorum. Bağlandığında ise internet hızı çok düşük oluyor. Youtube bile zor açıyor.  Kopma sorununun yanında bağlantı hızı da çok düşük.

Bir de cihazın sürümünü belirtmemişim. Cihaz V4 versiyon bir cihaz.


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 15 Şubat 2018 - 15:33:23

Şimdi şunu denedim, bakalım işe yarayacak mı.
https://forum.ubuntu-tr.net/index.php?topic=52374.msg594895#msg594895

sudo apt-get update
sudo apt-get install git linux-headers-generic build-essential dkms
git clone https://github.com/pvaret/rtl8192cu-fixes.git
sudo dkms add ./rtl8192cu-fixes
sudo dkms install 8192cu/1.10
sudo depmod -a
sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/




SONUÇ:


hureyre@hureyre:~$ sudo apt-get update
[sudo] password for hureyre:
İndir: 1 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Aynı:  2 http://tr.archive.ubuntu.com/ubuntu xenial InRelease
İndir: 3 http://tr.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
İndir: 4 http://tr.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
İndir: 5 http://security.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 Metadata [67,4 kB]
İndir: 6 http://tr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 DEP-11 Metadata [317 kB]
İndir: 7 http://security.ubuntu.com/ubuntu xenial-security/main DEP-11 64x64 Icons [72,9 kB]
İndir: 8 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 DEP-11 Metadata [51,3 kB]
İndir: 9 http://security.ubuntu.com/ubuntu xenial-security/universe DEP-11 64x64 Icons [80,2 kB]
İndir: 10 http://tr.archive.ubuntu.com/ubuntu xenial-updates/main DEP-11 64x64 Icons [226 kB]
İndir: 11 http://tr.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 DEP-11 Metadata [191 kB]
İndir: 12 http://tr.archive.ubuntu.com/ubuntu xenial-updates/universe DEP-11 64x64 Icons [272 kB]
İndir: 13 http://tr.archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 DEP-11 Metadata [5.888 B]
İndir: 14 http://tr.archive.ubuntu.com/ubuntu xenial-backports/main amd64 DEP-11 Metadata [3.328 B]
İndir: 15 http://tr.archive.ubuntu.com/ubuntu xenial-backports/universe amd64 DEP-11 Metadata [4.696 B]
1 sn.'de 1.597 kB alındı (1.128 kB/s)                                   
Paket listeleri okunuyor... Bitti
hureyre@hureyre:~$ sudo apt-get install git linux-headers-generic build-essential dkms
Paket listeleri okunuyor... Bitti
Bağımlılık ağacı oluşturuluyor       
Durum bilgisi okunuyor... Bitti     
build-essential zaten en yeni sürümde (12.1ubuntu2).
dkms zaten en yeni sürümde (2.2.0.3-2ubuntu11.5).
dkms elle kurulmuş olarak ayarlandı.
git zaten en yeni sürümde (1:2.7.4-0ubuntu1.3).
linux-headers-generic zaten en yeni sürümde (4.4.0.112.118).
linux-headers-generic elle kurulmuş olarak ayarlandı.
Aşağıdaki paketler otomatik olarak kurulmuş ve artık bu paketlere gerek duyulmuyor:
  kde-l10n-engb kde-l10n-tr libllvm4.0
Bu paketleri kaldırmak için 'sudo apt autoremove' komutunu kullanın.
0 paket yükseltilecek, 0 yeni paket kurulacak, 0 paket kaldırılacak ve 1 paket yükseltilmeyecek.
hureyre@hureyre:~$ git clone https://github.com/pvaret/rtl8192cu-fixes.git
'rtl8192cu-fixes' dizinine çoğaltılıyor...
remote: Counting objects: 581, done.
remote: Compressing objects: 100% (36/36), done.
remote: Total 581 (delta 21), reused 35 (delta 19), pack-reused 526
Nesneler alınıyor: 100% (581/581), 1.96 MiB | 1.72 MiB/s, bitti.
Farklar çözülüyor: 100% (295/295), bitti.
Bağlanabilirlik denetimi... tamamlandı.
hureyre@hureyre:~$ sudo dkms add ./rtl8192cu-fixes

Creating symlink /var/lib/dkms/8192cu/1.11/source ->
                 /usr/src/8192cu-1.11

DKMS: add completed.
hureyre@hureyre:~$ sudo dkms install 8192cu/1.10
Error! Could not find module source directory.
Directory: /usr/src/8192cu-1.10 does not exist.
hureyre@hureyre:~$ sudo depmod -a
hureyre@hureyre:~$ sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/


Şimdi pc'yi yeniden başlatıyorum.



Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 15 Şubat 2018 - 16:04:49

@heartsmagic beyin şu adreste belirttiği (https://forum.ubuntu-tr.net/index.php?topic=52374.msg594895#msg594895) kodları girdim, yeniden başlattım. Wifi komple kesildi. Bilgisayar açıldı ve hata raporu geldi. wifi çalışmaz oldu. Hata yapan benim tabi ki de. Çünkü benim wifi adaptör sürümüm v4.2 imiş. Ve wifi adaptörün çipi Realtek  RTL8192cu imiş. Ben rtl8192eu sanıp baya bir sıkıntıya sebep oldum. En başta eu'yu kurmuşum galiba. sonra bu kodla cu yaptım ama wifi komple gitti. galiba v4.2 olduğu için işe yaramadı. Bilemeyeceğim tabii. Benimki sadece tahmin. Sizler daha iyi bilirsiniz.

Şu an düzelttim sorunu.

https://help.ubuntu.com/community/HardwareSupportComponentsWirelessNetworkCardsTP-Link#USB

Bu adreste belirtilen sürücüyü indirdim bir şekilde ve komut kullanarak kurdum. Sorun düzeldi gibi. En azından wifi tekrardan çalışmaya başladı.

TL-WN821N v4.2

Realtek

rtl8192cu

Ubuntu 14.04 (Trusty) 64-bit. Intermittently disconnects from AP and won't reconnect unless device unplugged and replugged. After I followed instructions at https://github.com/pvaret/rtl8192cu-fixes it worked stable and fast (source http://forums.linuxmint.com/viewtopic.php?f=49&t=159484#p823956 ).

2015-04-21



İndirdiğim sürücü bu.

https://github.com/pvaret/rtl8192cu-fixes


"make" komutlarıyla kurdum dosyada uçbirim açarak.


şu an internet kopmuyor. Denemeye devam edeceğim. Sorun olursa belirteceğim.




Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 15 Şubat 2018 - 16:08:40

Ben sistem özelliklerini nasıl öğrenebilirim arkadaşlar. Realtek hangi çip,  sürüm ne bağlantı hızı kaç, bağlantı ne durumda. Bunları nasıl öğrenebilirim.


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 15 Şubat 2018 - 16:16:00

Önceden 15Mbps yazıyordu özelliklerde şimdi durum şu şekilde:

Etkin Ağ Bağlantıları
................
Arayüz: 802.11 Kablosuz (wlxf4f26d0d565c)
...
Sürücü: rtl8192cu
Hız:300 Mb/s
Güvenlik: WPA/WPA2


Şu an bağlantıda kopmalar olmuyor. Bağlantı da hızlandı.






Şimdi başka bir soru sormak istiyorum.

TP-Link'in sitesinden sürücüyü indirdim.

https://www.tp-link.com/tr/download/TL-WN821N_V4.html#Driver

Bunu nasıl kurabilirim?
Kurmamda sorun olur mu?
Düzeltmişken bozar mıyım yoksa?




Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 15 Şubat 2018 - 16:17:35

Kernel sürümü sorun yaşatır mı?
Bu da son sorum olsun.

Linux (kernel 2.6.18 ~ 3.10.10)


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 15 Şubat 2018 - 16:52:12

Arkadaşlar make koduyla yükleme yaptığımda bu hataları alıyorum. Kendi sürücüsünü kurmaya çalıştığımda da bu hataları aldım. Başka programları kurarken de bu hataları alıyorum. Sebebini biliyor musunuz acaba?

.................................... error: implicit declaration of function 'signal_pending' [-Werror=implicit-function-declaration]
  if (signal_pending (current))
      ^
.................................... error: implicit declaration of function 'flush_signals' [-Werror=implicit-function-declaration]
   flush_signals(current);


Son sorum dedim ama kusra bakmayın. Birkaç sorum daha olacak.

İkinci mesele acaba makeyi yanlış mı kullanıyorum? İşlem sırası ne şekilde?
Önce "sudo su" yazmam gerekmiyor mu?
"sudo make" mi sadece "make" mi
"make install" nedir, ne işe yarar? Zaten make kodu kurulum yapmaya yaramıyor mu neden install dememiz gerekiyor?
Bu ve bunun gibi program veya sürücü kurulumlarında yapmam gereken nedir, işlem sırası ne şekildedir.




Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 15 Şubat 2018 - 16:54:09

Şu an deneme yanılma yöntemiyle bir şeyler yapmaya çalışıyorum ve konunun 1. sayfasını tek başıma doldurmak üzereyim. Umarım sorularımı cevaplayacak, sorunlarımı çözecek arkadaşlar bulurum diye umut ediyorum.

mendirec

Merhaba [mention=636743]@hureyre[/mention], aramıza hoş geldin. Ortalık darma duman :) Şu an son durum nedir? Bir de şu konuda belirtilen komutların çıktılarını kod etiketi içerisinde buraya geçer misin?
https://forum.ubuntu-tr.net/index.php?topic=28764.0

Khan


hureyre

Alıntı yapılan: mendirec - 15 Şubat 2018 - 18:53:37
Merhaba [mention=636743]@hureyre[/mention], aramıza hoş geldin. Ortalık darma duman :) Şu an son durum nedir? Bir de şu konuda belirtilen komutların çıktılarını kod etiketi içerisinde buraya geçer misin?
https://forum.ubuntu-tr.net/index.php?topic=28764.0

Hoşbulduk.
:)

Şu anda internet sorununu hallettim. Sorun yanlış sürücüymüş. Şans eseri tamamen tesadüfen doğru sürücüyü buldum ve kurdum. Düzeldi. Benim USB adaptörümün sürümü V4.2 imiş. Şu siteden V4.2 olanı indirdim:


https://help.ubuntu.com/community/HardwareSupportComponentsWirelessNetworkCardsTP-Link#USB

Bu web sitesinden şuraya yönlendirdi V4.2 için.

https://github.com/pvaret/rtl8192cu-fixes

Bunu indirip kurdum. Çalıştı.
Şimdi internette kopma olmuyor ve w10daki gibi hızlı interneti kullanabiliyorum.

Fakat ben nasıl düzeldiğini de öğrenmek istiyorum. Benim cihaz realtek eu mu cu mu bunu nereden öğrenebilirim. Ağ ile ilgili teknik verileri hangi komutla öğrenebiliriz.





Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 15 Şubat 2018 - 20:30:48

Alıntı yapılan: Khan - 15 Şubat 2018 - 19:14:01
Ek olarak şu konuya bakabilirsin:

https://wiki.ubuntu-tr.net/index.php?title=NDISwrapper

sudo apt-get install ndisgtk
komutu ile kurdum ama çalıştıramadım.

Bir de belirttiğiniz adresteki şu komutu girdim.
sudo lshw -c network

Sonuç:
hureyre@hureyre:~$ sudo lshw -c network
[sudo] password for hureyre:
  *-network               
       açıklama: Eternet interface
       ürün: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       üretici: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:06:00.0
       mantıksal ad: enp6s0
       sürüm: 15
       serial: 1c:1b:0d:11:d1:5d
       boyut: 10Mbit/s
       kapasite: 1Gbit/s
       genişlik: 64 bits
       saat: 33MHz
       kapasiteler: pm msi pciexpress msix bus_master cap_list eternet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       yapılandırma: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8168h-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
       kaynaklar: irq:122 ioport:d000(boyut=256) bellek:df104000-df104fff bellek:df100000-df103fff
  *-network:0
       açıklama: Kablosuz arayüz
       physical id: 2
       bus info: usb@1:13
       mantıksal ad: wlxf4f26d0d565c
       serial: f4:f2:6d:0d:56:5c
       kapasiteler: eternet physical wireless
       yapılandırma: broadcast=yes driver=rtl8192cu ip=192.168.1.154 multicast=yes wireless=IEEE 802.11bgn
  *-network:1
       açıklama: Eternet interface
       physical id: 3
       mantıksal ad: ham0
       serial: 7a:79:00:00:00:00
       boyut: 10Mbit/s
       kapasiteler: eternet physical
       yapılandırma: autonegotiation=off broadcast=yes driver=tun driverversion=1.6 duplex=full ip=25.45.225.50 link=yes multicast=yes port=twisted pair speed=10Mbit/s






Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 15 Şubat 2018 - 20:34:30

Bence ben NDISwrapper'a hiç bulaşmayayım. Şu an internette sorun yok. Bu bahsettiğiniz program galiba .inf .sys uzantılı win kurulum dosyalarını kurmaya mı yarıyor.


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 15 Şubat 2018 - 20:43:40

Alıntı yapılan: mendirec - 15 Şubat 2018 - 18:53:37
Merhaba [mention=636743]@hureyre[/mention], aramıza hoş geldin. Ortalık darma duman :) Şu an son durum nedir? Bir de şu konuda belirtilen komutların çıktılarını kod etiketi içerisinde buraya geçer misin?
https://forum.ubuntu-tr.net/index.php?topic=28764.0

hureyre@hureyre:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS"


hureyre@hureyre:~$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.13.0-32-generic.efi.signed root=UUID=9a930421-480e-45c4-8449-8b9ddd5593dc ro quiet splash vt.handoff=7
hureyre@hureyre:~$ uname -a
Linux hureyre 4.13.0-32-generic #35~16.04.1-Ubuntu SMP Thu Jan 25 10:13:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux


hureyre@hureyre:~$ lspci
00:00.0 Host bridge: Intel Corporation Sky Lake Host Bridge/DRAM Registers (rev 07)
00:01.0 PCI bridge: Intel Corporation Sky Lake PCIe Controller (x16) (rev 07)
00:14.0 USB controller: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller (rev 31)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-H Thermal subsystem (rev 31)
00:16.0 Communication controller: Intel Corporation Sunrise Point-H CSME HECI #1 (rev 31)
00:17.0 SATA controller: Intel Corporation Sunrise Point-H SATA controller [AHCI mode] (rev 31)
00:1b.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Root Port #17 (rev f1)
00:1b.2 PCI bridge: Intel Corporation Sunrise Point-H PCI Root Port #19 (rev f1)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #1 (rev f1)
00:1c.2 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #3 (rev f1)
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #5 (rev f1)
00:1d.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #9 (rev f1)
00:1d.4 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #13 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-H LPC Controller (rev 31)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-H PMC (rev 31)
00:1f.3 Audio device: Intel Corporation Sunrise Point-H HD Audio (rev 31)
00:1f.4 SMBus: Intel Corporation Sunrise Point-H SMBus (rev 31)
01:00.0 VGA compatible controller: NVIDIA Corporation Device 1c81 (rev a1)
01:00.1 Audio device: NVIDIA Corporation Device 0fb9 (rev a1)
03:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 04)
06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)


hureyre@hureyre:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 045e:0745 Microsoft Corp. Nano Transceiver v1.0 for Bluetooth
Bus 001 Device 002: ID 0bda:8178 Realtek Semiconductor Corp. RTL8192CU 802.11n WLAN Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


hureyre@hureyre:~$ rfkill list
hureyre@hureyre:~$ rfkill list


hureyre@hureyre:~$ sudo lshw -C network
[sudo] password for hureyre:
  *-network               
       açıklama: Eternet interface
       ürün: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
       üretici: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:06:00.0
       mantıksal ad: enp6s0
       sürüm: 15
       serial: 1c:1b:0d:11:d1:5d
       boyut: 10Mbit/s
       kapasite: 1Gbit/s
       genişlik: 64 bits
       saat: 33MHz
       kapasiteler: pm msi pciexpress msix bus_master cap_list eternet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       yapılandırma: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8168h-2_0.0.2 02/26/15 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
       kaynaklar: irq:122 ioport:d000(boyut=256) bellek:df104000-df104fff bellek:df100000-df103fff
  *-network:0
       açıklama: Kablosuz arayüz
       physical id: 2
       bus info: usb@1:13
       mantıksal ad: wlxf4f26d0d565c
       serial: f4:f2:6d:0d:56:5c
       kapasiteler: eternet physical wireless
       yapılandırma: broadcast=yes driver=rtl8192cu ip=192.168.1.154 multicast=yes wireless=IEEE 802.11bgn
  *-network:1
       açıklama: Eternet interface
       physical id: 3
       mantıksal ad: ham0
       serial: 7a:79:00:00:00:00
       boyut: 10Mbit/s
       kapasiteler: eternet physical
       yapılandırma: autonegotiation=off broadcast=yes driver=tun driverversion=1.6 duplex=full ip=25.45.225.50 link=yes multicast=yes port=twisted pair speed=10Mbit/s


hureyre@hureyre:~$ ifconfig
enp6s0    Link encap:Ethernet  HWaddr 1c:1b:0d:11:d1:5d 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

ham0      Link encap:Ethernet  HWaddr 7a:79:00:00:00:00 
          inet addr:25.45.225.50  Bcast:25.255.255.255  Mask:255.0.0.0
          inet6 addr: 2620:9b::192d:e132/96 Scope:Evrensel
          inet6 addr: fe80::7879:ff:fe00:0/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1404  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:405 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:69126 (69.1 KB)

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Sunucu
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:7239 errors:0 dropped:0 overruns:0 frame:0
          TX packets:7239 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:552427 (552.4 KB)  TX bytes:552427 (552.4 KB)

wlxf4f26d0d565c Link encap:Ethernet  HWaddr f4:f2:6d:0d:56:5c 
          inet addr:192.168.1.154  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fdb2:27c8:f2e0:0:62c9:d04c:38e6:8577/64 Scope:Evrensel
          inet6 addr: fe80::b1f5:f356:bf2f:82b2/64 Scope:Link
          inet6 addr: fdb2:27c8:f2e0:0:c90d:d309:b591:8ba0/64 Scope:Evrensel
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:1373741 errors:0 dropped:3118 overruns:0 frame:0
          TX packets:788181 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:2065336766 (2.0 GB)  TX bytes:83894089 (83.8 MB)


hureyre@hureyre:~$ iwconfig
enp6s0    no wireless extensions.

wlxf4f26d0d565c  IEEE 802.11bgn  ESSID:"Tilgin-HLVFrmTqVoqH"  Nickname:"<WIFI@REALTEK>"
          Mode:Managed  Frequency:2.442 GHz  Access Point: 00:02:61:D1:68:D0   
          Bit Rate:300 Mb/s   Sensitivity:0/0 
          Retry:off   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=100/100  Signal level=72/100  Noise level=0/100
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

ham0      no wireless extensions.

lo        no wireless extensions.




hureyre@hureyre:~$ iwlist scanning
enp6s0    Interface doesn't support scanning.

wlxf4f26d0d565c  Scan completed :
          Cell 01 - Address: 00:02:61:D1:68:D0
                    ESSID:"Tilgin-HLVFrmTqVoqH"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.442 GHz (Channel 7)
                    Encryption key:on
                    Bit Rates:300 Mb/s
                    Extra:wpa_ie=dd1a0050f20101000050f20202000050f2040050f20201000050f202
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Extra:rsn_ie=30180100000fac020200000fac04000fac020100000fac020000
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: Unknown: DD8F0050F204104A00011010440001021057000101103B000103104700105B74CFE9628659E1BF9DFAFC63D40DEF1021000954696C67696E20414210230006484732333331102400012D104200175636373130303030303030302D303030303239313438371054000800060050F20400011011000C486F6D6520476174657761791008000201001049000600372A000120
                    Quality=100/100  Signal level=71/100 
          Cell 02 - Address: 00:02:61:D1:A9:40
                    ESSID:"Tilgin-7Xy33k2Fi7K9"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.432 GHz (Channel 5)
                    Encryption key:on
                    Bit Rates:300 Mb/s
                    Extra:wpa_ie=dd1a0050f20101000050f20202000050f2040050f20201000050f202
                    IE: WPA Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    Extra:rsn_ie=30180100000fac020200000fac04000fac020100000fac020000
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : PSK
                    IE: Unknown: DD8F0050F204104A00011010440001021057000101103B00010310470010E0A9977290FF5A0BAF227454BB70016B1021000954696C67696E20414210230006484732333331102400012D104200175636373130303030303030302D303030303239333534391054000800060050F20400011011000C486F6D6520476174657761791008000201001049000600372A000120
                    Quality=48/100  Signal level=56/100 

ham0      Interface doesn't support scanning.

lo        Interface doesn't support scanning.


hureyre@hureyre:~$ lsmod
Module                  Size  Used by
bnep                   20480  2
binfmt_misc            20480  1
nls_iso8859_1          16384  1
8192cu                528384  0
mac80211              782336  0
cfg80211              614400  1 mac80211
snd_hda_codec_hdmi     49152  1
intel_rapl             20480  0
x86_pkg_temp_thermal    16384  0
intel_powerclamp       16384  0
joydev                 20480  0
snd_hda_codec_realtek    94208  1
snd_hda_codec_generic    73728  1 snd_hda_codec_realtek
snd_hda_intel          40960  5
snd_hda_codec         126976  4 snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
coretemp               16384  0
kvm_intel             208896  0
kvm                   585728  1 kvm_intel
irqbypass              16384  1 kvm
input_leds             16384  0
crct10dif_pclmul       16384  0
crc32_pclmul           16384  0
ghash_clmulni_intel    16384  0
snd_hda_core           81920  5 snd_hda_intel,snd_hda_codec,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec_realtek
snd_hwdep              20480  1 snd_hda_codec
snd_pcm                98304  4 snd_hda_intel,snd_hda_codec,snd_hda_core,snd_hda_codec_hdmi
snd_seq_midi           16384  0
snd_seq_midi_event     16384  1 snd_seq_midi
nvidia_uvm            667648  0
snd_rawmidi            32768  1 snd_seq_midi
pcbc                   16384  0
aesni_intel           188416  0
aes_x86_64             20480  1 aesni_intel
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
crypto_simd            16384  1 aesni_intel
hci_uart              106496  0
btbcm                  16384  1 hci_uart
serdev                 20480  1 hci_uart
glue_helper            16384  1 aesni_intel
btqca                  16384  1 hci_uart
cryptd                 24576  3 crypto_simd,ghash_clmulni_intel,aesni_intel
snd                    81920  21 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_pcm
btintel                16384  1 hci_uart
intel_cstate           20480  0
bluetooth             544768  11 hci_uart,btintel,btqca,bnep,btbcm
intel_rapl_perf        16384  0
ecdh_generic           24576  1 bluetooth
soundcore              16384  1 snd
intel_lpss_acpi        16384  0
intel_lpss             16384  1 intel_lpss_acpi
shpchp                 36864  0
wmi                    24576  0
mei_me                 40960  0
mei                    98304  1 mei_me
intel_pch_thermal      16384  0
mac_hid                16384  0
tpm_infineon           20480  0
acpi_pad              180224  0
acpi_als               16384  0
kfifo_buf              16384  1 acpi_als
industrialio           69632  2 acpi_als,kfifo_buf
parport_pc             32768  1
ppdev                  20480  0
lp                     20480  0
parport                49152  3 lp,parport_pc,ppdev
autofs4                40960  2
hid_generic            16384  0
usbhid                 49152  0
nvidia_drm             45056  1
nvidia_modeset        860160  5 nvidia_drm
nvidia              13139968  344 nvidia_modeset,nvidia_uvm
drm_kms_helper        167936  1 nvidia_drm
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
ahci                   36864  4
r8169                  81920  0
drm                   356352  4 nvidia_drm,drm_kms_helper
mii                    16384  1 r8169
libahci                32768  1 ahci
video                  40960  0
pinctrl_sunrisepoint    28672  0
i2c_hid                20480  0
pinctrl_intel          20480  1 pinctrl_sunrisepoint
hid                   118784  3 i2c_hid,hid_generic,usbhid


hureyre@hureyre:~$ dmesg
[    0.000000] microcode: microcode updated early to revision 0xba, date = 2017-04-09
[    0.000000] random: get_random_bytes called from start_kernel+0x42/0x504 with crng_init=0
[    0.000000] Linux version 4.13.0-32-generic (buildd@lgw01-amd64-004) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.5)) #35~16.04.1-Ubuntu SMP Thu Jan 25 10:13:43 UTC 2018 (Ubuntu 4.13.0-32.35~16.04.1-generic 4.13.13)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.13.0-32-generic.efi.signed root=UUID=9a930421-480e-45c4-8449-8b9ddd5593dc 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: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007e7d0fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007e7d1000-0x000000007e7d1fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007e7d2000-0x000000007e7fbfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007e7fc000-0x000000007e853fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007e854000-0x000000007ed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007ed45000-0x000000007ed5afff] usable
[    0.000000] BIOS-e820: [mem 0x000000007ed5b000-0x000000007edb1fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007edb2000-0x000000007f9d0fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007f9d1000-0x000000007ff99fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007ff9a000-0x000000007ffccfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007ffcd000-0x000000007fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000080000000-0x0000000087ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000476bfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.40 by American Megatrends
[    0.000000] efi:  ESRT=0x7f5cb018  ACPI=0x7ff22000  ACPI 2.0=0x7ff22000  SMBIOS=0xf05e0  MPS=0xfc960
[    0.000000] random: fast init done
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. To be filled by O.E.M./Z170-HD3-CF, BIOS F6 02/23/2016
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x476c00 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    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 00C0000000 mask 7FC0000000 uncachable
[    0.000000]   1 base 00A0000000 mask 7FE0000000 uncachable
[    0.000000]   2 base 0090000000 mask 7FF0000000 uncachable
[    0.000000]   3 base 008C000000 mask 7FFC000000 uncachable
[    0.000000]   4 base 008A000000 mask 7FFE000000 uncachable
[    0.000000]   5 base 0089000000 mask 7FFF000000 uncachable
[    0.000000]   6 base 0088800000 mask 7FFF800000 uncachable
[    0.000000]   7 base 0088400000 mask 7FFFC00000 uncachable
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT 
[    0.000000] e820: last_pfn = 0x80000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fcbd0-0x000fcbdf] mapped at [ffff8eaac00fcbd0]
[    0.000000] esrt: Reserving ESRT space from 0x000000007f5cb018 to 0x000000007f5cb050.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff8eaac0096000] 96000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x362d2a000, 0x362d2afff] PGTABLE
[    0.000000] BRK [0x362d2b000, 0x362d2bfff] PGTABLE
[    0.000000] BRK [0x362d2c000, 0x362d2cfff] PGTABLE
[    0.000000] BRK [0x362d2d000, 0x362d2dfff] PGTABLE
[    0.000000] BRK [0x362d2e000, 0x362d2efff] PGTABLE
[    0.000000] BRK [0x362d2f000, 0x362d2ffff] PGTABLE
[    0.000000] BRK [0x362d30000, 0x362d30fff] PGTABLE
[    0.000000] BRK [0x362d31000, 0x362d31fff] PGTABLE
[    0.000000] BRK [0x362d32000, 0x362d32fff] PGTABLE
[    0.000000] BRK [0x362d33000, 0x362d33fff] PGTABLE
[    0.000000] Secure boot could not be determined
[    0.000000] RAMDISK: [mem 0x313c4000-0x349d9fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000007FF22000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000007FF220A0 0000C4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000007FF44758 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000007FF22200 022553 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x000000007FF99F80 000040
[    0.000000] ACPI: APIC 0x000000007FF44868 000084 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000007FF448F0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x000000007FF44938 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000007FF449D8 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x000000007FF44A18 000038 (v01 ALASKA A M I    01072009 AMI. 0005000B)
[    0.000000] ACPI: SSDT 0x000000007FF44A50 00036D (v01 SataRe SataTabl 00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000007FF44DC0 000490 (v02 Intel  PerfTune 00001000 INTL 20120913)
[    0.000000] ACPI: LPIT 0x000000007FF45250 000094 (v01 INTEL  SKL      00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000007FF452E8 000248 (v02 INTEL  sensrhub 00000000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000007FF45530 002BAE (v02 INTEL  PtidDevc 00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000007FF480E0 000C45 (v02 INTEL  Ther_Rvp 00001000 INTL 20120913)
[    0.000000] ACPI: DBGP 0x000000007FF48D28 000034 (v01 INTEL           00000000 MSFT 0000005F)
[    0.000000] ACPI: DBG2 0x000000007FF48D60 000054 (v00 INTEL           00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000007FF48DB8 000619 (v02 INTEL  xh_rvp10 00000000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x000000007FF493D8 005384 (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x000000007FF4E760 000042 (v01 ALASKA A M I    00000000      00000000)
[    0.000000] ACPI: SSDT 0x000000007FF4E7A8 000E58 (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
[    0.000000] ACPI: BGRT 0x000000007FF4F600 000038 (v01 ALASKA ALASKAA  01072009 AMI  00010013)
[    0.000000] ACPI: ASF! 0x000000007FF4F638 0000A5 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x0000000476bfffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x476bd5000-0x476bfffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000000476bfffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000007e7d0fff]
[    0.000000]   node   0: [mem 0x000000007e7fc000-0x000000007e853fff]
[    0.000000]   node   0: [mem 0x000000007ed45000-0x000000007ed5afff]
[    0.000000]   node   0: [mem 0x000000007ffcd000-0x000000007fffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x0000000476bfffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000476bfffff]
[    0.000000] On node 0 totalpages: 4150287
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 28 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 8034 pages used for memmap
[    0.000000]   DMA32 zone: 514162 pages, LIFO batch:31
[    0.000000]   Normal zone: 56752 pages used for memmap
[    0.000000]   Normal zone: 3632128 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    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] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7e7d1000-0x7e7d1fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7e7d2000-0x7e7fbfff]
[    0.000000] PM: Registered nosave memory: [mem 0x7e854000-0x7ed44fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ed5b000-0x7edb1fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7edb2000-0x7f9d0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7f9d1000-0x7ff99fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7ff9a000-0x7ffccfff]
[    0.000000] PM: Registered nosave memory: [mem 0x80000000-0x87ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x88000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-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 0x88000000-0xdfffffff] 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 45 pages/cpu @ffff8eaf36800000 s146520 r8192 d29608 u524288
[    0.000000] pcpu-alloc: s146520 r8192 d29608 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: 4085409
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.13.0-32-generic.efi.signed root=UUID=9a930421-480e-45c4-8449-8b9ddd5593dc 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: 16130516K/16601148K available (12300K kernel code, 2481K rwdata, 4004K rodata, 2364K init, 2368K bss, 470632K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 37823 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: 1024, 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: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.004000] tsc: Detected 3700.000 MHz processor
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 7392.00 BogoMIPS (lpj=14784000)
[    0.004000] pid_max: default: 32768 minimum: 301
[    0.004000] ACPI: Core revision 20170531
[    0.019690] ACPI Error: [\_SB_.PCI0.XHC_.RHUB.HS11] Namespace lookup failure, AE_NOT_FOUND (20170531/dswload-210)
[    0.019694] ACPI Exception: AE_NOT_FOUND, During name lookup/catalog (20170531/psobject-252)
[    0.019714] ACPI Exception: AE_NOT_FOUND, (SSDT:xh_rvp10) while loading table (20170531/tbxfload-228)
[    0.025038] ACPI Error: 1 table load failures, 8 successful (20170531/tbxfload-246)
[    0.025740] Security Framework initialized
[    0.025740] Yama: becoming mindful.
[    0.025751] AppArmor: AppArmor initialized
[    0.027123] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.027813] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.027839] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.027860] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.027970] CPU: Physical Processor ID: 0
[    0.027971] CPU: Processor Core ID: 0
[    0.027974] FEATURE SPEC_CTRL Not Present
[    0.027976] mce: CPU supports 8 MCE banks
[    0.028040] CPU0: Thermal monitoring enabled (TM1)
[    0.028049] process: using mwait in idle threads
[    0.028051] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.028051] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.028378] Freeing SMP alternatives memory: 36K
[    0.030244] smpboot: Max logical packages: 2
[    0.031444] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.034592] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.074306] TSC deadline timer enabled
[    0.074311] smpboot: CPU0: Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz (family: 0x6, model: 0x5e, stepping: 0x3)
[    0.074343] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.074361] ... version:                4
[    0.074361] ... bit width:              48
[    0.074362] ... generic registers:      4
[    0.074362] ... value mask:             0000ffffffffffff
[    0.074362] ... max period:             00007fffffffffff
[    0.074363] ... fixed-purpose events:   3
[    0.074363] ... event mask:             000000070000000f
[    0.074384] Hierarchical SRCU implementation.
[    0.074903] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.074911] smp: Bringing up secondary CPUs ...
[    0.074948] x86: Booting SMP configuration:
[    0.074948] .... node  #0, CPUs:      #1 #2 #3
[    0.075304] smp: Brought up 1 node, 4 CPUs
[    0.075304] smpboot: Total of 4 processors activated (29568.00 BogoMIPS)
[    0.076263] devtmpfs: initialized
[    0.076263] x86/mm: Memory block size: 128MB
[    0.076674] evm: security.selinux
[    0.076675] evm: security.SMACK64
[    0.076675] evm: security.SMACK64EXEC
[    0.076675] evm: security.SMACK64TRANSMUTE
[    0.076675] evm: security.SMACK64MMAP
[    0.076676] evm: security.ima
[    0.076676] evm: security.capability
[    0.076683] PM: Registering ACPI NVS region [mem 0x7e7d1000-0x7e7d1fff] (4096 bytes)
[    0.076683] PM: Registering ACPI NVS region [mem 0x7f9d1000-0x7ff99fff] (6066176 bytes)
[    0.076683] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.076683] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.076683] pinctrl core: initialized pinctrl subsystem
[    0.076683] RTC time: 15:07:40, date: 02/15/18
[    0.076683] NET: Registered protocol family 16
[    0.076683] cpuidle: using governor ladder
[    0.076683] cpuidle: using governor menu
[    0.076683] PCCT header not found.
[    0.076683] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.076683] ACPI: bus type PCI registered
[    0.076683] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.076683] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.076683] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.076683] PCI: Using configuration type 1 for base access
[    0.076683] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.076683] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.076683] ACPI: Added _OSI(Module Device)
[    0.076683] ACPI: Added _OSI(Processor Device)
[    0.076683] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.076683] ACPI: Added _OSI(Processor Aggregator Device)
[    0.076683] ACPI: Executed 21 blocks of module-level executable AML code
[    0.085093] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.086119] ACPI: Dynamic OEM Table Load:
[    0.086119] ACPI: SSDT 0xFFFF8EAF24074800 000726 (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
[    0.086119] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.086119] ACPI: Dynamic OEM Table Load:
[    0.086119] ACPI: SSDT 0xFFFF8EAF242BBC00 00037F (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
[    0.088446] ACPI: Dynamic OEM Table Load:
[    0.088449] ACPI: SSDT 0xFFFF8EAF241E4000 0005AA (v02 PmRef  ApIst    00003000 INTL 20120913)
[    0.088646] ACPI: Dynamic OEM Table Load:
[    0.088646] ACPI: SSDT 0xFFFF8EAF24320C00 000119 (v02 PmRef  ApCst    00003000 INTL 20120913)
[    0.090077] ACPI: Interpreter enabled
[    0.090103] ACPI: (supports S0 S3 S4 S5)
[    0.090104] ACPI: Using IOAPIC for interrupt routing
[    0.090126] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.090750] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.092713] ACPI: Power Resource [PG00] (on)
[    0.092955] ACPI: Power Resource [PG01] (on)
[    0.093177] ACPI: Power Resource [PG02] (on)
[    0.095391] ACPI: Power Resource [WRST] (off)
[    0.095593] ACPI: Power Resource [WRST] (off)
[    0.095794] ACPI: Power Resource [WRST] (off)
[    0.095991] ACPI: Power Resource [WRST] (off)
[    0.096193] ACPI: Power Resource [WRST] (off)
[    0.096391] ACPI: Power Resource [WRST] (off)
[    0.096588] ACPI: Power Resource [WRST] (off)
[    0.096787] ACPI: Power Resource [WRST] (off)
[    0.096998] ACPI: Power Resource [WRST] (off)
[    0.097196] ACPI: Power Resource [WRST] (off)
[    0.097393] ACPI: Power Resource [WRST] (off)
[    0.097594] ACPI: Power Resource [WRST] (off)
[    0.097795] ACPI: Power Resource [WRST] (off)
[    0.097995] ACPI: Power Resource [WRST] (off)
[    0.098193] ACPI: Power Resource [WRST] (off)
[    0.098396] ACPI: Power Resource [WRST] (off)
[    0.098593] ACPI: Power Resource [WRST] (off)
[    0.098790] ACPI: Power Resource [WRST] (off)
[    0.098991] ACPI: Power Resource [WRST] (off)
[    0.099187] ACPI: Power Resource [WRST] (off)
[    0.107439] ACPI: Power Resource [FN00] (off)
[    0.107480] ACPI: Power Resource [FN01] (off)
[    0.107519] ACPI: Power Resource [FN02] (off)
[    0.107558] ACPI: Power Resource [FN03] (off)
[    0.107597] ACPI: Power Resource [FN04] (off)
[    0.108322] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.108325] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.108345] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.108767] PCI host bridge to bus 0000:00
[    0.108768] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.108769] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.108770] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.108770] pci_bus 0000:00: root bus resource [mem 0x88400000-0xdfffffff window]
[    0.108771] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.108772] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.108776] pci 0000:00:00.0: [8086:190f] type 00 class 0x060000
[    0.108983] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.109010] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.109183] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    0.109200] pci 0000:00:14.0: reg 0x10: [mem 0xdf210000-0xdf21ffff 64bit]
[    0.109253] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.109336] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[    0.109353] pci 0000:00:14.2: reg 0x10: [mem 0xdf22e000-0xdf22efff 64bit]
[    0.109474] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    0.109494] pci 0000:00:16.0: reg 0x10: [mem 0xdf22d000-0xdf22dfff 64bit]
[    0.109553] pci 0000:00:16.0: PME# supported from D3hot
[    0.109651] pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
[    0.109664] pci 0000:00:17.0: reg 0x10: [mem 0xdf228000-0xdf229fff]
[    0.109669] pci 0000:00:17.0: reg 0x14: [mem 0xdf22c000-0xdf22c0ff]
[    0.109675] pci 0000:00:17.0: reg 0x18: [io  0xf050-0xf057]
[    0.109680] pci 0000:00:17.0: reg 0x1c: [io  0xf040-0xf043]
[    0.109685] pci 0000:00:17.0: reg 0x20: [io  0xf020-0xf03f]
[    0.109691] pci 0000:00:17.0: reg 0x24: [mem 0xdf22b000-0xdf22b7ff]
[    0.109721] pci 0000:00:17.0: PME# supported from D3hot
[    0.109809] pci 0000:00:1b.0: [8086:a167] type 01 class 0x060400
[    0.109852] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.109945] pci 0000:00:1b.2: [8086:a169] type 01 class 0x060400
[    0.109990] pci 0000:00:1b.2: PME# supported from D0 D3hot D3cold
[    0.110102] pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
[    0.110145] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.110237] pci 0000:00:1c.2: [8086:a112] type 01 class 0x060400
[    0.110283] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.110379] pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
[    0.110431] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.110535] pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
[    0.110588] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.110693] pci 0000:00:1d.4: [8086:a11c] type 01 class 0x060400
[    0.110744] pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
[    0.110848] pci 0000:00:1f.0: [8086:a145] type 00 class 0x060100
[    0.111018] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    0.111029] pci 0000:00:1f.2: reg 0x10: [mem 0xdf224000-0xdf227fff]
[    0.111139] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[    0.111160] pci 0000:00:1f.3: reg 0x10: [mem 0xdf220000-0xdf223fff 64bit]
[    0.111181] pci 0000:00:1f.3: reg 0x20: [mem 0xdf200000-0xdf20ffff 64bit]
[    0.111221] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.111344] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    0.111403] pci 0000:00:1f.4: reg 0x10: [mem 0xdf22a000-0xdf22a0ff 64bit]
[    0.111472] pci 0000:00:1f.4: reg 0x20: [io  0xf000-0xf01f]
[    0.111646] pci 0000:01:00.0: [10de:1c81] type 00 class 0x030000
[    0.111662] pci 0000:01:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
[    0.111670] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.111678] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    0.111683] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.111689] pci 0000:01:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref]
[    0.111768] pci 0000:01:00.1: [10de:0fb9] type 00 class 0x040300
[    0.111780] pci 0000:01:00.1: reg 0x10: [mem 0xdf080000-0xdf083fff]
[    0.124031] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.124036] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.124041] pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.124048] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.124140] acpiphp: Slot [1] registered
[    0.124143] pci 0000:00:1b.0: PCI bridge to [bus 02]
[    0.124216] pci 0000:03:00.0: [1b21:1080] type 01 class 0x060400
[    0.124333] pci 0000:03:00.0: supports D1 D2
[    0.124334] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.124401] pci 0000:00:1b.2: PCI bridge to [bus 03-04]
[    0.124499] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.124577] acpiphp: Slot [1-1] registered
[    0.124579] pci 0000:00:1c.0: PCI bridge to [bus 05]
[    0.124652] pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000
[    0.124677] pci 0000:06:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.124699] pci 0000:06:00.0: reg 0x18: [mem 0xdf104000-0xdf104fff 64bit]
[    0.124713] pci 0000:06:00.0: reg 0x20: [mem 0xdf100000-0xdf103fff 64bit]
[    0.124791] pci 0000:06:00.0: supports D1 D2
[    0.124791] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.124885] pci 0000:00:1c.2: PCI bridge to [bus 06]
[    0.124887] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    0.124888] pci 0000:00:1c.2:   bridge window [mem 0xdf100000-0xdf1fffff]
[    0.124947] pci 0000:00:1c.4: PCI bridge to [bus 07]
[    0.125008] pci 0000:00:1d.0: PCI bridge to [bus 08]
[    0.125073] acpiphp: Slot [1-2] registered
[    0.125076] pci 0000:00:1d.4: PCI bridge to [bus 09]
[    0.126529] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.126563] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.126595] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 *14 15)
[    0.126628] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 *15)
[    0.126660] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.126694] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.126726] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.126757] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.128002] SCSI subsystem initialized
[    0.128010] libata version 3.00 loaded.
[    0.128012] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.128012] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.128012] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.128012] vgaarb: loaded
[    0.128016] ACPI: bus type USB registered
[    0.128023] usbcore: registered new interface driver usbfs
[    0.128027] usbcore: registered new interface driver hub
[    0.128034] usbcore: registered new device driver usb
[    0.128051] EDAC MC: Ver: 3.0.0
[    0.128066] Registered efivars operations
[    0.132014] PCI: Using ACPI for IRQ routing
[    0.159489] PCI: pci_cache_line_size set to 64 bytes
[    0.159535] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.159536] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.159536] e820: reserve RAM buffer [mem 0x7e7d1000-0x7fffffff]
[    0.159537] e820: reserve RAM buffer [mem 0x7e854000-0x7fffffff]
[    0.159538] e820: reserve RAM buffer [mem 0x7ed5b000-0x7fffffff]
[    0.159538] e820: reserve RAM buffer [mem 0x476c00000-0x477ffffff]
[    0.159584] NetLabel: Initializing
[    0.159585] NetLabel:  domain hash size = 128
[    0.159585] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.159593] NetLabel:  unlabeled traffic allowed by default
[    0.160076] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.160079] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.161024] clocksource: Switched to clocksource hpet
[    0.165358] VFS: Disk quotas dquot_6.6.0
[    0.165368] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.165421] AppArmor: AppArmor Filesystem Enabled
[    0.165442] pnp: PnP ACPI init
[    0.165631] system 00:00: [io  0x0a00-0x0a2f] has been reserved
[    0.165632] system 00:00: [io  0x0a30-0x0a3f] has been reserved
[    0.165633] system 00:00: [io  0x0a40-0x0a4f] has been reserved
[    0.165635] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.165960] pnp 00:01: [dma 0 disabled]
[    0.166053] pnp 00:01: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.166330] pnp 00:02: [dma 0 disabled]
[    0.166350] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.166431] system 00:03: [io  0x0680-0x069f] has been reserved
[    0.166432] system 00:03: [io  0xffff] has been reserved
[    0.166432] system 00:03: [io  0xffff] has been reserved
[    0.166433] system 00:03: [io  0xffff] has been reserved
[    0.166434] system 00:03: [io  0x1800-0x18fe] has been reserved
[    0.166434] system 00:03: [io  0x164e-0x164f] has been reserved
[    0.166436] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.166489] system 00:04: [io  0x0800-0x087f] has been reserved
[    0.166490] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.166500] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.166520] system 00:06: [io  0x1854-0x1857] has been reserved
[    0.166521] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.166653] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.166654] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.166654] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.166655] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
[    0.166656] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.166656] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.166657] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.166658] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.166659] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.166659] system 00:07: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.166660] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.166682] system 00:08: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.166683] system 00:08: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.166683] system 00:08: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.166684] system 00:08: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.166685] system 00:08: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.166686] system 00:08: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.166686] system 00:08: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.166687] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.167357] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.167357] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.167358] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.167359] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.167887] pnp: PnP ACPI: found 10 devices
[    0.175251] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.175295] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.175296] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.175297] pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.175299] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.175301] pci 0000:00:1b.0: PCI bridge to [bus 02]
[    0.175307] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.175320] pci 0000:00:1b.2: PCI bridge to [bus 03-04]
[    0.175325] pci 0000:00:1c.0: PCI bridge to [bus 05]
[    0.175331] pci 0000:00:1c.2: PCI bridge to [bus 06]
[    0.175332] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    0.175335] pci 0000:00:1c.2:   bridge window [mem 0xdf100000-0xdf1fffff]
[    0.175338] pci 0000:00:1c.4: PCI bridge to [bus 07]
[    0.175345] pci 0000:00:1d.0: PCI bridge to [bus 08]
[    0.175351] pci 0000:00:1d.4: PCI bridge to [bus 09]
[    0.175359] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.175360] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.175360] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.175361] pci_bus 0000:00: resource 7 [mem 0x88400000-0xdfffffff window]
[    0.175362] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[    0.175362] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.175363] pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff]
[    0.175363] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.175364] pci_bus 0000:06: resource 0 [io  0xd000-0xdfff]
[    0.175365] pci_bus 0000:06: resource 1 [mem 0xdf100000-0xdf1fffff]
[    0.175451] NET: Registered protocol family 2
[    0.175550] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.175664] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.175728] TCP: Hash tables configured (established 131072 bind 65536)
[    0.175746] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.175770] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.175807] NET: Registered protocol family 1
[    0.176458] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.176467] PCI: CLS 0 bytes, default 64
[    0.176485] Unpacking initramfs...
[    0.679269] Freeing initrd memory: 55384K
[    0.679282] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.679283] software IO TLB [mem 0x76bb7000-0x7abb7000] (64MB) mapped at [ffff8eab36bb7000-ffff8eab3abb6fff]
[    0.679432] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a8d280fdb9, max_idle_ns: 881591151302 ns
[    0.679531] Scanning for low memory corruption every 60 seconds
[    0.679755] audit: initializing netlink subsys (disabled)
[    0.679813] audit: type=2000 audit(1518707260.679:1): state=initialized audit_enabled=0 res=1
[    0.680048] Initialise system trusted keyrings
[    0.680053] Key type blacklist registered
[    0.680094] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    0.680709] zbud: loaded
[    0.680918] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.681040] fuse init (API version 7.26)
[    0.683304] Key type asymmetric registered
[    0.683305] Asymmetric key parser 'x509' registered
[    0.683324] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.683365] io scheduler noop registered
[    0.683366] io scheduler deadline registered
[    0.683380] io scheduler cfq registered (default)
[    0.684164] efifb: probing for efifb
[    0.684171] efifb: framebuffer at 0xd1000000, using 3072k, total 3072k
[    0.684171] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.684172] efifb: scrolling: redraw
[    0.684172] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.684232] Console: switching to colour frame buffer device 128x48
[    0.684238] fb0: EFI VGA frame buffer device
[    0.684241] intel_idle: MWAIT substates: 0x142120
[    0.684242] intel_idle: v0.4.1 model 0x5E
[    0.684376] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.684444] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    0.684452] ACPI: Sleep Button [SLPB]
[    0.684467] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.684473] ACPI: Power Button [PWRB]
[    0.684489] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.684539] ACPI: Power Button [PWRF]
[    0.684875] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    0.684949] thermal LNXTHERM:00: registered as thermal_zone0
[    0.684950] ACPI: Thermal Zone [TZ00] (28 C)
[    0.685018] thermal LNXTHERM:01: registered as thermal_zone1
[    0.685019] ACPI: Thermal Zone [TZ01] (30 C)
[    0.685039] GHES: HEST is not enabled!
[    0.685107] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.705859] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.707514] Linux agpgart interface v0.103
[    0.708515] loop: module loaded
[    0.708590] libphy: Fixed MDIO Bus: probed
[    0.708591] tun: Universal TUN/TAP device driver, 1.6
[    0.708627] PPP generic driver version 2.4.2
[    0.708669] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.708670] ehci-pci: EHCI PCI platform driver
[    0.708675] ehci-platform: EHCI generic platform driver
[    0.708679] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.708679] ohci-pci: OHCI PCI platform driver
[    0.708683] ohci-platform: OHCI generic platform driver
[    0.708686] uhci_hcd: USB Universal Host Controller Interface driver
[    0.708789] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.708791] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.709857] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    0.709861] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.709915] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.709916] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.709916] usb usb1: Product: xHCI Host Controller
[    0.709917] usb usb1: Manufacturer: Linux 4.13.0-32-generic xhci-hcd
[    0.709918] usb usb1: SerialNumber: 0000:00:14.0
[    0.709986] hub 1-0:1.0: USB hub found
[    0.710000] hub 1-0:1.0: 16 ports detected
[    0.710166] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.710168] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.710184] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    0.710184] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.710185] usb usb2: Product: xHCI Host Controller
[    0.710185] usb usb2: Manufacturer: Linux 4.13.0-32-generic xhci-hcd
[    0.710186] usb usb2: SerialNumber: 0000:00:14.0
[    0.710248] hub 2-0:1.0: USB hub found
[    0.710257] hub 2-0:1.0: 10 ports detected
[    0.710429] i8042: PNP: No PS/2 controller found.
[    0.710547] mousedev: PS/2 mouse device common for all mice
[    0.710735] rtc_cmos 00:05: RTC can wake from S4
[    0.711106] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.711185] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.711187] i2c /dev entries driver
[    0.711212] device-mapper: uevent: version 1.0.3
[    0.711298] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    0.711299] intel_pstate: Intel P-state driver initializing
[    0.711678] intel_pstate: HWP enabled
[    0.711763] ledtrig-cpu: registered to indicate activity on CPUs
[    0.711764] EFI Variables Facility v0.08 2004-May-17
[    0.717695] NET: Registered protocol family 10
[    0.720609] Segment Routing with IPv6
[    0.720620] NET: Registered protocol family 17
[    0.720625] Key type dns_resolver registered
[    0.721126] RAS: Correctable Errors collector initialized.
[    0.721159] microcode: sig=0x506e3, pf=0x2, revision=0xba
[    0.721263] microcode: Microcode Update Driver: v2.2.
[    0.721383] sched_clock: Marking stable (721261690, 0)->(723124868, -1863178)
[    0.721670] registered taskstats version 1
[    0.721675] Loading compiled-in X.509 certificates
[    0.723159] Loaded X.509 cert 'Build time autogenerated kernel key: ea5b2e3dc303efbb5e4e4f76f9dbd395fda5b554'
[    0.723274] Couldn't get size: 0x800000000000000e
[    0.723275] MODSIGN: Couldn't get UEFI db list
[    0.724655] Loaded UEFI:MokListRT cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63' linked to secondary sys keyring
[    0.724918] zswap: loaded using pool lzo/zbud
[    0.727313] Key type big_key registered
[    0.727315] Key type trusted registered
[    0.728381] Key type encrypted registered
[    0.728383] AppArmor: AppArmor sha1 policy hashing enabled
[    0.728385] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    0.728395] evm: HMAC attrs: 0x1
[    0.729117]   Magic number: 6:756:133
[    0.729150] acpi PNP0C02:05: hash matches
[    0.729161] acpi device:08: hash matches
[    0.729296] rtc_cmos 00:05: setting system clock to 2018-02-15 15:07:40 UTC (1518707260)
[    0.729377] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.729377] EDD information not available.
[    0.729401] PM: Hibernation image not present or could not be loaded.
[    0.730549] Freeing unused kernel memory: 2364K
[    0.730550] Write protecting the kernel read-only data: 18432k
[    0.730837] Freeing unused kernel memory: 2024K
[    0.730962] Freeing unused kernel memory: 92K
[    0.732116] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.732116] x86/mm: Checking user space page tables
[    0.733170] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.771142] hidraw: raw HID events driver (C) Jiri Kosina
[    0.809779] ahci 0000:00:17.0: version 3.0
[    0.809857] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    0.809866] r8169 0000:06:00.0: can't disable ASPM; OS doesn't have ASPM control
[    0.810384] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    0.810385] ahci 0000:00:17.0: flags: 64bit ncq sntf pm led clo only pio slum part ems deso sadm sds apst
[    0.816467] nvidia: loading out-of-tree module taints kernel.
[    0.816472] nvidia: module license 'NVIDIA' taints kernel.
[    0.816472] Disabling lock debugging due to kernel taint
[    0.818582] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    0.821082] r8169 0000:06:00.0 eth0: RTL8168h/8111h at 0xffffb455418f5000, 1c:1b:0d:11:d1:5d, XID 14100800 IRQ 122
[    0.821084] r8169 0000:06:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    0.821440] nvidia-nvlink: Nvlink Core is being initialized, major device number 244
[    0.821598] r8169 0000:06:00.0 enp6s0: renamed from eth0
[    0.821625] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    0.821696] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  384.111  Tue Dec 19 23:51:45 PST 2017 (using threaded interrupts)
[    0.822492] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  384.111  Tue Dec 19 22:56:18 PST 2017
[    0.822909] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    0.822909] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
[    0.872757] scsi host0: ahci
[    0.872927] scsi host1: ahci
[    0.873065] scsi host2: ahci
[    0.873257] scsi host3: ahci
[    0.873417] scsi host4: ahci
[    0.873568] scsi host5: ahci
[    0.873606] ata1: SATA max UDMA/133 abar m2048@0xdf22b000 port 0xdf22b100 irq 121
[    0.873610] ata2: SATA max UDMA/133 abar m2048@0xdf22b000 port 0xdf22b180 irq 121
[    0.873614] ata3: SATA max UDMA/133 abar m2048@0xdf22b000 port 0xdf22b200 irq 121
[    0.873618] ata4: SATA max UDMA/133 abar m2048@0xdf22b000 port 0xdf22b280 irq 121
[    0.873623] ata5: SATA max UDMA/133 abar m2048@0xdf22b000 port 0xdf22b300 irq 121
[    0.873628] ata6: SATA max UDMA/133 abar m2048@0xdf22b000 port 0xdf22b380 irq 121
[    1.036033] usb 1-13: new high-speed USB device number 2 using xhci_hcd
[    1.178767] usb 1-13: New USB device found, idVendor=0bda, idProduct=8178
[    1.178768] usb 1-13: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.178769] usb 1-13: Product: USB WLAN
[    1.178770] usb 1-13: Manufacturer: 802.11n
[    1.178770] usb 1-13: SerialNumber: 00e04c000001
[    1.185875] ata3: SATA link down (SStatus 4 SControl 300)
[    1.185890] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.185903] ata4: SATA link down (SStatus 4 SControl 300)
[    1.185925] ata1: SATA link down (SStatus 4 SControl 300)
[    1.185963] ata5: SATA link down (SStatus 4 SControl 300)
[    1.185991] ata6: SATA link down (SStatus 4 SControl 300)
[    1.186928] ata2.00: ATA-9: ST2000DM001-1ER164, CC26, max UDMA/133
[    1.186929] ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.187932] ata2.00: configured for UDMA/133
[    1.188284] scsi 1:0:0:0: Direct-Access     ATA      ST2000DM001-1ER1 CC26 PQ: 0 ANSI: 5
[    1.220399] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    1.220523] sd 1:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    1.220524] sd 1:0:0:0: [sda] 4096-byte physical blocks
[    1.220542] sd 1:0:0:0: [sda] Write Protect is off
[    1.220543] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.220626] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.293432]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[    1.294664] sd 1:0:0:0: [sda] Attached SCSI disk
[    1.296025] usb 1-14: new full-speed USB device number 3 using xhci_hcd
[    1.442885] usb 1-14: New USB device found, idVendor=045e, idProduct=0745
[    1.442886] usb 1-14: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.442887] usb 1-14: Product: Microsoft® 2.4GHz Transceiver v8.0
[    1.442887] usb 1-14: Manufacturer: Microsoft
[    1.457163] usbcore: registered new interface driver usbhid
[    1.457163] usbhid: USB HID core driver
[    1.458195] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/0003:045E:0745.0001/input/input3
[    1.516377] hid-generic 0003:045E:0745.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Microsoft® 2.4GHz Transceiver v8.0] on usb-0000:00:14.0-14/input0
[    1.516545] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.1/0003:045E:0745.0002/input/input4
[    1.576570] hid-generic 0003:045E:0745.0002: input,hidraw1: USB HID v1.11 Mouse [Microsoft Microsoft® 2.4GHz Transceiver v8.0] on usb-0000:00:14.0-14/input1
[    1.576758] input: Microsoft Microsoft® 2.4GHz Transceiver v8.0 as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.2/0003:045E:0745.0003/input/input5
[    1.636316] hid-generic 0003:045E:0745.0003: input,hiddev0,hidraw2: USB HID v1.11 Device [Microsoft Microsoft® 2.4GHz Transceiver v8.0] on usb-0000:00:14.0-14/input2
[    1.696206] clocksource: Switched to clocksource tsc
[    2.064930] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    3.012768] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[    3.012847] systemd[1]: Detected architecture x86-64.
[    3.017867] systemd[1]: Set hostname to <hureyre>.
[    3.728727] random: crng init done
[    4.511029] systemd[1]: Reached target Encrypted Volumes.
[    4.511102] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.511155] systemd[1]: Listening on Journal Audit Socket.
[    4.511222] systemd[1]: Created slice System Slice.
[    4.511274] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    4.511306] systemd[1]: Listening on udev Control Socket.
[    4.511335] systemd[1]: Started Trigger resolvconf update for networkd DNS.
[    5.017058] lp: driver loaded but no devices found
[    5.064930] ppdev: user-space parallel port driver
[    5.082374] parport_pc 00:01: reported by Plug and Play ACPI
[    5.082413] parport0: PC-style at 0x378, irq 5 [PCSPP,TRISTATE,EPP]
[    5.176172] lp0: using parport0 (interrupt-driven).
[    6.104324] EXT4-fs (sda6): re-mounted. Opts: errors=remount-ro
[    6.488081] systemd-journald[271]: Received request to flush runtime journal from PID 1
[    7.033970] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    7.061931] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    7.116245] wmi_bus wmi_bus-PNP0C14:00: WQAA data block query control method not found
[    7.190242] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.390740] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    7.390741] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    7.390741] RAPL PMU: hw unit of domain package 2^-14 Joules
[    7.390742] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    7.390742] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    7.390742] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    7.418775] Bluetooth: Core ver 2.22
[    7.418783] NET: Registered protocol family 31
[    7.418783] Bluetooth: HCI device and connection manager initialized
[    7.418785] Bluetooth: HCI socket layer initialized
[    7.418786] Bluetooth: L2CAP socket layer initialized
[    7.418788] Bluetooth: SCO socket layer initialized
[    7.600642] Bluetooth: HCI UART driver ver 2.3
[    7.600644] Bluetooth: HCI UART protocol H4 registered
[    7.600644] Bluetooth: HCI UART protocol BCSP registered
[    7.600654] Bluetooth: HCI UART protocol LL registered
[    7.600654] Bluetooth: HCI UART protocol ATH3K registered
[    7.600655] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    7.600670] Bluetooth: HCI UART protocol Intel registered
[    7.600679] Bluetooth: HCI UART protocol Broadcom registered
[    7.600679] Bluetooth: HCI UART protocol QCA registered
[    7.600680] Bluetooth: HCI UART protocol AG6XX registered
[    7.600680] Bluetooth: HCI UART protocol Marvell registered
[    7.876284] AVX2 version of gcm_enc/dec engaged.
[    7.876285] AES CTR mode by8 optimization enabled
[    8.002929] nvidia-uvm: Loaded the UVM driver in 8 mode, major device number 241
[    8.623349] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    8.623633] snd_hda_intel 0000:01:00.1: Disabling MSI
[    8.623635] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    8.653206] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC887-VD: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line
[    8.653207] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    8.653208] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    8.653209] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    8.653209] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x11/0x0
[    8.653209] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    8.653210] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[    8.653211] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[    8.653211] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[    8.666542] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6
[    8.666568] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
[    8.666591] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
[    8.666614] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9
[    8.666635] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[    8.666658] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[    8.666680] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[    8.666701] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[    8.970645] intel_rapl: Found RAPL domain package
[    8.970646] intel_rapl: Found RAPL domain core
[    8.970647] intel_rapl: Found RAPL domain dram
[    9.234763] NVRM: Your system is not currently configured to drive a VGA console
               on the primary VGA device. The NVIDIA Linux graphics driver
               requires the use of a text-mode VGA console. Use of other console
               drivers including, but not limited to, vesafb, may result in
               corruption and stability problems, and is not supported.
[    9.584315] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
[    9.584356] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
[    9.584393] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
[   10.327892] usbcore: registered new interface driver rtl8192cu
[   10.328753] rtl8192cu 1-13:1.0 wlxf4f26d0d565c: renamed from wlan0
[   12.359060] Adding 16601084k swap on /dev/sda7.  Priority:-1 extents:1 across:16601084k FS
[   16.134644] audit: type=1400 audit(1518707275.905:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/3887/usr/lib/snapd/snap-confine" pid=840 comm="apparmor_parser"
[   16.134647] audit: type=1400 audit(1518707275.905:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/3887/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=840 comm="apparmor_parser"
[   16.134648] audit: type=1400 audit(1518707275.905:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/3887/usr/lib/snapd/snap-confine//snap_update_ns" pid=840 comm="apparmor_parser"
[   16.171624] audit: type=1400 audit(1518707275.942:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=838 comm="apparmor_parser"
[   16.171626] audit: type=1400 audit(1518707275.942:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=838 comm="apparmor_parser"
[   16.183135] audit: type=1400 audit(1518707275.953:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=839 comm="apparmor_parser"
[   16.183138] audit: type=1400 audit(1518707275.953:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=839 comm="apparmor_parser"
[   16.183140] audit: type=1400 audit(1518707275.953:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=839 comm="apparmor_parser"
[   16.183141] audit: type=1400 audit(1518707275.953:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=839 comm="apparmor_parser"
[   16.224061] audit: type=1400 audit(1518707275.994:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="system_tor" pid=841 comm="apparmor_parser"
[   20.987313] IPv6: ADDRCONF(NETDEV_UP): enp6s0: link is not ready
[   21.350793] r8169 0000:06:00.0 enp6s0: link down
[   21.350871] IPv6: ADDRCONF(NETDEV_UP): enp6s0: link is not ready
[   21.355181] IPv6: ADDRCONF(NETDEV_UP): wlxf4f26d0d565c: link is not ready
[   21.798218] IPv6: ADDRCONF(NETDEV_UP): wlxf4f26d0d565c: link is not ready
[   22.138723] IPv6: ADDRCONF(NETDEV_UP): wlxf4f26d0d565c: link is not ready
[   22.672196] kauditd_printk_skb: 19 callbacks suppressed
[   22.672197] audit: type=1400 audit(1518707282.442:31): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/snap/core/3887/usr/lib/snapd/snap-confine" pid=1116 comm="apparmor_parser"
[   22.696447] audit: type=1400 audit(1518707282.467:32): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/snap/core/3887/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1116 comm="apparmor_parser"
[   22.696541] audit: type=1400 audit(1518707282.467:33): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/snap/core/3887/usr/lib/snapd/snap-confine//snap_update_ns" pid=1116 comm="apparmor_parser"
[   22.699778] audit: type=1400 audit(1518707282.470:34): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.core.hook.configure" pid=1118 comm="apparmor_parser"
[   23.587981] audit: type=1400 audit(1518707283.358:35): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.supertuxkart.supertuxkart" pid=1127 comm="apparmor_parser"
[   24.663659] nvidia-modeset: Allocated GPU:0 (GPU-7fedf9e0-d721-5aab-f2df-8744426eb66d) @ PCI:0000:01:00.0
[   24.927113] IPv6: ADDRCONF(NETDEV_CHANGE): wlxf4f26d0d565c: link becomes ready
[   38.805077] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   38.805078] Bluetooth: BNEP filters: protocol multicast
[   38.805080] Bluetooth: BNEP socket layer initialized
[ 3977.035567] audit: type=1400 audit(1518711237.228:36): apparmor="DENIED" operation="open" profile="/usr/bin/evince" name="/var/lib/snapd/desktop/applications/mimeinfo.cache" pid=16216 comm="evince" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 3977.035790] audit: type=1400 audit(1518711237.228:37): apparmor="DENIED" operation="open" profile="/usr/bin/evince" name="/var/lib/snapd/desktop/applications/mimeinfo.cache" pid=16216 comm="evince" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 4002.806745] audit: type=1400 audit(1518711263.000:38): apparmor="DENIED" operation="open" profile="/usr/bin/evince" name="/var/lib/snapd/desktop/applications/mimeinfo.cache" pid=16266 comm="evince" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 4002.806776] audit: type=1400 audit(1518711263.000:39): apparmor="DENIED" operation="open" profile="/usr/bin/evince" name="/var/lib/snapd/desktop/applications/mimeinfo.cache" pid=16266 comm="evince" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 4023.204318] audit: type=1400 audit(1518711283.398:40): apparmor="DENIED" operation="open" profile="/usr/bin/evince" name="/var/lib/snapd/desktop/applications/mimeinfo.cache" pid=16312 comm="evince" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 4023.204348] audit: type=1400 audit(1518711283.398:41): apparmor="DENIED" operation="open" profile="/usr/bin/evince" name="/var/lib/snapd/desktop/applications/mimeinfo.cache" pid=16312 comm="evince" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 7528.095119] audit: type=1400 audit(1518714788.109:42): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.warzone2100.download-videos" pid=18535 comm="apparmor_parser"
[ 7528.272527] audit: type=1400 audit(1518714788.286:43): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.warzone2100.warzone2100" pid=18537 comm="apparmor_parser"
[ 7528.922054] audit: type=1400 audit(1518714788.936:44): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/snap/core/3887/usr/lib/snapd/snap-confine" pid=18568 comm="apparmor_parser"
[ 7528.922296] audit: type=1400 audit(1518714788.936:45): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/snap/core/3887/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=18568 comm="apparmor_parser"
[ 7528.922482] audit: type=1400 audit(1518714788.936:46): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/snap/core/3887/usr/lib/snapd/snap-confine//snap_update_ns" pid=18568 comm="apparmor_parser"
[ 7528.929386] audit: type=1400 audit(1518714788.943:47): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="snap.core.hook.configure" pid=18618 comm="apparmor_parser"




laz61

kernel sürümünü 4.9'da kullan. Güncel kernellerde kararlı çalışmıyor malesef sürücüler.
Her sözü gerek yok laf ile beyana, bir bakış bin laf eder bakışdan anlayana..
AMD Ryzen 1600 12CUPs - Asus Dual RX 580 - AB350M Gaming 3 - 1TB WD Blue - 2TB Toshiba P300 - Samsung 850 EVO 120GB - Corsair 8GB 2400MHZ LPX RAM - Thermaltake Core V21 - Hi-Power 500W 80+ PSU

Khan

Alıntı yapılan: hureyre - 15 Şubat 2018 - 20:27:07
Bence ben NDISwrapper'a hiç bulaşmayayım. Şu an internette sorun yok. Bu bahsettiğiniz program galiba .inf .sys uzantılı win kurulum dosyalarını kurmaya mı yarıyor.

Evet. Belki o sürücüler biraz daha iyi çalışır.

mendirec

[mention=636752]@hureyre[/mention] Aygıtın bu:
Alıntı YapBus 001 Device 002: ID 0bda:8178 Realtek Semiconductor Corp. RTL8192CU 802.11n WLAN Adapter

hureyre

Alıntı yapılan: laz61 - 15 Şubat 2018 - 21:39:05
kernel sürümünü 4.9'da kullan. Güncel kernellerde kararlı çalışmıyor malesef sürücüler.

Kerneli nasıl güncelleyebilirim.


Mesaj tekrarı yüzünden mesajınız birleştirildi. Bu mesajın gönderim tarihi : 20 Şubat 2018 - 23:19:39

Arkadaşlar. Herkese teşekkür ederim. Sorun çözüldü. Benim gibi bu sorunu yaşayan varsa yardımcı olabilmek adına konuyu toparlayayım.
Konuyu baya dağıttığımı farkettim.
Çözümü şu şekilde:

TP-Link USB WİFİ Adaptörünüzün modelini usb'nin üzerinden okuyun. Arkasında seri numarası vs. var. Onların yanında yazıyor. Benimki V4.2 idi.

Uçbirime bu kodu yazın.

lsusb

Bu kod ile USB Adaptörünüzün çipsetini öğrenin. Benimki şu şekilde:

Bus 001 Device 002: ID 0bda:8178 Realtek Semiconductor Corp. RTL8192CU 802.11n WLAN Adapter

Realtek RTL8192CU Çipsete sahipmiş.


Aşağıdaki websitesine gidin. Çipsetinizi ve USB Adaptör modelinizi arayın.  (Ekran resmini çektim. )

https://help.ubuntu.com/community/HardwareSupportComponentsWirelessNetworkCardsTP-Link#USB


Açıklamalarında bir web sitesine yönlendiriyorsa o web sitesini açın. Benimkinde direkt sürücüsüne yönlendiren bir link vardı. O linke tıkladım. Gelen sürücüyü indirdim. ("Clone or download"a tıklayarak indirebilirsiniz.)

https://github.com/pvaret/rtl8192cu-fixes


make uçbirim komutuyla kurulumunu yapın. (Make komutu nasıl kullanılır, bilmiyorsanız forumda araştırabilirsiniz.)

Bilgisayarı yeniden başlatın, herşeyi doğru yaptıysanız sorun çözülecektir.






[eklenti yönetici tarafından silindi]