Gentoo Archives: gentoo-user

From: Meino.Cramer@×××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] [OT?]: CH340 working/not working with ESP286 Node MCU
Date: Fri, 08 Jul 2016 03:22:21
Message-Id: 20160708032202.GA4623@solfire
1 Hi,
2
3 I have bought an ESP8266 Lua NodeMCU board, which has
4 an FTDI-like chip on board to map USB to serial and
5 vice versa. It is an CH340 one.
6 There is an according module in the driver (compiled
7 and - to get shure - loaded by hand).
8
9 When I connect the ESP8266 board to my Gentoo PC
10 nothing happens (dmesg shows nothing).
11 When pressing RST on the board, I see this sometimes:
12
13 [ 4340.105221] usb 7-4: new full-speed USB device number 9 using ohci-pci
14 [ 4340.630234] usb 7-4: device not accepting address 9, error -62
15
16 (both lines are printed right after another - no delay...)
17
18 or this:
19
20 [ 4473.567739] usb 7-4: new full-speed USB device number 11 using ohci-pci
21 [ 4473.712306] usb 7-4: New USB device found, idVendor=1a86, idProduct=7523
22 [ 4473.712316] usb 7-4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
23 [ 4473.712321] usb 7-4: Product: USB2.0-Serial
24 [ 4473.763259] usbcore: registered new interface driver ch341
25 [ 4473.763278] usbserial: USB Serial support registered for ch341-uart
26 [ 4473.763295] ch341 7-4:1.0: ch341-uart converter detected
27 [ 4473.786463] usb 7-4: ch341-uart converter now attached to ttyUSB1
28 [ 4473.888987] usb 7-4: USB disconnect, device number 11
29 [ 4473.889485] ch341-uart ttyUSB1: ch341-uart converter now disconnected from ttyUSB1
30 [ 4473.889511] ch341 7-4:1.0: device disconnected
31 [ 4474.292773] usb 7-4: new full-speed USB device number 12 using ohci-pci
32
33 there is no new device under /dev/.
34
35 Do I miss something seriously important here related to using the
36 CH340 driver...or is this board simply demaged ???
37
38 Thank you very much in advance for any help!
39
40 Best regards,
41 Meino

Replies

Subject Author
Re: [gentoo-user] [OT?]: CH340 working/not working with ESP286 Node MCU Corbin Bird <corbinbird@×××××××.net>
Re: [gentoo-user] [OT?]: CH340 working/not working with ESP286 Node MCU Fernando Rodriguez <cyklonite@×××××.com>