R2bEEaton

Log

Jan 12th, 2019
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.45 KB | None | 0 0
  1. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] Booting Linux on physical CPU 0x0
  2. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] Linux version 4.14.92+ (dom@dom-XPS-13-9370) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1187 Wed Jan 9 19:46:46 GMT 2019
  3. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] CPU: ARMv6-compatible processor [410fb767] revision 7 (ARMv7), cr=00c5387d
  4. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
  5. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] OF: fdt: Machine model: Raspberry Pi Zero Rev 1.3
  6. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] Memory policy: Data cache writeback
  7. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] cma: Reserved 8 MiB at 0x1b400000
  8. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 113680
  9. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] Kernel command line: bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x1ec00000 vc_mem.mem_size=0x20000000 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 console=tty1 root=PARTUUID=f1684a67-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait modules-load=dwc2,g_ether
  10. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  11. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  12. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  13. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] Memory: 435216K/458752K available (6448K kernel code, 588K rwdata, 1992K rodata, 444K init, 673K bss, 15344K reserved, 8192K cma-reserved)
  14. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] Virtual kernel memory layout:
  15. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  16. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  17. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] vmalloc : 0xdc800000 - 0xff800000 ( 560 MB)
  18. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] lowmem : 0xc0000000 - 0xdc000000 ( 448 MB)
  19. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
  20. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] .text : 0xc0008000 - 0xc0654350 (6449 kB)
  21. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] .init : 0xc08d3000 - 0xc0942000 ( 444 kB)
  22. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] .data : 0xc0942000 - 0xc09d5198 ( 589 kB)
  23. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] .bss : 0xc09daa90 - 0xc0a8302c ( 674 kB)
  24. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  25. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] ftrace: allocating 24126 entries in 71 pages
  26. Jan 12 00:28:16 raspberrypi kernel: [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  27. Jan 12 00:28:16 raspberrypi kernel: [ 0.000029] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns
  28. Jan 12 00:28:16 raspberrypi kernel: [ 0.000073] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
  29. Jan 12 00:28:16 raspberrypi kernel: [ 0.000167] bcm2835: system timer (irq = 27)
  30. Jan 12 00:28:16 raspberrypi kernel: [ 0.000739] Console: colour dummy device 80x30
  31. Jan 12 00:28:16 raspberrypi kernel: [ 0.001331] console [tty1] enabled
  32. Jan 12 00:28:16 raspberrypi kernel: [ 0.001383] Calibrating delay loop... 697.95 BogoMIPS (lpj=3489792)
  33. Jan 12 00:28:16 raspberrypi kernel: [ 0.060348] pid_max: default: 32768 minimum: 301
  34. Jan 12 00:28:16 raspberrypi kernel: [ 0.060875] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  35. Jan 12 00:28:16 raspberrypi kernel: [ 0.060934] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  36. Jan 12 00:28:16 raspberrypi kernel: [ 0.062241] Disabling memory control group subsystem
  37. Jan 12 00:28:16 raspberrypi kernel: [ 0.062458] CPU: Testing write buffer coherency: ok
  38. Jan 12 00:28:16 raspberrypi kernel: [ 0.063628] Setting up static identity map for 0x8200 - 0x8238
  39. Jan 12 00:28:16 raspberrypi kernel: [ 0.064935] devtmpfs: initialized
  40. Jan 12 00:28:16 raspberrypi kernel: [ 0.074048] random: get_random_u32 called from bucket_table_alloc+0x88/0x1c4 with crng_init=0
  41. Jan 12 00:28:16 raspberrypi kernel: [ 0.075009] VFP support v0.3: implementor 41 architecture 1 part 20 variant b rev 5
  42. Jan 12 00:28:16 raspberrypi kernel: [ 0.075463] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  43. Jan 12 00:28:16 raspberrypi kernel: [ 0.075537] futex hash table entries: 256 (order: -1, 3072 bytes)
  44. Jan 12 00:28:16 raspberrypi kernel: [ 0.076893] pinctrl core: initialized pinctrl subsystem
  45. Jan 12 00:28:16 raspberrypi kernel: [ 0.078256] NET: Registered protocol family 16
  46. Jan 12 00:28:16 raspberrypi kernel: [ 0.081272] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  47. Jan 12 00:28:16 raspberrypi kernel: [ 0.087502] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
  48. Jan 12 00:28:16 raspberrypi kernel: [ 0.087576] hw-breakpoint: maximum watchpoint size is 4 bytes.
  49. Jan 12 00:28:16 raspberrypi kernel: [ 0.087722] Serial: AMBA PL011 UART driver
  50. Jan 12 00:28:16 raspberrypi kernel: [ 0.090652] bcm2835-mbox 2000b880.mailbox: mailbox enabled
  51. Jan 12 00:28:16 raspberrypi kernel: [ 0.129658] bcm2835-dma 20007000.dma: DMA legacy API manager at dc80d000, dmachans=0x1
  52. Jan 12 00:28:16 raspberrypi kernel: [ 0.132081] SCSI subsystem initialized
  53. Jan 12 00:28:16 raspberrypi kernel: [ 0.132355] usbcore: registered new interface driver usbfs
  54. Jan 12 00:28:16 raspberrypi kernel: [ 0.132490] usbcore: registered new interface driver hub
  55. Jan 12 00:28:16 raspberrypi kernel: [ 0.132729] usbcore: registered new device driver usb
  56. Jan 12 00:28:16 raspberrypi kernel: [ 0.140835] raspberrypi-firmware soc:firmware: Attached to firmware from 2019-01-09 20:04
  57. Jan 12 00:28:16 raspberrypi kernel: [ 0.142895] clocksource: Switched to clocksource timer
  58. Jan 12 00:28:16 raspberrypi kernel: [ 0.229564] VFS: Disk quotas dquot_6.6.0
  59. Jan 12 00:28:16 raspberrypi kernel: [ 0.229744] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  60. Jan 12 00:28:16 raspberrypi kernel: [ 0.230070] FS-Cache: Loaded
  61. Jan 12 00:28:16 raspberrypi kernel: [ 0.230450] CacheFiles: Loaded
  62. Jan 12 00:28:16 raspberrypi kernel: [ 0.247639] NET: Registered protocol family 2
  63. Jan 12 00:28:16 raspberrypi kernel: [ 0.248876] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  64. Jan 12 00:28:16 raspberrypi kernel: [ 0.249009] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
  65. Jan 12 00:28:16 raspberrypi kernel: [ 0.249129] TCP: Hash tables configured (established 4096 bind 4096)
  66. Jan 12 00:28:16 raspberrypi kernel: [ 0.249308] UDP hash table entries: 256 (order: 0, 4096 bytes)
  67. Jan 12 00:28:16 raspberrypi kernel: [ 0.249369] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  68. Jan 12 00:28:16 raspberrypi kernel: [ 0.249773] NET: Registered protocol family 1
  69. Jan 12 00:28:16 raspberrypi kernel: [ 0.250540] RPC: Registered named UNIX socket transport module.
  70. Jan 12 00:28:16 raspberrypi kernel: [ 0.250599] RPC: Registered udp transport module.
  71. Jan 12 00:28:16 raspberrypi kernel: [ 0.250626] RPC: Registered tcp transport module.
  72. Jan 12 00:28:16 raspberrypi kernel: [ 0.250651] RPC: Registered tcp NFSv4.1 backchannel transport module.
  73. Jan 12 00:28:16 raspberrypi kernel: [ 0.252621] hw perfevents: no irqs for PMU, sampling events not supported
  74. Jan 12 00:28:16 raspberrypi kernel: [ 0.252754] hw perfevents: enabled with armv6_1176 PMU driver, 3 counters available
  75. Jan 12 00:28:16 raspberrypi kernel: [ 0.256492] workingset: timestamp_bits=14 max_order=17 bucket_order=3
  76. Jan 12 00:28:16 raspberrypi kernel: [ 0.268305] FS-Cache: Netfs 'nfs' registered for caching
  77. Jan 12 00:28:16 raspberrypi kernel: [ 0.269676] NFS: Registering the id_resolver key type
  78. Jan 12 00:28:16 raspberrypi kernel: [ 0.269769] Key type id_resolver registered
  79. Jan 12 00:28:16 raspberrypi kernel: [ 0.269801] Key type id_legacy registered
  80. Jan 12 00:28:16 raspberrypi kernel: [ 0.269848] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  81. Jan 12 00:28:16 raspberrypi kernel: [ 0.274617] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
  82. Jan 12 00:28:16 raspberrypi kernel: [ 0.275106] io scheduler noop registered
  83. Jan 12 00:28:16 raspberrypi kernel: [ 0.275157] io scheduler deadline registered (default)
  84. Jan 12 00:28:16 raspberrypi kernel: [ 0.275711] io scheduler cfq registered
  85. Jan 12 00:28:16 raspberrypi kernel: [ 0.275761] io scheduler mq-deadline registered
  86. Jan 12 00:28:16 raspberrypi kernel: [ 0.275790] io scheduler kyber registered
  87. Jan 12 00:28:16 raspberrypi kernel: [ 0.278071] BCM2708FB: allocated DMA memory 5b500000
  88. Jan 12 00:28:16 raspberrypi kernel: [ 0.278184] BCM2708FB: allocated DMA channel 0 @ dc80d000
  89. Jan 12 00:28:16 raspberrypi kernel: [ 0.286303] Console: switching to colour frame buffer device 82x26
  90. Jan 12 00:28:16 raspberrypi kernel: [ 0.296857] bcm2835-rng 20104000.rng: hwrng registered
  91. Jan 12 00:28:16 raspberrypi kernel: [ 0.299805] vc-mem: phys_addr:0x00000000 mem_base=0x1ec00000 mem_size:0x20000000(512 MiB)
  92. Jan 12 00:28:16 raspberrypi kernel: [ 0.306248] vc-sm: Videocore shared memory driver
  93. Jan 12 00:28:16 raspberrypi kernel: [ 0.309610] gpiomem-bcm2835 20200000.gpiomem: Initialised: Registers at 0x20200000
  94. Jan 12 00:28:16 raspberrypi kernel: [ 0.333312] brd: module loaded
  95. Jan 12 00:28:16 raspberrypi kernel: [ 0.347801] loop: module loaded
  96. Jan 12 00:28:16 raspberrypi kernel: [ 0.350473] Loading iSCSI transport class v2.0-870.
  97. Jan 12 00:28:16 raspberrypi kernel: [ 0.354055] usbcore: registered new interface driver smsc95xx
  98. Jan 12 00:28:16 raspberrypi kernel: [ 0.356756] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  99. Jan 12 00:28:16 raspberrypi kernel: [ 0.360003] usbcore: registered new interface driver usb-storage
  100. Jan 12 00:28:16 raspberrypi kernel: [ 0.363258] mousedev: PS/2 mouse device common for all mice
  101. Jan 12 00:28:16 raspberrypi kernel: [ 0.365965] IR NEC protocol handler initialized
  102. Jan 12 00:28:16 raspberrypi kernel: [ 0.368566] IR RC5(x/sz) protocol handler initialized
  103. Jan 12 00:28:16 raspberrypi kernel: [ 0.371133] IR RC6 protocol handler initialized
  104. Jan 12 00:28:16 raspberrypi kernel: [ 0.373885] IR JVC protocol handler initialized
  105. Jan 12 00:28:16 raspberrypi kernel: [ 0.376519] IR Sony protocol handler initialized
  106. Jan 12 00:28:16 raspberrypi kernel: [ 0.379115] IR SANYO protocol handler initialized
  107. Jan 12 00:28:16 raspberrypi kernel: [ 0.381732] IR Sharp protocol handler initialized
  108. Jan 12 00:28:16 raspberrypi kernel: [ 0.384306] IR MCE Keyboard/mouse protocol handler initialized
  109. Jan 12 00:28:16 raspberrypi kernel: [ 0.386826] IR XMP protocol handler initialized
  110. Jan 12 00:28:16 raspberrypi kernel: [ 0.390545] bcm2835-wdt 20100000.watchdog: Broadcom BCM2835 watchdog timer
  111. Jan 12 00:28:16 raspberrypi kernel: [ 0.393743] bcm2835-cpufreq: min=700000 max=1000000
  112. Jan 12 00:28:16 raspberrypi kernel: [ 0.396893] sdhci: Secure Digital Host Controller Interface driver
  113. Jan 12 00:28:16 raspberrypi kernel: [ 0.399423] sdhci: Copyright(c) Pierre Ossman
  114. Jan 12 00:28:16 raspberrypi kernel: [ 0.402419] sdhost-bcm2835 20202000.mmc: could not get clk, deferring probe
  115. Jan 12 00:28:16 raspberrypi kernel: [ 0.405235] sdhci-pltfm: SDHCI platform and OF driver helper
  116. Jan 12 00:28:16 raspberrypi kernel: [ 0.408601] ledtrig-cpu: registered to indicate activity on CPUs
  117. Jan 12 00:28:16 raspberrypi kernel: [ 0.411472] hidraw: raw HID events driver (C) Jiri Kosina
  118. Jan 12 00:28:16 raspberrypi kernel: [ 0.414405] usbcore: registered new interface driver usbhid
  119. Jan 12 00:28:16 raspberrypi kernel: [ 0.417020] usbhid: USB HID core driver
  120. Jan 12 00:28:16 raspberrypi kernel: [ 0.420413] vchiq: vchiq_init_state: slot_zero = db580000, is_master = 0
  121. Jan 12 00:28:16 raspberrypi kernel: [ 0.425144] [vc_sm_connected_init]: start
  122. Jan 12 00:28:16 raspberrypi kernel: [ 0.435410] [vc_sm_connected_init]: end - returning 0
  123. Jan 12 00:28:16 raspberrypi kernel: [ 0.439068] Initializing XFRM netlink socket
  124. Jan 12 00:28:16 raspberrypi kernel: [ 0.441752] NET: Registered protocol family 17
  125. Jan 12 00:28:16 raspberrypi kernel: [ 0.444627] Key type dns_resolver registered
  126. Jan 12 00:28:16 raspberrypi kernel: [ 0.448968] registered taskstats version 1
  127. Jan 12 00:28:16 raspberrypi kernel: [ 0.459590] uart-pl011 20201000.serial: cts_event_workaround enabled
  128. Jan 12 00:28:16 raspberrypi kernel: [ 0.462634] 20201000.serial: ttyAMA0 at MMIO 0x20201000 (irq = 81, base_baud = 0) is a PL011 rev2
  129. Jan 12 00:28:16 raspberrypi kernel: [ 1.222871] console [ttyAMA0] enabled
  130. Jan 12 00:28:16 raspberrypi kernel: [ 1.232814] sdhost: log_buf @ db510000 (5b510000)
  131. Jan 12 00:28:16 raspberrypi kernel: [ 1.312976] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  132. Jan 12 00:28:16 raspberrypi kernel: [ 1.322486] of_cfs_init
  133. Jan 12 00:28:16 raspberrypi kernel: [ 1.348104] of_cfs_init: OK
  134. Jan 12 00:28:16 raspberrypi kernel: [ 1.354538] Waiting for root device PARTUUID=f1684a67-02...
  135. Jan 12 00:28:16 raspberrypi kernel: [ 1.370662] random: fast init done
  136. Jan 12 00:28:16 raspberrypi kernel: [ 1.484539] mmc0: host does not support reading read-only switch, assuming write-enable
  137. Jan 12 00:28:16 raspberrypi kernel: [ 1.504214] mmc0: new high speed SDHC card at address aaaa
  138. Jan 12 00:28:16 raspberrypi kernel: [ 1.513316] mmcblk0: mmc0:aaaa SL16G 14.8 GiB
  139. Jan 12 00:28:16 raspberrypi kernel: [ 1.526501] mmcblk0: p1 p2
  140. Jan 12 00:28:16 raspberrypi kernel: [ 1.568400] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
  141. Jan 12 00:28:16 raspberrypi kernel: [ 1.578652] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
  142. Jan 12 00:28:16 raspberrypi kernel: [ 1.784821] EXT4-fs (mmcblk0p2): recovery complete
  143. Jan 12 00:28:16 raspberrypi kernel: [ 1.797429] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  144. Jan 12 00:28:16 raspberrypi kernel: [ 1.811311] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  145. Jan 12 00:28:16 raspberrypi kernel: [ 1.833139] devtmpfs: mounted
  146. Jan 12 00:28:16 raspberrypi kernel: [ 1.841483] Freeing unused kernel memory: 444K
  147. Jan 12 00:28:16 raspberrypi kernel: [ 1.848828] This architecture does not have kernel memory protection.
  148. Jan 12 00:28:16 raspberrypi kernel: [ 2.515429] NET: Registered protocol family 10
  149. Jan 12 00:28:16 raspberrypi kernel: [ 2.524784] Segment Routing with IPv6
  150. Jan 12 00:28:16 raspberrypi kernel: [ 2.547188] ip_tables: (C) 2000-2006 Netfilter Core Team
  151. Jan 12 00:28:16 raspberrypi kernel: [ 2.582352] random: systemd: uninitialized urandom read (16 bytes read)
  152. Jan 12 00:28:16 raspberrypi kernel: [ 2.733871] random: systemd: uninitialized urandom read (16 bytes read)
  153. Jan 12 00:28:16 raspberrypi kernel: [ 2.950842] random: systemd-cryptse: uninitialized urandom read (16 bytes read)
  154. Jan 12 00:28:16 raspberrypi kernel: [ 3.086453] uart-pl011 20201000.serial: no DMA platform data
  155. Jan 12 00:28:16 raspberrypi kernel: [ 4.030982] dwc2 20980000.usb: 20980000.usb supply vusb_d not found, using dummy regulator
  156. Jan 12 00:28:16 raspberrypi kernel: [ 4.071367] dwc2 20980000.usb: 20980000.usb supply vusb_a not found, using dummy regulator
  157. Jan 12 00:28:16 raspberrypi kernel: [ 4.563135] dwc2 20980000.usb: EPs: 8, dedicated fifos, 4080 entries in SPRAM
  158. Jan 12 00:28:16 raspberrypi kernel: [ 4.624264] dwc2 20980000.usb: DWC OTG Controller
  159. Jan 12 00:28:16 raspberrypi kernel: [ 4.631991] dwc2 20980000.usb: new USB bus registered, assigned bus number 1
  160. Jan 12 00:28:16 raspberrypi kernel: [ 4.713205] dwc2 20980000.usb: irq 33, io mem 0x20980000
  161. Jan 12 00:28:16 raspberrypi kernel: [ 4.773817] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  162. Jan 12 00:28:16 raspberrypi kernel: [ 4.783999] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  163. Jan 12 00:28:16 raspberrypi kernel: [ 4.794465] usb usb1: Product: DWC OTG Controller
  164. Jan 12 00:28:16 raspberrypi kernel: [ 4.802238] usb usb1: Manufacturer: Linux 4.14.92+ dwc2_hsotg
  165. Jan 12 00:28:16 raspberrypi kernel: [ 4.811066] usb usb1: SerialNumber: 20980000.usb
  166. Jan 12 00:28:16 raspberrypi kernel: [ 5.014240] hub 1-0:1.0: USB hub found
  167. Jan 12 00:28:16 raspberrypi kernel: [ 5.053142] hub 1-0:1.0: 1 port detected
  168. Jan 12 00:28:16 raspberrypi kernel: [ 5.266069] using random self ethernet address
  169. Jan 12 00:28:16 raspberrypi kernel: [ 5.273698] using random host ethernet address
  170. Jan 12 00:28:16 raspberrypi kernel: [ 5.336258] usb0: HOST MAC 6a:a8:85:5c:b5:fa
  171. Jan 12 00:28:16 raspberrypi kernel: [ 5.372743] usb0: MAC 7e:01:fd:70:97:5d
  172. Jan 12 00:28:16 raspberrypi kernel: [ 5.443091] using random self ethernet address
  173. Jan 12 00:28:16 raspberrypi kernel: [ 5.450191] using random host ethernet address
  174. Jan 12 00:28:16 raspberrypi kernel: [ 5.523049] usb 1-1: new high-speed USB device number 2 using dwc2
  175. Jan 12 00:28:16 raspberrypi kernel: [ 5.532201] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
  176. Jan 12 00:28:16 raspberrypi kernel: [ 5.541442] g_ether gadget: g_ether ready
  177. Jan 12 00:28:16 raspberrypi kernel: [ 5.547833] dwc2 20980000.usb: bound driver g_ether
  178. Jan 12 00:28:16 raspberrypi kernel: [ 5.784683] usb 1-1: New USB device found, idVendor=148f, idProduct=7601
  179. Jan 12 00:28:16 raspberrypi kernel: [ 5.794084] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  180. Jan 12 00:28:16 raspberrypi kernel: [ 5.803799] usb 1-1: Product: 802.11 n WLAN
  181. Jan 12 00:28:16 raspberrypi kernel: [ 5.810522] usb 1-1: Manufacturer: MediaTek
  182. Jan 12 00:28:16 raspberrypi kernel: [ 5.817159] usb 1-1: SerialNumber: 1.0
  183. Jan 12 00:28:16 raspberrypi kernel: [ 6.790290] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  184. Jan 12 00:28:16 raspberrypi kernel: [ 9.473119] usb 1-1: reset high-speed USB device number 2 using dwc2
  185. Jan 12 00:28:16 raspberrypi kernel: [ 9.726943] mt7601u 1-1:1.0: ASIC revision: 76010001 MAC revision: 76010500
  186. Jan 12 00:28:16 raspberrypi kernel: [ 9.736639] mt7601u 1-1:1.0: Firmware Version: 0.1.00 Build: 7640 Build time: 201302052146____
  187. Jan 12 00:28:16 raspberrypi kernel: [ 10.224246] mt7601u 1-1:1.0: EEPROM ver:0c fae:00
  188. Jan 12 00:28:16 raspberrypi kernel: [ 10.552746] usbcore: registered new interface driver mt7601u
  189. Jan 12 00:28:16 raspberrypi kernel: [ 11.283728] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
  190. Jan 12 00:28:16 raspberrypi kernel: [ 11.317027] bcm2835_alsa bcm2835_alsa: card created with 8 channels
  191. Jan 12 00:28:16 raspberrypi mtp-probe: checking bus 1, device 2: "/sys/devices/platform/soc/20980000.usb/usb1/1-1"
  192. Jan 12 00:28:16 raspberrypi mtp-probe: bus: 1, device: 2 was not an MTP device
  193. Jan 12 00:28:16 raspberrypi mtp-probe: checking bus 1, device 2: "/sys/devices/platform/soc/20980000.usb/usb1/1-1"
  194. Jan 12 00:28:16 raspberrypi mtp-probe: bus: 1, device: 2 was not an MTP device
  195. Jan 12 00:28:16 raspberrypi liblogging-stdlog: [origin software="rsyslogd" swVersion="8.24.0" x-pid="238" x-info="http://www.rsyslog.com"] start
  196. Jan 12 00:28:18 raspberrypi kernel: [ 17.317226] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
  197. Jan 12 00:28:18 raspberrypi kernel: [ 17.327313] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  198. Jan 12 00:28:18 raspberrypi kernel: [ 17.511213] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
  199. Jan 12 00:28:19 raspberrypi kernel: [ 19.106776] wlan0: authenticate with c4:27:95:ce:7a:85
  200. Jan 12 00:28:19 raspberrypi kernel: [ 19.167881] wlan0: send auth to c4:27:95:ce:7a:85 (try 1/3)
  201. Jan 12 00:28:19 raspberrypi kernel: [ 19.169857] wlan0: authenticated
  202. Jan 12 00:28:19 raspberrypi kernel: [ 19.175715] wlan0: associate with c4:27:95:ce:7a:85 (try 1/3)
  203. Jan 12 00:28:19 raspberrypi kernel: [ 19.182446] wlan0: RX AssocResp from c4:27:95:ce:7a:85 (capab=0x411 status=0 aid=10)
  204. Jan 12 00:28:19 raspberrypi kernel: [ 19.203139] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  205. Jan 12 00:28:19 raspberrypi kernel: [ 19.203196] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  206. Jan 12 00:28:19 raspberrypi kernel: [ 19.203239] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  207. Jan 12 00:28:19 raspberrypi kernel: [ 19.233108] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  208. Jan 12 00:28:19 raspberrypi kernel: [ 19.233166] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  209. Jan 12 00:28:19 raspberrypi kernel: [ 19.233202] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  210. Jan 12 00:28:20 raspberrypi kernel: [ 19.263104] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  211. Jan 12 00:28:20 raspberrypi kernel: [ 19.263163] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  212. Jan 12 00:28:20 raspberrypi kernel: [ 19.263200] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  213. Jan 12 00:28:20 raspberrypi kernel: [ 19.293112] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  214. Jan 12 00:28:20 raspberrypi kernel: [ 19.293171] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  215. Jan 12 00:28:20 raspberrypi kernel: [ 19.293209] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  216. Jan 12 00:28:20 raspberrypi kernel: [ 19.304046] usb 1-1: USB disconnect, device number 2
  217. Jan 12 00:28:20 raspberrypi kernel: [ 19.304951] ------------[ cut here ]------------
  218. Jan 12 00:28:20 raspberrypi kernel: [ 19.305154] WARNING: CPU: 0 PID: 96 at drivers/net/wireless/mediatek/mt7601u/dma.c:200 mt7601u_complete_rx+0x134/0x148 [mt7601u]
  219. Jan 12 00:28:20 raspberrypi kernel: [ 19.305162] RX urb mismatch
  220. Jan 12 00:28:20 raspberrypi kernel: [ 19.305169] Modules linked in: snd_bcm2835(C) snd_pcm snd_timer snd arc4 fixed uio_pdrv_genirq uio mt7601u mac80211 cfg80211 rfkill usb_f_ecm g_ether usb_f_rndis u_ether libcomposite dwc2 udc_core ip_tables x_tables ipv6
  221. Jan 12 00:28:20 raspberrypi kernel: [ 19.305273] CPU: 0 PID: 96 Comm: kworker/0:4 Tainted: G C 4.14.92+ #1187
  222. Jan 12 00:28:20 raspberrypi kernel: [ 19.305279] Hardware name: BCM2835
  223. Jan 12 00:28:20 raspberrypi kernel: [ 19.305317] Workqueue: usb_hub_wq hub_event
  224. Jan 12 00:28:20 raspberrypi kernel: [ 19.305380] [<c0016420>] (unwind_backtrace) from [<c0013d40>] (show_stack+0x20/0x24)
  225. Jan 12 00:28:20 raspberrypi kernel: [ 19.305417] [<c0013d40>] (show_stack) from [<c0638104>] (dump_stack+0x20/0x28)
  226. Jan 12 00:28:20 raspberrypi kernel: [ 19.305447] [<c0638104>] (dump_stack) from [<c0021ecc>] (__warn+0xe4/0x10c)
  227. Jan 12 00:28:20 raspberrypi kernel: [ 19.305468] [<c0021ecc>] (__warn) from [<c0021f3c>] (warn_slowpath_fmt+0x48/0x50)
  228. Jan 12 00:28:20 raspberrypi kernel: [ 19.305591] [<c0021f3c>] (warn_slowpath_fmt) from [<bf2954f8>] (mt7601u_complete_rx+0x134/0x148 [mt7601u])
  229. Jan 12 00:28:20 raspberrypi kernel: [ 19.305722] [<bf2954f8>] (mt7601u_complete_rx [mt7601u]) from [<c04676a4>] (__usb_hcd_giveback_urb+0x80/0x160)
  230. Jan 12 00:28:20 raspberrypi kernel: [ 19.305750] [<c04676a4>] (__usb_hcd_giveback_urb) from [<c046843c>] (usb_giveback_urb_bh+0x94/0xd0)
  231. Jan 12 00:28:20 raspberrypi kernel: [ 19.305779] [<c046843c>] (usb_giveback_urb_bh) from [<c0026b0c>] (tasklet_action+0x84/0xd8)
  232. Jan 12 00:28:20 raspberrypi kernel: [ 19.305803] [<c0026b0c>] (tasklet_action) from [<c00095c4>] (__do_softirq+0x124/0x328)
  233. Jan 12 00:28:20 raspberrypi kernel: [ 19.305824] [<c00095c4>] (__do_softirq) from [<c0026668>] (irq_exit+0xf0/0x140)
  234. Jan 12 00:28:20 raspberrypi kernel: [ 19.305860] [<c0026668>] (irq_exit) from [<c0061ab8>] (__handle_domain_irq+0x60/0xb8)
  235. Jan 12 00:28:20 raspberrypi kernel: [ 19.305885] [<c0061ab8>] (__handle_domain_irq) from [<c0009418>] (bcm2835_handle_irq+0x28/0x48)
  236. Jan 12 00:28:20 raspberrypi kernel: [ 19.305909] [<c0009418>] (bcm2835_handle_irq) from [<c0651ffc>] (__irq_svc+0x5c/0x7c)
  237. Jan 12 00:28:20 raspberrypi kernel: [ 19.305919] Exception stack(0xda4f3c98 to 0xda4f3ce0)
  238. Jan 12 00:28:20 raspberrypi kernel: [ 19.305930] 3c80: 00000000 60000093
  239. Jan 12 00:28:20 raspberrypi kernel: [ 19.305945] 3ca0: 00000000 c0945414 da7a9a04 da7a9a00 da7a9a18 da6d9400 00000000 bf29ed54
  240. Jan 12 00:28:20 raspberrypi kernel: [ 19.305961] 3cc0: 00000002 da4f3d04 da4f3ce8 da4f3ce8 c0469674 c0469678 60000013 ffffffff
  241. Jan 12 00:28:20 raspberrypi kernel: [ 19.305982] [<c0651ffc>] (__irq_svc) from [<c0469678>] (usb_hcd_flush_endpoint+0x68/0xec)
  242. Jan 12 00:28:20 raspberrypi kernel: [ 19.306005] [<c0469678>] (usb_hcd_flush_endpoint) from [<c046c620>] (usb_disable_endpoint+0x58/0xa0)
  243. Jan 12 00:28:20 raspberrypi kernel: [ 19.306024] [<c046c620>] (usb_disable_endpoint) from [<c046c6b4>] (usb_disable_interface+0x4c/0x64)
  244. Jan 12 00:28:20 raspberrypi kernel: [ 19.306046] [<c046c6b4>] (usb_disable_interface) from [<c046f144>] (usb_unbind_interface+0x1d0/0x288)
  245. Jan 12 00:28:20 raspberrypi kernel: [ 19.306069] [<c046f144>] (usb_unbind_interface) from [<c040651c>] (device_release_driver_internal+0x14c/0x1ec)
  246. Jan 12 00:28:20 raspberrypi kernel: [ 19.306088] [<c040651c>] (device_release_driver_internal) from [<c04065dc>] (device_release_driver+0x20/0x24)
  247. Jan 12 00:28:20 raspberrypi kernel: [ 19.306124] [<c04065dc>] (device_release_driver) from [<c04053ac>] (bus_remove_device+0xd8/0x108)
  248. Jan 12 00:28:20 raspberrypi kernel: [ 19.306148] [<c04053ac>] (bus_remove_device) from [<c0401f0c>] (device_del+0x118/0x310)
  249. Jan 12 00:28:20 raspberrypi kernel: [ 19.306170] [<c0401f0c>] (device_del) from [<c046c77c>] (usb_disable_device+0xb0/0x1f4)
  250. Jan 12 00:28:20 raspberrypi kernel: [ 19.306195] [<c046c77c>] (usb_disable_device) from [<c04632d4>] (usb_disconnect+0x7c/0x1fc)
  251. Jan 12 00:28:20 raspberrypi kernel: [ 19.306219] [<c04632d4>] (usb_disconnect) from [<c0464cdc>] (hub_event+0x594/0x11c0)
  252. Jan 12 00:28:20 raspberrypi kernel: [ 19.306250] [<c0464cdc>] (hub_event) from [<c0039368>] (process_one_work+0x11c/0x398)
  253. Jan 12 00:28:20 raspberrypi kernel: [ 19.306271] [<c0039368>] (process_one_work) from [<c0039620>] (worker_thread+0x3c/0x544)
  254. Jan 12 00:28:20 raspberrypi kernel: [ 19.306300] [<c0039620>] (worker_thread) from [<c003f51c>] (kthread+0x120/0x15c)
  255. Jan 12 00:28:20 raspberrypi kernel: [ 19.306329] [<c003f51c>] (kthread) from [<c000fe2c>] (ret_from_fork+0x14/0x28)
  256. Jan 12 00:28:20 raspberrypi kernel: [ 19.306340] ---[ end trace a992e4022c81a0dc ]---
  257. Jan 12 00:28:20 raspberrypi kernel: [ 19.334618] wlan0: associated
  258. Jan 12 00:28:20 raspberrypi kernel: [ 19.335373] wlan0: deauthenticating from c4:27:95:ce:7a:85 by local choice (Reason: 3=DEAUTH_LEAVING)
  259. Jan 12 00:28:20 raspberrypi kernel: [ 19.812943] usb 1-1: new high-speed USB device number 3 using dwc2
  260. Jan 12 00:28:20 raspberrypi kernel: [ 20.073922] usb 1-1: New USB device found, idVendor=148f, idProduct=7601
  261. Jan 12 00:28:20 raspberrypi kernel: [ 20.073939] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  262. Jan 12 00:28:20 raspberrypi kernel: [ 20.073946] usb 1-1: Product: 802.11 n WLAN
  263. Jan 12 00:28:20 raspberrypi kernel: [ 20.073953] usb 1-1: Manufacturer: MediaTek
  264. Jan 12 00:28:20 raspberrypi kernel: [ 20.073960] usb 1-1: SerialNumber: 1.0
  265. Jan 12 00:28:21 raspberrypi kernel: [ 20.292983] usb 1-1: reset high-speed USB device number 3 using dwc2
  266. Jan 12 00:28:21 raspberrypi kernel: [ 20.545786] mt7601u 1-1:1.0: ASIC revision: 76010001 MAC revision: 76010500
  267. Jan 12 00:28:21 raspberrypi kernel: [ 20.547136] mt7601u 1-1:1.0: Firmware Version: 0.1.00 Build: 7640 Build time: 201302052146____
  268. Jan 12 00:28:21 raspberrypi kernel: [ 21.005333] mt7601u 1-1:1.0: EEPROM ver:0c fae:00
  269. Jan 12 00:28:22 raspberrypi kernel: [ 21.502960] mt7601u 1-1:1.0: Warning: mt7601u_mcu_wait_resp retrying
  270. Jan 12 00:28:22 raspberrypi kernel: [ 21.812968] mt7601u 1-1:1.0: Warning: mt7601u_mcu_wait_resp retrying
  271. Jan 12 00:28:22 raspberrypi kernel: [ 22.122986] mt7601u 1-1:1.0: Warning: mt7601u_mcu_wait_resp retrying
  272. Jan 12 00:28:23 raspberrypi kernel: [ 22.432982] mt7601u 1-1:1.0: Warning: mt7601u_mcu_wait_resp retrying
  273. Jan 12 00:28:23 raspberrypi kernel: [ 22.743030] mt7601u 1-1:1.0: Warning: mt7601u_mcu_wait_resp retrying
  274. Jan 12 00:28:23 raspberrypi kernel: [ 22.744316] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  275. Jan 12 00:28:23 raspberrypi kernel: [ 22.744363] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  276. Jan 12 00:28:23 raspberrypi kernel: [ 22.744398] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  277. Jan 12 00:28:23 raspberrypi kernel: [ 22.773099] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  278. Jan 12 00:28:23 raspberrypi kernel: [ 22.773157] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  279. Jan 12 00:28:23 raspberrypi kernel: [ 22.773191] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  280. Jan 12 00:28:23 raspberrypi kernel: [ 22.803110] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  281. Jan 12 00:28:23 raspberrypi kernel: [ 22.803170] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  282. Jan 12 00:28:23 raspberrypi kernel: [ 22.803206] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  283. Jan 12 00:28:23 raspberrypi kernel: [ 22.833100] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  284. Jan 12 00:28:23 raspberrypi kernel: [ 22.833159] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  285. Jan 12 00:28:23 raspberrypi kernel: [ 22.833194] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  286. Jan 12 00:28:23 raspberrypi kernel: [ 22.863047] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  287. Jan 12 00:28:23 raspberrypi kernel: [ 22.863106] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  288. Jan 12 00:28:23 raspberrypi kernel: [ 22.863142] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  289. Jan 12 00:28:23 raspberrypi kernel: [ 22.893093] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  290. Jan 12 00:28:23 raspberrypi kernel: [ 22.893148] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  291. Jan 12 00:28:23 raspberrypi kernel: [ 22.893184] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  292. Jan 12 00:28:23 raspberrypi kernel: [ 22.923100] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  293. Jan 12 00:28:23 raspberrypi kernel: [ 22.923158] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  294. Jan 12 00:28:23 raspberrypi kernel: [ 22.923203] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  295. Jan 12 00:28:23 raspberrypi kernel: [ 22.953119] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  296. Jan 12 00:28:23 raspberrypi kernel: [ 22.953174] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  297. Jan 12 00:28:23 raspberrypi kernel: [ 22.953210] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  298. Jan 12 00:28:23 raspberrypi kernel: [ 22.983100] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  299. Jan 12 00:28:23 raspberrypi kernel: [ 22.983158] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  300. Jan 12 00:28:23 raspberrypi kernel: [ 22.983194] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  301. Jan 12 00:28:23 raspberrypi kernel: [ 23.013103] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  302. Jan 12 00:28:23 raspberrypi kernel: [ 23.013161] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  303. Jan 12 00:28:23 raspberrypi kernel: [ 23.013197] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  304. Jan 12 00:28:23 raspberrypi kernel: [ 23.043133] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  305. Jan 12 00:28:23 raspberrypi kernel: [ 23.043179] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  306. Jan 12 00:28:23 raspberrypi kernel: [ 23.043213] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  307. Jan 12 00:28:23 raspberrypi kernel: [ 23.073085] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  308. Jan 12 00:28:23 raspberrypi kernel: [ 23.073141] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  309. Jan 12 00:28:23 raspberrypi kernel: [ 23.073176] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  310. Jan 12 00:28:23 raspberrypi kernel: [ 23.103097] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  311. Jan 12 00:28:23 raspberrypi kernel: [ 23.103153] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  312. Jan 12 00:28:23 raspberrypi kernel: [ 23.103190] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  313. Jan 12 00:28:23 raspberrypi kernel: [ 23.133098] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  314. Jan 12 00:28:23 raspberrypi kernel: [ 23.133157] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  315. Jan 12 00:28:23 raspberrypi kernel: [ 23.133192] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  316. Jan 12 00:28:23 raspberrypi kernel: [ 23.163116] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  317. Jan 12 00:28:23 raspberrypi kernel: [ 23.163172] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  318. Jan 12 00:28:23 raspberrypi kernel: [ 23.163206] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  319. Jan 12 00:28:23 raspberrypi kernel: [ 23.193091] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  320. Jan 12 00:28:23 raspberrypi kernel: [ 23.193147] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  321. Jan 12 00:28:23 raspberrypi kernel: [ 23.193181] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  322. Jan 12 00:28:23 raspberrypi kernel: [ 23.223095] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  323. Jan 12 00:28:23 raspberrypi kernel: [ 23.223152] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  324. Jan 12 00:28:23 raspberrypi kernel: [ 23.223188] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  325. Jan 12 00:28:23 raspberrypi kernel: [ 23.253099] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  326. Jan 12 00:28:23 raspberrypi kernel: [ 23.253154] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  327. Jan 12 00:28:23 raspberrypi kernel: [ 23.253189] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  328. Jan 12 00:28:24 raspberrypi kernel: [ 23.283048] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  329. Jan 12 00:28:24 raspberrypi kernel: [ 23.283114] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  330. Jan 12 00:28:24 raspberrypi kernel: [ 23.283149] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  331. Jan 12 00:28:24 raspberrypi kernel: [ 23.313044] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  332. Jan 12 00:28:24 raspberrypi kernel: [ 23.313101] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  333. Jan 12 00:28:24 raspberrypi kernel: [ 23.313135] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  334. Jan 12 00:28:24 raspberrypi kernel: [ 23.343154] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  335. Jan 12 00:28:24 raspberrypi kernel: [ 23.343201] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  336. Jan 12 00:28:24 raspberrypi kernel: [ 23.343235] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  337. Jan 12 00:28:24 raspberrypi kernel: [ 23.373127] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  338. Jan 12 00:28:24 raspberrypi kernel: [ 23.373182] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  339. Jan 12 00:28:24 raspberrypi kernel: [ 23.373218] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  340. Jan 12 00:28:24 raspberrypi kernel: [ 23.403102] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  341. Jan 12 00:28:24 raspberrypi kernel: [ 23.403159] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  342. Jan 12 00:28:24 raspberrypi kernel: [ 23.403194] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  343. Jan 12 00:28:24 raspberrypi kernel: [ 23.433101] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  344. Jan 12 00:28:24 raspberrypi kernel: [ 23.433158] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  345. Jan 12 00:28:24 raspberrypi kernel: [ 23.433193] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  346. Jan 12 00:28:24 raspberrypi kernel: [ 23.463099] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  347. Jan 12 00:28:24 raspberrypi kernel: [ 23.463154] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  348. Jan 12 00:28:24 raspberrypi kernel: [ 23.463188] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  349. Jan 12 00:28:24 raspberrypi kernel: [ 23.493092] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  350. Jan 12 00:28:24 raspberrypi kernel: [ 23.493147] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  351. Jan 12 00:28:24 raspberrypi kernel: [ 23.493181] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  352. Jan 12 00:28:24 raspberrypi kernel: [ 23.523100] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  353. Jan 12 00:28:24 raspberrypi kernel: [ 23.523156] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  354. Jan 12 00:28:24 raspberrypi kernel: [ 23.523191] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  355. Jan 12 00:28:24 raspberrypi kernel: [ 23.553110] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  356. Jan 12 00:28:24 raspberrypi kernel: [ 23.553169] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  357. Jan 12 00:28:24 raspberrypi kernel: [ 23.553204] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  358. Jan 12 00:28:24 raspberrypi kernel: [ 23.583056] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  359. Jan 12 00:28:24 raspberrypi kernel: [ 23.583116] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  360. Jan 12 00:28:24 raspberrypi kernel: [ 23.583152] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  361. Jan 12 00:28:24 raspberrypi kernel: [ 23.613100] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  362. Jan 12 00:28:24 raspberrypi kernel: [ 23.613158] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  363. Jan 12 00:28:24 raspberrypi kernel: [ 23.613192] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  364. Jan 12 00:28:24 raspberrypi kernel: [ 23.643179] mt7601u: probe of 1-1:1.0 failed with error -110
  365. Jan 12 00:28:24 raspberrypi kernel: [ 23.654198] usb 1-1: USB disconnect, device number 3
  366. Jan 12 00:28:24 raspberrypi kernel: [ 24.072969] usb 1-1: new high-speed USB device number 4 using dwc2
  367. Jan 12 00:28:25 raspberrypi kernel: [ 24.334194] usb 1-1: New USB device found, idVendor=148f, idProduct=7601
  368. Jan 12 00:28:25 raspberrypi kernel: [ 24.334217] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  369. Jan 12 00:28:25 raspberrypi kernel: [ 24.334229] usb 1-1: Product: 802.11 n WLAN
  370. Jan 12 00:28:25 raspberrypi kernel: [ 24.334239] usb 1-1: Manufacturer: MediaTek
  371. Jan 12 00:28:25 raspberrypi kernel: [ 24.334250] usb 1-1: SerialNumber: 1.0
  372. Jan 12 00:28:25 raspberrypi kernel: [ 24.552967] usb 1-1: reset high-speed USB device number 4 using dwc2
  373. Jan 12 00:28:25 raspberrypi kernel: [ 24.805590] mt7601u 1-1:1.0: ASIC revision: 76010001 MAC revision: 76010500
  374. Jan 12 00:28:25 raspberrypi kernel: [ 24.806655] mt7601u 1-1:1.0: Firmware Version: 0.1.00 Build: 7640 Build time: 201302052146____
  375. Jan 12 00:28:26 raspberrypi kernel: [ 25.265952] mt7601u 1-1:1.0: EEPROM ver:0c fae:00
  376. Jan 12 00:28:26 raspberrypi kernel: [ 25.762974] mt7601u 1-1:1.0: Warning: mt7601u_mcu_wait_resp retrying
  377. Jan 12 00:28:26 raspberrypi kernel: [ 26.072973] mt7601u 1-1:1.0: Warning: mt7601u_mcu_wait_resp retrying
  378. Jan 12 00:28:27 raspberrypi kernel: [ 26.382976] mt7601u 1-1:1.0: Warning: mt7601u_mcu_wait_resp retrying
  379. Jan 12 00:28:27 raspberrypi kernel: [ 26.692977] mt7601u 1-1:1.0: Warning: mt7601u_mcu_wait_resp retrying
  380. Jan 12 00:28:27 raspberrypi kernel: [ 27.002976] mt7601u 1-1:1.0: Warning: mt7601u_mcu_wait_resp retrying
  381. Jan 12 00:28:27 raspberrypi kernel: [ 27.004298] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  382. Jan 12 00:28:27 raspberrypi kernel: [ 27.004348] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  383. Jan 12 00:28:27 raspberrypi kernel: [ 27.004382] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  384. Jan 12 00:28:27 raspberrypi kernel: [ 27.033100] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  385. Jan 12 00:28:27 raspberrypi kernel: [ 27.033157] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  386. Jan 12 00:28:27 raspberrypi kernel: [ 27.033192] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  387. Jan 12 00:28:27 raspberrypi kernel: [ 27.063069] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  388. Jan 12 00:28:27 raspberrypi kernel: [ 27.063124] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  389. Jan 12 00:28:27 raspberrypi kernel: [ 27.063158] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  390. Jan 12 00:28:27 raspberrypi kernel: [ 27.093100] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  391. Jan 12 00:28:27 raspberrypi kernel: [ 27.093156] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  392. Jan 12 00:28:27 raspberrypi kernel: [ 27.093192] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  393. Jan 12 00:28:27 raspberrypi kernel: [ 27.123077] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  394. Jan 12 00:28:27 raspberrypi kernel: [ 27.123136] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  395. Jan 12 00:28:27 raspberrypi kernel: [ 27.123170] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  396. Jan 12 00:28:27 raspberrypi kernel: [ 27.153116] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  397. Jan 12 00:28:27 raspberrypi kernel: [ 27.153183] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  398. Jan 12 00:28:27 raspberrypi kernel: [ 27.153220] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  399. Jan 12 00:28:27 raspberrypi kernel: [ 27.183101] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  400. Jan 12 00:28:27 raspberrypi kernel: [ 27.183158] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  401. Jan 12 00:28:27 raspberrypi kernel: [ 27.183194] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  402. Jan 12 00:28:27 raspberrypi kernel: [ 27.213097] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  403. Jan 12 00:28:27 raspberrypi kernel: [ 27.213154] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  404. Jan 12 00:28:27 raspberrypi kernel: [ 27.213188] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  405. Jan 12 00:28:27 raspberrypi kernel: [ 27.243102] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  406. Jan 12 00:28:27 raspberrypi kernel: [ 27.243159] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  407. Jan 12 00:28:27 raspberrypi kernel: [ 27.243193] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  408. Jan 12 00:28:28 raspberrypi kernel: [ 27.273103] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  409. Jan 12 00:28:28 raspberrypi kernel: [ 27.273159] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  410. Jan 12 00:28:28 raspberrypi kernel: [ 27.273195] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  411. Jan 12 00:28:28 raspberrypi kernel: [ 27.303150] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  412. Jan 12 00:28:28 raspberrypi kernel: [ 27.303201] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  413. Jan 12 00:28:28 raspberrypi kernel: [ 27.303235] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  414. Jan 12 00:28:28 raspberrypi kernel: [ 27.333089] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  415. Jan 12 00:28:28 raspberrypi kernel: [ 27.333147] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  416. Jan 12 00:28:28 raspberrypi kernel: [ 27.333183] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  417. Jan 12 00:28:28 raspberrypi kernel: [ 27.363108] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  418. Jan 12 00:28:28 raspberrypi kernel: [ 27.363165] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  419. Jan 12 00:28:28 raspberrypi kernel: [ 27.363200] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  420. Jan 12 00:28:28 raspberrypi kernel: [ 27.393096] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  421. Jan 12 00:28:28 raspberrypi kernel: [ 27.393153] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  422. Jan 12 00:28:28 raspberrypi kernel: [ 27.393189] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  423. Jan 12 00:28:28 raspberrypi kernel: [ 27.423102] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  424. Jan 12 00:28:28 raspberrypi kernel: [ 27.423159] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  425. Jan 12 00:28:28 raspberrypi kernel: [ 27.423194] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  426. Jan 12 00:28:28 raspberrypi kernel: [ 27.453099] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  427. Jan 12 00:28:28 raspberrypi kernel: [ 27.453156] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  428. Jan 12 00:28:28 raspberrypi kernel: [ 27.453193] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  429. Jan 12 00:28:28 raspberrypi kernel: [ 27.483097] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  430. Jan 12 00:28:28 raspberrypi kernel: [ 27.483153] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  431. Jan 12 00:28:28 raspberrypi kernel: [ 27.483189] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  432. Jan 12 00:28:28 raspberrypi kernel: [ 27.513092] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  433. Jan 12 00:28:28 raspberrypi kernel: [ 27.513148] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  434. Jan 12 00:28:28 raspberrypi kernel: [ 27.513183] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  435. Jan 12 00:28:28 raspberrypi kernel: [ 27.543046] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  436. Jan 12 00:28:28 raspberrypi kernel: [ 27.543101] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  437. Jan 12 00:28:28 raspberrypi kernel: [ 27.543137] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  438. Jan 12 00:28:28 raspberrypi kernel: [ 27.573115] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  439. Jan 12 00:28:28 raspberrypi kernel: [ 27.573172] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  440. Jan 12 00:28:28 raspberrypi kernel: [ 27.573205] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  441. Jan 12 00:28:28 raspberrypi kernel: [ 27.603161] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  442. Jan 12 00:28:28 raspberrypi kernel: [ 27.603209] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  443. Jan 12 00:28:28 raspberrypi kernel: [ 27.603244] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  444. Jan 12 00:28:28 raspberrypi kernel: [ 27.633120] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  445. Jan 12 00:28:28 raspberrypi kernel: [ 27.633178] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  446. Jan 12 00:28:28 raspberrypi kernel: [ 27.633212] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  447. Jan 12 00:28:28 raspberrypi kernel: [ 27.663094] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  448. Jan 12 00:28:28 raspberrypi kernel: [ 27.663149] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  449. Jan 12 00:28:28 raspberrypi kernel: [ 27.663184] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  450. Jan 12 00:28:28 raspberrypi kernel: [ 27.693098] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  451. Jan 12 00:28:28 raspberrypi kernel: [ 27.693153] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  452. Jan 12 00:28:28 raspberrypi kernel: [ 27.693188] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  453. Jan 12 00:28:28 raspberrypi kernel: [ 27.723097] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  454. Jan 12 00:28:28 raspberrypi kernel: [ 27.723153] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  455. Jan 12 00:28:28 raspberrypi kernel: [ 27.723187] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  456. Jan 12 00:28:28 raspberrypi kernel: [ 27.753046] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  457. Jan 12 00:28:28 raspberrypi kernel: [ 27.753103] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  458. Jan 12 00:28:28 raspberrypi kernel: [ 27.753137] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  459. Jan 12 00:28:28 raspberrypi kernel: [ 27.783115] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  460. Jan 12 00:28:28 raspberrypi kernel: [ 27.783172] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  461. Jan 12 00:28:28 raspberrypi kernel: [ 27.783205] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  462. Jan 12 00:28:28 raspberrypi kernel: [ 27.813034] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  463. Jan 12 00:28:28 raspberrypi kernel: [ 27.813089] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  464. Jan 12 00:28:28 raspberrypi kernel: [ 27.813123] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  465. Jan 12 00:28:28 raspberrypi kernel: [ 27.843102] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  466. Jan 12 00:28:28 raspberrypi kernel: [ 27.843158] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  467. Jan 12 00:28:28 raspberrypi kernel: [ 27.843193] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  468. Jan 12 00:28:28 raspberrypi kernel: [ 27.873099] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  469. Jan 12 00:28:28 raspberrypi kernel: [ 27.873157] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  470. Jan 12 00:28:28 raspberrypi kernel: [ 27.873201] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  471. Jan 12 00:28:28 raspberrypi kernel: [ 27.903184] mt7601u: probe of 1-1:1.0 failed with error -110
  472. Jan 12 00:28:28 raspberrypi kernel: [ 27.914168] usb 1-1: USB disconnect, device number 4
  473. Jan 12 00:28:29 raspberrypi kernel: [ 28.332965] usb 1-1: new high-speed USB device number 5 using dwc2
  474. Jan 12 00:28:29 raspberrypi kernel: [ 28.593930] usb 1-1: New USB device found, idVendor=148f, idProduct=7601
  475. Jan 12 00:28:29 raspberrypi kernel: [ 28.593950] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  476. Jan 12 00:28:29 raspberrypi kernel: [ 28.593958] usb 1-1: Product: 802.11 n WLAN
  477. Jan 12 00:28:29 raspberrypi kernel: [ 28.593966] usb 1-1: Manufacturer: MediaTek
  478. Jan 12 00:28:29 raspberrypi kernel: [ 28.593972] usb 1-1: SerialNumber: 1.0
  479. Jan 12 00:28:29 raspberrypi kernel: [ 28.812977] usb 1-1: reset high-speed USB device number 5 using dwc2
  480. Jan 12 00:28:29 raspberrypi kernel: [ 29.065769] mt7601u 1-1:1.0: ASIC revision: 76010001 MAC revision: 76010500
  481. Jan 12 00:28:29 raspberrypi kernel: [ 29.067079] mt7601u 1-1:1.0: Firmware Version: 0.1.00 Build: 7640 Build time: 201302052146____
  482. Jan 12 00:28:30 raspberrypi kernel: [ 29.524866] mt7601u 1-1:1.0: EEPROM ver:0c fae:00
  483. Jan 12 00:28:30 raspberrypi kernel: [ 30.022977] mt7601u 1-1:1.0: Warning: mt7601u_mcu_wait_resp retrying
  484. Jan 12 00:28:31 raspberrypi kernel: [ 30.332972] mt7601u 1-1:1.0: Warning: mt7601u_mcu_wait_resp retrying
  485. Jan 12 00:28:31 raspberrypi kernel: [ 30.643117] mt7601u 1-1:1.0: Warning: mt7601u_mcu_wait_resp retrying
  486. Jan 12 00:28:31 raspberrypi kernel: [ 30.952962] mt7601u 1-1:1.0: Warning: mt7601u_mcu_wait_resp retrying
  487. Jan 12 00:28:32 raspberrypi kernel: [ 31.262988] mt7601u 1-1:1.0: Warning: mt7601u_mcu_wait_resp retrying
  488. Jan 12 00:28:32 raspberrypi kernel: [ 31.264304] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  489. Jan 12 00:28:32 raspberrypi kernel: [ 31.264353] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  490. Jan 12 00:28:32 raspberrypi kernel: [ 31.264388] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  491. Jan 12 00:28:32 raspberrypi kernel: [ 31.293102] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  492. Jan 12 00:28:32 raspberrypi kernel: [ 31.293159] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  493. Jan 12 00:28:32 raspberrypi kernel: [ 31.293193] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  494. Jan 12 00:28:32 raspberrypi kernel: [ 31.323109] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  495. Jan 12 00:28:32 raspberrypi kernel: [ 31.323167] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  496. Jan 12 00:28:32 raspberrypi kernel: [ 31.323201] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  497. Jan 12 00:28:32 raspberrypi kernel: [ 31.353113] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  498. Jan 12 00:28:32 raspberrypi kernel: [ 31.353171] dwc2 20980000.usb: NYET/NAK/ACK/other in non-error case, 0x00000002
  499.  
  500. ===== [Continues like this until unplugged] =====
Advertisement
Add Comment
Please, Sign In to add comment