Advertisement
MikeOShay

RetroPie Bluetooth Troubleshooting

Jul 3rd, 2018 (edited)
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.34 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0xf00
  2. [ 0.000000] Linux version 4.14.50-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1122 SMP Tue Jun 19 12:26:26 BST 2018
  3. [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7) cr=10c5387d
  4. [ 0.000000] CPU: div instructions available: patching division code
  5. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache VIPT aliasing instruction cache
  6. [ 0.000000] OF: fdt: Machine model: Raspberry Pi 2 Model B Rev 1.1
  7. [ 0.000000] Memory policy: Data cache writealloc
  8. [ 0.000000] cma: Reserved 8 MiB at 0x2f800000
  9. [ 0.000000] On node 0 totalpages: 196608
  10. [ 0.000000] free_area_init_node: node 0 pgdat 80c85000 node_mem_map af136000
  11. [ 0.000000] Normal zone: 1728 pages used for memmap
  12. [ 0.000000] Normal zone: 0 pages reserved
  13. [ 0.000000] Normal zone: 196608 pages LIFO batch:31
  14. [ 0.000000] percpu: Embedded 17 pages/cpu @af0e0000 s38720 r8192 d22720 u69632
  15. [ 0.000000] pcpu-alloc: s38720 r8192 d22720 u69632 alloc=17*4096
  16. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  17. [ 0.000000] Built 1 zonelists mobility grouping on. Total pages: 194880
  18. [ 0.000000] Kernel command line: bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 console=ttyAMA0 115200 console=tty3 root=PARTUUID=14a75fe9-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait loglevel=3 consoleblank=0 plymouth.enable=0 logo.nologo
  19. [ 0.000000] PID hash table entries: 4096 (order: 2 16384 bytes)
  20. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7 524288 bytes)
  21. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6 262144 bytes)
  22. [ 0.000000] Memory: 757544K/786432K available (7168K kernel code 575K rwdata 2072K rodata 1024K init 706K bss 20696K reserved 8192K cma-reserved)
  23. [ 0.000000] Virtual kernel memory layout:
  24. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  25. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  26. vmalloc : 0xb0800000 - 0xff800000 (1264 MB)
  27. lowmem : 0x80000000 - 0xb0000000 ( 768 MB)
  28. modules : 0x7f000000 - 0x80000000 ( 16 MB)
  29. .text : 0x80008000 - 0x80800000 (8160 kB)
  30. .init : 0x80b00000 - 0x80c00000 (1024 kB)
  31. .data : 0x80c00000 - 0x80c8fef4 ( 576 kB)
  32. .bss : 0x80c96f40 - 0x80d478b4 ( 707 kB)
  33. [ 0.000000] SLUB: HWalign=64 Order=0-3 MinObjects=0 CPUs=4 Nodes=1
  34. [ 0.000000] ftrace: allocating 25253 entries in 75 pages
  35. [ 0.000000] Hierarchical RCU implementation.
  36. [ 0.000000] NR_IRQS: 16 nr_irqs: 16 preallocated irqs: 16
  37. [ 0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
  38. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47 max_idle_ns: 440795202767 ns
  39. [ 0.000010] sched_clock: 56 bits at 19MHz resolution 52ns wraps every 4398046511078ns
  40. [ 0.000024] Switching to timer-based delay loop resolution 52ns
  41. [ 0.000337] Console: colour dummy device 80x30
  42. [ 0.000360] console [tty3] enabled
  43. [ 0.000392] Calibrating delay loop (skipped) value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
  44. [ 0.000411] pid_max: default: 32768 minimum: 301
  45. [ 0.000810] Mount-cache hash table entries: 2048 (order: 1 8192 bytes)
  46. [ 0.000829] Mountpoint-cache hash table entries: 2048 (order: 1 8192 bytes)
  47. [ 0.002027] Disabling memory control group subsystem
  48. [ 0.002157] CPU: Testing write buffer coherency: ok
  49. [ 0.002747] CPU0: update cpu_capacity 1024
  50. [ 0.002761] CPU0: thread -1 cpu 0 socket 15 mpidr 80000f00
  51. [ 0.003351] Setting up static identity map for 0x100000 - 0x10003c
  52. [ 0.003528] Hierarchical SRCU implementation.
  53. [ 0.004477] smp: Bringing up secondary CPUs ...
  54. [ 0.005541] CPU1: update cpu_capacity 1024
  55. [ 0.005552] CPU1: thread -1 cpu 1 socket 15 mpidr 80000f01
  56. [ 0.006729] CPU2: update cpu_capacity 1024
  57. [ 0.006739] CPU2: thread -1 cpu 2 socket 15 mpidr 80000f02
  58. [ 0.007866] CPU3: update cpu_capacity 1024
  59. [ 0.007876] CPU3: thread -1 cpu 3 socket 15 mpidr 80000f03
  60. [ 0.008022] smp: Brought up 1 node 4 CPUs
  61. [ 0.008036] SMP: Total of 4 processors activated (153.60 BogoMIPS).
  62. [ 0.008043] CPU: All CPU(s) started in HYP mode.
  63. [ 0.008048] CPU: Virtualization extensions available.
  64. [ 0.009184] devtmpfs: initialized
  65. [ 0.021388] random: get_random_u32 called from bucket_table_alloc+0xfc/0x24c with crng_init=0
  66. [ 0.022250] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  67. [ 0.022577] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff max_idle_ns: 19112604462750000 ns
  68. [ 0.022604] futex hash table entries: 1024 (order: 4 65536 bytes)
  69. [ 0.023411] pinctrl core: initialized pinctrl subsystem
  70. [ 0.024517] NET: Registered protocol family 16
  71. [ 0.027724] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  72. [ 0.033948] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  73. [ 0.033962] hw-breakpoint: maximum watchpoint size is 8 bytes.
  74. [ 0.034222] Serial: AMBA PL011 UART driver
  75. [ 0.036443] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
  76. [ 0.077903] bcm2835-dma 3f007000.dma: DMA legacy API manager at b0813000 dmachans=0x1
  77. [ 0.079810] SCSI subsystem initialized
  78. [ 0.080198] usbcore: registered new interface driver usbfs
  79. [ 0.080273] usbcore: registered new interface driver hub
  80. [ 0.080411] usbcore: registered new device driver usb
  81. [ 0.090395] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-04-16 18:16
  82. [ 0.092188] clocksource: Switched to clocksource arch_sys_counter
  83. [ 0.179175] VFS: Disk quotas dquot_6.6.0
  84. [ 0.179299] VFS: Dquot-cache hash table entries: 1024 (order 0 4096 bytes)
  85. [ 0.179555] FS-Cache: Loaded
  86. [ 0.179858] CacheFiles: Loaded
  87. [ 0.192789] NET: Registered protocol family 2
  88. [ 0.193793] TCP established hash table entries: 8192 (order: 3 32768 bytes)
  89. [ 0.193925] TCP bind hash table entries: 8192 (order: 4 65536 bytes)
  90. [ 0.194113] TCP: Hash tables configured (established 8192 bind 8192)
  91. [ 0.194295] UDP hash table entries: 512 (order: 2 16384 bytes)
  92. [ 0.194357] UDP-Lite hash table entries: 512 (order: 2 16384 bytes)
  93. [ 0.194688] NET: Registered protocol family 1
  94. [ 0.195367] RPC: Registered named UNIX socket transport module.
  95. [ 0.195377] RPC: Registered udp transport module.
  96. [ 0.195382] RPC: Registered tcp transport module.
  97. [ 0.195388] RPC: Registered tcp NFSv4.1 backchannel transport module.
  98. [ 0.197264] hw perfevents: enabled with armv7_cortex_a7 PMU driver 5 counters available
  99. [ 0.201153] workingset: timestamp_bits=14 max_order=18 bucket_order=4
  100. [ 0.211726] FS-Cache: Netfs 'nfs' registered for caching
  101. [ 0.212672] NFS: Registering the id_resolver key type
  102. [ 0.212718] Key type id_resolver registered
  103. [ 0.212725] Key type id_legacy registered
  104. [ 0.212745] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  105. [ 0.215547] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
  106. [ 0.215744] io scheduler noop registered
  107. [ 0.215754] io scheduler deadline registered (default)
  108. [ 0.216138] io scheduler cfq registered
  109. [ 0.216148] io scheduler mq-deadline registered
  110. [ 0.216155] io scheduler kyber registered
  111. [ 0.218393] BCM2708FB: allocated DMA memory ef900000
  112. [ 0.218435] BCM2708FB: allocated DMA channel 0 @ b0813000
  113. [ 0.280263] Console: switching to colour frame buffer device 240x67
  114. [ 0.321430] bcm2835-rng 3f104000.rng: hwrng registered
  115. [ 0.321608] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
  116. [ 0.322344] vc-sm: Videocore shared memory driver
  117. [ 0.322790] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
  118. [ 0.337700] brd: module loaded
  119. [ 0.350276] loop: module loaded
  120. [ 0.350294] Loading iSCSI transport class v2.0-870.
  121. [ 0.351255] libphy: Fixed MDIO Bus: probed
  122. [ 0.351389] usbcore: registered new interface driver lan78xx
  123. [ 0.351476] usbcore: registered new interface driver smsc95xx
  124. [ 0.351502] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
  125. [ 0.579839] Core Release: 2.80a
  126. [ 0.579853] Setting default values for core params
  127. [ 0.579900] Finished setting default values for core params
  128. [ 0.780253] Using Buffer DMA mode
  129. [ 0.780262] Periodic Transfer Interrupt Enhancement - disabled
  130. [ 0.780269] Multiprocessor Interrupt Enhancement - disabled
  131. [ 0.780277] OTG VER PARAM: 0 OTG VER FLAG: 0
  132. [ 0.780294] Dedicated Tx FIFOs mode
  133. [ 0.780855] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xaf914000 dma = 0xef914000 len=9024
  134. [ 0.780891] FIQ FSM acceleration enabled for :
  135. Non-periodic Split Transactions
  136. Periodic Split Transactions
  137. High-Speed Isochronous Endpoints
  138. Interrupt/Control Split Transaction hack enabled
  139. [ 0.780900] dwc_otg: Microframe scheduler enabled
  140. [ 0.780978] WARN::hcd_init_fiq:459: FIQ on core 1 at 0x805e7d20
  141. [ 0.780992] WARN::hcd_init_fiq:460: FIQ ASM at 0x805e8088 length 36
  142. [ 0.781008] WARN::hcd_init_fiq:486: MPHI regs_base at 0xb087e000
  143. [ 0.781084] dwc_otg 3f980000.usb: DWC OTG Controller
  144. [ 0.781131] dwc_otg 3f980000.usb: new USB bus registered assigned bus number 1
  145. [ 0.781206] dwc_otg 3f980000.usb: irq 62 io mem 0x00000000
  146. [ 0.781256] Init: Port Power? op_state=1
  147. [ 0.781263] Init: Power Port (0)
  148. [ 0.781583] usb usb1: New USB device found idVendor=1d6b idProduct=0002
  149. [ 0.781598] usb usb1: New USB device strings: Mfr=3 Product=2 SerialNumber=1
  150. [ 0.781608] usb usb1: Product: DWC OTG Controller
  151. [ 0.781619] usb usb1: Manufacturer: Linux 4.14.50-v7+ dwc_otg_hcd
  152. [ 0.781630] usb usb1: SerialNumber: 3f980000.usb
  153. [ 0.782566] hub 1-0:1.0: USB hub found
  154. [ 0.782633] hub 1-0:1.0: 1 port detected
  155. [ 0.783415] dwc_otg: FIQ enabled
  156. [ 0.783423] dwc_otg: NAK holdoff enabled
  157. [ 0.783429] dwc_otg: FIQ split-transaction FSM enabled
  158. [ 0.783443] Module dwc_common_port init
  159. [ 0.783829] usbcore: registered new interface driver usb-storage
  160. [ 0.784135] mousedev: PS/2 mouse device common for all mice
  161. [ 0.784229] IR NEC protocol handler initialized
  162. [ 0.784237] IR RC5(x/sz) protocol handler initialized
  163. [ 0.784243] IR RC6 protocol handler initialized
  164. [ 0.784249] IR JVC protocol handler initialized
  165. [ 0.784255] IR Sony protocol handler initialized
  166. [ 0.784261] IR SANYO protocol handler initialized
  167. [ 0.784268] IR Sharp protocol handler initialized
  168. [ 0.784274] IR MCE Keyboard/mouse protocol handler initialized
  169. [ 0.784279] IR XMP protocol handler initialized
  170. [ 0.785265] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
  171. [ 0.785601] bcm2835-cpufreq: min=600000 max=900000
  172. [ 0.786066] sdhci: Secure Digital Host Controller Interface driver
  173. [ 0.786072] sdhci: Copyright(c) Pierre Ossman
  174. [ 0.786532] sdhost-bcm2835 3f202000.mmc: could not get clk deferring probe
  175. [ 0.786666] sdhci-pltfm: SDHCI platform and OF driver helper
  176. [ 0.787403] ledtrig-cpu: registered to indicate activity on CPUs
  177. [ 0.787561] hidraw: raw HID events driver (C) Jiri Kosina
  178. [ 0.787736] usbcore: registered new interface driver usbhid
  179. [ 0.787742] usbhid: USB HID core driver
  180. [ 0.788549] vchiq: vchiq_init_state: slot_zero = af980000 is_master = 0
  181. [ 0.790389] [vc_sm_connected_init]: start
  182. [ 0.866141] [vc_sm_connected_init]: end - returning 0
  183. [ 0.866927] Initializing XFRM netlink socket
  184. [ 0.866964] NET: Registered protocol family 17
  185. [ 0.867111] Key type dns_resolver registered
  186. [ 0.867626] Registering SWP/SWPB emulation handler
  187. [ 0.868586] registered taskstats version 1
  188. [ 0.876280] uart-pl011 3f201000.serial: cts_event_workaround enabled
  189. [ 0.876399] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87 base_baud = 0) is a PL011 rev2
  190. [ 0.876475] console [ttyAMA0] enabled
  191. [ 0.879120] sdhost: log_buf @ af913000 (ef913000)
  192. [ 0.952228] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
  193. [ 0.953621] of_cfs_init
  194. [ 0.953845] of_cfs_init: OK
  195. [ 0.955232] Waiting for root device PARTUUID=14a75fe9-02...
  196. [ 1.002364] Indeed it is in host mode hprt0 = 00021501
  197. [ 1.069920] mmc0: host does not support reading read-only switch assuming write-enable
  198. [ 1.072333] mmc0: new high speed SDHC card at address 0001
  199. [ 1.073188] mmcblk0: mmc0:0001 SD16G 14.6 GiB (quirks 0x80000000)
  200. [ 1.075649] mmcblk0: p1 p2
  201. [ 1.093668] random: fast init done
  202. [ 1.105905] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
  203. [ 1.105917] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
  204. [ 1.212276] usb 1-1: new high-speed USB device number 2 using dwc_otg
  205. [ 1.212469] Indeed it is in host mode hprt0 = 00001101
  206. [ 1.452569] usb 1-1: New USB device found idVendor=0424 idProduct=9514
  207. [ 1.452590] usb 1-1: New USB device strings: Mfr=0 Product=0 SerialNumber=0
  208. [ 1.453561] hub 1-1:1.0: USB hub found
  209. [ 1.453693] hub 1-1:1.0: 5 ports detected
  210. [ 1.605605] EXT4-fs (mmcblk0p2): recovery complete
  211. [ 1.618716] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  212. [ 1.618805] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  213. [ 1.620309] devtmpfs: mounted
  214. [ 1.624078] Freeing unused kernel memory: 1024K
  215. [ 1.772263] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
  216. [ 1.912644] usb 1-1.1: New USB device found idVendor=0424 idProduct=ec00
  217. [ 1.912661] usb 1-1.1: New USB device strings: Mfr=0 Product=0 SerialNumber=0
  218. [ 1.915717] smsc95xx v1.0.6
  219. [ 2.016188] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1 smsc95xx USB 2.0 Ethernet b8:27:eb:4b:08:89
  220. [ 2.100805] systemd[1]: System time before build time advancing clock.
  221. [ 2.112254] usb 1-1.2: new high-speed USB device number 4 using dwc_otg
  222. [ 2.240394] NET: Registered protocol family 10
  223. [ 2.242536] Segment Routing with IPv6
  224. [ 2.244125] usb 1-1.2: New USB device found idVendor=7392 idProduct=7811
  225. [ 2.244144] usb 1-1.2: New USB device strings: Mfr=1 Product=2 SerialNumber=3
  226. [ 2.244154] usb 1-1.2: Product: 802.11n WLAN Adapter
  227. [ 2.244164] usb 1-1.2: Manufacturer: Realtek
  228. [ 2.244174] usb 1-1.2: SerialNumber: 00e04c000001
  229. [ 2.255857] ip_tables: (C) 2000-2006 Netfilter Core Team
  230. [ 2.279692] random: systemd: uninitialized urandom read (16 bytes read)
  231. [ 2.287784] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
  232. [ 2.288629] systemd[1]: Detected architecture arm.
  233. [ 2.292308] systemd[1]: Set hostname to <retropie>.
  234. [ 2.336147] random: systemd: uninitialized urandom read (16 bytes read)
  235. [ 2.359002] random: systemd-cryptse: uninitialized urandom read (16 bytes read)
  236. [ 2.368746] uart-pl011 3f201000.serial: no DMA platform data
  237. [ 2.552298] usb 1-1.3: new full-speed USB device number 5 using dwc_otg
  238. [ 2.697624] usb 1-1.3: New USB device found idVendor=0a5c idProduct=21e8
  239. [ 2.697646] usb 1-1.3: New USB device strings: Mfr=1 Product=2 SerialNumber=3
  240. [ 2.697656] usb 1-1.3: Product: BCM20702A0
  241. [ 2.697667] usb 1-1.3: Manufacturer: Broadcom Corp
  242. [ 2.697677] usb 1-1.3: SerialNumber: 00190E184E08
  243. [ 2.990762] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  244. [ 2.992319] usb 1-1.5: new low-speed USB device number 6 using dwc_otg
  245. [ 2.992479] systemd[1]: Listening on Journal Socket.
  246. [ 2.993457] systemd[1]: Listening on udev Control Socket.
  247. [ 2.994984] systemd[1]: Created slice User and Session Slice.
  248. [ 2.995863] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  249. [ 3.019861] systemd[1]: Listening on fsck to fsckd communication Socket.
  250. [ 3.021460] systemd[1]: Created slice System Slice.
  251. [ 3.137576] dwc_otg: DEVICE:006 : update_urb_state_xfer_comp:747:trimming xfer length
  252. [ 3.137951] usb 1-1.5: New USB device found idVendor=1c4f idProduct=0002
  253. [ 3.137969] usb 1-1.5: New USB device strings: Mfr=1 Product=2 SerialNumber=0
  254. [ 3.137984] usb 1-1.5: Product: USB Keykoard
  255. [ 3.138000] usb 1-1.5: Manufacturer: USB
  256. [ 3.153978] input: USB USB Keykoard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/0003:1C4F:0002.0001/input/input0
  257. [ 3.223730] hid-generic 0003:1C4F:0002.0001: input hidraw0: USB HID v1.10 Keyboard [USB USB Keykoard] on usb-3f980000.usb-1.5/input0
  258. [ 3.237401] input: USB USB Keykoard as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.1/0003:1C4F:0002.0002/input/input1
  259. [ 3.302999] hid-generic 0003:1C4F:0002.0002: input hidraw1: USB HID v1.10 Device [USB USB Keykoard] on usb-3f980000.usb-1.5/input1
  260. [ 3.801148] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
  261. [ 3.974804] systemd-journald[101]: Received request to flush runtime journal from PID 1
  262. [ 4.740749] snd_bcm2835: module is from the staging directory the quality is unknown you have been warned.
  263. [ 4.762701] bcm2835_alsa bcm2835_alsa: card created with 8 channels
  264. [ 5.398843] smsc95xx 1-1.1:1.0 enxb827eb4b0889: renamed from eth0
  265. [ 5.406597] Bluetooth: Core ver 2.22
  266. [ 5.406732] NET: Registered protocol family 31
  267. [ 5.406742] Bluetooth: HCI device and connection manager initialized
  268. [ 5.406773] Bluetooth: HCI socket layer initialized
  269. [ 5.406793] Bluetooth: L2CAP socket layer initialized
  270. [ 5.406897] Bluetooth: SCO socket layer initialized
  271. [ 5.515845] usbcore: registered new interface driver btusb
  272. [ 5.645353] Bluetooth: hci0: BCM: chip id 63
  273. [ 5.647328] Bluetooth: hci0: BCM: features 0x07
  274. [ 5.664137] Bluetooth: hci0: BCM20702A
  275. [ 5.665126] Bluetooth: hci0: BCM20702A1 (001.002.014) build 0000
  276. [ 5.683485] bluetooth hci0: Direct firmware load for brcm/BCM20702A1-0a5c-21e8.hcd failed with error -2
  277. [ 5.683520] Bluetooth: hci0: BCM: Patch brcm/BCM20702A1-0a5c-21e8.hcd not found
  278. [ 5.815567] usbcore: registered new interface driver rtl8192cu
  279. [ 5.868884] rtl8192cu 1-1.2:1.0 wlx74da386d2ae2: renamed from wlan0
  280. [ 5.889625] random: crng init done
  281. [ 5.889646] random: 7 urandom warning(s) missed due to ratelimiting
  282. [ 7.047243] Adding 102396k swap on /var/swap. Priority:-2 extents:2 across:2268576k SSFS
  283. [ 8.025824] IPv6: ADDRCONF(NETDEV_UP): wlx74da386d2ae2: link is not ready
  284. [ 8.316052] smsc95xx 1-1.1:1.0 enxb827eb4b0889: hardware isn't capable of remote wakeup
  285. [ 8.316747] IPv6: ADDRCONF(NETDEV_UP): enxb827eb4b0889: link is not ready
  286. [ 9.499651] IPv6: ADDRCONF(NETDEV_CHANGE): wlx74da386d2ae2: link becomes ready
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement