Instalacja Sterowników reallink RT2870 usb

Wszystko związane z jądrem systemowym, sterownikami, sprzętem itp.
Demiu
Posty: 7
Rejestracja: 11 kwietnia 2014, 14:45

Instalacja Sterowników reallink RT2870 usb

Post autor: Demiu »

Witam, proszę o pomoc po dwóch dniach ciągłego przeglądania google, mianowicie:

Używam do WiFi małej, wtykanej na usb antenki Edimax ew-7711UTn z chipem Reallink RT2870.
Ściągnąłem sterowniki ze strony Ralink (lub raczej MediaTek), postępowałem według instrukcji (zmieniłem dwie zmienne w /folder_sterownika/os/linux/config.mk z "n" na "y", target i mode w makefile były już ustawione). Dodałem do /etc/modprobe.d/blacklist.conf nazwy sterowników, które zostały dostarczone z systemem i mogłyby kolidować (np. rt2800usb).

Po wykonaniu:

Kod: Zaznacz cały

demiu@SybilSys-Debian:~/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1$ make
Sterownik kompiluje się z błędami:

Kod: Zaznacz cały

make -C tools
make[1]: Entering directory `/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/tools'
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/tools/bin2h
cp -f os/linux/Makefile.6 /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/Makefile
make -C /lib/modules/3.13-1-amd64/build SUBDIRS=/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux modules
make[1]: Entering directory `/usr/src/linux-headers-3.13-1-amd64'
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_md5.o
In file included from /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rtmp_os.h:42:0,
                 from /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rt_config.h:72,
                 from /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_md5.c:28:
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_md5.c: In function ‘MD5Final’:
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_md5.c:322:32: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
     NdisZeroMemory(pCtx, sizeof(pCtx)); // memory free 
                                ^
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/os/rt_linux.h:452:76: note: in definition of macro ‘NdisZeroMemory’
 #define NdisZeroMemory(Destination, Length)         memset(Destination, 0, Length)
                                                                            ^
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_md5.c: In function ‘SHAFinal’:
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_md5.c:621:32: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
     NdisZeroMemory(pCtx, sizeof(pCtx)); // memory free 
                                ^
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/os/rt_linux.h:452:76: note: in definition of macro ‘NdisZeroMemory’
 #define NdisZeroMemory(Destination, Length)         memset(Destination, 0, Length)
                                                                            ^
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_sha2.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_hmac.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_aes.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/crypt_arc4.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.o
In file included from /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rtmp_os.h:42:0,
                 from /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rt_config.h:72,
                 from /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.c:39:
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.c: In function ‘MlmeResetRalinkCounters’:
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.c:896:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      (UINT32)&pAd->RalinkCounters.OneSecEnd -
      ^
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/os/rt_linux.h:452:76: note: in definition of macro ‘NdisZeroMemory’
 #define NdisZeroMemory(Destination, Length)         memset(Destination, 0, Length)
                                                                            ^
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.c:897:6: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
      (UINT32)&pAd->RalinkCounters.OneSecStart);
      ^
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/os/rt_linux.h:452:76: note: in definition of macro ‘NdisZeroMemory’
 #define NdisZeroMemory(Destination, Length)         memset(Destination, 0, Length)
                                                                            ^
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.c: In function ‘BssTableSetEntry’:
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/mlme.c:5739:39: warning: operation on ‘Tab->BssOverlapNr’ may be undefined [-Wsequence-point]
                     Tab->BssOverlapNr = (Tab->BssOverlapNr++) % MAX_LEN_OF_BSS_TABLE;
                                       ^
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_wep.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/action.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_data.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/rtmp_init.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_tkip.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_aes.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_sync.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/eeprom.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_sanity.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_info.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_cfg.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_wpa.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/dfs.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/spectrum.o
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/spectrum.c: In function ‘PeerMeasureReportAction’:
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/spectrum.c:1977:3: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
   DBGPRINT(RT_DEBUG_ERROR, ("%s unable to alloc memory for measure report buffer (size=%d).\n", __FUNCTION__, sizeof(MEASURE_RPI_REPORT)));
   ^
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/rtmp_timer.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/rt_channel.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_profile.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_asic.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/cmm_cmd.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/assoc.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/auth.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/auth_rsp.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/sync.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/sanity.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/rtmp_data.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/connect.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/wpa.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/ags.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../sta/sta_cfg.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../common/rtmp_init_inf.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_profile.o
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.o
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c: In function ‘rt_ioctl_siwencode’:
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/sta_ioctl.c:1479:6: warning: suggest parentheses around operand of ‘!’ or change ‘&’ to ‘&&’ or ‘!’ to ‘~’ [-Wparentheses]
   if(!erq->flags & IW_ENCODE_MODE) 
      ^
  CC [M]  /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.o
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘duplicate_pkt’:
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:477:3: warning: passing argument 1 of ‘memmove’ makes pointer from integer without a cast [enabled by default]
   NdisMoveMemory(skb->tail, pHeader802_3, HdrLen);
   ^
In file included from /usr/src/linux-headers-3.13-1-common/arch/x86/include/asm/string.h:4:0,
                 from /usr/src/linux-headers-3.13-1-common/include/linux/string.h:17,
                 from /usr/src/linux-headers-3.13-1-common/include/linux/dynamic_debug.h:111,
                 from /usr/src/linux-headers-3.13-1-common/include/linux/printk.h:236,
                 from /usr/src/linux-headers-3.13-1-common/include/linux/kernel.h:13,
                 from /usr/src/linux-headers-3.13-1-common/include/linux/cache.h:4,
                 from /usr/src/linux-headers-3.13-1-common/include/linux/time.h:4,
                 from /usr/src/linux-headers-3.13-1-common/include/linux/stat.h:18,
                 from /usr/src/linux-headers-3.13-1-common/include/linux/module.h:10,
                 from /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/os/rt_linux.h:40,
                 from /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rtmp_os.h:42,
                 from /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rt_config.h:72,
                 from /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:28:
/usr/src/linux-headers-3.13-1-common/arch/x86/include/asm/string_64.h:58:7: note: expected ‘void *’ but argument is of type ‘sk_buff_data_t’
 void *memmove(void *dest, const void *src, size_t count);
       ^
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:479:3: warning: passing argument 1 of ‘memmove’ makes pointer from integer without a cast [enabled by default]
   NdisMoveMemory(skb->tail, pData, DataSize);
   ^
In file included from /usr/src/linux-headers-3.13-1-common/arch/x86/include/asm/string.h:4:0,
                 from /usr/src/linux-headers-3.13-1-common/include/linux/string.h:17,
                 from /usr/src/linux-headers-3.13-1-common/include/linux/dynamic_debug.h:111,
                 from /usr/src/linux-headers-3.13-1-common/include/linux/printk.h:236,
                 from /usr/src/linux-headers-3.13-1-common/include/linux/kernel.h:13,
                 from /usr/src/linux-headers-3.13-1-common/include/linux/cache.h:4,
                 from /usr/src/linux-headers-3.13-1-common/include/linux/time.h:4,
                 from /usr/src/linux-headers-3.13-1-common/include/linux/stat.h:18,
                 from /usr/src/linux-headers-3.13-1-common/include/linux/module.h:10,
                 from /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/os/rt_linux.h:40,
                 from /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rtmp_os.h:42,
                 from /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/include/rt_config.h:72,
                 from /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:28:
/usr/src/linux-headers-3.13-1-common/arch/x86/include/asm/string_64.h:58:7: note: expected ‘void *’ but argument is of type ‘sk_buff_data_t’
 void *memmove(void *dest, const void *src, size_t count);
       ^
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘ClonePacket’:
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:629:23: warning: assignment makes integer from pointer without a cast [enabled by default]
      pClonedPkt->tail = pClonedPkt->data + pClonedPkt->len;
                       ^
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘update_os_packet_info’:
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:651:15: warning: assignment makes integer from pointer without a cast [enabled by default]
  pOSPkt->tail = pOSPkt->data + pOSPkt->len;
               ^
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘wlan_802_11_to_802_3_packet’:
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:672:15: warning: assignment makes integer from pointer without a cast [enabled by default]
  pOSPkt->tail = pOSPkt->data + pOSPkt->len;
               ^
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘send_monitor_packets’:
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:945:9: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
         DBGPRINT(RT_DEBUG_ERROR, ("%s : Size is too large! (%d)\n", __FUNCTION__, pRxBlk->DataSize + sizeof(wlan_ng_prism2_header)));
         ^
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOSFSInfoChange’:
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:1228:20: error: incompatible types when assigning to type ‘int’ from type ‘kuid_t’
   pOSFSInfo->fsuid = current_fsuid();
                    ^
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:1229:20: error: incompatible types when assigning to type ‘int’ from type ‘kgid_t’
   pOSFSInfo->fsgid = current_fsgid();  
                    ^
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOSNetDevDetach’:
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:1694:38: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default]
  struct net_device_ops *pNetDevOps = pNetDev->netdev_ops;
                                      ^
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOSNetDevAttach’:
/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.c:1731:38: warning: initialization discards ‘const’ qualifier from pointer target type [enabled by default]
  struct net_device_ops *pNetDevOps = pNetDev->netdev_ops;
                                      ^
make[4]: *** [/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux/../../os/linux/rt_linux.o] Error 1
make[3]: *** [_module_/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux] Error 2
make[2]: *** [sub-make] Error 2
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.13-1-amd64'
make: *** [LINUX] Error 2
Błędy zignorowałem i następnie:

Kod: Zaznacz cały

demiu@SybilSys-Debian:~/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1$ sudo make installmake -C /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux -f Makefile.6 install
mkdir: cannot create directory ‘/etc/Wireless’: File exists
make[1]: Entering directory `/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux'
rm -rf /etc/Wireless/RT2870STA
mkdir /etc/Wireless/RT2870STA
cp /home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/RT2870STA.dat /etc/Wireless/RT2870STA/.
install -d /lib/modules/3.13-1-amd64/kernel/drivers/net/wireless/
install -m 644 -c rt2870sta.ko /lib/modules/3.13-1-amd64/kernel/drivers/net/wireless/
install: cannot stat ‘rt2870sta.ko’: No such file or directory
make[1]: *** [install] Error 1
make[1]: Leaving directory `/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/os/linux'
make: *** [install] Error 2
Ktoś się orientuje czego brakuje/co jest nie tak przy robieniu make?
Awatar użytkownika
Rafal_F
Moderator
Posty: 2350
Rejestracja: 29 sierpnia 2008, 16:45

Post autor: Rafal_F »

Zacznij od wklejenia wyników:

Kod: Zaznacz cały

uname -a
dpkg --print-architecture
lsusb
Demiu
Posty: 7
Rejestracja: 11 kwietnia 2014, 14:45

Post autor: Demiu »

Wynik lsusb:

Kod: Zaznacz cały

Bus 004 Device 004: ID 13fe:4200 Kingston Technology Company Inc. Bus 004 Device 003: ID 7392:7711 Edimax Technology Co., Ltd EW-7711UTn nLite Wireless Adapter [Ralink RT2870]
Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 004: ID 046d:c312 Logitech, Inc. DeLuxe 250 Keyboard
Bus 003 Device 003: ID 1532:0016 Razer USA, Ltd DeathAdder Mouse
Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
uname -a:

Kod: Zaznacz cały

Linux SybilSys-Debian 3.13-1-amd64 #1 SMP Debian 3.13.7-1 (2014-03-25) x86_64 GNU/Linux
Architektura to amd64.

Dopowiem, że w lsmod nie ma "rt2870sta", modprobe też go nie znajduje.
Do tego jeszcze dodałem w

Kod: Zaznacz cały

/home/demiu/Desktop/2010_0709_RT2870_Linux_STA_v2.4.0.1/common/rtusb_dev_id.c
linijkę z id mojego urządzenia (7392, 7711).
Awatar użytkownika
Rafal_F
Moderator
Posty: 2350
Rejestracja: 29 sierpnia 2008, 16:45

Post autor: Rafal_F »

Jeżeli dokonałeś jakiś zmian w plikach konfiguracyjnych to je usuń. Według wiki karta powinna ruszyć właśnie na rt2800usb.
https://wiki.debian.org/rt2800usb
Demiu
Posty: 7
Rejestracja: 11 kwietnia 2014, 14:45

Post autor: Demiu »

Usunęłem

Kod: Zaznacz cały

blacklist rt2800usb
blacklist ty2x00usb
blacklist rt2800lib
blacklist rt2x00lib
z blacklist.conf

Po reboocie menadżer sieci z GNOME pokazuje Wifi: Disconnected (nie "Device unsupported" czy "not found", więc jakiś postęp), ale nie wyświetla listy dostępnych sieci. Do tego pojawiła się opcja konfiguracji VPN i stworzenie sieci lub dołączenie do istniejącej, ukrytej; dla pewności wpisałem ssid, hasło itd. aby podłączyć się do "ukrytej" sieci, lecz nie zadziałało.
Awatar użytkownika
Rafal_F
Moderator
Posty: 2350
Rejestracja: 29 sierpnia 2008, 16:45

Post autor: Rafal_F »

Zainstalowałeś firmware tak jak na stronie wiki?
Podaj wyniki poleceń:

Kod: Zaznacz cały

ifconfig -a
iwconfig
Spróbuj uruchomić interfejs:

Kod: Zaznacz cały

ifconfig wlan0 up
Demiu
Posty: 7
Rejestracja: 11 kwietnia 2014, 14:45

Post autor: Demiu »

Wynik:

Kod: Zaznacz cały

demiu@SybilSys-Debian:~/Desktop$ sudo iwconfigeth0      no wireless extensions.


lo        no wireless extensions.


wlan0     IEEE 802.11bgn  ESSID :o ff/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
          Retry  long limit:7   RTS thr :o ff   Fragment thr :o ff
          Encryption key :o ff
          Power Management :o n

Kod: Zaznacz cały

demiu@SybilSys-Debian:~/Desktop$ sudo ifconfig -a
[sudo] password for demiu: 
eth0      Link encap:Ethernet  HWaddr d4:3d:7e:b4:62:f8  
          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)


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:16 errors:0 dropped:0 overruns:0 frame:0
          TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:1200 (1.1 KiB)  TX bytes:1200 (1.1 KiB)


wlan0     Link encap:Ethernet  HWaddr 00:1f:1f:88:93:62  
          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)
sudo ifconfig wlan0 up po prostu się wykonuje bez zwracania czegokolwiek, dalej brak listy sieci w applecie gnome.

@Edit: Zapomniałem dodać - tak, zainstalowałem firmware-ralink, jednak nie jak na wiki tylko ściągnąłem paczkę .deb na jessie i użylem

Kod: Zaznacz cały

sudo dpkg -i <nazwa paczki>
Awatar użytkownika
Rafal_F
Moderator
Posty: 2350
Rejestracja: 29 sierpnia 2008, 16:45

Post autor: Rafal_F »

Trudno powiedzieć co jest nie tak. Zrób restart i wklej wynik:

Kod: Zaznacz cały

dmesg
To komputer stacjonarny czy laptop? Jak daleko masz do Access Pointa?
Demiu
Posty: 7
Rejestracja: 11 kwietnia 2014, 14:45

Post autor: Demiu »

Wynik dmesg:

Kod: Zaznacz cały

version 4.8.2 (Debian 4.8.2-16) ) #1 SMP Debian 3.13.7-1 (2014-03-25)[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13-1-amd64 root=UUID=a5df41f1-f3ce-472e-8b73-32669bdb8a75 ro quiet
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000dd700fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd701000-0x00000000ddb80fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ddb81000-0x00000000ddc0bfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ddc0c000-0x00000000ddca9fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ddcaa000-0x00000000dedc8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dedc9000-0x00000000dedc9fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dedca000-0x00000000dee0cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dee0d000-0x00000000df232fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000df233000-0x00000000df7f3fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000df7f4000-0x00000000df7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: MSI MS-7752/Z77A-G45 (MS-7752), BIOS V2.10 02/28/2013
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x21f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask E00000000 write-back
[    0.000000]   1 base 200000000 mask FF0000000 write-back
[    0.000000]   2 base 210000000 mask FF8000000 write-back
[    0.000000]   3 base 218000000 mask FFC000000 write-back
[    0.000000]   4 base 21C000000 mask FFE000000 write-back
[    0.000000]   5 base 21E000000 mask FFF000000 write-back
[    0.000000]   6 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdf800 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd770-0x000fd77f] mapped at [ffff8800000fd770]
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01a9b000, 0x01a9bfff] PGTABLE
[    0.000000] BRK [0x01a9c000, 0x01a9cfff] PGTABLE
[    0.000000] BRK [0x01a9d000, 0x01a9dfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x21ee00000-0x21effffff]
[    0.000000]  [mem 0x21ee00000-0x21effffff] page 2M
[    0.000000] BRK [0x01a9e000, 0x01a9efff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x21c000000-0x21edfffff]
[    0.000000]  [mem 0x21c000000-0x21edfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x200000000-0x21bffffff]
[    0.000000]  [mem 0x200000000-0x21bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0xdd700fff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0xdd5fffff] page 2M
[    0.000000]  [mem 0xdd600000-0xdd700fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xddb81000-0xddc0bfff]
[    0.000000]  [mem 0xddb81000-0xddc0bfff] page 4k
[    0.000000] BRK [0x01a9f000, 0x01a9ffff] PGTABLE
[    0.000000] BRK [0x01aa0000, 0x01aa0fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xdedc9000-0xdedc9fff]
[    0.000000]  [mem 0xdedc9000-0xdedc9fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdee0d000-0xdf232fff]
[    0.000000]  [mem 0xdee0d000-0xdeffffff] page 4k
[    0.000000]  [mem 0xdf000000-0xdf1fffff] page 2M
[    0.000000]  [mem 0xdf200000-0xdf232fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xdf7f4000-0xdf7fffff]
[    0.000000]  [mem 0xdf7f4000-0xdf7fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
[    0.000000]  [mem 0x100000000-0x1ffffffff] page 2M
[    0.000000] RAMDISK: [mem 0x36752000-0x373a0fff]
[    0.000000] ACPI: RSDP 00000000000f0490 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 00000000ddc9a078 000074 (v01 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: FACP 00000000ddca42d8 00010C (v05 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 00000000ddc9a188 00A14C (v02 ALASKA    A M I 00000024 INTL 20051117)
[    0.000000] ACPI: FACS 00000000ddca8080 000040
[    0.000000] ACPI: APIC 00000000ddca43e8 000072 (v03 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 00000000ddca4460 000044 (v01 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 00000000ddca44a8 00003C (v01 ALASKA    A M I 01072009 MSFT 00000097)
[    0.000000] ACPI: SSDT 00000000ddca44e8 00081B (v01 Intel_ AoacTabl 00001000 INTL 20091112)
[    0.000000] ACPI: HPET 00000000ddca4d08 000038 (v01 ALASKA    A M I 01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 00000000ddca4d40 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
[    0.000000] ACPI: SSDT 00000000ddca50b0 0005CC (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000ddca5680 000B22 (v01  PmRef    CpuPm 00003000 INTL 20051117)
[    0.000000] ACPI: BGRT 00000000ddca61a8 000038 (v00 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000021effffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x21effffff]
[    0.000000]   NODE_DATA [mem 0x21efef000-0x21eff3fff]
[    0.000000]  [ffffea0000000000-ffffea00077fffff] PMD -> [ffff880216600000-ffff88021d7fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x21effffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009cfff]
[    0.000000]   node   0: [mem 0x00100000-0xdd700fff]
[    0.000000]   node   0: [mem 0xddb81000-0xddc0bfff]
[    0.000000]   node   0: [mem 0xdedc9000-0xdedc9fff]
[    0.000000]   node   0: [mem 0xdee0d000-0xdf232fff]
[    0.000000]   node   0: [mem 0xdf7f4000-0xdf7fffff]
[    0.000000]   node   0: [mem 0x100000000-0x21effffff]
[    0.000000] On node 0 totalpages: 2083675
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12362 pages used for memmap
[    0.000000]   DMA32 zone: 904127 pages, LIFO batch:31
[    0.000000]   Normal zone: 16072 pages used for memmap
[    0.000000]   Normal zone: 1175552 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd701000-0xddb80fff]
[    0.000000] PM: Registered nosave memory: [mem 0xddc0c000-0xddca9fff]
[    0.000000] PM: Registered nosave memory: [mem 0xddcaa000-0xdedc8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdedca000-0xdee0cfff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf233000-0xdf7f3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf800000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xdf800000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88021ec00000 s85824 r8192 d20672 u524288
[    0.000000] pcpu-alloc: s85824 r8192 d20672 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2055164
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13-1-amd64 root=UUID=a5df41f1-f3ce-472e-8b73-32669bdb8a75 ro quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 8127572K/8334700K available (4809K kernel code, 693K rwdata, 1620K rodata, 988K init, 952K bss, 207128K reserved)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[    0.000000] NR_IRQS:33024 nr_irqs:712 16
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.004000] tsc: Detected 3400.032 MHz processor
[    0.000001] Calibrating delay loop (skipped), value calculated using timer frequency.. 6800.06 BogoMIPS (lpj=13600128)
[    0.000002] pid_max: default: 32768 minimum: 301
[    0.000015] Security Framework initialized
[    0.000018] AppArmor: AppArmor disabled by boot time parameter
[    0.000018] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.000270] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.001428] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.001954] Mount-cache hash table entries: 256
[    0.002052] Initializing cgroup subsys memory
[    0.002055] Initializing cgroup subsys devices
[    0.002056] Initializing cgroup subsys freezer
[    0.002057] Initializing cgroup subsys blkio
[    0.002058] Initializing cgroup subsys perf_event
[    0.002073] CPU: Physical Processor ID: 0
[    0.002073] CPU: Processor Core ID: 0
[    0.002076] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.002076] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.002288] mce: CPU supports 9 MCE banks
[    0.002296] CPU0: Thermal monitoring enabled (TM1)
[    0.002301] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
[    0.002301] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
[    0.002301] tlb_flushall_shift: 2
[    0.002366] Freeing SMP alternatives memory: 20K (ffffffff819a6000 - ffffffff819ab000)
[    0.002992] ACPI: Core revision 20131115
[    0.005854] ACPI: All ACPI Tables successfully acquired
[    0.017494] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.057155] smpboot: CPU0: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz (fam: 06, model: 3a, stepping: 09)
[    0.057159] TSC deadline timer enabled
[    0.057164] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
[    0.057168] ... version:                3
[    0.057168] ... bit width:              48
[    0.057169] ... generic registers:      8
[    0.057169] ... value mask:             0000ffffffffffff
[    0.057170] ... max period:             0000ffffffffffff
[    0.057170] ... fixed-purpose events:   3
[    0.057171] ... event mask:             00000007000000ff
[    0.057318] x86: Booting SMP configuration:
[    0.070679] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.057319] .... node  #0, CPUs:      #1 #2 #3
[    0.097459] x86: Booted up 1 node, 4 CPUs
[    0.097461] smpboot: Total of 4 processors activated (27200.25 BogoMIPS)
[    0.099332] devtmpfs: initialized
[    0.100845] PM: Registering ACPI NVS region [mem 0xddc0c000-0xddca9fff] (647168 bytes)
[    0.100858] PM: Registering ACPI NVS region [mem 0xdedca000-0xdee0cfff] (274432 bytes)
[    0.100947] NET: Registered protocol family 16
[    0.100995] cpuidle: using governor ladder
[    0.100996] cpuidle: using governor menu
[    0.101009] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.101010] ACPI: bus type PCI registered
[    0.101011] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.101047] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.101049] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.104564] PCI: Using configuration type 1 for base access
[    0.104890] bio: create slab <bio-0> at 0
[    0.104942] ACPI: Added _OSI(Module Device)
[    0.104943] ACPI: Added _OSI(Processor Device)
[    0.104944] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.104944] ACPI: Added _OSI(Processor Aggregator Device)
[    0.106394] ACPI: Executed 1 blocks of module-level executable AML code
[    0.117637] ACPI: SSDT 00000000ddb2e018 00083B (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.117810] ACPI: Dynamic OEM Table Load:
[    0.117811] ACPI: SSDT           (null) 00083B (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.129543] ACPI: SSDT 00000000ddb2fa98 000303 (v01  PmRef    ApIst 00003000 INTL 20051117)
[    0.129730] ACPI: Dynamic OEM Table Load:
[    0.129731] ACPI: SSDT           (null) 000303 (v01  PmRef    ApIst 00003000 INTL 20051117)
[    0.141465] ACPI: SSDT 00000000ddb30c18 000119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    0.141632] ACPI: Dynamic OEM Table Load:
[    0.141633] ACPI: SSDT           (null) 000119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    0.153728] ACPI: Interpreter enabled
[    0.153731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
[    0.153734] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
[    0.153741] ACPI: (supports S0 S3 S4 S5)
[    0.153741] ACPI: Using IOAPIC for interrupt routing
[    0.153755] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.153839] ACPI: No dock devices found.
[    0.157419] ACPI: Power Resource [FN00] (off)
[    0.157464] ACPI: Power Resource [FN01] (off)
[    0.157504] ACPI: Power Resource [FN02] (off)
[    0.157544] ACPI: Power Resource [FN03] (off)
[    0.157585] ACPI: Power Resource [FN04] (off)
[    0.157888] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.157753] pci 0000:00:1f.2: PME# supported from D3hot
[    0.159797] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    0.159808] pci 0000:00:1f.3: reg 0x10: [mem 0xf7214000-0xf72140ff 64bit]
[    0.159825] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
[    0.159907] pci 0000:01:00.0: [10de:1187] type 00 class 0x030000
[    0.159914] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.159921] pci 0000:01:00.0: reg 0x14: [mem 0xe8000000-0xefffffff 64bit pref]
[    0.159928] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.159933] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.159938] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    0.159990] pci 0000:01:00.1: [10de:0e0a] type 00 class 0x040300
[    0.159997] pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
[    0.165428] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.165430] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.165431] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.165433] pci 0000:00:01.0:   bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
[    0.165479] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.165551] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.165569] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.165599] pci 0000:03:00.0: reg 0x18: [mem 0xf7104000-0xf7104fff 64bit pref]
[    0.165619] pci 0000:03:00.0: reg 0x20: [mem 0xf7100000-0xf7103fff 64bit pref]
[    0.165702] pci 0000:03:00.0: supports D1 D2
[    0.165703] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.165735] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.173429] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.173432] pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
[    0.173434] pci 0000:00:1c.1:   bridge window [mem 0xf7100000-0xf71fffff]
[    0.173452] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[    0.173685] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.173714] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.173742] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.173770] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.173797] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.173824] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.173852] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.173879] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.173995] ACPI: Enabled 4 GPEs in block 00 to 3F
[    0.173999] ACPI: \_SB_.PCI0: notify handler is installed
[    0.174026] Found 1 acpi root devices
[    0.174068] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.174069] vgaarb: loaded
[    0.174070] vgaarb: bridge control possible 0000:01:00.0
[    0.174088] PCI: Using ACPI for IRQ routing
[    0.175396] PCI: pci_cache_line_size set to 64 bytes
[    0.175426] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.175427] e820: reserve RAM buffer [mem 0xdd701000-0xdfffffff]
[    0.175428] e820: reserve RAM buffer [mem 0xddc0c000-0xdfffffff]
[    0.175429] e820: reserve RAM buffer [mem 0xdedca000-0xdfffffff]
[    0.175430] e820: reserve RAM buffer [mem 0xdf233000-0xdfffffff]
[    0.175430] e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff]
[    0.175431] e820: reserve RAM buffer [mem 0x21f000000-0x21fffffff]
[    0.175484] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.175486] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.177498] Switched to clocksource hpet
[    0.178299] pnp: PnP ACPI init
[    0.178304] ACPI: bus type PNP registered
[    0.178335] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.178336] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.178342] pnp 00:01: [dma 4]
[    0.178349] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.178359] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    0.178405] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.178424] system 00:04: [io  0x0680-0x069f] has been reserved
[    0.178426] system 00:04: [io  0x1000-0x100f] has been reserved
[    0.178426] system 00:04: [io  0xffff] has been reserved
[    0.178427] system 00:04: [io  0xffff] has been reserved
[    0.178429] system 00:04: [io  0x0400-0x0453] could not be reserved
[    0.178430] system 00:04: [io  0x0458-0x047f] has been reserved
[    0.178431] system 00:04: [io  0x0500-0x057f] has been reserved
[    0.178432] system 00:04: [io  0x164e-0x164f] has been reserved
[    0.178433] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.178447] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.178469] system 00:06: [io  0x0454-0x0457] has been reserved
[    0.178470] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.178568] system 00:07: [io  0x0a00-0x0a0f] has been reserved
[    0.178569] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.178658] pnp 00:08: [dma 0 disabled]
[    0.178680] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.178703] system 00:09: [io  0x04d0-0x04d1] has been reserved
[    0.178704] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.178717] pnp 00:0a: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.178843] system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.178844] system 00:0b: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.178845] system 00:0b: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.178846] system 00:0b: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.178848] system 00:0b: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.178849] system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.178850] system 00:0b: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.178851] system 00:0b: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.178852] system 00:0b: [mem 0xff000000-0xffffffff] has been reserved
[    0.178853] system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.178854] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.178923] pnp: PnP ACPI: found 12 devices
[    0.178923] ACPI: bus type PNP unregistered
[    0.184218] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.184220] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.184221] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.184223] pci 0000:00:01.0:   bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
[    0.184225] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.184233] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.184235] pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
[    0.184239] pci 0000:00:1c.1:   bridge window [mem 0xf7100000-0xf71fffff]
[    0.184245] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.184246] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.184247] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.184248] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[    0.184248] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[    0.184249] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[    0.184250] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[    0.184251] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
[    0.184252] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
[    0.184253] pci_bus 0000:00: resource 13 [mem 0xe0000000-0xfeafffff]
[    0.184253] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.184254] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.184255] pci_bus 0000:01: resource 2 [mem 0xe8000000-0xf1ffffff 64bit pref]
[    0.184256] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.184257] pci_bus 0000:03: resource 1 [mem 0xf7100000-0xf71fffff]
[    0.184290] NET: Registered protocol family 2
[    0.184393] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.184475] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.184565] TCP: Hash tables configured (established 65536 bind 65536)
[    0.184574] TCP: reno registered
[    0.184580] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.184598] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.184646] NET: Registered protocol family 1
[    0.184938] pci 0000:01:00.0: Boot video device
[    0.184948] PCI: CLS 64 bytes, default 64
[    0.184973] Unpacking initramfs...
[    0.310982] Freeing initrd memory: 12604K (ffff880036752000 - ffff8800373a1000)
[    0.310986] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.310988] software IO TLB [mem 0xd9701000-0xdd701000] (64MB) mapped at [ffff8800d9701000-ffff8800dd700fff]
[    0.311126] microcode: CPU0 sig=0x306a9, pf=0x2, revision=0x17
[    0.311129] microcode: CPU1 sig=0x306a9, pf=0x2, revision=0x17
[    0.311132] microcode: CPU2 sig=0x306a9, pf=0x2, revision=0x17
[    0.311137] microcode: CPU3 sig=0x306a9, pf=0x2, revision=0x17
[    0.311176] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.311305] audit: initializing netlink socket (disabled)
[    0.311316] type=2000 audit(1397238760.304:1): initialized
[    0.318561] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.318898] VFS: Disk quotas dquot_6.5.2
[    0.318910] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.318951] msgmni has been set to 15898
[    0.319122] alg: No test for stdrng (krng)
[    0.319135] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.319156] io scheduler noop registered
[    0.319157] io scheduler deadline registered
[    0.319167] io scheduler cfq registered (default)
[    0.319275] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.319446] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.319453] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.319469] intel_idle: MWAIT substates: 0x1120
[    0.319470] intel_idle: v0.4 model 0x3A
[    0.319470] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.319533] GHES: HEST is not enabled!
[    0.319557] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.339931] 00:08: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.340224] Linux agpgart interface v0.103
[    0.340264] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.340595] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.340598] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.340700] mousedev: PS/2 mouse device common for all mice
[    0.340725] rtc_cmos 00:05: RTC can wake from S4
[    0.340841] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.340863] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.340868] Intel P-state driver initializing.
[    0.340874] Intel pstate controlling: cpu 0
[    0.340882] Intel pstate controlling: cpu 1
[    0.340887] Intel pstate controlling: cpu 2
[    0.340892] Intel pstate controlling: cpu 3
[    0.340905] AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>
[    0.340905] AMD IOMMUv2 functionality not available on this system
[    0.340958] TCP: cubic registered
[    0.341007] NET: Registered protocol family 10
[    0.341109] mip6: Mobile IPv6
[    0.341110] NET: Registered protocol family 17
[    0.341111] mpls_gso: MPLS GSO support
[    0.341230] registered taskstats version 1
[    0.341656] rtc_cmos 00:05: setting system clock to 2014-04-11 17:52:40 UTC (1397238760)
[    0.341676] PM: Hibernation image not present or could not be loaded.
[    0.341981] Freeing unused kernel memory: 988K (ffffffff818af000 - ffffffff819a6000)
[    0.341982] Write protecting the kernel read-only data: 8192k
[    0.343476] Freeing unused kernel memory: 1324K (ffff8800014b5000 - ffff880001600000)
[    0.344079] Freeing unused kernel memory: 428K (ffff880001795000 - ffff880001800000)
[    0.351141] systemd-udevd[66]: starting version 204
[    0.362278] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    0.362286] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[    0.362507] r8169 0000:03:00.0: irq 41 for MSI/MSI-X
[    0.362633] r8169 0000:03:00.0 eth0: RTL8168evl/8111evl at 0xffffc90000c22000, d4:3d:7e:b4:62:f8, XID 0c900800 IRQ 41
[    0.362634] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    0.363212] ACPI: bus type USB registered
[    0.363226] usbcore: registered new interface driver usbfs
[    0.363231] usbcore: registered new interface driver hub
[    0.363684] usbcore: registered new device driver usb
[    0.363916] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.363982] ehci-pci: EHCI PCI platform driver
[    0.364069] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.364073] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.364083] ehci-pci 0000:00:1a.0: debug port 2
[    0.367987] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.368012] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7217000
[    0.373581] SCSI subsystem initialized
[    0.374071] libata version 3.00 loaded.
[    0.377401] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.377434] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.377435] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.377436] usb usb1: Product: EHCI Host Controller
[    0.377437] usb usb1: Manufacturer: Linux 3.13-1-amd64 ehci_hcd
[    0.377438] usb usb1: SerialNumber: 0000:00:1a.0
[    0.381606] hub 1-0:1.0: USB hub found
[    0.381635] thermal LNXTHERM:00: registered as thermal_zone0
[    0.381637] hub 1-0:1.0: 2 ports detected
[    0.381639] ACPI: Thermal Zone [TZ00] (28 C)
[    0.381863] thermal LNXTHERM:01: registered as thermal_zone1
[    0.381865] ACPI: Thermal Zone [TZ01] (30 C)
[    0.381886] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.381892] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.381904] ehci-pci 0000:00:1d.0: debug port 2
[    0.381990] ACPI: Fan [FAN0] (off)
[    0.382011] ACPI: Fan [FAN1] (off)
[    0.382027] ACPI: Fan [FAN2] (off)
[    0.382043] ACPI: Fan [FAN3] (off)
[    0.382061] ACPI: Fan [FAN4] (off)
[    0.385798] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.385810] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7216000
[    0.397400] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.397417] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    0.397418] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.397419] usb usb2: Product: EHCI Host Controller
[    0.397420] usb usb2: Manufacturer: Linux 3.13-1-amd64 ehci_hcd
[    0.397421] usb usb2: SerialNumber: 0000:00:1d.0
[    0.397533] hub 2-0:1.0: USB hub found
[    0.397538] hub 2-0:1.0: 2 ports detected
[    0.397705] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.397708] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    0.397788] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.397805] xhci_hcd 0000:00:14.0: irq 42 for MSI/MSI-X
[    0.397899] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    0.397901] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.397902] usb usb3: Product: xHCI Host Controller
[    0.397902] usb usb3: Manufacturer: Linux 3.13-1-amd64 xhci_hcd
[    0.397903] usb usb3: SerialNumber: 0000:00:14.0
[    0.398023] hub 3-0:1.0: USB hub found
[    0.398030] hub 3-0:1.0: 4 ports detected
[    0.398257] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.398259] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    0.398291] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    0.398292] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.398293] usb usb4: Product: xHCI Host Controller
[    0.398293] usb usb4: Manufacturer: Linux 3.13-1-amd64 xhci_hcd
[    0.398294] usb usb4: SerialNumber: 0000:00:14.0
[    0.398374] hub 4-0:1.0: USB hub found
[    0.398386] hub 4-0:1.0: 4 ports detected
[    0.409399] ahci 0000:00:1f.2: version 3.0
[    0.409466] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
[    0.425400] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x7 impl SATA mode
[    0.425406] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[    0.441727] scsi0 : ahci
[    0.441898] scsi1 : ahci
[    0.442062] scsi2 : ahci
[    0.442173] scsi3 : ahci
[    0.442291] scsi4 : ahci
[    0.442373] scsi5 : ahci
[    0.442400] ata1: SATA max UDMA/133 abar m2048@0xf7215000 port 0xf7215100 irq 43
[    0.442401] ata2: SATA max UDMA/133 abar m2048@0xf7215000 port 0xf7215180 irq 43
[    0.442403] ata3: SATA max UDMA/133 abar m2048@0xf7215000 port 0xf7215200 irq 43
[    0.442403] ata4: DUMMY
[    0.442404] ata5: DUMMY
[    0.442404] ata6: DUMMY
[    0.693270] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    0.761200] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    0.762416] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20131115/psargs-359)
[    0.762423] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT2._GTF] (Node ffff880215cb5830), AE_NOT_FOUND (20131115/psparse-536)
[    0.762434] ata3.00: ATAPI: HL-DT-STDVD-RAM GH22LS30, 1.01, max UDMA/100
[    0.763880] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20131115/psargs-359)
[    0.763888] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT2._GTF] (Node ffff880215cb5830), AE_NOT_FOUND (20131115/psparse-536)
[    0.763899] ata3.00: configured for UDMA/100
[    0.769211] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.769232] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.770019] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20131115/psargs-359)
[    0.770026] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ffff880215cb5920), AE_NOT_FOUND (20131115/psparse-536)
[    0.770070] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20131115/psargs-359)
[    0.770076] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT1._GTF] (Node ffff880215cb58a8), AE_NOT_FOUND (20131115/psparse-536)
[    0.770210] ata1.00: ATA-8: WDC WD10EZEX-00RKKA0, 80.00A80, max UDMA/133
[    0.770214] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    0.770497] ata2.00: ATA-9: WDC WD10EZEX-60ZF5A0, 80.00A80, max UDMA/100
[    0.770501] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    0.771069] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20131115/psargs-359)
[    0.771076] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ffff880215cb5920), AE_NOT_FOUND (20131115/psparse-536)
[    0.771285] ata1.00: configured for UDMA/133
[    0.771335] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20131115/psargs-359)
[    0.771342] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT1._GTF] (Node ffff880215cb58a8), AE_NOT_FOUND (20131115/psparse-536)
[    0.771405] ata2.00: configured for UDMA/100
[    0.771507] scsi 0:0:0:0: Direct-Access     ATA      WDC WD10EZEX-00R 80.0 PQ: 0 ANSI: 5
[    0.771860] scsi 1:0:0:0: Direct-Access     ATA      WDC WD10EZEX-60Z 80.0 PQ: 0 ANSI: 5
[    0.773188] scsi 2:0:0:0: CD-ROM            HL-DT-ST DVD-RAM GH22LS30 1.01 PQ: 0 ANSI: 5
[    0.776561] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    0.776563] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    0.776577] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    0.776580] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    0.776636] sd 0:0:0:0: [sda] Write Protect is off
[    0.776638] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.776660] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.776676] sd 1:0:0:0: [sdb] Write Protect is off
[    0.776677] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    0.776699] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.777201] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    0.777202] cdrom: Uniform CD-ROM driver Revision: 3.20
[    0.777259] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    0.777984] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    0.778039] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    0.778063] sr 2:0:0:0: Attached scsi generic sg2 type 5
[    0.789971]  sda: sda1 sda2
[    0.790517] sd 0:0:0:0: [sda] Attached SCSI disk
[    0.820284]  sdb: sdb1 sdb2 < sdb5 sdb6 >
[    0.821029] sd 1:0:0:0: [sdb] Attached SCSI disk
[    0.825572] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[    0.825576] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    0.825848] hub 1-1:1.0: USB hub found
[    0.825927] hub 1-1:1.0: 6 ports detected
[    0.937112] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.069463] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[    1.069476] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.069693] hub 2-1:1.0: USB hub found
[    1.069793] hub 2-1:1.0: 8 ports detected
[    1.141102] usb 1-1.5: new full-speed USB device number 3 using ehci-pci
[    1.232626] PM: Starting manual resume from disk
[    1.232629] PM: Hibernation image partition 8:21 present
[    1.232630] PM: Looking for hibernation image.
[    1.232747] PM: Image not found (code -22)
[    1.232750] PM: Hibernation image not present or could not be loaded.
[    1.237175] usb 1-1.5: New USB device found, idVendor=1532, idProduct=0016
[    1.237178] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.237180] usb 1-1.5: Product: Razer DeathAdder
[    1.237182] usb 1-1.5: Manufacturer: Razer
[    1.239117] hidraw: raw HID events driver (C) Jiri Kosina
[    1.241010] usbcore: registered new interface driver usbhid
[    1.241012] usbhid: USB HID core driver
[    1.242384] input: Razer Razer DeathAdder as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input2
[    1.242448] hid-generic 0003:1532:0016.0001: input,hidraw0: USB HID v1.11 Mouse [Razer Razer DeathAdder] on usb-0000:00:1a.0-1.5/input0
[    1.248371] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[    1.308878] tsc: Refined TSC clocksource calibration: 3400.024 MHz
[    1.309042] usb 1-1.6: new low-speed USB device number 4 using ehci-pci
[    1.406970] usb 1-1.6: New USB device found, idVendor=046d, idProduct=c312
[    1.406975] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.406977] usb 1-1.6: Product: USB Multimedia Keyboard
[    1.406988] usb 1-1.6: Manufacturer: BTC
[    1.410197] input: BTC USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input3
[    1.410295] hid-generic 0003:046D:C312.0002: input,hidraw1: USB HID v1.10 Keyboard [BTC USB Multimedia Keyboard] on usb-0000:00:1a.0-1.6/input0
[    1.417026] input: BTC USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.1/input/input4
[    1.417228] hid-generic 0003:046D:C312.0003: input,hiddev0,hidraw2: USB HID v1.10 Device [BTC USB Multimedia Keyboard] on usb-0000:00:1a.0-1.6/input1
[    1.488927] usb 2-1.5: new high-speed USB device number 3 using ehci-pci
[    1.598519] usb 2-1.5: New USB device found, idVendor=7392, idProduct=7711
[    1.598522] usb 2-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.598524] usb 2-1.5: Product: 802.11 n WLAN
[    1.598526] usb 2-1.5: Manufacturer: Ralink
[    1.598528] usb 2-1.5: SerialNumber: 1.0
[    1.668851] usb 2-1.6: new high-speed USB device number 4 using ehci-pci
[    1.773563] usb 2-1.6: New USB device found, idVendor=13fe, idProduct=4200
[    1.773566] usb 2-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.773568] usb 2-1.6: Product: GOODRAM 4GB
[    1.773570] usb 2-1.6: Manufacturer: Wilk
[    1.773571] usb 2-1.6: SerialNumber: 07073B5767B2A197
[    1.775649] random: nonblocking pool is initialized
[    1.845197] systemd-udevd[374]: starting version 204
[    2.283205] usb-storage 2-1.6:1.0: USB Mass Storage device detected
[    2.283252] scsi6 : usb-storage 2-1.6:1.0
[    2.283289] usbcore: registered new interface driver usb-storage
[    2.293448] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5
[    2.293474] ACPI: Power Button [PWRB]
[    2.293502] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
[    2.293515] ACPI: Power Button [PWRF]
[    2.293524] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
[    2.293528] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.293531] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[    2.293533] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.293534] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[    2.293535] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.293536] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    2.302749] ACPI Warning: 0x000000000000f000-0x000000000000f01f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20131115/utaddress-251)
[    2.302753] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.303549] wmi: Mapper loaded
[    2.308325] Switched to clocksource tsc
[    2.323668] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    2.407576] [drm] Initialized drm 1.1.0 20060810
[    2.415721] mei_me 0000:00:16.0: irq 44 for MSI/MSI-X
[    2.437635] cfg80211: Calling CRDA to update world regulatory domain
[    2.561977] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    2.640166] MXM: GUID detected in BIOS
[    2.640221] usb 2-1.5: reset high-speed USB device number 3 using ehci-pci
[    2.640398] nouveau  [  DEVICE][0000:01:00.0] BOOT0  : 0x0e4070a2
[    2.640400] nouveau  [  DEVICE][0000:01:00.0] Chipset: GK104 (NVE4)
[    2.640401] nouveau  [  DEVICE][0000:01:00.0] Family : NVE0
[    2.641403] nouveau  [   VBIOS][0000:01:00.0] checking PRAMIN for image...
[    2.641408] nouveau  [   VBIOS][0000:01:00.0] ... signature not found
[    2.641409] nouveau  [   VBIOS][0000:01:00.0] checking PROM for image...
[    2.642844] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[    2.739573] nouveau  [   VBIOS][0000:01:00.0] ... appears to be valid
[    2.739574] nouveau  [   VBIOS][0000:01:00.0] using image from PROM
[    2.739634] nouveau  [   VBIOS][0000:01:00.0] BIT signature found
[    2.739635] nouveau  [   VBIOS][0000:01:00.0] version 80.04.bf.00.63
[    2.739800] nouveau 0000:01:00.0: irq 46 for MSI/MSI-X
[    2.739806] nouveau  [     PMC][0000:01:00.0] MSI interrupts enabled
[    2.739832] nouveau  [     PFB][0000:01:00.0] RAM type: GDDR5
[    2.739833] nouveau  [     PFB][0000:01:00.0] RAM size: 2048 MiB
[    2.739833] nouveau  [     PFB][0000:01:00.0]    ZCOMP: 0 tags
[    2.742550] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3070, rev 0201 detected
[    2.743507] nouveau  [    VOLT][0000:01:00.0] GPU voltage: 875000uv
[    2.766230] nouveau  [  PTHERM][0000:01:00.0] FAN control: none / external
[    2.766232] nouveau  [  PTHERM][0000:01:00.0] fan management: automatic
[    2.766234] nouveau  [  PTHERM][0000:01:00.0] internal sensor: yes
[    2.766255] nouveau  [     CLK][0000:01:00.0] 07: core 405 MHz memory 324 MHz 
[    2.766282] nouveau  [     CLK][0000:01:00.0] 0a: core 405-967 MHz memory 810 MHz 
[    2.766334] nouveau  [     CLK][0000:01:00.0] 0e: core 405-1306 MHz memory 3004 MHz 
[    2.766399] nouveau  [     CLK][0000:01:00.0] 0f: core 405-1306 MHz memory 3004 MHz 
[    2.766463] nouveau  [     CLK][0000:01:00.0] --: core 405 MHz memory 324 MHz 
[    2.770638] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0005 detected
[    2.784034] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[    2.784069] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[    2.784093] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    2.784115] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    2.784138] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    2.784160] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    2.784182] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    2.784207] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    2.787239] [TTM] Zone  kernel: Available graphics memory: 4071468 kiB
[    2.787240] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    2.787241] [TTM] Initializing pool allocator
[    2.787243] [TTM] Initializing DMA pool allocator
[    2.787249] nouveau  [     DRM] VRAM: 2048 MiB
[    2.787249] nouveau  [     DRM] GART: 1048576 MiB
[    2.787252] nouveau  [     DRM] TMDS table version 2.0
[    2.787252] nouveau  [     DRM] DCB version 4.0
[    2.787253] nouveau  [     DRM] DCB outp 00: 01000f02 00020030
[    2.787254] nouveau  [     DRM] DCB outp 01: 02000f00 00000000
[    2.787255] nouveau  [     DRM] DCB outp 02: 08011f82 00020030
[    2.787256] nouveau  [     DRM] DCB outp 03: 02022f62 00020010
[    2.787256] nouveau  [     DRM] DCB outp 04: 04833fb6 0f420010
[    2.787257] nouveau  [     DRM] DCB outp 05: 04033f72 00020010
[    2.787258] nouveau  [     DRM] DCB conn 00: 00001030
[    2.787259] nouveau  [     DRM] DCB conn 01: 00020131
[    2.787260] nouveau  [     DRM] DCB conn 02: 00010261
[    2.787260] nouveau  [     DRM] DCB conn 03: 00002346
[    2.788042] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.788043] [drm] No driver support for vblank timestamp query.
[    2.796761] nouveau  [     DRM] MM: using COPY for buffer copies
[    2.847471] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    2.847598] usbcore: registered new interface driver rt2800usb
[    2.864138] nouveau  [     DRM] allocated 1920x1080 fb: 0x80000, bo ffff880215423000
[    2.864166] fbcon: nouveaufb (fb0) is primary device
[    2.935758] Console: switching to colour frame buffer device 240x67
[    2.936609] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device
[    2.936610] nouveau 0000:01:00.0: registered panic notifier
[    2.936613] [drm] Initialized nouveau 1.1.1 20120801 for 0000:01:00.0 on minor 0
[    2.936711] hda_intel: Disabling MSI
[    2.936716] hda-intel 0000:01:00.1: Handle VGA-switcheroo audio client
[    2.944162] alg: No test for crc32 (crc32-pclmul)
[    3.075035] iTCO_vendor_support: vendor-support=0
[    3.077368] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[    3.077389] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
[    3.077457] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    3.281619] scsi 6:0:0:0: Direct-Access     Wilk     GOODRAM 4GB      PMAP PQ: 0 ANSI: 6
[    3.281783] sd 6:0:0:0: Attached scsi generic sg3 type 0
[    3.285290] sd 6:0:0:0: [sdc] 7815168 512-byte logical blocks: (4.00 GB/3.72 GiB)
[    3.287765] sd 6:0:0:0: [sdc] Write Protect is off
[    3.287768] sd 6:0:0:0: [sdc] Mode Sense: 23 00 00 00
[    3.289593] sd 6:0:0:0: [sdc] No Caching mode page found
[    3.289602] sd 6:0:0:0: [sdc] Assuming drive cache: write through
[    3.298852] sd 6:0:0:0: [sdc] No Caching mode page found
[    3.298859] sd 6:0:0:0: [sdc] Assuming drive cache: write through
[    3.301561]  sdc: sdc1
[    3.311105] sd 6:0:0:0: [sdc] No Caching mode page found
[    3.311114] sd 6:0:0:0: [sdc] Assuming drive cache: write through
[    3.311119] sd 6:0:0:0: [sdc] Attached SCSI removable disk
[    3.365664] cfg80211: World regulatory domain updated:
[    3.365667] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    3.365668] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[    3.365669] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[    3.365670] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
[    3.365671] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[    3.365672] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[    3.365673] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
[    3.449841] intel_rapl: domain uncore energy ctr 0:0 not working, skip
[    3.575621] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
[    3.575729] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
[    3.575826] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
[    3.575917] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
[    4.062304] Adding 16666620k swap on /dev/sdb5.  Priority:-1 extents:1 across:16666620k 
[    4.080239] EXT4-fs (sdb1): re-mounted. Opts: (null)
[    4.322883] EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro
[    4.769347] EXT4-fs (sdb6): mounted filesystem with ordered data mode. Opts: (null)
[    5.212226] RPC: Registered named UNIX socket transport module.
[    5.212229] RPC: Registered udp transport module.
[    5.212230] RPC: Registered tcp transport module.
[    5.212230] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    5.222959] FS-Cache: Loaded
[    5.244476] FS-Cache: Netfs 'nfs' registered for caching
[    5.270393] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    7.290613] systemd-logind[2275]: New seat seat0.
[    7.290919] systemd-logind[2275]: Watching system buttons on /dev/input/event4 (Power Button)
[    7.290955] systemd-logind[2275]: Watching system buttons on /dev/input/event3 (Power Button)
[    7.322317] r8169 0000:03:00.0: firmware: failed to load rtl_nic/rtl8168e-3.fw (-2)
[    7.322321] r8169 0000:03:00.0: Direct firmware load failed with error -2
[    7.322322] r8169 0000:03:00.0: Falling back to user helper
[    7.322658] r8169 0000:03:00.0 eth0: unable to load firmware patch rtl_nic/rtl8168e-3.fw (-2)
[    7.335430] r8169 0000:03:00.0 eth0: link down
[    7.335461] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    7.340787] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
[    7.355469] rt2800usb 2-1.5:1.0: firmware: direct-loading firmware rt2870.bin
[    7.355472] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29
[    7.696906] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    7.942682] systemd-logind[2275]: New session c1 of user lightdm.
[    7.942746] systemd-logind[2275]: Linked /tmp/.X11-unix/X0 to /run/user/106/X11-display.
[   19.262248] systemd-logind[2275]: New session 1 of user demiu.
[   19.262318] systemd-logind[2275]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display.891] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.158012] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    0.158084] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.158435] PCI host bridge to bus 0000:00
[    0.158437] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.158438] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.158439] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.158440] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.158441] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    0.158441] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.158442] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.158443] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    0.158444] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[    0.158445] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[    0.158445] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff]
[    0.158450] pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
[    0.158503] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
[    0.158521] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.158548] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.158587] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[    0.158606] pci 0000:00:14.0: reg 0x10: [mem 0xf7200000-0xf720ffff 64bit]
[    0.158666] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.158696] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.158718] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[    0.158737] pci 0000:00:16.0: reg 0x10: [mem 0xf7219000-0xf721900f 64bit]
[    0.158803] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.158860] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[    0.158877] pci 0000:00:1a.0: reg 0x10: [mem 0xf7217000-0xf72173ff]
[    0.158955] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.158995] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.159016] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[    0.159028] pci 0000:00:1b.0: reg 0x10: [mem 0xf7210000-0xf7213fff 64bit]
[    0.159083] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.159116] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.159135] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[    0.159201] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.159236] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.159254] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
[    0.159321] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.159355] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    0.159381] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[    0.159399] pci 0000:00:1d.0: reg 0x10: [mem 0xf7216000-0xf72163ff]
[    0.159476] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.159516] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.159536] pci 0000:00:1f.0: [8086:1e44] type 00 class 0x060100
[    0.159674] pci 0000:00:1f.2: [8086:1e02] type 00 class 0x010601
[    0.159688] pci 0000:00:1f.2: reg 0x10: [io  0xf070-0xf077]
[    0.159694] pci 0000:00:1f.2: reg 0x14: [io  0xf060-0xf063]
[    0.159699] pci 0000:00:1f.2: reg 0x18: [io  0xf050-0xf057]
[    0.159705] pci 0000:00:1f.2: reg 0x1c: [io  0xf040-0xf043]
[    0.159711] pci 0000:00:1f.2: reg 0x20: [io  0xf020-0xf03f]
[    0.159716] pci 0000:00:1f.2: reg 0x24: [mem 0xf7215000-0xf72157ff]
[    0.159753] pci 0000:00:1f.2: PME# supported from D3hot
[    0.159797] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[    0.159808] pci 0000:00:1f.3: reg 0x10: [mem 0xf7214000-0xf72140ff 64bit]
[    0.159825] pci 0000:00:1f.3: reg 0x20: [io  0xf000-0xf01f]
[    0.159907] pci 0000:01:00.0: [10de:1187] type 00 class 0x030000
[    0.159914] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.159921] pci 0000:01:00.0: reg 0x14: [mem 0xe8000000-0xefffffff 64bit pref]
[    0.159928] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.159933] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.159938] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    0.159990] pci 0000:01:00.1: [10de:0e0a] type 00 class 0x040300
[    0.159997] pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
[    0.165428] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.165430] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.165431] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.165433] pci 0000:00:01.0:   bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
[    0.165479] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.165551] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.165569] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.165599] pci 0000:03:00.0: reg 0x18: [mem 0xf7104000-0xf7104fff 64bit pref]
[    0.165619] pci 0000:03:00.0: reg 0x20: [mem 0xf7100000-0xf7103fff 64bit pref]
[    0.165702] pci 0000:03:00.0: supports D1 D2
[    0.165703] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.165735] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.173429] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.173432] pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
[    0.173434] pci 0000:00:1c.1:   bridge window [mem 0xf7100000-0xf71fffff]
[    0.173452] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[    0.173685] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.173714] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.173742] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.173770] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.173797] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.173824] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.173852] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.173879] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.173995] ACPI: Enabled 4 GPEs in block 00 to 3F
[    0.173999] ACPI: \_SB_.PCI0: notify handler is installed
[    0.174026] Found 1 acpi root devices
[    0.174068] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.174069] vgaarb: loaded
[    0.174070] vgaarb: bridge control possible 0000:01:00.0
[    0.174088] PCI: Using ACPI for IRQ routing
[    0.175396] PCI: pci_cache_line_size set to 64 bytes
[    0.175426] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.175427] e820: reserve RAM buffer [mem 0xdd701000-0xdfffffff]
[    0.175428] e820: reserve RAM buffer [mem 0xddc0c000-0xdfffffff]
[    0.175429] e820: reserve RAM buffer [mem 0xdedca000-0xdfffffff]
[    0.175430] e820: reserve RAM buffer [mem 0xdf233000-0xdfffffff]
[    0.175430] e820: reserve RAM buffer [mem 0xdf800000-0xdfffffff]
[    0.175431] e820: reserve RAM buffer [mem 0x21f000000-0x21fffffff]
[    0.175484] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.175486] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.177498] Switched to clocksource hpet
[    0.178299] pnp: PnP ACPI init
[    0.178304] ACPI: bus type PNP registered
[    0.178335] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.178336] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.178342] pnp 00:01: [dma 4]
[    0.178349] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.178359] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    0.178405] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.178424] system 00:04: [io  0x0680-0x069f] has been reserved
[    0.178426] system 00:04: [io  0x1000-0x100f] has been reserved
[    0.178426] system 00:04: [io  0xffff] has been reserved
[    0.178427] system 00:04: [io  0xffff] has been reserved
[    0.178429] system 00:04: [io  0x0400-0x0453] could not be reserved
[    0.178430] system 00:04: [io  0x0458-0x047f] has been reserved
[    0.178431] system 00:04: [io  0x0500-0x057f] has been reserved
[    0.178432] system 00:04: [io  0x164e-0x164f] has been reserved
[    0.178433] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.178447] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.178469] system 00:06: [io  0x0454-0x0457] has been reserved
[    0.178470] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.178568] system 00:07: [io  0x0a00-0x0a0f] has been reserved
[    0.178569] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.178658] pnp 00:08: [dma 0 disabled]
[    0.178680] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.178703] system 00:09: [io  0x04d0-0x04d1] has been reserved
[    0.178704] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.178717] pnp 00:0a: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.178843] system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.178844] system 00:0b: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.178845] system 00:0b: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.178846] system 00:0b: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.178848] system 00:0b: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.178849] system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.178850] system 00:0b: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.178851] system 00:0b: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.178852] system 00:0b: [mem 0xff000000-0xffffffff] has been reserved
[    0.178853] system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.178854] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.178923] pnp: PnP ACPI: found 12 devices
[    0.178923] ACPI: bus type PNP unregistered
[    0.184218] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.184220] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.184221] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.184223] pci 0000:00:01.0:   bridge window [mem 0xe8000000-0xf1ffffff 64bit pref]
[    0.184225] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.184233] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.184235] pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
[    0.184239] pci 0000:00:1c.1:   bridge window [mem 0xf7100000-0xf71fffff]
[    0.184245] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.184246] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.184247] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.184248] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[    0.184248] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[    0.184249] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[    0.184250] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[    0.184251] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
[    0.184252] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
[    0.184253] pci_bus 0000:00: resource 13 [mem 0xe0000000-0xfeafffff]
[    0.184253] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.184254] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.184255] pci_bus 0000:01: resource 2 [mem 0xe8000000-0xf1ffffff 64bit pref]
[    0.184256] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.184257] pci_bus 0000:03: resource 1 [mem 0xf7100000-0xf71fffff]
[    0.184290] NET: Registered protocol family 2
[    0.184393] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.184475] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.184565] TCP: Hash tables configured (established 65536 bind 65536)
[    0.184574] TCP: reno registered
[    0.184580] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.184598] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.184646] NET: Registered protocol family 1
[    0.184938] pci 0000:01:00.0: Boot video device
[    0.184948] PCI: CLS 64 bytes, default 64
[    0.184973] Unpacking initramfs...
[    0.310982] Freeing initrd memory: 12604K (ffff880036752000 - ffff8800373a1000)
[    0.310986] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.310988] software IO TLB [mem 0xd9701000-0xdd701000] (64MB) mapped at [ffff8800d9701000-ffff8800dd700fff]
[    0.311126] microcode: CPU0 sig=0x306a9, pf=0x2, revision=0x17
[    0.311129] microcode: CPU1 sig=0x306a9, pf=0x2, revision=0x17
[    0.311132] microcode: CPU2 sig=0x306a9, pf=0x2, revision=0x17
[    0.311137] microcode: CPU3 sig=0x306a9, pf=0x2, revision=0x17
[    0.311176] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.311305] audit: initializing netlink socket (disabled)
[    0.311316] type=2000 audit(1397238760.304:1): initialized
[    0.318561] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.318898] VFS: Disk quotas dquot_6.5.2
[    0.318910] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.318951] msgmni has been set to 15898
[    0.319122] alg: No test for stdrng (krng)
[    0.319135] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.319156] io scheduler noop registered
[    0.319157] io scheduler deadline registered
[    0.319167] io scheduler cfq registered (default)
[    0.319275] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.319446] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.319453] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.319469] intel_idle: MWAIT substates: 0x1120
[    0.319470] intel_idle: v0.4 model 0x3A
[    0.319470] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.319533] GHES: HEST is not enabled!
[    0.319557] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.339931] 00:08: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.340224] Linux agpgart interface v0.103
[    0.340264] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.340595] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.340598] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.340700] mousedev: PS/2 mouse device common for all mice
[    0.340725] rtc_cmos 00:05: RTC can wake from S4
[    0.340841] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.340863] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.340868] Intel P-state driver initializing.
[    0.340874] Intel pstate controlling: cpu 0
[    0.340882] Intel pstate controlling: cpu 1
[    0.340887] Intel pstate controlling: cpu 2
[    0.340892] Intel pstate controlling: cpu 3
[    0.340905] AMD IOMMUv2 driver by Joerg Roedel <joerg.roedel@amd.com>
[    0.340905] AMD IOMMUv2 functionality not available on this system
[    0.340958] TCP: cubic registered
[    0.341007] NET: Registered protocol family 10
[    0.341109] mip6: Mobile IPv6
[    0.341110] NET: Registered protocol family 17
[    0.341111] mpls_gso: MPLS GSO support
[    0.341230] registered taskstats version 1
[    0.341656] rtc_cmos 00:05: setting system clock to 2014-04-11 17:52:40 UTC (1397238760)
[    0.341676] PM: Hibernation image not present or could not be loaded.
[    0.341981] Freeing unused kernel memory: 988K (ffffffff818af000 - ffffffff819a6000)
[    0.341982] Write protecting the kernel read-only data: 8192k
[    0.343476] Freeing unused kernel memory: 1324K (ffff8800014b5000 - ffff880001600000)
[    0.344079] Freeing unused kernel memory: 428K (ffff880001795000 - ffff880001800000)
[    0.351141] systemd-udevd[66]: starting version 204
[    0.362278] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    0.362286] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[    0.362507] r8169 0000:03:00.0: irq 41 for MSI/MSI-X
[    0.362633] r8169 0000:03:00.0 eth0: RTL8168evl/8111evl at 0xffffc90000c22000, d4:3d:7e:b4:62:f8, XID 0c900800 IRQ 41
[    0.362634] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    0.363212] ACPI: bus type USB registered
[    0.363226] usbcore: registered new interface driver usbfs
[    0.363231] usbcore: registered new interface driver hub
[    0.363684] usbcore: registered new device driver usb
[    0.363916] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.363982] ehci-pci: EHCI PCI platform driver
[    0.364069] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.364073] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.364083] ehci-pci 0000:00:1a.0: debug port 2
[    0.367987] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.368012] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7217000
[    0.373581] SCSI subsystem initialized
[    0.374071] libata version 3.00 loaded.
[    0.377401] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.377434] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.377435] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.377436] usb usb1: Product: EHCI Host Controller
[    0.377437] usb usb1: Manufacturer: Linux 3.13-1-amd64 ehci_hcd
[    0.377438] usb usb1: SerialNumber: 0000:00:1a.0
[    0.381606] hub 1-0:1.0: USB hub found
[    0.381635] thermal LNXTHERM:00: registered as thermal_zone0
[    0.381637] hub 1-0:1.0: 2 ports detected
[    0.381639] ACPI: Thermal Zone [TZ00] (28 C)
[    0.381863] thermal LNXTHERM:01: registered as thermal_zone1
[    0.381865] ACPI: Thermal Zone [TZ01] (30 C)
[    0.381886] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.381892] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.381904] ehci-pci 0000:00:1d.0: debug port 2
[    0.381990] ACPI: Fan [FAN0] (off)
[    0.382011] ACPI: Fan [FAN1] (off)
[    0.382027] ACPI: Fan [FAN2] (off)
[    0.382043] ACPI: Fan [FAN3] (off)
[    0.382061] ACPI: Fan [FAN4] (off)
[    0.385798] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.385810] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7216000
[    0.397400] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.397417] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    0.397418] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.397419] usb usb2: Product: EHCI Host Controller
[    0.397420] usb usb2: Manufacturer: Linux 3.13-1-amd64 ehci_hcd
[    0.397421] usb usb2: SerialNumber: 0000:00:1d.0
[    0.397533] hub 2-0:1.0: USB hub found
[    0.397538] hub 2-0:1.0: 2 ports detected
[    0.397705] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.397708] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    0.397788] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.397805] xhci_hcd 0000:00:14.0: irq 42 for MSI/MSI-X
[    0.397899] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    0.397901] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.397902] usb usb3: Product: xHCI Host Controller
[    0.397902] usb usb3: Manufacturer: Linux 3.13-1-amd64 xhci_hcd
[    0.397903] usb usb3: SerialNumber: 0000:00:14.0
[    0.398023] hub 3-0:1.0: USB hub found
[    0.398030] hub 3-0:1.0: 4 ports detected
[    0.398257] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.398259] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    0.398291] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    0.398292] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.398293] usb usb4: Product: xHCI Host Controller
[    0.398293] usb usb4: Manufacturer: Linux 3.13-1-amd64 xhci_hcd
[    0.398294] usb usb4: SerialNumber: 0000:00:14.0
[    0.398374] hub 4-0:1.0: USB hub found
[    0.398386] hub 4-0:1.0: 4 ports detected
[    0.409399] ahci 0000:00:1f.2: version 3.0
[    0.409466] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
[    0.425400] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x7 impl SATA mode
[    0.425406] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
[    0.441727] scsi0 : ahci
[    0.441898] scsi1 : ahci
[    0.442062] scsi2 : ahci
[    0.442173] scsi3 : ahci
[    0.442291] scsi4 : ahci
[    0.442373] scsi5 : ahci
[    0.442400] ata1: SATA max UDMA/133 abar m2048@0xf7215000 port 0xf7215100 irq 43
[    0.442401] ata2: SATA max UDMA/133 abar m2048@0xf7215000 port 0xf7215180 irq 43
[    0.442403] ata3: SATA max UDMA/133 abar m2048@0xf7215000 port 0xf7215200 irq 43
[    0.442403] ata4: DUMMY
[    0.442404] ata5: DUMMY
[    0.442404] ata6: DUMMY
[    0.693270] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    0.761200] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    0.762416] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20131115/psargs-359)
[    0.762423] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT2._GTF] (Node ffff880215cb5830), AE_NOT_FOUND (20131115/psparse-536)
[    0.762434] ata3.00: ATAPI: HL-DT-STDVD-RAM GH22LS30, 1.01, max UDMA/100
[    0.763880] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20131115/psargs-359)
[    0.763888] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT2._GTF] (Node ffff880215cb5830), AE_NOT_FOUND (20131115/psparse-536)
[    0.763899] ata3.00: configured for UDMA/100
[    0.769211] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.769232] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    0.770019] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20131115/psargs-359)
[    0.770026] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ffff880215cb5920), AE_NOT_FOUND (20131115/psparse-536)
[    0.770070] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20131115/psargs-359)
[    0.770076] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT1._GTF] (Node ffff880215cb58a8), AE_NOT_FOUND (20131115/psparse-536)
[    0.770210] ata1.00: ATA-8: WDC WD10EZEX-00RKKA0, 80.00A80, max UDMA/133
[    0.770214] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    0.770497] ata2.00: ATA-9: WDC WD10EZEX-60ZF5A0, 80.00A80, max UDMA/100
[    0.770501] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    0.771069] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20131115/psargs-359)
[    0.771076] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT0._GTF] (Node ffff880215cb5920), AE_NOT_FOUND (20131115/psparse-536)
[    0.771285] ata1.00: configured for UDMA/133
[    0.771335] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20131115/psargs-359)
[    0.771342] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SAT0.SPT1._GTF] (Node ffff880215cb58a8), AE_NOT_FOUND (20131115/psparse-536)
[    0.771405] ata2.00: configured for UDMA/100
[    0.771507] scsi 0:0:0:0: Direct-Access     ATA      WDC WD10EZEX-00R 80.0 PQ: 0 ANSI: 5
[    0.771860] scsi 1:0:0:0: Direct-Access     ATA      WDC WD10EZEX-60Z 80.0 PQ: 0 ANSI: 5
[    0.773188] scsi 2:0:0:0: CD-ROM            HL-DT-ST DVD-RAM GH22LS30 1.01 PQ: 0 ANSI: 5
[    0.776561] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    0.776563] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    0.776577] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    0.776580] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    0.776636] sd 0:0:0:0: [sda] Write Protect is off
[    0.776638] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.776660] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.776676] sd 1:0:0:0: [sdb] Write Protect is off
[    0.776677] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    0.776699] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.777201] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    0.777202] cdrom: Uniform CD-ROM driver Revision: 3.20
[    0.777259] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    0.777984] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    0.778039] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    0.778063] sr 2:0:0:0: Attached scsi generic sg2 type 5
[    0.789971]  sda: sda1 sda2
[    0.790517] sd 0:0:0:0: [sda] Attached SCSI disk
[    0.820284]  sdb: sdb1 sdb2 < sdb5 sdb6 >
[    0.821029] sd 1:0:0:0: [sdb] Attached SCSI disk
[    0.825572] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[    0.825576] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    0.825848] hub 1-1:1.0: USB hub found
[    0.825927] hub 1-1:1.0: 6 ports detected
[    0.937112] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.069463] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[    1.069476] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.069693] hub 2-1:1.0: USB hub found
[    1.069793] hub 2-1:1.0: 8 ports detected
[    1.141102] usb 1-1.5: new full-speed USB device number 3 using ehci-pci
[    1.232626] PM: Starting manual resume from disk
[    1.232629] PM: Hibernation image partition 8:21 present
[    1.232630] PM: Looking for hibernation image.
[    1.232747] PM: Image not found (code -22)
[    1.232750] PM: Hibernation image not present or could not be loaded.
[    1.237175] usb 1-1.5: New USB device found, idVendor=1532, idProduct=0016
[    1.237178] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.237180] usb 1-1.5: Product: Razer DeathAdder
[    1.237182] usb 1-1.5: Manufacturer: Razer
[    1.239117] hidraw: raw HID events driver (C) Jiri Kosina
[    1.241010] usbcore: registered new interface driver usbhid
[    1.241012] usbhid: USB HID core driver
[    1.242384] input: Razer Razer DeathAdder as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input2
[    1.242448] hid-generic 0003:1532:0016.0001: input,hidraw0: USB HID v1.11 Mouse [Razer Razer DeathAdder] on usb-0000:00:1a.0-1.5/input0
[    1.248371] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[    1.308878] tsc: Refined TSC clocksource calibration: 3400.024 MHz
[    1.309042] usb 1-1.6: new low-speed USB device number 4 using ehci-pci
[    1.406970] usb 1-1.6: New USB device found, idVendor=046d, idProduct=c312
[    1.406975] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.406977] usb 1-1.6: Product: USB Multimedia Keyboard
[    1.406988] usb 1-1.6: Manufacturer: BTC
[    1.410197] input: BTC USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input3
[    1.410295] hid-generic 0003:046D:C312.0002: input,hidraw1: USB HID v1.10 Keyboard [BTC USB Multimedia Keyboard] on usb-0000:00:1a.0-1.6/input0
[    1.417026] input: BTC USB Multimedia Keyboard as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.1/input/input4
[    1.417228] hid-generic 0003:046D:C312.0003: input,hiddev0,hidraw2: USB HID v1.10 Device [BTC USB Multimedia Keyboard] on usb-0000:00:1a.0-1.6/input1
[    1.488927] usb 2-1.5: new high-speed USB device number 3 using ehci-pci
[    1.598519] usb 2-1.5: New USB device found, idVendor=7392, idProduct=7711
[    1.598522] usb 2-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.598524] usb 2-1.5: Product: 802.11 n WLAN
[    1.598526] usb 2-1.5: Manufacturer: Ralink
[    1.598528] usb 2-1.5: SerialNumber: 1.0
[    1.668851] usb 2-1.6: new high-speed USB device number 4 using ehci-pci
[    1.773563] usb 2-1.6: New USB device found, idVendor=13fe, idProduct=4200
[    1.773566] usb 2-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.773568] usb 2-1.6: Product: GOODRAM 4GB
[    1.773570] usb 2-1.6: Manufacturer: Wilk
[    1.773571] usb 2-1.6: SerialNumber: 07073B5767B2A197
[    1.775649] random: nonblocking pool is initialized
[    1.845197] systemd-udevd[374]: starting version 204
[    2.283205] usb-storage 2-1.6:1.0: USB Mass Storage device detected
[    2.283252] scsi6 : usb-storage 2-1.6:1.0
[    2.283289] usbcore: registered new interface driver usb-storage
[    2.293448] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5
[    2.293474] ACPI: Power Button [PWRB]
[    2.293502] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
[    2.293515] ACPI: Power Button [PWRF]
[    2.293524] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
[    2.293528] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.293531] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[    2.293533] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.293534] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[    2.293535] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.293536] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    2.302749] ACPI Warning: 0x000000000000f000-0x000000000000f01f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20131115/utaddress-251)
[    2.302753] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.303549] wmi: Mapper loaded
[    2.308325] Switched to clocksource tsc
[    2.323668] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    2.407576] [drm] Initialized drm 1.1.0 20060810
[    2.415721] mei_me 0000:00:16.0: irq 44 for MSI/MSI-X
[    2.437635] cfg80211: Calling CRDA to update world regulatory domain
[    2.561977] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    2.640166] MXM: GUID detected in BIOS
[    2.640221] usb 2-1.5: reset high-speed USB device number 3 using ehci-pci
[    2.640398] nouveau  [  DEVICE][0000:01:00.0] BOOT0  : 0x0e4070a2
[    2.640400] nouveau  [  DEVICE][0000:01:00.0] Chipset: GK104 (NVE4)
[    2.640401] nouveau  [  DEVICE][0000:01:00.0] Family : NVE0
[    2.641403] nouveau  [   VBIOS][0000:01:00.0] checking PRAMIN for image...
[    2.641408] nouveau  [   VBIOS][0000:01:00.0] ... signature not found
[    2.641409] nouveau  [   VBIOS][0000:01:00.0] checking PROM for image...
[    2.642844] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[    2.739573] nouveau  [   VBIOS][0000:01:00.0] ... appears to be valid
[    2.739574] nouveau  [   VBIOS][0000:01:00.0] using image from PROM
[    2.739634] nouveau  [   VBIOS][0000:01:00.0] BIT signature found
[    2.739635] nouveau  [   VBIOS][0000:01:00.0] version 80.04.bf.00.63
[    2.739800] nouveau 0000:01:00.0: irq 46 for MSI/MSI-X
[    2.739806] nouveau  [     PMC][0000:01:00.0] MSI interrupts enabled
[    2.739832] nouveau  [     PFB][0000:01:00.0] RAM type: GDDR5
[    2.739833] nouveau  [     PFB][0000:01:00.0] RAM size: 2048 MiB
[    2.739833] nouveau  [     PFB][0000:01:00.0]    ZCOMP: 0 tags
[    2.742550] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3070, rev 0201 detected
[    2.743507] nouveau  [    VOLT][0000:01:00.0] GPU voltage: 875000uv
[    2.766230] nouveau  [  PTHERM][0000:01:00.0] FAN control: none / external
[    2.766232] nouveau  [  PTHERM][0000:01:00.0] fan management: automatic
[    2.766234] nouveau  [  PTHERM][0000:01:00.0] internal sensor: yes
[    2.766255] nouveau  [     CLK][0000:01:00.0] 07: core 405 MHz memory 324 MHz 
[    2.766282] nouveau  [     CLK][0000:01:00.0] 0a: core 405-967 MHz memory 810 MHz 
[    2.766334] nouveau  [     CLK][0000:01:00.0] 0e: core 405-1306 MHz memory 3004 MHz 
[    2.766399] nouveau  [     CLK][0000:01:00.0] 0f: core 405-1306 MHz memory 3004 MHz 
[    2.766463] nouveau  [     CLK][0000:01:00.0] --: core 405 MHz memory 324 MHz 
[    2.770638] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0005 detected
[    2.784034] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
[    2.784069] input: HDA Intel PCH Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
[    2.784093] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
[    2.784115] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
[    2.784138] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    2.784160] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    2.784182] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    2.784207] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    2.787239] [TTM] Zone  kernel: Available graphics memory: 4071468 kiB
[    2.787240] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    2.787241] [TTM] Initializing pool allocator
[    2.787243] [TTM] Initializing DMA pool allocator
[    2.787249] nouveau  [     DRM] VRAM: 2048 MiB
[    2.787249] nouveau  [     DRM] GART: 1048576 MiB
[    2.787252] nouveau  [     DRM] TMDS table version 2.0
[    2.787252] nouveau  [     DRM] DCB version 4.0
[    2.787253] nouveau  [     DRM] DCB outp 00: 01000f02 00020030
[    2.787254] nouveau  [     DRM] DCB outp 01: 02000f00 00000000
[    2.787255] nouveau  [     DRM] DCB outp 02: 08011f82 00020030
[    2.787256] nouveau  [     DRM] DCB outp 03: 02022f62 00020010
[    2.787256] nouveau  [     DRM] DCB outp 04: 04833fb6 0f420010
[    2.787257] nouveau  [     DRM] DCB outp 05: 04033f72 00020010
[    2.787258] nouveau  [     DRM] DCB conn 00: 00001030
[    2.787259] nouveau  [     DRM] DCB conn 01: 00020131
[    2.787260] nouveau  [     DRM] DCB conn 02: 00010261
[    2.787260] nouveau  [     DRM] DCB conn 03: 00002346
[    2.788042] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.788043] [drm] No driver support for vblank timestamp query.
[    2.796761] nouveau  [     DRM] MM: using COPY for buffer copies
[    2.847471] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    2.847598] usbcore: registered new interface driver rt2800usb
[    2.864138] nouveau  [     DRM] allocated 1920x1080 fb: 0x80000, bo ffff880215423000
[    2.864166] fbcon: nouveaufb (fb0) is primary device
[    2.935758] Console: switching to colour frame buffer device 240x67
[    2.936609] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device
[    2.936610] nouveau 0000:01:00.0: registered panic notifier
[    2.936613] [drm] Initialized nouveau 1.1.1 20120801 for 0000:01:00.0 on minor 0
[    2.936711] hda_intel: Disabling MSI
[    2.936716] hda-intel 0000:01:00.1: Handle VGA-switcheroo audio client
[    2.944162] alg: No test for crc32 (crc32-pclmul)
[    3.075035] iTCO_vendor_support: vendor-support=0
[    3.077368] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[    3.077389] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
[    3.077457] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    3.281619] scsi 6:0:0:0: Direct-Access     Wilk     GOODRAM 4GB      PMAP PQ: 0 ANSI: 6
[    3.281783] sd 6:0:0:0: Attached scsi generic sg3 type 0
[    3.285290] sd 6:0:0:0: [sdc] 7815168 512-byte logical blocks: (4.00 GB/3.72 GiB)
[    3.287765] sd 6:0:0:0: [sdc] Write Protect is off
[    3.287768] sd 6:0:0:0: [sdc] Mode Sense: 23 00 00 00
[    3.289593] sd 6:0:0:0: [sdc] No Caching mode page found
[    3.289602] sd 6:0:0:0: [sdc] Assuming drive cache: write through
[    3.298852] sd 6:0:0:0: [sdc] No Caching mode page found
[    3.298859] sd 6:0:0:0: [sdc] Assuming drive cache: write through
[    3.301561]  sdc: sdc1
[    3.311105] sd 6:0:0:0: [sdc] No Caching mode page found
[    3.311114] sd 6:0:0:0: [sdc] Assuming drive cache: write through
[    3.311119] sd 6:0:0:0: [sdc] Attached SCSI removable disk
[    3.365664] cfg80211: World regulatory domain updated:
[    3.365667] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    3.365668] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[    3.365669] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[    3.365670] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm)
[    3.365671] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[    3.365672] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm)
[    3.365673] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
[    3.449841] intel_rapl: domain uncore energy ctr 0:0 not working, skip
[    3.575621] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
[    3.575729] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
[    3.575826] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
[    3.575917] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
[    4.062304] Adding 16666620k swap on /dev/sdb5.  Priority:-1 extents:1 across:16666620k 
[    4.080239] EXT4-fs (sdb1): re-mounted. Opts: (null)
[    4.322883] EXT4-fs (sdb1): re-mounted. Opts: errors=remount-ro
[    4.769347] EXT4-fs (sdb6): mounted filesystem with ordered data mode. Opts: (null)
[    5.212226] RPC: Registered named UNIX socket transport module.
[    5.212229] RPC: Registered udp transport module.
[    5.212230] RPC: Registered tcp transport module.
[    5.212230] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    5.222959] FS-Cache: Loaded
[    5.244476] FS-Cache: Netfs 'nfs' registered for caching
[    5.270393] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    7.290613] systemd-logind[2275]: New seat seat0.
[    7.290919] systemd-logind[2275]: Watching system buttons on /dev/input/event4 (Power Button)
[    7.290955] systemd-logind[2275]: Watching system buttons on /dev/input/event3 (Power Button)
[    7.322317] r8169 0000:03:00.0: firmware: failed to load rtl_nic/rtl8168e-3.fw (-2)
[    7.322321] r8169 0000:03:00.0: Direct firmware load failed with error -2
[    7.322322] r8169 0000:03:00.0: Falling back to user helper
[    7.322658] r8169 0000:03:00.0 eth0: unable to load firmware patch rtl_nic/rtl8168e-3.fw (-2)
[    7.335430] r8169 0000:03:00.0 eth0: link down
[    7.335461] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    7.340787] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
[    7.355469] rt2800usb 2-1.5:1.0: firmware: direct-loading firmware rt2870.bin
[    7.355472] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29
[    7.696906] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    7.942682] systemd-logind[2275]: New session c1 of user lightdm.
[    7.942746] systemd-logind[2275]: Linked /tmp/.X11-unix/X0 to /run/user/106/X11-display.
[   19.262248] systemd-logind[2275]: New session 1 of user demiu.
[   19.262318] systemd-logind[2275]: Linked /tmp/.X11-unix/X0 to /run/user/1000/X11-display.
Komputer jest stacjonary, do Access Pointa jest tak z 5m w lini prostej od tego adaptera. Powinno łapać, bo działa z windowsem, który jest na innym dysku.
Awatar użytkownika
Rafal_F
Moderator
Posty: 2350
Rejestracja: 29 sierpnia 2008, 16:45

Post autor: Rafal_F »

Sprawdź jeszcze czy masz wszystko ustawione tak jak w tym poście: threads/30588-Wyszukiwanie-nowej-sieci- ... post167318
ODPOWIEDZ