How can i fix these errors?

Hey guys, I’m new with manjaro and after some kernel installations to fix the random resets and magically make my volume control disappears from system tray, when I run:

journalctl -b -p 3

I get the following errors:

-- Journal begins at Tue 2021-08-03 00:51:32 -03, ends at Thu 2021-08-05 18:34:55 -03. --
ago 05 18:19:01 yohan-pc kernel: 
ago 05 18:19:02 yohan-pc kernel: usb 1-3: 3:1: cannot get freq at ep 0x84
ago 05 18:19:03 yohan-pc bluetoothd[485]: profiles/input/manager.c:load_config_file() Parsing /etc/bluetooth/input.conf failed: Key file does not start with a group
ago 05 18:19:03 yohan-pc bluetoothd[485]: profiles/audio/avctp.c:avctp_server_socket() setsockopt(L2CAP_OPTIONS): Invalid argument (22)
ago 05 18:19:03 yohan-pc bluetoothd[485]: avrcp-controller: Protocol not supported (93)
ago 05 18:19:03 yohan-pc bluetoothd[485]: profiles/audio/avctp.c:avctp_server_socket() setsockopt(L2CAP_OPTIONS): Invalid argument (22)
ago 05 18:19:03 yohan-pc bluetoothd[485]: audio-avrcp-target: Protocol not supported (93)
ago 05 18:19:14 yohan-pc kernel: usb 1-3: 3:1: cannot get freq at ep 0x84
ago 05 18:19:14 yohan-pc bluetoothd[485]: src/profile.c:ext_start_servers() L2CAP server failed for Message Notification: setsockopt(L2CAP_OPTIONS): Invalid argument (22)
ago 05 18:19:14 yohan-pc bluetoothd[485]: src/profile.c:ext_start_servers() L2CAP server failed for Message Access: setsockopt(L2CAP_OPTIONS): Invalid argument (22)
ago 05 18:19:14 yohan-pc bluetoothd[485]: src/profile.c:ext_start_servers() L2CAP server failed for Phone Book Access: setsockopt(L2CAP_OPTIONS): Invalid argument (22)
ago 05 18:19:14 yohan-pc bluetoothd[485]: src/profile.c:ext_start_servers() L2CAP server failed for File Transfer: setsockopt(L2CAP_OPTIONS): Invalid argument (22)
ago 05 18:19:14 yohan-pc bluetoothd[485]: src/profile.c:ext_start_servers() L2CAP server failed for Object Push: setsockopt(L2CAP_OPTIONS): Invalid argument (22)
ago 05 18:19:14 yohan-pc kernel: usb 1-3: 3:1: cannot get freq at ep 0x84

The stranger part is that my bluetooth is working on my controller(my best job was make this works) and my webcam(The usb that the kernel is referring to) was unable to show image till I use:

modprobe uvcvideo

I have 100% sure that the log is directed to my webcam and to my bluetooth usb because when i reboot with both disconnected i get no errors. What should i do?

:+1: Welcome to Manjaro! :+1:

  1. Please read this:
    How to provide good information
    and post some more information so we can see what’s really going on. Now we know the symptom of the disease, but we need some more probing to know where the origin lies… :grin:
  2. An inxi --admin --verbosity=7 --filter --no-host --width would be the minimum required information for us to be able to help you. (Personally Identifiable Information like serial numbers and MAC addresses will be filtered out by the above command)
    Also, please copy-paste that output in-between 3 backticks ``` at the beginning and end of the code/text.

:+1: