Contenu | Rechercher | Menus

Annonce

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

À propos de l'équipe du forum.

#576 Le 13/03/2018, à 11:21

BryBry

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

MOKO138 Comme je viens de te le dire, je viens d'essayer d'éjecter proprement la Xérox en suivant scrupuleusent tes instructions et voilà ce que cela donne :

brybry@brybry-EL1200:~$ mount -l | tail -2
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=140160k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
brybry@brybry-EL1200:~$ sudo umount /dev/sdc1
[sudo] Mot de passe de brybry : 
umount: /dev/sdc1: mountpoint not found
brybry@brybry-EL1200:~$ df -Th | grep -E "sd|Type"
Sys. de fichiers Type     Taille Utilisé Dispo Uti% Monté sur
/dev/sda1        ext4        50G     11G   36G  23% /
/dev/sda7        ext4       863G     72M  819G   1% /MY-DATA
brybry@brybry-EL1200:~$ sudo umount /dev/sdc1
umount: /dev/sdc1: mountpoint not found
brybry@brybry-EL1200:~$ 

Je vais maintenant tenter avec la Cibox et la PNY !

Hors ligne

#577 Le 13/03/2018, à 11:31

BryBry

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

moko138 Voilà pour la PNY :

brybry@brybry-EL1200:~$ mount -l | tail -2
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=140160k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
brybry@brybry-EL1200:~$ sudo umount /dev/sdc1
[sudo] Mot de passe de brybry : 
umount: /dev/sdc1: mountpoint not found
brybry@brybry-EL1200:~$ df -Th | grep -E "sd|Type"
Sys. de fichiers Type     Taille Utilisé Dispo Uti% Monté sur
/dev/sda1        ext4        50G     11G   36G  23% /
/dev/sda7        ext4       863G     72M  819G   1% /MY-DATA
brybry@brybry-EL1200:~$ sudo umount /dev/sdc1
umount: /dev/sdc1: mountpoint not found
brybry@brybry-EL1200:~$ 

Et pour la Cibox :

brybry@brybry-EL1200:~$ mount -l | tail -2
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=140160k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
brybry@brybry-EL1200:~$ sudo umount /dev/sdc1
[sudo] Mot de passe de brybry : 
umount: /dev/sdc1: mountpoint not found
brybry@brybry-EL1200:~$ df -Th | grep -E "sd|Type"
Sys. de fichiers Type     Taille Utilisé Dispo Uti% Monté sur
/dev/sda1        ext4        50G     11G   36G  23% /
/dev/sda7        ext4       863G     72M  819G   1% /MY-DATA
brybry@brybry-EL1200:~$ sudo umount /dev/sdc1
umount: /dev/sdc1: mountpoint not found
brybry@brybry-EL1200:~$ 

Hors ligne

#578 Le 13/03/2018, à 15:55

moko138

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

La clef sans marque :

ID 048d:1234 Integrated Technology Express, Inc. 
[93407.492969] usb 1-8: New USB device found, idVendor=048d, idProduct=1234
[93408.508775] sd 24:0:0:0: [sdb] 131072000 512-byte logical blocks: (67.1 GB/62.5 GiB)

fonctionne apparemment et ferait 67 Go.
  À ta place, je ne lui ferais pas confiance.
  - -

La Lexar :

FAT-fs (sdb1): Volume was not properly unmounted.

est comme ta clef Hynix (cf. #569) :
/!\ toutes les deux
ONT BESOIN D'ÊTRE VÉRIFIÉES PAR UN WINDOWS QUELCONQUE,
PUIS "ÉJECTÉES EN TOUTE SÉCURITÉ".

= =

En attendant, tu auras probablement accès à leur contenu, pour le sauvegarder ailleurs, en les montant en lecture seule, à la main.
Fais déjà

sudo mkdir /tmp/BBB

puis, pour repérer le moment, montre

dmesg | tail -1

puis branche
SOIT l'une SOIT l'autre
attends 30 secondes
et donne

mount -l | grep sd | tail -2 ; echo ; echo "--- dmesg ---" ; dmesg | grep -Evi "80211|dhcp|ipv6|network|ufw|wlan" | tail -25

Alors on pourra t'indiquer la commande ad hoc pour tenter de la monter en lecture seule.


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#579 Le 22/03/2018, à 23:51

moko138

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

Le 13/3 (#574), moko138 a écrit :

En parlant de /MY-DATA, il me revient que

/!\ nous avons encore à faire soit les "bind" soit les liens !

BryBry, c'est IMPORTANT !

Déjà, montre

du ~ -sh 2>/dev/null ; echo ; df -Th | grep  -Ei "mont|sd"

%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#580 Le 13/04/2018, à 20:08

BryBry

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

Bonjour à tous ! Excusez-moi de ne pas m'être manifesté plus tôt : depuis 3 semaines je jongle avec les douleurs et leurs petites complications et quand il ya une accalmie je récupère soit le retard pris dans mes dossiers soit mon retard de sommeil !
Bref, moko138 revenons à ton message # 579  :
Voici le retour :

brybry@brybry-EL1200:~$ du ~ -sh 2>/dev/null ; echo ; df -Th | grep  -Ei "mont|sd"
2,9G	/home/brybry

Sys. de fichiers Type     Taille Utilisé Dispo Uti% Monté sur
/dev/sda1        ext4        50G     17G   31G  36% /
/dev/sda7        ext4       863G     72M  819G   1% /MY-DATA
brybry@brybry-EL1200:~$ 

Depuis, notre dernier échange, je suis confronté à une série de binz avec l'ordi et je ne sais pas pourquoi ! Je m'explique :
1) ma dongle ne fonctionne que si j'ouvre en mode recovery et que je clique sur vérification du réseau ;
2) 1 fois sur 2 lorsque j'utilise le terminal et après avoir tapez mon code secret le carré blanc qui apparaît et continue de clignoter (sans que rien apparaisse) pendant des heures tant que je n'ai pas fermé le terminal quand j'y arrive car que ce soit le terminal ou une autre fenêtre quand j'appuie sur le bouton orange pour la fermer tout se bloque ; et lorsque le terminal fonctionne après mon mot de passe, pratiquement chaque phrase et ponctuée par un "failed" rouge !  yikes
3) Depuis hier après-midi mon ordi peine à reconnaître mon scanner : sur simple scan ou tout autre application de scanner, il n'identifie pas la source du scanner et cela devient une sinécure pour numériser ainsi que pour insérer sur "writter" à partir du scanner au point que libreoffice writter à dérailler puisque l'interface et devenue toute noire, impossible à lire et à fini par chevronner. J'ai réussi à réinstaller libreoffice à partir du terminal  pour que cela fonctionne de nouveau mais toujours impossible d'insérer quoi que ce soit à partir du scanner en cliquant sur "insertion", "média", "scanner". Là que je clique sur "acquérir" ou "détecter la source" : rien ne se passe la fenêtre se "grise" et se bloque. mad
4) J'ai toujours ce problème de détection des clés usb (même le toutes neuves) alors que sur windows la plupart clignotent, sont détectées et s'ouvrent. Ce problème s'étend même à mes cd que j'ai gravé à partir de mon pc avec entre autre Brasero et qui pourtant s'ouvrent sur windows !
C'est folklo et difficile à supporter !
5)  Quand j'ouvre mon pc, j'ai un récapitulatif qui défile perdant plusieurs minutes et chaque phrase comporte soit le mot "failed" en rouge, soit le terme "error n°..", soit des expressions comme introuvable, inexistant, config impossible, et j'en passe... et toujours associé au mot "usb" 1, 2 ou device... Entre les quelques inscriptions en vert, en jaune et surtout en rouge, on est pas loin du feu d'artifice ! (lol) lol
Comment arrêter cet enfer !  Merci pour vos conseils qui sont toujours les bienvenus !!

Hors ligne

#581 Le 13/04/2018, à 21:15

moko138

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

Content de te relire,
je m'inquiétais depuis le temps et mes relances variées !

Comment arrêter cet enfer !

1) Avant de quitter un windows, même si tu t'apprêtes à l'éteindre, il faut "éjecter en toute sécurité" tes périphériques de stockage USB !


2) Démarre sans tes pitains de périphériques nases.
C'est seulement quand tu es loguée que tu peux en brancher,
mais seulement ceux qui ne sont pas nases !


3) Si, malgré le strict respect de ces procédures, le problème persistait,
alors tu donnerais

dmesg

et

cat /var/log/dmesg

parce que tu te rappelles que, depuis décembre 2014 :
./viewtopic.php?pid=18854331#p18854331.

  - -

À part ça, tu peux voir ci-dessous

brybry@brybry-EL1200:~$ du ~ -sh 2>/dev/null ; echo ; df -Th | grep  -Ei "mont|sd"
2,9G	/home/brybry

Sys. de fichiers Type     Taille Utilisé Dispo Uti% Monté sur
/dev/sda1        ext4        50G     17G   31G  36% /
/dev/sda7        ext4       863G     72M  819G   1% /MY-DATA
brybry@brybry-EL1200:~$ 

que tu es en train de remplir ta partition { / + /home },
au lieu d'utiliser ta partition de données /MY-DATA...
  Nous devons y remédier.


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#582 Le 13/04/2018, à 23:30

BryBry

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

Je respecte strictement la procédure d'éjection que ce soit pour mes clés ou mes cd. Petite précision : quand je les ai  seulement vérifiées sur windows c'était sur le pc portable de ma fille lors de son dernier passage car elle utilise windows 10. Moi je n'ai que ubuntu donc je ne les utilisent pas sur windows.

Voici le rendu de la commande "dmesg" :

brybry@brybry-EL1200:~$ dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.0-116-generic (buildd@lgw01-amd64-021) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 (Ubuntu 4.4.0-116.140-generic 4.4.98)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-116-generic root=UUID=e3eda709-72a5-42f3-bc9b-4d6ee64845c3 ro recovery nomodeset
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] tseg: 0057f00000
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'lazy' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000057edffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000057ee0000-0x0000000057ee2fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000057ee3000-0x0000000057eeffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000057ef0000-0x0000000057efffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000058000000-0x000000005fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: eMachines EL1200/WMCP61M, BIOS R01-A0L 09/17/2008
[    0.000000] Kernel/User page tables isolation: disabled
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x57ee0 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-C7FFF write-protect
[    0.000000]   C8000-FFFFF uncachable
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FFC0000000 write-back
[    0.000000]   1 base 0040000000 mask FFE0000000 write-back
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] found SMP MP-table at [mem 0x000f3c50-0x000f3c5f] mapped at [ffff8800000f3c50]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[    0.000000] BRK [0x02215000, 0x02215fff] PGTABLE
[    0.000000] BRK [0x02216000, 0x02216fff] PGTABLE
[    0.000000] BRK [0x02217000, 0x02217fff] PGTABLE
[    0.000000] BRK [0x02218000, 0x02218fff] PGTABLE
[    0.000000] BRK [0x02219000, 0x02219fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x337ee000-0x35beefff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F8080 000014 (v00 ACRSYS)
[    0.000000] ACPI: RSDT 0x0000000057EE3000 000038 (v01 ACRSYS ACRPRDCT 42302E31 NVDA 00000000)
[    0.000000] ACPI: FACP 0x0000000057EE3080 000074 (v01 ACRSYS ACRPRDCT 42302E31 NVDA 00000000)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20150930/tbfadt-654)
[    0.000000] ACPI: DSDT 0x0000000057EE3100 006E1B (v01 ACRSYS ACRPRDCT 00001000 MSFT 03000000)
[    0.000000] ACPI: FACS 0x0000000057EE0000 000040
[    0.000000] ACPI: SSDT 0x0000000057EEA000 000115 (v01 PTLTD  POWERNOW 00000001  LTP 00000001)
[    0.000000] ACPI: HPET 0x0000000057EEA140 000038 (v01 ACRSYS ACRPRDCT 42302E31 NVDA 00000098)
[    0.000000] ACPI: MCFG 0x0000000057EEA180 00003C (v01 ACRSYS ACRPRDCT 42302E31 NVDA 00000000)
[    0.000000] ACPI: APIC 0x0000000057EE9F40 000098 (v01 ACRSYS ACRPRDCT 42302E31 NVDA 00000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] Scanning NUMA topology in Northbridge 24
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x0000000057edffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x57edb000-0x57edffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x0000000057edffff]
[    0.000000]   Normal   empty
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000057edffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000057edffff]
[    0.000000] On node 0 totalpages: 360062
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 5564 pages used for memmap
[    0.000000]   DMA32 zone: 356064 pages, LIFO batch:31
[    0.000000] Detected use of extended apic ids on hypertransport bus
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 4, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ14 used by override.
[    0.000000] ACPI: IRQ15 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10de8201 base: 0xfeff0000
[    0.000000] smpboot: Allowing 4 CPUs, 3 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] e820: [mem 0x60000000-0xefffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 34 pages/cpu @ffff880057c00000 s99544 r8192 d31528 u524288
[    0.000000] pcpu-alloc: s99544 r8192 d31528 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 354413
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-116-generic root=UUID=e3eda709-72a5-42f3-bc9b-4d6ee64845c3 ro recovery nomodeset
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] AGP: Node 0: aperture [bus addr 0x1ea000000-0x1ebffffff] (32MB)
[    0.000000] Aperture beyond 4GB. Ignoring.
[    0.000000] Memory: 1361412K/1440248K available (8530K kernel code, 1309K rwdata, 3992K rodata, 1508K init, 1316K bss, 78836K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:33024 nr_irqs:456 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2209.989 MHz processor
[    0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
[    0.004081] Calibrating delay loop (skipped), value calculated using timer frequency.. 4419.97 BogoMIPS (lpj=8839956)
[    0.004209] pid_max: default: 32768 minimum: 301
[    0.004280] ACPI: Core revision 20150930
[    0.013166] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.013353] Security Framework initialized
[    0.013416] Yama: becoming mindful.
[    0.013507] AppArmor: AppArmor initialized
[    0.013841] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.015704] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.016778] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.016850] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.017396] Initializing cgroup subsys io
[    0.017465] Initializing cgroup subsys memory
[    0.017546] Initializing cgroup subsys devices
[    0.017613] Initializing cgroup subsys freezer
[    0.017679] Initializing cgroup subsys net_cls
[    0.017746] Initializing cgroup subsys perf_event
[    0.017812] Initializing cgroup subsys net_prio
[    0.017881] Initializing cgroup subsys hugetlb
[    0.017947] Initializing cgroup subsys pids
[    0.018036] FEATURE SPEC_CTRL Not Present
[    0.018098] FEATURE IBPB Not Present
[    0.018161] mce: CPU supports 5 MCE banks
[    0.018231] LVT offset 0 assigned for vector 0xf9
[    0.018297] process: using AMD E400 aware idle routine
[    0.018362] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 4
[    0.018426] Last level dTLB entries: 4KB 512, 2MB 8, 4MB 4, 1GB 0
[    0.018493] Spectre V2 mitigation: Mitigation: Full AMD retpoline
[    0.018558] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported
[    0.029340] ftrace: allocating 32186 entries in 126 pages
[    0.052321] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.052393] smpboot: Max logical packages: 4
[    0.052982] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.096000] smpboot: CPU0: AMD Athlon(tm) Processor LE-1600 (family: 0xf, model: 0x5f, stepping: 0x3)
[    0.096000] Performance Events: AMD PMU driver.
[    0.096000] ... version:                0
[    0.096000] ... bit width:              48
[    0.096000] ... generic registers:      4
[    0.096000] ... value mask:             0000ffffffffffff
[    0.096000] ... max period:             00007fffffffffff
[    0.096000] ... fixed-purpose events:   0
[    0.096000] ... event mask:             000000000000000f
[    0.096000] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.096000] x86: Booted up 1 node, 1 CPUs
[    0.096000] smpboot: Total of 1 processors activated (4419.97 BogoMIPS)
[    0.096000] devtmpfs: initialized
[    0.099570] evm: security.selinux
[    0.099632] evm: security.SMACK64
[    0.099692] evm: security.SMACK64EXEC
[    0.099753] evm: security.SMACK64TRANSMUTE
[    0.099814] evm: security.SMACK64MMAP
[    0.099875] evm: security.ima
[    0.099935] evm: security.capability
[    0.100088] PM: Registering ACPI NVS region [mem 0x57ee0000-0x57ee2fff] (12288 bytes)
[    0.100259] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.100355] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.100540] pinctrl core: initialized pinctrl subsystem
[    0.100759] RTC time: 17:27:32, date: 04/13/18
[    0.100993] NET: Registered protocol family 16
[    0.101289] cpuidle: using governor ladder
[    0.101353] cpuidle: using governor menu
[    0.101416] PCCT header not found.
[    0.101482] node 0 link 0: io port [8000, ffff]
[    0.101485] TOM: 0000000060000000 aka 1536M
[    0.101548] node 0 link 0: mmio [a0000, bffff]
[    0.101552] node 0 link 0: mmio [60000000, efffffff]
[    0.101554] node 0 link 0: mmio [f4000000, fe02ffff]
[    0.101556] node 0 link 0: mmio [f0000000, f03fffff]
[    0.101559] bus: [bus 00-04] on node 0 link 0
[    0.101561] bus: 00 [io  0x0000-0xffff]
[    0.101563] bus: 00 [mem 0x000a0000-0x000bffff]
[    0.101565] bus: 00 [mem 0x60000000-0xf3ffffff]
[    0.101567] bus: 00 [mem 0xf4000000-0xfcffffffff]
[    0.101640] ACPI: bus type PCI registered
[    0.101703] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.101859] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[    0.101942] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[    0.102020] PCI: Using configuration type 1 for base access
[    0.104084] ACPI: Added _OSI(Module Device)
[    0.104148] ACPI: Added _OSI(Processor Device)
[    0.104210] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.104272] ACPI: Added _OSI(Processor Aggregator Device)
[    0.109407] ACPI: Interpreter enabled
[    0.109489] ACPI: (supports S0 S3 S4 S5)
[    0.109551] ACPI: Using IOAPIC for interrupt routing
[    0.109644] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.117890] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-04])
[    0.120009] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.120257] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PCIeCapability]
[    0.120419] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[    0.120503] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability]
[    0.120582] acpi PNP0A08:00: _OSC: platform willing to grant [PME AER]
[    0.120649] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[    0.121629] PCI host bridge to bus 0000:00
[    0.121693] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.121762] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.121829] pci_bus 0000:00: root bus resource [io  0x8000-0xffff window]
[    0.121896] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.121963] pci_bus 0000:00: root bus resource [io  0x1c00-0x1c80 window]
[    0.122030] pci_bus 0000:00: root bus resource [mem 0xfec80000-0xfecbffff window]
[    0.122110] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.122189] pci_bus 0000:00: root bus resource [mem 0x60000000-0xefffffff window]
[    0.122268] pci_bus 0000:00: root bus resource [mem 0xf4000000-0xfe02ffff window]
[    0.122348] pci_bus 0000:00: root bus resource [bus 00-04]
[    0.124021] pci 0000:00:00.0: [10de:03ea] type 00 class 0x050000
[    0.124273] pci 0000:00:01.0: [10de:03e0] type 00 class 0x060100
[    0.124289] pci 0000:00:01.0: reg 0x18: [io  0x1d00-0x1dff]
[    0.124410] pci 0000:00:01.1: [10de:03eb] type 00 class 0x0c0500
[    0.124426] pci 0000:00:01.1: reg 0x10: [io  0xfc00-0xfc3f]
[    0.124442] pci 0000:00:01.1: reg 0x20: [io  0x1c00-0x1c3f]
[    0.124448] pci 0000:00:01.1: reg 0x24: [io  0xf400-0xf43f]
[    0.124472] pci 0000:00:01.1: PME# supported from D3hot D3cold
[    0.124577] pci 0000:00:01.2: [10de:03f5] type 00 class 0x050000
[    0.124696] pci 0000:00:02.0: [10de:03f1] type 00 class 0x0c0310
[    0.124709] pci 0000:00:02.0: reg 0x10: [mem 0xfe02f000-0xfe02ffff]
[    0.124744] pci 0000:00:02.0: supports D1 D2
[    0.124747] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.124803] pci 0000:00:02.0: System wakeup disabled by ACPI
[    0.124920] pci 0000:00:02.1: [10de:03f2] type 00 class 0x0c0320
[    0.124935] pci 0000:00:02.1: reg 0x10: [mem 0xfe02e000-0xfe02e0ff]
[    0.124973] pci 0000:00:02.1: supports D1 D2
[    0.124976] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.125046] pci 0000:00:02.1: System wakeup disabled by ACPI
[    0.125169] pci 0000:00:04.0: [10de:03f3] type 01 class 0x060401
[    0.125256] pci 0000:00:04.0: System wakeup disabled by ACPI
[    0.125370] pci 0000:00:05.0: [10de:03f0] type 00 class 0x040300
[    0.125386] pci 0000:00:05.0: reg 0x10: [mem 0xfe024000-0xfe027fff]
[    0.125425] pci 0000:00:05.0: PME# supported from D3hot D3cold
[    0.125480] pci 0000:00:05.0: System wakeup disabled by ACPI
[    0.125602] pci 0000:00:06.0: [10de:03ec] type 00 class 0x01018a
[    0.125627] pci 0000:00:06.0: reg 0x20: [io  0xf000-0xf00f]
[    0.125638] pci 0000:00:06.0: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.125706] pci 0000:00:06.0: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.125772] pci 0000:00:06.0: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.125839] pci 0000:00:06.0: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.126012] pci 0000:00:07.0: [10de:03ef] type 00 class 0x068000
[    0.126027] pci 0000:00:07.0: reg 0x10: [mem 0xfe02d000-0xfe02dfff]
[    0.126033] pci 0000:00:07.0: reg 0x14: [io  0xec00-0xec07]
[    0.126063] pci 0000:00:07.0: supports D1 D2
[    0.126066] pci 0000:00:07.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.126122] pci 0000:00:07.0: System wakeup disabled by ACPI
[    0.126238] pci 0000:00:08.0: [10de:03f6] type 00 class 0x010185
[    0.126251] pci 0000:00:08.0: reg 0x10: [io  0x09f0-0x09f7]
[    0.126256] pci 0000:00:08.0: reg 0x14: [io  0x0bf0-0x0bf3]
[    0.126261] pci 0000:00:08.0: reg 0x18: [io  0x0970-0x0977]
[    0.126266] pci 0000:00:08.0: reg 0x1c: [io  0x0b70-0x0b73]
[    0.126271] pci 0000:00:08.0: reg 0x20: [io  0xd800-0xd80f]
[    0.126277] pci 0000:00:08.0: reg 0x24: [mem 0xfe02c000-0xfe02cfff]
[    0.126385] pci 0000:00:08.1: [10de:03f6] type 00 class 0x010185
[    0.126397] pci 0000:00:08.1: reg 0x10: [io  0x09e0-0x09e7]
[    0.126403] pci 0000:00:08.1: reg 0x14: [io  0x0be0-0x0be3]
[    0.126408] pci 0000:00:08.1: reg 0x18: [io  0x0960-0x0967]
[    0.126413] pci 0000:00:08.1: reg 0x1c: [io  0x0b60-0x0b63]
[    0.126418] pci 0000:00:08.1: reg 0x20: [io  0xc400-0xc40f]
[    0.126423] pci 0000:00:08.1: reg 0x24: [mem 0xfe02b000-0xfe02bfff]
[    0.126539] pci 0000:00:09.0: [10de:03e8] type 01 class 0x060400
[    0.126572] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.126628] pci 0000:00:09.0: System wakeup disabled by ACPI
[    0.126746] pci 0000:00:0b.0: [10de:03e9] type 01 class 0x060400
[    0.126777] pci 0000:00:0b.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.126833] pci 0000:00:0b.0: System wakeup disabled by ACPI
[    0.126948] pci 0000:00:0c.0: [10de:03e9] type 01 class 0x060400
[    0.126979] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.127034] pci 0000:00:0c.0: System wakeup disabled by ACPI
[    0.127152] pci 0000:00:0d.0: [10de:03d0] type 00 class 0x030000
[    0.127163] pci 0000:00:0d.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
[    0.127169] pci 0000:00:0d.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.127175] pci 0000:00:0d.0: reg 0x1c: [mem 0xfc000000-0xfcffffff 64bit]
[    0.127183] pci 0000:00:0d.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[    0.127294] pci 0000:00:18.0: [1022:1100] type 00 class 0x060000
[    0.127396] pci 0000:00:18.1: [1022:1101] type 00 class 0x060000
[    0.127496] pci 0000:00:18.2: [1022:1102] type 00 class 0x060000
[    0.127595] pci 0000:00:18.3: [1022:1103] type 00 class 0x060000
[    0.127758] pci 0000:00:04.0: PCI bridge to [bus 01] (subtractive decode)
[    0.127827] pci 0000:00:04.0:   bridge window [io  0xb000-0xbfff]
[    0.127831] pci 0000:00:04.0:   bridge window [mem 0xfd800000-0xfd8fffff]
[    0.127835] pci 0000:00:04.0:   bridge window [mem 0xfdf00000-0xfdffffff pref]
[    0.127838] pci 0000:00:04.0:   bridge window [io  0x0000-0x03af window] (subtractive decode)
[    0.127841] pci 0000:00:04.0:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
[    0.127844] pci 0000:00:04.0:   bridge window [io  0x8000-0xffff window] (subtractive decode)
[    0.127847] pci 0000:00:04.0:   bridge window [io  0x03b0-0x03df window] (subtractive decode)
[    0.127850] pci 0000:00:04.0:   bridge window [io  0x1c00-0x1c80 window] (subtractive decode)
[    0.127853] pci 0000:00:04.0:   bridge window [mem 0xfec80000-0xfecbffff window] (subtractive decode)
[    0.127856] pci 0000:00:04.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.127859] pci 0000:00:04.0:   bridge window [mem 0x60000000-0xefffffff window] (subtractive decode)
[    0.127862] pci 0000:00:04.0:   bridge window [mem 0xf4000000-0xfe02ffff window] (subtractive decode)
[    0.127900] pci 0000:00:09.0: PCI bridge to [bus 02]
[    0.127966] pci 0000:00:09.0:   bridge window [io  0xa000-0xafff]
[    0.127969] pci 0000:00:09.0:   bridge window [mem 0xfde00000-0xfdefffff]
[    0.128005] pci 0000:00:09.0:   bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[    0.128041] pci 0000:00:0b.0: PCI bridge to [bus 03]
[    0.128106] pci 0000:00:0b.0:   bridge window [io  0x9000-0x9fff]
[    0.128110] pci 0000:00:0b.0:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    0.128114] pci 0000:00:0b.0:   bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    0.128151] pci 0000:00:0c.0: PCI bridge to [bus 04]
[    0.128216] pci 0000:00:0c.0:   bridge window [io  0x8000-0x8fff]
[    0.128219] pci 0000:00:0c.0:   bridge window [mem 0xfda00000-0xfdafffff]
[    0.128223] pci 0000:00:0c.0:   bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
[    0.129049] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.129659] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.130267] ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.130875] ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.131483] ACPI: PCI Interrupt Link [LNK5] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.132058] ACPI: PCI Interrupt Link [LNK6] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.132667] ACPI: PCI Interrupt Link [LNK7] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.133276] ACPI: PCI Interrupt Link [LNK8] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.133886] ACPI: PCI Interrupt Link [LIGP] (IRQs *5 7 9 10 11 14 15)
[    0.134396] ACPI: PCI Interrupt Link [LP2P] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.135008] ACPI: PCI Interrupt Link [LUBA] (IRQs *5 7 9 10 11 14 15)
[    0.135523] ACPI: PCI Interrupt Link [LMAC] (IRQs 5 7 9 10 11 14 *15)
[    0.136059] ACPI: PCI Interrupt Link [LAZA] (IRQs 5 *7 9 10 11 14 15)
[    0.136569] ACPI: PCI Interrupt Link [LPMU] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.137180] ACPI: PCI Interrupt Link [LSMB] (IRQs 5 *7 9 10 11 14 15)
[    0.137690] ACPI: PCI Interrupt Link [LUB2] (IRQs 5 7 9 *10 11 14 15)
[    0.138201] ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[    0.138810] ACPI: PCI Interrupt Link [LSID] (IRQs 5 7 9 10 *11 14 15)
[    0.139329] ACPI: PCI Interrupt Link [LFID] (IRQs 5 7 9 *10 11 14 15)
[    0.139881] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0, disabled.
[    0.140238] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
[    0.140611] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0, disabled.
[    0.140984] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
[    0.141357] ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0, disabled.
[    0.141730] ACPI: PCI Interrupt Link [APC6] (IRQs 16) *0, disabled.
[    0.142102] ACPI: PCI Interrupt Link [APC7] (IRQs 16) *0, disabled.
[    0.142475] ACPI: PCI Interrupt Link [APC8] (IRQs 16) *0, disabled.
[    0.142849] ACPI: PCI Interrupt Link [AIGP] (IRQs 20 21 22) *0, disabled.
[    0.143310] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22) *0, disabled.
[    0.143769] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22) *0, disabled.
[    0.144238] ACPI: PCI Interrupt Link [APMU] (IRQs 20 21 22) *0, disabled.
[    0.144698] ACPI: PCI Interrupt Link [AAZA] (IRQs 20 21 22) *0, disabled.
[    0.145158] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22) *0, disabled.
[    0.145618] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22) *0, disabled.
[    0.146078] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22) *0, disabled.
[    0.146538] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22) *0, disabled.
[    0.146998] ACPI: PCI Interrupt Link [APSI] (IRQs 23) *0, disabled.
[    0.147371] ACPI: PCI Interrupt Link [APSJ] (IRQs 23) *0, disabled.
[    0.147948] vgaarb: setting as boot device: PCI:0000:00:0d.0
[    0.148000] vgaarb: device added: PCI:0000:00:0d.0,decodes=io+mem,owns=io+mem,locks=none
[    0.148002] vgaarb: loaded
[    0.148062] vgaarb: bridge control possible 0000:00:0d.0
[    0.148503] SCSI subsystem initialized
[    0.148637] libata version 3.00 loaded.
[    0.148671] ACPI: bus type USB registered
[    0.148755] usbcore: registered new interface driver usbfs
[    0.148832] usbcore: registered new interface driver hub
[    0.148909] usbcore: registered new device driver usb
[    0.149165] PCI: Using ACPI for IRQ routing
[    0.150682] PCI: pci_cache_line_size set to 64 bytes
[    0.150696] pci 0000:00:01.0: can't claim BAR 2 [io  0x1d00-0x1dff]: no compatible bridge window
[    0.150808] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
[    0.150810] e820: reserve RAM buffer [mem 0x57ee0000-0x57ffffff]
[    0.150982] NetLabel: Initializing
[    0.151043] NetLabel:  domain hash size = 128
[    0.151105] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.151184] NetLabel:  unlabeled traffic allowed by default
[    0.151355] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.151426] hpet0: at MMIO 0xfeff0000, IRQs 2, 8, 31
[    0.151662] hpet0: 3 comparators, 32-bit 25.000000 MHz counter
[    0.153078] clocksource: Switched to clocksource hpet
[    0.165306] AppArmor: AppArmor Filesystem Enabled
[    0.165490] pnp: PnP ACPI init
[    0.165827] system 00:00: [io  0x1000-0x107f] has been reserved
[    0.165893] system 00:00: [io  0x1080-0x10ff] has been reserved
[    0.165959] system 00:00: [io  0x1400-0x147f] has been reserved
[    0.166025] system 00:00: [io  0x1480-0x14ff] has been reserved
[    0.166090] system 00:00: [io  0x1800-0x187f] has been reserved
[    0.166156] system 00:00: [io  0x1880-0x18ff] has been reserved
[    0.166222] system 00:00: [io  0x2000-0x207f] has been reserved
[    0.166288] system 00:00: [io  0x2080-0x20ff] has been reserved
[    0.166357] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.166482] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    0.166549] system 00:01: [io  0x0295-0x0314] has been reserved
[    0.166616] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.166707] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.167198] pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.167259] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.167959] system 00:05: [mem 0xf0000000-0xf3ffffff] has been reserved
[    0.168042] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.168177] system 00:06: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.168245] system 00:06: [mem 0xfeff0000-0xfeff00ff] has been reserved
[    0.168312] system 00:06: [mem 0x57ee0000-0x57efffff] could not be reserved
[    0.168380] system 00:06: [mem 0xffff0000-0xffffffff] has been reserved
[    0.168447] system 00:06: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.168514] system 00:06: [mem 0x00100000-0x57edffff] could not be reserved
[    0.168582] system 00:06: [mem 0x58000000-0x5fffffff] has been reserved
[    0.168649] system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.168716] system 00:06: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.168783] system 00:06: [mem 0xfefff000-0xfeffffff] has been reserved
[    0.168850] system 00:06: [mem 0xfff80000-0xfff80fff] has been reserved
[    0.168917] system 00:06: [mem 0xfff90000-0xfffbffff] has been reserved
[    0.168983] system 00:06: [mem 0xfffed000-0xfffeffff] has been reserved
[    0.169051] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.169062] pnp: PnP ACPI: found 7 devices
[    0.175771] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.175884] pci 0000:00:0d.0: BAR 6: assigned [mem 0x60000000-0x6001ffff pref]
[    0.175965] pci 0000:00:01.0: BAR 2: assigned [io  0x0800-0x08ff]
[    0.176042] pci 0000:00:04.0: PCI bridge to [bus 01]
[    0.176107] pci 0000:00:04.0:   bridge window [io  0xb000-0xbfff]
[    0.176175] pci 0000:00:04.0:   bridge window [mem 0xfd800000-0xfd8fffff]
[    0.176242] pci 0000:00:04.0:   bridge window [mem 0xfdf00000-0xfdffffff pref]
[    0.176324] pci 0000:00:09.0: PCI bridge to [bus 02]
[    0.176388] pci 0000:00:09.0:   bridge window [io  0xa000-0xafff]
[    0.176454] pci 0000:00:09.0:   bridge window [mem 0xfde00000-0xfdefffff]
[    0.176522] pci 0000:00:09.0:   bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
[    0.176602] pci 0000:00:0b.0: PCI bridge to [bus 03]
[    0.176667] pci 0000:00:0b.0:   bridge window [io  0x9000-0x9fff]
[    0.176733] pci 0000:00:0b.0:   bridge window [mem 0xfdc00000-0xfdcfffff]
[    0.176800] pci 0000:00:0b.0:   bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    0.176881] pci 0000:00:0c.0: PCI bridge to [bus 04]
[    0.176945] pci 0000:00:0c.0:   bridge window [io  0x8000-0x8fff]
[    0.177013] pci 0000:00:0c.0:   bridge window [mem 0xfda00000-0xfdafffff]
[    0.177080] pci 0000:00:0c.0:   bridge window [mem 0xfd900000-0xfd9fffff 64bit pref]
[    0.177163] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.177165] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.177168] pci_bus 0000:00: resource 6 [io  0x8000-0xffff window]
[    0.177170] pci_bus 0000:00: resource 7 [io  0x03b0-0x03df window]
[    0.177173] pci_bus 0000:00: resource 8 [io  0x1c00-0x1c80 window]
[    0.177176] pci_bus 0000:00: resource 9 [mem 0xfec80000-0xfecbffff window]
[    0.177178] pci_bus 0000:00: resource 10 [mem 0x000a0000-0x000bffff window]
[    0.177181] pci_bus 0000:00: resource 11 [mem 0x60000000-0xefffffff window]
[    0.177184] pci_bus 0000:00: resource 12 [mem 0xf4000000-0xfe02ffff window]
[    0.177187] pci_bus 0000:01: resource 0 [io  0xb000-0xbfff]
[    0.177189] pci_bus 0000:01: resource 1 [mem 0xfd800000-0xfd8fffff]
[    0.177192] pci_bus 0000:01: resource 2 [mem 0xfdf00000-0xfdffffff pref]
[    0.177195] pci_bus 0000:01: resource 4 [io  0x0000-0x03af window]
[    0.177197] pci_bus 0000:01: resource 5 [io  0x03e0-0x0cf7 window]
[    0.177200] pci_bus 0000:01: resource 6 [io  0x8000-0xffff window]
[    0.177202] pci_bus 0000:01: resource 7 [io  0x03b0-0x03df window]
[    0.177205] pci_bus 0000:01: resource 8 [io  0x1c00-0x1c80 window]
[    0.177208] pci_bus 0000:01: resource 9 [mem 0xfec80000-0xfecbffff window]
[    0.177210] pci_bus 0000:01: resource 10 [mem 0x000a0000-0x000bffff window]
[    0.177213] pci_bus 0000:01: resource 11 [mem 0x60000000-0xefffffff window]
[    0.177216] pci_bus 0000:01: resource 12 [mem 0xf4000000-0xfe02ffff window]
[    0.177219] pci_bus 0000:02: resource 0 [io  0xa000-0xafff]
[    0.177221] pci_bus 0000:02: resource 1 [mem 0xfde00000-0xfdefffff]
[    0.177224] pci_bus 0000:02: resource 2 [mem 0xfdd00000-0xfddfffff 64bit pref]
[    0.177227] pci_bus 0000:03: resource 0 [io  0x9000-0x9fff]
[    0.177229] pci_bus 0000:03: resource 1 [mem 0xfdc00000-0xfdcfffff]
[    0.177232] pci_bus 0000:03: resource 2 [mem 0xfdb00000-0xfdbfffff 64bit pref]
[    0.177235] pci_bus 0000:04: resource 0 [io  0x8000-0x8fff]
[    0.177238] pci_bus 0000:04: resource 1 [mem 0xfda00000-0xfdafffff]
[    0.177240] pci_bus 0000:04: resource 2 [mem 0xfd900000-0xfd9fffff 64bit pref]
[    0.177297] NET: Registered protocol family 2
[    0.177647] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.177866] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.178139] TCP: Hash tables configured (established 16384 bind 16384)
[    0.178326] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.178428] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.178588] NET: Registered protocol family 1
[    0.179002] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 22
[    0.248308] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 21
[    0.248504] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.248613] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.248729] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.248843] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.248958] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.249076] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.249197] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.252996] pci 0000:00:00.0: Found enabled HT MSI Mapping
[    0.253066] pci 0000:00:0d.0: Video device with shadowed ROM
[    0.253077] PCI: CLS 64 bytes, default 64
[    0.253163] Unpacking initramfs...
[    1.093572] Freeing initrd memory: 36868K
[    1.094058] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fdb0f1696c, max_idle_ns: 440795223285 ns
[    1.094221] Scanning for low memory corruption every 60 seconds
[    1.094799] audit: initializing netlink subsys (disabled)
[    1.094897] audit: type=2000 audit(1523640452.092:1): initialized
[    1.095373] Initialise system trusted keyring
[    1.095608] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.098222] zbud: loaded
[    1.098618] VFS: Disk quotas dquot_6.6.0
[    1.098732] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.099240] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.099706] fuse init (API version 7.23)
[    1.099981] Key type big_key registered
[    1.100100] Allocating IMA MOK and blacklist keyrings.
[    1.100553] Key type asymmetric registered
[    1.100618] Asymmetric key parser 'x509' registered
[    1.100734] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    1.100849] io scheduler noop registered
[    1.100913] io scheduler deadline registered (default)
[    1.101022] io scheduler cfq registered
[    1.101448] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.101523] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.101745] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    1.101829] ACPI: Power Button [PWRB]
[    1.101958] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    1.102038] ACPI: Power Button [PWRF]
[    1.102484] ACPI: Invalid passive threshold
[    1.102824] thermal LNXTHERM:00: registered as thermal_zone0
[    1.102889] ACPI: Thermal Zone [THRM] (55 C)
[    1.102988] GHES: HEST is not enabled!
[    1.103202] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.105382] Linux agpgart interface v0.103
[    1.107501] loop: module loaded
[    1.107921] libphy: Fixed MDIO Bus: probed
[    1.107985] tun: Universal TUN/TAP device driver, 1.6
[    1.108079] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.108208] PPP generic driver version 2.4.2
[    1.108353] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.108423] ehci-pci: EHCI PCI platform driver
[    1.108689] ehci-pci 0000:00:02.1: EHCI Host Controller
[    1.108760] ehci-pci 0000:00:02.1: new USB bus registered, assigned bus number 1
[    1.108850] ehci-pci 0000:00:02.1: debug port 1
[    1.108958] ehci-pci 0000:00:02.1: cache line size of 64 is not supported
[    1.108983] ehci-pci 0000:00:02.1: irq 21, io mem 0xfe02e000
[    1.120024] ehci-pci 0000:00:02.1: USB 2.0 started, EHCI 1.00
[    1.120189] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.120256] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.120335] usb usb1: Product: EHCI Host Controller
[    1.120399] usb usb1: Manufacturer: Linux 4.4.0-116-generic ehci_hcd
[    1.120465] usb usb1: SerialNumber: 0000:00:02.1
[    1.120670] hub 1-0:1.0: USB hub found
[    1.120740] hub 1-0:1.0: 10 ports detected
[    1.121073] ehci-platform: EHCI generic platform driver
[    1.121152] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.121220] ohci-pci: OHCI PCI platform driver
[    1.121386] ohci-pci 0000:00:02.0: OHCI PCI host controller
[    1.121456] ohci-pci 0000:00:02.0: new USB bus registered, assigned bus number 2
[    1.121562] ohci-pci 0000:00:02.0: irq 22, io mem 0xfe02f000
[    1.178044] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    1.178111] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.178190] usb usb2: Product: OHCI PCI host controller
[    1.178254] usb usb2: Manufacturer: Linux 4.4.0-116-generic ohci_hcd
[    1.178320] usb usb2: SerialNumber: 0000:00:02.0
[    1.178501] hub 2-0:1.0: USB hub found
[    1.178570] hub 2-0:1.0: 10 ports detected
[    1.178893] ohci-platform: OHCI generic platform driver
[    1.178971] uhci_hcd: USB Universal Host Controller Interface driver
[    1.179128] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.179645] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.179713] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.179944] mousedev: PS/2 mouse device common for all mice
[    1.180218] rtc_cmos 00:02: RTC can wake from S4
[    1.180449] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    1.180554] rtc_cmos 00:02: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[    1.180641] i2c /dev entries driver
[    1.180786] device-mapper: uevent: version 1.0.3
[    1.180944] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[    1.181051] ledtrig-cpu: registered to indicate activity on CPUs
[    1.181573] NET: Registered protocol family 10
[    1.181905] NET: Registered protocol family 17
[    1.181990] Key type dns_resolver registered
[    1.182236] microcode: AMD CPU family 0xf not supported
[    1.182486] registered taskstats version 1
[    1.182579] Loading compiled-in X.509 certificates
[    1.183953] Loaded X.509 cert 'Build time autogenerated kernel key: aa84f01984fbd529c105810b59e379d349698248'
[    1.184089] zswap: loaded using pool lzo/zbud
[    1.186925] Key type trusted registered
[    1.191522] Key type encrypted registered
[    1.191596] AppArmor: AppArmor sha1 policy hashing enabled
[    1.191663] ima: No TPM chip found, activating TPM-bypass!
[    1.191759] evm: HMAC attrs: 0x1
[    1.192171]   Magic number: 14:692:491
[    1.192371] rtc_cmos 00:02: setting system clock to 2018-04-13 17:27:33 UTC (1523640453)
[    1.192623] powernow_k8: fid 0xe (2200 MHz), vid 0xc
[    1.192687] powernow_k8: fid 0xc (2000 MHz), vid 0xe
[    1.192750] powernow_k8: fid 0xa (1800 MHz), vid 0x10
[    1.192813] powernow_k8: fid 0x2 (1000 MHz), vid 0x12
[    1.192900] powernow_k8: Found 1 AMD Athlon(tm) Processor LE-1600 (1 cpu cores) (version 2.20.00)
[    1.192992] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.193056] EDD information not available.
[    1.193186] PM: Hibernation image not present or could not be loaded.
[    1.195844] Freeing unused kernel memory: 1508K
[    1.195917] Write protecting the kernel read-only data: 14336k
[    1.197987] Freeing unused kernel memory: 1700K
[    1.198497] Freeing unused kernel memory: 104K
[    1.203636] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.217090] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)
[    1.217297] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)
[    1.217402] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)
[    1.220528] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)
[    1.220643] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)
[    1.234118] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)
[    1.234241] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)
[    1.234333] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)
[    1.235792] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)
[    1.235901] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)
[    1.351221] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[    1.391940] pata_amd 0000:00:06.0: version 0.4.1
[    1.399216] scsi host0: pata_amd
[    1.404130] scsi host1: pata_amd
[    1.404274] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[    1.404341] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[    1.404613] Floppy drive(s): fd0 is unknown type 13 (usb?), fd1 is unknown type 15 (usb?)
[    1.404936] sata_nv 0000:00:08.0: version 3.5
[    1.405239] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 23
[    1.409639] scsi host2: sata_nv
[    1.416107] scsi host3: sata_nv
[    1.416254] ata3: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xd800 irq 23
[    1.416322] ata4: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xd808 irq 23
[    1.416790] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 23
[    1.421451] scsi host4: sata_nv
[    1.425750] scsi host5: sata_nv
[    1.425891] ata5: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xc400 irq 23
[    1.425958] ata6: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xc408 irq 23
[    1.426131] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[    1.426525] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 20
[    1.432040] usb 1-4: new high-speed USB device number 2 using ehci-pci
[    1.571040] ata2: port disabled--ignoring
[    1.572693] usb 1-4: New USB device found, idVendor=04f9, idProduct=033d
[    1.572764] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.572832] usb 1-4: Product: MFC-J4420DW
[    1.572894] usb 1-4: Manufacturer: Brother
[    1.572956] usb 1-4: SerialNumber: BROA5F252911
[    1.738250] ata3: SATA link down (SStatus 0 SControl 300)
[    1.892034] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.900117] ata5.00: ATAPI: HL-DT-ST DVDRAM GH15F, EG00, max UDMA/100
[    1.916112] ata5.00: configured for UDMA/100
[    1.940561] forcedeth 0000:00:07.0: ifname eth0, PHY OUI 0x5043 @ 1, addr 00:1d:72:aa:c3:ed
[    1.940644] forcedeth 0000:00:07.0: highdma pwrctl mgmt gbit lnktim msi desc-v3
[    1.945668] forcedeth 0000:00:07.0 enp0s7: renamed from eth0
[    1.984020] usb 2-8: new full-speed USB device number 2 using ohci-pci
[    2.204037] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.212317] ata4.00: ATA-8: ST1000DM010-2EP102, CC43, max UDMA/133
[    2.212383] ata4.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    2.228292] ata4.00: configured for UDMA/133
[    2.228541] scsi 3:0:0:0: Direct-Access     ATA      ST1000DM010-2EP1 CC43 PQ: 0 ANSI: 5
[    2.228921] sd 3:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    2.229002] sd 3:0:0:0: [sda] 4096-byte physical blocks
[    2.229416] sd 3:0:0:0: [sda] Write Protect is off
[    2.229481] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.229510] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.229675] sd 3:0:0:0: Attached scsi generic sg0 type 0
[    2.233474] scsi 4:0:0:0: CD-ROM            HL-DT-ST DVDRAM GH15F     EG00 PQ: 0 ANSI: 5
[    2.245908] sr 4:0:0:0: [sr0] scsi3-mmc drive: 125x/125x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.245993] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.246204] sr 4:0:0:0: Attached scsi CD-ROM sr0
[    2.246745] sr 4:0:0:0: Attached scsi generic sg1 type 5
[    2.266650]  sda: sda1 sda2 < sda5 sda6 sda7 >
[    2.267260] sd 3:0:0:0: [sda] Attached SCSI disk
[    2.566350] ata6: SATA link down (SStatus 0 SControl 300)
[    2.599382] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4
[    2.632035] usb 2-8: device descriptor read/64, error -62
[    2.852050] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[    3.180019] usb 2-8: device descriptor read/64, error -62
[    3.460015] usb 2-8: new full-speed USB device number 3 using ohci-pci
[    4.108014] usb 2-8: device descriptor read/64, error -62
[    4.424028] floppy0: no floppy controllers found
[    4.800031] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[    5.328014] usb 2-8: device descriptor read/64, error -62
[    6.284034] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[    6.748015] usb 2-8: new full-speed USB device number 4 using ohci-pci
[    7.156013] usb 2-8: device not accepting address 4, error -62
[    7.536014] usb 2-8: new full-speed USB device number 5 using ohci-pci
[    7.944013] usb 2-8: device not accepting address 5, error -62
[    7.944084] usb usb2-port8: unable to enumerate USB device
[    8.588014] usb 2-8: new full-speed USB device number 6 using ohci-pci
[    8.772013] usb 2-8: device descriptor read/64, error -62
[    8.844024] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[    8.844096] usb usb1-port8: unable to enumerate USB device
[    8.968014] usb 1-9: new high-speed USB device number 7 using ehci-pci
[    9.100816] usb 1-9: New USB device found, idVendor=0bda, idProduct=8812
[    9.100883] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    9.100950] usb 1-9: Product: AC1200 wireless Adapter
[    9.101014] usb 1-9: Manufacturer: Realtek
[    9.101077] usb 1-9: SerialNumber: 123456
[    9.212014] usb 1-10: new high-speed USB device number 8 using ehci-pci
[    9.903064] usb 1-10: New USB device found, idVendor=0bda, idProduct=0158
[    9.903132] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    9.903211] usb 1-10: Product: USB2.0-CRW
[    9.903273] usb 1-10: Manufacturer: Generic
[    9.903336] usb 1-10: SerialNumber: 20060413092100000
[    9.915229] usb-storage 1-4:1.3: USB Mass Storage device detected
[    9.915419] scsi host6: usb-storage 1-4:1.3
[    9.916071] usbcore: registered new interface driver usb-storage
[    9.918566] usbcore: registered new interface driver uas
[   10.444016] usb 2-8: new full-speed USB device number 7 using ohci-pci
[   10.930969] scsi 6:0:0:0: Direct-Access     Brother  MFC-J4420DW      1.00 PQ: 0 ANSI: 2
[   10.932740] sd 6:0:0:0: Attached scsi generic sg2 type 0
[   10.990952] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[   11.312055] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[   11.768015] usb 2-8: device descriptor read/64, error -62
[   12.520012] usb 2-8: device descriptor read/64, error -62
[   13.532015] usb 2-8: new full-speed USB device number 8 using ohci-pci
[   13.668024] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[   14.180014] usb 2-8: device descriptor read/64, error -62
[   14.928014] usb 2-8: device descriptor read/64, error -62
[   15.208014] usb 2-8: new full-speed USB device number 9 using ohci-pci
[   15.486887] ums-realtek 1-10:1.0: USB Mass Storage device detected
[   15.489706] scsi host7: usb-storage 1-10:1.0
[   15.490020] usbcore: registered new interface driver ums-realtek
[   15.595905] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   15.616021] usb 2-8: device not accepting address 9, error -62
[   16.066227] random: nonblocking pool is initialized
[   16.256018] usb 2-8: new full-speed USB device number 10 using ohci-pci
[   16.258725] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[   16.258991] systemd[1]: Detected architecture x86-64.
[   16.285810] systemd[1]: Set hostname to <brybry-EL1200>.
[   16.500592] scsi 7:0:0:0: Direct-Access     Generic- Multi-Card       1.00 PQ: 0 ANSI: 0 CCS
[   16.500995] sd 7:0:0:0: Attached scsi generic sg3 type 0
[   16.503572] sd 7:0:0:0: [sdc] Attached SCSI removable disk
[   16.664015] usb 2-8: device not accepting address 10, error -62
[   16.664091] usb usb2-port8: unable to enumerate USB device
[   17.462398] systemd[1]: Started Trigger resolvconf update for networkd DNS.
[   17.462996] systemd[1]: Listening on udev Kernel Socket.
[   17.463438] systemd[1]: Listening on udev Control Socket.
[   17.463838] systemd[1]: Reached target Encrypted Volumes.
[   17.464283] systemd[1]: Listening on fsck to fsckd communication Socket.
[   17.464714] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   17.465124] systemd[1]: Reached target User and Group Name Lookups.
[   17.465552] systemd[1]: Listening on Journal Socket (/dev/log).
[   17.465975] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[   17.466370] systemd[1]: Reached target Remote File Systems (Pre).
[   17.466760] systemd[1]: Reached target Remote File Systems.
[   17.467240] systemd[1]: Listening on Journal Audit Socket.
[   17.467646] systemd[1]: Listening on Syslog Socket.
[   17.468227] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   17.468780] systemd[1]: Created slice System Slice.
[   17.469298] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   17.469742] systemd[1]: Listening on Journal Socket.
[   17.470986] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[   17.501389] systemd[1]: Mounting Huge Pages File System...
[   17.502855] systemd[1]: Mounting Debug File System...
[   17.507622] systemd[1]: Starting Uncomplicated firewall...
[   17.508986] systemd[1]: Mounting POSIX Message Queue File System...
[   17.516319] systemd[1]: Starting Set console keymap...
[   17.517798] systemd[1]: Started Braille Device Support.
[   17.523707] systemd[1]: Started Read required files in advance.
[   17.528431] systemd[1]: Created slice User and Session Slice.
[   17.528890] systemd[1]: Reached target Slices.
[   17.654760] systemd[1]: Starting Load Kernel Modules...
[   17.656153] systemd[1]: Starting Journal Service...
[   17.661995] systemd[1]: Started Create list of required static device nodes for the current kernel.
[   17.703182] systemd[1]: Starting Create Static Device Nodes in /dev...
[   17.712125] systemd[1]: Started Uncomplicated firewall.
[   17.910468] systemd[1]: Mounted Debug File System.
[   17.910916] systemd[1]: Mounted Huge Pages File System.
[   17.911302] systemd[1]: Mounted POSIX Message Queue File System.
[   18.173050] lp: driver loaded but no devices found
[   18.202901] systemd[1]: Started Journal Service.
[   18.205132] ppdev: user-space parallel port driver
[   27.472966] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   28.058196] systemd-journald[222]: Received request to flush runtime journal from PID 1
[   28.127003] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[   28.546482] wmi: Mapper loaded
[   28.556111] Floppy drive(s): fd0 is unknown type 13 (usb?), fd1 is unknown type 15 (usb?)
[   28.629391] i2c i2c-0: nForce2 SMBus adapter at 0x1c00
[   28.629462] i2c i2c-1: nForce2 SMBus adapter at 0xf400
[   28.788559] usblp 1-4:1.0: usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x04F9 pid 0x033D
[   28.788600] usbcore: registered new interface driver usblp
[   28.825153] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   28.954999] EDAC MC: Ver: 3.0.0
[   29.000740] MCE: In-kernel MCE decoding enabled.
[   29.028335] AMD64 EDAC driver v3.4.0
[   29.028401] EDAC amd64: DRAM ECC disabled.
[   29.028406] 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.)
[   29.036310] [drm] Initialized drm 1.1.0 20060810
[   29.063027] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
[   29.211435] ACPI: PCI Interrupt Link [AAZA] enabled at IRQ 22
[   29.211453] snd_hda_intel 0000:00:05.0: Disabling MSI
[   29.451819] kvm: Nested Virtualization enabled
[   29.765957] nvidia: module license 'NVIDIA' taints kernel.
[   29.765963] Disabling lock debugging due to kernel taint
[   29.816919] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[   29.855000] ACPI: PCI Interrupt Link [AIGP] enabled at IRQ 21
[   29.855020] vgaarb: device changed decodes: PCI:0000:00:0d.0,olddecodes=io+mem,decodes=none:owns=io+mem
[   29.890958] [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:00:0d.0 on minor 0
[   29.890978] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  304.135  Tue Jan 17 15:26:26 PST 2017
[   29.952774] IPv6: ADDRCONF(NETDEV_UP): enp0s7: link is not ready
[   29.953410] forcedeth 0000:00:07.0 enp0s7: MSI enabled
[   29.953628] forcedeth 0000:00:07.0 enp0s7: no link during initialization
[   29.953915] IPv6: ADDRCONF(NETDEV_UP): enp0s7: link is not ready
[   29.980086] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC888: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[   29.980093] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   29.980097] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   29.980099] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   29.980102] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[   29.980104] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   29.980107] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
[   29.980110] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
[   29.980113] snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
[   30.056198] RTL871X: module init start
[   30.056205] RTL871X: rtl8812au v4.3.8_12175.20140902
[   30.056207] RTL871X: build time: Mar  7 2018 14:56:05
[   30.514702] RTL871X: rtw_ndev_init(wlan0)
[   30.515695] usbcore: registered new interface driver rtl8812au
[   30.515699] RTL871X: module init ret=0
[   30.786112] Adding 4194300k swap on /dev/sda5.  Priority:-1 extents:1 across:4194300k FS
[   30.814934] rtl8812au 1-9:1.0 enx1817253526ce: renamed from wlan0
[   30.818111] acer_wmi: Acer Laptop ACPI-WMI Extras
[   30.863036] cfg80211: World regulatory domain updated:
[   30.863044] cfg80211:  DFS Master region: unset
[   30.863047] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   30.863050] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   30.863053] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   30.863055] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[   30.863058] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[   30.863061] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[   30.863063] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[   30.863065] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[   30.863067] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[   30.873704] IPv6: ADDRCONF(NETDEV_UP): enx1817253526ce: link is not ready
[   31.471914] IPv6: ADDRCONF(NETDEV_UP): enx1817253526ce: link is not ready
[   31.477198] RTL871X: set bssid:00:00:00:00:00:00
[   31.477220] RTL871X: set ssid [g\xffffffc6isQ\xffffffffJ\xffffffec)ͺ\xffffffab\xfffffff2\xfffffffb\xffffffe3F|\xffffffc2T\xfffffff8\xffffffe8\xffffffe7\xffffff8dvZ.c3\xffffff9fɚ\xffffff9cn_\xffffffa6\xffffffa0B`n\xffffff90P] fw_state=0x00000008
[   31.519087] IPv6: ADDRCONF(NETDEV_UP): enx1817253526ce: link is not ready
[   31.576038] floppy0: no floppy controllers found
[   31.576058] work still pending
[   31.848702] input: HDA NVidia Front Mic as /devices/pci0000:00/0000:00:05.0/sound/card0/input5
[   31.848788] input: HDA NVidia Rear Mic as /devices/pci0000:00/0000:00:05.0/sound/card0/input6
[   31.848862] input: HDA NVidia Line as /devices/pci0000:00/0000:00:05.0/sound/card0/input7
[   31.848935] input: HDA NVidia Line Out Front as /devices/pci0000:00/0000:00:05.0/sound/card0/input8
[   31.849007] input: HDA NVidia Line Out Surround as /devices/pci0000:00/0000:00:05.0/sound/card0/input9
[   31.849083] input: HDA NVidia Line Out CLFE as /devices/pci0000:00/0000:00:05.0/sound/card0/input10
[   31.849156] input: HDA NVidia Front Headphone as /devices/pci0000:00/0000:00:05.0/sound/card0/input11
[   35.532201] RTL871X: indicate disassoc
[  351.520553] IPv6: ADDRCONF(NETDEV_UP): enp0s7: link is not ready
[  355.528122] RTL871X: set bssid:00:00:00:00:00:00
\xffffffb71X\xffffffa3Z%]X\xffffffe9^ԫ\xffffffb2\xffffffcdƛ\xffffffb4T\xffffff82tA!=܇\xffffff9cn_\xffffffa6\xffffffa0B\xffffffe08\xfffffff3Q] fw_state=0x00000008
[  355.532945] RTL871X: indicate disassoc
[  359.560320] RTL871X: indicate disassoc
[  666.619295] audit: type=1400 audit(1523641118.920:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=1341 comm="apparmor_parser"
[  666.619308] audit: type=1400 audit(1523641118.920:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=1341 comm="apparmor_parser"
[  666.630672] audit: type=1400 audit(1523641118.932:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=1348 comm="apparmor_parser"
[  666.630687] audit: type=1400 audit(1523641118.932:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1348 comm="apparmor_parser"
[  666.630696] audit: type=1400 audit(1523641118.932:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=1348 comm="apparmor_parser"
[  666.630703] audit: type=1400 audit(1523641118.932:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1348 comm="apparmor_parser"
[  666.648945] audit: type=1400 audit(1523641118.952:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/4407/usr/lib/snapd/snap-confine" pid=1349 comm="apparmor_parser"
[  666.648960] audit: type=1400 audit(1523641118.952:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/4407/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1349 comm="apparmor_parser"
[  666.734215] audit: type=1400 audit(1523641119.036:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=1350 comm="apparmor_parser"
[  666.734231] audit: type=1400 audit(1523641119.036:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince//sanitized_helper" pid=1350 comm="apparmor_parser"
[  668.038791] IPv6: ADDRCONF(NETDEV_UP): enx1817253526ce: link is not ready
[  668.038947] IPv6: ADDRCONF(NETDEV_UP): enx1817253526ce: link is not ready
[  668.253487] RTL871X: set bssid:00:00:00:00:00:00
[  668.253510] RTL871X: set ssid [g\xffffffc6isQ\xffffffffJ\xffffffec)ͺ\xffffffab\xfffffff2\xfffffffb\xffffffe3F|\xffffffc2T\xfffffff8\xffffffe8\xffffffe7\xffffff8dvZ.c3\xffffff9fɚB\xffffffdehs\xffffffe7\xffffffc0\xffffff8dnQ] fw_state=0x00000808
[  668.362979] IPv6: ADDRCONF(NETDEV_UP): enx1817253526ce: link is not ready
[  669.474453] usb 2-8: new full-speed USB device number 11 using ohci-pci
[  670.247610] usb 2-8: device descriptor read/64, error -62
[  670.532284] usb 2-8: device descriptor read/64, error -62
[  670.822698] usb 2-8: new full-speed USB device number 12 using ohci-pci
[  671.528064] usb 2-8: device descriptor read/64, error -62
[  672.280022] usb 2-8: device descriptor read/64, error -62
[  672.492179] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[  672.820034] usb 2-8: new full-speed USB device number 13 using ohci-pci
[  672.857085] RTL871X: indicate disassoc
[  672.956943] RTL871X: set ssid [freebox30] fw_state=0x00000008
[  672.956967] RTL871X: set bssid:14:0c:76:75:bf:4a
[  673.192890] RTL871X: start auth
[  673.196384] RTL871X: auth success, start assoc
[  673.200866] RTL871X: assoc success
[  673.200948] IPv6: ADDRCONF(NETDEV_CHANGE): enx1817253526ce: link becomes ready
[  673.228061] usb 2-8: device not accepting address 13, error -62
[  673.672381] usb 2-8: new full-speed USB device number 14 using ohci-pci
[  674.080062] usb 2-8: device not accepting address 14, error -62
[  674.080105] usb usb2-port8: unable to enumerate USB device
[  674.384076] usb 2-8: new full-speed USB device number 15 using ohci-pci
[  674.448069] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[  674.831308] usb 2-8: device descriptor read/64, error -62
[  675.116072] usb 2-8: device descriptor read/64, error -62
[  675.396140] usb 2-8: new full-speed USB device number 16 using ohci-pci
[  676.044046] usb 2-8: device descriptor read/64, error -62
[  676.332129] usb 2-8: device descriptor read/64, error -62
[  676.612035] usb 2-8: new full-speed USB device number 17 using ohci-pci
[  677.020065] usb 2-8: device not accepting address 17, error -62
[  677.196077] usb 2-8: new full-speed USB device number 18 using ohci-pci
[  677.604035] usb 2-8: device not accepting address 18, error -62
[  677.604067] usb usb2-port8: unable to enumerate USB device
[  677.908028] usb 2-8: new full-speed USB device number 19 using ohci-pci
[  678.556056] usb 2-8: device descriptor read/64, error -62
[  679.024202] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[  679.512039] usb 2-8: device descriptor read/64, error -62
[  679.792056] usb 2-8: new full-speed USB device number 20 using ohci-pci
[  680.440822] usb 2-8: device descriptor read/64, error -62
[  681.192112] usb 2-8: device descriptor read/64, error -62
[  681.624161] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[  682.000037] usb 2-8: new full-speed USB device number 21 using ohci-pci
[  682.408034] usb 2-8: device not accepting address 21, error -62
[  682.852061] usb 2-8: new full-speed USB device number 22 using ohci-pci
[  683.260095] usb 2-8: device not accepting address 22, error -62
[  683.260144] usb usb2-port8: unable to enumerate USB device
[  687.109283] UDF-fs: INFO Mounting volume 'WTLIB17F', timestamp 2018/01/01 14:55 (1000)
[  951.432033] usb 2-8: new full-speed USB device number 23 using ohci-pci
[  952.080032] usb 2-8: device descriptor read/64, error -62
[  952.828047] usb 2-8: device descriptor read/64, error -62
[  953.108032] usb 2-8: new full-speed USB device number 24 using ohci-pci
[  953.460119] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[  953.956036] usb 2-8: device descriptor read/64, error -62
[  955.584035] usb 2-8: device descriptor read/64, error -62
[  955.816118] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[  956.328031] usb 2-8: new full-speed USB device number 25 using ohci-pci
[  956.736051] usb 2-8: device not accepting address 25, error -62
[  957.180037] usb 2-8: new full-speed USB device number 26 using ohci-pci
[  957.588027] usb 2-8: device not accepting address 26, error -62
[  957.588051] usb usb2-port8: unable to enumerate USB device
[  957.828029] usb 2-8: new full-speed USB device number 27 using ohci-pci
[  958.472032] usb 2-8: device descriptor read/64, error -62
[  959.220032] usb 2-8: device descriptor read/64, error -62
[  959.500046] usb 2-8: new full-speed USB device number 28 using ohci-pci
[  959.856107] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[  960.348031] usb 2-8: device descriptor read/64, error -62
[  961.300046] usb 2-8: device descriptor read/64, error -62
[  961.580031] usb 2-8: new full-speed USB device number 29 using ohci-pci
[  961.988045] usb 2-8: device not accepting address 29, error -62
[  962.432030] usb 2-8: new full-speed USB device number 30 using ohci-pci
[  962.840028] usb 2-8: device not accepting address 30, error -62
[  962.840061] usb usb2-port8: unable to enumerate USB device
[  963.376037] usb 2-8: new full-speed USB device number 31 using ohci-pci
[  964.024029] usb 2-8: device descriptor read/64, error -62
[  964.448108] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[  964.772033] usb 2-8: device descriptor read/64, error -62
[  965.052035] usb 2-8: new full-speed USB device number 32 using ohci-pci
[  965.760050] usb 2-8: device descriptor read/64, error -62
[  966.712031] usb 2-8: device descriptor read/64, error -62
[  967.020217] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[  967.456026] usb 2-8: new full-speed USB device number 33 using ohci-pci
[  967.864067] usb 2-8: device not accepting address 33, error -62
[  968.308032] usb 2-8: new full-speed USB device number 34 using ohci-pci
[  968.716094] usb 2-8: device not accepting address 34, error -62
[  968.716128] usb usb2-port8: unable to enumerate USB device
[  969.020032] usb 2-8: new full-speed USB device number 35 using ohci-pci
[  969.172051] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[  969.200026] usb 2-8: device descriptor read/64, error -62
[  969.752076] usb 2-8: device descriptor read/64, error -62
[  970.032031] usb 2-8: new full-speed USB device number 36 using ohci-pci
[  971.352033] usb 2-8: device descriptor read/64, error -62
[  971.688124] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[  972.572029] usb 2-8: device descriptor read/64, error -62
[  973.316032] usb 2-8: new full-speed USB device number 37 using ohci-pci
[  973.432056] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[  973.724028] usb 2-8: device not accepting address 37, error -62
[  974.168038] usb 2-8: new full-speed USB device number 38 using ohci-pci
[  974.576029] usb 2-8: device not accepting address 38, error -62
[  974.576057] usb usb2-port8: unable to enumerate USB device
[  974.880039] usb 2-8: new full-speed USB device number 39 using ohci-pci
[  975.120090] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[  975.524029] usb 2-8: device descriptor read/64, error -62
[  976.476031] usb 2-8: device descriptor read/64, error -62
[  976.756029] usb 2-8: new full-speed USB device number 40 using ohci-pci
[  977.400036] usb 2-8: device descriptor read/64, error -62
[  977.680055] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[  977.680082] usb usb1-port8: unable to enumerate USB device
[  978.148040] usb 2-8: device descriptor read/64, error -62
[  978.428032] usb 2-8: new full-speed USB device number 41 using ohci-pci
[  978.836031] usb 2-8: device not accepting address 41, error -62
[  979.280032] usb 2-8: new full-speed USB device number 42 using ohci-pci
[  979.688022] usb 2-8: device not accepting address 42, error -62
[  979.688043] usb usb2-port8: unable to enumerate USB device
[  980.172034] usb 2-8: new full-speed USB device number 43 using ohci-pci
[  980.820036] usb 2-8: device descriptor read/64, error -62
[  981.276078] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[  981.772060] usb 2-8: device descriptor read/64, error -62
[  982.052040] usb 2-8: new full-speed USB device number 44 using ohci-pci
[  982.232050] usb 2-8: device descriptor read/64, error -62
[  983.656034] usb 2-8: device descriptor read/64, error -62
[  983.936038] usb 2-8: new full-speed USB device number 45 using ohci-pci
[  984.344031] usb 2-8: device not accepting address 45, error -62
[  984.520029] usb 2-8: new full-speed USB device number 46 using ohci-pci
[  984.928032] usb 2-8: device not accepting address 46, error -62
[  984.928066] usb usb2-port8: unable to enumerate USB device
[  985.232026] usb 2-8: new full-speed USB device number 47 using ohci-pci
[  985.412028] usb 2-8: device descriptor read/64, error -62
[  986.160030] usb 2-8: device descriptor read/64, error -62
[  986.440041] usb 2-8: new full-speed USB device number 48 using ohci-pci
[  986.752101] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[  987.084029] usb 2-8: device descriptor read/64, error -62
[  987.628027] usb 2-8: device descriptor read/64, error -62
[  987.908049] usb 2-8: new full-speed USB device number 49 using ohci-pci
[  988.316038] usb 2-8: device not accepting address 49, error -62
[  989.436033] usb 2-8: new full-speed USB device number 50 using ohci-pci
[  989.844036] usb 2-8: device not accepting address 50, error -62
[  989.844082] usb usb2-port8: unable to enumerate USB device
[  989.936214] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[  990.244034] usb 2-8: new full-speed USB device number 51 using ohci-pci
[  991.092033] usb 2-8: device descriptor read/64, error -62
[  991.376030] usb 2-8: device descriptor read/64, error -62
[  992.184037] usb 2-8: new full-speed USB device number 52 using ohci-pci
[  993.032036] usb 2-8: device descriptor read/64, error -62
[  993.388092] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[  993.780030] usb 2-8: device descriptor read/64, error -62
[  994.060036] usb 2-8: new full-speed USB device number 53 using ohci-pci
[  994.468029] usb 2-8: device not accepting address 53, error -62
[  994.912052] usb 2-8: new full-speed USB device number 54 using ohci-pci
[  995.320032] usb 2-8: device not accepting address 54, error -62
[  995.320056] usb usb2-port8: unable to enumerate USB device
[  995.608032] usb 2-8: new full-speed USB device number 55 using ohci-pci
[  996.256033] usb 2-8: device descriptor read/64, error -62
[  996.540026] usb 2-8: device descriptor read/64, error -62
[  997.284032] usb 2-8: new full-speed USB device number 56 using ohci-pci
[  997.636077] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[  998.132031] usb 2-8: device descriptor read/64, error -62
[  999.084032] usb 2-8: device descriptor read/64, error -62
[  999.364027] usb 2-8: new full-speed USB device number 57 using ohci-pci
[  999.772027] usb 2-8: device not accepting address 57, error -62
[ 1000.152035] usb 2-8: new full-speed USB device number 58 using ohci-pci
[ 1000.560030] usb 2-8: device not accepting address 58, error -62
[ 1000.560060] usb usb2-port8: unable to enumerate USB device
[ 1000.928064] usb 2-8: new full-speed USB device number 59 using ohci-pci
[ 1001.216092] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1001.572033] usb 2-8: device descriptor read/64, error -62
[ 1002.320047] usb 2-8: device descriptor read/64, error -62
[ 1002.600026] usb 2-8: new full-speed USB device number 60 using ohci-pci
[ 1003.448036] usb 2-8: device descriptor read/64, error -62
[ 1003.572051] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1003.992036] usb 2-8: device descriptor read/64, error -62
[ 1004.272040] usb 2-8: new full-speed USB device number 61 using ohci-pci
[ 1004.680029] usb 2-8: device not accepting address 61, error -62
[ 1005.124032] usb 2-8: new full-speed USB device number 62 using ohci-pci
[ 1005.532025] usb 2-8: device not accepting address 62, error -62
[ 1005.532054] usb usb2-port8: unable to enumerate USB device
[ 1005.668104] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1006.024032] usb 2-8: new full-speed USB device number 63 using ohci-pci
[ 1006.876035] usb 2-8: device descriptor read/64, error -62
[ 1007.624028] usb 2-8: device descriptor read/64, error -62
[ 1007.904123] usb 2-8: new full-speed USB device number 64 using ohci-pci
[ 1008.024089] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1008.024121] usb usb1-port8: unable to enumerate USB device
[ 1008.552032] usb 2-8: device descriptor read/64, error -62
[ 1009.300032] usb 2-8: device descriptor read/64, error -62
[ 1009.580030] usb 2-8: new full-speed USB device number 65 using ohci-pci
[ 1009.988031] usb 2-8: device not accepting address 65, error -62
[ 1010.368028] usb 2-8: new full-speed USB device number 66 using ohci-pci
[ 1010.776029] usb 2-8: device not accepting address 66, error -62
[ 1010.776059] usb usb2-port8: unable to enumerate USB device
[ 1011.220073] usb 2-8: new full-speed USB device number 67 using ohci-pci
[ 1012.544032] usb 2-8: device descriptor read/64, error -62
[ 1013.044095] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1013.496030] usb 2-8: device descriptor read/64, error -62
[ 1014.240034] usb 2-8: new full-speed USB device number 68 using ohci-pci
[ 1014.420027] usb 2-8: device descriptor read/64, error -62
[ 1015.196054] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1016.316035] usb 2-8: device descriptor read/64, error -62
[ 1016.596035] usb 2-8: new full-speed USB device number 69 using ohci-pci
[ 1017.004036] usb 2-8: device not accepting address 69, error -62
[ 1017.180031] usb 2-8: new full-speed USB device number 70 using ohci-pci
[ 1017.588026] usb 2-8: device not accepting address 70, error -62
[ 1017.588053] usb usb2-port8: unable to enumerate USB device
[ 1017.892038] usb 2-8: new full-speed USB device number 71 using ohci-pci
[ 1018.072033] usb 2-8: device descriptor read/64, error -62
[ 1018.820063] usb 2-8: device descriptor read/64, error -62
[ 1019.100030] usb 2-8: new full-speed USB device number 72 using ohci-pci
[ 1019.744027] usb 2-8: device descriptor read/64, error -62
[ 1020.032108] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1020.492032] usb 2-8: device descriptor read/64, error -62
[ 1020.772033] usb 2-8: new full-speed USB device number 73 using ohci-pci
[ 1021.180028] usb 2-8: device not accepting address 73, error -62
[ 1021.560027] usb 2-8: new full-speed USB device number 74 using ohci-pci
[ 1021.968040] usb 2-8: device not accepting address 74, error -62
[ 1021.968086] usb usb2-port8: unable to enumerate USB device
[ 1022.336032] usb 2-8: new full-speed USB device number 75 using ohci-pci
[ 1022.832135] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1023.248034] usb 2-8: device descriptor read/64, error -62
[ 1024.200030] usb 2-8: device descriptor read/64, error -62
[ 1024.944070] usb 2-8: new full-speed USB device number 76 using ohci-pci
[ 1024.984058] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1025.384046] usb 2-8: device descriptor read/64, error -62
[ 1026.336035] usb 2-8: device descriptor read/64, error -62
[ 1026.616032] usb 2-8: new full-speed USB device number 77 using ohci-pci
[ 1027.024046] usb 2-8: device not accepting address 77, error -62
[ 1027.468032] usb 2-8: new full-speed USB device number 78 using ohci-pci
[ 1027.876035] usb 2-8: device not accepting address 78, error -62
[ 1027.876079] usb usb2-port8: unable to enumerate USB device
[ 1028.180036] usb 2-8: new full-speed USB device number 79 using ohci-pci
[ 1028.520134] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1029.028034] usb 2-8: device descriptor read/64, error -62
[ 1029.312022] usb 2-8: device descriptor read/64, error -62
[ 1029.592028] usb 2-8: new full-speed USB device number 80 using ohci-pci
[ 1030.236030] usb 2-8: device descriptor read/64, error -62
[ 1030.984037] usb 2-8: device descriptor read/64, error -62
[ 1031.264029] usb 2-8: new full-speed USB device number 81 using ohci-pci
[ 1031.620078] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1031.672023] usb 2-8: device not accepting address 81, error -62
[ 1032.792033] usb 2-8: new full-speed USB device number 82 using ohci-pci
[ 1033.200030] usb 2-8: device not accepting address 82, error -62
[ 1033.200063] usb usb2-port8: unable to enumerate USB device
[ 1033.720030] usb 2-8: new full-speed USB device number 83 using ohci-pci
[ 1033.772052] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1034.164034] usb 2-8: device descriptor read/64, error -62
[ 1035.116032] usb 2-8: device descriptor read/64, error -62
[ 1035.396028] usb 2-8: new full-speed USB device number 84 using ohci-pci
[ 1035.664077] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1036.040033] usb 2-8: device descriptor read/64, error -62
[ 1037.464032] usb 2-8: device descriptor read/64, error -62
[ 1037.744029] usb 2-8: new full-speed USB device number 85 using ohci-pci
[ 1038.152033] usb 2-8: device not accepting address 85, error -62
[ 1038.532025] usb 2-8: new full-speed USB device number 86 using ohci-pci
[ 1038.940056] usb 2-8: device not accepting address 86, error -62
[ 1038.940109] usb usb2-port8: unable to enumerate USB device
[ 1039.276026] usb 2-8: new full-speed USB device number 87 using ohci-pci
[ 1039.580077] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1039.920031] usb 2-8: device descriptor read/64, error -62
[ 1040.668047] usb 2-8: device descriptor read/64, error -62
[ 1041.412033] usb 2-8: new full-speed USB device number 88 using ohci-pci
[ 1041.528054] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1042.528035] usb 2-8: device descriptor read/64, error -62
[ 1043.012091] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1043.480035] usb 2-8: device descriptor read/64, error -62
[ 1043.760027] usb 2-8: new full-speed USB device number 89 using ohci-pci
[ 1044.168030] usb 2-8: device not accepting address 89, error -62
[ 1044.548033] usb 2-8: new full-speed USB device number 90 using ohci-pci
[ 1044.956046] usb 2-8: device not accepting address 90, error -62
[ 1044.956094] usb usb2-port8: unable to enumerate USB device
[ 1045.572032] usb 2-8: new full-speed USB device number 91 using ohci-pci
[ 1045.756029] usb 2-8: device descriptor read/64, error -62
[ 1046.236077] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1046.708032] usb 2-8: device descriptor read/64, error -62
[ 1046.988036] usb 2-8: new full-speed USB device number 92 using ohci-pci
[ 1047.632027] usb 2-8: device descriptor read/64, error -62
[ 1048.380032] usb 2-8: device descriptor read/64, error -62
[ 1048.660027] usb 2-8: new full-speed USB device number 93 using ohci-pci
[ 1049.044104] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1049.068028] usb 2-8: device not accepting address 93, error -62
[ 1049.512033] usb 2-8: new full-speed USB device number 94 using ohci-pci
[ 1049.920034] usb 2-8: device not accepting address 94, error -62
[ 1049.920069] usb usb2-port8: unable to enumerate USB device
[ 1050.172040] usb 2-8: new full-speed USB device number 95 using ohci-pci
[ 1050.816033] usb 2-8: device descriptor read/64, error -62
[ 1051.564031] usb 2-8: device descriptor read/64, error -62
[ 1051.992093] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1052.512112] usb 2-8: new full-speed USB device number 96 using ohci-pci
[ 1053.360030] usb 2-8: device descriptor read/64, error -62
[ 1054.108035] usb 2-8: device descriptor read/64, error -62
[ 1054.388026] usb 2-8: new full-speed USB device number 97 using ohci-pci
[ 1054.552068] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1054.796031] usb 2-8: device not accepting address 97, error -62
[ 1055.240033] usb 2-8: new full-speed USB device number 98 using ohci-pci
[ 1055.648025] usb 2-8: device not accepting address 98, error -62
[ 1055.648053] usb usb2-port8: unable to enumerate USB device
[ 1055.952051] usb 2-8: new full-speed USB device number 99 using ohci-pci
[ 1056.132028] usb 2-8: device descriptor read/64, error -62
[ 1056.444076] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1056.880072] usb 2-8: device descriptor read/64, error -62
[ 1057.160033] usb 2-8: new full-speed USB device number 100 using ohci-pci
[ 1057.804056] usb 2-8: device descriptor read/64, error -62
[ 1058.088200] usb 2-8: device descriptor read/64, error -62
[ 1058.368044] usb 2-8: new full-speed USB device number 101 using ohci-pci
[ 1058.776027] usb 2-8: device not accepting address 101, error -62
[ 1059.220036] usb 2-8: new full-speed USB device number 102 using ohci-pci
[ 1059.628027] usb 2-8: device not accepting address 102, error -62
[ 1059.628052] usb usb2-port8: unable to enumerate USB device
[ 1059.932036] usb 2-8: new full-speed USB device number 103 using ohci-pci
[ 1060.576032] usb 2-8: device descriptor read/64, error -62
[ 1060.860030] usb 2-8: device descriptor read/64, error -62
[ 1061.668032] usb 2-8: new full-speed USB device number 104 using ohci-pci
[ 1062.312031] usb 2-8: device descriptor read/64, error -62
[ 1062.696145] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1063.060034] usb 2-8: device descriptor read/64, error -62
[ 1063.340031] usb 2-8: new full-speed USB device number 105 using ohci-pci
[ 1063.748031] usb 2-8: device not accepting address 105, error -62
[ 1064.192037] usb 2-8: new full-speed USB device number 106 using ohci-pci
[ 1064.600029] usb 2-8: device not accepting address 106, error -62
[ 1064.600065] usb usb2-port8: unable to enumerate USB device
[ 1064.904032] usb 2-8: new full-speed USB device number 107 using ohci-pci
[ 1065.084035] usb 2-8: device descriptor read/64, error -62
[ 1065.504079] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1065.832025] usb 2-8: device descriptor read/64, error -62
[ 1066.112037] usb 2-8: new full-speed USB device number 108 using ohci-pci
[ 1066.756029] usb 2-8: device descriptor read/64, error -62
[ 1067.708032] usb 2-8: device descriptor read/64, error -62
[ 1067.988153] usb 2-8: new full-speed USB device number 109 using ohci-pci
[ 1068.400022] usb 2-8: device not accepting address 109, error -62
[ 1068.836025] usb 2-8: new full-speed USB device number 110 using ohci-pci
[ 1069.244033] usb 2-8: device not accepting address 110, error -62
[ 1069.244067] usb usb2-port8: unable to enumerate USB device
[ 1069.664030] usb 2-8: new full-speed USB device number 111 using ohci-pci
[ 1070.312029] usb 2-8: device descriptor read/64, error -62
[ 1070.596025] usb 2-8: device descriptor read/64, error -62
[ 1070.876031] usb 2-8: new full-speed USB device number 112 using ohci-pci
[ 1071.524031] usb 2-8: device descriptor read/64, error -62
[ 1072.272030] usb 2-8: device descriptor read/64, error -62
[ 1072.552029] usb 2-8: new full-speed USB device number 113 using ohci-pci
[ 1072.960045] usb 2-8: device not accepting address 113, error -62
[ 1073.136034] usb 2-8: new full-speed USB device number 114 using ohci-pci
[ 1073.544024] usb 2-8: device not accepting address 114, error -62
[ 1073.544053] usb usb2-port8: unable to enumerate USB device
[ 1073.848027] usb 2-8: new full-speed USB device number 115 using ohci-pci
[ 1074.028039] usb 2-8: device descriptor read/64, error -62
[ 1074.776030] usb 2-8: device descriptor read/64, error -62
[ 1075.056039] usb 2-8: new full-speed USB device number 116 using ohci-pci
[ 1075.364074] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1075.700025] usb 2-8: device descriptor read/64, error -62
[ 1076.448031] usb 2-8: device descriptor read/64, error -62
[ 1076.728026] usb 2-8: new full-speed USB device number 117 using ohci-pci
[ 1077.136031] usb 2-8: device not accepting address 117, error -62
[ 1077.312030] usb 2-8: new full-speed USB device number 118 using ohci-pci
[ 1077.720023] usb 2-8: device not accepting address 118, error -62
[ 1077.720046] usb usb2-port8: unable to enumerate USB device
[ 1078.024046] usb 2-8: new full-speed USB device number 119 using ohci-pci
[ 1078.668028] usb 2-8: device descriptor read/64, error -62
[ 1079.144089] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1080.296030] usb 2-8: device descriptor read/64, error -62
[ 1080.576033] usb 2-8: new full-speed USB device number 120 using ohci-pci
[ 1081.220033] usb 2-8: device descriptor read/64, error -62
[ 1081.500051] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1081.968027] usb 2-8: device descriptor read/64, error -62
[ 1082.248031] usb 2-8: new full-speed USB device number 121 using ohci-pci
[ 1082.656029] usb 2-8: device not accepting address 121, error -62
[ 1083.296034] usb 2-8: new full-speed USB device number 122 using ohci-pci
[ 1083.704029] usb 2-8: device not accepting address 122, error -62
[ 1083.704052] usb usb2-port8: unable to enumerate USB device
[ 1084.016046] usb 2-8: new full-speed USB device number 123 using ohci-pci
[ 1084.664026] usb 2-8: device descriptor read/64, error -62
[ 1085.412030] usb 2-8: device descriptor read/64, error -62
[ 1086.048117] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1086.424027] usb 2-8: new full-speed USB device number 124 using ohci-pci
[ 1087.272033] usb 2-8: device descriptor read/64, error -62
[ 1088.020051] usb 2-8: device descriptor read/64, error -62
[ 1088.300028] usb 2-8: new full-speed USB device number 125 using ohci-pci
[ 1088.708028] usb 2-8: device not accepting address 125, error -62
[ 1088.884027] usb 2-8: new full-speed USB device number 126 using ohci-pci
[ 1089.292029] usb 2-8: device not accepting address 126, error -62
[ 1089.292057] usb usb2-port8: unable to enumerate USB device
[ 1089.596027] usb 2-8: new full-speed USB device number 127 using ohci-pci
[ 1090.240034] usb 2-8: device descriptor read/64, error -62
[ 1090.688079] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1091.192033] usb 2-8: device descriptor read/64, error -62
[ 1091.472027] usb 2-8: new full-speed USB device number 2 using ohci-pci
[ 1092.116032] usb 2-8: device descriptor read/64, error -62
[ 1092.864028] usb 2-8: device descriptor read/64, error -62
[ 1093.324080] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1093.812029] usb 2-8: new full-speed USB device number 3 using ohci-pci
[ 1094.220034] usb 2-8: device not accepting address 3, error -62
[ 1094.600025] usb 2-8: new full-speed USB device number 4 using ohci-pci
[ 1095.008050] usb 2-8: device not accepting address 4, error -62
[ 1095.008098] usb usb2-port8: unable to enumerate USB device
[ 1095.964066] usb 2-8: new full-speed USB device number 5 using ohci-pci
[ 1096.816032] usb 2-8: device descriptor read/64, error -62
[ 1097.104034] usb 2-8: device descriptor read/64, error -62
[ 1097.400077] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1097.848028] usb 2-8: new full-speed USB device number 6 using ohci-pci
[ 1098.492036] usb 2-8: device descriptor read/64, error -62
[ 1099.444035] usb 2-8: device descriptor read/64, error -62
[ 1099.724027] usb 2-8: new full-speed USB device number 7 using ohci-pci
[ 1100.132036] usb 2-8: device not accepting address 7, error -62
[ 1100.308027] usb 2-8: new full-speed USB device number 8 using ohci-pci
[ 1100.716027] usb 2-8: device not accepting address 8, error -62
[ 1100.716053] usb usb2-port8: unable to enumerate USB device
[ 1101.020047] usb 2-8: new full-speed USB device number 9 using ohci-pci
[ 1101.664032] usb 2-8: device descriptor read/64, error -62
[ 1102.108096] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1102.616028] usb 2-8: device descriptor read/64, error -62
[ 1102.896029] usb 2-8: new full-speed USB device number 10 using ohci-pci
[ 1103.540029] usb 2-8: device descriptor read/64, error -62
[ 1104.288035] usb 2-8: device descriptor read/64, error -62
[ 1104.568033] usb 2-8: new full-speed USB device number 11 using ohci-pci
[ 1104.976051] usb 2-8: device not accepting address 11, error -62
[ 1105.152038] usb 2-8: new full-speed USB device number 12 using ohci-pci
[ 1105.560032] usb 2-8: device not accepting address 12, error -62
[ 1105.560062] usb usb2-port8: unable to enumerate USB device
[ 1105.864024] usb 2-8: new full-speed USB device number 13 using ohci-pci
[ 1106.712030] usb 2-8: device descriptor read/64, error -62
[ 1107.080098] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1107.460030] usb 2-8: device descriptor read/64, error -62
[ 1108.204041] usb 2-8: new full-speed USB device number 14 using ohci-pci
[ 1109.028089] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1109.524031] usb 2-8: device descriptor read/64, error -62
[ 1110.272031] usb 2-8: device descriptor read/64, error -62
[ 1110.552028] usb 2-8: new full-speed USB device number 15 using ohci-pci
[ 1110.920084] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1110.960041] usb 2-8: device not accepting address 15, error -62
[ 1111.404034] usb 2-8: new full-speed USB device number 16 using ohci-pci
[ 1111.812056] usb 2-8: device not accepting address 16, error -62
[ 1111.812100] usb usb2-port8: unable to enumerate USB device
[ 1112.064048] usb 2-8: new full-speed USB device number 17 using ohci-pci
[ 1112.712027] usb 2-8: device descriptor read/64, error -62
[ 1113.460031] usb 2-8: device descriptor read/64, error -62
[ 1113.740055] usb 2-8: new full-speed USB device number 18 using ohci-pci
[ 1114.092091] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1114.588031] usb 2-8: device descriptor read/64, error -62
[ 1115.540033] usb 2-8: device descriptor read/64, error -62
[ 1115.820027] usb 2-8: new full-speed USB device number 19 using ohci-pci
[ 1116.228037] usb 2-8: device not accepting address 19, error -62
[ 1116.404025] usb 2-8: new full-speed USB device number 20 using ohci-pci
[ 1116.812024] usb 2-8: device not accepting address 20, error -62
[ 1116.812050] usb usb2-port8: unable to enumerate USB device
[ 1117.148034] usb 2-8: new full-speed USB device number 21 using ohci-pci
[ 1117.792028] usb 2-8: device descriptor read/64, error -62
[ 1118.252098] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1118.744027] usb 2-8: device descriptor read/64, error -62
[ 1119.024031] usb 2-8: new full-speed USB device number 22 using ohci-pci
[ 1119.204031] usb 2-8: device descriptor read/64, error -62
[ 1119.952168] usb 2-8: device descriptor read/64, error -62
[ 1120.232030] usb 2-8: new full-speed USB device number 23 using ohci-pci
[ 1120.640031] usb 2-8: device not accepting address 23, error -62
[ 1120.816032] usb 2-8: new full-speed USB device number 24 using ohci-pci
[ 1121.224032] usb 2-8: device not accepting address 24, error -62
[ 1121.224065] usb usb2-port8: unable to enumerate USB device
[ 1121.528029] usb 2-8: new full-speed USB device number 25 using ohci-pci
[ 1122.172034] usb 2-8: device descriptor read/64, error -62
[ 1122.636077] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1123.124036] usb 2-8: device descriptor read/64, error -62
[ 1124.584069] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1125.692035] usb 2-8: new full-speed USB device number 26 using ohci-pci
[ 1126.068197] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1126.540027] usb 2-8: device descriptor read/64, error -62
[ 1127.492031] usb 2-8: device descriptor read/64, error -62
[ 1128.220068] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1128.220098] usb usb1-port8: unable to enumerate USB device
[ 1128.708032] usb 2-8: new full-speed USB device number 27 using ohci-pci
[ 1129.116034] usb 2-8: device not accepting address 27, error -62
[ 1130.032035] usb 2-8: new full-speed USB device number 28 using ohci-pci
[ 1130.276087] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1130.440027] usb 2-8: device not accepting address 28, error -62
[ 1130.440050] usb usb2-port8: unable to enumerate USB device
[ 1130.744033] usb 2-8: new full-speed USB device number 29 using ohci-pci
[ 1131.388031] usb 2-8: device descriptor read/64, error -62
[ 1132.340033] usb 2-8: device descriptor read/64, error -62
[ 1132.620034] usb 2-8: new full-speed USB device number 30 using ohci-pci
[ 1133.328031] usb 2-8: device descriptor read/64, error -62
[ 1134.280031] usb 2-8: device descriptor read/64, error -62
[ 1134.560155] usb 2-8: new full-speed USB device number 31 using ohci-pci
[ 1134.780075] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1134.968093] usb 2-8: device not accepting address 31, error -62
[ 1135.412039] usb 2-8: new full-speed USB device number 32 using ohci-pci
[ 1135.820025] usb 2-8: device not accepting address 32, error -62
[ 1135.820049] usb usb2-port8: unable to enumerate USB device
[ 1136.124040] usb 2-8: new full-speed USB device number 33 using ohci-pci
[ 1136.768027] usb 2-8: device descriptor read/64, error -62
[ 1137.040092] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1137.516031] usb 2-8: device descriptor read/64, error -62
[ 1137.796040] usb 2-8: new full-speed USB device number 34 using ohci-pci
[ 1138.440029] usb 2-8: device descriptor read/64, error -62
[ 1139.188266] usb 2-8: device descriptor read/64, error -62
[ 1139.440090] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1139.932036] usb 2-8: new full-speed USB device number 35 using ohci-pci
[ 1140.340034] usb 2-8: device not accepting address 35, error -62
[ 1140.720027] usb 2-8: new full-speed USB device number 36 using ohci-pci
[ 1141.128037] usb 2-8: device not accepting address 36, error -62
[ 1141.128084] usb usb2-port8: unable to enumerate USB device
[ 1141.496028] usb 2-8: new full-speed USB device number 37 using ohci-pci
[ 1141.592049] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1142.140037] usb 2-8: device descriptor read/64, error -62
[ 1142.888028] usb 2-8: device descriptor read/64, error -62
[ 1143.168037] usb 2-8: new full-speed USB device number 38 using ohci-pci
[ 1143.484076] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1143.812026] usb 2-8: device descriptor read/64, error -62
[ 1144.096037] usb 2-8: device descriptor read/64, error -62
[ 1144.840027] usb 2-8: new full-speed USB device number 39 using ohci-pci
[ 1145.248032] usb 2-8: device not accepting address 39, error -62
[ 1145.888029] usb 2-8: new full-speed USB device number 40 using ohci-pci
[ 1146.248067] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1146.248097] usb usb1-port8: unable to enumerate USB device
[ 1146.296023] usb 2-8: device not accepting address 40, error -62
[ 1146.296044] usb usb2-port8: unable to enumerate USB device
[ 1146.600025] usb 2-8: new full-speed USB device number 41 using ohci-pci
[ 1147.244030] usb 2-8: device descriptor read/64, error -62
[ 1147.528026] usb 2-8: device descriptor read/64, error -62
[ 1148.272037] usb 2-8: new full-speed USB device number 42 using ohci-pci
[ 1148.628079] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1149.120041] usb 2-8: device descriptor read/64, error -62
[ 1150.076048] usb 2-8: device descriptor read/64, error -62
[ 1150.356029] usb 2-8: new full-speed USB device number 43 using ohci-pci
[ 1150.764031] usb 2-8: device not accepting address 43, error -62
[ 1150.940028] usb 2-8: new full-speed USB device number 44 using ohci-pci
[ 1151.348029] usb 2-8: device not accepting address 44, error -62
[ 1151.348060] usb usb2-port8: unable to enumerate USB device
[ 1151.716034] usb 2-8: new full-speed USB device number 45 using ohci-pci
[ 1152.364027] usb 2-8: device descriptor read/64, error -62
[ 1152.824072] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1153.316032] usb 2-8: device descriptor read/64, error -62
[ 1153.596052] usb 2-8: new full-speed USB device number 46 using ohci-pci
[ 1154.240031] usb 2-8: device descriptor read/64, error -62
[ 1155.224104] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1155.664033] usb 2-8: device descriptor read/64, error -62
[ 1156.408034] usb 2-8: new full-speed USB device number 47 using ohci-pci
[ 1156.816031] usb 2-8: device not accepting address 47, error -62
[ 1156.992027] usb 2-8: new full-speed USB device number 48 using ohci-pci
[ 1157.400030] usb 2-8: device not accepting address 48, error -62
[ 1157.400061] usb usb2-port8: unable to enumerate USB device
[ 1157.832029] usb 2-8: new full-speed USB device number 49 using ohci-pci
[ 1158.476034] usb 2-8: device descriptor read/64, error -62
[ 1158.936083] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1159.428033] usb 2-8: device descriptor read/64, error -62
[ 1159.708027] usb 2-8: new full-speed USB device number 50 using ohci-pci
[ 1160.352031] usb 2-8: device descriptor read/64, error -62
[ 1161.100045] usb 2-8: device descriptor read/64, error -62
[ 1161.380035] usb 2-8: new full-speed USB device number 51 using ohci-pci
[ 1161.788023] usb 2-8: device not accepting address 51, error -62
[ 1161.964071] usb 2-8: new full-speed USB device number 52 using ohci-pci
[ 1162.372027] usb 2-8: device not accepting address 52, error -62
[ 1162.372056] usb usb2-port8: unable to enumerate USB device
[ 1162.676034] usb 2-8: new full-speed USB device number 53 using ohci-pci
[ 1163.320033] usb 2-8: device descriptor read/64, error -62
[ 1163.792077] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1164.272031] usb 2-8: device descriptor read/64, error -62
[ 1164.552023] usb 2-8: new full-speed USB device number 54 using ohci-pci
[ 1165.196032] usb 2-8: device descriptor read/64, error -62
[ 1165.944030] usb 2-8: device descriptor read/64, error -62
[ 1166.224034] usb 2-8: new full-speed USB device number 55 using ohci-pci
[ 1166.600077] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1166.632032] usb 2-8: device not accepting address 55, error -62
[ 1167.076034] usb 2-8: new full-speed USB device number 56 using ohci-pci
[ 1167.484033] usb 2-8: device not accepting address 56, error -62
[ 1167.484072] usb usb2-port8: unable to enumerate USB device
[ 1167.788053] usb 2-8: new full-speed USB device number 57 using ohci-pci
[ 1168.548055] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1169.108049] usb 2-8: device descriptor read/64, error -62
[ 1170.236088] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1170.736027] usb 2-8: device descriptor read/64, error -62
[ 1171.016871] usb 2-8: new full-speed USB device number 58 using ohci-pci
[ 1171.664030] usb 2-8: device descriptor read/64, error -62
[ 1172.412034] usb 2-8: device descriptor read/64, error -62
[ 1172.872077] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1173.220041] usb 2-8: new full-speed USB device number 59 using ohci-pci
[ 1173.628031] usb 2-8: device not accepting address 59, error -62
[ 1175.036116] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1175.416033] usb 2-8: new full-speed USB device number 60 using ohci-pci
[ 1175.824023] usb 2-8: device not accepting address 60, error -62
[ 1175.824045] usb usb2-port8: unable to enumerate USB device
[ 1176.128055] usb 2-8: new full-speed USB device number 61 using ohci-pci
[ 1176.772028] usb 2-8: device descriptor read/64, error -62
[ 1176.984052] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1177.520033] usb 2-8: device descriptor read/64, error -62
[ 1177.800034] usb 2-8: new full-speed USB device number 62 using ohci-pci
[ 1178.444031] usb 2-8: device descriptor read/64, error -62
[ 1178.876075] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1179.396050] usb 2-8: device descriptor read/64, error -62
[ 1180.140042] usb 2-8: new full-speed USB device number 63 using ohci-pci
[ 1180.548031] usb 2-8: device not accepting address 63, error -62
[ 1180.724026] usb 2-8: new full-speed USB device number 64 using ohci-pci
[ 1181.132084] usb 2-8: device not accepting address 64, error -62
[ 1181.132140] usb usb2-port8: unable to enumerate USB device
[ 1181.384031] usb 2-8: new full-speed USB device number 65 using ohci-pci
[ 1182.032055] usb 2-8: device descriptor read/64, error -62
[ 1182.780034] usb 2-8: device descriptor read/64, error -62
[ 1183.060040] usb 2-8: new full-speed USB device number 66 using ohci-pci
[ 1183.412079] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1183.908026] usb 2-8: device descriptor read/64, error -62
[ 1184.656032] usb 2-8: device descriptor read/64, error -62
[ 1184.936032] usb 2-8: new full-speed USB device number 67 using ohci-pci
[ 1185.344049] usb 2-8: device not accepting address 67, error -62
[ 1185.768052] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1185.788027] usb 2-8: new full-speed USB device number 68 using ohci-pci
[ 1186.196054] usb 2-8: device not accepting address 68, error -62
[ 1186.196105] usb usb2-port8: unable to enumerate USB device
[ 1186.500028] usb 2-8: new full-speed USB device number 69 using ohci-pci
[ 1187.348032] usb 2-8: device descriptor read/64, error -62
[ 1187.864078] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1188.976034] usb 2-8: device descriptor read/64, error -62
[ 1189.784033] usb 2-8: new full-speed USB device number 70 using ohci-pci
[ 1189.812048] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1189.812073] usb usb1-port8: unable to enumerate USB device
[ 1190.168055] usb 2-8: device descriptor read/64, error -62
[ 1190.916038] usb 2-8: device descriptor read/64, error -62
[ 1191.196038] usb 2-8: new full-speed USB device number 71 using ohci-pci
[ 1191.604026] usb 2-8: device not accepting address 71, error -62
[ 1191.780027] usb 2-8: new full-speed USB device number 72 using ohci-pci
[ 1192.188034] usb 2-8: device not accepting address 72, error -62
[ 1192.188071] usb usb2-port8: unable to enumerate USB device
[ 1192.492029] usb 2-8: new full-speed USB device number 73 using ohci-pci
[ 1193.136045] usb 2-8: device descriptor read/64, error -62
[ 1193.420026] usb 2-8: device descriptor read/64, error -62
[ 1193.804077] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1194.164041] usb 2-8: new full-speed USB device number 74 using ohci-pci
[ 1195.012030] usb 2-8: device descriptor read/64, error -62
[ 1195.760045] usb 2-8: device descriptor read/64, error -62
[ 1196.040029] usb 2-8: new full-speed USB device number 75 using ohci-pci
[ 1196.160100] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1196.448028] usb 2-8: device not accepting address 75, error -62
[ 1196.892029] usb 2-8: new full-speed USB device number 76 using ohci-pci
[ 1197.300031] usb 2-8: device not accepting address 76, error -62
[ 1197.300064] usb usb2-port8: unable to enumerate USB device
[ 1197.604032] usb 2-8: new full-speed USB device number 77 using ohci-pci
[ 1198.248037] usb 2-8: device descriptor read/64, error -62
[ 1198.532024] usb 2-8: device descriptor read/64, error -62
[ 1198.812027] usb 2-8: new full-speed USB device number 78 using ohci-pci
[ 1199.456032] usb 2-8: device descriptor read/64, error -62
[ 1200.204044] usb 2-8: device descriptor read/64, error -62
[ 1200.484027] usb 2-8: new full-speed USB device number 79 using ohci-pci
[ 1200.892032] usb 2-8: device not accepting address 79, error -62
[ 1201.272044] usb 2-8: new full-speed USB device number 80 using ohci-pci
[ 1201.680026] usb 2-8: device not accepting address 80, error -62
[ 1201.680054] usb usb2-port8: unable to enumerate USB device
[ 1202.048029] usb 2-8: new full-speed USB device number 81 using ohci-pci
[ 1202.328091] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1202.692026] usb 2-8: device descriptor read/64, error -62
[ 1203.440031] usb 2-8: device descriptor read/64, error -62
[ 1203.720029] usb 2-8: new full-speed USB device number 82 using ohci-pci
[ 1204.568034] usb 2-8: device descriptor read/64, error -62
[ 1204.684052] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1205.112041] usb 2-8: device descriptor read/64, error -62
[ 1205.856036] usb 2-8: new full-speed USB device number 83 using ohci-pci
[ 1206.264029] usb 2-8: device not accepting address 83, error -62
[ 1206.372077] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1206.700027] usb 2-8: new full-speed USB device number 84 using ohci-pci
[ 1207.108040] usb 2-8: device not accepting address 84, error -62
[ 1207.108082] usb usb2-port8: unable to enumerate USB device
[ 1207.464034] usb 2-8: new full-speed USB device number 85 using ohci-pci
[ 1208.108038] usb 2-8: device descriptor read/64, error -62
[ 1208.856029] usb 2-8: device descriptor read/64, error -62
[ 1209.136034] usb 2-8: new full-speed USB device number 86 using ohci-pci
[ 1209.492079] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1209.984028] usb 2-8: device descriptor read/64, error -62
[ 1210.796031] usb 2-8: device descriptor read/64, error -62
[ 1211.076054] usb 2-8: new full-speed USB device number 87 using ohci-pci
[ 1211.484033] usb 2-8: device not accepting address 87, error -62
[ 1211.928030] usb 2-8: new full-speed USB device number 88 using ohci-pci
[ 1212.052060] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1212.336038] usb 2-8: device not accepting address 88, error -62
[ 1212.336104] usb usb2-port8: unable to enumerate USB device
[ 1212.640027] usb 2-8: new full-speed USB device number 89 using ohci-pci
[ 1213.284034] usb 2-8: device descriptor read/64, error -62
[ 1213.536076] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1214.032031] usb 2-8: device descriptor read/64, error -62
[ 1214.840033] usb 2-8: new full-speed USB device number 90 using ohci-pci
[ 1215.484058] usb 2-8: device descriptor read/64, error -62
[ 1215.688050] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1215.688074] usb usb1-port8: unable to enumerate USB device
[ 1216.028022] usb 2-8: device descriptor read/64, error -62
[ 1216.308037] usb 2-8: new full-speed USB device number 91 using ohci-pci
[ 1216.716028] usb 2-8: device not accepting address 91, error -62
[ 1217.160038] usb 2-8: new full-speed USB device number 92 using ohci-pci
[ 1217.568026] usb 2-8: device not accepting address 92, error -62
[ 1217.568056] usb usb2-port8: unable to enumerate USB device
[ 1217.872031] usb 2-8: new full-speed USB device number 93 using ohci-pci
[ 1218.052025] usb 2-8: device descriptor read/64, error -62
[ 1218.380089] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1218.800028] usb 2-8: device descriptor read/64, error -62
[ 1219.080061] usb 2-8: new full-speed USB device number 94 using ohci-pci
[ 1219.260034] usb 2-8: device descriptor read/64, error -62
[ 1220.008028] usb 2-8: device descriptor read/64, error -62
[ 1220.288035] usb 2-8: new full-speed USB device number 95 using ohci-pci
[ 1220.696027] usb 2-8: device not accepting address 95, error -62
[ 1221.140034] usb 2-8: new full-speed USB device number 96 using ohci-pci
[ 1221.548031] usb 2-8: device not accepting address 96, error -62
[ 1221.548064] usb usb2-port8: unable to enumerate USB device
[ 1221.852026] usb 2-8: new full-speed USB device number 97 using ohci-pci
[ 1222.032031] usb 2-8: device descriptor read/64, error -62
[ 1222.316090] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1222.780028] usb 2-8: device descriptor read/64, error -62
[ 1223.060028] usb 2-8: new full-speed USB device number 98 using ohci-pci
[ 1223.704030] usb 2-8: device descriptor read/64, error -62
[ 1224.452028] usb 2-8: device descriptor read/64, error -62
[ 1224.732026] usb 2-8: new full-speed USB device number 99 using ohci-pci
[ 1225.092106] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1225.140030] usb 2-8: device not accepting address 99, error -62
[ 1225.584036] usb 2-8: new full-speed USB device number 100 using ohci-pci
[ 1225.992050] usb 2-8: device not accepting address 100, error -62
[ 1225.992076] usb usb2-port8: unable to enumerate USB device
[ 1227.312033] usb 2-8: new full-speed USB device number 101 using ohci-pci
[ 1228.164028] usb 2-8: device descriptor read/64, error -62
[ 1228.448048] usb 2-8: device descriptor read/64, error -62
[ 1228.728062] usb 2-8: new full-speed USB device number 102 using ohci-pci
[ 1229.376018] usb 2-8: device descriptor read/64, error -62
[ 1230.124047] usb 2-8: device descriptor read/64, error -62
[ 1230.404021] usb 2-8: new full-speed USB device number 103 using ohci-pci
[ 1230.812022] usb 2-8: device not accepting address 103, error -62
[ 1232.192047] usb 2-8: new full-speed USB device number 104 using ohci-pci
[ 1232.520086] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1232.600024] usb 2-8: device not accepting address 104, error -62
[ 1232.600048] usb usb2-port8: unable to enumerate USB device
[ 1232.904032] usb 2-8: new full-speed USB device number 105 using ohci-pci
[ 1233.752033] usb 2-8: device descriptor read/64, error -62
[ 1234.704031] usb 2-8: device descriptor read/64, error -62
[ 1234.984027] usb 2-8: new full-speed USB device number 106 using ohci-pci
[ 1235.080052] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1236.304036] usb 2-8: device descriptor read/64, error -62
[ 1236.768080] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1237.256036] usb 2-8: device descriptor read/64, error -62
[ 1237.536026] usb 2-8: new full-speed USB device number 107 using ohci-pci
[ 1237.944027] usb 2-8: device not accepting address 107, error -62
[ 1239.064036] usb 2-8: new full-speed USB device number 108 using ohci-pci
[ 1239.472035] usb 2-8: device not accepting address 108, error -62
[ 1239.472069] usb usb2-port8: unable to enumerate USB device
[ 1239.608115] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1239.964034] usb 2-8: new full-speed USB device number 109 using ohci-pci
[ 1240.816034] usb 2-8: device descriptor read/64, error -62
[ 1241.568029] usb 2-8: device descriptor read/64, error -62
[ 1241.760056] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1242.312035] usb 2-8: new full-speed USB device number 110 using ohci-pci
[ 1242.956031] usb 2-8: device descriptor read/64, error -62
[ 1243.448119] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1243.908026] usb 2-8: device descriptor read/64, error -62
[ 1244.188031] usb 2-8: new full-speed USB device number 111 using ohci-pci
[ 1244.596031] usb 2-8: device not accepting address 111, error -62
[ 1245.040036] usb 2-8: new full-speed USB device number 112 using ohci-pci
[ 1245.448030] usb 2-8: device not accepting address 112, error -62
[ 1245.448056] usb usb2-port8: unable to enumerate USB device
[ 1245.768033] usb 2-8: new full-speed USB device number 113 using ohci-pci
[ 1246.416030] usb 2-8: device descriptor read/64, error -62
[ 1246.700025] usb 2-8: device descriptor read/64, error -62
[ 1246.980027] usb 2-8: new full-speed USB device number 114 using ohci-pci
[ 1247.624030] usb 2-8: device descriptor read/64, error -62
[ 1248.372034] usb 2-8: device descriptor read/64, error -62
[ 1248.652029] usb 2-8: new full-speed USB device number 115 using ohci-pci
[ 1249.060032] usb 2-8: device not accepting address 115, error -62
[ 1249.236049] usb 2-8: new full-speed USB device number 116 using ohci-pci
[ 1249.644026] usb 2-8: device not accepting address 116, error -62
[ 1249.644053] usb usb2-port8: unable to enumerate USB device
[ 1249.948030] usb 2-8: new full-speed USB device number 117 using ohci-pci
[ 1250.796030] usb 2-8: device descriptor read/64, error -62
[ 1251.116092] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1251.544043] usb 2-8: device descriptor read/64, error -62
[ 1252.288059] usb 2-8: new full-speed USB device number 118 using ohci-pci
[ 1253.154468] usb 2-8: device descriptor read/64, error -62
[ 1253.476171] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1253.964049] usb 2-8: device descriptor read/64, error -62
[ 1254.244083] usb 2-8: new full-speed USB device number 119 using ohci-pci
[ 1254.652139] usb 2-8: device not accepting address 119, error -62
[ 1255.088155] usb 2-8: new full-speed USB device number 120 using ohci-pci
[ 1255.496070] usb 2-8: device not accepting address 120, error -62
[ 1255.496146] usb usb2-port8: unable to enumerate USB device
[ 1256.120055] usb 2-8: new full-speed USB device number 121 using ohci-pci
[ 1256.376274] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1256.768053] usb 2-8: device descriptor read/64, error -62
[ 1257.520078] usb 2-8: device descriptor read/64, error -62
[ 1257.800054] usb 2-8: new full-speed USB device number 122 using ohci-pci
[ 1258.648058] usb 2-8: device descriptor read/64, error -62
[ 1258.936175] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1259.396056] usb 2-8: device descriptor read/64, error -62
[ 1259.676049] usb 2-8: new full-speed USB device number 123 using ohci-pci
[ 1260.084093] usb 2-8: device not accepting address 123, error -62
[ 1260.284075] usb 2-8: new full-speed USB device number 124 using ohci-pci
[ 1260.692108] usb 2-8: device not accepting address 124, error -62
[ 1260.692192] usb usb2-port8: unable to enumerate USB device
[ 1260.996078] usb 2-8: new full-speed USB device number 125 using ohci-pci
[ 1261.640072] usb 2-8: device descriptor read/64, error -62
[ 1262.104146] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1262.604032] usb 2-8: device descriptor read/64, error -62
[ 1262.884033] usb 2-8: new full-speed USB device number 126 using ohci-pci
[ 1263.064028] usb 2-8: device descriptor read/64, error -62
[ 1263.812034] usb 2-8: device descriptor read/64, error -62
[ 1264.092042] usb 2-8: new full-speed USB device number 127 using ohci-pci
[ 1264.500057] usb 2-8: device not accepting address 127, error -62
[ 1264.936254] usb 2-8: new full-speed USB device number 2 using ohci-pci
[ 1265.344099] usb 2-8: device not accepting address 2, error -62
[ 1265.344147] usb usb2-port8: unable to enumerate USB device
[ 1265.596059] usb 2-8: new full-speed USB device number 3 using ohci-pci
[ 1266.244046] usb 2-8: device descriptor read/64, error -62
[ 1266.992035] usb 2-8: device descriptor read/64, error -62
[ 1267.272043] usb 2-8: new full-speed USB device number 4 using ohci-pci
[ 1267.624078] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1268.120029] usb 2-8: device descriptor read/64, error -62
[ 1269.072033] usb 2-8: device descriptor read/64, error -62
[ 1269.352105] usb 2-8: new full-speed USB device number 5 using ohci-pci
[ 1269.760060] usb 2-8: device not accepting address 5, error -62
[ 1270.204059] usb 2-8: new full-speed USB device number 6 using ohci-pci
[ 1270.612033] usb 2-8: device not accepting address 6, error -62
[ 1270.612069] usb usb2-port8: unable to enumerate USB device
[ 1270.920035] usb 2-8: new full-speed USB device number 7 using ohci-pci
[ 1271.172117] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1271.580043] usb 2-8: device descriptor read/64, error -62
[ 1272.532030] usb 2-8: device descriptor read/64, error -62
[ 1272.812057] usb 2-8: new full-speed USB device number 8 using ohci-pci
[ 1272.992024] usb 2-8: device descriptor read/64, error -62
[ 1273.740031] usb 2-8: device descriptor read/64, error -62
[ 1274.020037] usb 2-8: new full-speed USB device number 9 using ohci-pci
[ 1274.428031] usb 2-8: device not accepting address 9, error -62
[ 1274.872055] usb 2-8: new full-speed USB device number 10 using ohci-pci
[ 1275.280045] usb 2-8: device not accepting address 10, error -62
[ 1275.280096] usb usb2-port8: unable to enumerate USB device
[ 1275.532037] usb 2-8: new full-speed USB device number 11 using ohci-pci
[ 1275.716023] usb 2-8: device descriptor read/64, error -62
[ 1276.204059] usb 2-8: device descriptor read/64, error -62
[ 1276.484032] usb 2-8: new full-speed USB device number 12 using ohci-pci
[ 1277.332034] usb 2-8: device descriptor read/64, error -62
[ 1277.696085] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1278.552032] usb 2-8: device descriptor read/64, error -62
[ 1278.832024] usb 2-8: new full-speed USB device number 13 using ohci-pci
[ 1279.240030] usb 2-8: device not accepting address 13, error -62
[ 1279.684033] usb 2-8: new full-speed USB device number 14 using ohci-pci
[ 1280.092042] usb 2-8: device not accepting address 14, error -62
[ 1280.092068] usb usb2-port8: unable to enumerate USB device
[ 1280.420044] usb 2-8: new full-speed USB device number 15 using ohci-pci
[ 1281.068034] usb 2-8: device descriptor read/64, error -62
[ 1281.820035] usb 2-8: device descriptor read/64, error -62
[ 1282.100025] usb 2-8: new full-speed USB device number 16 using ohci-pci
[ 1282.448092] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1282.948035] usb 2-8: device descriptor read/64, error -62
[ 1283.900032] usb 2-8: device descriptor read/64, error -62
[ 1284.644035] usb 2-8: new full-speed USB device number 17 using ohci-pci
[ 1285.008592] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1285.052031] usb 2-8: device not accepting address 17, error -62
[ 1285.432052] usb 2-8: new full-speed USB device number 18 using ohci-pci
[ 1285.840029] usb 2-8: device not accepting address 18, error -62
[ 1285.840059] usb usb2-port8: unable to enumerate USB device
[ 1286.248034] usb 2-8: new full-speed USB device number 19 using ohci-pci
[ 1286.896033] usb 2-8: device descriptor read/64, error -62
[ 1287.180030] usb 2-8: device descriptor read/64, error -62
[ 1287.924042] usb 2-8: new full-speed USB device number 20 using ohci-pci
[ 1288.248087] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1288.772028] usb 2-8: device descriptor read/64, error -62
[ 1289.056036] usb 2-8: device descriptor read/64, error -62
[ 1289.800062] usb 2-8: new full-speed USB device number 21 using ohci-pci
[ 1290.208081] usb 2-8: device not accepting address 21, error -62
[ 1290.940086] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1291.328049] usb 2-8: new full-speed USB device number 22 using ohci-pci
[ 1291.736039] usb 2-8: device not accepting address 22, error -62
[ 1291.736063] usb usb2-port8: unable to enumerate USB device
[ 1292.032032] usb 2-8: new full-speed USB device number 23 using ohci-pci
[ 1292.216066] usb 2-8: device descriptor read/64, error -62
[ 1292.968036] usb 2-8: device descriptor read/64, error -62
[ 1293.248038] usb 2-8: new full-speed USB device number 24 using ohci-pci
[ 1293.892036] usb 2-8: device descriptor read/64, error -62
[ 1294.176027] usb 2-8: device descriptor read/64, error -62
[ 1294.544079] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1294.920033] usb 2-8: new full-speed USB device number 25 using ohci-pci
[ 1295.328145] usb 2-8: device not accepting address 25, error -62
[ 1295.504029] usb 2-8: new full-speed USB device number 26 using ohci-pci
[ 1295.912031] usb 2-8: device not accepting address 26, error -62
[ 1295.912066] usb usb2-port8: unable to enumerate USB device
[ 1296.216067] usb 2-8: new full-speed USB device number 27 using ohci-pci
[ 1296.860051] usb 2-8: device descriptor read/64, error -62
[ 1297.268107] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1297.608031] usb 2-8: device descriptor read/64, error -62
[ 1297.888030] usb 2-8: new full-speed USB device number 28 using ohci-pci
[ 1298.532031] usb 2-8: device descriptor read/64, error -62
[ 1299.484033] usb 2-8: device descriptor read/64, error -62
[ 1299.764025] usb 2-8: new full-speed USB device number 29 using ohci-pci
[ 1300.172030] usb 2-8: device not accepting address 29, error -62
[ 1300.616381] usb 2-8: new full-speed USB device number 30 using ohci-pci
[ 1301.024035] usb 2-8: device not accepting address 30, error -62
[ 1301.024072] usb usb2-port8: unable to enumerate USB device
[ 1302.496085] usb 2-8: new full-speed USB device number 31 using ohci-pci
[ 1302.828077] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1303.348041] usb 2-8: device descriptor read/64, error -62
[ 1304.100029] usb 2-8: device descriptor read/64, error -62
[ 1304.380033] usb 2-8: new full-speed USB device number 32 using ohci-pci
[ 1305.228053] usb 2-8: device descriptor read/64, error -62
[ 1305.512034] usb 2-8: device descriptor read/64, error -62
[ 1305.792029] usb 2-8: new full-speed USB device number 33 using ohci-pci
[ 1306.200028] usb 2-8: device not accepting address 33, error -62
[ 1306.840033] usb 2-8: new full-speed USB device number 34 using ohci-pci
[ 1307.248055] usb 2-8: device not accepting address 34, error -62
[ 1307.248179] usb usb2-port8: unable to enumerate USB device
[ 1307.680032] usb 2-8: new full-speed USB device number 35 using ohci-pci
[ 1308.176079] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1308.592031] usb 2-8: device descriptor read/64, error -62
[ 1309.544031] usb 2-8: device descriptor read/64, error -62
[ 1309.824029] usb 2-8: new full-speed USB device number 36 using ohci-pci
[ 1310.468032] usb 2-8: device descriptor read/64, error -62
[ 1310.736067] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1311.280036] usb 2-8: device descriptor read/64, error -62
[ 1311.560038] usb 2-8: new full-speed USB device number 37 using ohci-pci
[ 1311.968051] usb 2-8: device not accepting address 37, error -62
[ 1312.144027] usb 2-8: new full-speed USB device number 38 using ohci-pci
[ 1312.552028] usb 2-8: device not accepting address 38, error -62
[ 1312.552058] usb usb2-port8: unable to enumerate USB device
[ 1312.888034] usb 2-8: new full-speed USB device number 39 using ohci-pci
[ 1313.068053] usb 2-8: device descriptor read/64, error -62
[ 1313.816031] usb 2-8: device descriptor read/64, error -62
[ 1314.096029] usb 2-8: new full-speed USB device number 40 using ohci-pci
[ 1314.416121] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1314.944029] usb 2-8: device descriptor read/64, error -62
[ 1315.228045] usb 2-8: device descriptor read/64, error -62
[ 1315.508040] usb 2-8: new full-speed USB device number 41 using ohci-pci
[ 1315.916034] usb 2-8: device not accepting address 41, error -62
[ 1316.360042] usb 2-8: new full-speed USB device number 42 using ohci-pci
[ 1316.768039] usb 2-8: device not accepting address 42, error -62
[ 1316.768081] usb usb2-port8: unable to enumerate USB device
[ 1317.136032] usb 2-8: new full-speed USB device number 43 using ohci-pci
[ 1317.444190] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1317.780029] usb 2-8: device descriptor read/64, error -62
[ 1318.528029] usb 2-8: device descriptor read/64, error -62
[ 1318.808033] usb 2-8: new full-speed USB device number 44 using ohci-pci
[ 1319.656035] usb 2-8: device descriptor read/64, error -62
[ 1319.800118] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1320.200029] usb 2-8: device descriptor read/64, error -62
[ 1320.944035] usb 2-8: new full-speed USB device number 45 using ohci-pci
[ 1321.284116] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1321.352030] usb 2-8: device not accepting address 45, error -62
[ 1321.796033] usb 2-8: new full-speed USB device number 46 using ohci-pci
[ 1322.204030] usb 2-8: device not accepting address 46, error -62
[ 1322.204061] usb usb2-port8: unable to enumerate USB device
[ 1322.508035] usb 2-8: new full-speed USB device number 47 using ohci-pci
[ 1323.152029] usb 2-8: device descriptor read/64, error -62
[ 1323.436066] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1323.436096] usb usb1-port8: unable to enumerate USB device
[ 1323.900046] usb 2-8: device descriptor read/64, error -62
[ 1324.180028] usb 2-8: new full-speed USB device number 48 using ohci-pci
[ 1324.824031] usb 2-8: device descriptor read/64, error -62
[ 1325.572033] usb 2-8: device descriptor read/64, error -62
[ 1325.852143] usb 2-8: new full-speed USB device number 49 using ohci-pci
[ 1326.208094] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1326.260127] usb 2-8: device not accepting address 49, error -62
[ 1326.704049] usb 2-8: new full-speed USB device number 50 using ohci-pci
[ 1327.112039] usb 2-8: device not accepting address 50, error -62
[ 1327.112086] usb usb2-port8: unable to enumerate USB device
[ 1327.448050] usb 2-8: new full-speed USB device number 51 using ohci-pci
[ 1328.092044] usb 2-8: device descriptor read/64, error -62
[ 1328.360144] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1328.840030] usb 2-8: device descriptor read/64, error -62
[ 1329.120029] usb 2-8: new full-speed USB device number 52 using ohci-pci
[ 1329.300031] usb 2-8: device descriptor read/64, error -62
[ 1330.048034] usb 2-8: device descriptor read/64, error -62
[ 1330.328041] usb 2-8: new full-speed USB device number 53 using ohci-pci
[ 1330.736049] usb 2-8: device not accepting address 53, error -62
[ 1331.180037] usb 2-8: new full-speed USB device number 54 using ohci-pci
[ 1331.588035] usb 2-8: device not accepting address 54, error -62
[ 1331.588069] usb usb2-port8: unable to enumerate USB device
[ 1331.620079] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1331.924038] usb 2-8: new full-speed USB device number 55 using ohci-pci
[ 1332.568031] usb 2-8: device descriptor read/64, error -62
[ 1333.316037] usb 2-8: device descriptor read/64, error -62
[ 1333.596033] usb 2-8: new full-speed USB device number 56 using ohci-pci
[ 1333.772049] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1334.240028] usb 2-8: device descriptor read/64, error -62
[ 1334.524036] usb 2-8: device descriptor read/64, error -62
[ 1334.804038] usb 2-8: new full-speed USB device number 57 using ohci-pci
[ 1335.212030] usb 2-8: device not accepting address 57, error -62
[ 1336.332039] usb 2-8: new full-speed USB device number 58 using ohci-pci
[ 1336.740036] usb 2-8: device not accepting address 58, error -62
[ 1336.740072] usb usb2-port8: unable to enumerate USB device
[ 1336.996030] usb 2-8: new full-speed USB device number 59 using ohci-pci
[ 1337.640031] usb 2-8: device descriptor read/64, error -62
[ 1338.388056] usb 2-8: device descriptor read/64, error -62
[ 1339.024118] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1339.400048] usb 2-8: new full-speed USB device number 60 using ohci-pci
[ 1340.248030] usb 2-8: device descriptor read/64, error -62
[ 1341.176052] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1341.200030] usb 2-8: device descriptor read/64, error -62
[ 1342.424039] usb 2-8: new full-speed USB device number 61 using ohci-pci
[ 1342.832034] usb 2-8: device not accepting address 61, error -62
[ 1343.068081] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1343.472046] usb 2-8: new full-speed USB device number 62 using ohci-pci
[ 1343.880046] usb 2-8: device not accepting address 62, error -62
[ 1343.880079] usb usb2-port8: unable to enumerate USB device
[ 1344.160044] usb 2-8: new full-speed USB device number 63 using ohci-pci
[ 1344.808042] usb 2-8: device descriptor read/64, error -62
[ 1345.556033] usb 2-8: device descriptor read/64, error -62
[ 1345.984083] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1346.504072] usb 2-8: new full-speed USB device number 64 using ohci-pci
[ 1348.032055] usb 2-8: device descriptor read/64, error -62
[ 1348.340170] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1348.780030] usb 2-8: device descriptor read/64, error -62
[ 1349.728033] usb 2-8: new full-speed USB device number 65 using ohci-pci
[ 1350.028101] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1350.136027] usb 2-8: device not accepting address 65, error -62
[ 1351.728035] usb 2-8: new full-speed USB device number 66 using ohci-pci
[ 1351.772051] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1351.772076] usb usb1-port8: unable to enumerate USB device
[ 1352.136029] usb 2-8: device not accepting address 66, error -62
[ 1352.136055] usb usb2-port8: unable to enumerate USB device
[ 1352.440047] usb 2-8: new full-speed USB device number 67 using ohci-pci
[ 1353.084031] usb 2-8: device descriptor read/64, error -62
[ 1353.368168] usb 2-8: device descriptor read/64, error -62
[ 1354.112034] usb 2-8: new full-speed USB device number 68 using ohci-pci
[ 1354.468101] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1355.636031] usb 2-8: device descriptor read/64, error -62
[ 1355.920059] usb 2-8: device descriptor read/64, error -62
[ 1356.664034] usb 2-8: new full-speed USB device number 69 using ohci-pci
[ 1356.824054] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1357.072032] usb 2-8: device not accepting address 69, error -62
[ 1357.516132] usb 2-8: new full-speed USB device number 70 using ohci-pci
[ 1357.924026] usb 2-8: device not accepting address 70, error -62
[ 1357.924049] usb usb2-port8: unable to enumerate USB device
[ 1358.356063] usb 2-8: new full-speed USB device number 71 using ohci-pci
[ 1359.000032] usb 2-8: device descriptor read/64, error -62
[ 1359.452092] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1359.952054] usb 2-8: device descriptor read/64, error -62
[ 1360.232050] usb 2-8: new full-speed USB device number 72 using ohci-pci
[ 1360.876029] usb 2-8: device descriptor read/64, error -62
[ 1361.624028] usb 2-8: device descriptor read/64, error -62
[ 1361.904028] usb 2-8: new full-speed USB device number 73 using ohci-pci
[ 1362.228079] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1362.312039] usb 2-8: device not accepting address 73, error -62
[ 1362.756033] usb 2-8: new full-speed USB device number 74 using ohci-pci
[ 1363.164027] usb 2-8: device not accepting address 74, error -62
[ 1363.164060] usb usb2-port8: unable to enumerate USB device
[ 1363.468042] usb 2-8: new full-speed USB device number 75 using ohci-pci
[ 1363.648032] usb 2-8: device descriptor read/64, error -62
[ 1364.396045] usb 2-8: device descriptor read/64, error -62
[ 1364.676027] usb 2-8: new full-speed USB device number 76 using ohci-pci
[ 1364.856025] usb 2-8: device descriptor read/64, error -62
[ 1365.604032] usb 2-8: device descriptor read/64, error -62
[ 1365.884032] usb 2-8: new full-speed USB device number 77 using ohci-pci
[ 1366.292030] usb 2-8: device not accepting address 77, error -62
[ 1366.672033] usb 2-8: new full-speed USB device number 78 using ohci-pci
[ 1367.080031] usb 2-8: device not accepting address 78, error -62
[ 1367.080063] usb usb2-port8: unable to enumerate USB device
[ 1367.496038] usb 2-8: new full-speed USB device number 79 using ohci-pci
[ 1368.144031] usb 2-8: device descriptor read/64, error -62
[ 1368.896033] usb 2-8: device descriptor read/64, error -62
[ 1369.176065] usb 2-8: new full-speed USB device number 80 using ohci-pci
[ 1369.524097] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1370.028031] usb 2-8: device descriptor read/64, error -62
[ 1370.980036] usb 2-8: device descriptor read/64, error -62
[ 1371.260033] usb 2-8: new full-speed USB device number 81 using ohci-pci
[ 1371.668031] usb 2-8: device not accepting address 81, error -62
[ 1372.112032] usb 2-8: new full-speed USB device number 82 using ohci-pci
[ 1372.520035] usb 2-8: device not accepting address 82, error -62
[ 1372.520072] usb usb2-port8: unable to enumerate USB device
[ 1372.824039] usb 2-8: new full-speed USB device number 83 using ohci-pci
[ 1373.084077] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1373.468041] usb 2-8: device descriptor read/64, error -62
[ 1374.216056] usb 2-8: device descriptor read/64, error -62
[ 1374.496047] usb 2-8: new full-speed USB device number 84 using ohci-pci
[ 1374.676025] usb 2-8: device descriptor read/64, error -62
[ 1375.424048] usb 2-8: device descriptor read/64, error -62
[ 1375.704034] usb 2-8: new full-speed USB device number 85 using ohci-pci
[ 1376.112027] usb 2-8: device not accepting address 85, error -62
[ 1376.288026] usb 2-8: new full-speed USB device number 86 using ohci-pci
[ 1376.696030] usb 2-8: device not accepting address 86, error -62
[ 1376.696060] usb usb2-port8: unable to enumerate USB device
[ 1377.000037] usb 2-8: new full-speed USB device number 87 using ohci-pci
[ 1377.180028] usb 2-8: device descriptor read/64, error -62
[ 1378.132032] usb 2-8: device descriptor read/64, error -62
[ 1378.412322] usb 2-8: new full-speed USB device number 88 using ohci-pci
[ 1378.720080] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1379.060030] usb 2-8: device descriptor read/64, error -62
[ 1379.808107] usb 2-8: device descriptor read/64, error -62
[ 1380.088063] usb 2-8: new full-speed USB device number 89 using ohci-pci
[ 1380.496042] usb 2-8: device not accepting address 89, error -62
[ 1380.872063] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1381.412042] usb 2-8: new full-speed USB device number 90 using ohci-pci
[ 1381.820027] usb 2-8: device not accepting address 90, error -62
[ 1381.820058] usb usb2-port8: unable to enumerate USB device
[ 1382.124030] usb 2-8: new full-speed USB device number 91 using ohci-pci
[ 1382.356181] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1382.768060] usb 2-8: device descriptor read/64, error -62
[ 1383.720031] usb 2-8: device descriptor read/64, error -62
[ 1384.004039] usb 2-8: new full-speed USB device number 92 using ohci-pci
[ 1384.648028] usb 2-8: device descriptor read/64, error -62
[ 1384.712053] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1384.712078] usb usb1-port8: unable to enumerate USB device
[ 1385.200029] usb 2-8: device descriptor read/64, error -62
[ 1385.740033] usb 2-8: new full-speed USB device number 93 using ohci-pci
[ 1386.148036] usb 2-8: device not accepting address 93, error -62
[ 1386.592043] usb 2-8: new full-speed USB device number 94 using ohci-pci
[ 1387.000081] usb 2-8: device not accepting address 94, error -62
[ 1387.000107] usb usb2-port8: unable to enumerate USB device
[ 1387.012084] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1387.336049] usb 2-8: new full-speed USB device number 95 using ohci-pci
[ 1387.516035] usb 2-8: device descriptor read/64, error -62
[ 1388.264029] usb 2-8: device descriptor read/64, error -62
[ 1388.544036] usb 2-8: new full-speed USB device number 96 using ohci-pci
[ 1389.392031] usb 2-8: device descriptor read/64, error -62
[ 1389.776056] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1390.204031] usb 2-8: device descriptor read/64, error -62
[ 1390.484034] usb 2-8: new full-speed USB device number 97 using ohci-pci
[ 1390.892035] usb 2-8: device not accepting address 97, error -62
[ 1391.464109] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1392.484048] usb 2-8: new full-speed USB device number 98 using ohci-pci
[ 1392.892027] usb 2-8: device not accepting address 98, error -62
[ 1392.892050] usb usb2-port8: unable to enumerate USB device
[ 1393.436046] usb 2-8: new full-speed USB device number 99 using ohci-pci
[ 1394.084031] usb 2-8: device descriptor read/64, error -62
[ 1394.304078] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1394.628030] usb 2-8: device descriptor read/64, error -62
[ 1394.908033] usb 2-8: new full-speed USB device number 100 using ohci-pci
[ 1395.756032] usb 2-8: device descriptor read/64, error -62
[ 1396.708031] usb 2-8: device descriptor read/64, error -62
[ 1396.988030] usb 2-8: new full-speed USB device number 101 using ohci-pci
[ 1397.068054] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1397.396050] usb 2-8: device not accepting address 101, error -62
[ 1398.552109] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1398.988029] usb 2-8: new full-speed USB device number 102 using ohci-pci
[ 1399.396041] usb 2-8: device not accepting address 102, error -62
[ 1399.396084] usb usb2-port8: unable to enumerate USB device
[ 1399.700031] usb 2-8: new full-speed USB device number 103 using ohci-pci
[ 1400.548033] usb 2-8: device descriptor read/64, error -62
[ 1400.708052] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1400.708078] usb usb1-port8: unable to enumerate USB device
[ 1401.036031] usb 2-8: device descriptor read/64, error -62
[ 1401.780033] usb 2-8: new full-speed USB device number 104 using ohci-pci
[ 1402.424040] usb 2-8: device descriptor read/64, error -62
[ 1402.900110] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1403.376050] usb 2-8: device descriptor read/64, error -62
[ 1404.324030] usb 2-8: new full-speed USB device number 105 using ohci-pci
[ 1404.732029] usb 2-8: device not accepting address 105, error -62
[ 1405.372049] usb 2-8: new full-speed USB device number 106 using ohci-pci
[ 1405.780033] usb 2-8: device not accepting address 106, error -62
[ 1405.780068] usb usb2-port8: unable to enumerate USB device
[ 1406.084028] usb 2-8: new full-speed USB device number 107 using ohci-pci
[ 1406.320074] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1407.200031] usb 2-8: device descriptor read/64, error -62
[ 1408.152032] usb 2-8: device descriptor read/64, error -62
[ 1408.432037] usb 2-8: new full-speed USB device number 108 using ohci-pci
[ 1408.472132] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1408.872040] usb 2-8: device descriptor read/64, error -62
[ 1409.824240] usb 2-8: device descriptor read/64, error -62
[ 1410.104036] usb 2-8: new full-speed USB device number 109 using ohci-pci
[ 1410.512040] usb 2-8: device not accepting address 109, error -62
[ 1410.956029] usb 2-8: new full-speed USB device number 110 using ohci-pci
[ 1411.364545] usb 2-8: device not accepting address 110, error -62
[ 1411.366608] usb usb2-port8: unable to enumerate USB device
[ 1411.668047] usb 2-8: new full-speed USB device number 111 using ohci-pci
[ 1411.900080] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1412.312026] usb 2-8: device descriptor read/64, error -62
[ 1413.736032] usb 2-8: device descriptor read/64, error -62
[ 1413.848047] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1414.276033] usb 2-8: new full-speed USB device number 112 using ohci-pci
[ 1414.920037] usb 2-8: device descriptor read/64, error -62
[ 1415.332098] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1415.668029] usb 2-8: device descriptor read/64, error -62
[ 1415.948028] usb 2-8: new full-speed USB device number 113 using ohci-pci
[ 1416.356027] usb 2-8: device not accepting address 113, error -62
[ 1416.800035] usb 2-8: new full-speed USB device number 114 using ohci-pci
[ 1417.208060] usb 2-8: device not accepting address 114, error -62
[ 1417.208108] usb usb2-port8: unable to enumerate USB device
[ 1417.512035] usb 2-8: new full-speed USB device number 115 using ohci-pci
[ 1417.904105] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1418.360025] usb 2-8: device descriptor read/64, error -62
[ 1419.316029] usb 2-8: device descriptor read/64, error -62
[ 1419.596044] usb 2-8: new full-speed USB device number 116 using ohci-pci
[ 1419.776031] usb 2-8: device descriptor read/64, error -62
[ 1421.501646] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1421.876025] usb 2-8: device descriptor read/64, error -62
[ 1422.156036] usb 2-8: new full-speed USB device number 117 using ohci-pci
[ 1422.564041] usb 2-8: device not accepting address 117, error -62
[ 1422.740038] usb 2-8: new full-speed USB device number 118 using ohci-pci
[ 1423.148033] usb 2-8: device not accepting address 118, error -62
[ 1423.148080] usb usb2-port8: unable to enumerate USB device
[ 1423.452038] usb 2-8: new full-speed USB device number 119 using ohci-pci
[ 1424.096027] usb 2-8: device descriptor read/64, error -62
[ 1424.380024] usb 2-8: device descriptor read/64, error -62
[ 1424.760084] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1425.124037] usb 2-8: new full-speed USB device number 120 using ohci-pci
[ 1425.972032] usb 2-8: device descriptor read/64, error -62
[ 1426.256029] usb 2-8: device descriptor read/64, error -62
[ 1426.536038] usb 2-8: new full-speed USB device number 121 using ohci-pci
[ 1426.944041] usb 2-8: device not accepting address 121, error -62
[ 1427.120029] usb 2-8: new full-speed USB device number 122 using ohci-pci
[ 1427.528032] usb 2-8: device not accepting address 122, error -62
[ 1427.528064] usb usb2-port8: unable to enumerate USB device
[ 1427.832027] usb 2-8: new full-speed USB device number 123 using ohci-pci
[ 1428.012025] usb 2-8: device descriptor read/64, error -62
[ 1428.760035] usb 2-8: device descriptor read/64, error -62
[ 1429.040037] usb 2-8: new full-speed USB device number 124 using ohci-pci
[ 1429.352105] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1429.684033] usb 2-8: device descriptor read/64, error -62
[ 1430.892068] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1431.376030] usb 2-8: device descriptor read/64, error -62
[ 1431.656058] usb 2-8: new full-speed USB device number 125 using ohci-pci
[ 1432.064043] usb 2-8: device not accepting address 125, error -62
[ 1432.508047] usb 2-8: new full-speed USB device number 126 using ohci-pci
[ 1432.916037] usb 2-8: device not accepting address 126, error -62
[ 1432.916081] usb usb2-port8: unable to enumerate USB device
[ 1433.220029] usb 2-8: new full-speed USB device number 127 using ohci-pci
[ 1433.440116] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1433.868034] usb 2-8: device descriptor read/64, error -62
[ 1434.824029] usb 2-8: device descriptor read/64, error -62
[ 1435.104085] usb 2-8: new full-speed USB device number 2 using ohci-pci
[ 1435.752035] usb 2-8: device descriptor read/64, error -62
[ 1436.000049] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1436.500046] usb 2-8: device descriptor read/64, error -62
[ 1437.244033] usb 2-8: new full-speed USB device number 3 using ohci-pci
[ 1437.652134] usb 2-8: device not accepting address 3, error -62
[ 1437.688106] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1438.032032] usb 2-8: new full-speed USB device number 4 using ohci-pci
[ 1438.440040] usb 2-8: device not accepting address 4, error -62
[ 1438.440074] usb usb2-port8: unable to enumerate USB device
[ 1438.924049] usb 2-8: new full-speed USB device number 5 using ohci-pci
[ 1439.572037] usb 2-8: device descriptor read/64, error -62
[ 1439.840051] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1439.840077] usb usb1-port8: unable to enumerate USB device
[ 1440.320034] usb 2-8: device descriptor read/64, error -62
[ 1440.600035] usb 2-8: new full-speed USB device number 6 using ohci-pci
[ 1441.920034] usb 2-8: device descriptor read/64, error -62
[ 1442.424119] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1442.872148] usb 2-8: device descriptor read/64, error -62
[ 1443.152025] usb 2-8: new full-speed USB device number 7 using ohci-pci
[ 1443.560038] usb 2-8: device not accepting address 7, error -62
[ 1444.856081] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1445.356035] usb 2-8: new full-speed USB device number 8 using ohci-pci
[ 1445.764031] usb 2-8: device not accepting address 8, error -62
[ 1445.764062] usb usb2-port8: unable to enumerate USB device
[ 1446.100041] usb 2-8: new full-speed USB device number 9 using ohci-pci
[ 1446.280028] usb 2-8: device descriptor read/64, error -62
[ 1447.028031] usb 2-8: device descriptor read/64, error -62
[ 1447.416064] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1447.836033] usb 2-8: new full-speed USB device number 10 using ohci-pci
[ 1448.480091] usb 2-8: device descriptor read/64, error -62
[ 1448.764035] usb 2-8: device descriptor read/64, error -62
[ 1449.104083] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1449.508053] usb 2-8: new full-speed USB device number 11 using ohci-pci
[ 1449.916031] usb 2-8: device not accepting address 11, error -62
[ 1450.556061] usb 2-8: new full-speed USB device number 12 using ohci-pci
[ 1450.964032] usb 2-8: device not accepting address 12, error -62
[ 1450.964064] usb usb2-port8: unable to enumerate USB device
[ 1451.268033] usb 2-8: new full-speed USB device number 13 using ohci-pci
[ 1451.504090] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1451.912031] usb 2-8: device descriptor read/64, error -62
[ 1452.660031] usb 2-8: device descriptor read/64, error -62
[ 1452.940025] usb 2-8: new full-speed USB device number 14 using ohci-pci
[ 1453.656083] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1454.056030] usb 2-8: device descriptor read/64, error -62
[ 1455.008047] usb 2-8: device descriptor read/64, error -62
[ 1455.288030] usb 2-8: new full-speed USB device number 15 using ohci-pci
[ 1455.548120] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1455.696131] usb 2-8: device not accepting address 15, error -62
[ 1456.140040] usb 2-8: new full-speed USB device number 16 using ohci-pci
[ 1456.548057] usb 2-8: device not accepting address 16, error -62
[ 1456.548110] usb usb2-port8: unable to enumerate USB device
[ 1457.332040] usb 2-8: new full-speed USB device number 17 using ohci-pci
[ 1458.184032] usb 2-8: device descriptor read/64, error -62
[ 1458.556228] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1458.932035] usb 2-8: device descriptor read/64, error -62
[ 1459.212030] usb 2-8: new full-speed USB device number 18 using ohci-pci
[ 1459.920032] usb 2-8: device descriptor read/64, error -62
[ 1460.204027] usb 2-8: device descriptor read/64, error -62
[ 1460.948068] usb 2-8: new full-speed USB device number 19 using ohci-pci
[ 1461.356038] usb 2-8: device not accepting address 19, error -62
[ 1461.568113] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1461.996037] usb 2-8: new full-speed USB device number 20 using ohci-pci
[ 1462.404031] usb 2-8: device not accepting address 20, error -62
[ 1462.404061] usb usb2-port8: unable to enumerate USB device
[ 1462.804032] usb 2-8: new full-speed USB device number 21 using ohci-pci
[ 1462.984033] usb 2-8: device descriptor read/64, error -62
[ 1463.736035] usb 2-8: device descriptor read/64, error -62
[ 1464.016049] usb 2-8: new full-speed USB device number 22 using ohci-pci
[ 1464.128094] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1464.660036] usb 2-8: device descriptor read/64, error -62
[ 1464.944024] usb 2-8: device descriptor read/64, error -62
[ 1465.224026] usb 2-8: new full-speed USB device number 23 using ohci-pci
[ 1465.632034] usb 2-8: device not accepting address 23, error -62
[ 1466.076036] usb 2-8: new full-speed USB device number 24 using ohci-pci
[ 1466.484034] usb 2-8: device not accepting address 24, error -62
[ 1466.484069] usb usb2-port8: unable to enumerate USB device
[ 1466.884032] usb 2-8: new full-speed USB device number 25 using ohci-pci
[ 1467.160098] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1467.528047] usb 2-8: device descriptor read/64, error -62
[ 1468.276038] usb 2-8: device descriptor read/64, error -62
[ 1468.556037] usb 2-8: new full-speed USB device number 26 using ohci-pci
[ 1469.404035] usb 2-8: device descriptor read/64, error -62
[ 1469.720088] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1470.152042] usb 2-8: device descriptor read/64, error -62
[ 1470.432076] usb 2-8: new full-speed USB device number 27 using ohci-pci
[ 1470.840030] usb 2-8: device not accepting address 27, error -62
[ 1471.284034] usb 2-8: new full-speed USB device number 28 using ohci-pci
[ 1471.692035] usb 2-8: device not accepting address 28, error -62
[ 1471.692070] usb usb2-port8: unable to enumerate USB device
[ 1471.816123] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1472.124033] usb 2-8: new full-speed USB device number 29 using ohci-pci
[ 1472.972035] usb 2-8: device descriptor read/64, error -62
[ 1473.256028] usb 2-8: device descriptor read/64, error -62
[ 1474.000036] usb 2-8: new full-speed USB device number 30 using ohci-pci
[ 1474.172122] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1474.172155] usb usb1-port8: unable to enumerate USB device
[ 1474.628037] usb 2-8: device descriptor read/64, error -62
[ 1475.376031] usb 2-8: device descriptor read/64, error -62
[ 1475.656043] usb 2-8: new full-speed USB device number 31 using ohci-pci
[ 1476.064026] usb 2-8: device not accepting address 31, error -62
[ 1476.704035] usb 2-8: new full-speed USB device number 32 using ohci-pci
[ 1477.112030] usb 2-8: device not accepting address 32, error -62
[ 1477.112063] usb usb2-port8: unable to enumerate USB device
[ 1477.416039] usb 2-8: new full-speed USB device number 33 using ohci-pci
[ 1477.596047] usb 2-8: device descriptor read/64, error -62
[ 1478.044080] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1478.548037] usb 2-8: device descriptor read/64, error -62
[ 1478.828029] usb 2-8: new full-speed USB device number 34 using ohci-pci
[ 1479.472086] usb 2-8: device descriptor read/64, error -62
[ 1480.220031] usb 2-8: device descriptor read/64, error -62
[ 1480.500036] usb 2-8: new full-speed USB device number 35 using ohci-pci
[ 1480.884108] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1480.908030] usb 2-8: device not accepting address 35, error -62
[ 1481.352054] usb 2-8: new full-speed USB device number 36 using ohci-pci
[ 1481.760032] usb 2-8: device not accepting address 36, error -62
[ 1481.760066] usb usb2-port8: unable to enumerate USB device
[ 1482.064028] usb 2-8: new full-speed USB device number 37 using ohci-pci
[ 1482.912031] usb 2-8: device descriptor read/64, error -62
[ 1483.036054] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1483.456044] usb 2-8: device descriptor read/64, error -62
[ 1483.736031] usb 2-8: new full-speed USB device number 38 using ohci-pci
[ 1484.584051] usb 2-8: device descriptor read/64, error -62
[ 1484.928093] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1485.332036] usb 2-8: device descriptor read/64, error -62
[ 1485.612052] usb 2-8: new full-speed USB device number 39 using ohci-pci
[ 1486.020040] usb 2-8: device not accepting address 39, error -62
[ 1486.464034] usb 2-8: new full-speed USB device number 40 using ohci-pci
[ 1486.872030] usb 2-8: device not accepting address 40, error -62
[ 1486.872057] usb usb2-port8: unable to enumerate USB device
[ 1487.208032] usb 2-8: new full-speed USB device number 41 using ohci-pci
[ 1487.852031] usb 2-8: device descriptor read/64, error -62
[ 1488.316090] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1488.804033] usb 2-8: device descriptor read/64, error -62
[ 1489.752149] usb 2-8: new full-speed USB device number 42 using ohci-pci
[ 1490.396029] usb 2-8: device descriptor read/64, error -62
[ 1490.672066] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1491.144029] usb 2-8: device descriptor read/64, error -62
[ 1491.684046] usb 2-8: new full-speed USB device number 43 using ohci-pci
[ 1491.952096] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1492.096025] usb 2-8: device not accepting address 43, error -62
[ 1492.540036] usb 2-8: new full-speed USB device number 44 using ohci-pci
[ 1492.948031] usb 2-8: device not accepting address 44, error -62
[ 1492.948062] usb usb2-port8: unable to enumerate USB device
[ 1493.252037] usb 2-8: new full-speed USB device number 45 using ohci-pci
[ 1493.896030] usb 2-8: device descriptor read/64, error -62
[ 1494.104072] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1494.104100] usb usb1-port8: unable to enumerate USB device
[ 1494.440033] usb 2-8: device descriptor read/64, error -62
[ 1494.720039] usb 2-8: new full-speed USB device number 46 using ohci-pci
[ 1495.364144] usb 2-8: device descriptor read/64, error -62
[ 1496.116032] usb 2-8: device descriptor read/64, error -62
[ 1496.396031] usb 2-8: new full-speed USB device number 47 using ohci-pci
[ 1496.804036] usb 2-8: device not accepting address 47, error -62
[ 1496.980065] usb 2-8: new full-speed USB device number 48 using ohci-pci
[ 1497.388025] usb 2-8: device not accepting address 48, error -62
[ 1497.388053] usb usb2-port8: unable to enumerate USB device
[ 1497.692083] usb 2-8: new full-speed USB device number 49 using ohci-pci
[ 1498.544034] usb 2-8: device descriptor read/64, error -62
[ 1498.884081] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1499.292031] usb 2-8: device descriptor read/64, error -62
[ 1500.304053] usb 2-8: new full-speed USB device number 50 using ohci-pci
[ 1501.152104] usb 2-8: device descriptor read/64, error -62
[ 1501.436047] usb 2-8: device descriptor read/64, error -62
[ 1501.716045] usb 2-8: new full-speed USB device number 51 using ohci-pci
[ 1502.124032] usb 2-8: device not accepting address 51, error -62
[ 1502.568035] usb 2-8: new full-speed USB device number 52 using ohci-pci
[ 1502.976125] usb 2-8: device not accepting address 52, error -62
[ 1502.976219] usb usb2-port8: unable to enumerate USB device
[ 1503.312032] usb 2-8: new full-speed USB device number 53 using ohci-pci
[ 1503.492026] usb 2-8: device descriptor read/64, error -62
[ 1503.820107] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1504.240035] usb 2-8: device descriptor read/64, error -62
[ 1504.520114] usb 2-8: new full-speed USB device number 54 using ohci-pci
[ 1505.164032] usb 2-8: device descriptor read/64, error -62
[ 1505.912047] usb 2-8: device descriptor read/64, error -62
[ 1506.192135] usb 2-8: new full-speed USB device number 55 using ohci-pci
[ 1506.600047] usb 2-8: device not accepting address 55, error -62
[ 1506.776028] usb 2-8: new full-speed USB device number 56 using ohci-pci
[ 1507.184026] usb 2-8: device not accepting address 56, error -62
[ 1507.184051] usb usb2-port8: unable to enumerate USB device
[ 1507.488040] usb 2-8: new full-speed USB device number 57 using ohci-pci
[ 1507.668036] usb 2-8: device descriptor read/64, error -62
[ 1508.624125] usb 2-8: device descriptor read/64, error -62
[ 1508.904030] usb 2-8: new full-speed USB device number 58 using ohci-pci
[ 1509.208091] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1509.548031] usb 2-8: device descriptor read/64, error -62
[ 1510.296034] usb 2-8: device descriptor read/64, error -62
[ 1510.576034] usb 2-8: new full-speed USB device number 59 using ohci-pci
[ 1510.984028] usb 2-8: device not accepting address 59, error -62
[ 1511.428039] usb 2-8: new full-speed USB device number 60 using ohci-pci
[ 1511.836026] usb 2-8: device not accepting address 60, error -62
[ 1511.836050] usb usb2-port8: unable to enumerate USB device
[ 1512.136036] usb 2-8: new full-speed USB device number 61 using ohci-pci
[ 1512.784031] usb 2-8: device descriptor read/64, error -62
[ 1513.068030] usb 2-8: device descriptor read/64, error -62
[ 1513.812067] usb 2-8: new full-speed USB device number 62 using ohci-pci
[ 1514.164076] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1514.664046] usb 2-8: device descriptor read/64, error -62
[ 1515.616054] usb 2-8: device descriptor read/64, error -62
[ 1516.360033] usb 2-8: new full-speed USB device number 63 using ohci-pci
[ 1516.520055] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1516.768038] usb 2-8: device not accepting address 63, error -62
[ 1517.212036] usb 2-8: new full-speed USB device number 64 using ohci-pci
[ 1517.620056] usb 2-8: device not accepting address 64, error -62
[ 1517.620106] usb usb2-port8: unable to enumerate USB device
[ 1517.924030] usb 2-8: new full-speed USB device number 65 using ohci-pci
[ 1518.104026] usb 2-8: device descriptor read/64, error -62
[ 1518.852079] usb 2-8: device descriptor read/64, error -62
[ 1519.132054] usb 2-8: new full-speed USB device number 66 using ohci-pci
[ 1519.448134] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1519.776021] usb 2-8: device descriptor read/64, error -62
[ 1520.528226] usb 2-8: device descriptor read/64, error -62
[ 1521.272053] usb 2-8: new full-speed USB device number 67 using ohci-pci
[ 1521.396125] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1521.680102] usb 2-8: device not accepting address 67, error -62
[ 1522.124059] usb 2-8: new full-speed USB device number 68 using ohci-pci
[ 1522.532092] usb 2-8: device not accepting address 68, error -62
[ 1522.532179] usb usb2-port8: unable to enumerate USB device
[ 1522.868036] usb 2-8: new full-speed USB device number 69 using ohci-pci
[ 1523.512036] usb 2-8: device descriptor read/64, error -62
[ 1523.980093] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1524.464038] usb 2-8: device descriptor read/64, error -62
[ 1524.744035] usb 2-8: new full-speed USB device number 70 using ohci-pci
[ 1525.388035] usb 2-8: device descriptor read/64, error -62
[ 1526.136047] usb 2-8: device descriptor read/64, error -62
[ 1526.416045] usb 2-8: new full-speed USB device number 71 using ohci-pci
[ 1526.788163] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1526.824025] usb 2-8: device not accepting address 71, error -62
[ 1527.268127] usb 2-8: new full-speed USB device number 72 using ohci-pci
[ 1527.676144] usb 2-8: device not accepting address 72, error -62
[ 1527.676175] usb usb2-port8: unable to enumerate USB device
[ 1527.932021] usb 2-8: new full-speed USB device number 73 using ohci-pci
[ 1528.580023] usb 2-8: device descriptor read/64, error -62
[ 1529.328041] usb 2-8: device descriptor read/64, error -62
[ 1529.608034] usb 2-8: new full-speed USB device number 74 using ohci-pci
[ 1529.960083] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1530.456033] usb 2-8: device descriptor read/64, error -62
[ 1531.204033] usb 2-8: device descriptor read/64, error -62
[ 1531.484034] usb 2-8: new full-speed USB device number 75 using ohci-pci
[ 1531.892042] usb 2-8: device not accepting address 75, error -62
[ 1532.336028] usb 2-8: new full-speed USB device number 76 using ohci-pci
[ 1532.744042] usb 2-8: device not accepting address 76, error -62
[ 1532.744093] usb usb2-port8: unable to enumerate USB device
[ 1533.048026] usb 2-8: new full-speed USB device number 77 using ohci-pci
[ 1533.228031] usb 2-8: device descriptor read/64, error -62
[ 1533.976031] usb 2-8: device descriptor read/64, error -62
[ 1534.256774] usb 2-8: new full-speed USB device number 78 using ohci-pci
[ 1534.572116] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1534.904027] usb 2-8: device descriptor read/64, error -62
[ 1535.188080] usb 2-8: device descriptor read/64, error -62
[ 1535.468044] usb 2-8: new full-speed USB device number 79 using ohci-pci
[ 1535.876042] usb 2-8: device not accepting address 79, error -62
[ 1536.996041] usb 2-8: new full-speed USB device number 80 using ohci-pci
[ 1537.404033] usb 2-8: device not accepting address 80, error -62
[ 1537.404072] usb usb2-port8: unable to enumerate USB device
[ 1538.188036] usb 2-8: new full-speed USB device number 81 using ohci-pci
[ 1538.372037] usb 2-8: device descriptor read/64, error -62
[ 1539.124038] usb 2-8: device descriptor read/64, error -62
[ 1539.372109] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1539.868044] usb 2-8: new full-speed USB device number 82 using ohci-pci
[ 1540.512043] usb 2-8: device descriptor read/64, error -62
[ 1541.056048] usb 2-8: device descriptor read/64, error -62
[ 1541.336048] usb 2-8: new full-speed USB device number 83 using ohci-pci
[ 1541.744029] usb 2-8: device not accepting address 83, error -62
[ 1542.188035] usb 2-8: new full-speed USB device number 84 using ohci-pci
[ 1542.596514] usb 2-8: device not accepting address 84, error -62
[ 1542.596910] usb usb2-port8: unable to enumerate USB device
[ 1542.924043] usb 2-8: new full-speed USB device number 85 using ohci-pci
[ 1543.572051] usb 2-8: device descriptor read/64, error -62
[ 1544.324040] usb 2-8: device descriptor read/64, error -62
[ 1544.604059] usb 2-8: new full-speed USB device number 86 using ohci-pci
[ 1544.952061] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1545.452054] usb 2-8: device descriptor read/64, error -62
[ 1546.404033] usb 2-8: device descriptor read/64, error -62
[ 1546.684053] usb 2-8: new full-speed USB device number 87 using ohci-pci
[ 1547.092078] usb 2-8: device not accepting address 87, error -62
[ 1547.536038] usb 2-8: new full-speed USB device number 88 using ohci-pci
[ 1547.716066] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1547.944034] usb 2-8: device not accepting address 88, error -62
[ 1547.944075] usb usb2-port8: unable to enumerate USB device
[ 1548.248030] usb 2-8: new full-speed USB device number 89 using ohci-pci
[ 1549.404188] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1549.772059] usb 2-8: device descriptor read/64, error -62
[ 1550.520045] usb 2-8: device descriptor read/64, error -62
[ 1550.800052] usb 2-8: new full-speed USB device number 90 using ohci-pci
[ 1551.648034] usb 2-8: device descriptor read/64, error -62
[ 1551.760102] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1551.760131] usb usb1-port8: unable to enumerate USB device
[ 1552.136053] usb 2-8: device descriptor read/64, error -62
[ 1552.416034] usb 2-8: new full-speed USB device number 91 using ohci-pci
[ 1552.824061] usb 2-8: device not accepting address 91, error -62
[ 1552.988064] usb 2-8: new full-speed USB device number 92 using ohci-pci
[ 1553.396021] usb 2-8: device not accepting address 92, error -62
[ 1553.396041] usb usb2-port8: unable to enumerate USB device
[ 1553.700050] usb 2-8: new full-speed USB device number 93 using ohci-pci
[ 1554.332038] usb 2-8: device descriptor read/64, error -62
[ 1554.808110] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1555.284133] usb 2-8: device descriptor read/64, error -62
[ 1555.564082] usb 2-8: new full-speed USB device number 94 using ohci-pci
[ 1556.884035] usb 2-8: device descriptor read/64, error -62
[ 1557.208122] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1557.632039] usb 2-8: device descriptor read/64, error -62
[ 1557.912050] usb 2-8: new full-speed USB device number 95 using ohci-pci
[ 1558.320042] usb 2-8: device not accepting address 95, error -62
[ 1558.764078] usb 2-8: new full-speed USB device number 96 using ohci-pci
[ 1559.172033] usb 2-8: device not accepting address 96, error -62
[ 1559.172069] usb usb2-port8: unable to enumerate USB device
[ 1559.476031] usb 2-8: new full-speed USB device number 97 using ohci-pci
[ 1559.876129] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1560.324044] usb 2-8: device descriptor read/64, error -62
[ 1561.276135] usb 2-8: device descriptor read/64, error -62
[ 1561.556036] usb 2-8: new full-speed USB device number 98 using ohci-pci
[ 1562.240093] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1563.352037] usb 2-8: device descriptor read/64, error -62
[ 1563.724086] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1564.104042] usb 2-8: device descriptor read/64, error -62
[ 1564.384043] usb 2-8: new full-speed USB device number 99 using ohci-pci
[ 1564.792554] usb 2-8: device not accepting address 99, error -62
[ 1565.696117] usb 2-8: new full-speed USB device number 100 using ohci-pci
[ 1565.708130] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1565.708163] usb usb1-port8: unable to enumerate USB device
[ 1566.108044] usb 2-8: device not accepting address 100, error -62
[ 1566.108086] usb usb2-port8: unable to enumerate USB device
[ 1566.416133] usb 2-8: new full-speed USB device number 101 using ohci-pci
[ 1567.752165] usb 2-8: device descriptor read/64, error -62
[ 1568.076847] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1568.500041] usb 2-8: device descriptor read/64, error -62
[ 1569.252043] usb 2-8: new full-speed USB device number 102 using ohci-pci
[ 1570.104044] usb 2-8: device descriptor read/64, error -62
[ 1570.252078] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1570.652054] usb 2-8: device descriptor read/64, error -62
[ 1570.936035] usb 2-8: new full-speed USB device number 103 using ohci-pci
[ 1571.344031] usb 2-8: device not accepting address 103, error -62
[ 1571.788035] usb 2-8: new full-speed USB device number 104 using ohci-pci
[ 1572.196059] usb 2-8: device not accepting address 104, error -62
[ 1572.196099] usb usb2-port8: unable to enumerate USB device
[ 1604.552037] usb 2-8: new full-speed USB device number 105 using ohci-pci
[ 1605.200029] usb 2-8: device descriptor read/64, error -62
[ 1605.488034] usb 2-8: device descriptor read/64, error -62
[ 1605.768129] usb 2-8: new full-speed USB device number 106 using ohci-pci
[ 1606.416027] usb 2-8: device descriptor read/64, error -62
[ 1607.164031] usb 2-8: device descriptor read/64, error -62
[ 1607.444032] usb 2-8: new full-speed USB device number 107 using ohci-pci
[ 1607.852052] usb 2-8: device not accepting address 107, error -62
[ 1608.028030] usb 2-8: new full-speed USB device number 108 using ohci-pci
[ 1608.436034] usb 2-8: device not accepting address 108, error -62
[ 1608.436074] usb usb2-port8: unable to enumerate USB device
[ 1608.740034] usb 2-8: new full-speed USB device number 109 using ohci-pci
[ 1609.628265] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1610.060037] usb 2-8: device descriptor read/64, error -62
[ 1611.012032] usb 2-8: device descriptor read/64, error -62
[ 1611.292027] usb 2-8: new full-speed USB device number 110 using ohci-pci
[ 1611.936032] usb 2-8: device descriptor read/64, error -62
[ 1612.188061] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1612.684138] usb 2-8: device descriptor read/64, error -62
[ 1612.964136] usb 2-8: new full-speed USB device number 111 using ohci-pci
[ 1613.372029] usb 2-8: device not accepting address 111, error -62
[ 1613.816031] usb 2-8: new full-speed USB device number 112 using ohci-pci
[ 1614.084118] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1614.224056] usb 2-8: device not accepting address 112, error -62
[ 1614.224109] usb usb2-port8: unable to enumerate USB device
[ 1614.528035] usb 2-8: new full-speed USB device number 113 using ohci-pci
[ 1615.172053] usb 2-8: device descriptor read/64, error -62
[ 1615.456032] usb 2-8: device descriptor read/64, error -62
[ 1615.736052] usb 2-8: new full-speed USB device number 114 using ohci-pci
[ 1616.380048] usb 2-8: device descriptor read/64, error -62
[ 1616.664026] usb 2-8: device descriptor read/64, error -62
[ 1616.944044] usb 2-8: new full-speed USB device number 115 using ohci-pci
[ 1617.352035] usb 2-8: device not accepting address 115, error -62
[ 1617.528055] usb 2-8: new full-speed USB device number 116 using ohci-pci
[ 1617.936025] usb 2-8: device not accepting address 116, error -62
[ 1617.936063] usb usb2-port8: unable to enumerate USB device
[ 1618.240037] usb 2-8: new full-speed USB device number 117 using ohci-pci
[ 1618.884039] usb 2-8: device descriptor read/64, error -62
[ 1619.324097] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1619.836063] usb 2-8: device descriptor read/64, error -62
[ 1620.116032] usb 2-8: new full-speed USB device number 118 using ohci-pci
[ 1620.760021] usb 2-8: device descriptor read/64, error -62
[ 1621.508110] usb 2-8: device descriptor read/64, error -62
[ 1621.788098] usb 2-8: new full-speed USB device number 119 using ohci-pci
[ 1622.164081] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1622.196031] usb 2-8: device not accepting address 119, error -62
[ 1622.640041] usb 2-8: new full-speed USB device number 120 using ohci-pci
[ 1623.048045] usb 2-8: device not accepting address 120, error -62
[ 1623.048097] usb usb2-port8: unable to enumerate USB device
[ 1623.416092] usb 2-8: new full-speed USB device number 121 using ohci-pci
[ 1624.060042] usb 2-8: device descriptor read/64, error -62
[ 1624.316102] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1624.808051] usb 2-8: device descriptor read/64, error -62
[ 1625.092065] usb 2-8: new full-speed USB device number 122 using ohci-pci
[ 1625.736062] usb 2-8: device descriptor read/64, error -62
[ 1626.208090] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1626.688036] usb 2-8: device descriptor read/64, error -62
[ 1626.968037] usb 2-8: new full-speed USB device number 123 using ohci-pci
[ 1627.376033] usb 2-8: device not accepting address 123, error -62
[ 1627.820040] usb 2-8: new full-speed USB device number 124 using ohci-pci
[ 1628.228034] usb 2-8: device not accepting address 124, error -62
[ 1628.228070] usb usb2-port8: unable to enumerate USB device
[ 1628.564038] usb 2-8: new full-speed USB device number 125 using ohci-pci
[ 1629.208033] usb 2-8: device descriptor read/64, error -62
[ 1629.672079] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1630.160031] usb 2-8: device descriptor read/64, error -62
[ 1630.440037] usb 2-8: new full-speed USB device number 126 using ohci-pci
[ 1631.084102] usb 2-8: device descriptor read/64, error -62
[ 1631.368029] usb 2-8: device descriptor read/64, error -62
[ 1632.112063] usb 2-8: new full-speed USB device number 127 using ohci-pci
[ 1632.524032] usb 2-8: device not accepting address 127, error -62
[ 1632.684078] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1633.164053] usb 2-8: new full-speed USB device number 2 using ohci-pci
[ 1633.572031] usb 2-8: device not accepting address 2, error -62
[ 1633.572063] usb usb2-port8: unable to enumerate USB device
[ 1633.940031] usb 2-8: new full-speed USB device number 3 using ohci-pci
[ 1634.120038] usb 2-8: device descriptor read/64, error -62
[ 1634.868923] usb 2-8: device descriptor read/64, error -62
[ 1635.152072] usb 2-8: new full-speed USB device number 4 using ohci-pci
[ 1635.244109] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1635.784137] usb 2-8: device descriptor read/64, error -62
[ 1636.532027] usb 2-8: device descriptor read/64, error -62
[ 1637.140168] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1637.544033] usb 2-8: new full-speed USB device number 5 using ohci-pci
[ 1637.952039] usb 2-8: device not accepting address 5, error -62
[ 1638.128024] usb 2-8: new full-speed USB device number 6 using ohci-pci
[ 1638.536031] usb 2-8: device not accepting address 6, error -62
[ 1638.536064] usb usb2-port8: unable to enumerate USB device
[ 1638.840243] usb 2-8: new full-speed USB device number 7 using ohci-pci
[ 1639.020032] usb 2-8: device descriptor read/64, error -62
[ 1639.932089] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1640.444207] usb 2-8: device descriptor read/64, error -62
[ 1640.724031] usb 2-8: new full-speed USB device number 8 using ohci-pci
[ 1641.368049] usb 2-8: device descriptor read/64, error -62
[ 1642.116031] usb 2-8: device descriptor read/64, error -62
[ 1642.396034] usb 2-8: new full-speed USB device number 9 using ohci-pci
[ 1642.772115] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1642.804035] usb 2-8: device not accepting address 9, error -62
[ 1643.248046] usb 2-8: new full-speed USB device number 10 using ohci-pci
[ 1643.656029] usb 2-8: device not accepting address 10, error -62
[ 1643.656062] usb usb2-port8: unable to enumerate USB device
[ 1644.024038] usb 2-8: new full-speed USB device number 11 using ohci-pci
[ 1644.208041] usb 2-8: device descriptor read/64, error -62
[ 1645.164035] usb 2-8: device descriptor read/64, error -62
[ 1645.444048] usb 2-8: new full-speed USB device number 12 using ohci-pci
[ 1645.536216] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1646.092032] usb 2-8: device descriptor read/64, error -62
[ 1646.844221] usb 2-8: device descriptor read/64, error -62
[ 1647.124031] usb 2-8: new full-speed USB device number 13 using ohci-pci
[ 1647.428143] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 1647.532071] usb 2-8: device not accepting address 13, error -62
[ 1648.652032] usb 2-8: new full-speed USB device number 14 using ohci-pci
[ 1649.060040] usb 2-8: device not accepting address 14, error -62
[ 1649.060084] usb usb2-port8: unable to enumerate USB device
[ 1649.312050] usb 2-8: new full-speed USB device number 15 using ohci-pci
[ 1649.496054] usb 2-8: device descriptor read/64, error -62
[ 1650.244158] usb 2-8: device descriptor read/64, error -62
[ 1650.524051] usb 2-8: new full-speed USB device number 16 using ohci-pci
[ 1651.168032] usb 2-8: device descriptor read/64, error -62
[ 1651.452070] usb 2-8: device descriptor read/64, error -62
[ 1651.732169] usb 2-8: new full-speed USB device number 17 using ohci-pci
[ 1652.140037] usb 2-8: device not accepting address 17, error -62
[ 1652.584056] usb 2-8: new full-speed USB device number 18 using ohci-pci
[ 1652.992045] usb 2-8: device not accepting address 18, error -62
[ 1652.992088] usb usb2-port8: unable to enumerate USB device
[ 2987.164151] usb 2-8: new full-speed USB device number 19 using ohci-pci
[ 2987.816052] usb 2-8: device descriptor read/64, error -62
[ 2988.564205] usb 2-8: device descriptor read/64, error -62
[ 2988.848076] usb 2-8: new full-speed USB device number 20 using ohci-pci
[ 2989.212101] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 2989.700034] usb 2-8: device descriptor read/64, error -62
[ 2989.984039] usb 2-8: device descriptor read/64, error -62
[ 2990.732031] usb 2-8: new full-speed USB device number 21 using ohci-pci
[ 2991.140029] usb 2-8: device not accepting address 21, error -62
[ 2991.316036] usb 2-8: new full-speed USB device number 22 using ohci-pci
[ 2991.724032] usb 2-8: device not accepting address 22, error -62
[ 2991.724066] usb usb2-port8: unable to enumerate USB device
[ 2992.028029] usb 2-8: new full-speed USB device number 23 using ohci-pci
[ 2992.208037] usb 2-8: device descriptor read/64, error -62
[ 2992.956041] usb 2-8: device descriptor read/64, error -62
[ 2993.236040] usb 2-8: new full-speed USB device number 24 using ohci-pci
[ 2993.416057] usb 2-8: device descriptor read/64, error -62
[ 2993.960122] usb 2-8: device descriptor read/64, error -62
[ 2994.240059] usb 2-8: new full-speed USB device number 25 using ohci-pci
[ 2994.648022] usb 2-8: device not accepting address 25, error -62
[ 2995.092032] usb 2-8: new full-speed USB device number 26 using ohci-pci
[ 2995.460096] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 2995.500030] usb 2-8: device not accepting address 26, error -62
[ 2995.500061] usb usb2-port8: unable to enumerate USB device
[ 2995.804039] usb 2-8: new full-speed USB device number 27 using ohci-pci
[ 2996.652038] usb 2-8: device descriptor read/64, error -62
[ 2996.936046] usb 2-8: device descriptor read/64, error -62
[ 2997.216130] usb 2-8: new full-speed USB device number 28 using ohci-pci
[ 2997.860051] usb 2-8: device descriptor read/64, error -62
[ 2998.612033] usb 2-8: device descriptor read/64, error -62
[ 2999.040092] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 3000.236056] usb 2-8: new full-speed USB device number 29 using ohci-pci
[ 3000.644032] usb 2-8: device not accepting address 29, error -62
[ 3001.088072] usb 2-8: new full-speed USB device number 30 using ohci-pci
[ 3001.496033] usb 2-8: device not accepting address 30, error -62
[ 3001.496067] usb usb2-port8: unable to enumerate USB device
[ 3002.276036] usb 2-8: new full-speed USB device number 31 using ohci-pci
[ 3003.124030] usb 2-8: device descriptor read/64, error -62
[ 3003.508085] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 3003.872050] usb 2-8: device descriptor read/64, error -62
[ 3005.292056] usb 2-8: new full-speed USB device number 32 using ohci-pci
[ 3005.456053] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 3006.616055] usb 2-8: device descriptor read/64, error -62
[ 3006.940102] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 3007.368033] usb 2-8: device descriptor read/64, error -62
[ 3008.380036] usb 2-8: new full-speed USB device number 33 using ohci-pci
[ 3008.788036] usb 2-8: device not accepting address 33, error -62
[ 3009.416034] usb 2-8: new full-speed USB device number 34 using ohci-pci
[ 3009.824034] usb 2-8: device not accepting address 34, error -62
[ 3009.824072] usb usb2-port8: unable to enumerate USB device
[ 3010.258818] usb 2-8: new full-speed USB device number 35 using ohci-pci
[ 3010.440027] usb 2-8: device descriptor read/64, error -62
[ 3010.768101] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 3011.188039] usb 2-8: device descriptor read/64, error -62
[ 3011.468104] usb 2-8: new full-speed USB device number 36 using ohci-pci
[ 3011.652053] usb 2-8: device descriptor read/64, error -62
[ 3012.820089] usb 2-8: device descriptor read/64, error -62
[ 3013.240147] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 3013.564032] usb 2-8: new full-speed USB device number 37 using ohci-pci
[ 3013.972161] usb 2-8: device not accepting address 37, error -62
[ 3015.292048] usb 2-8: new full-speed USB device number 38 using ohci-pci
[ 3015.392070] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 3015.700064] usb 2-8: device not accepting address 38, error -62
[ 3015.700114] usb usb2-port8: unable to enumerate USB device
[ 3016.004064] usb 2-8: new full-speed USB device number 39 using ohci-pci
[ 3016.652035] usb 2-8: device descriptor read/64, error -62
[ 3016.940045] usb 2-8: device descriptor read/64, error -62
[ 3017.284091] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 3017.684034] usb 2-8: new full-speed USB device number 40 using ohci-pci
[ 3017.868033] usb 2-8: device descriptor read/64, error -62
[ 3018.156034] usb 2-8: device descriptor read/64, error -62
[ 3018.436027] usb 2-8: new full-speed USB device number 41 using ohci-pci
[ 3018.844025] usb 2-8: device not accepting address 41, error -62
[ 3019.288029] usb 2-8: new full-speed USB device number 42 using ohci-pci
[ 3019.696031] usb 2-8: device not accepting address 42, error -62
[ 3019.696062] usb usb2-port8: unable to enumerate USB device
[ 3020.128037] usb 2-8: new full-speed USB device number 43 using ohci-pci
[ 3020.776040] usb 2-8: device descriptor read/64, error -62
[ 3021.228095] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 3021.732026] usb 2-8: device descriptor read/64, error -62
[ 3022.012076] usb 2-8: new full-speed USB device number 44 using ohci-pci
[ 3022.660098] usb 2-8: device descriptor read/64, error -62
[ 3023.412068] usb 2-8: device descriptor read/64, error -62
[ 3023.692048] usb 2-8: new full-speed USB device number 45 using ohci-pci
[ 3024.100039] usb 2-8: device not accepting address 45, error -62
[ 3024.276064] usb 2-8: new full-speed USB device number 46 using ohci-pci
[ 3024.684060] usb 2-8: device not accepting address 46, error -62
[ 3024.684096] usb usb2-port8: unable to enumerate USB device
[ 3024.988039] usb 2-8: new full-speed USB device number 47 using ohci-pci
[ 3025.636053] usb 2-8: device descriptor read/64, error -62
[ 3026.076085] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 3027.274801] usb 2-8: device descriptor read/64, error -62
[ 3028.032085] usb 2-8: new full-speed USB device number 48 using ohci-pci
[ 3028.208084] usb 2-8: device descriptor read/64, error -62
[ 3028.240183] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 3028.768050] usb 2-8: device descriptor read/64, error -62
[ 3029.500049] usb 2-8: new full-speed USB device number 49 using ohci-pci
[ 3029.908025] usb 2-8: device not accepting address 49, error -62
[ 3030.084027] usb 2-8: new full-speed USB device number 50 using ohci-pci
[ 3030.492169] usb 2-8: device not accepting address 50, error -62
[ 3030.492212] usb usb2-port8: unable to enumerate USB device
[ 3030.796035] usb 2-8: new full-speed USB device number 51 using ohci-pci
[ 3031.704141] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 3032.128060] usb 2-8: device descriptor read/64, error -62
[ 3032.416029] usb 2-8: device descriptor read/64, error -62
[ 3033.164049] usb 2-8: new full-speed USB device number 52 using ohci-pci
[ 3033.856076] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 3034.288061] usb 2-8: device descriptor read/64, error -62
[ 3034.576079] usb 2-8: device descriptor read/64, error -62
[ 3035.308073] usb 2-8: new full-speed USB device number 53 using ohci-pci
[ 3035.716053] usb 2-8: device not accepting address 53, error -62
[ 3035.892049] usb 2-8: new full-speed USB device number 54 using ohci-pci
[ 3036.300085] usb 2-8: device not accepting address 54, error -62
[ 3036.300121] usb usb2-port8: unable to enumerate USB device
[ 3036.604081] usb 2-8: new full-speed USB device number 55 using ohci-pci
[ 3037.252042] usb 2-8: device descriptor read/64, error -62
[ 3037.692096] usb usb1-port8: Cannot enable. Maybe the USB cable is bad?
[ 3038.212059] usb 2-8: device descriptor read/64, error -62
[ 3038.492078] usb 2-8: new full-speed USB device number 56 using ohci-pci
[ 3038.668112] usb 2-8: device descriptor read/64, error -62
[ 3039.420123] usb 2-8: device descriptor read/64, error -62
[ 3039.700061] usb 2-8: new full-speed USB device number 57 using ohci-pci
[ 3040.108066] usb 2-8: device not accepting address 57, error -62
[ 3040.552065] usb 2-8: new full-speed USB device number 58 using ohci-pci
[ 3040.960073] usb 2-8: device not accepting address 58, error -62
[ 3040.960107] usb usb2-port8: unable to enumerate USB device
[ 3470.932078] usb 1-10: reset high-speed USB device number 8 using ehci-pci
[14598.854767] perf interrupt took too long (2510 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
brybry@brybry-EL1200:~$ 

Là tu ne le vois qu'en noir et blanc mais sur le terminal quand je te parles de "feu d'artifice' là c'est le pompom vert, jaune, rouge et aucune autre couleur !

Passons à la 2ème commande "cat /var/log/dmesg" :

brybry@brybry-EL1200:~$ cat /var/log/dmesg
(Nothing has been logged yet.)
brybry@brybry-EL1200:~$ 

Dernière modification par BryBry (Le 14/04/2018, à 00:17)

Hors ligne

#583 Le 13/04/2018, à 23:42

BryBry

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

moko138 dans ton message tu me dis :

parce que tu te rappelles que, depuis décembre 2014 :
./viewtopic.php?pid=18854331#p18854331.

J'ai du mal a faire le rapprochement avec ce qui se passe sur mon PC !

En ce qui concerne le problème de remplissage de partition  tu me dis qu'on peut y remédier ; alors je vais boire tes conseils quel qu'en soit le millésime et sans modération !!! lol

Hors ligne

#584 Le 07/05/2018, à 13:16

BryBry

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

Pas de nouvelles depuis mon dernier contact !!!
moko138 je reprends ton message #574 je cite :

En parlant de /MY-DATA, il me revient que

/!\ nous avons encore à faire soit les "bind" soit les liens !

Je pensais que l'on aurait régler ce problème lorsque j'ai repris contact il y a un peu plus de 3  semaines avec le forum. J'ai attendu...attendu...ça n'est jamais venu....zaï,zaï zaÏ zaï... Mais moi contrairement à Joe Dassin, je n'ai pas envie d'aller siffler là-haut sur le colline lol... Non moi j'ai préféré prendre quelques jours de vacances mais... toujours rien à mon retour !
Alors j'attends patiemment la suite de vos instructions car je compte toujours sur votre aide précieuse ! A bientôt !

Hors ligne

#585 Le 07/05/2018, à 17:02

??

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

moko138 a écrit :

Content de te relire,

brybry a écrit :
2,9G	/home/brybry

Sys. de fichiers Type     Taille Utilisé Dispo Uti% Monté sur
/dev/sda1        ext4        50G     17G   31G  36% /
/dev/sda7        ext4       863G     72M  819G   1% /MY-DATA
brybry@brybry-EL1200:~$ 

que tu es en train de remplir ta partition { / + /home },
au lieu d'utiliser ta partition de données /MY-DATA...
  Nous devons y remédier.

Bonjour
Pour faire un point d'installation, donnes les retours de toutes les commandes suivantes

cat   /etc/fstab
cat    .config/user-dirs.dirs   
ls   -als  /MY-DATA
ls    Documents
ls    Images
ls    Musique
ls    Téléchargements
ls     Vidéos
echo $USER

Dernière modification par ?? (Le 07/05/2018, à 17:08)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#586 Le 07/05/2018, à 18:01

moko138

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

BryBry,
Pour tes clefs usb non mortes,
ouvre un fil dans la section "Autres types de matériel"


Pour tes soucis de wifi,
ouvre un fil dans la section "Configuration WiFi"


Pour ta partition inutilisée de données :

BryBry a écrit :
brybry@brybry-EL1200:~$ df -Th | grep -E "sd|Type"
Sys. de fichiers Type     Taille Utilisé Dispo Uti% Monté sur
/dev/sda1        ext4        50G     11G   36G  23% /
/dev/sda7        ext4       863G     72M  819G   1% /MY-DATA
brybry@brybry-EL1200:~$

quand on a, comme toi, commencé à emplir son home, les opérations sont plus délicates.
Donc je vais demander à un spécialiste d'intervenir.
Mais,
comme tu n'es pas toujours disponible (et je t'ai relancée quatre fois pendant l'hiver, 2 fois ici et 2 fois par courriel) j'attendrai pour le contacter que tu confirmes ici ta disponibilité.


P.S. : Tu as de la chance, l'un d'eux, ??, s'est manifesté !  smile


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#587 Le 08/05/2018, à 09:57

BryBry

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

Pour le point sur l'installation, voilà le retour des commandes que tu m'as conseillé au # 585 :

brybry@brybry-EL1200:~$ cat   /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=e3eda709-72a5-42f3-bc9b-4d6ee64845c3  /   ext4    errors=remount-ro  0  1
#
# /MY-DATA was on /dev/sda7 during installation
UUID=ed4b9c75-88dc-4c13-9ee5-0dcfbe8d79cb  /MY-DATA  ext4    defaults,nofail  0  2
#
# swap was on /dev/sda5 during installation
UUID=142f150e-7868-44be-a275-fa5ac71b0648  none  swap    sw,nofail  0  0
brybry@brybry-EL1200:~$ cat    .config/user-dirs.dirs 
# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
# 
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Téléchargements"
XDG_TEMPLATES_DIR="$HOME/Modèles"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Musique"
XDG_PICTURES_DIR="$HOME/Images"
XDG_VIDEOS_DIR="$HOME/Vidéos"
brybry@brybry-EL1200:~$ ls   -als  /MY-DATA
total 24
 4 drwxr-xr-x  3 root root  4096 févr. 22 00:02 .
 4 drwxr-xr-x 26 root root  4096 mai    5 17:00 ..
16 drwx------  2 root root 16384 févr. 22 00:02 lost+found
brybry@brybry-EL1200:~$ ls    Documents
Docs Administratifs  Docs Divers  Enfants  Loisirs  SANTÉ
brybry@brybry-EL1200:~$ ls    Images
Capture du 2018-03-07 19-33-14.png
brybry@brybry-EL1200:~$ ls    Musique
brybry@brybry-EL1200:~$ ls    Téléchargements
15027642.pdf
AZ_Minecraft_Launcher_Offline
AZ_Minecraft_Launcher_Offline.jar
brother_mfcj4420dw_GPL_source_3.0.1-1.tar.gz
brother-udev-rule-type1-1.0.2-0.all.deb
brscan4-0.4.4-4.amd64.deb
brscan4-0.4.4-4.i386.deb
brscan-skey-0.2.4-1.amd64.deb
brscan-skey-0.2.4-1.i386.deb
BUL675123340.pdf
CV LYDIE auxiliaire petite enfance.pdf
Document numérisé.pdf
Facture_Free_201803_19810152_777398503.pdf
FLIX-Luggage-8064894135.pdf
FLIX-Ticket-8064894135.pdf
linux-brprinter-installer-2.2.0-1
linux-brprinter-installer-2.2.0-1.gz
mfcj4420dwcupswrapper-3.0.1-1.i386.deb
mfcj4420dwlpr-3.0.1-1.i386.deb
Paladium.jar
Ronsen 895U3SC Driver Software
Ronsen_895U3SC_Driver_Software.zip
telereglement_CFE_20180403_175540.pdf
brybry@brybry-EL1200:~$ ls     Vidéos
brybry@brybry-EL1200:~$ echo $USER
brybry
brybry@brybry-EL1200:~$ echo $USER

Hors ligne

#588 Le 08/05/2018, à 10:45

??

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

Bonjour
Le premier point va être de créer les répertoires corrects dans la partition /MY-DATA car ils n'ont pas encore été créés. Pour faire très simple, je considère que tu es le seul utilisateur  de l'ordinateur.
cela permet de gagner un point de montage.
Si ce n'est pas le cas, tu me le dis et je change les codifications en ajoutant  les noms d'utilisateurs que tu m'indiqueras.

Pour ne rien compliquer, je conserve les même noms de répertoire (Mais on n'est pas obligé )
A) Création des utilisateurs

sudo    chown -v    $USER:$USER  /MY-DATA
mkdir   /MY-DATA/Téléchargements
mkdir   /MY-DATA/Documents
mkdir   /MY-DATA/Musique
mkdir   /MY-DATA/Images
mkdir   /MY-DATA/Vidéos

Nota:   Il n'y a pas de réponse dans ces commandes si cela se passe bien.

B) Recopie de ce que tu as déjà créé dans le /home.   J'espère ne pas me tromper dans les commandes.
Si Moko138 passe par là,  il a l'oeil ( et heureusement!). Mais de toute façon, on contrôle avant de supprimer.

Pour le moment je n'ai vu  des fichiers que dans trois répertoires   Documents , Images et téléchargements.
J'ai l'habitude de commencer par téléchargements car il me semble que c'est moins grave
B1)     Donc recopie du téléchargements en ligne de commande

cp - Rav        /$HOME/Téléchargements/*       /MY-DATA/Téléchargements

B2) Vérification que cela c'est bien passé.

ls Téléchargements
ls  /MY-DATA/Téléchargements

Tu dois avoir quelque chose de totalement identique
Si ce n'est pas le cas, tu postes le retour de la seconde commande 'J'ai déjà le contenu de la première commande)
Si c'est le cas, tu continues
B3) Tu supprimes le contenu du $Home avec cette commande

rm -Rv Téléchargements

et on continue pour tes données de la même façon.

B4)     Donc recopie du Documents en ligne de commande

cp - Rav        /$HOME/Documents/*       /MY-DATA/Documents

B5) Vérification que cela c'est bien passé.

ls Documents
ls  /MY-DATA/Documents

Tu dois avoir quelque chose de totalement identique
Si ce n'est pas le cas, tu postes le retour de la seconde commande 'J'ai déjà le contenu de la première commande)

Si c'est le cas, on va quand même vérifier que c'est bien copié à l'intérieur pour au moins un répertoire sachant que tu peux tous les faire. Les répertoires en deux mots doivent être mis entre deux quotes.

ls   Documents/Loisirs
ls   /MY-DATA/Documents/Loisirs

Si ce n'est pas le cas, tu postes le retour des deux commandes
Si c'est le cas, tu continues

B6) Tu supprimes le contenu du $Home avec cette commande

rm -Rv Documents

B7) On fait la même chose pour Images.

cp - Rav        /$HOME/Images/*       /MY-DATA/Images
rm   -Rv  Images

B8) J'ai noté que les 2 autres répertoires étaient vides.

rmdir  Musique
rmdir  Vidéos

C) Tu vérifies que l'espace disque est correct

df -h 

D) On casse les liens , il faut que tu édites le fichier .config/user-dirs.dirs pour modifier 5 lignes  (avec gedit très certainement)

XDG_DOWNLOAD_DIR="$HOME/Téléchargements"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Musique"
XDG_PICTURES_DIR="$HOME/Images"
XDG_VIDEOS_DIR="$HOME/Vidéos"

qui doivent devenir

XDG_DOWNLOAD_DIR="/MY-DATA/Téléchargements"
XDG_DOCUMENTS_DIR="/MY-DATA/Documents"
XDG_MUSIC_DIR="/MY-DATA/Musique"
XDG_PICTURES_DIR="/MY-DATA/Images"
XDG_VIDEOS_DIR="/MY-DATA/Vidéos"

Tu sauvegardes le fichier ainsi modifié.

Et tu bootes pour faire prendre en compte cette modification

E) On vérifies que c'est bien fonctionnel.
  - Tu télécharges un fichier. Lorsque le fichier est fini de télécharger, tu regardes s'il est au bon endroit

ls  /MY-DATA/Téléchargements

F) Classiquement, on peut aussi déplacer la messagerie.
La technique est un peu différente car c'est obligatoirement un lien symbolique dans lequel je me trompe toujours de sens....
  F1) S'assurer que thunderbird est à l'arrêt.
  F2) Copier le répertoire

cp   -rv     .cache/thunderbird   /MY-DATA

  F3) Renommer le répertoire au cas où il y aurait une erreur dans la suite.

mv -v .cache/thunderbird   .cache/thunderbird.OLD

  F4) Faire le lien symbolique dans le bon sens!!!!

ln  -s   /MY-DATA/thunderbird   .cache/thunderbird  

  F5) Lancer Thunderbird et vérifier que tout est resté présent.
F6) Supprimer ce qui ne sert plus.

 rm .Rv  .cache/thunderbird.OLD

G) Certains font aussi firefox. Mais je ne sais pas si c'est une bonne idée...

N'hésites pas à poser des questions sur ce que tu ne comprends pas.
et tiens-nous au courant de ce transfert de fichiers

Dernière modification par ?? (Le 08/05/2018, à 12:13)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#589 Le 08/05/2018, à 10:59

moko138

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

?? n'a pas voulu dire
sudo    chmod    $USER:$USER  /MY-DATA
mais :

sudo    chown -v   $USER:$USER  /MY-DATA

%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#590 Le 08/05/2018, à 19:30

BryBry

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

moko138 comme tu me l'as conseillé hier c'est fait :

Pour tes clefs usb non mortes,
ouvre un fil dans la section "Autres types de matériel"

?? Voilà le rendu pour les téléchargements :

brybry@brybry-EL1200:~$ cp - Rav        /$HOME/Téléchargements/*       /MY-DATA/Téléchargements
cp: impossible d'évaluer '-': Aucun fichier ou dossier de ce type
cp: impossible d'évaluer 'Rav': Aucun fichier ou dossier de ce type
cp: omission du répertoire '//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline'
cp: omission du répertoire '//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software'
brybry@brybry-EL1200:~$ ls Téléchargements
15027642.pdf
AZ_Minecraft_Launcher_Offline
AZ_Minecraft_Launcher_Offline.jar
brother_mfcj4420dw_GPL_source_3.0.1-1.tar.gz
brother-udev-rule-type1-1.0.2-0.all.deb
brscan4-0.4.4-4.amd64.deb
brscan4-0.4.4-4.i386.deb
brscan-skey-0.2.4-1.amd64.deb
brscan-skey-0.2.4-1.i386.deb
BUL675123340.pdf
CV LYDIE auxiliaire petite enfance.pdf
Document numérisé.pdf
Facture_Free_201803_19810152_777398503.pdf
FLIX-Luggage-8064894135.pdf
FLIX-Ticket-8064894135.pdf
linux-brprinter-installer-2.2.0-1
linux-brprinter-installer-2.2.0-1.gz
mfcj4420dwcupswrapper-3.0.1-1.i386.deb
mfcj4420dwlpr-3.0.1-1.i386.deb
Paladium.jar
Ronsen 895U3SC Driver Software
Ronsen_895U3SC_Driver_Software.zip
telereglement_CFE_20180403_175540.pdf
brybry@brybry-EL1200:~$ ls  /MY-DATA/Téléchargements
15027642.pdf
AZ_Minecraft_Launcher_Offline.jar
brother_mfcj4420dw_GPL_source_3.0.1-1.tar.gz
brother-udev-rule-type1-1.0.2-0.all.deb
brscan4-0.4.4-4.amd64.deb
brscan4-0.4.4-4.i386.deb
brscan-skey-0.2.4-1.amd64.deb
brscan-skey-0.2.4-1.i386.deb
BUL675123340.pdf
CV LYDIE auxiliaire petite enfance.pdf
Document numérisé.pdf
Facture_Free_201803_19810152_777398503.pdf
FLIX-Luggage-8064894135.pdf
FLIX-Ticket-8064894135.pdf
linux-brprinter-installer-2.2.0-1
linux-brprinter-installer-2.2.0-1.gz
mfcj4420dwcupswrapper-3.0.1-1.i386.deb
mfcj4420dwlpr-3.0.1-1.i386.deb
Paladium.jar
Ronsen_895U3SC_Driver_Software.zip
telereglement_CFE_20180403_175540.pdf
brybry@brybry-EL1200:~$ 

A toi de me dire si c'est correct !

Dernière modification par BryBry (Le 08/05/2018, à 19:31)

Hors ligne

#591 Le 08/05/2018, à 23:45

moko138

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

brybry@brybry-EL1200:~$ cp - Rav        /$HOME/Téléchargements/*       /MY-DATA/Téléchargements
cp: impossible d'évaluer '-': Aucun fichier ou dossier de ce type

Il n'y a jamais d'espace entre le tiret et les options.
(Et le -R n'apporte rien puisque le -a implique le -R ).
?? voulait dire :

cp -av    /$HOME/Téléchargements/*    /MY-DATA/Téléchargements


De même, plus loin,
cp - Rav    /$HOME/Images/*    /MY-DATA/Images
et
cp - Rav        /$HOME/Documents/*       /MY-DATA/Documents

seront à remplacer par

cp -av  /$HOME/Images/*    /MY-DATA/Images

et par

cp -av  /$HOME/Documents/*    /MY-DATA/Documents

= =

Pour la lisibilité, SÉPARE tes retours

comme
ceci.

%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#592 Le 09/05/2018, à 12:42

??

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

Bonjour Moko138
En fait, j'ignorais que -a     incluait le R

Je viens de vérifier que mettre aussi le R ne pose pas de problème.
et que  la commande ls -Rals ne donne pas le même résultat que ls -als


Ils devraient un peu harmonbiser.

Dernière modification par ?? (Le 09/05/2018, à 12:48)


Utiliser REFIND au lieu du GRUB https://doc.ubuntu-fr.org/refind . Aidez à vous faire dépanner en suivant le guide et en utilisant les outils de diagnostic J'ai perdu ma gomme. Désolé pour les fautes d'orthographes non corrigées.

Hors ligne

#593 Le 10/05/2018, à 01:33

moko138

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

Bonsoir ??

?? a écrit :

En fait, j'ignorais que -a     incluait le R

Je viens de vérifier que mettre aussi le R ne pose pas de problème.

Bien sûr :

man cp
       -a, --archive
              identique à -dR --preserve=all
       -R, -r, --recursive
              copier récursivement les répertoires
       --preserve[=LISTE_ATTR]
              préserver les  attributs  spécifiés  (par  défaut :  mode,owner‐
              ship,timestamps), et si possible les attributs supplémentaires :
              context, links, xattr, all

Mais il s'agit de l'option -a de cp.
Rien à voir avec l'option -a de ls !

?? a écrit :

Je viens de vérifier (...)
et que  la commande ls -Rals ne donne pas le même résultat que ls -als

man ls
       -a, --all
              inclure les entrées débutant par « . »

%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#594 Le 10/05/2018, à 01:44

moko138

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

BryBry,
Pour l'usb,
que dirais-tu de répondre au #578 du 13 mars ?
Fais-le dans ton fil usb, pas ici.


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#595 Le 15/05/2018, à 15:55

BryBry

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

moko138 Voilà le retour rectifié comme tu me l'indique au # 591 :

brybry@brybry-EL1200:~$ cp -av    /$HOME/Téléchargements/*    /MY-DATA/Téléchargements
'//home/brybry/Téléchargements/15027642.pdf' -> '/MY-DATA/Téléchargements/15027642.pdf'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/META-INF' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/META-INF'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/META-INF/MANIFEST.MF' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/META-INF/MANIFEST.MF'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/f.class' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/f.class'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/k.class' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/k.class'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/m.class' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/m.class'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/g.class' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/g.class'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/q.class' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/q.class'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/o.class' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/o.class'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/p.class' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/p.class'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/l.class' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/l.class'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/h.class' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/h.class'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/j.class' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/j.class'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/t.class' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/t.class'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/s.class' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/s.class'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/r.class' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/r.class'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/i.class' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/i.class'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/n.class' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/n.class'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/e.class' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/e.class'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/L.class' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/L.class'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/ui' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/ui'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/ui/icon.png' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/ui/icon.png'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/ui/icon.ico' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/ui/icon.ico'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/b.class' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/b.class'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/c.class' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/c.class'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/d.class' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/d.class'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline/a.class' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline/a.class'
'//home/brybry/Téléchargements/AZ_Minecraft_Launcher_Offline.jar' -> '/MY-DATA/Téléchargements/AZ_Minecraft_Launcher_Offline.jar'
'//home/brybry/Téléchargements/brother_mfcj4420dw_GPL_source_3.0.1-1.tar.gz' -> '/MY-DATA/Téléchargements/brother_mfcj4420dw_GPL_source_3.0.1-1.tar.gz'
'//home/brybry/Téléchargements/brother-udev-rule-type1-1.0.2-0.all.deb' -> '/MY-DATA/Téléchargements/brother-udev-rule-type1-1.0.2-0.all.deb'
'//home/brybry/Téléchargements/brscan4-0.4.4-4.amd64.deb' -> '/MY-DATA/Téléchargements/brscan4-0.4.4-4.amd64.deb'
'//home/brybry/Téléchargements/brscan4-0.4.4-4.i386.deb' -> '/MY-DATA/Téléchargements/brscan4-0.4.4-4.i386.deb'
'//home/brybry/Téléchargements/brscan-skey-0.2.4-1.amd64.deb' -> '/MY-DATA/Téléchargements/brscan-skey-0.2.4-1.amd64.deb'
'//home/brybry/Téléchargements/brscan-skey-0.2.4-1.i386.deb' -> '/MY-DATA/Téléchargements/brscan-skey-0.2.4-1.i386.deb'
'//home/brybry/Téléchargements/BUL675123340.pdf' -> '/MY-DATA/Téléchargements/BUL675123340.pdf'
'//home/brybry/Téléchargements/CV LYDIE auxiliaire petite enfance.pdf' -> '/MY-DATA/Téléchargements/CV LYDIE auxiliaire petite enfance.pdf'
'//home/brybry/Téléchargements/Document numérisé.pdf' -> '/MY-DATA/Téléchargements/Document numérisé.pdf'
'//home/brybry/Téléchargements/Facture_Free_201803_19810152_777398503.pdf' -> '/MY-DATA/Téléchargements/Facture_Free_201803_19810152_777398503.pdf'
'//home/brybry/Téléchargements/FLIX-Luggage-8064894135.pdf' -> '/MY-DATA/Téléchargements/FLIX-Luggage-8064894135.pdf'
'//home/brybry/Téléchargements/FLIX-Ticket-8064894135.pdf' -> '/MY-DATA/Téléchargements/FLIX-Ticket-8064894135.pdf'
'//home/brybry/Téléchargements/linux-brprinter-installer-2.2.0-1' -> '/MY-DATA/Téléchargements/linux-brprinter-installer-2.2.0-1'
'//home/brybry/Téléchargements/linux-brprinter-installer-2.2.0-1.gz' -> '/MY-DATA/Téléchargements/linux-brprinter-installer-2.2.0-1.gz'
'//home/brybry/Téléchargements/mfcj4420dwcupswrapper-3.0.1-1.i386.deb' -> '/MY-DATA/Téléchargements/mfcj4420dwcupswrapper-3.0.1-1.i386.deb'
'//home/brybry/Téléchargements/mfcj4420dwlpr-3.0.1-1.i386.deb' -> '/MY-DATA/Téléchargements/mfcj4420dwlpr-3.0.1-1.i386.deb'
'//home/brybry/Téléchargements/Paladium.jar' -> '/MY-DATA/Téléchargements/Paladium.jar'
'//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software' -> '/MY-DATA/Téléchargements/Ronsen 895U3SC Driver Software'
'//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software/Application' -> '/MY-DATA/Téléchargements/Ronsen 895U3SC Driver Software/Application'
'//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software/Application/JM_OneTouchBackup.exe' -> '/MY-DATA/Téléchargements/Ronsen 895U3SC Driver Software/Application/JM_OneTouchBackup.exe'
'//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software/Application/JM_OTBTray.exe' -> '/MY-DATA/Téléchargements/Ronsen 895U3SC Driver Software/Application/JM_OTBTray.exe'
'//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData' -> '/MY-DATA/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData'
'//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData/Device.txt' -> '/MY-DATA/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData/Device.txt'
'//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData/Host.txt' -> '/MY-DATA/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData/Host.txt'
'//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData/jconfig.inis' -> '/MY-DATA/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData/jconfig.inis'
'//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData/Language' -> '/MY-DATA/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData/Language'
'//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData/Language/Chinese_BIG5.ini' -> '/MY-DATA/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData/Language/Chinese_BIG5.ini'
'//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData/Language/Chinese_GB.ini' -> '/MY-DATA/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData/Language/Chinese_GB.ini'
'//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData/Language/English.ini' -> '/MY-DATA/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData/Language/English.ini'
'//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData/Language/German.ini' -> '/MY-DATA/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData/Language/German.ini'
'//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData/Language/Japenese.ini' -> '/MY-DATA/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData/Language/Japenese.ini'
'//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData/Language/Russian.ini' -> '/MY-DATA/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData/Language/Russian.ini'
'//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData/Setting.txt' -> '/MY-DATA/Téléchargements/Ronsen 895U3SC Driver Software/Application/OTBData/Setting.txt'
'//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software/Setup.exe' -> '/MY-DATA/Téléchargements/Ronsen 895U3SC Driver Software/Setup.exe'
'//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software/setup.ini' -> '/MY-DATA/Téléchargements/Ronsen 895U3SC Driver Software/setup.ini'
'//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software/SetupCHS.dll' -> '/MY-DATA/Téléchargements/Ronsen 895U3SC Driver Software/SetupCHS.dll'
'//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software/SetupCHT.dll' -> '/MY-DATA/Téléchargements/Ronsen 895U3SC Driver Software/SetupCHT.dll'
'//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software/SetupDEU.dll' -> '/MY-DATA/Téléchargements/Ronsen 895U3SC Driver Software/SetupDEU.dll'
'//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software/SetupENU.dll' -> '/MY-DATA/Téléchargements/Ronsen 895U3SC Driver Software/SetupENU.dll'
'//home/brybry/Téléchargements/Ronsen 895U3SC Driver Software/SetupJPN.dll' -> '/MY-DATA/Téléchargements/Ronsen 895U3SC Driver Software/SetupJPN.dll'
'//home/brybry/Téléchargements/Ronsen_895U3SC_Driver_Software.zip' -> '/MY-DATA/Téléchargements/Ronsen_895U3SC_Driver_Software.zip'
'//home/brybry/Téléchargements/telereglement_CFE_20180403_175540.pdf' -> '/MY-DATA/Téléchargements/telereglement_CFE_20180403_175540.pdf'
brybry@brybry-EL1200:~$ 

Et la 2ème commande bien distinctement :

brybry@brybry-EL1200:~$ brybry@brybry-EL1200:~$ ls  /MY-DATA/Téléchargements
brybry@brybry-EL1200:~$ : commande introuvable

J'espère que c'est correct.

Dernière modification par BryBry (Le 15/05/2018, à 15:57)

Hors ligne

#596 Le 15/05/2018, à 16:13

BryBry

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

A propos moko138 ainsi que les autres interlocuteurs pour info :
En ce moment ma résidence est en pleine transformation de fonds en combles pour une rénovation totale (modification des entrées, des espaces verts, des façades et des intérieurs, et je dois m'adapter aux interférences dues aux gros oeuvres, engins de chantier. Avec le bruit c'est déjà dur, mais les coupures intempestives des fournitures tv, téléphone et internet c'est "folklo" vraiment "folklo" et je dépends de tout cela pour venir sur le forum et je ne sais pas encore combien de temps je vais encore devoir jongler avec les coupures. Pour l'instant, il n'y a que l'électricité qui fonctionne normalement. Ne soyez donc pas étonné si je ne puis  me connecter au forum que par périodes flash. Je dois et je fais avec : je n'est pas le choix !!!  Je voulais donc vous prévenir et m'en excuser pas avance de jouer le yoyo avec les connections malgré moi mais c'est indépendamment de ma volonté et de ma santé qui s'améliore un peu avec les beaux jours !
Ceci dit, revenons à nos "moutons" : j'attends que tu me confirmes si je ne me suis pas trompée pour passer aux commandes suivantes !

Hors ligne

#597 Le 20/05/2018, à 17:11

BryBry

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

moko138 j'avais commencé les manips faisant suite à ton message # 574

En parlant de /MY-DATA, il me revient que

    /!\ nous avons encore à faire soit les "bind" soit les liens !

et pour lesquelles je t'ai envoyé des retours. J'attends désespérément  qu'on me confirme ou qu'on m'infirme le retour pour passer à la suite ! mad

"le silence est d'or et la parole d'argent" je vais finir par le croire mais depuis cette après-midi je suis confronté à un drôle de binz. Je m'explique : j'ai rédiger des document sur libre office que j'ai enregistré dans le bureau pour y avoir accès très vite. J'ai voulu les copier sur ma clé Lexar (toute neuve) où j'ai déjà stocker sans problème des dossiers. Mais la copie m'est refusé avec pour motif que je n'ai pas les permissions nécessaires pour les copier. Pourtant autant sur les dossiers et la clé les permissions  sont acquises.
Voilà le message que je trouve :

1) sur le dossier libre office :
view-img-norm_2018-05-20-1cf973369capturedecra.png

2) Pour la clé usb :
view-img-mini_2018-05-20-1f5deb2eccapturedecra.png

Je ne comprends pas car je n'ai rien modifié et jusqu'à ce matin tout se passait bien et quand je suis retourné sur mon PC après avoir mangé ce midi  je me suis trouvé confronté à ce nouveau problème : un de plus pour me pourrir la vie comme si elle n'était pas déjà si compliquée comme ça !!!

Dernière modification par BryBry (Le 20/05/2018, à 17:40)

Hors ligne

#598 Le 21/05/2018, à 17:28

BryBry

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

moko138  j'ai vu ta réponse sur le fil des périphériques usb que j'ai lancé en suivant tes conseils et je t'ai transmis les retours des commandes demandées ! En revanche je n'ai pas de réponse concernant les commandes pour finaliser l'installation. Je t'ai envoyé les retours des premières que j'ai effectuées ( #595 ) sans trop de conviction car je ne suis pas sûre de les avoir correctement passées et j'attends ton "verdict" pour continuer et passer aux suivantes du # 588 .

Hors ligne

#599 Le 22/05/2018, à 17:28

moko138

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

En #595, tu as écrit :

brybry@brybry-EL1200:~$ brybry@brybry-EL1200:~$ ls  /MY-DATA/Téléchargements
brybry@brybry-EL1200:~$ : commande introuvable

"ls" est une commande de base, préinstallée.
Donc "commande introuvable", c'est énorme, ça révèle une erreur. Sous nos yeux,
énorme comme rouler à 100 à l'heure place du Marché.


Sois sympa avec ceux qui t'aident : corrige-là de toi-même.


%NOINDEX%
Un utilitaire précieux : ncdu
Photo, mini-tutoriel :  À la découverte de dcraw

Hors ligne

#600 Le 22/05/2018, à 17:33

michel_04

Re : (RÉSOLU) Une nouvelle alerte 'affiche en permanence sur mon PC.

Bonjour,

moko138 a écrit :

Donc "commande introuvable", c'est énorme, ça révèle une erreur. Sous nos yeux,
énorme comme rouler à 100 à l'heure place du Marché.
Sois sympa avec ceux qui t'aident : corrige-là de toi-même.

C'est sans doute une faute d'inattention ou alors un peu trop de précipitation. smile

A+

Dernière modification par michel_04 (Le 22/05/2018, à 17:34)

Hors ligne