[Çözüldü] Lubuntu Wi-Fi bağlantı sorunu

Başlatan Cerjinski, 10 Kasım 2016 - 14:19:39

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

Cerjinski

HP-Compaq-615 laptobuma Lubuntu kurdum. Ancak wireless çalışmıyor. Sanki driveri yüklenmemiş gibi. Wireless aktif olduğunda wireless tuşu mavi ışık yanıyor kapalı olduğunda turuncu. Ancak tuş da çalışmıyor basıyorum basıyorum değişiklik yok sürekli mavi. Kablosuz ağları görmüyor doğal olarak. Çözümü araştırırken şöyle bir kod gördüm "sudo ifconfig wlan0 up" bunu girdiğimde "ERROR while getting interface flags: No such device" diyor. Anlayan arkadaşlar yardımcı olursa çok sevinirim.

012rev3

Evet ne yazık ki kablosuz ağ adaptörünüz *Lubuntu tarafından tanınmamış görünüyor. Siz 'up' diyerek aktif hale getirmek istedimişsiniz ancak sürücü bulunamadı uyarısı ile karşılaşmışsınız.
Önce şu çıktıya göz atalım.
lspci
"Her şey mümkün olduğunca basitleştirilmeli ancak sıradanlaştırılmamalıdır." Albert Einstein

Cerjinski

mulksuzler@mulksuzler-Compaq-615:~$ lspci
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] RS780 Host Bridge
00:01.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] RS780/RS880 PCI to PCI bridge (int gfx)
00:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] RS780/RS880 PCI to PCI bridge (PCIE port 0)
00:07.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] RS780/RS880 PCI to PCI bridge (PCIE port 3)
00:09.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] RS780/RS880 PCI to PCI bridge (PCIE port 4)
00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 SATA Controller [IDE mode]
00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:12.1 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0 USB OHCI1 Controller
00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:13.1 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0 USB OHCI1 Controller
00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus Controller (rev 3a)
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA)
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 LPC host controller
00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 PCI to PCI Bridge
00:14.5 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 11h Processor HyperTransport Configuration (rev 40)
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 11h Processor Address Map
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 11h Processor DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 11h Processor Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 11h Processor Link Control
01:05.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RS780M [Mobility Radeon HD 3200]
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8042 PCI-E Fast Ethernet Controller (rev 10)
06:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)

Buyur hocam

012rev3

Sürücü kurulu görünüyor. Ama belki sorunlu da olabilir.
Broadcom Corporation BCM4312 802.11b/g
Sizin ağ kartınız wlan0 değil de farklı bir isimle de isimlendirilmiş olabilir. Öğrenmek için;
ifconfig
iwconfig

Ağ kartı isminizi at0 varsayarsak;
ifconfig at0 up
ve monitor modundaysa managed olarak değiştirebilmek için, yani kablosuz ağları wifi menüden listeleyebilmek için;
iwconfig at0 modemanaged
Bu iki kodu bu amaçlarla kullanabilirsiniz.
Lubuntu kullanmadığım için bilmiyorum ancak sistem ayarlarından ağ kartınızı aktif edebilirsiniz veya sürücüyü yükleme seçeneğiniz de olabilir.
Tüm bunlar olmadıysa şuradaki yönergeleri takip edebilirsiniz.
sudo apt-get update
sudo apt-get purge bcmwl-kernel-source
sudo apt-get install linux-firmware-nonfree

Kaynak: http://www.antojose.com/content/solved-how-get-broadcom-bcm4312-80211bg-lp-phy-wirelesswlanwifi-adapter-working-ubuntu-1404
Kernel güncellemesini içeriyor bunun alternatif başka yolları da var bunun işinize yarayabileceğini umarım.
"Her şey mümkün olduğunca basitleştirilmeli ancak sıradanlaştırılmamalıdır." Albert Einstein

Cerjinski

mulksuzler@mulksuzler-Compaq-615:~$ ifconfig
enp2s0    Link encap:Ethernet  HWaddr 00:25:b3:46:69:be 
          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)
          Interrupt:16

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

mulksuzler@mulksuzler-Compaq-615:~$ iwconfig
lo        no wireless extensions.

enp2s0    no wireless extensions.

mulksuzler@mulksuzler-Compaq-615:~$ sudo apt-get update
[sudo] password for mulksuzler:
Hata:  1 http://tr.archive.ubuntu.com/ubuntu xenial InRelease
  'tr.archive.ubuntu.com' çözümlenirken geçici bir sorunla karşılaşıldı
Hata:  2 http://tr.archive.ubuntu.com/ubuntu xenial-updates InRelease
  'tr.archive.ubuntu.com' çözümlenirken geçici bir sorunla karşılaşıldı
Hata:  3 http://tr.archive.ubuntu.com/ubuntu xenial-backports InRelease
  'tr.archive.ubuntu.com' çözümlenirken geçici bir sorunla karşılaşıldı
Hata:  4 http://security.ubuntu.com/ubuntu xenial-security InRelease
  'security.ubuntu.com' çözümlenirken geçici bir sorunla karşılaşıldı
Paket listeleri okunuyor... Bitti       
W: http://tr.archive.ubuntu.com/ubuntu/dists/xenial/InRelease alınamadı 'tr.archive.ubuntu.com' çözümlenirken geçici bir sorunla karşılaşıldı
W: http://tr.archive.ubuntu.com/ubuntu/dists/xenial-updates/InRelease alınamadı 'tr.archive.ubuntu.com' çözümlenirken geçici bir sorunla karşılaşıldı
W: http://tr.archive.ubuntu.com/ubuntu/dists/xenial-backports/InRelease alınamadı 'tr.archive.ubuntu.com' çözümlenirken geçici bir sorunla karşılaşıldı
W: http://security.ubuntu.com/ubuntu/dists/xenial-security/InRelease alınamadı 'security.ubuntu.com' çözümlenirken geçici bir sorunla karşılaşıldı
W: Bazı indeks dosyaları indirilemedi. Bu dosyalar yok sayıldılar ya da önceki sürümleri kullanıldı.
mulksuzler@mulksuzler-Compaq-615:~$

İnternete bağlanamadığım için updateleri yapamadı sanırım. ifconfig ve iwconfig sonuçları da orada ben anlamadığım için onları da paylaştım.

012rev3

Benim hatam. Kablolu olarak bağlanabileceğinizi düşündüğümden bu konuya değinmemişim. İnternet bağlantınız olmadığı için haliyle güncelleme alamıyorsunuz.
Bu durumda bağlantı yapabileceğiniz yerden gerekli sürücüyü indirip elle kurulum yapmanız gerekecek. Bağımlılık sorunları olur mu bilmem.
Sürücü bağlantısı 'BCM4312';
https://www.broadcom.com/support/802.11
Kablolu bağlantı yapabiliyorsanız ilk yönergeleri uygulayın.
"Her şey mümkün olduğunca basitleştirilmeli ancak sıradanlaştırılmamalıdır." Albert Einstein

Cerjinski

Hocam indirdim 4312'yi ama ben hiç anlamıyorum bu linux olayından. kurulum dosyası hangisi bunların içinde acayip acayip dosyalar var

012rev3

Alıntı yapılan: Cerjinski - 10 Kasım 2016 - 17:22:55
Hocam indirdim 4312'yi ama ben hiç anlamıyorum bu linux olayından. kurulum dosyası hangisi bunların içinde acayip acayip dosyalar var
İlk önce 32/64 bit olup olmadığına bakıp gerekli sürücüyü buna göre indirdiğinizden emin olun. Buna şu şekilde de bakabilirsiniz. Çıktıda görünmesi gerek.
uname -a
Daha sonra indirdiğiniz sürücüyü arşivden çıkartmanız gerek. Üzerine sağ tıkla buraya çıkart şeklinde yapabileceğiniz gibi indirdiğiniz arşivi herhangi klasör içerisine atıp terminalden arşiv çıkartma işlemini yürütebilirsiniz.
Örneğin indirdiğimiz arşivi driverTmp içerisine atmış olalım. Oluşturduğunuz klasör içerisindeyken sağ tıklayıp terminali burada aç diyebilirsiniz. Arşivi çıkartmak için;
tar xvzf indirilen_arsiv.tar.gz
Daha sonra terminalde yine o klasör içerisindeyken.
make
make install

komutlarını uygulayın.
Arşivi indirip kontrol ettim içerisinde makefile dosyası bulunmakta. Bu sürücünün derlenmesini sağlıyor.
Başka bir sorun yoksa sürücünüzün bu şekilde kurulabilmesi gerek.
"Her şey mümkün olduğunca basitleştirilmeli ancak sıradanlaştırılmamalıdır." Albert Einstein

bugra9

Aşağıda bağlantısını verdiğim konudaki komutların çıktısını aktarabilir misin.
https://forum.ubuntu-tr.net/index.php?topic=28764.0

Cerjinski

012rev3 hocam ben hiç anlamıyorum bu işten. sen kesinlikle çok açık anlatmışsındır ama ben onu dahi anlamadım. terminal kullanmayı falan da çok bilmiyorum kodu verirsen yazarım o kadar. drivertmp nedir?
bugra9 hocam buyur kodlar(çok oldu ama sen istedin ;D):
mulksuzler@mulksuzler-Compaq-615:~$ cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-4.4.0-21-generic root=UUID=ae440007-ec37-4d21-b3f3-12ba78f02e4c ro quiet splash vt.handoff=7
mulksuzler@mulksuzler-Compaq-615:~$ uname -a
Linux mulksuzler-Compaq-615 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:34:49 UTC 2016 i686 athlon i686 GNU/Linux
mulksuzler@mulksuzler-Compaq-615:~$ lspci
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] RS780 Host Bridge
00:01.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] RS780/RS880 PCI to PCI bridge (int gfx)
00:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] RS780/RS880 PCI to PCI bridge (PCIE port 0)
00:07.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] RS780/RS880 PCI to PCI bridge (PCIE port 3)
00:09.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] RS780/RS880 PCI to PCI bridge (PCIE port 4)
00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 SATA Controller [IDE mode]
00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:12.1 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0 USB OHCI1 Controller
00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
00:13.1 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0 USB OHCI1 Controller
00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus Controller (rev 3a)
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 Azalia (Intel HDA)
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 LPC host controller
00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 PCI to PCI Bridge
00:14.5 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 11h Processor HyperTransport Configuration (rev 40)
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 11h Processor Address Map
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 11h Processor DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 11h Processor Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 11h Processor Link Control
01:05.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RS780M [Mobility Radeon HD 3200]
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8042 PCI-E Fast Ethernet Controller (rev 10)
06:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
mulksuzler@mulksuzler-Compaq-615:~$ lsusb
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 04f2:b159 Chicony Electronics Co., Ltd
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 002: ID 03f0:231d Hewlett-Packard Broadcom 2070 Bluetooth Combo
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 13fe:1f00 Kingston Technology Company Inc. Kingston DataTraveler / Patriot Xporter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
mulksuzler@mulksuzler-Compaq-615:~$ rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
mulksuzler@mulksuzler-Compaq-615:~$
mulksuzler@mulksuzler-Compaq-615:~$ sudo lshw -C network
[sudo] password for mulksuzler:
  *-network               
       description: Ethernet interface
       product: 88E8042 PCI-E Fast Ethernet Controller
       vendor: Marvell Technology Group Ltd.
       physical id: 0
       bus info: pci@0000:02:00.0
       logical name: enp2s0
       version: 10
       serial: 00:25:b3:46:69:be
       capacity: 100Mbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.30 latency=0 link=no multicast=yes port=twisted pair
       resources: irq:27 memory:53100000-53103fff ioport:3000(size=256)
  *-network
       description: Network controller
       product: BCM4312 802.11b/g LP-PHY
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:06:00.0
       version: 01
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: driver=b43-pci-bridge latency=0
       resources: irq:17 memory:52000000-52003fff
mulksuzler@mulksuzler-Compaq-615:~$ ifconfig
enp2s0    Link encap:Ethernet  HWaddr 00:25:b3:46:69:be 
          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)
          Interrupt:16

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

mulksuzler@mulksuzler-Compaq-615:~$ iwconfig
lo        no wireless extensions.

enp2s0    no wireless extensions.

mulksuzler@mulksuzler-Compaq-615:~$
mulksuzler@mulksuzler-Compaq-615:~$ iwlist scanning
lo        Interface doesn't support scanning.

enp2s0    Interface doesn't support scanning.

mulksuzler@mulksuzler-Compaq-615:~$ lsmod
Module                  Size  Used by
nls_iso8859_1          16384  1
uas                    20480  0
usb_storage            57344  2 uas
bnep                   20480  2
btusb                  36864  0
btrtl                  16384  1 btusb
btbcm                  16384  1 btusb
btintel                16384  1 btusb
bluetooth             479232  24 bnep,btbcm,btrtl,btusb,btintel
uvcvideo               77824  0
videobuf2_vmalloc      16384  1 uvcvideo
videobuf2_memops       16384  1 videobuf2_vmalloc
snd_hda_codec_hdmi     49152  1
videobuf2_v4l2         28672  1 uvcvideo
videobuf2_core         36864  2 uvcvideo,videobuf2_v4l2
snd_hda_codec_idt      53248  1
v4l2_common            16384  1 videobuf2_v4l2
snd_hda_codec_generic    69632  1 snd_hda_codec_idt
videodev              155648  4 uvcvideo,v4l2_common,videobuf2_core,videobuf2_v4l2
media                  24576  2 uvcvideo,videodev
snd_hda_intel          36864  1
snd_hda_codec         118784  4 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_codec_generic,snd_hda_intel
snd_hda_core           61440  5 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
b43                   401408  0
snd_hwdep              16384  1 snd_hda_codec
hp_wmi                 16384  0
snd_pcm                94208  4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_core
sparse_keymap          16384  1 hp_wmi
snd_seq_midi           16384  0
bcma                   49152  1 b43
snd_seq_midi_event     16384  1 snd_seq_midi
kvm_amd                57344  0
mac80211              659456  1 b43
kvm                   471040  1 kvm_amd
snd_rawmidi            28672  1 snd_seq_midi
snd_seq                57344  2 snd_seq_midi_event,snd_seq_midi
snd_seq_device         16384  3 snd_seq,snd_rawmidi,snd_seq_midi
cfg80211              499712  2 b43,mac80211
snd_timer              32768  2 snd_pcm,snd_seq
irqbypass              16384  1 kvm
snd                    69632  13 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_idt,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device
soundcore              16384  1 snd
input_leds             16384  0
joydev                 20480  0
k10temp                16384  0
serio_raw              16384  0
i2c_piix4              20480  0
shpchp                 32768  0
mac_hid                16384  0
autofs4                40960  2
radeon               1466368  6
psmouse               118784  0
i2c_algo_bit           16384  1 radeon
ttm                    90112  1 radeon
drm_kms_helper        131072  1 radeon
ahci                   36864  2
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
libahci                32768  1 ahci
drm                   311296  9 ttm,drm_kms_helper,radeon
ssb                    57344  1 b43
sky2                   53248  0
fjes                   28672  0
wmi                    20480  1 hp_wmi
video                  36864  0
mulksuzler@mulksuzler-Compaq-615:~$
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] Build-time adjustment of leaf fanout to 32.
[    0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=4
[    0.000000] NR_IRQS:2304 nr_irqs:456 16
[    0.000000] CPU 0 irqstacks, hard=ec438000 soft=ec43a000
[    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] allocated 1048576 bytes of page_ext
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2100.123 MHz processor
[    0.000055] Calibrating delay loop (skipped), value calculated using timer frequency.. 4200.24 BogoMIPS (lpj=8400492)
[    0.000060] pid_max: default: 32768 minimum: 301
[    0.000074] ACPI: Core revision 20150930
[    0.014249] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.014278] Security Framework initialized
[    0.014282] Yama: becoming mindful.
[    0.014311] AppArmor: AppArmor initialized
[    0.014368] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.014371] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.014690] Initializing cgroup subsys io
[    0.014697] Initializing cgroup subsys memory
[    0.014708] Initializing cgroup subsys devices
[    0.014713] Initializing cgroup subsys freezer
[    0.014718] Initializing cgroup subsys net_cls
[    0.014723] Initializing cgroup subsys perf_event
[    0.014727] Initializing cgroup subsys net_prio
[    0.014731] Initializing cgroup subsys hugetlb
[    0.014738] Initializing cgroup subsys pids
[    0.014766] CPU: Physical Processor ID: 0
[    0.014768] CPU: Processor Core ID: 0
[    0.014772] mce: CPU supports 5 MCE banks
[    0.014788] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
[    0.014790] Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4, 1GB 0
[    0.015743] Freeing SMP alternatives memory: 28K (c1c60000 - c1c67000)
[    0.051121] ftrace: allocating 31158 entries in 61 pages
[    0.069626] smpboot: Max logical packages: 2
[    0.069631] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.069637] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.070098] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.216816] smpboot: CPU0: AMD Athlon(tm)X2 DualCore QL-64 (family: 0x11, model: 0x3, stepping: 0x1)
[    0.216843] Performance Events: AMD PMU driver.
[    0.216849] ... version:                0
[    0.216851] ... bit width:              48
[    0.216852] ... generic registers:      4
[    0.216854] ... value mask:             0000ffffffffffff
[    0.216856] ... max period:             00007fffffffffff
[    0.216857] ... fixed-purpose events:   0
[    0.216858] ... event mask:             000000000000000f
[    0.217970] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.218108] CPU 1 irqstacks, hard=ec67c000 soft=ec67e000
[    0.218111] x86: Booting SMP configuration:
[    0.218113] .... node  #0, CPUs:      #1
[    0.205947] Initializing CPU#1
[    0.220281] TSC synchronization [CPU#0 -> CPU#1]:
[    0.220285] Measured 25794695 cycles TSC warp between CPUs, turning off TSC clock.
[    0.220290] tsc: Marking TSC unstable due to check_tsc_sync_source failed
[    0.220348] x86: Booted up 1 node, 2 CPUs
[    0.220351] smpboot: Total of 2 processors activated (8400.49 BogoMIPS)
[    0.084064] devtmpfs: initialized
[    0.084418] evm: security.selinux
[    0.084420] evm: security.SMACK64
[    0.084422] evm: security.SMACK64EXEC
[    0.084423] evm: security.SMACK64TRANSMUTE
[    0.084425] evm: security.SMACK64MMAP
[    0.084426] evm: security.ima
[    0.084428] evm: security.capability
[    0.084483] PM: Registering ACPI NVS region [mem 0x2cb70000-0x2cb7ffff] (65536 bytes)
[    0.084483] PM: Registering ACPI NVS region [mem 0x2fdcf000-0x2fecefff] (1048576 bytes)
[    0.084483] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.084483] pinctrl core: initialized pinctrl subsystem
[    0.084483] RTC time: 12:21:21, date: 11/10/16
[    0.084483] NET: Registered protocol family 16
[    0.084769] EISA bus registered
[    0.092005] cpuidle: using governor ladder
[    0.104005] cpuidle: using governor menu
[    0.104010] PCCT header not found.
[    0.104039] TOM: 0000000040000000 aka 1024M
[    0.104043] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
[    0.104275] ACPI: bus type PCI registered
[    0.104279] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.104450] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.104454] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.104456] PCI: Using MMCONFIG for extended config space
[    0.104458] PCI: Using configuration type 1 for base access
[    0.104610] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.104612] mtrr: probably your BIOS does not setup all CPUs.
[    0.104613] mtrr: corrected configuration.
[    0.116173] ACPI: Added _OSI(Module Device)
[    0.116175] ACPI: Added _OSI(Processor Device)
[    0.116177] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.116179] ACPI: Added _OSI(Processor Aggregator Device)
[    0.128691] ACPI : EC: EC started
[    0.156057] ACPI: Interpreter enabled
[    0.156072] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580)
[    0.156079] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580)
[    0.156096] ACPI: (supports S0 S3 S4 S5)
[    0.156099] ACPI: Using IOAPIC for interrupt routing
[    0.156246] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.161307] ACPI: Power Resource [APPR] (off)
[    0.167740] ACPI: Power Resource [PFN0] (off)
[    0.167826] ACPI: Power Resource [PFN1] (off)
[    0.167904] ACPI: Power Resource [PFN2] (off)
[    0.167981] ACPI: Power Resource [PFN3] (off)
[    0.168067] ACPI: Power Resource [PFN4] (off)
[    0.168145] ACPI: Power Resource [PFN5] (off)
[    0.168977] ACPI: Power Resource [PFN6] (off)
[    0.169056] ACPI: Power Resource [PFN7] (off)
[    0.169137] ACPI: Power Resource [PFN8] (off)
[    0.169215] ACPI: Power Resource [PFN9] (off)
[    0.169294] ACPI: Power Resource [PFNA] (off)
[    0.169375] ACPI: Power Resource [PFNB] (off)
[    0.169429] ACPI: Power Resource [PGF0] (off)
[    0.170612] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.170620] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.170628] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.170735] acpi PNP0A03:00: host bridge window expanded to [mem 0xf0000000-0xffffffff window]; [mem 0xffe00000-0xffffffff] ignored
[    0.170742] acpi PNP0A03:00: ignoring host bridge window [mem 0x000cc000-0x000cffff window] (conflicts with Video ROM [mem 0x000c0000-0x000ce9ff])
[    0.170747] acpi PNP0A03:00: ignoring host bridge window [mem 0x000ec000-0x000effff window] (conflicts with reserved [mem 0x000ef000-0x000fffff])
[    0.171031] PCI host bridge to bus 0000:00
[    0.171035] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.171038] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.171041] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.171044] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.171047] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.171050] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.171053] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.171056] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.171059] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.171061] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.171064] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.171067] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.171070] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.171074] pci_bus 0000:00: root bus resource [mem 0x40000000-0xdfffffff window]
[    0.171077] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xffffffff window]
[    0.171081] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.171098] pci 0000:00:00.0: [1022:9600] type 00 class 0x060000
[    0.171271] pci 0000:00:01.0: [1022:9602] type 01 class 0x060400
[    0.171454] pci 0000:00:04.0: [1022:9604] type 01 class 0x060400
[    0.171516] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.171574] pci 0000:00:04.0: System wakeup disabled by ACPI
[    0.171648] pci 0000:00:07.0: [1022:9607] type 01 class 0x060400
[    0.171707] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.171763] pci 0000:00:07.0: System wakeup disabled by ACPI
[    0.171871] pci 0000:00:09.0: [1022:9608] type 01 class 0x060400
[    0.171936] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    0.171993] pci 0000:00:09.0: System wakeup disabled by ACPI
[    0.172119] pci 0000:00:11.0: [1002:4390] type 00 class 0x01018f
[    0.172154] pci 0000:00:11.0: reg 0x10: [io  0x6018-0x601f]
[    0.172167] pci 0000:00:11.0: reg 0x14: [io  0x6024-0x6027]
[    0.172180] pci 0000:00:11.0: reg 0x18: [io  0x6010-0x6017]
[    0.172193] pci 0000:00:11.0: reg 0x1c: [io  0x6020-0x6023]
[    0.172205] pci 0000:00:11.0: reg 0x20: [io  0x6000-0x600f]
[    0.172219] pci 0000:00:11.0: reg 0x24: [mem 0x54409000-0x544093ff]
[    0.172248] pci 0000:00:11.0: set SATA to AHCI mode
[    0.172414] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    0.172436] pci 0000:00:12.0: reg 0x10: [mem 0x54408000-0x54408fff]
[    0.172621] pci 0000:00:12.0: System wakeup disabled by ACPI
[    0.172727] pci 0000:00:12.1: [1002:4398] type 00 class 0x0c0310
[    0.172748] pci 0000:00:12.1: reg 0x10: [mem 0x54407000-0x54407fff]
[    0.172933] pci 0000:00:12.1: System wakeup disabled by ACPI
[    0.173045] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    0.173079] pci 0000:00:12.2: reg 0x10: [mem 0x54409500-0x544095ff]
[    0.173171] pci 0000:00:12.2: supports D1 D2
[    0.173174] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.173230] pci 0000:00:12.2: System wakeup disabled by ACPI
[    0.173345] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    0.173366] pci 0000:00:13.0: reg 0x10: [mem 0x54406000-0x54406fff]
[    0.173550] pci 0000:00:13.0: System wakeup disabled by ACPI
[    0.173657] pci 0000:00:13.1: [1002:4398] type 00 class 0x0c0310
[    0.173679] pci 0000:00:13.1: reg 0x10: [mem 0x54405000-0x54405fff]
[    0.173862] pci 0000:00:13.1: System wakeup disabled by ACPI
[    0.173972] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    0.174005] pci 0000:00:13.2: reg 0x10: [mem 0x54409400-0x544094ff]
[    0.174097] pci 0000:00:13.2: supports D1 D2
[    0.174100] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.174159] pci 0000:00:13.2: System wakeup disabled by ACPI
[    0.174275] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    0.174528] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    0.174563] pci 0000:00:14.2: reg 0x10: [mem 0x54400000-0x54403fff 64bit]
[    0.174640] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.174695] pci 0000:00:14.2: System wakeup disabled by ACPI
[    0.174802] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    0.175027] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    0.175122] pci 0000:00:14.4: System wakeup disabled by ACPI
[    0.175232] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[    0.175254] pci 0000:00:14.5: reg 0x10: [mem 0x54404000-0x54404fff]
[    0.175438] pci 0000:00:14.5: System wakeup disabled by ACPI
[    0.175552] pci 0000:00:18.0: [1022:1300] type 00 class 0x060000
[    0.175681] pci 0000:00:18.1: [1022:1301] type 00 class 0x060000
[    0.175795] pci 0000:00:18.2: [1022:1302] type 00 class 0x060000
[    0.175911] pci 0000:00:18.3: [1022:1303] type 00 class 0x060000
[    0.176037] pci 0000:00:18.4: [1022:1304] type 00 class 0x060000
[    0.176299] pci 0000:01:05.0: [1002:9612] type 00 class 0x030000
[    0.176320] pci 0000:01:05.0: reg 0x10: [mem 0x40000000-0x4fffffff pref]
[    0.176327] pci 0000:01:05.0: reg 0x14: [io  0x5000-0x50ff]
[    0.176336] pci 0000:01:05.0: reg 0x18: [mem 0x54300000-0x5430ffff]
[    0.176353] pci 0000:01:05.0: reg 0x24: [mem 0x54200000-0x542fffff]
[    0.176378] pci 0000:01:05.0: supports D1 D2
[    0.176525] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.176531] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    0.176535] pci 0000:00:01.0:   bridge window [mem 0x54200000-0x543fffff]
[    0.176541] pci 0000:00:01.0:   bridge window [mem 0x40000000-0x4fffffff 64bit pref]
[    0.176693] pci 0000:02:00.0: [11ab:4357] type 00 class 0x020000
[    0.176757] pci 0000:02:00.0: reg 0x10: [mem 0x53100000-0x53103fff 64bit]
[    0.176773] pci 0000:02:00.0: reg 0x18: [io  0x3000-0x30ff]
[    0.176944] pci 0000:02:00.0: supports D1 D2
[    0.176946] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.177010] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.184079] pci 0000:00:04.0: PCI bridge to [bus 02]
[    0.184085] pci 0000:00:04.0:   bridge window [io  0x3000-0x4fff]
[    0.184089] pci 0000:00:04.0:   bridge window [mem 0x53100000-0x541fffff]
[    0.184095] pci 0000:00:04.0:   bridge window [mem 0x50000000-0x50ffffff 64bit pref]
[    0.184215] acpiphp: Slot [1] registered
[    0.184251] pci 0000:00:07.0: PCI bridge to [bus 03-05]
[    0.184257] pci 0000:00:07.0:   bridge window [io  0x2000-0x2fff]
[    0.184262] pci 0000:00:07.0:   bridge window [mem 0x52100000-0x530fffff]
[    0.184267] pci 0000:00:07.0:   bridge window [mem 0x51000000-0x51ffffff 64bit pref]
[    0.184354] acpiphp: Slot [1-1] registered
[    0.184447] pci 0000:06:00.0: [14e4:4315] type 00 class 0x028000
[    0.184491] pci 0000:06:00.0: reg 0x10: [mem 0x52000000-0x52003fff 64bit]
[    0.184603] pci 0000:06:00.0: supports D1 D2
[    0.192086] pci 0000:00:09.0: PCI bridge to [bus 06]
[    0.192093] pci 0000:00:09.0:   bridge window [mem 0x52000000-0x520fffff]
[    0.192234] pci 0000:00:14.4: PCI bridge to [bus 80-8f] (subtractive decode)
[    0.192240] pci 0000:00:14.4:   bridge window [io  0x1000-0x1fff]
[    0.192249] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.192252] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.192255] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.192258] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000c3fff window] (subtractive decode)
[    0.192261] pci 0000:00:14.4:   bridge window [mem 0x000c4000-0x000c7fff window] (subtractive decode)
[    0.192264] pci 0000:00:14.4:   bridge window [mem 0x000c8000-0x000cbfff window] (subtractive decode)
[    0.192267] pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000d3fff window] (subtractive decode)
[    0.192270] pci 0000:00:14.4:   bridge window [mem 0x000d4000-0x000d7fff window] (subtractive decode)
[    0.192273] pci 0000:00:14.4:   bridge window [mem 0x000d8000-0x000dbfff window] (subtractive decode)
[    0.192276] pci 0000:00:14.4:   bridge window [mem 0x000dc000-0x000dffff window] (subtractive decode)
[    0.192279] pci 0000:00:14.4:   bridge window [mem 0x000e0000-0x000e3fff window] (subtractive decode)
[    0.192282] pci 0000:00:14.4:   bridge window [mem 0x000e4000-0x000e7fff window] (subtractive decode)
[    0.192285] pci 0000:00:14.4:   bridge window [mem 0x000e8000-0x000ebfff window] (subtractive decode)
[    0.192288] pci 0000:00:14.4:   bridge window [mem 0x40000000-0xdfffffff window] (subtractive decode)
[    0.192291] pci 0000:00:14.4:   bridge window [mem 0xf0000000-0xffffffff window] (subtractive decode)
[    0.192356] pci_bus 0000:00: on NUMA node 0
[    0.193724] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.193796] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.193865] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.193933] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.194002] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.194070] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.194138] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.194208] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
[    0.195330] ACPI: Enabled 9 GPEs in block 00 to 1F
[    0.195407] ACPI : EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
[    0.195599] vgaarb: setting as boot device: PCI:0000:01:05.0
[    0.195599] vgaarb: device added: PCI:0000:01:05.0,decodes=io+mem,owns=io+mem,locks=none
[    0.195599] vgaarb: loaded
[    0.195599] vgaarb: bridge control possible 0000:01:05.0
[    0.196204] SCSI subsystem initialized
[    0.196270] libata version 3.00 loaded.
[    0.196270] ACPI: bus type USB registered
[    0.196270] usbcore: registered new interface driver usbfs
[    0.196270] usbcore: registered new interface driver hub
[    0.196270] usbcore: registered new device driver usb
[    0.196270] PCI: Using ACPI for IRQ routing
[    0.207581] PCI: pci_cache_line_size set to 64 bytes
[    0.207940] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.207943] e820: reserve RAM buffer [mem 0x2cb70000-0x2fffffff]
[    0.207946] e820: reserve RAM buffer [mem 0x2fd4f000-0x2fffffff]
[    0.207948] e820: reserve RAM buffer [mem 0x2ff00000-0x2fffffff]
[    0.208173] NetLabel: Initializing
[    0.208176] NetLabel:  domain hash size = 128
[    0.208177] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.208194] NetLabel:  unlabeled traffic allowed by default
[    0.208232] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.208232] hpet0: 4 comparators, 32-bit 14.318180 MHz counter
[    0.210199] clocksource: Switched to clocksource hpet
[    0.220122] AppArmor: AppArmor Filesystem Enabled
[    0.220263] pnp: PnP ACPI init
[    0.220655] system 00:00: [io  0x0400-0x04cf] could not be reserved
[    0.220659] system 00:00: [io  0x04d0-0x04d1] has been reserved
[    0.220662] system 00:00: [io  0x04d6] has been reserved
[    0.220665] system 00:00: [io  0x0680-0x06ff] has been reserved
[    0.220668] system 00:00: [io  0x077a] has been reserved
[    0.220672] system 00:00: [io  0x0c00-0x0c01] has been reserved
[    0.220675] system 00:00: [io  0x0c14] has been reserved
[    0.220678] system 00:00: [io  0x0c50-0x0c52] has been reserved
[    0.220681] system 00:00: [io  0x0c6c] has been reserved
[    0.220684] system 00:00: [io  0x0c6f] has been reserved
[    0.220687] system 00:00: [io  0x0cd0-0x0cdb] has been reserved
[    0.220690] system 00:00: [io  0x0220-0x0227] has been reserved
[    0.220693] system 00:00: [io  0x0260-0x0273] has been reserved
[    0.220697] system 00:00: [io  0x0800] has been reserved
[    0.220700] system 00:00: [io  0x0804] has been reserved
[    0.220703] system 00:00: [io  0x087f] has been reserved
[    0.220706] system 00:00: [io  0x0cdc-0x0cdf] has been reserved
[    0.220709] system 00:00: [io  0x0b00-0x0b0f] has been reserved
[    0.220713] system 00:00: [io  0x0b20-0x0b3f] has been reserved
[    0.220716] system 00:00: [io  0x0200-0x027f] could not be reserved
[    0.220723] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.220840] system 00:01: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.220845] system 00:01: [mem 0x000ec000-0x000fffff] could not be reserved
[    0.220849] system 00:01: [mem 0x00100000-0x3fffffff] could not be reserved
[    0.220853] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    0.220856] system 00:01: [mem 0xfeb00000-0xfeb00fff] has been reserved
[    0.220859] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.220863] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.220866] system 00:01: [mem 0xffe00000-0xffffffff] has been reserved
[    0.220870] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.220977] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.221074] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.221120] pnp 00:04: Plug and Play ACPI device, IDs SYN0159 SYN0100 SYN0002 PNP0f13 (active)
[    0.221642] pnp: PnP ACPI: found 5 devices
[    0.221649] PnPBIOS: Disabled by ACPI PNP
[    0.261009] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.261101] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.261105] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
[    0.261111] pci 0000:00:01.0:   bridge window [mem 0x54200000-0x543fffff]
[    0.261115] pci 0000:00:01.0:   bridge window [mem 0x40000000-0x4fffffff 64bit pref]
[    0.261122] pci 0000:00:04.0: PCI bridge to [bus 02]
[    0.261125] pci 0000:00:04.0:   bridge window [io  0x3000-0x4fff]
[    0.261130] pci 0000:00:04.0:   bridge window [mem 0x53100000-0x541fffff]
[    0.261134] pci 0000:00:04.0:   bridge window [mem 0x50000000-0x50ffffff 64bit pref]
[    0.261140] pci 0000:00:07.0: PCI bridge to [bus 03-05]
[    0.261144] pci 0000:00:07.0:   bridge window [io  0x2000-0x2fff]
[    0.261149] pci 0000:00:07.0:   bridge window [mem 0x52100000-0x530fffff]
[    0.261153] pci 0000:00:07.0:   bridge window [mem 0x51000000-0x51ffffff 64bit pref]
[    0.261159] pci 0000:00:09.0: PCI bridge to [bus 06]
[    0.261164] pci 0000:00:09.0:   bridge window [mem 0x52000000-0x520fffff]
[    0.261173] pci 0000:00:14.4: PCI bridge to [bus 80-8f]
[    0.261210] pci 0000:00:14.4:   bridge window [io  0x1000-0x1fff]
[    0.261229] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.261232] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.261235] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.261238] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.261241] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.261244] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.261247] pci_bus 0000:00: resource 10 [mem 0x000d0000-0x000d3fff window]
[    0.261250] pci_bus 0000:00: resource 11 [mem 0x000d4000-0x000d7fff window]
[    0.261253] pci_bus 0000:00: resource 12 [mem 0x000d8000-0x000dbfff window]
[    0.261256] pci_bus 0000:00: resource 13 [mem 0x000dc000-0x000dffff window]
[    0.261259] pci_bus 0000:00: resource 14 [mem 0x000e0000-0x000e3fff window]
[    0.261262] pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff window]
[    0.261265] pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff window]
[    0.261268] pci_bus 0000:00: resource 17 [mem 0x40000000-0xdfffffff window]
[    0.261271] pci_bus 0000:00: resource 18 [mem 0xf0000000-0xffffffff window]
[    0.261274] pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
[    0.261277] pci_bus 0000:01: resource 1 [mem 0x54200000-0x543fffff]
[    0.261280] pci_bus 0000:01: resource 2 [mem 0x40000000-0x4fffffff 64bit pref]
[    0.261283] pci_bus 0000:02: resource 0 [io  0x3000-0x4fff]
[    0.261286] pci_bus 0000:02: resource 1 [mem 0x53100000-0x541fffff]
[    0.261289] pci_bus 0000:02: resource 2 [mem 0x50000000-0x50ffffff 64bit pref]
[    0.261292] pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
[    0.261295] pci_bus 0000:03: resource 1 [mem 0x52100000-0x530fffff]
[    0.261298] pci_bus 0000:03: resource 2 [mem 0x51000000-0x51ffffff 64bit pref]
[    0.261301] pci_bus 0000:06: resource 1 [mem 0x52000000-0x520fffff]
[    0.261304] pci_bus 0000:80: resource 0 [io  0x1000-0x1fff]
[    0.261307] pci_bus 0000:80: resource 4 [io  0x0000-0x0cf7 window]
[    0.261310] pci_bus 0000:80: resource 5 [io  0x0d00-0xffff window]
[    0.261313] pci_bus 0000:80: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.261316] pci_bus 0000:80: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.261319] pci_bus 0000:80: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.261321] pci_bus 0000:80: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.261324] pci_bus 0000:80: resource 10 [mem 0x000d0000-0x000d3fff window]
[    0.261327] pci_bus 0000:80: resource 11 [mem 0x000d4000-0x000d7fff window]
[    0.261330] pci_bus 0000:80: resource 12 [mem 0x000d8000-0x000dbfff window]
[    0.261333] pci_bus 0000:80: resource 13 [mem 0x000dc000-0x000dffff window]
[    0.261336] pci_bus 0000:80: resource 14 [mem 0x000e0000-0x000e3fff window]
[    0.261339] pci_bus 0000:80: resource 15 [mem 0x000e4000-0x000e7fff window]
[    0.261342] pci_bus 0000:80: resource 16 [mem 0x000e8000-0x000ebfff window]
[    0.261345] pci_bus 0000:80: resource 17 [mem 0x40000000-0xdfffffff window]
[    0.261348] pci_bus 0000:80: resource 18 [mem 0xf0000000-0xffffffff window]
[    0.261398] NET: Registered protocol family 2
[    0.261685] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.261712] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.261762] TCP: Hash tables configured (established 8192 bind 8192)
[    0.261812] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.261824] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.261897] NET: Registered protocol family 1
[    0.261915] pci 0000:00:01.0: MSI quirk detected; subordinate MSI disabled
[    0.484090] PCI: CLS mismatch (64 != 32), using 64 bytes
[    0.540073] pci 0000:01:05.0: Video device with shadowed ROM
[    0.540167] Trying to unpack rootfs image as initramfs...
[    1.411771] Freeing initrd memory: 34328K (ece8e000 - ef014000)
[    1.412047] Scanning for low memory corruption every 60 seconds
[    1.412084] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e45a48c362, max_idle_ns: 440795216648 ns
[    1.412739] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    1.412792] audit: initializing netlink subsys (disabled)
[    1.412821] audit: type=2000 audit(1478780482.412:1): initialized
[    1.413244] Initialise system trusted keyring
[    1.413501] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.416594] zbud: loaded
[    1.416816] VFS: Disk quotas dquot_6.6.0
[    1.416884] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.417830] fuse init (API version 7.23)
[    1.418100] Key type big_key registered
[    1.418997] Key type asymmetric registered
[    1.419001] Asymmetric key parser 'x509' registered
[    1.419027] bounce: pool size: 64 pages
[    1.419095] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.419198] io scheduler noop registered
[    1.419204] io scheduler deadline registered (default)
[    1.419289] io scheduler cfq registered
[    1.419840] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.419855] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.419911] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[    1.419913] vesafb: scrolling: redraw
[    1.419917] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    1.419943] vesafb: framebuffer at 0x40000000, mapped to 0xf0800000, using 3072k, total 3072k
[    1.420197] Console: switching to colour frame buffer device 128x48
[    1.420228] fb0: VESA VGA frame buffer device
[    1.424432] ACPI: AC Adapter [AC] (on-line)
[    1.424552] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    1.424558] ACPI: Sleep Button [SLPB]
[    1.424634] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    1.424701] ACPI: Lid Switch [LID]
[    1.424776] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.424780] ACPI: Power Button [PWRF]
[    1.499107] thermal LNXTHERM:00: registered as thermal_zone0
[    1.499111] ACPI: Thermal Zone [CPUZ] (72 C)
[    1.519309] thermal LNXTHERM:01: registered as thermal_zone1
[    1.519312] ACPI: Thermal Zone [GFXZ] (30 C)
[    1.519372] GHES: HEST is not enabled!
[    1.519784] isapnp: Scanning for PnP cards...
[    1.524112] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.527146] Linux agpgart interface v0.103
[    1.535217] brd: module loaded
[    1.537791] loop: module loaded
[    1.538263] libphy: Fixed MDIO Bus: probed
[    1.538268] tun: Universal TUN/TAP device driver, 1.6
[    1.538270] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.538566] PPP generic driver version 2.4.2
[    1.538676] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.538683] ehci-pci: EHCI PCI platform driver
[    1.538811] QUIRK: Enable AMD PLL fix
[    1.538857] ehci-pci 0000:00:12.2: EHCI Host Controller
[    1.538866] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[    1.538874] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.538877] ehci-pci 0000:00:12.2: applying AMD SB600/SB700 USB freeze workaround
[    1.538893] ehci-pci 0000:00:12.2: debug port 1
[    1.538953] ehci-pci 0000:00:12.2: irq 17, io mem 0x54409500
[    1.548314] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    1.548387] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.548390] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.548393] usb usb1: Product: EHCI Host Controller
[    1.548396] usb usb1: Manufacturer: Linux 4.4.0-21-generic ehci_hcd
[    1.548398] usb usb1: SerialNumber: 0000:00:12.2
[    1.548596] hub 1-0:1.0: USB hub found
[    1.548608] hub 1-0:1.0: 6 ports detected
[    1.549032] ehci-pci 0000:00:13.2: EHCI Host Controller
[    1.549040] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
[    1.549045] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.549047] ehci-pci 0000:00:13.2: applying AMD SB600/SB700 USB freeze workaround
[    1.549062] ehci-pci 0000:00:13.2: debug port 1
[    1.549115] ehci-pci 0000:00:13.2: irq 19, io mem 0x54409400
[    1.560139] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    1.560204] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.560207] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.560209] usb usb2: Product: EHCI Host Controller
[    1.560212] usb usb2: Manufacturer: Linux 4.4.0-21-generic ehci_hcd
[    1.560215] usb usb2: SerialNumber: 0000:00:13.2
[    1.560392] hub 2-0:1.0: USB hub found
[    1.560404] hub 2-0:1.0: 6 ports detected
[    1.560746] ehci-platform: EHCI generic platform driver
[    1.560785] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.560793] ohci-pci: OHCI PCI platform driver
[    1.560901] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    1.560913] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 3
[    1.560948] ohci-pci 0000:00:12.0: irq 16, io mem 0x54408000
[    1.570334] ACPI: Battery Slot [BAT0] (battery present)
[    1.620117] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.620120] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.620123] usb usb3: Product: OHCI PCI host controller
[    1.620126] usb usb3: Manufacturer: Linux 4.4.0-21-generic ohci_hcd
[    1.620128] usb usb3: SerialNumber: 0000:00:12.0
[    1.620315] hub 3-0:1.0: USB hub found
[    1.620362] hub 3-0:1.0: 3 ports detected
[    1.620679] ohci-pci 0000:00:12.1: OHCI PCI host controller
[    1.620687] ohci-pci 0000:00:12.1: new USB bus registered, assigned bus number 4
[    1.620710] ohci-pci 0000:00:12.1: irq 16, io mem 0x54407000
[    1.680108] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.680111] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.680113] usb usb4: Product: OHCI PCI host controller
[    1.680116] usb usb4: Manufacturer: Linux 4.4.0-21-generic ohci_hcd
[    1.680118] usb usb4: SerialNumber: 0000:00:12.1
[    1.680287] hub 4-0:1.0: USB hub found
[    1.680334] hub 4-0:1.0: 3 ports detected
[    1.680602] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    1.680609] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 5
[    1.680634] ohci-pci 0000:00:13.0: irq 17, io mem 0x54406000
[    1.740108] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.740111] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.740113] usb usb5: Product: OHCI PCI host controller
[    1.740116] usb usb5: Manufacturer: Linux 4.4.0-21-generic ohci_hcd
[    1.740118] usb usb5: SerialNumber: 0000:00:13.0
[    1.740292] hub 5-0:1.0: USB hub found
[    1.740337] hub 5-0:1.0: 3 ports detected
[    1.740608] ohci-pci 0000:00:13.1: OHCI PCI host controller
[    1.740615] ohci-pci 0000:00:13.1: new USB bus registered, assigned bus number 6
[    1.740637] ohci-pci 0000:00:13.1: irq 17, io mem 0x54405000
[    1.800106] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.800109] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.800112] usb usb6: Product: OHCI PCI host controller
[    1.800114] usb usb6: Manufacturer: Linux 4.4.0-21-generic ohci_hcd
[    1.800117] usb usb6: SerialNumber: 0000:00:13.1
[    1.800289] hub 6-0:1.0: USB hub found
[    1.800336] hub 6-0:1.0: 3 ports detected
[    1.800660] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    1.800670] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 7
[    1.800711] ohci-pci 0000:00:14.5: irq 18, io mem 0x54404000
[    1.858685] isapnp: No Plug & Play device found
[    1.860114] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.860118] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.860121] usb usb7: Product: OHCI PCI host controller
[    1.860123] usb usb7: Manufacturer: Linux 4.4.0-21-generic ohci_hcd
[    1.860126] usb usb7: SerialNumber: 0000:00:14.5
[    1.860409] hub 7-0:1.0: USB hub found
[    1.860455] hub 7-0:1.0: 2 ports detected
[    1.860665] ohci-platform: OHCI generic platform driver
[    1.860701] uhci_hcd: USB Universal Host Controller Interface driver
[    1.860824] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.862811] i8042: Detected active multiplexing controller, rev 1.1
[    1.863873] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.863880] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.863943] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.864053] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.864113] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.864448] mousedev: PS/2 mouse device common for all mice
[    1.864826] rtc_cmos 00:02: RTC can wake from S4
[    1.865051] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.865081] rtc_cmos 00:02: alarms up to one day, 114 bytes nvram, hpet irqs
[    1.865095] i2c /dev entries driver
[    1.865208] device-mapper: uevent: version 1.0.3
[    1.865337] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    1.865378] platform eisa.0: Probing EISA bus 0
[    1.865383] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    1.865386] platform eisa.0: Cannot allocate resource for EISA slot 1
[    1.865389] platform eisa.0: Cannot allocate resource for EISA slot 2
[    1.865392] platform eisa.0: Cannot allocate resource for EISA slot 3
[    1.865395] platform eisa.0: Cannot allocate resource for EISA slot 4
[    1.865398] platform eisa.0: Cannot allocate resource for EISA slot 5
[    1.865402] platform eisa.0: Cannot allocate resource for EISA slot 6
[    1.865405] platform eisa.0: Cannot allocate resource for EISA slot 7
[    1.865408] platform eisa.0: Cannot allocate resource for EISA slot 8
[    1.865411] platform eisa.0: EISA: Detected 0 cards
[    1.865430] cpufreq-nforce2: No nForce2 chipset.
[    1.865442] ledtrig-cpu: registered to indicate activity on CPUs
[    1.865916] NET: Registered protocol family 10
[    1.866321] NET: Registered protocol family 17
[    1.866337] Key type dns_resolver registered
[    1.866689] microcode: CPU0: patch_level=0x02000057
[    1.866738] microcode: CPU1: patch_level=0x02000057
[    1.866802] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.866820] Using IPI No-Shortcut mode
[    1.867139] registered taskstats version 1
[    1.867162] Loading compiled-in X.509 certificates
[    1.870907] Loaded X.509 cert 'Build time autogenerated kernel key: 56e7e8a60ca69c909b96ce2276e3015b6f9a0d81'
[    1.870934] zswap: loaded using pool lzo/zbud
[    1.872104] usb 2-2: new high-speed USB device number 2 using ehci-pci
[    1.874202] Key type trusted registered
[    1.880300] Key type encrypted registered
[    1.880315] AppArmor: AppArmor sha1 policy hashing enabled
[    1.880320] ima: No TPM chip found, activating TPM-bypass!
[    1.880357] evm: HMAC attrs: 0x1
[    1.880970]   Magic number: 8:875:379
[    1.881193] rtc_cmos 00:02: setting system clock to 2016-11-10 12:21:23 UTC (1478780483)
[    1.881392] acpi-cpufreq: overriding BIOS provided _PSD data
[    1.881530] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.881532] EDD information not available.
[    1.881650] PM: Hibernation image not present or could not be loaded.
[    1.882440] Freeing unused kernel memory: 940K (c1b75000 - c1c60000)
[    1.882566] Write protecting the kernel text: 7844k
[    1.882609] Write protecting the kernel read-only data: 3124k
[    1.882611] NX-protecting the kernel data: 6492k
[    1.888904] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.903016] random: systemd-udevd urandom read with 3 bits of entropy available
[    1.981185] ACPI: Video Device [IGFX] (multi-head: yes  rom: no  post: no)
[    2.027075] acpi device:01: registered as cooling_device15
[    2.027210] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:00/LNXVIDEO:00/input/input8
[    2.042892] wmi: Mapper loaded
[    2.044916] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[    2.056106] sky2: driver version 1.30
[    2.056389] sky2 0000:02:00.0: Yukon-2 FE+ chip revision 0
[    2.058600] sky2 0000:02:00.0 eth0: addr 00:25:b3:46:69:be
[    2.069759] [drm] Initialized drm 1.1.0 20060810
[    2.080454] usb 2-2: New USB device found, idVendor=04f2, idProduct=b159
[    2.080461] usb 2-2: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[    2.080464] usb 2-2: Product: CNF8243
[    2.080467] usb 2-2: Manufacturer: Chicony Electronics Co., Ltd.
[    2.080469] usb 2-2: SerialNumber: SN0001
[    2.084271] ssb: Found chip with id 0x4312, rev 0x01 and package 0x00
[    2.084282] ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x16, vendor 0x4243)
[    2.084289] ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0F, vendor 0x4243)
[    2.084296] ssb: Core 2 found: PCMCIA (cc 0x80D, rev 0x0A, vendor 0x4243)
[    2.084302] ssb: Core 3 found: PCI-E (cc 0x820, rev 0x09, vendor 0x4243)
[    2.095052] ahci 0000:00:11.0: version 3.0
[    2.095204] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
[    2.095209] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pio ccc
[    2.105026] scsi host0: ahci
[    2.109899] scsi host1: ahci
[    2.110056] ata1: SATA max UDMA/133 abar m1024@0x54409000 port 0x54409100 irq 20
[    2.110060] ata2: SATA max UDMA/133 abar m1024@0x54409000 port 0x54409180 irq 20
[    2.148315] ssb: Sonics Silicon Backplane found on PCI device 0000:06:00.0
[    2.187796] [drm] radeon kernel modesetting enabled.
[    2.187995] checking generic (40000000 300000) vs hw (40000000 10000000)
[    2.187997] fb: switching to radeondrmfb from VESA VGA
[    2.188097] Console: switching to colour dummy device 80x25
[    2.188663] [drm] initializing kernel modesetting (RS780 0x1002:0x9612 0x103C:0x308C).
[    2.188684] [drm] register mmio base: 0x54300000
[    2.188685] [drm] register mmio size: 65536
[    2.188835] ATOM BIOS: HP_Volna
[    2.188874] radeon 0000:01:05.0: VRAM: 256M 0x00000000C0000000 - 0x00000000CFFFFFFF (256M used)
[    2.188877] radeon 0000:01:05.0: GTT: 512M 0x00000000A0000000 - 0x00000000BFFFFFFF
[    2.188884] [drm] Detected VRAM RAM=256M, BAR=256M
[    2.188886] [drm] RAM width 32bits DDR
[    2.189024] [TTM] Zone  kernel: Available graphics memory: 379544 kiB
[    2.189026] [TTM] Initializing pool allocator
[    2.189036] [TTM] Initializing DMA pool allocator
[    2.189077] [drm] radeon: 256M of VRAM memory ready
[    2.189080] [drm] radeon: 512M of GTT memory ready.
[    2.189094] [drm] Loading RS780 Microcode
[    2.189223] [drm] radeon: power management initialized
[    2.189395] [drm] GART: num cpu pages 131072, num gpu pages 131072
[    2.198764] [drm] PCIE GART of 512M enabled (table at 0x00000000C0258000).
[    2.198928] radeon 0000:01:05.0: WB enabled
[    2.198932] radeon 0000:01:05.0: fence driver on ring 0 use gpu addr 0x00000000a0000c00 and cpu addr 0xee631c00
[    2.210864] radeon 0000:01:05.0: fence driver on ring 5 use gpu addr 0x00000000c0056038 and cpu addr 0xf1016038
[    2.210878] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.210879] [drm] Driver supports precise vblank timestamp query.
[    2.210882] radeon 0000:01:05.0: radeon: MSI limited to 32-bit
[    2.210906] [drm] radeon: irq initialized.
[    2.229081] sky2 0000:02:00.0 enp2s0: renamed from eth0
[    2.244289] [drm] ring test on 0 succeeded in 1 usecs
[    2.419842] [drm] ring test on 5 succeeded in 1 usecs
[    2.419849] [drm] UVD initialized successfully.
[    2.420065] [drm] ib test on ring 0 succeeded in 0 usecs
[    2.476080] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.477150] ata1.00: ATA-8: Hitachi HTS543216L9A300, FB2OC40J, max UDMA/100
[    2.477154] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.478428] ata1.00: configured for UDMA/100
[    2.478706] scsi 0:0:0:0: Direct-Access     ATA      Hitachi HTS54321 C40J PQ: 0 ANSI: 5
[    2.479645] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    2.479711] sd 0:0:0:0: [sda] Write Protect is off
[    2.479714] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.479743] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.480202] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.484103] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.515149] ata2.00: ATAPI: HL-DT-ST DVDRAM GSA-T50L, SC04, max UDMA/100
[    2.519942] ata2.00: configured for UDMA/100
[    2.526852]  sda: sda1 sda2 < sda5 >
[    2.528065] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.628554] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GSA-T50L  SC04 PQ: 0 ANSI: 5
[    2.755204] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.755209] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.755720] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.755835] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    2.886637] psmouse serio4: synaptics: queried max coordinates: x [..5692], y [..4680]
[    2.951487] psmouse serio4: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000/0x0, board id: 0, fw id: 582762
[    2.994392] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input12
[    3.068108] [drm] ib test on ring 5 succeeded
[    3.069221] [drm] radeon atom DIG backlight initialized
[    3.069224] [drm] Radeon Display Connectors
[    3.069226] [drm] Connector 0:
[    3.069227] [drm]   VGA-1
[    3.069230] [drm]   DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
[    3.069232] [drm]   Encoders:
[    3.069233] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    3.069235] [drm] Connector 1:
[    3.069236] [drm]   LVDS-1
[    3.069239] [drm]   DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
[    3.069240] [drm]   Encoders:
[    3.069241] [drm]     LCD1: INTERNAL_KLDSCP_LVTMA
[    4.062492] [drm] fb mappable at 0x40359000
[    4.062498] [drm] vram apper at 0x40000000
[    4.062499] [drm] size 4325376
[    4.062501] [drm] fb depth is 24
[    4.062502] [drm]    pitch is 5632
[    4.062689] fbcon: radeondrmfb (fb0) is primary device
[    4.062809] Console: switching to colour frame buffer device 170x48
[    4.062851] radeon 0000:01:05.0: fb0: radeondrmfb frame buffer device
[    4.072099] [drm] Initialized radeon 2.43.0 20080528 for 0000:01:05.0 on minor 0
[    5.340778] random: nonblocking pool is initialized
[    7.321788] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    8.516608] 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)
[    8.516822] systemd[1]: Detected architecture x86.
[    8.535969] systemd[1]: Set hostname to <mulksuzler-Compaq-615>.
[    9.273374] systemd[1]: Listening on udev Control Socket.
[    9.273559] systemd[1]: Listening on udev Kernel Socket.
[    9.273625] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    9.273743] systemd[1]: Listening on Journal Socket.
[    9.273861] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    9.273890] systemd[1]: Reached target Remote File Systems (Pre).
[    9.273913] systemd[1]: Reached target Remote File Systems.
[    9.273973] systemd[1]: Listening on Journal Socket (/dev/log).
[    9.274229] systemd[1]: Created slice System Slice.
[    9.292443] systemd[1]: Starting Uncomplicated firewall...
[    9.293587] systemd[1]: Started Read required files in advance.
[    9.484423] systemd[1]: Starting Load Kernel Modules...
[    9.485597] systemd[1]: Mounting Huge Pages File System...
[    9.487062] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    9.488488] systemd[1]: Mounting POSIX Message Queue File System...
[    9.489820] systemd[1]: Mounting Debug File System...
[    9.491550] systemd[1]: Starting Nameserver information manager...
[    9.491870] systemd[1]: Created slice system-getty.slice.
[    9.492202] systemd[1]: Listening on Journal Audit Socket.
[    9.492503] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    9.654353] systemd[1]: Reached target Encrypted Volumes.
[    9.654516] systemd[1]: Listening on fsck to fsckd communication Socket.
[    9.654548] systemd[1]: Reached target User and Group Name Lookups.
[    9.654822] systemd[1]: Created slice User and Session Slice.
[    9.654850] systemd[1]: Reached target Slices.
[    9.654910] systemd[1]: Listening on Syslog Socket.
[    9.668439] systemd[1]: Starting Journal Service...
[    9.671381] systemd[1]: Started Uncomplicated firewall.
[    9.671959] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    9.760419] systemd[1]: Starting Create Static Device Nodes in /dev...
[    9.770153] systemd[1]: Started Load Kernel Modules.
[    9.771637] systemd[1]: Starting Apply Kernel Variables...
[    9.773142] systemd[1]: Mounting FUSE Control File System...
[   10.185253] systemd[1]: Mounted Debug File System.
[   10.185405] systemd[1]: Mounted FUSE Control File System.
[   10.185437] systemd[1]: Mounted POSIX Message Queue File System.
[   10.185467] systemd[1]: Mounted Huge Pages File System.
[   10.328737] systemd[1]: Started Apply Kernel Variables.
[   10.392413] systemd[1]: Started Nameserver information manager.
[   10.684577] systemd[1]: Started Journal Service.
[   13.701779] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   13.967052] systemd-journald[216]: Received request to flush runtime journal from PID 1
[   15.250137] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   15.384527] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   15.385019] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   16.186841] kvm: Nested Virtualization enabled
[   16.456271] hp_wmi: query 0xd returned error 0x1
[   16.456372] input: HP WMI hotkeys as /devices/virtual/input/input13
[   16.463288] hp_wmi: query 0xd returned error 0x1
[   16.516589] b43-phy0: Broadcom 4312 WLAN found (core revision 15)
[   16.548454] b43-phy0: Found PHY: Analog 6, Type 5 (LP), Revision 1
[   16.548470] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2062, Revision 2, Version 0
[   16.560648] Broadcom 43xx driver loaded [ Features: PNL ]
[   16.721383] b43 ssb0:0: Direct firmware load for b43/ucode15.fw failed with error -2
[   16.721418] b43 ssb0:0: Direct firmware load for b43/ucode15.fw failed with error -2
[   16.721445] b43 ssb0:0: Direct firmware load for b43-open/ucode15.fw failed with error -2
[   16.721459] b43 ssb0:0: Direct firmware load for b43-open/ucode15.fw failed with error -2
[   16.721464] b43-phy0 ERROR: Firmware file "b43/ucode15.fw" not found
[   16.721467] b43-phy0 ERROR: Firmware file "b43-open/ucode15.fw" not found
[   16.721470] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.
[   16.753286] media: Linux media interface: v0.10
[   16.838302] Linux video capture interface: v2.00
[   16.935082] snd_hda_codec_idt hdaudioC0D0: autoconfig for 92HD75B2X5: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
[   16.935100] snd_hda_codec_idt hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   16.935104] snd_hda_codec_idt hdaudioC0D0:    hp_outs=1 (0xa/0x0/0x0/0x0/0x0)
[   16.935106] snd_hda_codec_idt hdaudioC0D0:    mono: mono_out=0x0
[   16.935109] snd_hda_codec_idt hdaudioC0D0:    inputs:
[   16.935112] snd_hda_codec_idt hdaudioC0D0:      Internal Mic=0xc
[   16.935115] snd_hda_codec_idt hdaudioC0D0:      Mic=0xb
[   17.101366] input: HDA ATI SB Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input14
[   17.101493] input: HDA ATI SB Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input15
[   17.427518] uvcvideo: Found UVC 1.00 device CNF8243 (04f2:b159)
[   17.485911] input: CNF8243 as /devices/pci0000:00/0000:00:13.2/usb2/2-2/2-2:1.0/input/input16
[   17.486158] usbcore: registered new interface driver uvcvideo
[   17.486161] USB Video Class driver (1.1.1)
[   18.371838] cfg80211: World regulatory domain updated:
[   18.371847] cfg80211:  DFS Master region: unset
[   18.371850] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   18.371854] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   18.371857] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   18.371859] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   18.371862] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   18.371865] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   18.371868] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   18.371870] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   18.371873] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   19.057219] Adding 782332k swap on /dev/sda5.  Priority:-1 extents:1 across:782332k FS
[   20.908540] audit: type=1400 audit(1478780502.524:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=486 comm="apparmor_parser"
[   20.908555] audit: type=1400 audit(1478780502.524:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=486 comm="apparmor_parser"
[   20.908564] audit: type=1400 audit(1478780502.524:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=486 comm="apparmor_parser"
[   20.908572] audit: type=1400 audit(1478780502.524:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=486 comm="apparmor_parser"
[   21.844252] audit: type=1400 audit(1478780503.460:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=485 comm="apparmor_parser"
[   21.844269] audit: type=1400 audit(1478780503.460:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=485 comm="apparmor_parser"
[   24.355924] audit: type=1400 audit(1478780505.972:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ntpd" pid=489 comm="apparmor_parser"
[   24.534297] audit: type=1400 audit(1478780506.148:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=492 comm="apparmor_parser"
[   24.839236] audit: type=1400 audit(1478780506.452:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=487 comm="apparmor_parser"
[   24.839255] audit: type=1400 audit(1478780506.452:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince//sanitized_helper" pid=487 comm="apparmor_parser"
[   28.434734] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   28.443169] sky2 0000:02:00.0 enp2s0: enabling interface
[   28.443378] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   34.740430] hp_wmi: Unknown event_id - 0 - 0x0
[   35.216067] usb 6-3: new full-speed USB device number 2 using ohci-pci
[   35.389017] usb 6-3: New USB device found, idVendor=03f0, idProduct=231d
[   35.389024] usb 6-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   35.389027] usb 6-3: Product: HP Integrated Module
[   35.389030] usb 6-3: Manufacturer: Broadcom Corp
[   35.560366] Bluetooth: Core ver 2.21
[   35.561038] NET: Registered protocol family 31
[   35.561042] Bluetooth: HCI device and connection manager initialized
[   35.561052] Bluetooth: HCI socket layer initialized
[   35.561056] Bluetooth: L2CAP socket layer initialized
[   35.561070] Bluetooth: SCO socket layer initialized
[   35.598984] usbcore: registered new interface driver btusb
[   35.930980] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   35.930987] Bluetooth: BNEP filters: protocol multicast
[   35.930995] Bluetooth: BNEP socket layer initialized
[   53.492032] usb 1-1: new high-speed USB device number 2 using ehci-pci
[   53.634418] usb 1-1: New USB device found, idVendor=13fe, idProduct=1f00
[   53.634423] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   53.634426] usb 1-1: Product: DataTraveler 2.0
[   53.634428] usb 1-1: Manufacturer: Kingston
[   53.634431] usb 1-1: SerialNumber: 5B89050011B6
[   53.706074] usb-storage 1-1:1.0: USB Mass Storage device detected
[   53.707498] scsi host2: usb-storage 1-1:1.0
[   53.707682] usbcore: registered new interface driver usb-storage
[   53.715466] usbcore: registered new interface driver uas
[   54.705429] scsi 2:0:0:0: Direct-Access     Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 0 CCS
[   54.705960] sd 2:0:0:0: Attached scsi generic sg2 type 0
[   54.912362] sd 2:0:0:0: [sdb] 3903488 512-byte logical blocks: (2.00 GB/1.86 GiB)
[   54.912967] sd 2:0:0:0: [sdb] Write Protect is off
[   54.912972] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
[   54.913590] sd 2:0:0:0: [sdb] No Caching mode page found
[   54.913595] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[   54.918500]  sdb: sdb1
[   54.922076] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[   55.466967] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
mulksuzler@mulksuzler-Compaq-615:~$
mulksuzler@mulksuzler-Compaq-615:~$ dmesg | tail
[   54.705429] scsi 2:0:0:0: Direct-Access     Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 0 CCS
[   54.705960] sd 2:0:0:0: Attached scsi generic sg2 type 0
[   54.912362] sd 2:0:0:0: [sdb] 3903488 512-byte logical blocks: (2.00 GB/1.86 GiB)
[   54.912967] sd 2:0:0:0: [sdb] Write Protect is off
[   54.912972] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
[   54.913590] sd 2:0:0:0: [sdb] No Caching mode page found
[   54.913595] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[   54.918500]  sdb: sdb1
[   54.922076] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[   55.466967] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
mulksuzler@mulksuzler-Compaq-615:~$

012rev3

Alıntı yapılan: Cerjinski - 11 Kasım 2016 - 04:59:04
012rev3 hocam ben hiç anlamıyorum bu işten. sen kesinlikle çok açık anlatmışsındır ama ben onu dahi anlamadım. terminal kullanmayı falan da çok bilmiyorum kodu verirsen yazarım o kadar. drivertmp nedir?
Öncelikli önerim sisteminizin tüm donanımlarını sorunsuz tanıyabilecek linux sürümüne terfi etmeniz. Bunu terminal/konsol kullanım hakimiyetinizin olmadığını söylediğiniz için belirttim. Böylelikle linux tecrübenizi geliştirmeniz daha kolay olur diye düşünüyorum. Hem sıkıldıkça terminal ekranına da bir göz gezdirirsiniz muhtemelen.
Konuya tekrar dönecek olursak 'driverTmp' klasör, geçici klasör ismi olarak belirledim. Bunu istediğiniz herhangi isimle değiştirebilirsiniz farketmez. Klasörün adını 'sürücüKlasörü' şeklinde yapın mesela. İşte oluşturduğunuz bu klasör içerisinde sizin indirilen_arsiv.tar.gz dosyanız olacak. Kendi gerçek adıyla  'hybrid-v35-nodebug-pcoem-6_30_223_271.tar.gz' şeklinde. Not: Bu isim sonradan değişebilir siz 32-bit olanı indirin.
Sisteminiz 32 bit.
athlon i686 GNU/Linux 
Lafı fazla uzatmadan zaten sanırım siz bunu arşivden çıkartmışsınız. Sadece nereye çıkarttığınızdan emin olun istedim. Böylelikle o klasörün içerisine girip klasör penceresinin boş alanına sağ tıkladıktan sonra terminali burada aç deyin. İngilizce kullanıyorsanız bunun karşılığı 'Open in Terminal' şeklindedir. (Yine yapamadıysanız videolardan ya da forumdan yararlanın.)
Açılan terminal ekranına sırasıyla;
make
make install

Hepsi bu. Bundan sonra oluşabilecek sorun sürücünün bağımlılıklarıyla ilgili olabilir diye tahmin ediyorum. Kolay gelsin.
"Her şey mümkün olduğunca basitleştirilmeli ancak sıradanlaştırılmamalıdır." Albert Einstein

Cerjinski

Arkadaşlar sorunum şu şekilde düzeldi. Ethernet ile modeme bağlandım. Software&Updates bölümünden additional drivers'e tıkladım. Bu kısımda eksik olan wifi driverini gördü ve orada yükleme yaptım. Bilgisayarı tekrar başlattım ve artık wi-fi çalışıyor. Yardımlarınız için teşekkür ederim, emeğinize sağlık.  8) ;D

bugra9

Geri bildirim ve çözümü paylaştığınız için teşekkürler. Çözülen başlıklarımız için şöyle bir uygulamamız var.
cozuldukonusu