Ubuntu doesn't find wroom32

Distributor ID: Ubuntu
Description: Ubuntu 20.04.5 LTS
Release: 20.04
Codename: focal

I have a wroom32 (esp32) that I cannot detect via usb. I have tried this on two Ubuntu machines, both have the cp210x.ko module installed, but there is nothing showing up with lsusb, as you can see ....

The following shows the installation of the module for the 2102, the dmesg output of where the driver was properly installed.

I then plugged in the esp32 and there is nothing shown in lsusb or in the dmesg that it was inserted into the computer.

I have three (counting the spouses) machines and two batches of three boards from different vendors.... I have tried 5 of the 6 boards. Two are Ubuntu and one Windows 11. I've hit reset and boot... :frowning:

Changed usb cables (multiple times)

I also looked for a braille entry in udev, but no such animal exists there...

jack@Kilo:~$ sudo modprobe cp210x
jack@Kilo:~$ dmesg | tail
.
.
.
[164400.870157] usbcore: registered new interface driver usbserial_generic
[164400.870167] usbserial: USB Serial support registered for generic
[164400.872269] usbcore: registered new interface driver cp210x
[164400.872283] usbserial: USB Serial support registered for cp210x

jack@Kilo:~$ lsusb
Bus 002 Device 002: ID 8087:8000 Intel Corp. 
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:8008 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 056a:0011 Wacom Co., Ltd ET-0405A [Graphire2 (4x5)]
Bus 003 Device 002: ID 1af3:0001 Kingsis Peripherals ZOWIE Gaming mouse
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
jack@Kilo:~$

I'd really would like to use these, but I can't seem to get them connected...

It is not detected in the spouses Windows 11 computer even after installing it's driver...

Any suggestions?

:smiley_cat:

  • start the IDE with no board connected
  • Tools >> Ports. note the ports you see
  • attach the ESP32
  • Tools >> Ports. note the new port you see
  • connect to that port.
  • Serial monitor, 115200. Clear output
  • Reset the ESP32

if you see a wall of gobbledygook and a few English words, you're in

the new port may be /dev/ttyUSB0, /dev/AMA0, or /dev/ACM0 on a Linux computer

At step 4...

There is no new port(s)..


I can't see how the application could see it if Ubuntu can't see it... It's not showing up in /dev

There is no indication from dmesg that anything has been plugged into a usb port.

:smiley_cat:

Check whether the module has the CH340 USB-serial interface instead of CP2102.

:smiley_cat:

Could you try a Live ubuntu session ?
(I know, not very promising, but why not...)
Just to test lsusb

I can... what am I looking for? ... Just success?


I've run this on two Ubuntu machines and my spouses Windows 11. All machines have the proper driver for the cp2102. I have 6 boards all 6 of them respond the same way. It was two groups of three boards from different vendors. I find it hard to believe they are all 'bad'...

The device is never seen by the OS ... dmesg shows no usb device inserted

I just loaded the server version of Ubuntu on one of the machines so I have the ability to run it 'live', I think.

:smiley_cat:

A sing of life in lsusb or dmesg would be a good beginning. Nothing to lose.

Swap out the USB cable. Many are charging only -- no data leads.

This was it...


Thanks... I thought I was going nuts.., I had changed out the usb cord with two others, same results.

I found 4 more and there was 1 in there that worked... So it took 6 cables to find the issue... or one that worked... :frowning:


As a young field engineer it took me 4 sets of cables to get one that worked... I knew how they were made and how they tested the cables.... surprised me ...

Can't hardly believe something so similar happened again...


I tossed all of them...

:smiley_cat:

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.