stty: 'entrada padrão': ioctl inapropriado para o dispositivo (/ dev / ttyUSB0 usb 2-1.1: conversor cp210x)

1

Eu tenho um coletor de dados USB-WDE1 conectado à minha caixa do Ubuntu. Tudo funcionou bem durante anos, até que eu atualizei para o Ubuntu 16.04. Desde então, eu recebo:

sudo stty < /dev/ttyUSB0 9600 -brkint -opost -onlcr -echo
stty: 'standard input': Inappropriate ioctl for device

dmesg mostra:

[    2.511885] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[    2.511892] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.512198] hub 2-1:1.0: USB hub found
[    2.783626] usb 2-1.1: new full-speed USB device number 3 using ehci-pci
[    2.878364] usb 2-1.1: New USB device found, idVendor=10c4, idProduct=ea60
[    2.878369] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.878372] usb 2-1.1: Product: ELV USB-WDE1 Wetterdatenempfänger
[    2.878374] usb 2-1.1: Manufacturer: Silicon Labs
[    2.878376] usb 2-1.1: SerialNumber: 6053WWMG4VANDBTE
[    2.951635] usb 2-1.4: new full-speed USB device number 4 using ehci-pci
[    3.048665] usb 2-1.4: New USB device found, idVendor=8087, idProduct=07da
[    3.048670] usb 2-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.929412] usbcore: registered new interface driver btusb
[    5.974343] usbcore: registered new interface driver usbserial
[    5.974376] usbcore: registered new interface driver usbserial_generic
[    5.974401] usbserial: USB Serial support registered for generic
[    5.983051] usbcore: registered new interface driver cp210x
[    5.983079] usbserial: USB Serial support registered for cp210x  
[    5.984283] usb 2-1.1: cp210x converter now attached to ttyUSB0

lsusb mostra:

lsusb
Bus 002 Device 004: ID 8087:07da Intel Corp.
Bus 002 Device 003: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x     UART Bridge / myAVR mySmartUSB light
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Um comando ls fornece isso:

$ ls -al /dev/ttyU*
-rw-r--r-- 1 root root 0 aug  4 15:01 /dev/ttyUSB0

Como posso resolver isso?

Obrigado antecipadamente.

    
por patb 05.08.2016 / 08:33

1 resposta

0

Humm, tenho um problema semelhante:

xpra anexar ssh: [email protected]: 100 Versão do cliente xpra 0.12.3 Senha de [email protected]: 2016-10-08 19: 22: 47,401 Aviso PyOpenGL: módulo de aceleração ausente 2016-10-08 19: 22: 47,401 Aviso PyOpenGL: manipuladores de formato de matriz ausentes: numérico, vbo, vbooffset 2016-10-08 19: 22: 47,402 Versão do OpenGL: 3.0 Mesa 10.1.3 2016-10-08 19: 22: 47,788 detectado teclado: regras = evdev, modelo = pc105, layout = cz, il 2016-10-08 19: 22: 47,793 o tamanho da área de trabalho é 1366x768 com 1 screenshot (s): 2016-10-08 19: 22: 47,794 ': 0,0' (359x201 mm) workarea: 1366x744 2016-10-08 19: 22: 47,794 LVDS (270x150 mm)

stty: 'entrada padrão': ioctl inapropriado para o dispositivo

...

Eu também não sei porque este xpra congela ...: - (

    
por xerostomus 08.10.2016 / 19:27