Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#51 Le 08/02/2017, à 12:40

tsar1958

Re : Tuner tnt

opensrx a écrit :

Bizarre que le nom de fichier commence par module.
Tu as réessayé d'utiliser kaffein?

j'ai réessayé mais toujours rien

En revanche j'ai constaté ceci dans /etc/mdprob.d/rtl-sdr-blacklist.conf

# This system has librtlsdr0 installed in order to
# use digital video broadcast receivers as generic
# software defined radios.
blacklist dvb_usb_rtl28xxu
blacklist e4000
blacklist rtl2832

La théorie, c'est quand on sait tout et que rien ne fonctionne, la pratique, c'est quand tout fonctionne et que personne ne sait pourquoi.
En France, nous avons réuni théorie et pratique : Rien ne fonctionne... et personne ne sait pourquoi !
                                                          *******************
Un pessimiste est un optimiste bien informé

Hors ligne

#52 Le 08/02/2017, à 12:44

opensrx

Re : Tuner tnt

Met un # devant la ligne qui blacklist dvb_usb_rtl28...... et reboote. Refais un essai ensuite.

Hors ligne

#53 Le 08/02/2017, à 12:49

MicP

Re : Tuner tnt

Bonjour tsar1958

Quand le noyau ne peut pas charger ou trouver un fichier firmware, il le dit dans ses messages,
ça permet de connaître le nom du fichier firmware réclamé.

Pourrais-tu donner le retour de cette ligne de commande ?

dmesg | grep -i firmware

Merci

Hors ligne

#54 Le 08/02/2017, à 12:55

tsar1958

Re : Tuner tnt

MicP a écrit :

Bonjour tsar1958

Quand le noyau ne peut pas charger ou trouver un fichier firmware, il le dit dans ses messages,
ça permet de connaître le nom du fichier firmware réclamé.

Pourrais-tu donner le retour de cette ligne de commande ?

dmesg | grep -i firmware

Merci

Voila

thierry@pc-salon:~$ dmesg | grep -i firmware
[    1.291649] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    2.749028] ene_ir: Firmware regs: e1 01
thierry@pc-salon:~$ 

La théorie, c'est quand on sait tout et que rien ne fonctionne, la pratique, c'est quand tout fonctionne et que personne ne sait pourquoi.
En France, nous avons réuni théorie et pratique : Rien ne fonctionne... et personne ne sait pourquoi !
                                                          *******************
Un pessimiste est un optimiste bien informé

Hors ligne

#55 Le 08/02/2017, à 12:57

tsar1958

Re : Tuner tnt

opensrx a écrit :

Met un # devant la ligne qui blacklist dvb_usb_rtl28...... et reboote. Refais un essai ensuite.

Je l'ai fait mais ca ne donne rien


La théorie, c'est quand on sait tout et que rien ne fonctionne, la pratique, c'est quand tout fonctionne et que personne ne sait pourquoi.
En France, nous avons réuni théorie et pratique : Rien ne fonctionne... et personne ne sait pourquoi !
                                                          *******************
Un pessimiste est un optimiste bien informé

Hors ligne

#56 Le 08/02/2017, à 12:57

MicP

Re : Tuner tnt

Merci pour le retour.

Décevant : aucun fichier firmware réclamé… sad

=======
EDIT :

Puisque c'est ça, tu dira à ton noyau que moi, je lui parle plus ! Voilà

En fait, c'est pas un noyau que t'as : c'est des pépins

Dernière modification par MicP (Le 08/02/2017, à 13:04)

Hors ligne

#57 Le 08/02/2017, à 13:06

LeJediGris

Re : Tuner tnt

tsar1958 a écrit :
opensrx a écrit :

Met un # devant la ligne qui blacklist dvb_usb_rtl28...... et reboote. Refais un essai ensuite.

Je l'ai fait mais ca ne donne rien


As-tu rebooté après avoir mis en commentaire dvb-usb-rtl28xx dans blacklist ?
Peux-tu nous refaire un

dmesg | grep rtl

puis

dmesg | grep usb

puis

lsmod

C'est normal que modprobe ne renvoie rien.
Je ne comprends pas pourquoi le fait d'avoir librtlsdr0 (voir ici) dispense d'avoir le driver !!

A+


%NOINDEX%
Matos Asus Zenbook
"Home Made" Monstro: core i7 9700+32Go de mémoire+SSD QVO Samsung 1To +MoBo Asus Prime Z390P
+ "Terminator", core i5 3570, 16Go, SSD Intel 520 sous Mint 19.3, Freebox Revolution

Hors ligne

#58 Le 08/02/2017, à 13:07

tsar1958

Re : Tuner tnt

MicP a écrit :

Merci pour le retour.

Décevant : aucun fichier firmware réclamé… sad

=======
EDIT :

Puisque c'est ça, tu dira à ton noyau que moi, je lui parle plus ! Voilà

En fait, c'est pas un noyau que t'as : c'est des pépins

Mdr smiley_gaga.gif

Maais cela ne règle pas mon probleme


La théorie, c'est quand on sait tout et que rien ne fonctionne, la pratique, c'est quand tout fonctionne et que personne ne sait pourquoi.
En France, nous avons réuni théorie et pratique : Rien ne fonctionne... et personne ne sait pourquoi !
                                                          *******************
Un pessimiste est un optimiste bien informé

Hors ligne

#59 Le 08/02/2017, à 13:10

tsar1958

Re : Tuner tnt

LeJediGris a écrit :
tsar1958 a écrit :
opensrx a écrit :

Met un # devant la ligne qui blacklist dvb_usb_rtl28...... et reboote. Refais un essai ensuite.

Je l'ai fait mais ca ne donne rien


As-tu rebooté après avoir mis en commentaire dvb-usb-rtl28xx dans blacklist ?
Peux-tu nous refaire un

dmesg | grep rtl

puis

dmesg | grep usb

puis

lsmod

C'est normal que modprobe ne renvoie rien.
Je ne comprends pas pourquoi le fait d'avoir librtlsdr0 (voir ici) dispense d'avoir le driver !!

A+

j'ai bien rebooté

pour le première

thierry@pc-salon:~$ dmesg | grep rtl
[    2.633227] usbcore: registered new interface driver dvb_usb_rtl28xxu
thierry@pc-salon:~$ 

pour la deuxième

thierry@pc-salon:~$ dmesg | grep usb
[    0.281043] usbcore: registered new interface driver usbfs
[    0.281050] usbcore: registered new interface driver hub
[    0.281067] usbcore: registered new device driver usb
[    0.848961] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.848963] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.848964] usb usb1: Product: EHCI Host Controller
[    0.848965] usb usb1: Manufacturer: Linux 4.4.0-62-generic ehci_hcd
[    0.848966] usb usb1: SerialNumber: 0000:00:1a.0
[    0.864974] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    0.864976] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.864977] usb usb2: Product: EHCI Host Controller
[    0.864978] usb usb2: Manufacturer: Linux 4.4.0-62-generic ehci_hcd
[    0.864979] usb usb2: SerialNumber: 0000:00:1d.0
[    0.977364] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    0.977366] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.977367] usb usb3: Product: xHCI Host Controller
[    0.977368] usb usb3: Manufacturer: Linux 4.4.0-62-generic xhci-hcd
[    0.977369] usb usb3: SerialNumber: 0000:03:00.0
[    0.977608] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.977622] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    0.977624] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.977625] usb usb4: Product: xHCI Host Controller
[    0.977626] usb usb4: Manufacturer: Linux 4.4.0-62-generic xhci-hcd
[    0.977627] usb usb4: SerialNumber: 0000:03:00.0
[    1.164898] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.180914] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.297675] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[    1.297677] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.313318] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[    1.313323] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.344915] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    1.584908] usb 2-1.3: new high-speed USB device number 3 using ehci-pci
[    1.677314] usb 2-1.3: New USB device found, idVendor=058f, idProduct=6254
[    1.677318] usb 2-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.748909] usb 2-1.5: new high-speed USB device number 4 using ehci-pci
[    1.852808] usb 2-1.5: New USB device found, idVendor=13d3, idProduct=3282
[    1.852813] usb 2-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.852815] usb 2-1.5: Product: Rtl2832UDVB
[    1.852818] usb 2-1.5: Manufacturer: Realtek
[    1.852820] usb 2-1.5: SerialNumber: 0272
[    1.964904] usb 2-1.3.1: new full-speed USB device number 5 using ehci-pci
[    1.984265] usb 3-1: New USB device found, idVendor=05e3, idProduct=0610
[    1.984269] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.984272] usb 3-1: Product: USB2.0 Hub
[    1.984283] usb 3-1: Manufacturer: GenesysLogic
[    2.063407] usb 2-1.3.1: New USB device found, idVendor=2149, idProduct=2706
[    2.063409] usb 2-1.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.063410] usb 2-1.3.1: Product: CoolTouch(TM) System
[    2.063411] usb 2-1.3.1: Manufacturer: Advanced Silicon S.A
[    2.072060] usbcore: registered new interface driver usbhid
[    2.072062] usbhid: USB HID core driver
[    2.073453] hid-generic 0003:2149:2706.0002: hiddev0,hidraw0: USB HID v1.10 Device [Advanced Silicon S.A CoolTouch(TM) System] on usb-0000:00:1d.0-1.3.1/input1                                                                                                                  
[    2.152914] usb 2-1.3.2: new high-speed USB device number 6 using ehci-pci
[    2.197812] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[    2.215839] usb 4-1: New USB device found, idVendor=05e3, idProduct=0612
[    2.215841] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.215842] usb 4-1: Product: USB3.0 Hub
[    2.215843] usb 4-1: Manufacturer: GenesysLogic
[    2.404552] usb 2-1.3.2: New USB device found, idVendor=1bcf, idProduct=2c31
[    2.404557] usb 2-1.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.404559] usb 2-1.3.2: Product: Integrated Camera
[    2.404562] usb 2-1.3.2: Manufacturer: 04081-00120600C9709V
[    2.633227] usbcore: registered new interface driver dvb_usb_rtl28xxu
[    2.708101] input: Integrated Camera as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3.2/2-1.3.2:1.0/input/input7
[    2.708168] usbcore: registered new interface driver uvcvideo
[    2.708892] usb 2-1.3.3: new full-speed USB device number 7 using ehci-pci
[    2.792557] usb 4-1.2: new SuperSpeed USB device number 3 using xhci_hcd
[    2.805127] usb 4-1.2: LPM exit latency is zeroed, disabling LPM.
[    2.805792] usb 4-1.2: New USB device found, idVendor=04c5, idProduct=2028
[    2.805795] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.805797] usb 4-1.2: Product: iodd2541
[    2.805798] usb 4-1.2: Manufacturer: iODD
[    2.805800] usb 4-1.2: SerialNumber: S39KNX0H913936E
[    2.833505] usb 2-1.3.3: New USB device found, idVendor=046d, idProduct=c52b
[    2.833508] usb 2-1.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.833511] usb 2-1.3.3: Product: USB Receiver
[    2.833512] usb 2-1.3.3: Manufacturer: Logitech
[    2.928871] usb 2-1.3.4: new full-speed USB device number 8 using ehci-pci
[    3.115497] usb 2-1.3.4: New USB device found, idVendor=0a12, idProduct=0001
[    3.115498] usb 2-1.3.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    3.115499] usb 2-1.3.4: Product: CSR8510 A10
[    3.126039] input: Advanced Silicon S.A CoolTouch(TM) System as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3.1/2-1.3.1:1.0/0003:2149:2706.0001/input/input13
[    3.126117] hid-multitouch 0003:2149:2706.0001: input,hidraw1: USB HID v1.10 Device [Advanced Silicon S.A CoolTouch(TM) System] on usb-0000:00:1d.0-1.3.1/input0
[    3.432449] logitech-djreceiver 0003:046D:C52B.0005: hiddev0,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1.3.3/input2
[    3.442238] usb-storage 4-1.2:1.0: USB Mass Storage device detected
[    3.442290] scsi host5: usb-storage 4-1.2:1.0
[    3.442372] usbcore: registered new interface driver usb-storage
[    3.444205] usbcore: registered new interface driver uas
[    3.477128] usbcore: registered new interface driver btusb
[    3.551954] input: Logitech K520 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3.3/2-1.3.3:1.2/0003:046D:C52B.0005/0003:046D:2011.0007/input/input16
[    3.552006] logitech-hidpp-device 0003:046D:2011.0007: input,hidraw3: USB HID v1.11 Keyboard [Logitech K520] on usb-0000:00:1d.0-1.3.3:3
[    3.599914] logitech-hidpp-device 0003:046D:402D.0006: hidraw4: USB HID v1.11 Keyboard [Logitech M560] on usb-0000:00:1d.0-1.3.3:2
[    3.872666] audit: type=1400 audit(1486555476.346:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=979 comm="apparmor_parser"
[    4.061931] input: Logitech Wireless Mouse M560 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3.3/2-1.3.3:1.2/0003:046D:C52B.0005/0003:046D:402D.0006/input/input17
thierry@pc-salon:~$ 

Pour la troisième

thierry@pc-salon:~$ lsmod
Module                  Size  Used by
rfcomm                 69632  14
input_leds             16384  0
bnep                   20480  2
bbswitch               16384  0
nls_iso8859_1          16384  1
hid_logitech_hidpp     20480  0
btusb                  45056  0
btrtl                  16384  1 btusb
btbcm                  16384  1 btusb
btintel                16384  1 btusb
bluetooth             520192  39 bnep,btbcm,btrtl,btusb,rfcomm,btintel
uas                    24576  0
usb_storage            69632  1 uas
joydev                 20480  0
hid_logitech_dj        20480  0
eeepc_wmi              16384  0
asus_wmi               28672  1 eeepc_wmi
sparse_keymap          16384  1 asus_wmi
mxm_wmi                16384  0
hid_multitouch         20480  0
nvidia_uvm            745472  0
arc4                   16384  2
snd_hda_codec_realtek    86016  1
snd_hda_codec_generic    77824  1 snd_hda_codec_realtek
ath9k                 143360  0
snd_hda_intel          40960  2
ath9k_common           36864  1 ath9k
snd_hda_codec         135168  3 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel
intel_rapl             20480  0
x86_pkg_temp_thermal    16384  0
ath9k_hw              466944  2 ath9k_common,ath9k
intel_powerclamp       16384  0
coretemp               16384  0
kvm_intel             172032  0
snd_hda_core           73728  4 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
snd_hwdep              16384  1 snd_hda_codec
ath                    32768  3 ath9k_common,ath9k,ath9k_hw
kvm                   540672  1 kvm_intel
mac80211              737280  1 ath9k
snd_pcm               106496  3 snd_hda_codec,snd_hda_intel,snd_hda_core
irqbypass              16384  1 kvm
crct10dif_pclmul       16384  0
crc32_pclmul           16384  0
ghash_clmulni_intel    16384  0
snd_seq_midi           16384  0
snd_seq_midi_event     16384  1 snd_seq_midi
snd_rawmidi            32768  1 snd_seq_midi
aesni_intel           167936  0
snd_seq                69632  2 snd_seq_midi_event,snd_seq_midi
cfg80211              565248  4 ath,ath9k_common,ath9k,mac80211
snd_seq_device         16384  3 snd_seq,snd_rawmidi,snd_seq_midi
aes_x86_64             20480  1 aesni_intel
lrw                    16384  1 aesni_intel
gf128mul               16384  1 lrw
glue_helper            16384  1 aesni_intel
ablk_helper            16384  1 aesni_intel
cryptd                 20480  3 ghash_clmulni_intel,aesni_intel,ablk_helper
snd_timer              32768  2 snd_pcm,snd_seq
ie31200_edac           16384  0
snd                    81920  14 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device
edac_core              53248  1 ie31200_edac
mei_me                 36864  0
soundcore              16384  1 snd
ir_lirc_codec          16384  0
mei                    98304  1 mei_me
lpc_ich                24576  0
lirc_dev               20480  1 ir_lirc_codec
shpchp                 36864  0
serio_raw              16384  0
ir_xmp_decoder         16384  0
ir_sharp_decoder       16384  0
ir_mce_kbd_decoder     16384  0
ir_sanyo_decoder       16384  0
ir_jvc_decoder         16384  0
ir_sony_decoder        16384  0
ir_rc6_decoder         16384  0
ir_rc5_decoder         16384  0
ir_nec_decoder         16384  0
rc_rc6_mce             16384  0
ene_ir                 20480  0
wmi                    20480  2 mxm_wmi,asus_wmi
mac_hid                16384  0
uvcvideo               90112  0
videobuf2_vmalloc      16384  1 uvcvideo
videobuf2_memops       16384  1 videobuf2_vmalloc
videobuf2_v4l2         28672  1 uvcvideo
videobuf2_core         36864  2 uvcvideo,videobuf2_v4l2
v4l2_common            16384  1 videobuf2_v4l2
videodev              176128  4 uvcvideo,v4l2_common,videobuf2_core,videobuf2_v4l2
media                  24576  2 uvcvideo,videodev
dvb_usb_rtl28xxu       36864  0
dvb_usb_v2             36864  1 dvb_usb_rtl28xxu
dvb_core              122880  1 dvb_usb_v2
rc_core                28672  16 ir_sharp_decoder,ir_xmp_decoder,lirc_dev,ir_lirc_codec,dvb_usb_rtl28xxu,ir_rc5_decoder,ir_nec_decoder,ir_sony_decoder,ene_ir,ir_mce_kbd_decoder,ir_jvc_decoder,dvb_usb_v2,ir_rc6_decoder,ir_sanyo_decoder,rc_rc6_mce
parport_pc             32768  0
ppdev                  20480  0
lp                     20480  0
parport                49152  3 lp,ppdev,parport_pc
autofs4                40960  2
hid_generic            16384  0
usbhid                 49152  0
hid                   118784  6 hid_multitouch,hid_generic,usbhid,hid_logitech_dj,hid_logitech_hidpp
i915                 1208320  2
nvidia_drm             45056  2
nvidia_modeset        765952  7 nvidia_drm
i2c_algo_bit           16384  1 i915
drm_kms_helper        155648  2 i915,nvidia_drm
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
psmouse               131072  0
sysimgblt              16384  1 drm_kms_helper
nvidia              11489280  113 nvidia_modeset,nvidia_uvm
ahci                   36864  3
fb_sys_fops            16384  1 drm_kms_helper
r8169                  81920  0
libahci                32768  1 ahci
drm                   364544  6 i915,drm_kms_helper,nvidia_drm
mii                    16384  1 r8169
fjes                   28672  0
video                  40960  2 i915,asus_wmi
thierry@pc-salon:~$ 

La théorie, c'est quand on sait tout et que rien ne fonctionne, la pratique, c'est quand tout fonctionne et que personne ne sait pourquoi.
En France, nous avons réuni théorie et pratique : Rien ne fonctionne... et personne ne sait pourquoi !
                                                          *******************
Un pessimiste est un optimiste bien informé

Hors ligne

#60 Le 08/02/2017, à 13:14

opensrx

Re : Tuner tnt

Tu peux désinstaller librtlsdr0 si il pose problème.

Hors ligne

#61 Le 08/02/2017, à 13:27

LeJediGris

Re : Tuner tnt

Bon ben c'est mieux il est "loadé", tu ne vois rien sous Kafeine ?
sinon

sudo lshw -class video

et

sudo lshw -class usb

qui sera peut-être plus opportun..


%NOINDEX%
Matos Asus Zenbook
"Home Made" Monstro: core i7 9700+32Go de mémoire+SSD QVO Samsung 1To +MoBo Asus Prime Z390P
+ "Terminator", core i5 3570, 16Go, SSD Intel 520 sous Mint 19.3, Freebox Revolution

Hors ligne

#62 Le 08/02/2017, à 13:31

tsar1958

Re : Tuner tnt

LeJediGris a écrit :

Bon ben c'est mieux il est "loadé", tu ne vois rien sous Kafeine ?
sinon

sudo lshw -class video

et

sudo lshw -class usb

qui sera peut-être plus opportun..

la première

-display               
       description: VGA compatible controller
       produit: GK107M [GeForce GT 640M]
       fabriquant: NVIDIA Corporation
       identifiant matériel: 0
       information bus: pci@0000:01:00.0
       version: a1
       bits: 64 bits
       horloge: 33MHz
       fonctionnalités: pm msi pciexpress vga_controller bus_master cap_list rom
       configuration: driver=nvidia latency=0
       ressources: irq:40 mémoire:f6000000-f6ffffff mémoire:e0000000-efffffff mémoire:f0000000-f1ffffff portE/S:e000(taille=128) mémoire:f7000000-f707ffff
  *-display
       description: VGA compatible controller
       produit: Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller
       fabriquant: Intel Corporation
       identifiant matériel: 2
       information bus: pci@0000:00:02.0
       version: 09
       bits: 64 bits
       horloge: 33MHz
       fonctionnalités: msi pm vga_controller bus_master cap_list rom
       configuration: driver=i915 latency=0
       ressources: irq:37 mémoire:f7400000-f77fffff mémoire:d0000000-dfffffff portE/S:f000(taille=64)
root@pc-salon:/home/thierry# 

Pas de retour pour la deuxieme

Dernière modification par tsar1958 (Le 08/02/2017, à 13:34)


La théorie, c'est quand on sait tout et que rien ne fonctionne, la pratique, c'est quand tout fonctionne et que personne ne sait pourquoi.
En France, nous avons réuni théorie et pratique : Rien ne fonctionne... et personne ne sait pourquoi !
                                                          *******************
Un pessimiste est un optimiste bien informé

Hors ligne

#63 Le 08/02/2017, à 13:43

LeJediGris

Re : Tuner tnt

Oui c'est bizarre même chez moi le -class usb ne marche pas !!

Donc pour le voir quand même:

sudo lshw

Fait gaffe c'est assez long, l'idée est que dans la liste on retrouve le dongle Realtek et le nom du driver associé. S'il est bien présent et associé il faut chercher pourquoi maintenant Kafeine ne le voit pas (je n'utilise pas Kafeine...).

Un dernier test:

dmesg | grep warm

Car normalement il devrait y avoir un message du genre "IMC truc in warm state" si c'est bien initialisé..

A+


%NOINDEX%
Matos Asus Zenbook
"Home Made" Monstro: core i7 9700+32Go de mémoire+SSD QVO Samsung 1To +MoBo Asus Prime Z390P
+ "Terminator", core i5 3570, 16Go, SSD Intel 520 sous Mint 19.3, Freebox Revolution

Hors ligne

#64 Le 08/02/2017, à 13:50

tsar1958

Re : Tuner tnt

LeJediGris a écrit :

Oui c'est bizarre même chez moi le -class usb ne marche pas !!

Donc pour le voir quand même:

sudo lshw

Fait gaffe c'est assez long, l'idée est que dans la liste on retrouve le dongle Realtek et le nom du driver associé. S'il est bien présent et associé il faut chercher pourquoi maintenant Kafeine ne le voit pas (je n'utilise pas Kafeine...).

Un dernier test:

dmesg | grep warm

Car normalement il devrait y avoir un message du genre "IMC truc in warm state" si c'est bien initialisé..

A+

Alors pour le premier

pc-salon                  
    description: Ordinateur de Bureau
    produit: ET2701I-W8 (SKU)
    fabriquant: ASUSTeK Computer INC.                                                                                                     
    version: 0502                                                                                                                         
    numéro de série: CAPTAS006857                                                                                                         
    bits: 64 bits                                                                                                                         
    fonctionnalités: smbios-2.7 dmi-2.7 vsyscall32                                                                                        
    configuration: boot=normal chassis=desktop family=Eee Family sku=SKU uuid=2E036302-DA14-E211-8270-50465DDFE67D                        
  *-core                                                                                                                                  
       description: Carte mère                                                                                                            
       produit: ET2701I-W8                                                                                                                
       fabriquant: ASUSTeK COMPUTER INC.                                                                                                  
       identifiant matériel: 0                                                                                                            
       version: Rev 1.xx                                                                                                                  
       numéro de série: MB-1234567890                                                                                                     
       emplacement: To be filled by O.E.M.                                                                                                
     *-firmware                                                                                                                           
          description: BIOS                                                                                                               
          fabriquant: American Megatrends Inc.                                                                                            
          identifiant matériel: 0                                                                                                         
          version: 0502                                                                                                                   
          date: 11/01/2012                                                                                                                
          taille: 64KiB                                                                                                                   
          capacité: 8128KiB                                                                                                               
          fonctionnalités: pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification uefi
     *-cpu
          description: CPU
          produit: Intel(R) Core(TM) i7-3770S CPU @ 3.10GHz
          fabriquant: Intel Corp.
          identifiant matériel: 4
          information bus: cpu@0
          version: Intel(R) Core(TM) i7-3770S CPU @ 3.10GHz
          numéro de série: To Be Filled By O.E.M.
          emplacement: LGA1155
          taille: 1966MHz
          capacité: 3900MHz
          bits: 64 bits
          horloge: 100MHz
          fonctionnalités: x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm epb tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts cpufreq
          configuration: cores=4 enabledcores=1 threads=2
        *-cache:0
             description: L1 cache
             identifiant matériel: 5
             emplacement: L1-Cache
             taille: 32KiB
             capacité: 32KiB
             fonctionnalités: internal write-back unified
             configuration: level=1
        *-cache:1
             description: L2 cache
             identifiant matériel: 6
             emplacement: L2-Cache
             taille: 256KiB
             capacité: 256KiB
             fonctionnalités: internal varies unified
             configuration: level=2
        *-cache:2 DÉSACTIVÉ
             description: L3 cache
             identifiant matériel: 7
             emplacement: L3-Cache
             taille: 8MiB
             capacité: 8MiB
             fonctionnalités: internal unified
             configuration: level=3
     *-memory:0 NON-RÉCLAMÉ
          identifiant matériel: 1
        *-bank NON-RÉCLAMÉ
             description: DIMMProject-Id-Version: @(#) $Id$Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-08 14:02+0200PO-Revision-Date: 2016-06-24 06:52+0000Last-Translator: Lyonel Vincent <Unknown>Language-Team: MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2016-06-27 17:08+0000X-Generator: Launchpad (build 18115) [vide]
             produit: [Empty]
             fabriquant: [Empty]
             identifiant matériel: 0
             numéro de série: [Empty]
             emplacement: ChannelA-DIMM0
     *-memory:1
          description: Mémoire Système
          identifiant matériel: 5a
          emplacement: Carte mère
        *-bank:0
             description: SODIMM DDR3 Synchrone 1600 MHz (0,6 ns)
             produit: HMT351S6CFR8C-PB
             fabriquant: Hynix/Hyundai
             identifiant matériel: 0
             numéro de série: 084547FD
             emplacement: ChannelA-DIMM1
             taille: 4GiB
             bits: 64 bits
             horloge: 1600MHz (0.6ns)
        *-bank:1
             description: DIMMProject-Id-Version: @(#) $Id$Report-Msgid-Bugs-To: POT-Creation-Date: 2009-10-08 14:02+0200PO-Revision-Date: 2016-06-24 06:52+0000Last-Translator: Lyonel Vincent <Unknown>Language-Team: MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2016-06-27 17:08+0000X-Generator: Launchpad (build 18115) [vide]
             produit: [Empty]
             fabriquant: [Empty]
             identifiant matériel: 1
             numéro de série: [Empty]
             emplacement: ChannelB-DIMM0
        *-bank:2
             description: SODIMM DDR3 Synchrone 1600 MHz (0,6 ns)
             produit: HMT351S6CFR8C-PB
             fabriquant: Hynix/Hyundai
             identifiant matériel: 2
             numéro de série: 087547FE
             emplacement: ChannelB-DIMM1
             taille: 4GiB
             bits: 64 bits
             horloge: 1600MHz (0.6ns)
     *-memory:2 NON-RÉCLAMÉ
          identifiant matériel: 2
     *-memory:3 NON-RÉCLAMÉ
          identifiant matériel: 3
     *-pci
          description: Host bridge
          produit: Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller
          fabriquant: Intel Corporation
          identifiant matériel: 100
          information bus: pci@0000:00:00.0
          version: 09
          bits: 32 bits
          horloge: 33MHz
          configuration: driver=ivb_uncore
          ressources: irq:0
        *-pci:0
             description: PCI bridge
             produit: Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port
             fabriquant: Intel Corporation
             identifiant matériel: 1
             information bus: pci@0000:00:01.0
             version: 09
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: pci pm msi pciexpress normal_decode bus_master cap_list
             configuration: driver=pcieport
             ressources: irq:26 portE/S:e000(taille=4096) mémoire:f6000000-f70fffff portE/S:e0000000(taille=301989888)
           *-display
                description: VGA compatible controller
                produit: GK107M [GeForce GT 640M]
                fabriquant: NVIDIA Corporation
                identifiant matériel: 0
                information bus: pci@0000:01:00.0
                version: a1
                bits: 64 bits
                horloge: 33MHz
                fonctionnalités: pm msi pciexpress vga_controller bus_master cap_list rom
                configuration: driver=nvidia latency=0
                ressources: irq:40 mémoire:f6000000-f6ffffff mémoire:e0000000-efffffff mémoire:f0000000-f1ffffff portE/S:e000(taille=128) mémoire:f7000000-f707ffff
        *-display
             description: VGA compatible controller
             produit: Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller
             fabriquant: Intel Corporation
             identifiant matériel: 2
             information bus: pci@0000:00:02.0
             version: 09
             bits: 64 bits
             horloge: 33MHz
             fonctionnalités: msi pm vga_controller bus_master cap_list rom
             configuration: driver=i915 latency=0
             ressources: irq:37 mémoire:f7400000-f77fffff mémoire:d0000000-dfffffff portE/S:f000(taille=64)
        *-communication
             description: Communication controller
             produit: 6 Series/C200 Series Chipset Family MEI Controller #1
             fabriquant: Intel Corporation
             identifiant matériel: 16
             information bus: pci@0000:00:16.0
             version: 04
             bits: 64 bits
             horloge: 33MHz
             fonctionnalités: pm msi bus_master cap_list
             configuration: driver=mei_me latency=0
             ressources: irq:38 mémoire:f7a0a000-f7a0a00f
        *-usb:0
             description: USB controller
             produit: 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2
             fabriquant: Intel Corporation
             identifiant matériel: 1a
             information bus: pci@0000:00:1a.0
             version: 05
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: pm debug ehci bus_master cap_list
             configuration: driver=ehci-pci latency=0
             ressources: irq:16 mémoire:f7a08000-f7a083ff
           *-usbhost
                produit: EHCI Host Controller
                fabriquant: Linux 4.4.0-62-generic ehci_hcd
                identifiant matériel: 1
                information bus: usb@1
                nom logique: usb1
                version: 4.04
                fonctionnalités: usb-2.00
                configuration: driver=hub slots=2 speed=480Mbit/s
              *-usb
                   description: Concentrateur USB
                   produit: Integrated Rate Matching Hub
                   fabriquant: Intel Corp.
                   identifiant matériel: 1
                   information bus: usb@1:1
                   version: 0.00
                   fonctionnalités: usb-2.00
                   configuration: driver=hub slots=4 speed=480Mbit/s
        *-multimedia
             description: Audio device
             produit: 6 Series/C200 Series Chipset Family High Definition Audio Controller
             fabriquant: Intel Corporation
             identifiant matériel: 1b
             information bus: pci@0000:00:1b.0
             version: 05
             bits: 64 bits
             horloge: 33MHz
             fonctionnalités: pm msi pciexpress bus_master cap_list
             configuration: driver=snd_hda_intel latency=0
             ressources: irq:39 mémoire:f7a00000-f7a03fff
        *-pci:1
             description: PCI bridge
             produit: 6 Series/C200 Series Chipset Family PCI Express Root Port 1
             fabriquant: Intel Corporation
             identifiant matériel: 1c
             information bus: pci@0000:00:1c.0
             version: b5
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: pci pciexpress msi pm normal_decode bus_master cap_list
             configuration: driver=pcieport
             ressources: irq:16
        *-pci:2
             description: PCI bridge
             produit: 6 Series/C200 Series Chipset Family PCI Express Root Port 2
             fabriquant: Intel Corporation
             identifiant matériel: 1c.1
             information bus: pci@0000:00:1c.1
             version: b5
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: pci pciexpress msi pm normal_decode bus_master cap_list
             configuration: driver=pcieport
             ressources: irq:17 mémoire:f7900000-f79fffff
           *-usb
                description: USB controller
                produit: ASM1042 SuperSpeed USB Host Controller
                fabriquant: ASMedia Technology Inc.
                identifiant matériel: 0
                information bus: pci@0000:03:00.0
                version: 00
                bits: 64 bits
                horloge: 33MHz
                fonctionnalités: msi msix pm pciexpress xhci bus_master cap_list
                configuration: driver=xhci_hcd latency=0
                ressources: irq:17 mémoire:f7900000-f7907fff
              *-usbhost:0
                   produit: xHCI Host Controller
                   fabriquant: Linux 4.4.0-62-generic xhci-hcd
                   identifiant matériel: 0
                   information bus: usb@4
                   nom logique: usb4
                   version: 4.04
                   fonctionnalités: usb-3.00
                   configuration: driver=hub slots=2 speed=5000Mbit/s
                 *-usb
                      description: Concentrateur USB
                      produit: USB3.0 Hub
                      fabriquant: GenesysLogic
                      identifiant matériel: 1
                      information bus: usb@4:1
                      version: 92.24
                      fonctionnalités: usb-3.00
                      configuration: driver=hub slots=4 speed=5000Mbit/s
                    *-usb
                         description: Périphérique de stockage de masse
                         produit: iodd2541
                         fabriquant: iODD
                         identifiant matériel: 2
                         information bus: usb@4:1.2
                         nom logique: scsi5
                         version: 0.01
                         numéro de série: S39KNX0H913936E
                         fonctionnalités: usb-3.00 scsi emulated scsi-host
                         configuration: driver=usb-storage maxpower=744mA speed=5000Mbit/s
                       *-disk
                            description: SCSI Disk
                            identifiant matériel: 0.0.0
                            information bus: scsi@5:0.0.0
                            nom logique: /dev/sdb
                            taille: 238GiB (256GB)
                            fonctionnalités: partitioned partitioned:dos
                            configuration: logicalsectorsize=512 sectorsize=512 signature=224208ed
                          *-volume
                               description: Windows NTFS volume
                               identifiant matériel: 1
                               information bus: scsi@5:0.0.0,1
                               nom logique: /dev/sdb1
                               version: 3.1
                               numéro de série: 8867f210-99fd-4140-a7d6-51eec7b747fa
                               taille: 238GiB
                               capacité: 238GiB
                               fonctionnalités: primary ntfs initialized
                               configuration: clustersize=4096 created=2016-12-21 21:53:49 filesystem=ntfs label=IODD modified_by_chkdsk=true mounted_on_nt4=true resize_log_file=true state=dirty upgrade_on_mount=true
              *-usbhost:1
                   produit: xHCI Host Controller
                   fabriquant: Linux 4.4.0-62-generic xhci-hcd
                   identifiant matériel: 1
                   information bus: usb@3
                   nom logique: usb3
                   version: 4.04
                   fonctionnalités: usb-2.00
                   configuration: driver=hub slots=2 speed=480Mbit/s
                 *-usb
                      description: Concentrateur USB
                      produit: USB2.0 Hub
                      fabriquant: GenesysLogic
                      identifiant matériel: 1
                      information bus: usb@3:1
                      version: 92.24
                      fonctionnalités: usb-2.10
                      configuration: driver=hub maxpower=100mA slots=4 speed=480Mbit/s
        *-pci:3
             description: PCI bridge
             produit: 6 Series/C200 Series Chipset Family PCI Express Root Port 3
             fabriquant: Intel Corporation
             identifiant matériel: 1c.2
             information bus: pci@0000:00:1c.2
             version: b5
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: pci pciexpress msi pm normal_decode bus_master cap_list
             configuration: driver=pcieport
             ressources: irq:18 mémoire:f7800000-f78fffff
           *-network
                description: Interface réseau sans fil
                produit: AR9485 Wireless Network Adapter
                fabriquant: Qualcomm Atheros
                identifiant matériel: 0
                information bus: pci@0000:04:00.0
                nom logique: wlp4s0
                version: 01
                numéro de série: dc:85:de:03:1f:61
                bits: 64 bits
                horloge: 33MHz
                fonctionnalités: pm msi pciexpress bus_master cap_list rom ethernet physical wireless
                configuration: broadcast=yes driver=ath9k driverversion=4.4.0-62-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
                ressources: irq:18 mémoire:f7800000-f787ffff mémoire:f7880000-f788ffff
        *-pci:4
             description: PCI bridge
             produit: 6 Series/C200 Series Chipset Family PCI Express Root Port 4
             fabriquant: Intel Corporation
             identifiant matériel: 1c.3
             information bus: pci@0000:00:1c.3
             version: b5
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: pci pciexpress msi pm normal_decode bus_master cap_list
             configuration: driver=pcieport
             ressources: irq:19 portE/S:d000(taille=4096) portE/S:f2100000(taille=1048576)
           *-network
                description: Ethernet interface
                produit: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
                fabriquant: Realtek Semiconductor Co., Ltd.
                identifiant matériel: 0
                information bus: pci@0000:05:00.0
                nom logique: enp5s0
                version: 06
                numéro de série: 50:46:5d:df:e6:7d
                taille: 1Gbit/s
                capacité: 1Gbit/s
                bits: 64 bits
                horloge: 33MHz
                fonctionnalités: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
                configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168e-3_0.0.4 03/27/12 ip=192.168.10.77 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
                ressources: irq:36 portE/S:d000(taille=256) mémoire:f2104000-f2104fff mémoire:f2100000-f2103fff
        *-usb:1
             description: USB controller
             produit: 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1
             fabriquant: Intel Corporation
             identifiant matériel: 1d
             information bus: pci@0000:00:1d.0
             version: 05
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: pm debug ehci bus_master cap_list
             configuration: driver=ehci-pci latency=0
             ressources: irq:23 mémoire:f7a07000-f7a073ff
           *-usbhost
                produit: EHCI Host Controller
                fabriquant: Linux 4.4.0-62-generic ehci_hcd
                identifiant matériel: 1
                information bus: usb@2
                nom logique: usb2
                version: 4.04
                fonctionnalités: usb-2.00
                configuration: driver=hub slots=2 speed=480Mbit/s
              *-usb
                   description: Concentrateur USB
                   produit: Integrated Rate Matching Hub
                   fabriquant: Intel Corp.
                   identifiant matériel: 1
                   information bus: usb@2:1
                   version: 0.00
                   fonctionnalités: usb-2.00
                   configuration: driver=hub slots=6 speed=480Mbit/s
                 *-usb:0
                      description: Concentrateur USB
                      produit: USB Hub
                      fabriquant: Alcor Micro Corp.
                      identifiant matériel: 3
                      information bus: usb@2:1.3
                      version: 1.00
                      fonctionnalités: usb-2.00
                      configuration: driver=hub maxpower=100mA slots=4 speed=480Mbit/s
                    *-usb:0
                         description: Périphérique d'interface homme/machine
                         produit: CoolTouch(TM) System
                         fabriquant: Advanced Silicon S.A
                         identifiant matériel: 1
                         information bus: usb@2:1.3.1
                         version: 13.31
                         fonctionnalités: usb-2.00
                         configuration: driver=usbhid maxpower=500mA speed=12Mbit/s
                    *-usb:1
                         description: Vidéo
                         produit: Integrated Camera
                         fabriquant: 04081-00120600C9709V
                         identifiant matériel: 2
                         information bus: usb@2:1.3.2
                         version: 8.31
                         fonctionnalités: usb-2.00
                         configuration: driver=uvcvideo maxpower=500mA speed=480Mbit/s
                    *-usb:2
                         description: Clavier
                         produit: USB Receiver
                         fabriquant: Logitech
                         identifiant matériel: 3
                         information bus: usb@2:1.3.3
                         version: 12.01
                         fonctionnalités: usb-2.00
                         configuration: driver=usbhid maxpower=98mA speed=12Mbit/s
                    *-usb:3
                         description: Interface sans fil Bluetooth
                         produit: CSR8510 A10
                         fabriquant: Cambridge Silicon Radio, Ltd
                         identifiant matériel: 4
                         information bus: usb@2:1.3.4
                         version: 88.91
                         fonctionnalités: bluetooth usb-2.00
                         configuration: driver=btusb maxpower=100mA speed=12Mbit/s
                 *-usb:1 NON-RÉCLAMÉ
                      description: Périphérique USB générique
                      produit: Rtl2832UDVB
                      fabriquant: Realtek
                      identifiant matériel: 5
                      information bus: usb@2:1.5
                      version: 1.00
                      numéro de série: 0272
                      fonctionnalités: usb-2.00
                      configuration: maxpower=500mA speed=480Mbit/s
        *-isa
             description: ISA bridge
             produit: H61 Express Chipset Family LPC Controller
             fabriquant: Intel Corporation
             identifiant matériel: 1f
             information bus: pci@0000:00:1f.0
             version: 05
             bits: 32 bits
             horloge: 33MHz
             fonctionnalités: isa bus_master cap_list
             configuration: driver=lpc_ich latency=0
             ressources: irq:0
        *-storage
             description: SATA controller
             produit: 6 Series/C200 Series Chipset Family SATA AHCI Controller
             fabriquant: Intel Corporation
             identifiant matériel: 1f.2
             information bus: pci@0000:00:1f.2
             version: 05
             bits: 32 bits
             horloge: 66MHz
             fonctionnalités: storage msi pm ahci_1.0 bus_master cap_list
             configuration: driver=ahci latency=0
             ressources: irq:35 portE/S:f0b0(taille=8) portE/S:f0a0(taille=4) portE/S:f090(taille=8) portE/S:f080(taille=4) portE/S:f060(taille=32) mémoire:f7a06000-f7a067ff
        *-serial NON-RÉCLAMÉ
             description: SMBus
             produit: 6 Series/C200 Series Chipset Family SMBus Controller
             fabriquant: Intel Corporation
             identifiant matériel: 1f.3
             information bus: pci@0000:00:1f.3
             version: 05
             bits: 64 bits
             horloge: 33MHz
             configuration: latency=0
             ressources: mémoire:f7a05000-f7a050ff portE/S:f040(taille=32)
     *-scsi:0
          identifiant matériel: 5
          nom logique: scsi0
          fonctionnalités: emulated
        *-cdrom
             description: DVD-RAM writer
             produit: BD-MLT UJ260
             fabriquant: MATSHITA
             identifiant matériel: 0.0.0
             information bus: scsi@0:0.0.0
             nom logique: /dev/cdrom
             nom logique: /dev/cdrw
             nom logique: /dev/dvd
             nom logique: /dev/dvdrw
             nom logique: /dev/sr0
             version: 1.10
             fonctionnalités: removable audio cd-r cd-rw dvd dvd-r dvd-ram
             configuration: ansiversion=5 status=nodisc
     *-scsi:1
          identifiant matériel: 6
          nom logique: scsi1
          fonctionnalités: emulated
        *-disk
             description: ATA Disk
             produit: Samsung SSD 850
             identifiant matériel: 0.0.0
             information bus: scsi@1:0.0.0
             nom logique: /dev/sda
             version: 3B6Q
             numéro de série: S251NSAGC00132D
             taille: 238GiB (256GB)
             fonctionnalités: gpt-1.00 partitioned partitioned:gpt
             configuration: ansiversion=5 guid=14e02639-6c08-4ffd-abc6-87fb32aa8c36 logicalsectorsize=512 sectorsize=512
           *-volume:0
                description: Windows NTFS volume
                fabriquant: Windows
                identifiant matériel: 1
                information bus: scsi@1:0.0.0,1
                nom logique: /dev/sda1
                version: 3.1
                numéro de série: 749b-5ba7
                taille: 448MiB
                capacité: 449MiB
                fonctionnalités: boot precious readonly hidden nomount ntfs initialized
                configuration: clustersize=4096 created=2017-01-06 10:59:44 filesystem=ntfs label=Récupération modified_by_chkdsk=true mounted_on_nt4=true name=Basic data partition resize_log_file=true state=dirty upgrade_on_mount=true
           *-volume:1
                description: Windows FAT volume
                fabriquant: MSDOS5.0
                identifiant matériel: 2
                information bus: scsi@1:0.0.0,2
                nom logique: /dev/sda2
                nom logique: /boot/efi
                version: FAT32
                numéro de série: 589c-d750
                taille: 93MiB
                capacité: 99MiB
                fonctionnalités: boot fat initialized
                configuration: FATs=2 filesystem=fat mount.fstype=vfat mount.options=rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro name=EFI system partition state=mounted
           *-volume:2
                description: reserved partition
                fabriquant: Windows
                identifiant matériel: 3
                information bus: scsi@1:0.0.0,3
                nom logique: /dev/sda3
                numéro de série: 1de51c2c-46b0-4ae1-b38a-bef3d0845008
                capacité: 15MiB
                fonctionnalités: nofs
                configuration: name=Microsoft reserved partition
           *-volume:3
                description: Windows NTFS volume
                fabriquant: Windows
                identifiant matériel: 4
                information bus: scsi@1:0.0.0,4
                nom logique: /dev/sda4
                version: 3.1
                numéro de série: e6da6af2-2737-4745-83eb-61e65d6a89fb
                taille: 174GiB
                capacité: 174GiB
                fonctionnalités: ntfs initialized
                configuration: clustersize=4096 created=2017-01-06 12:58:26 filesystem=ntfs label=WINDOWS_10 name=Basic data partition state=clean
           *-volume:4
                description: Volume EXT4
                fabriquant: Linux
                identifiant matériel: 5
                information bus: scsi@1:0.0.0,5
                nom logique: /dev/sda5
                nom logique: /
                version: 1.0
                numéro de série: 713278d6-5a99-4907-b370-ac1f2e751433
                taille: 54GiB
                fonctionnalités: journaled extended_attributes large_files huge_files dir_nlink recover extents ext4 ext2 initialized
                configuration: created=2017-02-06 22:21:10 filesystem=ext4 lastmountpoint=/ modified=2017-02-08 13:04:34 mount.fstype=ext4 mount.options=rw,relatime,errors=remount-ro,data=ordered mounted=2017-02-08 13:04:35 state=mounted
           *-volume:5
                description: Linux swap volume
                fabriquant: Linux
                identifiant matériel: 6
                information bus: scsi@1:0.0.0,6
                nom logique: /dev/sda6
                version: 1
                numéro de série: 017984b0-e914-40ae-8f57-eab36c6fda65
                taille: 10096MiB
                capacité: 10098MiB
                fonctionnalités: nofs swap initialized
                configuration: filesystem=swap pagesize=4095
  *-power NON-RÉCLAMÉ
       description: To Be Filled By O.E.M.
       produit: To Be Filled By O.E.M.
       fabriquant: To Be Filled By O.E.M.
       identifiant matériel: 1
       version: To Be Filled By O.E.M.
       numéro de série: To Be Filled By O.E.M.
       capacité: 32768mWh
root@pc-salon:/home/thierry# 

apparement j'ai ca a un endroit

*-usb:1 NON-RÉCLAMÉ
                      description: Périphérique USB générique
                      produit: Rtl2832UDVB
                      fabriquant: Realtek
                      identifiant matériel: 5
                      information bus: usb@2:1.5
                      version: 1.00
                      numéro de série: 0272
                      fonctionnalités: usb-2.00
                      configuration: maxpower=500mA speed=480Mbit/s

pas de retour pour la deuxieme


La théorie, c'est quand on sait tout et que rien ne fonctionne, la pratique, c'est quand tout fonctionne et que personne ne sait pourquoi.
En France, nous avons réuni théorie et pratique : Rien ne fonctionne... et personne ne sait pourquoi !
                                                          *******************
Un pessimiste est un optimiste bien informé

Hors ligne

#65 Le 08/02/2017, à 14:03

LeJediGris

Re : Tuner tnt

Argh, non il n'est pas associé: Le NON RECLAME le prouve, il est peut-être encore présent dans un "blacklist" mais lsmod le trouve bien chargé dans la liste des modules...

As-tu bien mis des # dans le fichier blacklist devant les trois lignes ? usb-truc, e4000 et rtl2832 ?

Sinon il me faudrait le dmesg complet ou au moins l’entièreté du passage ou il découvre les devices usb, peux-tu essayer ?

A+


%NOINDEX%
Matos Asus Zenbook
"Home Made" Monstro: core i7 9700+32Go de mémoire+SSD QVO Samsung 1To +MoBo Asus Prime Z390P
+ "Terminator", core i5 3570, 16Go, SSD Intel 520 sous Mint 19.3, Freebox Revolution

Hors ligne

#66 Le 08/02/2017, à 14:07

tsar1958

Re : Tuner tnt

LeJediGris a écrit :

Argh, non il n'est pas associé: Le NON RECLAME le prouve, il est peut-être encore présent dans un "blacklist" mais lsmod le trouve bien chargé dans la liste des modules...

As-tu bien mis des # dans le fichier blacklist devant les trois lignes ? usb-truc, e4000 et rtl2832 ?

Sinon il me faudrait le dmesg complet ou au moins l’entièreté du passage ou il découvre les devices usb, peux-tu essayer ?

A+

j'ai bien commenté les 3 lignes

et voici pour le dmesg

0.000000] microcode: CPU0 microcode updated early to revision 0x1c, date = 2015-02-26
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.0-62-generic (buildd@lcy01-30) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 (Ubuntu 4.4.0-62.83-generic 4.4.40)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-62-generic.efi.signed root=UUID=713278d6-5a99-4907-b370-ac1f2e751433 ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000bc85afff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bc85b000-0x00000000bccd8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bccd9000-0x00000000bcce9fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bccea000-0x00000000bcf52fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bcf53000-0x00000000bd823fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bd824000-0x00000000bd8c3fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000bd8c4000-0x00000000bd8c4fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bd8c5000-0x00000000bd907fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bd908000-0x00000000bdd1ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bdd20000-0x00000000bdff4fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bdff5000-0x00000000bdffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf000000-0x00000000cf1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved                                                                                          
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved                                                                                          
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved                                                                                          
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022fdfffff] usable                                                                                            
[    0.000000] NX (Execute Disable) protection: active                                                                                                                  
[    0.000000] efi: EFI v2.31 by American Megatrends                                                                                                                    
[    0.000000] efi:  ACPI=0xbccdc000  ACPI 2.0=0xbccdc000  SMBIOS=0xf04c0  MPS=0xfd460                                                                                  
[    0.000000] SMBIOS 2.7 present.                                                                                                                                      
[    0.000000] DMI: ASUSTeK Computer INC. ET2701I-W8/ET2701I-W8, BIOS 0502 11/01/2012                                                                                   
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved                                                                                             
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable                                                                                                          
[    0.000000] e820: last_pfn = 0x22fe00 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-DFFFF uncachable                                                                                                                                 
[    0.000000]   E0000-FFFFF write-protect                                                                                                                              
[    0.000000] MTRR variable ranges enabled:                                                                                                                            
[    0.000000]   0 base 000000000 mask E00000000 write-back                                                                                                             
[    0.000000]   1 base 200000000 mask FE0000000 write-back                                                                                                             
[    0.000000]   2 base 220000000 mask FF0000000 write-back                                                                                                             
[    0.000000]   3 base 0C0000000 mask FC0000000 uncachable                                                                                                             
[    0.000000]   4 base 0BF000000 mask FFF000000 uncachable                                                                                                             
[    0.000000]   5 base 22FE00000 mask FFFE00000 uncachable                                                                                                             
[    0.000000]   6 disabled                                                                                                                                             
[    0.000000]   7 disabled                                                                                                                                             
[    0.000000]   8 disabled                                                                                                                                             
[    0.000000]   9 disabled                                                                                                                                             
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT                                                                                             
[    0.000000] original variable MTRRs                                                                                                                                  
[    0.000000] reg 0, base: 0GB, range: 8GB, type WB                                                                                                                    
[    0.000000] reg 1, base: 8GB, range: 512MB, type WB                                                                                                                  
[    0.000000] reg 2, base: 8704MB, range: 256MB, type WB                                                                                                               
[    0.000000] reg 3, base: 3GB, range: 1GB, type UC                                                                                                                    
[    0.000000] reg 4, base: 3056MB, range: 16MB, type UC                                                                                                                
[    0.000000] reg 5, base: 8958MB, range: 2MB, type UC                                                                                                                 
[    0.000000] total RAM covered: 7918M                                                                                                                                 
[    0.000000] Found optimal setting for mtrr clean up                                                                                                                  
[    0.000000]  gran_size: 64K  chunk_size: 32M         num_reg: 7      lose cover RAM: 0G                                                                              
[    0.000000] New variable MTRRs                                                                                                                                       
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB                                                                                                                    
[    0.000000] reg 1, base: 2GB, range: 1GB, type WB                                                                                                                    
[    0.000000] reg 2, base: 3056MB, range: 16MB, type UC                                                                                                                
[    0.000000] reg 3, base: 4GB, range: 4GB, type WB                                                                                                                    
[    0.000000] reg 4, base: 8GB, range: 512MB, type WB                                                                                                                  
[    0.000000] reg 5, base: 8704MB, range: 256MB, type WB                                                                                                               
[    0.000000] reg 6, base: 8958MB, range: 2MB, type UC                                                                                                                 
[    0.000000] e820: update [mem 0xbf000000-0xffffffff] usable ==> reserved                                                                                             
[    0.000000] e820: last_pfn = 0xbe000 max_arch_pfn = 0x400000000                                                                                                      
[    0.000000] found SMP MP-table at [mem 0x000fd7d0-0x000fd7df] mapped at [ffff8800000fd7d0]                                                                           
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] BRK [0x0220b000, 0x0220bfff] PGTABLE
[    0.000000] BRK [0x0220c000, 0x0220cfff] PGTABLE
[    0.000000] BRK [0x0220d000, 0x0220dfff] PGTABLE
[    0.000000] BRK [0x0220e000, 0x0220efff] PGTABLE
[    0.000000] BRK [0x0220f000, 0x0220ffff] PGTABLE
[    0.000000] BRK [0x02210000, 0x02210fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x32b4c000-0x3559dfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000BCCDC000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000BCCDC088 00008C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000BCCE6170 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000BCCDC1A0 009FCF (v02 ALASKA A M I    00000021 INTL 20051117)
[    0.000000] ACPI: FACS 0x00000000BCF51080 000040
[    0.000000] ACPI: APIC 0x00000000BCCE6280 000092 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000BCCE6318 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x00000000BCCE6360 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000BCCE63A0 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 0x00000000BCCE63D8 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
[    0.000000] ACPI: MSDM 0x00000000BCCE6748 000055 (v01 ALASKA A M I    01072009      00000000)
[    0.000000] ACPI: SSDT 0x00000000BCCE67A0 0009AA (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 0x00000000BCCE7150 000A92 (v01 PmRef  CpuPm    00003000 INTL 20051117)
[    0.000000] ACPI: DMAR 0x00000000BCCE7BE8 0000B0 (v01 INTEL  SNB      00000001 INTL 00000001)
[    0.000000] ACPI: BGRT 0x00000000BCCE7C98 000038 (v00 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000BCCE7CD0 000793 (v01 SgRef  SgTabl   00001000 INTL 20051117)
[    0.000000] ACPI: SSDT 0x00000000BCCE8468 0011AC (v01 OptRef OptTabl  00001000 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000022fdfffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x22fdf2000-0x22fdf6fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000022fdfffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x0000000040003fff]
[    0.000000]   node   0: [mem 0x0000000040005000-0x00000000bc85afff]
[    0.000000]   node   0: [mem 0x00000000bd8c4000-0x00000000bd8c4fff]
[    0.000000]   node   0: [mem 0x00000000bd908000-0x00000000bdd1ffff]
[    0.000000]   node   0: [mem 0x00000000bdff5000-0x00000000bdffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000022fdfffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000022fdfffff]
[    0.000000] On node 0 totalpages: 2017308
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 27 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 12010 pages used for memmap
[    0.000000]   DMA32 zone: 768638 pages, LIFO batch:31
[    0.000000]   Normal zone: 19448 pages used for memmap
[    0.000000]   Normal zone: 1244672 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics stolen memory at 0xbf200000-0xcf1fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    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: 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 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbc85b000-0xbccd8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbccd9000-0xbcce9fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbccea000-0xbcf52fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbcf53000-0xbd823fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbd824000-0xbd8c3fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbd8c5000-0xbd907fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdd20000-0xbdff4fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbe000000-0xbeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf000000-0xcf1fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcf200000-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 0xcf200000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff88022fa00000 s98264 r8192 d28712 u262144
[    0.000000] pcpu-alloc: s98264 r8192 d28712 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1985759
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-62-generic.efi.signed root=UUID=713278d6-5a99-4907-b370-ac1f2e751433 ro quiet splash vt.handoff=7
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 7625616K/8069232K available (8436K kernel code, 1291K rwdata, 3960K rodata, 1488K init, 1316K bss, 443616K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:33024 nr_irqs:488 16
[    0.000000] vt handoff: transparent VT on vt#7
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3093.006 MHz processor
[    0.000028] Calibrating delay loop (skipped), value calculated using timer frequency.. 6186.01 BogoMIPS (lpj=12372024)
[    0.000030] pid_max: default: 32768 minimum: 301
[    0.000034] ACPI: Core revision 20150930
[    0.005885] ACPI: 6 ACPI AML tables successfully acquired and loaded
[    0.006539] Security Framework initialized
[    0.006541] Yama: becoming mindful.
[    0.006553] AppArmor: AppArmor initialized
[    0.006922] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.008690] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.009382] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.009389] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[    0.009546] Initializing cgroup subsys io
[    0.009548] Initializing cgroup subsys memory
[    0.009553] Initializing cgroup subsys devices
[    0.009554] Initializing cgroup subsys freezer
[    0.009556] Initializing cgroup subsys net_cls
[    0.009557] Initializing cgroup subsys perf_event
[    0.009559] Initializing cgroup subsys net_prio
[    0.009562] Initializing cgroup subsys hugetlb
[    0.009563] Initializing cgroup subsys pids
[    0.009580] CPU: Physical Processor ID: 0
[    0.009580] CPU: Processor Core ID: 0
[    0.009584] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.009585] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.009871] mce: CPU supports 9 MCE banks
[    0.009881] CPU0: Thermal monitoring enabled (TM1)
[    0.009886] process: using mwait in idle threads
[    0.009888] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.009889] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.010225] Freeing SMP alternatives memory: 32K (ffffffff820b8000 - ffffffff820c0000)
[    0.131694] ftrace: allocating 32065 entries in 126 pages
[    0.143544] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.143545] smpboot: Max logical packages: 2
[    0.143548] DMAR: Host address width 36
[    0.143549] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.143557] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
[    0.143558] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.143561] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
[    0.143562] DMAR: RMRR base: 0x000000bcc4f000 end: 0x000000bcc6cfff
[    0.143563] DMAR: RMRR base: 0x000000bf000000 end: 0x000000cf1fffff
[    0.143565] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.143566] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.143567] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.144003] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.144005] x2apic enabled
[    0.144009] Switched APIC routing to cluster x2apic.
[    0.144431] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.184118] TSC deadline timer enabled
[    0.184120] smpboot: CPU0: Intel(R) Core(TM) i7-3770S CPU @ 3.10GHz (family: 0x6, model: 0x3a, stepping: 0x9)
[    0.184132] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
[    0.184148] ... version:                3
[    0.184149] ... bit width:              48
[    0.184149] ... generic registers:      4
[    0.184150] ... value mask:             0000ffffffffffff
[    0.184151] ... max period:             00007fffffffffff
[    0.184151] ... fixed-purpose events:   3
[    0.184152] ... event mask:             000000070000000f
[    0.184778] x86: Booting SMP configuration:
[    0.184779] .... node  #0, CPUs:      #1
[    0.185516] microcode: CPU1 microcode updated early to revision 0x1c, date = 2015-02-26
[    0.187951] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.188014]  #2
[    0.188630] microcode: CPU2 microcode updated early to revision 0x1c, date = 2015-02-26
[    0.191061]  #3
[    0.191648] microcode: CPU3 microcode updated early to revision 0x1c, date = 2015-02-26
[    0.194084]  #4 #5 #6 #7
[    0.204962] x86: Booted up 1 node, 8 CPUs
[    0.204965] smpboot: Total of 8 processors activated (49488.09 BogoMIPS)
[    0.211983] devtmpfs: initialized
[    0.214572] evm: security.selinux
[    0.214573] evm: security.SMACK64
[    0.214574] evm: security.SMACK64EXEC
[    0.214574] evm: security.SMACK64TRANSMUTE
[    0.214575] evm: security.SMACK64MMAP
[    0.214576] evm: security.ima
[    0.214576] evm: security.capability
[    0.214626] PM: Registering ACPI NVS region [mem 0xbccea000-0xbcf52fff] (2527232 bytes)
[    0.214650] PM: Registering ACPI NVS region [mem 0xbd8c5000-0xbd907fff] (274432 bytes)
[    0.214717] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.214788] pinctrl core: initialized pinctrl subsystem
[    0.214879] RTC time: 12:04:32, date: 02/08/17
[    0.214968] NET: Registered protocol family 16
[    0.223828] cpuidle: using governor ladder
[    0.227899] cpuidle: using governor menu
[    0.227905] PCCT header not found.
[    0.228001] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.228003] ACPI: bus type PCI registered
[    0.228004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.228064] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.228066] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.228074] PCI: Using configuration type 1 for base access
[    0.228101] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.236199] ACPI: Added _OSI(Module Device)
[    0.236201] ACPI: Added _OSI(Processor Device)
[    0.236202] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.236203] ACPI: Added _OSI(Processor Aggregator Device)
[    0.238224] ACPI: Executed 1 blocks of module-level executable AML code
[    0.240543] ACPI: Dynamic OEM Table Load:
[    0.240549] ACPI: SSDT 0xFFFF880225E46000 00083B (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    0.240947] ACPI: Dynamic OEM Table Load:
[    0.240950] ACPI: SSDT 0xFFFF880225E4C000 000303 (v01 PmRef  ApIst    00003000 INTL 20051117)
[    0.241291] ACPI: Dynamic OEM Table Load:
[    0.241294] ACPI: SSDT 0xFFFF880225E2F200 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
[    0.242373] ACPI : EC: EC started
[    0.242431] ACPI: Interpreter enabled
[    0.242446] ACPI: (supports S0 S3 S4 S5)
[    0.242446] ACPI: Using IOAPIC for interrupt routing
[    0.242465] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.246840] ACPI: Power Resource [FN00] (off)
[    0.246901] ACPI: Power Resource [FN01] (off)
[    0.246958] ACPI: Power Resource [FN02] (off)
[    0.247015] ACPI: Power Resource [FN03] (off)
[    0.247071] ACPI: Power Resource [FN04] (off)
[    0.247512] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.247516] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.247669] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    0.247761] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.247762] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.248101] PCI host bridge to bus 0000:00
[    0.248103] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.248105] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.248106] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.248107] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.248108] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.248110] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.248111] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.248112] pci_bus 0000:00: root bus resource [mem 0xcf200000-0xfeafffff window]
[    0.248114] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.248120] pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
[    0.248189] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
[    0.248214] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.248248] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.248278] pci 0000:00:02.0: [8086:0162] type 00 class 0x030000
[    0.248288] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
[    0.248293] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.248296] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.248387] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[    0.248416] pci 0000:00:16.0: reg 0x10: [mem 0xf7a0a000-0xf7a0a00f 64bit]
[    0.248476] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.248543] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[    0.248569] pci 0000:00:1a.0: reg 0x10: [mem 0xf7a08000-0xf7a083ff]
[    0.248639] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.248673] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.248703] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[    0.248726] pci 0000:00:1b.0: reg 0x10: [mem 0xf7a00000-0xf7a03fff 64bit]
[    0.248775] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.248813] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.248842] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[    0.248913] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.248950] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.248978] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
[    0.249049] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.249086] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    0.249115] pci 0000:00:1c.2: [8086:1c14] type 01 class 0x060400
[    0.249186] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.249223] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    0.249252] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[    0.249323] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.249360] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.249392] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[    0.249419] pci 0000:00:1d.0: reg 0x10: [mem 0xf7a07000-0xf7a073ff]
[    0.249488] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.249522] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.249552] pci 0000:00:1f.0: [8086:1c5c] type 00 class 0x060100
[    0.249702] pci 0000:00:1f.2: [8086:1c02] type 00 class 0x010601
[    0.249723] pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
[    0.249730] pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
[    0.249737] pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
[    0.249743] pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
[    0.249750] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.249757] pci 0000:00:1f.2: reg 0x24: [mem 0xf7a06000-0xf7a067ff]
[    0.249785] pci 0000:00:1f.2: PME# supported from D3hot
[    0.249840] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[    0.249855] pci 0000:00:1f.3: reg 0x10: [mem 0xf7a05000-0xf7a050ff 64bit]
[    0.249874] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.249973] pci 0000:01:00.0: [10de:0fd2] type 00 class 0x030000
[    0.249985] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.249991] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.249996] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.250000] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.250004] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    0.250062] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.255849] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.255853] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.255857] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.255861] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.255929] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.256002] pci 0000:03:00.0: [1b21:1042] type 00 class 0x0c0330
[    0.256053] pci 0000:03:00.0: reg 0x10: [mem 0xf7900000-0xf7907fff 64bit]
[    0.256194] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.256222] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.263858] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.263865] pci 0000:00:1c.1:   bridge window [mem 0xf7900000-0xf79fffff]
[    0.263953] pci 0000:04:00.0: [168c:0032] type 00 class 0x028000
[    0.263997] pci 0000:04:00.0: reg 0x10: [mem 0xf7800000-0xf787ffff 64bit]
[    0.264041] pci 0000:04:00.0: reg 0x30: [mem 0xf7880000-0xf788ffff pref]
[    0.264110] pci 0000:04:00.0: supports D1 D2
[    0.264112] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.264148] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.271860] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.271868] pci 0000:00:1c.2:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.271955] pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000
[    0.271998] pci 0000:05:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.272023] pci 0000:05:00.0: reg 0x18: [mem 0xf2104000-0xf2104fff 64bit pref]
[    0.272040] pci 0000:05:00.0: reg 0x20: [mem 0xf2100000-0xf2103fff 64bit pref]
[    0.272124] pci 0000:05:00.0: supports D1 D2
[    0.272126] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.272166] pci 0000:05:00.0: System wakeup disabled by ACPI
[    0.279866] pci 0000:00:1c.3: PCI bridge to [bus 05]
[    0.279871] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.279881] pci 0000:00:1c.3:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.280261] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.280298] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 *4 5 6 10 11 12 14 15)
[    0.280334] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 *6 10 11 12 14 15)
[    0.280370] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.280405] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.280440] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.280475] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.280509] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.280692] ACPI: Enabled 5 GPEs in block 00 to 3F
[    0.280721] ACPI : EC: GPE = 0x1a, I/O: command/status = 0x66, data = 0x62
[    0.280798] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.280800] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.280803] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[    0.280804] vgaarb: loaded
[    0.280805] vgaarb: bridge control possible 0000:01:00.0
[    0.280806] vgaarb: no bridge control possible 0000:00:02.0
[    0.280976] SCSI subsystem initialized
[    0.281008] libata version 3.00 loaded.
[    0.281031] ACPI: bus type USB registered
[    0.281043] usbcore: registered new interface driver usbfs
[    0.281050] usbcore: registered new interface driver hub
[    0.281067] usbcore: registered new device driver usb
[    0.281219] PCI: Using ACPI for IRQ routing
[    0.282664] PCI: pci_cache_line_size set to 64 bytes
[    0.282708] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.282709] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[    0.282710] e820: reserve RAM buffer [mem 0xbc85b000-0xbfffffff]
[    0.282711] e820: reserve RAM buffer [mem 0xbd8c5000-0xbfffffff]
[    0.282713] e820: reserve RAM buffer [mem 0xbdd20000-0xbfffffff]
[    0.282714] e820: reserve RAM buffer [mem 0xbe000000-0xbfffffff]
[    0.282715] e820: reserve RAM buffer [mem 0x22fe00000-0x22fffffff]
[    0.282800] NetLabel: Initializing
[    0.282801] NetLabel:  domain hash size = 128
[    0.282802] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.282811] NetLabel:  unlabeled traffic allowed by default
[    0.282863] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.282867] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.284880] amd_nb: Cannot enumerate AMD northbridges
[    0.284890] clocksource: Switched to clocksource hpet
[    0.289109] AppArmor: AppArmor Filesystem Enabled
[    0.289155] pnp: PnP ACPI init
[    0.289229] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.289233] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.289291] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.289293] system 00:01: [io  0x1000-0x100f] has been reserved
[    0.289294] system 00:01: [io  0xffff] has been reserved
[    0.289295] system 00:01: [io  0xffff] has been reserved
[    0.289297] system 00:01: [io  0x0400-0x0453] could not be reserved
[    0.289298] system 00:01: [io  0x0458-0x047f] has been reserved
[    0.289299] system 00:01: [io  0x0500-0x057f] has been reserved
[    0.289301] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.289302] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.289322] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.289359] system 00:03: [io  0x0454-0x0457] has been reserved
[    0.289361] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.289407] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.289409] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.289440] pnp 00:05: Plug and Play ACPI device, IDs ENE0100 (active)
[    0.289602] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.289604] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.289605] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.289608] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.289609] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.289610] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.289612] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.289613] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.289615] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.289616] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.289617] system 00:06: [mem 0xcf200000-0xcf200fff] has been reserved
[    0.289619] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.289724] system 00:07: [mem 0x20000000-0x201fffff] has been reserved
[    0.289726] system 00:07: [mem 0x40004000-0x40004fff] has been reserved
[    0.289727] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.289742] pnp: PnP ACPI: found 8 devices
[    0.295542] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.295577] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.295579] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.295582] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.295584] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.295587] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.295597] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.295601] pci 0000:00:1c.1:   bridge window [mem 0xf7900000-0xf79fffff]
[    0.295608] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.295612] pci 0000:00:1c.2:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.295619] pci 0000:00:1c.3: PCI bridge to [bus 05]
[    0.295621] pci 0000:00:1c.3:   bridge window [io  0xd000-0xdfff]
[    0.295627] pci 0000:00:1c.3:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.295633] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.295635] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.295636] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.295637] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window]
[    0.295638] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window]
[    0.295640] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window]
[    0.295641] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window]
[    0.295642] pci_bus 0000:00: resource 11 [mem 0xcf200000-0xfeafffff window]
[    0.295644] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.295645] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.295646] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.295647] pci_bus 0000:03: resource 1 [mem 0xf7900000-0xf79fffff]
[    0.295649] pci_bus 0000:04: resource 1 [mem 0xf7800000-0xf78fffff]
[    0.295650] pci_bus 0000:05: resource 0 [io  0xd000-0xdfff]
[    0.295651] pci_bus 0000:05: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.295674] NET: Registered protocol family 2
[    0.295789] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    0.295884] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.295980] TCP: Hash tables configured (established 65536 bind 65536)
[    0.295995] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    0.296015] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    0.296058] NET: Registered protocol family 1
[    0.296068] pci 0000:00:02.0: Video device with shadowed ROM
[    0.337111] PCI: CLS mismatch (64 != 32), using 64 bytes
[    0.337148] Trying to unpack rootfs image as initramfs...
[    0.823891] Freeing initrd memory: 43336K (ffff880032b4c000 - ffff88003559e000)
[    0.823942] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.823944] software IO TLB [mem 0xad0b6000-0xb10b6000] (64MB) mapped at [ffff8800ad0b6000-ffff8800b10b5fff]
[    0.823992] RAPL PMU detected, API unit is 2^-32 Joules, 3 fixed counters 163840 ms ovfl timer
[    0.823993] hw unit of domain pp0-core 2^-16 Joules
[    0.823994] hw unit of domain package 2^-16 Joules
[    0.823995] hw unit of domain pp1-gpu 2^-16 Joules
[    0.824140] Scanning for low memory corruption every 60 seconds
[    0.824413] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.824441] audit: initializing netlink subsys (disabled)
[    0.824455] audit: type=2000 audit(1486555472.704:1): initialized
[    0.824809] Initialise system trusted keyring
[    0.824935] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.825956] zbud: loaded
[    0.826118] VFS: Disk quotas dquot_6.6.0
[    0.826142] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.826325] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.826502] fuse init (API version 7.23)
[    0.826600] Key type big_key registered
[    0.826618] Allocating IMA MOK and blacklist keyrings.
[    0.826938] Key type asymmetric registered
[    0.826941] Asymmetric key parser 'x509' registered
[    0.826970] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.826999] io scheduler noop registered
[    0.827002] io scheduler deadline registered (default)
[    0.827025] io scheduler cfq registered
[    0.827511] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.827515] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.827538] efifb: probing for efifb
[    0.827546] efifb: framebuffer at 0xd0000000, mapped to 0xffffc90001000000, using 3072k, total 3072k
[    0.827547] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.827548] efifb: scrolling: redraw
[    0.827549] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.827608] Console: switching to colour frame buffer device 128x48
[    0.827620] fb0: EFI VGA frame buffer device
[    0.827626] intel_idle: MWAIT substates: 0x1120
[    0.827627] intel_idle: v0.4.1 model 0x3A
[    0.827628] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.827862] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.827865] ACPI: Power Button [PWRB]
[    0.827890] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.827892] ACPI: Power Button [PWRF]
[    0.828466] thermal LNXTHERM:00: registered as thermal_zone0
[    0.828468] ACPI: Thermal Zone [TZ00] (28 C)
[    0.828637] thermal LNXTHERM:01: registered as thermal_zone1
[    0.828638] ACPI: Thermal Zone [TZ01] (30 C)
[    0.828678] GHES: HEST is not enabled!
[    0.828750] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.829821] Linux agpgart interface v0.103
[    0.832292] brd: module loaded
[    0.833378] loop: module loaded
[    0.833539] libphy: Fixed MDIO Bus: probed
[    0.833542] tun: Universal TUN/TAP device driver, 1.6
[    0.833543] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.833574] PPP generic driver version 2.4.2
[    0.833616] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.833620] ehci-pci: EHCI PCI platform driver
[    0.833701] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.833705] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.833716] ehci-pci 0000:00:1a.0: debug port 2
[    0.837605] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.837622] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7a08000
[    0.848921] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.848961] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.848963] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.848964] usb usb1: Product: EHCI Host Controller
[    0.848965] usb usb1: Manufacturer: Linux 4.4.0-62-generic ehci_hcd
[    0.848966] usb usb1: SerialNumber: 0000:00:1a.0
[    0.849107] hub 1-0:1.0: USB hub found
[    0.849114] hub 1-0:1.0: 2 ports detected
[    0.849270] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.849274] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.849284] ehci-pci 0000:00:1d.0: debug port 2
[    0.853168] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.853178] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7a07000
[    0.864932] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.864974] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    0.864976] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.864977] usb usb2: Product: EHCI Host Controller
[    0.864978] usb usb2: Manufacturer: Linux 4.4.0-62-generic ehci_hcd
[    0.864979] usb usb2: SerialNumber: 0000:00:1d.0
[    0.865140] hub 2-0:1.0: USB hub found
[    0.865146] hub 2-0:1.0: 2 ports detected
[    0.865222] ehci-platform: EHCI generic platform driver
[    0.865231] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.865236] ohci-pci: OHCI PCI platform driver
[    0.865244] ohci-platform: OHCI generic platform driver
[    0.865250] uhci_hcd: USB Universal Host Controller Interface driver
[    0.865314] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    0.865318] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 3
[    0.977179] xhci_hcd 0000:03:00.0: hcc params 0x0200f180 hci version 0x96 quirks 0x00080000
[    0.977364] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    0.977366] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.977367] usb usb3: Product: xHCI Host Controller
[    0.977368] usb usb3: Manufacturer: Linux 4.4.0-62-generic xhci-hcd
[    0.977369] usb usb3: SerialNumber: 0000:03:00.0
[    0.977498] hub 3-0:1.0: USB hub found
[    0.977511] hub 3-0:1.0: 2 ports detected
[    0.977575] xhci_hcd 0000:03:00.0: xHCI Host Controller
[    0.977577] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 4
[    0.977608] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.977622] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    0.977624] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.977625] usb usb4: Product: xHCI Host Controller
[    0.977626] usb usb4: Manufacturer: Linux 4.4.0-62-generic xhci-hcd
[    0.977627] usb usb4: SerialNumber: 0000:03:00.0
[    0.977755] hub 4-0:1.0: USB hub found
[    0.977766] hub 4-0:1.0: 2 ports detected
[    0.977858] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.005418] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.005423] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.005688] mousedev: PS/2 mouse device common for all mice
[    1.006897] rtc_cmos 00:02: RTC can wake from S4
[    1.007036] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.007063] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.007069] i2c /dev entries driver
[    1.007102] device-mapper: uevent: version 1.0.3
[    1.007152] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    1.007162] Intel P-state driver initializing.
[    1.007476] ledtrig-cpu: registered to indicate activity on CPUs
[    1.007483] EFI Variables Facility v0.08 2004-May-17
[    1.012069] NET: Registered protocol family 10
[    1.012334] NET: Registered protocol family 17
[    1.012348] Key type dns_resolver registered
[    1.012738] microcode: CPU0 sig=0x306a9, pf=0x2, revision=0x1c
[    1.012746] microcode: CPU1 sig=0x306a9, pf=0x2, revision=0x1c
[    1.012756] microcode: CPU2 sig=0x306a9, pf=0x2, revision=0x1c
[    1.012791] microcode: CPU3 sig=0x306a9, pf=0x2, revision=0x1c
[    1.012803] microcode: CPU4 sig=0x306a9, pf=0x2, revision=0x1c
[    1.012814] microcode: CPU5 sig=0x306a9, pf=0x2, revision=0x1c
[    1.012826] microcode: CPU6 sig=0x306a9, pf=0x2, revision=0x1c
[    1.012859] microcode: CPU7 sig=0x306a9, pf=0x2, revision=0x1c
[    1.012926] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.013220] registered taskstats version 1
[    1.013233] Loading compiled-in X.509 certificates
[    1.013803] Loaded X.509 cert 'Build time autogenerated kernel key: a630254739635d6fdc487c9f0afa5d9a0ff04f04'
[    1.013816] zswap: loaded using pool lzo/zbud
[    1.016720] Key type trusted registered
[    1.020046] Key type encrypted registered
[    1.020051] AppArmor: AppArmor sha1 policy hashing enabled
[    1.020054] ima: No TPM chip found, activating TPM-bypass!
[    1.020072] evm: HMAC attrs: 0x1
[    1.020377]   Magic number: 5:360:76
[    1.020488] rtc_cmos 00:02: setting system clock to 2017-02-08 12:04:33 UTC (1486555473)
[    1.020525] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.020526] EDD information not available.
[    1.020580] PM: Hibernation image not present or could not be loaded.
[    1.021405] Freeing unused kernel memory: 1488K (ffffffff81f44000 - ffffffff820b8000)
[    1.021406] Write protecting the kernel read-only data: 14336k
[    1.021879] Freeing unused kernel memory: 1792K (ffff880001840000 - ffff880001a00000)
[    1.022146] Freeing unused kernel memory: 136K (ffff880001dde000 - ffff880001e00000)
[    1.029484] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[    1.029535] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[    1.029545] random: systemd-udevd: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[    1.029850] random: udevadm: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[    1.029884] random: udevadm: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[    1.030201] random: udevadm: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[    1.030244] random: udevadm: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[    1.030280] random: udevadm: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[    1.030315] random: udevadm: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[    1.030349] random: udevadm: uninitialized urandom read (16 bytes read, 3 bits of entropy available)
[    1.048744] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[    1.057337] nvidia: module license 'NVIDIA' taints kernel.
[    1.057339] Disabling lock debugging due to kernel taint
[    1.058953] [drm] Initialized drm 1.1.0 20060810
[    1.059788] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    1.059802] r8169 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.059812] r8169 0000:05:00.0: enabling device (0100 -> 0103)
[    1.059925] ahci 0000:00:1f.2: version 3.0
[    1.060091] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    1.060119] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x13 impl SATA mode
[    1.060121] ahci 0000:00:1f.2: flags: 64bit ncq stag led clo pio slum part ems sxs apst 
[    1.060193] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    1.060401] r8169 0000:05:00.0 eth0: RTL8168evl/8111evl at 0xffffc90000c78000, 50:46:5d:df:e6:7d, XID 0c900800 IRQ 36
[    1.060404] r8169 0000:05:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    1.063998] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
[    1.064058] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
[    1.064130] nvidia-nvlink: Nvlink Core is being initialized, major device number 248
[    1.064154] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  367.57  Mon Oct  3 20:37:01 PDT 2016
[    1.071369] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  367.57  Mon Oct  3 20:32:57 PDT 2016
[    1.071851] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    1.073325] scsi host0: ahci
[    1.073431] scsi host1: ahci
[    1.073520] scsi host2: ahci
[    1.073607] scsi host3: ahci
[    1.073687] scsi host4: ahci
[    1.073733] ata1: SATA max UDMA/133 abar m2048@0xf7a06000 port 0xf7a06100 irq 35
[    1.073735] ata2: SATA max UDMA/133 abar m2048@0xf7a06000 port 0xf7a06180 irq 35
[    1.073736] ata3: DUMMY
[    1.073737] ata4: DUMMY
[    1.073739] ata5: SATA max UDMA/133 abar m2048@0xf7a06000 port 0xf7a06300 irq 35
[    1.077407] [drm] Memory usable by graphics device = 2048M
[    1.077410] checking generic (d0000000 300000) vs hw (d0000000 10000000)
[    1.077411] fb: switching to inteldrmfb from EFI VGA
[    1.077429] Console: switching to colour dummy device 80x25
[    1.077478] [drm] Replacing VGA console driver
[    1.078362] r8169 0000:05:00.0 enp5s0: renamed from eth0
[    1.083006] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.083008] [drm] Driver supports precise vblank timestamp query.
[    1.088811] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[    1.089129] ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[    1.089242] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:15/LNXVIDEO:00/input/input3
[    1.089503] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.089558] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input4
[    1.089608] [drm] Initialized i915 1.6.0 20151010 for 0000:00:02.0 on minor 1
[    1.152907] [drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
[    1.164898] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.180914] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.209865] fbcon: inteldrmfb (fb0) is primary device
[    1.209914] Console: switching to colour frame buffer device 240x67
[    1.209934] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    1.297675] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[    1.297677] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.297969] hub 1-1:1.0: USB hub found
[    1.298059] hub 1-1:1.0: 4 ports detected
[    1.313318] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[    1.313323] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.313588] hub 2-1:1.0: USB hub found
[    1.313653] hub 2-1:1.0: 6 ports detected
[    1.344915] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    1.392918] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.394589] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20150930/psargs-359)
[    1.394597] ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT0._GTF] (Node ffff8802274c2898), AE_NOT_FOUND (20150930/psparse-542)
[    1.394611] ata1.00: ATAPI: MATSHITABD-MLT UJ260, 1.10, max UDMA/133
[    1.396043] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20150930/psargs-359)
[    1.396051] ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT0._GTF] (Node ffff8802274c2898), AE_NOT_FOUND (20150930/psparse-542)
[    1.396066] ata1.00: configured for UDMA/133
[    1.397692] scsi 0:0:0:0: CD-ROM            MATSHITA BD-MLT UJ260     1.10 PQ: 0 ANSI: 5
[    1.414893] sr 0:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.414897] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.415122] sr 0:0:0:0: Attached scsi CD-ROM sr0
[    1.415214] sr 0:0:0:0: Attached scsi generic sg0 type 5
[    1.584908] usb 2-1.3: new high-speed USB device number 3 using ehci-pci
[    1.677314] usb 2-1.3: New USB device found, idVendor=058f, idProduct=6254
[    1.677318] usb 2-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.677715] hub 2-1.3:1.0: USB hub found
[    1.677810] hub 2-1.3:1.0: 4 ports detected
[    1.732914] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.734831] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20150930/psargs-359)
[    1.734839] ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT1._GTF] (Node ffff8802274c2910), AE_NOT_FOUND (20150930/psparse-542)
[    1.734892] ata2.00: supports DRM functions and may not be fully accessible
[    1.734999] ata2.00: disabling queued TRIM support
[    1.735004] ata2.00: ATA-9: Samsung SSD 850 PRO 256GB, EXM03B6Q, max UDMA/133
[    1.735007] ata2.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    1.735301] ACPI Error: [DSSP] Namespace lookup failure, AE_NOT_FOUND (20150930/psargs-359)
[    1.735309] ACPI Error: Method parse/execution failed [\_SB.PCI0.SAT0.SPT1._GTF] (Node ffff8802274c2910), AE_NOT_FOUND (20150930/psparse-542)
[    1.735355] ata2.00: supports DRM functions and may not be fully accessible
[    1.735465] ata2.00: disabling queued TRIM support
[    1.735532] ata2.00: configured for UDMA/133
[    1.735753] scsi 1:0:0:0: Direct-Access     ATA      Samsung SSD 850  3B6Q PQ: 0 ANSI: 5
[    1.736004] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    1.736032] sd 1:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    1.736275] sd 1:0:0:0: [sda] Write Protect is off
[    1.736277] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.736324] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.738295]  sda: sda1 sda2 sda3 sda4 sda5 sda6
[    1.738762] sd 1:0:0:0: [sda] Attached SCSI disk
[    1.748909] usb 2-1.5: new high-speed USB device number 4 using ehci-pci
[    1.820918] tsc: Refined TSC clocksource calibration: 3092.973 MHz
[    1.820923] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2c95594edb3, max_idle_ns: 440795220223 ns
[    1.852808] usb 2-1.5: New USB device found, idVendor=13d3, idProduct=3282
[    1.852813] usb 2-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.852815] usb 2-1.5: Product: Rtl2832UDVB
[    1.852818] usb 2-1.5: Manufacturer: Realtek
[    1.852820] usb 2-1.5: SerialNumber: 0272
[    1.964904] usb 2-1.3.1: new full-speed USB device number 5 using ehci-pci
[    1.984265] usb 3-1: New USB device found, idVendor=05e3, idProduct=0610
[    1.984269] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.984272] usb 3-1: Product: USB2.0 Hub
[    1.984283] usb 3-1: Manufacturer: GenesysLogic
[    1.985791] hub 3-1:1.0: USB hub found
[    1.987395] hub 3-1:1.0: 4 ports detected
[    2.052910] ata5: SATA link down (SStatus 0 SControl 300)
[    2.063407] usb 2-1.3.1: New USB device found, idVendor=2149, idProduct=2706
[    2.063409] usb 2-1.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.063410] usb 2-1.3.1: Product: CoolTouch(TM) System
[    2.063411] usb 2-1.3.1: Manufacturer: Advanced Silicon S.A
[    2.068086] hidraw: raw HID events driver (C) Jiri Kosina
[    2.072060] usbcore: registered new interface driver usbhid
[    2.072062] usbhid: USB HID core driver
[    2.073453] hid-generic 0003:2149:2706.0002: hiddev0,hidraw0: USB HID v1.10 Device [Advanced Silicon S.A CoolTouch(TM) System] on usb-0000:00:1d.0-1.3.1/input1
[    2.152914] usb 2-1.3.2: new high-speed USB device number 6 using ehci-pci
[    2.197812] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[    2.215839] usb 4-1: New USB device found, idVendor=05e3, idProduct=0612
[    2.215841] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.215842] usb 4-1: Product: USB3.0 Hub
[    2.215843] usb 4-1: Manufacturer: GenesysLogic
[    2.252987] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[    2.256179] [drm:intel_set_pch_fifo_underrun_reporting [i915]] *ERROR* uncleared pch fifo underrun on pch transcoder A
[    2.256193] [drm:intel_pch_fifo_underrun_irq_handler [i915]] *ERROR* PCH transcoder A FIFO underrun
[    2.312307] hub 4-1:1.0: USB hub found
[    2.312767] hub 4-1:1.0: 4 ports detected
[    2.404552] usb 2-1.3.2: New USB device found, idVendor=1bcf, idProduct=2c31
[    2.404557] usb 2-1.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.404559] usb 2-1.3.2: Product: Integrated Camera
[    2.404562] usb 2-1.3.2: Manufacturer: 04081-00120600C9709V
[    2.509104] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[    2.509222] systemd[1]: Detected architecture x86-64.
[    2.509350] systemd[1]: Set hostname to <pc-salon>.
[    2.570205] systemd[1]: Listening on Journal Audit Socket.
[    2.570239] systemd[1]: Reached target User and Group Name Lookups.
[    2.570277] systemd[1]: Listening on Journal Socket.
[    2.570309] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.570335] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    2.570355] systemd[1]: Listening on Syslog Socket.
[    2.570433] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.570450] systemd[1]: Reached target Encrypted Volumes.
[    2.570510] systemd[1]: Created slice System Slice.
[    2.593021] systemd[1]: Started Braille Device Support.
[    2.593500] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    2.593808] systemd[1]: Mounting Debug File System...
[    2.594084] systemd[1]: Starting Set console keymap...
[    2.594174] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    2.594457] systemd[1]: Starting Uncomplicated firewall...
[    2.594823] systemd[1]: Mounting POSIX Message Queue File System...
[    2.594854] systemd[1]: Listening on udev Kernel Socket.
[    2.597320] systemd[1]: Listening on udev Control Socket.
[    2.597359] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.597626] systemd[1]: Starting Journal Service...
[    2.597659] systemd[1]: Listening on fsck to fsckd communication Socket.
[    2.597732] systemd[1]: Created slice User and Session Slice.
[    2.597748] systemd[1]: Reached target Slices.
[    2.598060] systemd[1]: Mounting Huge Pages File System...
[    2.598090] systemd[1]: Reached target Remote File Systems (Pre).
[    2.598112] systemd[1]: Reached target Remote File Systems.
[    2.599997] systemd[1]: Starting Load Kernel Modules...
[    2.600316] systemd[1]: Started Read required files in advance.
[    2.601637] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    2.601774] systemd[1]: Started Uncomplicated firewall.
[    2.604899] systemd[1]: Mounted Debug File System.
[    2.604955] systemd[1]: Mounted POSIX Message Queue File System.
[    2.604999] systemd[1]: Mounted Huge Pages File System.
[    2.613748] lp: driver loaded but no devices found
[    2.615912] ppdev: user-space parallel port driver
[    2.620386] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.632058] systemd[1]: Started Set console keymap.
[    2.633227] usbcore: registered new interface driver dvb_usb_rtl28xxu
[    2.633468] systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
[    2.633574] systemd[1]: Failed to start Load Kernel Modules.
[    2.633618] systemd[1]: systemd-modules-load.service: Unit entered failed state.
[    2.633633] systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
[    2.633704] systemd[1]: Started Journal Service.
[    2.667774] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[    2.669660] media: Linux media interface: v0.10
[    2.673862] Linux video capture interface: v2.00
[    2.675974] systemd-journald[334]: Received request to flush runtime journal from PID 1
[    2.682954] uvcvideo: Found UVC 1.00 device Integrated Camera (1bcf:2c31)
[    2.708101] input: Integrated Camera as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3.2/2-1.3.2:1.0/input/input7
[    2.708168] usbcore: registered new interface driver uvcvideo
[    2.708170] USB Video Class driver (1.1.1)
[    2.708892] usb 2-1.3.3: new full-speed USB device number 7 using ehci-pci
[    2.721686] wmi: Mapper loaded
[    2.725399] ene_ir: chip is 0x3926 - kbver = 0x00, rev = 0xd2
[    2.725401] ene_ir: PLL freq = 1406
[    2.725402] ene_ir: KB3926D or higher detected
[    2.725413] ene_ir: Firmware regs: e1 01
[    2.725414] ene_ir: Hardware features:
[    2.725414] ene_ir: * Uses GPIO 40 for IR demodulated input
[    2.748895] Registered IR keymap rc-rc6-mce
[    2.748957] input: ENE eHome Infrared Remote Receiver as /devices/virtual/rc/rc0/input8
[    2.749030] rc0: ENE eHome Infrared Remote Receiver as /devices/virtual/rc/rc0
[    2.750546] IR NEC protocol handler initialized
[    2.750894] IR RC5(x/sz) protocol handler initialized
[    2.751316] IR RC6 protocol handler initialized
[    2.751743] IR Sony protocol handler initialized
[    2.751987] IR JVC protocol handler initialized
[    2.753503] IR SANYO protocol handler initialized
[    2.754106] IR Sharp protocol handler initialized
[    2.754109] IR MCE Keyboard/mouse protocol handler initialized
[    2.754201] IR XMP protocol handler initialized
[    2.754333] input: MCE IR Keyboard/Mouse (ene_ir) as /devices/virtual/input/input9
[    2.754395] ene_ir: driver has been successfully loaded
[    2.758265] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.759702] lirc_dev: IR Remote Control driver registered, major 244 
[    2.760142] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20150930/utaddress-254)
[    2.760146] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.760149] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
[    2.760151] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB_.PCI0.PEG0.PEGP.GPIO) (20150930/utaddress-254)
[    2.760153] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.760154] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
[    2.760156] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB_.PCI0.PEG0.PEGP.GPIO) (20150930/utaddress-254)
[    2.760158] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.760159] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20150930/utaddress-254)
[    2.760160] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000055F (\_SB_.PCI0.PEG0.PEGP.GPIO) (20150930/utaddress-254)
[    2.760162] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    2.760163] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    2.763261] rc rc0: lirc_dev: driver ir-lirc-codec (ene_ir) registered at minor = 0
[    2.763263] IR LIRC bridge handler initialized
[    2.766472] EDAC MC: Ver: 3.0.0
[    2.792557] usb 4-1.2: new SuperSpeed USB device number 3 using xhci_hcd
[    2.794585] AVX version of gcm_enc/dec engaged.
[    2.794588] AES CTR mode by8 optimization enabled
[    2.805127] usb 4-1.2: LPM exit latency is zeroed, disabling LPM.
[    2.805792] usb 4-1.2: New USB device found, idVendor=04c5, idProduct=2028
[    2.805795] usb 4-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.805797] usb 4-1.2: Product: iodd2541
[    2.805798] usb 4-1.2: Manufacturer: iODD
[    2.805800] usb 4-1.2: SerialNumber: S39KNX0H913936E
[    2.822824] clocksource: Switched to clocksource tsc
[    2.833505] usb 2-1.3.3: New USB device found, idVendor=046d, idProduct=c52b
[    2.833508] usb 2-1.3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.833511] usb 2-1.3.3: Product: USB Receiver
[    2.833512] usb 2-1.3.3: Manufacturer: Logitech
[    2.838019] intel_rapl: Found RAPL domain package
[    2.838022] intel_rapl: Found RAPL domain core
[    2.838024] intel_rapl: Found RAPL domain uncore
[    2.838029] intel_rapl: RAPL package 0 domain package locked by BIOS
[    2.841864] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    2.846708] ath9k 0000:04:00.0: enabling device (0100 -> 0102)
[    2.846802] ath: phy0: Disable PLL PowerSave
[    2.854748] ath: EEPROM regdomain: 0x60
[    2.854751] ath: EEPROM indicates we should expect a direct regpair map
[    2.854753] ath: Country alpha2 being used: 00
[    2.854753] ath: Regpair used: 0x60
[    2.859155] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC887-VD: line_outs=1 (0x1a/0x0/0x0/0x0/0x0) type:line
[    2.859163] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=2 (0x14/0x16/0x0/0x0/0x0)
[    2.859165] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    2.859167] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    2.859168] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[    2.859169] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    2.859171] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[    2.859172] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    2.861744] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    2.861962] ieee80211 phy0: Atheros AR9485 Rev:1 mem=0xffffc90001100000, irq=18
[    2.869007] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[    2.869076] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
[    2.869139] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
[    2.912626] nvidia-uvm: Loaded the UVM driver in 8 mode, major device number 242
[    2.928871] usb 2-1.3.4: new full-speed USB device number 8 using ehci-pci
[    2.962102] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[    2.962146] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[    2.962170] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[    2.962191] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[    2.962211] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[    2.962243] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[    2.962264] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[    2.969896] random: nonblocking pool is initialized
[    3.103591] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[    3.115497] usb 2-1.3.4: New USB device found, idVendor=0a12, idProduct=0001
[    3.115498] usb 2-1.3.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    3.115499] usb 2-1.3.4: Product: CSR8510 A10
[    3.126039] input: Advanced Silicon S.A CoolTouch(TM) System as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3.1/2-1.3.1:1.0/0003:2149:2706.0001/input/input13
[    3.126117] hid-multitouch 0003:2149:2706.0001: input,hidraw1: USB HID v1.10 Device [Advanced Silicon S.A CoolTouch(TM) System] on usb-0000:00:1d.0-1.3.1/input0
[    3.419239] asus_wmi: ASUS WMI generic driver loaded
[    3.422789] asus_wmi: Initialization: 0x0
[    3.422804] asus_wmi: BIOS WMI version: 0.9
[    3.422827] asus_wmi: SFUN value: 0x0
[    3.423235] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input15
[    3.423324] asus_wmi: Number of fans: 1
[    3.426580] ath9k 0000:04:00.0 wlp4s0: renamed from wlan0
[    3.432449] logitech-djreceiver 0003:046D:C52B.0005: hiddev0,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1.3.3/input2
[    3.442238] usb-storage 4-1.2:1.0: USB Mass Storage device detected
[    3.442290] scsi host5: usb-storage 4-1.2:1.0
[    3.442372] usbcore: registered new interface driver usb-storage
[    3.444205] usbcore: registered new interface driver uas
[    3.453298] Adding 10341372k swap on /dev/sda6.  Priority:-1 extents:1 across:10341372k SSFS
[    3.459425] Bluetooth: Core ver 2.21
[    3.459436] NET: Registered protocol family 31
[    3.459438] Bluetooth: HCI device and connection manager initialized
[    3.459441] Bluetooth: HCI socket layer initialized
[    3.459443] Bluetooth: L2CAP socket layer initialized
[    3.459448] Bluetooth: SCO socket layer initialized
[    3.477128] usbcore: registered new interface driver btusb
[    3.494937] cfg80211: World regulatory domain updated:
[    3.494938] cfg80211:  DFS Master region: unset
[    3.494938] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[    3.494940] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[    3.494941] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[    3.494941] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[    3.494942] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[    3.494943] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[    3.494944] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[    3.494944] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[    3.494945] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[    3.506450] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[    3.551954] input: Logitech K520 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3.3/2-1.3.3:1.2/0003:046D:C52B.0005/0003:046D:2011.0007/input/input16
[    3.552006] logitech-hidpp-device 0003:046D:2011.0007: input,hidraw3: USB HID v1.11 Keyboard [Logitech K520] on usb-0000:00:1d.0-1.3.3:3
[    3.599914] logitech-hidpp-device 0003:046D:402D.0006: hidraw4: USB HID v1.11 Keyboard [Logitech M560] on usb-0000:00:1d.0-1.3.3:2
[    3.871324] audit: type=1400 audit(1486555476.346:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/ubuntu-core-launcher" pid=973 comm="apparmor_parser"
[    3.871864] audit: type=1400 audit(1486555476.346:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=977 comm="apparmor_parser"
[    3.871942] audit: type=1400 audit(1486555476.346:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=975 comm="apparmor_parser"
[    3.871949] audit: type=1400 audit(1486555476.346:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=975 comm="apparmor_parser"
[    3.872666] audit: type=1400 audit(1486555476.346:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=979 comm="apparmor_parser"
[    3.873447] audit: type=1400 audit(1486555476.350:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/mysqld-akonadi" pid=980 comm="apparmor_parser"
[    3.873454] audit: type=1400 audit(1486555476.350:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/mysqld-akonadi///usr/sbin/mysqld" pid=980 comm="apparmor_parser"
[    3.873736] audit: type=1400 audit(1486555476.350:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=969 comm="apparmor_parser"
[    3.873743] audit: type=1400 audit(1486555476.350:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=969 comm="apparmor_parser"
[    3.966721] bbswitch: version 0.8
[    3.966726] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
[    3.966730] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
[    3.966739] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[    3.966797] bbswitch: detected an Optimus _DSM function
[    3.966802] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
[    3.986962] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    3.986964] Bluetooth: BNEP filters: protocol multicast
[    3.986967] Bluetooth: BNEP socket layer initialized
[    4.061931] input: Logitech Wireless Mouse M560 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3.3/2-1.3.3:1.2/0003:046D:C52B.0005/0003:046D:402D.0006/input/input17
[    4.155372] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[    4.169661] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[    4.172710] IPv6: ADDRCONF(NETDEV_UP): enp5s0: link is not ready
[    4.238630] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[    4.238671] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[    4.238692] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[    4.238711] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[    4.238730] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[    4.238759] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[    4.238778] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[    4.287033] r8169 0000:05:00.0 enp5s0: link down
[    4.287034] r8169 0000:05:00.0 enp5s0: link down
[    4.287097] IPv6: ADDRCONF(NETDEV_UP): enp5s0: link is not ready
[    4.300247] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[    4.413531] nvidia-modeset: Allocated GPU:0 (GPU-912b61d6-62a2-4aae-639b-bb75feda06eb) @ PCI:0000:01:00.0
[    4.413756] nvidia-modeset: WARNING: GPU:0: Correcting number of heads for current head configuration (0x03)
[    4.413888] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[    4.413950] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[    4.414005] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[    4.414043] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150930/nsarguments-95)
[    4.431492] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[    4.441255] scsi 5:0:0:0: Direct-Access     iODD      External HDD         PQ: 0 ANSI: 6
[    4.445039] sd 5:0:0:0: Attached scsi generic sg2 type 0
[    4.445190] sd 5:0:0:0: [sdb] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    4.445309] sd 5:0:0:0: [sdb] Write Protect is off
[    4.445311] sd 5:0:0:0: [sdb] Mode Sense: 23 00 00 08
[    4.445427] sd 5:0:0:0: [sdb] No Caching mode page found
[    4.445429] sd 5:0:0:0: [sdb] Assuming drive cache: write through
[    4.447597]  sdb: sdb1
[    4.448223] sd 5:0:0:0: [sdb] Attached SCSI disk
[    6.699358] r8169 0000:05:00.0 enp5s0: link up
[    6.699365] IPv6: ADDRCONF(NETDEV_CHANGE): enp5s0: link becomes ready
[   16.307599] Bluetooth: RFCOMM TTY layer initialized
[   16.307606] Bluetooth: RFCOMM socket layer initialized
[   16.307610] Bluetooth: RFCOMM ver 1.11
[   16.683802] audit_printk_skb: 63 callbacks suppressed
[   16.683814] audit: type=1400 audit(1486555489.158:32): apparmor="DENIED" operation="open" profile="/usr/sbin/mysqld-akonadi///usr/sbin/mysqld" name="/proc/1910/status" pid=1910 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
[   16.683844] audit: type=1400 audit(1486555489.158:33): apparmor="DENIED" operation="open" profile="/usr/sbin/mysqld-akonadi///usr/sbin/mysqld" name="/sys/devices/system/node/" pid=1910 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[   16.683881] audit: type=1400 audit(1486555489.158:34): apparmor="DENIED" operation="open" profile="/usr/sbin/mysqld-akonadi///usr/sbin/mysqld" name="/proc/1910/status" pid=1910 comm="mysqld" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
thierry@pc-salon:~$ 

ET j'ai controlé tous les fichiers blacklist et il n'apparait pas ailleurs

Dernière modification par tsar1958 (Le 08/02/2017, à 14:20)


La théorie, c'est quand on sait tout et que rien ne fonctionne, la pratique, c'est quand tout fonctionne et que personne ne sait pourquoi.
En France, nous avons réuni théorie et pratique : Rien ne fonctionne... et personne ne sait pourquoi !
                                                          *******************
Un pessimiste est un optimiste bien informé

Hors ligne

#67 Le 08/02/2017, à 14:45

LeJediGris

Re : Tuner tnt

Bon effectivement il "load" bien via usbcore mais après des erreurs de systemd m'inquiètent, peux-tu faire

journalctl -p err

A+


%NOINDEX%
Matos Asus Zenbook
"Home Made" Monstro: core i7 9700+32Go de mémoire+SSD QVO Samsung 1To +MoBo Asus Prime Z390P
+ "Terminator", core i5 3570, 16Go, SSD Intel 520 sous Mint 19.3, Freebox Revolution

Hors ligne

#68 Le 08/02/2017, à 14:54

tsar1958

Re : Tuner tnt

LeJediGris a écrit :

Bon effectivement il "load" bien via usbcore mais après des erreurs de systemd m'inquiètent, peux-tu faire

journalctl -p err

A+

voila

vr. 08 14:49:43 pc-salon kernel: [drm:intel_set_pch_fifo_underrun_reporting [i915]] *ERROR* uncleared pch fifo underrun on pch transcoder A                           
févr. 08 14:49:43 pc-salon kernel: [drm:intel_pch_fifo_underrun_irq_handler [i915]] *ERROR* PCH transcoder A FIFO underrun                                              
févr. 08 14:49:44 pc-salon bluetoothd[1000]: Failed to obtain handles for "Service Changed" characteristic                                                              
févr. 08 14:49:44 pc-salon bluetoothd[1000]: Not enough free handles to register service                                                                                
févr. 08 14:49:44 pc-salon bluetoothd[1000]: Error adding Link Loss service                                                                                             
févr. 08 14:49:44 pc-salon bluetoothd[1000]: Not enough free handles to register service                                                                                
févr. 08 14:49:44 pc-salon bluetoothd[1000]: Not enough free handles to register service                                                                                
févr. 08 14:49:44 pc-salon bluetoothd[1000]: Not enough free handles to register service                                                                                
févr. 08 14:49:44 pc-salon bluetoothd[1000]: Current Time Service could not be registered                                                                               
févr. 08 14:49:44 pc-salon bluetoothd[1000]: gatt-time-server: Input/output error (5)                                                                                   
févr. 08 14:49:44 pc-salon bluetoothd[1000]: Not enough free handles to register service                                                                                
févr. 08 14:49:44 pc-salon bluetoothd[1000]: Not enough free handles to register service                                                                                
févr. 08 14:49:44 pc-salon bluetoothd[1000]: Sap driver initialization failed.                                                                                          
févr. 08 14:49:44 pc-salon bluetoothd[1000]: sap-server: Operation not permitted (1)                                                                                    
févr. 08 14:49:44 pc-salon systemd[1]: Failed to start /etc/rc.local Compatibility.                                                                                     
févr. 08 14:49:44 pc-salon NetworkManager[1121]: nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed                                                      
févr. 08 14:49:44 pc-salon wpa_supplicant[1247]: dbus: wpa_dbus_get_object_properties: failed to get object properties: (none) none                                     
févr. 08 14:49:44 pc-salon wpa_supplicant[1247]: dbus: Failed to construct signal                                                                                       
févr. 08 14:49:44 pc-salon kernel: sd 5:0:0:0: [sdb] No Caching mode page found                                                                                         
févr. 08 14:49:44 pc-salon kernel: sd 5:0:0:0: [sdb] Assuming drive cache: write through
févr. 08 14:49:57 pc-salon pulseaudio[1763]: [pulseaudio] backend-ofono.c: Failed to register as a handsfree audio agent w                                              
                                                                                                                                       

La théorie, c'est quand on sait tout et que rien ne fonctionne, la pratique, c'est quand tout fonctionne et que personne ne sait pourquoi.
En France, nous avons réuni théorie et pratique : Rien ne fonctionne... et personne ne sait pourquoi !
                                                          *******************
Un pessimiste est un optimiste bien informé

Hors ligne

#69 Le 08/02/2017, à 14:54

opensrx

Re : Tuner tnt

Le truc béta, tu as essayé de refaire tes mises à jour et de faire un dist-upgrade?

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

Hors ligne

#70 Le 08/02/2017, à 14:56

opensrx

Re : Tuner tnt

Essaie aussi d'installer v4l-dvb avant de faire les updates

Dernière modification par opensrx (Le 08/02/2017, à 14:57)

Hors ligne

#71 Le 08/02/2017, à 15:07

LeJediGris

Re : Tuner tnt

Alors le PB peut-être vient du fait que tu as A LA FOIS dans le rc.local et dans modules.conf, a la limite il suffit juste de ne pas les blacklister, donc virer dans le rc.local et aussi dans modules.conf.

févr. 08 14:49:44 pc-salon systemd[1]: Failed to start /etc/rc.local Compatibility.     

Enlève la ligne du rc.local. reboote et essaye de voir s'il refait la même erreur. En fait Ubuntu considère que tu utilise rtl-sdr nativement et cela met le bazar.

A+


%NOINDEX%
Matos Asus Zenbook
"Home Made" Monstro: core i7 9700+32Go de mémoire+SSD QVO Samsung 1To +MoBo Asus Prime Z390P
+ "Terminator", core i5 3570, 16Go, SSD Intel 520 sous Mint 19.3, Freebox Revolution

Hors ligne

#72 Le 08/02/2017, à 15:23

tsar1958

Re : Tuner tnt

LeJediGris a écrit :

Alors le PB peut-être vient du fait que tu as A LA FOIS dans le rc.local et dans modules.conf, a la limite il suffit juste de ne pas les blacklister, donc virer dans le rc.local et aussi dans modules.conf.

févr. 08 14:49:44 pc-salon systemd[1]: Failed to start /etc/rc.local Compatibility.     

Enlève la ligne du rc.local. reboote et essaye de voir s'il refait la même erreur. En fait Ubuntu considère que tu utilise rtl-sdr nativement et cela met le bazar.

A+

J'enlèves la ligne juste dans rc.local ou aussi dans modules.conf et dois je laisser commenté les lignes dans rtl-sdr


La théorie, c'est quand on sait tout et que rien ne fonctionne, la pratique, c'est quand tout fonctionne et que personne ne sait pourquoi.
En France, nous avons réuni théorie et pratique : Rien ne fonctionne... et personne ne sait pourquoi !
                                                          *******************
Un pessimiste est un optimiste bien informé

Hors ligne

#73 Le 08/02/2017, à 15:40

LeJediGris

Re : Tuner tnt

Tu peux mettre en commentaire (avec un # en début de ligne) dans le rc.local, enlever l'insert de usb-dvd-rtl32xx dans le fichier modules.conf (ou le mettre en commentaire pareil avec #).
A priori (et je suis très prudent là dessus !!) il suffit de laisser les # dans le blacklist, donc de ne pas le blacklister, pour que le système charge les modules nécessaires.

A+


%NOINDEX%
Matos Asus Zenbook
"Home Made" Monstro: core i7 9700+32Go de mémoire+SSD QVO Samsung 1To +MoBo Asus Prime Z390P
+ "Terminator", core i5 3570, 16Go, SSD Intel 520 sous Mint 19.3, Freebox Revolution

Hors ligne

#74 Le 08/02/2017, à 15:59

tsar1958

Re : Tuner tnt

LeJediGris a écrit :

Tu peux mettre en commentaire (avec un # en début de ligne) dans le rc.local, enlever l'insert de usb-dvd-rtl32xx dans le fichier modules.conf (ou le mettre en commentaire pareil avec #).
A priori (et je suis très prudent là dessus !!) il suffit de laisser les # dans le blacklist, donc de ne pas le blacklister, pour que le système charge les modules nécessaires.

A+

Aucun changement ,toujours pas détecté dans kaffeine ou me-tv

J'ai refait un lshw et toujours ce probleme de " NON RECLAME'

Je suis patient mais il faut vraiment etre motivé smile,a titre d'exemple dans windows les drivers sont natifs et le materiel détecté instantanement par vlc ou kodi ou media center

Je suis content de mes premiers pas avec ubuntu mais la ca commence a etre long ,ca fait trois jours qu'il faut mettre la mains dans le cambouis sans résultat ,s'en est déprimant

Je vais devenir dingue a force de rentrer des lignes de commandes smiley_raison.gif

Mais bon je vais essayer de persévérer et surtout je vous remercie de votre aide smiley_dactylo.gif

Si vous avez d'autres idées n'hésitez pas

Dernière modification par tsar1958 (Le 08/02/2017, à 16:02)


La théorie, c'est quand on sait tout et que rien ne fonctionne, la pratique, c'est quand tout fonctionne et que personne ne sait pourquoi.
En France, nous avons réuni théorie et pratique : Rien ne fonctionne... et personne ne sait pourquoi !
                                                          *******************
Un pessimiste est un optimiste bien informé

Hors ligne

#75 Le 08/02/2017, à 16:05

opensrx

Re : Tuner tnt

J'ai eu ce problème avec une carte wifi et tout avait fonctionné après une réinstall avec quelques options différentes.

Avais-tu coché l'option logiciels tiers lors de l'installation d'ubuntu? Pourquoi n'utilises-tu pas windows pour regarder la TV?

Hors ligne