Arduino boards are not being detected by arduino ide

I recently brought two Arduino UNO boards and were working perfectly with the previous version of manjaro. But there came a small update after which the Arduino ide itself is not recognizing Arduino boards. However, the system is able to detect the USB connecter.

The return of lsusb is like this when I connect the boards with the issue.

Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 005: ID 04f3:0903 Elan Microelectronics Corp. ELAN:Fingerprint
Bus 003 Device 004: ID 13d3:56a8 IMC Networks USB2.0 HD UVC WebCam
Bus 003 Device 003: ID 8087:0029 Intel Corp. AX200 Bluetooth
Bus 003 Device 002: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
**Bus 001 Device 013: ID 1a86:7523 QinHeng Electronics CH340 serial converter**
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Then I tried other two Arduino boards from two other manufacturers and the lsusb results were as follows.

Arduino UNO(from another manufacturer):

Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 005: ID 04f3:0903 Elan Microelectronics Corp. ELAN:Fingerprint
Bus 003 Device 004: ID 13d3:56a8 IMC Networks USB2.0 HD UVC WebCam
Bus 003 Device 003: ID 8087:0029 Intel Corp. AX200 Bluetooth
Bus 003 Device 002: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
**Bus 001 Device 012: ID 2341:0043 Arduino SA Uno R3 (CDC ACM)**
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

NodeMCU(1.0)

Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 005: ID 04f3:0903 Elan Microelectronics Corp. ELAN:Fingerprint
Bus 003 Device 004: ID 13d3:56a8 IMC Networks USB2.0 HD UVC WebCam
Bus 003 Device 003: ID 8087:0029 Intel Corp. AX200 Bluetooth
Bus 003 Device 002: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
**Bus 001 Device 011: ID 10c4:ea60 Silicon Labs CP210x UART Bridge**
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

and Generic ESP8266 Module:

Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 005: ID 04f3:0903 Elan Microelectronics Corp. ELAN:Fingerprint
Bus 003 Device 004: ID 13d3:56a8 IMC Networks USB2.0 HD UVC WebCam
Bus 003 Device 003: ID 8087:0029 Intel Corp. AX200 Bluetooth
Bus 003 Device 002: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
**Bus 001 Device 013: ID 1a86:7523 QinHeng Electronics CH340 serial converter**
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Both Arduino UNO(from the other manufacturer) and NodeMCU were able to be detected by IDE. But the IDE failed to detect the generic ESP8266 module and the newly brought Arduino UNOs mentioned earlier. I tried it in an Ubuntu 21.04 machine every board was able to be detected by IDE.

From the logs, it can be seen that the problem occurs only with those boards with a bus device
1a86:7523 QinHeng Electronics CH340 serial converter(I don’t know whether it has anything to do with my problem.)

I tried booting manjaro with and old kernel(5.13) but it still didn’t work.

Is it a OS bug ??or something from the IDE side??

My System
Operating System: Manjaro Linux
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2
Kernel Version:5.14
Graphics Platform: Wayland
Processors: 8 × AMD Ryzen 7 4700U with Radeon Graphics
Memory: 7.2 GiB of RAM
Graphics Processor: AMD RENOIR

Have a look at Bugfixing in Linux Manjaro –> General question (in my case Arduino IDE / ESP8266 bugfix).