jessie-clef-usb-invisible Le sujet est résolu

Demande d'aide : c'est ici.
Répondre
Tinnitus
Membre
Membre
Messages : 96
Inscription : 27 avr. 2016, 08:20
Status : Hors-ligne

Bonjour,
Il arrive que ma clef usb (Service) ne soit pas vue par le système quand je la branche.

Voici quelques informations quand elle est branchée et reconnue:

Code : Tout sélectionner

/dev/sdb1: LABEL="Service" UUID="9491-6A28" TYPE="vfat" PARTUUID="8c326e7b-01"

Code : Tout sélectionner

Device     Boot Start     End Sectors  Size Id Type
/dev/sdb1        2048 7809023 7806976  3,7G  b W95 FAT32

Code : Tout sélectionner

sdb      8:16   1   3,7G  0 disk 
└─sdb1   8:17   1   3,7G  0 part /media/dominique/Service

J'ai essayé de modifier /etc/fstab avec l'une ou l'autre de ces lignes:

Code : Tout sélectionner

 UUID="9491-6A28 	/media/dominique 	vfat	rw	0	0 
ou

Code : Tout sélectionner

/dev/sdb1	auto	defaults	0	0
sans succès.
Le reboot me mène à la maitenance; quand je fais "mount -a" le système répond que /dev/sdb1 n'existe pas.

Merci d'avance pour vos suggestions,
Ciao.
MicP
Modérateur
Modérateur
Messages : 896
Inscription : 16 avr. 2016, 22:14
Status : Hors-ligne

Bonjour Tinnitus
…le système répond que /dev/sdb1 n'existe pas.…
Il doit sans doute y avoir des messages dans les retours de la commande dmesg
concernant la partition dont le système de fichiers, qui, s'il avait été reconnu comme "cohérent",
aurait pu être associée au fichier de périphérique /dev/sdb1

Peut-être une histoire de windows, qui, ayant utilisé le système de fichiers de cette partition, ne l'a pas totalement "libéré".

Si c'est le cas, quand tu veux passer de Windows à Linux, utilise plutôt "Redémarrer" plutôt que "Arrêter",
ou alors, "Éjecte" la clef depuis Windows (comme si tu voulais la débrancher de son connecteur USB) avant de redémarrer sur Linux.
Avatar de l’utilisateur
piratebab
Site Admin
Site Admin
Messages : 5877
Inscription : 24 avr. 2016, 18:41
Localisation : sud ouest
Status : Hors-ligne

Comme Micp, regarde la sortie de dmesg lorsque tu branches la clef (aprés avoir nettoyé ton fstab)
PascalHambourg
Contributeur
Contributeur
Messages : 930
Inscription : 05 août 2016, 20:25
Status : Hors-ligne

Tinnitus a écrit : Voici quelques informations quand elle est branchée et reconnue:
Et quand elle est branchée mais pas "reconnue", quelle est la sortie des mêmes commandes ? Ainsi que les derniers messages du noyau affichés par dmesg.
Tinnitus a écrit :/dev/sdb1 auto defaults 0 0
1) Cette ligne est erronée, il manque le point de montage.
2) Les noms de périphériques comme /dev/sdb1 ne sont pas persistants, surtout avec les périphériques de stockage USB. Il vaut mieux utiliser un UUID ou un LABEL.
3) Il ne faut pas définir dans /etc/fstab de système de fichiers qui n'est pas présent en permanence sans lui spécifier l'option "noauto" (pour ne pas essayer de le monter au démarrage) ou "nofail" (pour ne pas sortir en erreur si le montage échoue.
MicP
Modérateur
Modérateur
Messages : 896
Inscription : 16 avr. 2016, 22:14
Status : Hors-ligne

Code : Tout sélectionner

UUID="9491-6A28 	/media/dominique 	vfat	rw	0	0
Et dans celle là, il y a un caractère apostrophe de trop

Mais de toutes façons, les points 2) et 3) du message de PascalHambourg restent les plus importants à retenir
et par conséquent,
tu devrais penser à utiliser une autre méthode que celle utilisant le fichier /etc/fstab pour mounter le système de fichiers présent sur cette clef USB
PascalHambourg
Contributeur
Contributeur
Messages : 930
Inscription : 05 août 2016, 20:25
Status : Hors-ligne

MicP a écrit :Et dans celle là, il y a un caractère apostrophe de trop
Ou manquant.

Je ne dirais pas que fstab est une mauvaise méthode, à condition d'utiliser les bonnes options comme noauto,users.

Mais attendons d'en savoir plus sur ce Tinnitus veut dire par "pas vue par le système".
Tinnitus
Membre
Membre
Messages : 96
Inscription : 27 avr. 2016, 08:20
Status : Hors-ligne

Bonsoir,
Merci pour les réponses.

J'utilise jessie:

Code : Tout sélectionner

~$ uname -a
Linux debian 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2 (2017-04-30) x86_64 GNU/Linux

Nettoyage de fstab, arrêt et remise en marche de l'ordi.

Deux tentatives de montage:

Code : Tout sélectionner

n:~# mount -t vfat /dev/sdb /media/dominique
mount: le périphérique spécial /dev/sdb n'existe pas
root@debian:~# mount -t vfat /dev/sdb1 /media/dominique
mount: le périphérique spécial /dev/sdb1 n'existe pas

Clef usb en place voici ce que l'on trouve:

Code : Tout sélectionner

:~$ lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0 931,5G  0 disk 
├─sda1   8:1    0   512M  0 part /boot/efi
├─sda2   8:2    0 470,5G  0 part /
├─sda3   8:3    0     7G  0 part [SWAP]
└─sda4   8:4    0 453,6G  0 part 
sr0     11:0    1  1024M  0 rom  

Voici sdb1 dans dmesg:

Code : Tout sélectionner

                 ~$ dmesg |grep sdb1
dominique@debian:~$ 

Voici la fin de dmesg:

Code : Tout sélectionner

@debian:~$ dmesg

[    1.721070] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[    1.721374] r8169 0000:01:00.0: irq 72 for MSI/MSI-X
[    1.721659] r8169 0000:01:00.0 eth0: RTL8106e at 0xffffc90000c8e000, 00:8c:fa:86:90:5a, XID 04900000 IRQ 72
[    1.722393] ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B07 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\_SB_.PCI0.SMBS.SMB0) (20140424/utaddress-254)
[    1.722411] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    1.722535] rtsx_pci 0000:06:00.0: irq 73 for MSI/MSI-X
[    1.722557] rtsx_pci 0000:06:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 73
[    1.723041] ACPI: bus type USB registered
[    1.723088] usbcore: registered new interface driver usbfs
[    1.723114] usbcore: registered new interface driver hub
[    1.723501] thermal LNXTHERM:00: registered as thermal_zone0
[    1.723508] ACPI: Thermal Zone [THZN] (57 C)
[    1.725824] SCSI subsystem initialized
[    1.727906] usbcore: registered new device driver usb
[    1.728672] libata version 3.00 loaded.
[    1.728999] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.729776] ehci-pci: EHCI PCI platform driver
[    1.729877] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    1.729890] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
[    1.730116] xhci_hcd 0000:00:10.0: irq 74 for MSI/MSI-X
[    1.730124] xhci_hcd 0000:00:10.0: irq 75 for MSI/MSI-X
[    1.730132] xhci_hcd 0000:00:10.0: irq 76 for MSI/MSI-X
[    1.730140] xhci_hcd 0000:00:10.0: irq 77 for MSI/MSI-X
[    1.730147] xhci_hcd 0000:00:10.0: irq 78 for MSI/MSI-X
[    1.730337] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.730341] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.730345] usb usb1: Product: xHCI Host Controller
[    1.730349] usb usb1: Manufacturer: Linux 3.16.0-4-amd64 xhci_hcd
[    1.730353] usb usb1: SerialNumber: 0000:00:10.0
[    1.731023] hub 1-0:1.0: USB hub found
[    1.731043] hub 1-0:1.0: 2 ports detected
[    1.731372] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    1.731383] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[    1.733644] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.733848] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.733853] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.733857] usb usb2: Product: xHCI Host Controller
[    1.733861] usb usb2: Manufacturer: Linux 3.16.0-4-amd64 xhci_hcd
[    1.733865] usb usb2: SerialNumber: 0000:00:10.0
[    1.734166] hub 2-0:1.0: USB hub found
[    1.734198] hub 2-0:1.0: 2 ports detected
[    1.734631] ehci-pci 0000:00:12.0: EHCI Host Controller
[    1.734646] ehci-pci 0000:00:12.0: new USB bus registered, assigned bus number 3
[    1.734654] ehci-pci 0000:00:12.0: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.734667] ehci-pci 0000:00:12.0: debug port 2
[    1.734728] ehci-pci 0000:00:12.0: irq 18, io mem 0xf2c6d000
[    1.746260] ehci-pci 0000:00:12.0: USB 2.0 started, EHCI 1.00
[    1.746392] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.746398] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.746404] usb usb3: Product: EHCI Host Controller
[    1.746409] usb usb3: Manufacturer: Linux 3.16.0-4-amd64 ehci_hcd
[    1.746413] usb usb3: SerialNumber: 0000:00:12.0
[    1.747185] hub 3-0:1.0: USB hub found
[    1.747212] hub 3-0:1.0: 2 ports detected
[    1.747875] ehci-pci 0000:00:13.0: EHCI Host Controller
[    1.747890] ehci-pci 0000:00:13.0: new USB bus registered, assigned bus number 4
[    1.747901] ehci-pci 0000:00:13.0: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[    1.747914] ehci-pci 0000:00:13.0: debug port 2
[    1.747971] ehci-pci 0000:00:13.0: irq 18, io mem 0xf2c6c000
[    1.758420] ehci-pci 0000:00:13.0: USB 2.0 started, EHCI 1.00
[    1.758745] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[    1.758750] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.758755] usb usb4: Product: EHCI Host Controller
[    1.758760] usb usb4: Manufacturer: Linux 3.16.0-4-amd64 ehci_hcd
[    1.758764] usb usb4: SerialNumber: 0000:00:13.0
[    1.759061] hub 4-0:1.0: USB hub found
[    1.759086] hub 4-0:1.0: 2 ports detected
[    1.759362] ahci 0000:00:11.0: version 3.0
[    1.759582] ahci 0000:00:11.0: irq 79 for MSI/MSI-X
[    1.759643] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.759650] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp fbs pio slum part 
[    2.058408] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    2.078733] scsi0 : ahci
[    2.078972] scsi1 : ahci
[    2.079072] ata1: SATA max UDMA/133 abar m1024@0xf2c6e000 port 0xf2c6e100 irq 79
[    2.079079] ata2: SATA max UDMA/133 abar m1024@0xf2c6e000 port 0xf2c6e180 irq 79
[    2.190885] usb 3-1: New USB device found, idVendor=0438, idProduct=7900
[    2.190892] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.191289] hub 3-1:1.0: USB hub found
[    2.191352] hub 3-1:1.0: 4 ports detected
[    2.302423] usb 4-1: new high-speed USB device number 2 using ehci-pci
[    2.429668] psmouse serio1: synaptics: queried max coordinates: x [..5634], y [..4598]
[    2.434739] usb 4-1: New USB device found, idVendor=0438, idProduct=7900
[    2.434746] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.435136] hub 4-1:1.0: USB hub found
[    2.435210] hub 4-1:1.0: 4 ports detected
[    2.483896] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xd00073/0x240000/0xa0400, board id: 1680, fw id: 706145
[    2.519153] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input2
[    2.570439] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.570469] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.573828] ata2.00: ATAPI: TSSTcorp CDDVDW SU-208FB, TF01, max UDMA/100
[    2.576444] ata2.00: configured for UDMA/100
[    2.625184] ata1.00: ATA-8: TOSHIBA MQ01ABD100, AX1P4M, max UDMA/100
[    2.625192] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.627466] ata1.00: configured for UDMA/100
[    2.627719] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA MQ01ABD1 4M   PQ: 0 ANSI: 5
[    2.630440] scsi 1:0:0:0: CD-ROM            TSSTcorp CDDVDW SU-208FB  TF01 PQ: 0 ANSI: 5
[    2.643883] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[    2.644032] sd 0:0:0:0: [sda] Write Protect is off
[    2.644038] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.644094] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.655049] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.655058] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.655380] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    2.656275] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.656352] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    2.662372] tsc: Refined TSC clocksource calibration: 1996.256 MHz
[    2.722449] usb 4-1.1: new full-speed USB device number 3 using ehci-pci
[    2.754993]  sda: sda1 sda2 sda3 sda4
[    2.755710] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.833365] usb 4-1.1: New USB device found, idVendor=0930, idProduct=0225
[    2.833373] usb 4-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.833376] usb 4-1.1: Product: BCM43142A0
[    2.833380] usb 4-1.1: Manufacturer: Broadcom Corp
[    2.833383] usb 4-1.1: SerialNumber: 645A04D4D14B
[    3.145985] PM: Starting manual resume from disk
[    3.145994] PM: Hibernation image partition 8:3 present
[    3.145997] PM: Looking for hibernation image.
[    3.172687] PM: Image not found (code -22)
[    3.172693] PM: Hibernation image not present or could not be loaded.
[    3.447771] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    3.662634] Switched to clocksource tsc
[    4.003421] random: systemd: uninitialized urandom read (16 bytes read, 121 bits of entropy available)
[    4.016378] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[    4.016678] systemd[1]: Detected architecture 'x86-64'.
[    4.171707] random: nonblocking pool is initialized
[    4.193097] systemd[1]: Inserted module 'autofs4'
[    4.213822] systemd[1]: Set hostname to <debian>.
[    6.162477] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    6.162594] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    6.162613] systemd[1]: Starting Remote File Systems (Pre).
[    6.162653] systemd[1]: Reached target Remote File Systems (Pre).
[    6.162697] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    6.162819] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    6.162844] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    6.162890] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    6.162906] systemd[1]: Starting Encrypted Volumes.
[    6.162923] systemd[1]: Reached target Encrypted Volumes.
[    6.162942] systemd[1]: Expecting device dev-sda3.device...
[    6.162960] systemd[1]: Expecting device dev-disk-by\x2duuid-e5db5cb5\x2dfda3\x2d487e\x2d9aac\x2d1d16699a539e.device...
[    6.162980] systemd[1]: Expecting device dev-disk-by\x2duuid-4D9D\x2d7FE8.device...
[    6.162996] systemd[1]: Starting Root Slice.
[    6.163032] systemd[1]: Created slice Root Slice.
[    6.163049] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    6.163105] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    6.163121] systemd[1]: Starting Delayed Shutdown Socket.
[    6.163156] systemd[1]: Listening on Delayed Shutdown Socket.
[    6.163172] systemd[1]: Starting Journal Socket (/dev/log).
[    6.163218] systemd[1]: Listening on Journal Socket (/dev/log).
[    6.163234] systemd[1]: Starting User and Session Slice.
[    6.163290] systemd[1]: Created slice User and Session Slice.
[    6.163310] systemd[1]: Starting udev Control Socket.
[    6.163343] systemd[1]: Listening on udev Control Socket.
[    6.163362] systemd[1]: Starting udev Kernel Socket.
[    6.163394] systemd[1]: Listening on udev Kernel Socket.
[    6.163412] systemd[1]: Starting Journal Socket.
[    6.163460] systemd[1]: Listening on Journal Socket.
[    6.163488] systemd[1]: Starting System Slice.
[    6.163534] systemd[1]: Created slice System Slice.
[    6.163555] systemd[1]: Starting system-systemd\x2dfsck.slice.
[    6.163618] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    6.163649] systemd[1]: Starting Increase datagram queue length...
[    6.164227] systemd[1]: Mounting POSIX Message Queue File System...
[    6.164718] systemd[1]: Starting udev Coldplug all Devices...
[    6.231835] systemd[1]: Starting Load Kernel Modules...
[    6.232623] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    6.233219] systemd[1]: Mounting Debug File System...
[    6.233760] systemd[1]: Mounting Huge Pages File System...
[    6.234630] systemd[1]: Started Set Up Additional Binary Formats.
[    6.234686] systemd[1]: Starting system-getty.slice.
[    6.234785] systemd[1]: Created slice system-getty.slice.
[    6.234825] systemd[1]: Started File System Check on Root Device.
[    6.234855] systemd[1]: Starting Slices.
[    6.234871] systemd[1]: Reached target Slices.
[    6.367792] systemd[1]: Started udev Coldplug all Devices.
[    6.464892] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    6.465122] systemd[1]: Starting Create Static Device Nodes in /dev...
[    6.842485] lp: driver loaded but no devices found
[    6.915131] ppdev: user-space parallel port driver
[    7.007778] systemd[1]: Started Create Static Device Nodes in /dev.
[    7.007988] systemd[1]: Starting udev Kernel Device Manager...
[    7.045167] fuse init (API version 7.23)
[    7.084378] systemd-udevd[177]: starting version 215
[    7.084565] systemd[1]: Started udev Kernel Device Manager.
[    7.084701] systemd[1]: Starting Copy rules generated while the root was ro...
[    7.085478] systemd[1]: Starting LSB: Tune IDE hard disks...
[    7.086036] systemd[1]: Starting LSB: Set preliminary keymap...
[    7.227239] systemd[1]: Started Copy rules generated while the root was ro.
[    7.243463] systemd[1]: Mounted Huge Pages File System.
[    7.243569] systemd[1]: Mounted Debug File System.
[    7.243611] systemd[1]: Mounted POSIX Message Queue File System.
[    7.244016] systemd[1]: Started Increase datagram queue length.
[    7.251889] systemd[1]: Starting Syslog Socket.
[    7.251952] systemd[1]: Listening on Syslog Socket.
[    7.251980] systemd[1]: Starting Journal Service...
[    7.252716] systemd[1]: Started Journal Service.
[    8.599088] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[    8.890393] ACPI: acpi_idle registered with cpuidle
[    8.903618] AMD Cryptographic Coprocessor 0000:00:08.0: 4 command queues available
[    8.903647] AMD Cryptographic Coprocessor 0000:00:08.0: irq 80 for MSI/MSI-X
[    8.903654] AMD Cryptographic Coprocessor 0000:00:08.0: irq 81 for MSI/MSI-X
[    8.903894] acpi-cpufreq: overriding BIOS provided _PSD data
[    8.903916] AMD Cryptographic Coprocessor 0000:00:08.0: enabled
[    8.909429] wmi: Mapper loaded
[    8.912217] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[    8.912226] ACPI: Power Button [PWRB]
[    8.912303] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4
[    8.912637] ACPI: Lid Switch [LID0]
[    8.912710] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[    8.912715] ACPI: Power Button [PWRF]
[    9.034157] ACPI: AC Adapter [ADP0] (on-line)
[    9.045965] ACPI: Battery Slot [BAT0] (battery present)
[    9.046401] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    9.055426] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    9.079063] toshiba_bluetooth: Detected Toshiba ACPI Bluetooth device - installing RFKill handler
[    9.079204] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.20
[    9.079539] input: Toshiba input device as /devices/virtual/input/input6
[    9.079564] acpi device:00: registered as cooling_device5
[    9.084760] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[    9.099802] toshiba_acpi: Illumination device not available
[    9.100809] [drm] Initialized drm 1.1.0 20060810
[    9.115766] toshiba_acpi: Keyboard backlight status not supported
[    9.123660] EDAC MC: Ver: 3.0.0
[    9.126551] toshiba_acpi: Accelerometer not supported
[    9.134889] toshiba_bluetooth: Re-enabling Toshiba Bluetooth
[    9.147428] MCE: In-kernel MCE decoding enabled.
[    9.225359] EFI Variables Facility v0.08 2004-May-17
[    9.307295] AMD64 EDAC driver v3.4.0
[    9.307342] EDAC amd64: DRAM ECC disabled.
[    9.307351] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
 Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
 (Note that use of the override may cause unknown side effects.)
[    9.345423] pstore: Registered efi as persistent store backend
[    9.409711] cfg80211: Calling CRDA to update world regulatory domain
[    9.520589] input: PC Speaker as /devices/platform/pcspkr/input/input8
[    9.620738] [drm] radeon kernel modesetting enabled.
[    9.654614] checking generic (e0000000 580000) vs hw (e0000000 10000000)
[    9.654630] fb: switching to radeondrmfb from EFI VGA
[    9.654755] Console: switching to colour dummy device 80x25
[    9.655650] [drm] initializing kernel modesetting (MULLINS 0x1002:0x9851 0x1179:0xF938).
[    9.655677] [drm] register mmio base: 0xF2C00000
[    9.655681] [drm] register mmio size: 262144
[    9.655695] [drm] doorbell mmio base: 0xF2000000
[    9.655699] [drm] doorbell mmio size: 8388608
[    9.655709] [drm] ACPI VFCT contains a BIOS for 00:01.0 1002:9851, size 60416
[    9.655743] ATOM BIOS: AMD
[    9.655860] radeon 0000:00:01.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[    9.655868] radeon 0000:00:01.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF
[    9.655873] [drm] Detected VRAM RAM=1024M, BAR=256M
[    9.655878] [drm] RAM width 128bits DDR
[    9.656028] [TTM] Zone  kernel: Available graphics memory: 3528216 kiB
[    9.656033] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    9.656037] [TTM] Initializing pool allocator
[    9.656050] [TTM] Initializing DMA pool allocator
[    9.656096] [drm] radeon: 1024M of VRAM memory ready
[    9.656101] [drm] radeon: 1024M of GTT memory ready.
[    9.656134] [drm] Loading MULLINS Microcode
[    9.701325] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/MULLINS_pfp.bin
[    9.709737] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/MULLINS_me.bin
[    9.758688] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/MULLINS_ce.bin
[    9.995793] AVX version of gcm_enc/dec engaged.
[   10.001965] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[   10.043895] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/MULLINS_mec.bin
[   10.052331] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/MULLINS_rlc.bin
[   10.065279] alg: No test for crc32 (crc32-pclmul)
[   10.071108] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/MULLINS_sdma.bin
[   10.071145] [drm] Internal thermal controller without fan control
[   10.073127] [drm] radeon: dpm initialized
[   10.087167] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/BONAIRE_uvd.bin
[   10.369320] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/BONAIRE_vce.bin
[   10.373170] [drm] Found VCE firmware/feedback version 40.2.2 / 15!
[   10.373217] [drm] GART: num cpu pages 262144, num gpu pages 262144
[   10.388556] [drm] PCIE GART of 1024M enabled (table at 0x000000000078B000).
[   10.388897] radeon 0000:00:01.0: WB enabled
[   10.388954] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880214f2fc00
[   10.388964] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000040000c04 and cpu addr 0xffff880214f2fc04
[   10.388972] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000040000c08 and cpu addr 0xffff880214f2fc08
[   10.388981] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff880214f2fc0c
[   10.388989] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000040000c10 and cpu addr 0xffff880214f2fc10
[   10.389623] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000076c98 and cpu addr 0xffffc900052b6c98
[   10.389736] radeon 0000:00:01.0: fence driver on ring 6 use gpu addr 0x0000000040000c18 and cpu addr 0xffff880214f2fc18
[   10.389744] radeon 0000:00:01.0: fence driver on ring 7 use gpu addr 0x0000000040000c1c and cpu addr 0xffff880214f2fc1c
[   10.389752] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   10.389756] [drm] Driver supports precise vblank timestamp query.
[   10.389800] radeon 0000:00:01.0: irq 82 for MSI/MSI-X
[   10.389832] radeon 0000:00:01.0: radeon: using MSI.
[   10.389884] [drm] radeon: irq initialized.
[   10.395060] [drm] ring test on 0 succeeded in 2 usecs
[   10.395153] [drm] ring test on 1 succeeded in 2 usecs
[   10.395171] [drm] ring test on 2 succeeded in 2 usecs
[   10.395369] [drm] ring test on 3 succeeded in 4 usecs
[   10.395377] [drm] ring test on 4 succeeded in 4 usecs
[   10.428506] kvm: Nested Virtualization enabled
[   10.428515] kvm: Nested Paging enabled
[   10.431166] [drm] ring test on 5 succeeded in 1 usecs
[   10.431192] [drm] UVD initialized successfully.
[   10.540470] [drm] ring test on 6 succeeded in 8 usecs
[   10.540490] [drm] ring test on 7 succeeded in 2 usecs
[   10.540495] [drm] VCE initialized successfully.
[   10.541363] [drm] ib test on ring 0 succeeded in 0 usecs
[   10.541521] [drm] ib test on ring 1 succeeded in 0 usecs
[   10.541737] [drm] ib test on ring 2 succeeded in 0 usecs
[   10.541897] [drm] ib test on ring 3 succeeded in 0 usecs
[   10.542056] [drm] ib test on ring 4 succeeded in 0 usecs
[   10.542793] [drm] ib test on ring 5 succeeded
[   10.543364] [drm] ib test on ring 6 succeeded
[   10.543851] [drm] ib test on ring 7 succeeded
[   10.547773] [drm] radeon atom DIG backlight initialized
[   10.547783] [drm] Radeon Display Connectors
[   10.547788] [drm] Connector 0:
[   10.547794] [drm]   eDP-1
[   10.547799] [drm]   HPD1
[   10.547806] [drm]   DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
[   10.547811] [drm]   Encoders:
[   10.547816] [drm]     LCD1: INTERNAL_UNIPHY
[   10.547820] [drm] Connector 1:
[   10.547825] [drm]   HDMI-A-1
[   10.547829] [drm]   HPD2
[   10.547835] [drm]   DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
[   10.547839] [drm]   Encoders:
[   10.547843] [drm]     DFP1: INTERNAL_UNIPHY
[   10.547848] [drm] Connector 2:
[   10.547852] [drm]   VGA-1
[   10.547858] [drm]   DDC: 0x65c0 0x65c0 0x65c4 0x65c4 0x65c8 0x65c8 0x65cc 0x65cc
[   10.547862] [drm]   Encoders:
[   10.547866] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[   10.775411] cfg80211: World regulatory domain updated:
[   10.775420] cfg80211:  DFS Master region: unset
[   10.775424] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   10.775430] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   10.775435] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   10.775440] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   10.775445] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   10.775450] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   10.775455] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   10.775459] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   10.775463] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   10.916389] wl: module license 'MIXED/Proprietary' taints kernel.
[   10.916397] Disabling lock debugging due to kernel taint
[   10.958906] wl0: online cpus 1
[   10.960552] wlan0: Broadcom BCM4365 802.11 Hybrid Wireless Controller 6.30.223.248 (r487574)
[   11.112625] [drm] fb mappable at 0xE098F000
[   11.112634] [drm] vram apper at 0xE0000000
[   11.112638] [drm] size 5787648
[   11.112641] [drm] fb depth is 24
[   11.112645] [drm]    pitch is 6400
[   11.112813] fbcon: radeondrmfb (fb0) is primary device
[   12.173414] Console: switching to colour frame buffer device 200x56
[   12.179829] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device
[   12.179833] radeon 0000:00:01.0: registered panic notifier
[   12.203819] [drm] Initialized radeon 2.39.0 20080528 for 0000:00:01.0 on minor 0
[   12.204280] Bluetooth: Core ver 2.19
[   12.204323] NET: Registered protocol family 31
[   12.204330] Bluetooth: HCI device and connection manager initialized
[   12.204349] Bluetooth: HCI socket layer initialized
[   12.204359] Bluetooth: L2CAP socket layer initialized
[   12.204386] Bluetooth: SCO socket layer initialized
[   12.204869] snd_hda_intel 0000:00:01.1: irq 83 for MSI/MSI-X
[   12.205012] snd_hda_intel 0000:00:14.2: irq 84 for MSI/MSI-X
[   12.301974] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input9
[   12.429930] sound hdaudioC1D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   12.429945] sound hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   12.429954] sound hdaudioC1D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[   12.429962] sound hdaudioC1D0:    mono: mono_out=0x0
[   12.429968] sound hdaudioC1D0:    inputs:
[   12.429977] sound hdaudioC1D0:      Mic=0x18
[   12.429984] sound hdaudioC1D0:      Internal Mic=0x12
[   12.437003] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/sound/card1/hdaudioC1D0/input10
[   12.437612] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input11
[   12.437830] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input12
[   12.592943] usbcore: registered new interface driver btusb
[   12.593124] bluetooth hci0: firmware: failed to load brcm/BCM43142A0-0930-0225.hcd (-2)
[   12.593268] bluetooth hci0: Direct firmware load failed with error -2
[   12.593276] bluetooth hci0: Falling back to user helper
[   12.594939] Bluetooth: hci0: BCM: patch brcm/BCM43142A0-0930-0225.hcd not found
[   13.878391] r8169 0000:01:00.0 eth0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
[   13.879613] r8169 0000:01:00.0 eth0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
[   13.880634] r8169 0000:01:00.0 eth0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
[   13.881650] r8169 0000:01:00.0 eth0: rtl_phyar_cond == 1 (loop: 20, delay: 25).
[   14.409289] FAT-fs (sda1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[   14.433250] r8169 0000:01:00.0: firmware: failed to load rtl_nic/rtl8106e-1.fw (-2)
[   14.433392] r8169 0000:01:00.0: Direct firmware load failed with error -2
[   14.433400] r8169 0000:01:00.0: Falling back to user helper
[   14.434768] r8169 0000:01:00.0 eth0: unable to load firmware patch rtl_nic/rtl8106e-1.fw (-12)
[   14.560475] r8169 0000:01:00.0 eth0: link down
[   14.560555] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   14.855417] Adding 7300092k swap on /dev/sda3.  Priority:-1 extents:1 across:7300092k FS
[   15.604823] ip_tables: (C) 2000-2006 Netfilter Core Team
[   15.663804] systemd-journald[188]: Received request to flush runtime journal from PID 1
[   15.787652] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   16.241745] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   16.990029] RPC: Registered named UNIX socket transport module.
[   16.990036] RPC: Registered udp transport module.
[   16.990039] RPC: Registered tcp transport module.
[   16.990042] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   17.015259] FS-Cache: Loaded
[   17.049506] FS-Cache: Netfs 'nfs' registered for caching
[   17.094585] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   21.073273] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   21.073279] Bluetooth: BNEP filters: protocol multicast
[   21.073292] Bluetooth: BNEP socket layer initialized
[   21.356881] vboxdrv: Found 4 processor cores.
[   21.357282] vboxdrv: fAsync=0 offMin=0x1aa offMax=0x2d74
[   21.357398] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[   21.357401] vboxdrv: Successfully loaded version 4.3.36_Debian (interface 0x001a000b).
[   22.746132] vboxpci: IOMMU not found (not registered)
[   25.100019] wl0: link up (wlan0)
[   26.354167] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=73 TOS=0x00 PREC=0x00 TTL=255 ID=16418 DF PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   26.414822] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=228 TOS=0x00 PREC=0x00 TTL=255 ID=16421 DF PROTO=UDP SPT=5353 DPT=5353 LEN=208 
[   26.429121] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=141 TOS=0x00 PREC=0x00 TTL=255 ID=16423 DF PROTO=UDP SPT=5353 DPT=5353 LEN=121 
[   26.664941] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=228 TOS=0x00 PREC=0x00 TTL=255 ID=16446 DF PROTO=UDP SPT=5353 DPT=5353 LEN=208 
[   26.877413] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=93 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   26.915926] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=344 TOS=0x00 PREC=0x00 TTL=255 ID=16495 DF PROTO=UDP SPT=5353 DPT=5353 LEN=324 
[   26.938397] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=307 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=267 
[   26.952834] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=161 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=121 
[   27.115898] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=210 TOS=0x00 PREC=0x00 TTL=255 ID=16500 DF PROTO=UDP SPT=5353 DPT=5353 LEN=190 
[   27.188411] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=307 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=267 
[   27.188558] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=178 TOS=0x00 PREC=0x00 TTL=255 ID=16516 DF PROTO=UDP SPT=5353 DPT=5353 LEN=158 
[   27.265482] IN=wlan0 OUT= MAC=33:33:00:00:00:01:00:24:d4:ba:0e:bb:86:dd SRC=fe80:0000:0000:0000:0224:d4ff:feba:0ebb DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=144 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=ICMPv6 TYPE=134 CODE=0 
[   27.355501] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=73 TOS=0x00 PREC=0x00 TTL=255 ID=16532 DF PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   27.439862] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=307 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=267 
[   27.440137] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=178 TOS=0x00 PREC=0x00 TTL=255 ID=16544 DF PROTO=UDP SPT=5353 DPT=5353 LEN=158 
[   27.540351] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=141 TOS=0x00 PREC=0x00 TTL=255 ID=16547 DF PROTO=UDP SPT=5353 DPT=5353 LEN=121 
[   27.639468] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=289 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=249 
[   27.639731] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=166 TOS=0x00 PREC=0x00 TTL=255 ID=16548 DF PROTO=UDP SPT=5353 DPT=5353 LEN=146 
[   27.877442] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=93 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   28.063548] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=161 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=121 
[   28.226564] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=238 TOS=0x00 PREC=0x00 TTL=255 ID=16665 DF PROTO=UDP SPT=5353 DPT=5353 LEN=218 
[   28.749825] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=289 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=249 
[   28.750015] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=166 TOS=0x00 PREC=0x00 TTL=255 ID=16767 DF PROTO=UDP SPT=5353 DPT=5353 LEN=146 
[   29.356486] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=73 TOS=0x00 PREC=0x00 TTL=255 ID=16896 DF PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   29.652588] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=225 TOS=0x00 PREC=0x00 TTL=255 ID=16927 DF PROTO=UDP SPT=5353 DPT=5353 LEN=205 
[   29.878273] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=93 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   30.174528] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=229 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=189 
[   30.337162] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=238 TOS=0x00 PREC=0x00 TTL=255 ID=16986 DF PROTO=UDP SPT=5353 DPT=5353 LEN=218 
[   30.860835] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=289 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=249 
[   30.861098] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=166 TOS=0x00 PREC=0x00 TTL=255 ID=17025 DF PROTO=UDP SPT=5353 DPT=5353 LEN=146 
[   31.188226] IN=wlan0 OUT= MAC=33:33:00:00:00:01:00:24:d4:ba:0e:bb:86:dd SRC=fe80:0000:0000:0000:0224:d4ff:feba:0ebb DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=144 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=ICMPv6 TYPE=134 CODE=0 
[   33.357486] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=73 TOS=0x00 PREC=0x00 TTL=255 ID=17629 DF PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   33.879709] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=93 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   35.185713] IN=wlan0 OUT= MAC=33:33:00:00:00:01:00:24:d4:ba:0e:bb:86:dd SRC=fe80:0000:0000:0000:0224:d4ff:feba:0ebb DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=144 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=ICMPv6 TYPE=134 CODE=0 
[   41.358801] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=73 TOS=0x00 PREC=0x00 TTL=255 ID=19573 DF PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   41.881114] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=93 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   42.338799] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=192.168.0.255 LEN=44 TOS=0x00 PREC=0x00 TTL=64 ID=16196 DF PROTO=UDP SPT=8612 DPT=8612 LEN=24 
[   42.338984] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=0 PROTO=UDP SPT=8612 DPT=8612 LEN=24 
[   42.349267] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=192.168.0.255 LEN=44 TOS=0x00 PREC=0x00 TTL=64 ID=16197 DF PROTO=UDP SPT=8612 DPT=8612 LEN=24 
[   42.349543] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=0 PROTO=UDP SPT=8612 DPT=8612 LEN=24 
[   43.672849] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=85 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=45 
[   43.673054] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=65 TOS=0x00 PREC=0x00 TTL=255 ID=19798 DF PROTO=UDP SPT=5353 DPT=5353 LEN=45 
[   44.415152] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=37.187.30.78 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=55 ID=22779 DF PROTO=TCP SPT=9001 DPT=41631 WINDOW=1060 RES=0x00 ACK PSH URGP=0 
[   44.674846] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=85 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=45 
[   44.675052] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=65 TOS=0x00 PREC=0x00 TTL=255 ID=19807 DF PROTO=UDP SPT=5353 DPT=5353 LEN=45 
[   44.814833] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=37.187.30.78 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=55 ID=22780 DF PROTO=TCP SPT=9001 DPT=41631 WINDOW=1060 RES=0x00 ACK PSH URGP=0 
[   45.746476] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=37.187.30.78 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=55 ID=22781 DF PROTO=TCP SPT=9001 DPT=41631 WINDOW=1060 RES=0x00 ACK PSH URGP=0 
[   46.241212] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=255.255.255.255 LEN=43 TOS=0x00 PREC=0x00 TTL=64 ID=27431 DF PROTO=UDP SPT=45321 DPT=3289 LEN=23 
[   47.522145] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=255.255.255.255 LEN=65 TOS=0x00 PREC=0x00 TTL=64 ID=27498 DF PROTO=UDP SPT=41385 DPT=1124 LEN=45 
[   47.670218] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=37.187.30.78 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=55 ID=22782 DF PROTO=TCP SPT=9001 DPT=41631 WINDOW=1060 RES=0x00 ACK PSH URGP=0 
[   48.416041] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=87 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=47 
[   48.416247] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=67 TOS=0x00 PREC=0x00 TTL=255 ID=20478 DF PROTO=UDP SPT=5353 DPT=5353 LEN=47 
[   51.407490] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=37.187.30.78 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=55 ID=22783 DF PROTO=TCP SPT=9001 DPT=41631 WINDOW=1060 RES=0x00 ACK PSH URGP=0 
[   57.362931] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=73 TOS=0x00 PREC=0x00 TTL=255 ID=21709 DF PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   57.882925] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=93 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   58.832740] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=37.187.30.78 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=55 ID=22784 DF PROTO=TCP SPT=9001 DPT=41631 WINDOW=1060 RES=0x00 ACK PSH URGP=0 
[   73.689542] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=37.187.30.78 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=55 ID=22785 DF PROTO=TCP SPT=9001 DPT=41631 WINDOW=1060 RES=0x00 ACK PSH URGP=0 
[   89.373569] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=73 TOS=0x00 PREC=0x00 TTL=255 ID=22051 DF PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   89.886942] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=93 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[  103.387785] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=37.187.30.78 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=55 ID=22786 DF PROTO=TCP SPT=9001 DPT=41631 WINDOW=1060 RES=0x00 ACK PSH URGP=0 
dominique@debian:~$ 
J'espère que la lecture de ces données sera fructueuse,
.Ciao
MicP
Modérateur
Modérateur
Messages : 896
Inscription : 16 avr. 2016, 22:14
Status : Hors-ligne

Bonjour Tinnitus

Si la commande dmesg qui a permis de créer le dernier copié/collé de ton précédent message
a été entrée avec la clef USB connectée, le noyau n'a même pas détecté qu'une clef USB était connectée à ta machine.

En d'autre termes, on dirait que la commande dmesg a été lancée alors que la clef USB n'était pas connectée à la machine.

Il faudrait le retour de la commande dmesg avec la clef connectée USB connectée sur un port USB de la machine.

Je ne parles PAS de la commande dmesg |grep sdb1
mais du retour de la commande dmesg seule

=======
Il te faudrait connecter la clef directement sur un port USB de la machine,
(NE la connecte PAS par l'intermédiaire d'un HUB USB ou autre intermédiaire)
et lancer la commande dmesg

=======
il faudra nous préciser si, quand tu dis "…pas vue par le système…", c'est d'un système debian d'une machine virtuelle VirtualBox dont tu parles,
ou depuis le système hôte de cette machine virtuelle qu'elle n'est "…pas vue par le système…"

=======
Comme le demande PascalHambourg il faudra aussi nous préciser ce que tu entends par "pas vue par le système".

Merci.
Tinnitus
Membre
Membre
Messages : 96
Inscription : 27 avr. 2016, 08:20
Status : Hors-ligne

Bonjour,
J'utilise un pc portable Toshiba; une machine virtuelle je sais que cela existe et c'est tout.

Citation de MicP:
En d'autre termes, on dirait que la commande dmesg a été lancée alors que la clef USB n'était pas connectée à la machine.
Toutes les commandes précédentes ont été effectuées après nettoyage du fichier fstab et clef en place; c'est à dire directement sur l'entrée usb du portable.

Quant à l'expression "clef non vue par le système" je veux dire que le nom "Service" de la clef n'apparaît pas dans la fenêtre de Nautilus à côté du mot ordinateur ou dans le résultat des commandes.

Le phénomène ne se produit pas à chaque fois que je branche une clef.
Pour y remédier je reboote avec la clef en place et à chaque fois la clef est reconnue; elle apparaît dans la fenêtre de Nautilus à côté du mot ordinateur et elle fonctionne sans problème.

C'est un clef à diode; quand le phénomène se produit la diode s'allume une fois (0,10 seconde) puis plus rien.
Si je la sors et la rebranche plusieurs fois rien ne change.
C'est alors que je reboote clef en place; tout redevient normal.

Ciao.
Tinnitus
Membre
Membre
Messages : 96
Inscription : 27 avr. 2016, 08:20
Status : Hors-ligne

hi,

Les informations précédentes concernées la "non-visibilité" de la clef.

Ici ce sont les informations lorsque la clef est reconnue:
Voilà la fin de dmesg après rebootage, clef en place:

Code : Tout sélectionner

    2.817265] usb 4-1.1: Product: BCM43142A0
[    2.817269] usb 4-1.1: Manufacturer: Broadcom Corp
[    2.817273] usb 4-1.1: SerialNumber: 645A04D4D14B
[    3.194199] PM: Starting manual resume from disk
[    3.194207] PM: Hibernation image partition 8:3 present
[    3.194210] PM: Looking for hibernation image.
[    3.194438] PM: Image not found (code -22)
[    3.194441] PM: Hibernation image not present or could not be loaded.
[    3.495956] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    3.650333] Switched to clocksource tsc
[    3.667715] scsi 2:0:0:0: Direct-Access              USB DISK Pro     PMAP PQ: 0 ANSI: 4
[    3.668150] sd 2:0:0:0: Attached scsi generic sg2 type 0
[    4.029140] random: systemd: uninitialized urandom read (16 bytes read, 123 bits of entropy available)
[    4.042178] systemd[1]: systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
[    4.042497] systemd[1]: Detected architecture 'x86-64'.
[    4.105598] random: nonblocking pool is initialized
[    4.218881] systemd[1]: Inserted module 'autofs4'
[    4.239668] systemd[1]: Set hostname to <debian>.
[    4.485289] sd 2:0:0:0: [sdb] 7810176 512-byte logical blocks: (3.99 GB/3.72 GiB)
[    4.485924] sd 2:0:0:0: [sdb] Write Protect is off
[    4.485931] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
[    4.486525] sd 2:0:0:0: [sdb] No Caching mode page found
[    4.486585] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[    4.517069]  sdb: sdb1
[    4.520639] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[    5.944120] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    5.944222] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.944244] systemd[1]: Starting Remote File Systems (Pre).
[    5.944294] systemd[1]: Reached target Remote File Systems (Pre).
[    5.944346] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    5.944488] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    5.944518] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    5.944578] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    5.944598] systemd[1]: Starting Encrypted Volumes.
[    5.944618] systemd[1]: Reached target Encrypted Volumes.
[    5.944642] systemd[1]: Expecting device dev-sda3.device...
[    5.944662] systemd[1]: Expecting device dev-disk-by\x2duuid-e5db5cb5\x2dfda3\x2d487e\x2d9aac\x2d1d16699a539e.device...
[    5.944684] systemd[1]: Expecting device dev-disk-by\x2duuid-4D9D\x2d7FE8.device...
[    5.944704] systemd[1]: Starting Root Slice.
[    5.944746] systemd[1]: Created slice Root Slice.
[    5.944765] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    5.944823] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    5.944842] systemd[1]: Starting Delayed Shutdown Socket.
[    5.944888] systemd[1]: Listening on Delayed Shutdown Socket.
[    5.944907] systemd[1]: Starting Journal Socket (/dev/log).
[    5.944958] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.944978] systemd[1]: Starting User and Session Slice.
[    5.945044] systemd[1]: Created slice User and Session Slice.
[    5.945068] systemd[1]: Starting udev Control Socket.
[    5.945107] systemd[1]: Listening on udev Control Socket.
[    5.945130] systemd[1]: Starting udev Kernel Socket.
[    5.945167] systemd[1]: Listening on udev Kernel Socket.
[    5.945189] systemd[1]: Starting Journal Socket.
[    5.945247] systemd[1]: Listening on Journal Socket.
[    5.945281] systemd[1]: Starting System Slice.
[    5.945337] systemd[1]: Created slice System Slice.
[    5.945362] systemd[1]: Starting system-systemd\x2dfsck.slice.
[    5.945442] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    5.945481] systemd[1]: Starting Increase datagram queue length...
[    5.946169] systemd[1]: Mounting POSIX Message Queue File System...
[    5.946771] systemd[1]: Starting udev Coldplug all Devices...
[    6.013099] systemd[1]: Starting Load Kernel Modules...
[    6.013889] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    6.014527] systemd[1]: Mounting Debug File System...
[    6.015089] systemd[1]: Mounting Huge Pages File System...
[    6.015991] systemd[1]: Started Set Up Additional Binary Formats.
[    6.016053] systemd[1]: Starting system-getty.slice.
[    6.016141] systemd[1]: Created slice system-getty.slice.
[    6.016181] systemd[1]: Started File System Check on Root Device.
[    6.016210] systemd[1]: Starting Slices.
[    6.016227] systemd[1]: Reached target Slices.
[    6.138141] systemd[1]: Started udev Coldplug all Devices.
[    6.223842] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    6.224064] systemd[1]: Starting Create Static Device Nodes in /dev...
[    6.412660] lp: driver loaded but no devices found
[    6.585221] ppdev: user-space parallel port driver
[    6.646727] systemd[1]: Mounted Huge Pages File System.
[    6.646796] systemd[1]: Mounted Debug File System.
[    6.646830] systemd[1]: Mounted POSIX Message Queue File System.
[    6.647189] systemd[1]: Started Increase datagram queue length.
[    6.654367] systemd[1]: Starting Syslog Socket.
[    6.654435] systemd[1]: Listening on Syslog Socket.
[    6.654459] systemd[1]: Starting Journal Service...
[    6.655153] systemd[1]: Started Journal Service.
[    6.826600] fuse init (API version 7.23)
[    7.065397] systemd-udevd[191]: starting version 215
[    8.593874] ACPI: acpi_idle registered with cpuidle
[    8.618466] acpi-cpufreq: overriding BIOS provided _PSD data
[    8.666862] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[    8.682498] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[    8.682508] ACPI: Power Button [PWRB]
[    8.682631] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4
[    8.682973] ACPI: Lid Switch [LID0]
[    8.683053] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[    8.683057] ACPI: Power Button [PWRF]
[    8.727820] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    8.770922] acpi device:00: registered as cooling_device5
[    8.771008] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
[    8.837189] ACPI: AC Adapter [ADP0] (on-line)
[    8.878311] toshiba_bluetooth: Detected Toshiba ACPI Bluetooth device - installing RFKill handler
[    8.891222] wmi: Mapper loaded
[    8.926260] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    8.930730] toshiba_bluetooth: Re-enabling Toshiba Bluetooth
[    8.948936] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.20
[    8.949258] input: Toshiba input device as /devices/virtual/input/input7
[    8.971964] ACPI: Battery Slot [BAT0] (battery present)
[    8.976839] toshiba_acpi: Illumination device not available
[    8.995386] toshiba_acpi: Keyboard backlight status not supported
[    8.996182] AMD Cryptographic Coprocessor 0000:00:08.0: 4 command queues available
[    8.996210] AMD Cryptographic Coprocessor 0000:00:08.0: irq 80 for MSI/MSI-X
[    8.996219] AMD Cryptographic Coprocessor 0000:00:08.0: irq 81 for MSI/MSI-X
[    8.996445] AMD Cryptographic Coprocessor 0000:00:08.0: enabled
[    9.006361] toshiba_acpi: Accelerometer not supported
[    9.026105] [drm] Initialized drm 1.1.0 20060810
[    9.150421] EFI Variables Facility v0.08 2004-May-17
[    9.190305] input: PC Speaker as /devices/platform/pcspkr/input/input8
[    9.249022] pstore: Registered efi as persistent store backend
[    9.440033] EDAC MC: Ver: 3.0.0
[    9.440313] cfg80211: Calling CRDA to update world regulatory domain
[    9.596214] MCE: In-kernel MCE decoding enabled.
[    9.600060] AMD64 EDAC driver v3.4.0
[    9.600151] EDAC amd64: DRAM ECC disabled.
[    9.600172] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
 Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
 (Note that use of the override may cause unknown side effects.)
[    9.795061] [drm] radeon kernel modesetting enabled.
[    9.813772] checking generic (e0000000 580000) vs hw (e0000000 10000000)
[    9.813787] fb: switching to radeondrmfb from EFI VGA
[    9.813912] Console: switching to colour dummy device 80x25
[    9.815067] [drm] initializing kernel modesetting (MULLINS 0x1002:0x9851 0x1179:0xF938).
[    9.815112] [drm] register mmio base: 0xF2C00000
[    9.815117] [drm] register mmio size: 262144
[    9.815133] [drm] doorbell mmio base: 0xF2000000
[    9.815138] [drm] doorbell mmio size: 8388608
[    9.815156] [drm] ACPI VFCT contains a BIOS for 00:01.0 1002:9851, size 60416
[    9.815214] ATOM BIOS: AMD
[    9.815373] radeon 0000:00:01.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[    9.815383] radeon 0000:00:01.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF
[    9.815390] [drm] Detected VRAM RAM=1024M, BAR=256M
[    9.815395] [drm] RAM width 128bits DDR
[    9.815600] [TTM] Zone  kernel: Available graphics memory: 3528216 kiB
[    9.815607] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    9.815613] [TTM] Initializing pool allocator
[    9.815630] [TTM] Initializing DMA pool allocator
[    9.815706] [drm] radeon: 1024M of VRAM memory ready
[    9.815713] [drm] radeon: 1024M of GTT memory ready.
[    9.815752] [drm] Loading MULLINS Microcode
[    9.827141] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/MULLINS_pfp.bin
[    9.835739] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/MULLINS_me.bin
[    9.851407] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/MULLINS_ce.bin
[   10.208793] wl: module license 'MIXED/Proprietary' taints kernel.
[   10.208808] Disabling lock debugging due to kernel taint
[   10.256850] wl0: online cpus 1
[   10.258006] wlan0: Broadcom BCM4365 802.11 Hybrid Wireless Controller 6.30.223.248 (r487574)
[   10.280829] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/MULLINS_mec.bin
[   10.289281] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/MULLINS_rlc.bin
[   10.319109] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/MULLINS_sdma.bin
[   10.319148] [drm] Internal thermal controller without fan control
[   10.320670] [drm] radeon: dpm initialized
[   10.346426] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/BONAIRE_uvd.bin
[   10.361779] radeon 0000:00:01.0: firmware: direct-loading firmware radeon/BONAIRE_vce.bin
[   10.365595] [drm] Found VCE firmware/feedback version 40.2.2 / 15!
[   10.365642] [drm] GART: num cpu pages 262144, num gpu pages 262144
[   10.385042] [drm] PCIE GART of 1024M enabled (table at 0x000000000078B000).
[   10.385316] radeon 0000:00:01.0: WB enabled
[   10.385365] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff8802149e7c00
[   10.385375] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000040000c04 and cpu addr 0xffff8802149e7c04
[   10.385384] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000040000c08 and cpu addr 0xffff8802149e7c08
[   10.385393] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff8802149e7c0c
[   10.385401] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000040000c10 and cpu addr 0xffff8802149e7c10
[   10.386031] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000076c98 and cpu addr 0xffffc90004fb6c98
[   10.386138] radeon 0000:00:01.0: fence driver on ring 6 use gpu addr 0x0000000040000c18 and cpu addr 0xffff8802149e7c18
[   10.386147] radeon 0000:00:01.0: fence driver on ring 7 use gpu addr 0x0000000040000c1c and cpu addr 0xffff8802149e7c1c
[   10.386154] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   10.386159] [drm] Driver supports precise vblank timestamp query.
[   10.386203] radeon 0000:00:01.0: irq 82 for MSI/MSI-X
[   10.386234] radeon 0000:00:01.0: radeon: using MSI.
[   10.386290] [drm] radeon: irq initialized.
[   10.391477] [drm] ring test on 0 succeeded in 2 usecs
[   10.391580] [drm] ring test on 1 succeeded in 2 usecs
[   10.391598] [drm] ring test on 2 succeeded in 2 usecs
[   10.391797] [drm] ring test on 3 succeeded in 4 usecs
[   10.391806] [drm] ring test on 4 succeeded in 3 usecs
[   10.427648] [drm] ring test on 5 succeeded in 1 usecs
[   10.427694] [drm] UVD initialized successfully.
[   10.537050] [drm] ring test on 6 succeeded in 11 usecs
[   10.537067] [drm] ring test on 7 succeeded in 2 usecs
[   10.537072] [drm] VCE initialized successfully.
[   10.537879] [drm] ib test on ring 0 succeeded in 0 usecs
[   10.538041] [drm] ib test on ring 1 succeeded in 0 usecs
[   10.538193] [drm] ib test on ring 2 succeeded in 0 usecs
[   10.538351] [drm] ib test on ring 3 succeeded in 0 usecs
[   10.538506] [drm] ib test on ring 4 succeeded in 0 usecs
[   10.539248] [drm] ib test on ring 5 succeeded
[   10.539834] [drm] ib test on ring 6 succeeded
[   10.540318] [drm] ib test on ring 7 succeeded
[   10.542932] [drm] radeon atom DIG backlight initialized
[   10.542942] [drm] Radeon Display Connectors
[   10.542947] [drm] Connector 0:
[   10.542952] [drm]   eDP-1
[   10.542957] [drm]   HPD1
[   10.542965] [drm]   DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
[   10.542969] [drm]   Encoders:
[   10.542974] [drm]     LCD1: INTERNAL_UNIPHY
[   10.542978] [drm] Connector 1:
[   10.542983] [drm]   HDMI-A-1
[   10.542990] [drm]   HPD2
[   10.542996] [drm]   DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
[   10.543000] [drm]   Encoders:
[   10.543005] [drm]     DFP1: INTERNAL_UNIPHY
[   10.543009] [drm] Connector 2:
[   10.543013] [drm]   VGA-1
[   10.543019] [drm]   DDC: 0x65c0 0x65c0 0x65c4 0x65c4 0x65c8 0x65c8 0x65cc 0x65cc
[   10.543023] [drm]   Encoders:
[   10.543028] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[   10.665115] AVX version of gcm_enc/dec engaged.
[   10.670663] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[   11.128611] [drm] fb mappable at 0xE098F000
[   11.128620] [drm] vram apper at 0xE0000000
[   11.128623] [drm] size 5787648
[   11.128627] [drm] fb depth is 24
[   11.128630] [drm]    pitch is 6400
[   11.128780] fbcon: radeondrmfb (fb0) is primary device
[   11.635575] alg: No test for crc32 (crc32-pclmul)
[   12.170540] Console: switching to colour frame buffer device 200x56
[   12.178361] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device
[   12.178366] radeon 0000:00:01.0: registered panic notifier
[   12.200567] [drm] Initialized radeon 2.39.0 20080528 for 0000:00:01.0 on minor 0
[   12.201316] snd_hda_intel 0000:00:01.1: irq 83 for MSI/MSI-X
[   12.201392] snd_hda_intel 0000:00:14.2: irq 84 for MSI/MSI-X
[   12.293744] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input9
[   12.466946] sound hdaudioC1D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   12.466960] sound hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   12.466970] sound hdaudioC1D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[   12.466977] sound hdaudioC1D0:    mono: mono_out=0x0
[   12.466984] sound hdaudioC1D0:    inputs:
[   12.466992] sound hdaudioC1D0:      Mic=0x18
[   12.467000] sound hdaudioC1D0:      Internal Mic=0x12
[   12.474557] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/sound/card1/hdaudioC1D0/input10
[   12.475208] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input11
[   12.475436] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input12
[   12.588353] kvm: Nested Virtualization enabled
[   12.588365] kvm: Nested Paging enabled
[   13.445740] cfg80211: World regulatory domain updated:
[   13.445754] cfg80211:  DFS Master region: unset
[   13.445759] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   13.445767] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   13.445776] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   13.445784] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   13.445792] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   13.445800] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   13.445807] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   13.445814] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   13.445821] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   14.284766] Bluetooth: Core ver 2.19
[   14.284814] NET: Registered protocol family 31
[   14.284823] Bluetooth: HCI device and connection manager initialized
[   14.284842] Bluetooth: HCI socket layer initialized
[   14.284851] Bluetooth: L2CAP socket layer initialized
[   14.284885] Bluetooth: SCO socket layer initialized
[   14.374608] usbcore: registered new interface driver btusb
[   14.374788] bluetooth hci0: firmware: failed to load brcm/BCM43142A0-0930-0225.hcd (-2)
[   14.374931] bluetooth hci0: Direct firmware load failed with error -2
[   14.374939] bluetooth hci0: Falling back to user helper
[   14.377482] Bluetooth: hci0: BCM: patch brcm/BCM43142A0-0930-0225.hcd not found
[   15.247777] Adding 7300092k swap on /dev/sda3.  Priority:-1 extents:1 across:7300092k FS
[   15.724272] FAT-fs (sda1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[   16.119632] ip_tables: (C) 2000-2006 Netfilter Core Team
[   16.189724] systemd-journald[184]: Received request to flush runtime journal from PID 1
[   16.313420] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   16.383193] Bluetooth: hci0 command 0x1003 tx timeout
[   16.594884] systemd-journald[184]: Received request to flush runtime journal from PID 1
[   16.634343] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   17.423879] RPC: Registered named UNIX socket transport module.
[   17.423887] RPC: Registered udp transport module.
[   17.423891] RPC: Registered tcp transport module.
[   17.423895] RPC: Registered tcp NFSv4.1 backchannel transport module.
[   17.452705] FS-Cache: Loaded
[   17.486891] FS-Cache: Netfs 'nfs' registered for caching
[   17.542577] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[   21.651609] vboxdrv: Found 4 processor cores.
[   21.652133] vboxdrv: fAsync=0 offMin=0x190 offMax=0xd02
[   21.652248] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[   21.652251] vboxdrv: Successfully loaded version 4.3.36_Debian (interface 0x001a000b).
[   22.443905] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   22.443916] Bluetooth: BNEP filters: protocol multicast
[   22.443938] Bluetooth: BNEP socket layer initialized
[   22.793760] vboxpci: IOMMU not found (not registered)
[   23.552492] r8169 0000:01:00.0: firmware: failed to load rtl_nic/rtl8106e-1.fw (-2)
[   23.554091] r8169 0000:01:00.0: Direct firmware load failed with error -2
[   23.554093] r8169 0000:01:00.0: Falling back to user helper
[   23.554791] r8169 0000:01:00.0 eth0: unable to load firmware patch rtl_nic/rtl8106e-1.fw (-12)
[   23.672901] r8169 0000:01:00.0 eth0: link down
[   23.672972] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   25.587962] wl0: link up (wlan0)
[   27.014531] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=141 TOS=0x00 PREC=0x00 TTL=255 ID=3366 DF PROTO=UDP SPT=5353 DPT=5353 LEN=121 
[   27.041009] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=228 TOS=0x00 PREC=0x00 TTL=255 ID=3373 DF PROTO=UDP SPT=5353 DPT=5353 LEN=208 
[   27.081339] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=73 TOS=0x00 PREC=0x00 TTL=255 ID=3374 DF PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   27.291573] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=228 TOS=0x00 PREC=0x00 TTL=255 ID=3411 DF PROTO=UDP SPT=5353 DPT=5353 LEN=208 
[   27.541995] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=228 TOS=0x00 PREC=0x00 TTL=255 ID=3415 DF PROTO=UDP SPT=5353 DPT=5353 LEN=208 
[   27.742917] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=210 TOS=0x00 PREC=0x00 TTL=255 ID=3442 DF PROTO=UDP SPT=5353 DPT=5353 LEN=190 
[   28.023878] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=141 TOS=0x00 PREC=0x00 TTL=255 ID=3497 DF PROTO=UDP SPT=5353 DPT=5353 LEN=121 
[   28.082205] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=73 TOS=0x00 PREC=0x00 TTL=255 ID=3506 DF PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   28.413702] IN=wlan0 OUT= MAC=33:33:00:00:00:01:00:24:d4:ba:0e:bb:86:dd SRC=fe80:0000:0000:0000:0224:d4ff:feba:0ebb DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=144 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=ICMPv6 TYPE=134 CODE=0 
[   28.434600] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=161 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=121 
[   28.460988] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=307 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=267 
[   28.461139] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=178 TOS=0x00 PREC=0x00 TTL=255 ID=3545 DF PROTO=UDP SPT=5353 DPT=5353 LEN=158 
[   28.501537] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=93 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   28.710755] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=307 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=267 
[   28.710902] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=178 TOS=0x00 PREC=0x00 TTL=255 ID=3592 DF PROTO=UDP SPT=5353 DPT=5353 LEN=158 
[   28.752244] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=210 TOS=0x00 PREC=0x00 TTL=255 ID=3600 DF PROTO=UDP SPT=5353 DPT=5353 LEN=190 
[   28.961691] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=307 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=267 
[   28.961960] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=178 TOS=0x00 PREC=0x00 TTL=255 ID=3639 DF PROTO=UDP SPT=5353 DPT=5353 LEN=158 
[   29.161777] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=289 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=249 
[   29.161928] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=166 TOS=0x00 PREC=0x00 TTL=255 ID=3673 DF PROTO=UDP SPT=5353 DPT=5353 LEN=146 
[   29.443828] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=161 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=121 
[   29.502287] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=93 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   30.033196] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=225 TOS=0x00 PREC=0x00 TTL=255 ID=3764 DF PROTO=UDP SPT=5353 DPT=5353 LEN=205 
[   30.083679] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=73 TOS=0x00 PREC=0x00 TTL=255 ID=3769 DF PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   30.171335] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=289 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=249 
[   30.171549] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=138 TOS=0x00 PREC=0x00 TTL=255 ID=3780 DF PROTO=UDP SPT=5353 DPT=5353 LEN=118 
[   30.761909] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=238 TOS=0x00 PREC=0x00 TTL=255 ID=3800 DF PROTO=UDP SPT=5353 DPT=5353 LEN=218 
[   31.453668] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=229 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=189 
[   31.503066] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=93 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   32.180453] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=289 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=249 
[   32.180717] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=166 TOS=0x00 PREC=0x00 TTL=255 ID=4134 DF PROTO=UDP SPT=5353 DPT=5353 LEN=146 
[   32.198150] IN=wlan0 OUT= MAC=33:33:00:00:00:01:00:24:d4:ba:0e:bb:86:dd SRC=fe80:0000:0000:0000:0224:d4ff:feba:0ebb DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=144 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=ICMPv6 TYPE=134 CODE=0 
[   34.084786] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=73 TOS=0x00 PREC=0x00 TTL=255 ID=4508 DF PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   35.504967] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=93 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   36.190409] IN=wlan0 OUT= MAC=33:33:00:00:00:01:00:24:d4:ba:0e:bb:86:dd SRC=fe80:0000:0000:0000:0224:d4ff:feba:0ebb DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=144 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=ICMPv6 TYPE=134 CODE=0 
[   42.086277] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=73 TOS=0x00 PREC=0x00 TTL=255 ID=4939 DF PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   42.395470] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=192.168.0.255 LEN=44 TOS=0x00 PREC=0x00 TTL=64 ID=590 DF PROTO=UDP SPT=8612 DPT=8612 LEN=24 
[   42.395581] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=0 PROTO=UDP SPT=8612 DPT=8612 LEN=24 
[   42.405854] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=192.168.0.255 LEN=44 TOS=0x00 PREC=0x00 TTL=64 ID=593 DF PROTO=UDP SPT=8612 DPT=8612 LEN=24 
[   42.406034] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=1 FLOWLBL=0 PROTO=UDP SPT=8612 DPT=8612 LEN=24 
[   43.507486] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=93 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   43.777390] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=85 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=45 
[   43.777511] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=65 TOS=0x00 PREC=0x00 TTL=255 ID=5211 DF PROTO=UDP SPT=5353 DPT=5353 LEN=45 
[   44.779209] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=85 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=45 
[   44.779415] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=65 TOS=0x00 PREC=0x00 TTL=255 ID=5427 DF PROTO=UDP SPT=5353 DPT=5353 LEN=45 
[   46.400573] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=255.255.255.255 LEN=43 TOS=0x00 PREC=0x00 TTL=64 ID=3796 DF PROTO=UDP SPT=40663 DPT=3289 LEN=23 
[   47.575409] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=255.255.255.255 LEN=65 TOS=0x00 PREC=0x00 TTL=64 ID=3938 DF PROTO=UDP SPT=56662 DPT=1124 LEN=45 
[   48.861470] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=87 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=47 
[   48.861630] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=67 TOS=0x00 PREC=0x00 TTL=255 ID=6185 DF PROTO=UDP SPT=5353 DPT=5353 LEN=47 
[   58.090391] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=73 TOS=0x00 PREC=0x00 TTL=255 ID=6903 DF PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   59.510367] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=93 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   70.262631] FAT-fs (sdb1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[   70.277501] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[   90.098974] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=73 TOS=0x00 PREC=0x00 TTL=255 ID=13536 DF PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[   91.515013] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=93 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[  114.429076] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=104.156.60.166 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=49 ID=45413 DF PROTO=TCP SPT=443 DPT=33183 WINDOW=502 RES=0x00 ACK PSH URGP=0 
[  114.801023] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=104.156.60.166 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=49 ID=45414 DF PROTO=TCP SPT=443 DPT=33183 WINDOW=502 RES=0x00 ACK PSH URGP=0 
[  114.956977] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=37.187.30.78 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=55 ID=321 DF PROTO=TCP SPT=9001 DPT=51310 WINDOW=408 RES=0x00 ACK PSH URGP=0 
[  115.224022] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=37.187.30.78 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=55 ID=322 DF PROTO=TCP SPT=9001 DPT=51310 WINDOW=408 RES=0x00 ACK PSH URGP=0 
[  115.511211] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=37.187.30.78 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=55 ID=323 DF PROTO=TCP SPT=9001 DPT=51310 WINDOW=408 RES=0x00 ACK PSH URGP=0 
[  115.554498] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=104.156.60.166 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=49 ID=45415 DF PROTO=TCP SPT=443 DPT=33183 WINDOW=502 RES=0x00 ACK PSH URGP=0 
[  116.055215] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=37.187.30.78 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=55 ID=324 DF PROTO=TCP SPT=9001 DPT=51310 WINDOW=408 RES=0x00 ACK PSH URGP=0 
[  117.068118] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=104.156.60.166 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=49 ID=45416 DF PROTO=TCP SPT=443 DPT=33183 WINDOW=502 RES=0x00 ACK PSH URGP=0 
[  117.143467] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=37.187.30.78 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=55 ID=325 DF PROTO=TCP SPT=9001 DPT=51310 WINDOW=408 RES=0x00 ACK PSH URGP=0 
[  119.452134] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=37.187.30.78 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=55 ID=326 DF PROTO=TCP SPT=9001 DPT=51310 WINDOW=408 RES=0x00 ACK PSH URGP=0 
[  120.090423] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=104.156.60.166 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=49 ID=45417 DF PROTO=TCP SPT=443 DPT=33183 WINDOW=502 RES=0x00 ACK PSH URGP=0 
[  123.810550] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=37.187.30.78 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=55 ID=327 DF PROTO=TCP SPT=9001 DPT=51310 WINDOW=408 RES=0x00 ACK PSH URGP=0 
[  126.139164] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=104.156.60.166 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=49 ID=45418 DF PROTO=TCP SPT=443 DPT=33183 WINDOW=502 RES=0x00 ACK PSH URGP=0 
[  132.508770] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=37.187.30.78 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=55 ID=328 DF PROTO=TCP SPT=9001 DPT=51310 WINDOW=408 RES=0x00 ACK PSH URGP=0 
[  138.238393] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=104.156.60.166 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=49 ID=45419 DF PROTO=TCP SPT=443 DPT=33183 WINDOW=502 RES=0x00 ACK PSH URGP=0 
[  150.186356] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=37.187.30.78 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=55 ID=329 DF PROTO=TCP SPT=9001 DPT=51310 WINDOW=408 RES=0x00 ACK PSH URGP=0 
[  154.143880] IN=wlan0 OUT= MAC= SRC=192.168.0.10 DST=224.0.0.251 LEN=73 TOS=0x00 PREC=0x00 TTL=255 ID=15904 DF PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[  155.521378] IN=wlan0 OUT= MAC= SRC=fe80:0000:0000:0000:665a:04ff:fe9f:d829 DST=ff02:0000:0000:0000:0000:0000:0000:00fb LEN=93 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=5353 DPT=5353 LEN=53 
[  162.429738] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=104.156.60.166 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=49 ID=45420 DF PROTO=TCP SPT=443 DPT=33183 WINDOW=502 RES=0x00 ACK PSH URGP=0 
[  185.002368] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=37.187.30.78 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=55 ID=330 DF PROTO=TCP SPT=9001 DPT=51310 WINDOW=408 RES=0x00 ACK PSH URGP=0 
[  210.817826] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=104.156.60.166 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=49 ID=45421 DF PROTO=TCP SPT=443 DPT=33183 WINDOW=502 RES=0x00 ACK PSH URGP=0 
[  254.650800] IN=wlan0 OUT= MAC=64:5a:04:9f:d8:29:00:24:d4:ba:0e:bb:08:00 SRC=37.187.30.78 DST=192.168.0.10 LEN=595 TOS=0x00 PREC=0x00 TTL=55 ID=331 DF PROTO=TCP SPT=9001 DPT=51310 WINDOW=408 RES=0x00 ACK PSH URGP=0 
dominique@debian:~$ 
Un extrait avec la recherche "sdb":

Code : Tout sélectionner

@debian:~$ dmesg | grep sdb
[    4.485289] sd 2:0:0:0: [sdb] 7810176 512-byte logical blocks: (3.99 GB/3.72 GiB)
[    4.485924] sd 2:0:0:0: [sdb] Write Protect is off
[    4.485931] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
[    4.486525] sd 2:0:0:0: [sdb] No Caching mode page found
[    4.486585] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[    4.517069]  sdb: sdb1
[    4.520639] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[   70.262631] FAT-fs (sdb1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
[   70.277501] FAT-fs (sdb1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Données fournies par fsck:

Code : Tout sélectionner

:~# fsck
fsck de util-linux 2.25.2
e2fsck 1.42.12 (29-Aug-2014)
/dev/sda2 est monté.
e2fsck: Ne peut continuer, arrêt immédiat.

À bientôt,
Ciao.
Avatar de l’utilisateur
piratebab
Site Admin
Site Admin
Messages : 5877
Inscription : 24 avr. 2016, 18:41
Localisation : sud ouest
Status : Hors-ligne

dans la version qui semble fonctionner, tu as quand même un point à traiter:
FAT-fs (sdb1): Volume was not properly unmounted
concernant fsk, il faut que tu le lances spécifiquement sur la partition de la clef (sdb1)
Tinnitus
Membre
Membre
Messages : 96
Inscription : 27 avr. 2016, 08:20
Status : Hors-ligne

Bonjour,
piratebab a remarqué:
FAT-fs (sdb1): Volume was not properly unmounted
J'ai suivi la démarche proposée sur https://doc.ubuntu-fr.org/dosfsck:

Code : Tout sélectionner

debian:~# umount /dev/sdb1
root@debian:~# dosfsck -t -a -w /dev/sdb1
fsck.fat 3.0.27 (2014-11-12)
0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
 Automatically removing dirty bit.
Performing changes.
/dev/sdb1: 212 files, 29703/973965 clusters
Ciao.

P.S.:
Le problème demeure mais la ligne incriminée a disparu:

Code : Tout sélectionner

e@debian:~$ dmesg | grep sdb
[   85.352997] sd 2:0:0:0: [sdb] 7810176 512-byte logical blocks: (3.99 GB/3.72 GiB)
[   85.353234] sd 2:0:0:0: [sdb] Write Protect is off
[   85.353245] sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00
[   85.353456] sd 2:0:0:0: [sdb] No Caching mode page found
[   85.353468] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[   85.381291]  sdb: sdb1
[   85.383364] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[   85.912766] FAT-fs (sdb1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!

Clef en place non signalée par Nautilus.

Code : Tout sélectionner

ebian:~# mount /dev/sdb1 /media/dominique/
mount: le périphérique spécial /dev/sdb1 n'existe pas
PascalHambourg
Contributeur
Contributeur
Messages : 930
Inscription : 05 août 2016, 20:25
Status : Hors-ligne

MicP a écrit : le noyau n'a même pas détecté qu'une clef USB était connectée à ta machine.
En effet. Je penche donc pour un problème d'origine matérielle ou lié aux pilotes USB du noyau.

Apparemment ce sont des ports USB 3. S'il y a aussi des ports USB 2, est-ce que ça fait pareil avec un port USB 2 ? Est-ce que cela le fait uniquement avec cette clé ou aussi avec d'autre périphériques USB quels qu'ils soient (autre clé, souris, clavier, hub...) ?

En fait l'utilisation d'un hub pourait améliorer si le problème est entre la clé et les ports du PC.

L'USB 3 étant relativement récent, il se peut que le support par le noyau 3.16 ne soit pas encore parfait et pourrait avoir été amélioré dans les noyaux plus récents. Il faudrait tester avec le noyau 4.9 de jessie-backports.
Tinnitus
Membre
Membre
Messages : 96
Inscription : 27 avr. 2016, 08:20
Status : Hors-ligne

Bonjour,
Merci pour la suggestion.

Sur mon ordi il y a a trois entrées Usb; je n'utilise qu'une entrée à la fois et le problème est le même quelle que soit l'entrée.

Sur https://debian-facile.org/viewtopic.php?id=16803 j'ai appris qu'il fallait faire ce qui suit pour installer un paquet de Jessie-backport.

Code : Tout sélectionner

dominique@debian:~$ apt-cache policy linux-image-4.9*
linux-image-4.9.0-0.bpo.2-rt-amd64-unsigned:
  Installé : (aucun)
  Candidat : 4.9.18-1~bpo8+1
 Table de version :
     4.9.18-1~bpo8+1 0
        100 http://ftp.fr.debian.org/debian/ jessie-backports/main amd64 Packages
        100 http://http.debian.net/debian/ jessie-backports/main amd64 Packages
linux-image-4.9.0-0.bpo.2-rt-amd64-dbg:
  Installé : (aucun)
  Candidat : 4.9.18-1~bpo8+1
 Table de version :
     4.9.18-1~bpo8+1 0
        100 http://ftp.fr.debian.org/debian/ jessie-backports/main amd64 Packages
        100 http://http.debian.net/debian/ jessie-backports/main amd64 Packages
linux-image-4.9.0-0.bpo.3-rt-amd64:
  Installé : (aucun)
  Candidat : 4.9.25-1~bpo8+1
 Table de version :
     4.9.25-1~bpo8+1 0
        100 http://ftp.fr.debian.org/debian/ jessie-backports/main amd64 Packages
        100 http://http.debian.net/debian/ jessie-backports/main amd64 Packages
linux-image-4.9.0-0.bpo.3-amd64-dbg:
  Installé : (aucun)
  Candidat : 4.9.25-1~bpo8+1
 Table de version :
     4.9.25-1~bpo8+1 0
        100 http://ftp.fr.debian.org/debian/ jessie-backports/main amd64 Packages
        100 http://http.debian.net/debian/ jessie-backports/main amd64 Packages
linux-image-4.9.0-0.bpo.3-rt-amd64-dbg:
  Installé : (aucun)
  Candidat : 4.9.25-1~bpo8+1
 Table de version :
     4.9.25-1~bpo8+1 0
        100 http://ftp.fr.debian.org/debian/ jessie-backports/main amd64 Packages
        100 http://http.debian.net/debian/ jessie-backports/main amd64 Packages
linux-image-4.9.0-0.bpo.2-amd64-dbg:
  Installé : (aucun)
  Candidat : 4.9.18-1~bpo8+1
 Table de version :
     4.9.18-1~bpo8+1 0
        100 http://ftp.fr.debian.org/debian/ jessie-backports/main amd64 Packages
        100 http://http.debian.net/debian/ jessie-backports/main amd64 Packages
linux-image-4.9.0-0.bpo.2-amd64:
  Installé : (aucun)
  Candidat : 4.9.18-1~bpo8+1
 Table de version :
     4.9.18-1~bpo8+1 0
        100 http://ftp.fr.debian.org/debian/ jessie-backports/main amd64 Packages
        100 http://http.debian.net/debian/ jessie-backports/main amd64 Packages
linux-image-4.9.0-0.bpo.3-amd64:
  Installé : (aucun)
  Candidat : 4.9.25-1~bpo8+1
 Table de version :
     4.9.25-1~bpo8+1 0
        100 http://ftp.fr.debian.org/debian/ jessie-backports/main amd64 Packages
        100 http://http.debian.net/debian/ jessie-backports/main amd64 Packages
linux-image-4.9.0-2-grsec-amd64:
  Installé : (aucun)
  Candidat : 4.9.18-1+grsec201703261106+1~bpo8+1
 Table de version :
     4.9.18-1+grsec201703261106+1~bpo8+1 0
        100 http://ftp.fr.debian.org/debian/ jessie-backports/main amd64 Packages
        100 http://http.debian.net/debian/ jessie-backports/main amd64 Packages
linux-image-4.9.0-0.bpo.2-rt-amd64:
  Installé : (aucun)
  Candidat : 4.9.18-1~bpo8+1
 Table de version :
     4.9.18-1~bpo8+1 0
        100 http://ftp.fr.debian.org/debian/ jessie-backports/main amd64 Packages
        100 http://http.debian.net/debian/ jessie-backports/main amd64 Packages
linux-image-4.9.0-0.bpo.2-amd64-unsigned:
  Installé : (aucun)
  Candidat : 4.9.18-1~bpo8+1
 Table de version :
     4.9.18-1~bpo8+1 0
        100 http://ftp.fr.debian.org/debian/ jessie-backports/main amd64 Packages
        100 http://http.debian.net/debian/ jessie-backports/main amd64 Packages
dominique@debian:~$ 


Après il faudrait faire:

Code : Tout sélectionner

apt-get install -t jessie-backports linux-image-amd64


Comme je suis pas à l'aise avec les noyaux j'aimerais savoir si cette solution est bonne avant de l'installer.

Quand le nouveau noyau sera installé je crois que c'est en redémarrant que j'aurai le choix entre les noyaux installés?

Ciao.
PascalHambourg
Contributeur
Contributeur
Messages : 930
Inscription : 05 août 2016, 20:25
Status : Hors-ligne

Je n'ai pas lu l'article pointé mais apt-cache ne sert qu'à vérifier quel sont les paquets disponibles. Pour pouvoir installer des paquets de jessie-backports, il faut modifier /etc/apt/sources.list pour ajouter une ligne avec le dépôt jessie-backport, et mettre à jour la base de paquets d'apt (update). Ensuite on peut exécuter les commandes que tu cites.

Attention : si tu installes le méta-paquet linux-image des backports, cela peut marquer le noyau 3.16 de jessie comme non nécessaire et provoquer sa désinstallation par autoremove. Comme c'est pour un test, il est plus sûr d'installer le minimum de paquets et donc d'installer directement le paquet linux-image 4.9 qui va bien.
Tinnitus
Membre
Membre
Messages : 96
Inscription : 27 avr. 2016, 08:20
Status : Hors-ligne

Bonjour,
Merci pour les conseils.

En fonction de ce que donnait:

Code : Tout sélectionner

apt-cache policy linux-image-4.9*
et ce que j'ai pu voir sur Synaptic j'ai installé "linux-image-4.9.0-0.bpo.3-amd64".

Code : Tout sélectionner

root@debian:/etc/apt# apt-get install  -t jessie-backports linux-image-4.9.0-0.bpo.3-amd64
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  libgconf2-4 liblivemedia42 libusageenvironment2 libuuid-perl
  python-concurrent.futures python-livestreamer python-ndg-httpsclient
  python-requests python-singledispatch python-urllib3 rtmpdump
  vlc-plugin-pulse
Veuillez utiliser « apt-get autoremove » pour les supprimer.
Les paquets supplémentaires suivants seront installés : 
  firmware-linux-free irqbalance libnuma1 linux-base
Paquets suggérés :
  linux-doc-4.9 debian-kernel-handbook
Les NOUVEAUX paquets suivants seront installés :
  firmware-linux-free irqbalance libnuma1 linux-image-4.9.0-0.bpo.3-amd64
Les paquets suivants seront mis à jour :
  linux-base
1 mis à jour, 4 nouvellement installés, 0 à enlever et 218 non mis à jour.
Il est nécessaire de prendre 38,6 Mo dans les archives.
Après cette opération, 192 Mo d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] O
Réception de : 1 http://ftp.fr.debian.org/debian/ jessie-backports/main linux-base all 4.3~bpo8+1 [19,0 kB]
Réception de : 2 http://ftp2.fr.debian.org/debian/ jessie/main libnuma1 amd64 2.0.10-1 [32,5 kB]
Réception de : 3 http://ftp2.fr.debian.org/debian/ jessie/main firmware-linux-free all 3.3 [19,1 kB]
Réception de : 4 http://ftp.fr.debian.org/debian/ jessie-backports/main linux-image-4.9.0-0.bpo.3-amd64 amd64 4.9.25-1~bpo8+1 [38,5 MB]
Réception de : 5 http://ftp.fr.debian.org/debian/ jessie-backports/main irqbalance amd64 1.1.0-2~bpo8+1 [35,1 kB]
38,6 Mo réceptionnés en 30s (1 258 ko/s)                                       
Lecture des fichiers de modifications (« changelog »)... Terminé 
Préconfiguration des paquets...
Sélection du paquet libnuma1:amd64 précédemment désélectionné.
(Lecture de la base de données... 172781 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../libnuma1_2.0.10-1_amd64.deb ...
Dépaquetage de libnuma1:amd64 (2.0.10-1) ...
Sélection du paquet firmware-linux-free précédemment désélectionné.
Préparation du dépaquetage de .../firmware-linux-free_3.3_all.deb ...
Dépaquetage de firmware-linux-free (3.3) ...
Préparation du dépaquetage de .../linux-base_4.3~bpo8+1_all.deb ...
Dépaquetage de linux-base (4.3~bpo8+1) sur (3.5) ...
Sélection du paquet linux-image-4.9.0-0.bpo.3-amd64 précédemment désélectionné.
Préparation du dépaquetage de .../linux-image-4.9.0-0.bpo.3-amd64_4.9.25-1~bpo8+1_amd64.deb ...
Dépaquetage de linux-image-4.9.0-0.bpo.3-amd64 (4.9.25-1~bpo8+1) ...
Sélection du paquet irqbalance précédemment désélectionné.
Préparation du dépaquetage de .../irqbalance_1.1.0-2~bpo8+1_amd64.deb ...
Dépaquetage de irqbalance (1.1.0-2~bpo8+1) ...
Traitement des actions différées (« triggers ») pour man-db (2.7.0.2-5) ...
Traitement des actions différées (« triggers ») pour systemd (215-17+deb8u7) ...
Paramétrage de libnuma1:amd64 (2.0.10-1) ...
Paramétrage de firmware-linux-free (3.3) ...
update-initramfs: deferring update (trigger activated)
Paramétrage de linux-base (4.3~bpo8+1) ...
Paramétrage de linux-image-4.9.0-0.bpo.3-amd64 (4.9.25-1~bpo8+1) ...
I: /vmlinuz.old is now a symlink to boot/vmlinuz-3.16.0-4-amd64
I: /initrd.img.old is now a symlink to boot/initrd.img-3.16.0-4-amd64
I: /vmlinuz is now a symlink to boot/vmlinuz-4.9.0-0.bpo.3-amd64
I: /initrd.img is now a symlink to boot/initrd.img-4.9.0-0.bpo.3-amd64
/etc/kernel/postinst.d/dkms:
Error! Error! Your kernel headers for kernel 4.9.0-0.bpo.3-amd64 cannot be found.
Your kernel headers for kernel 4.9.0-0.bpo.3-amd64 cannot be found.
Please install the linux-headers-4.9.0-0.bpo.3-amd64 package,
Please install the linux-headers-4.9.0-0.bpo.3-amd64 package,
or use the --kernelsourcedir option to tell DKMS where it's located
or use the --kernelsourcedir option to tell DKMS where it's located
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-4.9.0-0.bpo.3-amd64
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8107e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8107e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168h-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168h-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168g-3.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168g-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8106e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8106e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8411-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8411-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8402-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168f-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168f-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8105e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168e-3.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-1.fw for module r8169
/etc/kernel/postinst.d/zz-update-grub:
Création du fichier de configuration GRUB…
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Image Linux trouvée : /boot/vmlinuz-4.9.0-0.bpo.3-amd64
Image mémoire initiale trouvée : /boot/initrd.img-4.9.0-0.bpo.3-amd64
Image Linux trouvée : /boot/vmlinuz-3.16.0-4-amd64
Image mémoire initiale trouvée : /boot/initrd.img-3.16.0-4-amd64
Ubuntu 16.04.2 LTS (16.04) trouvé sur /dev/sda4
Adding boot menu entry for EFI firmware configuration
fait
Paramétrage de irqbalance (1.1.0-2~bpo8+1) ...
Traitement des actions différées (« triggers ») pour libc-bin (2.19-18+deb8u9) ...
Traitement des actions différées (« triggers ») pour initramfs-tools (0.120+deb8u3) ...
update-initramfs: Generating /boot/initrd.img-4.9.0-0.bpo.3-amd64
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8107e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8107e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168h-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168h-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168g-3.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168g-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8106e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8106e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8411-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8411-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8402-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168f-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168f-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8105e-1.fw for module r8169 lancé 
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168e-3.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168e-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168e-1.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-2.fw for module r8169
W: Possible missing firmware /lib/firmware/rtl_nic/rtl8168d-1.fw for module r8169
Traitement des actions différées (« triggers ») pour systemd (215-17+deb8u7) ...
root@debian:/etc/apt# 
J'ai redémarré.
Le menu de grub ne présentait que le noyau 3.16.

J'ai lancé:

Code : Tout sélectionner

root@debian:~# update-grub
Création du fichier de configuration GRUB…
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Image Linux trouvée : /boot/vmlinuz-4.9.0-0.bpo.3-amd64
Image mémoire initiale trouvée : /boot/initrd.img-4.9.0-0.bpo.3-amd64
Image Linux trouvée : /boot/vmlinuz-3.16.0-4-amd64
Image mémoire initiale trouvée : /boot/initrd.img-3.16.0-4-amd64
Ubuntu 16.04.2 LTS (16.04) trouvé sur /dev/sda4
Adding boot menu entry for EFI firmware configuration
fait

et j'ai redémarré.

Sans résultat; je suis sur le noyau 3.16.

Ciao.
Avatar de l’utilisateur
piratebab
Site Admin
Site Admin
Messages : 5877
Inscription : 24 avr. 2016, 18:41
Localisation : sud ouest
Status : Hors-ligne

Please install the linux-headers-4.9.0-0.bpo.3-amd64 package
installe les headers demandés (depuis les backports), tu auras ainsi tous les modules qui vont bien se compiler.
PascalHambourg
Contributeur
Contributeur
Messages : 930
Inscription : 05 août 2016, 20:25
Status : Hors-ligne

On voit bien lors de l'installation du noyau 4.9 que update-grub a déjà été exécuté et a bien trouvé le nouveau noyau, donc il était inutile de l'exécuter à nouveau.

Vérifier que /boot/grub/grub.cfg contient les références au noyau 4.9. Sinon, c'est que update-grub ne l'a pas regénéré et donc qu'il a été trafiqué pour ne pas le faire, ou bien que le fichier a été rendu inchangeable avec chattr. S'il contient les références au noyau 4.9, ce n'est pas ce fichier qui est utilisé par le GRUB qui est lancé au démarrage, et donc selon toute vraisemblance ce n'est pas le GRUB de cette installation de Debian qui est lancé. Multi-boot avec un autre système Linux ? Dans ce cas il faut regénérer le grub.cfg depuis le système responsable du GRUB qui est lancé (système qui doit apparaître en premier dans le menu).

Concernant l'erreur de dkms (qui est probablement installé pour compiler des modules externes : virtualbox, pilotes non libres...) il suffit d'installer le paquet linux-headers comme indiqué.
Tinnitus
Membre
Membre
Messages : 96
Inscription : 27 avr. 2016, 08:20
Status : Hors-ligne

Hi,
piratebab a écrit:
"Please install the linux-headers-4.9.0-0.bpo.3-amd64 package"
Justement je viens de m'en apercevoir.
J'ai installé le paquet et redémarré. Sans changement.
Pas de noyau 4.9.0 en vue.
Ciao.

Pour Le noyau 4.9.0 dans :

Code : Tout sélectionner

@debian:~$ cat /boot/grub/grub.cfg | grep 4.9.0
	echo	'Chargement de Linux 4.9.0-0.bpo.3-amd64…'
	linux	/boot/vmlinuz-4.9.0-0.bpo.3-amd64 root=UUID=b7e1b441-2a32-4088-b902-9e03915a145c ro  quiet
	initrd	/boot/initrd.img-4.9.0-0.bpo.3-amd64
	menuentry 'Debian GNU/Linux, avec Linux 4.9.0-0.bpo.3-amd64' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-0.bpo.3-amd64-advanced-b7e1b441-2a32-4088-b902-9e03915a145c' {
		echo	'Chargement de Linux 4.9.0-0.bpo.3-amd64…'
		linux	/boot/vmlinuz-4.9.0-0.bpo.3-amd64 root=UUID=b7e1b441-2a32-4088-b902-9e03915a145c ro  quiet
		initrd	/boot/initrd.img-4.9.0-0.bpo.3-amd64
	menuentry 'Debian GNU/Linux, with Linux 4.9.0-0.bpo.3-amd64 (recovery mode)' --class debian --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.0-0.bpo.3-amd64-recovery-b7e1b441-2a32-4088-b902-9e03915a145c' {
		echo	'Chargement de Linux 4.9.0-0.bpo.3-amd64…'
		linux	/boot/vmlinuz-4.9.0-0.bpo.3-amd64 root=UUID=b7e1b441-2a32-4088-b902-9e03915a145c ro single 
		initrd	/boot/initrd.img-4.9.0-0.bpo.3-amd64

Je viens de comprendre que j'ai ubuntu d'installer et que le Grub dépend de lui.
Ciao;
Avatar de l’utilisateur
piratebab
Site Admin
Site Admin
Messages : 5877
Inscription : 24 avr. 2016, 18:41
Localisation : sud ouest
Status : Hors-ligne

A priori, tu as une ubuntu d'installée. C'est peut étre elle qui gere grub
Répondre