Summary: | sys-apps/coreutils-8.30 - stty ‐F /dev/ttyUSB0 - invalid argument ‘‐F’ | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Juergen Rose <rose> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED NEEDINFO | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Juergen Rose
2018-11-29 18:05:08 UTC
unrandom /home/zlogene # LANG=C stty --file /dev/tty0 speed 38400 baud; line = 0; min = 1; time = 0; ignbrk -brkint -icrnl -imaxbel -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke You should specify a target Juergen: Does this fail only for USB tty devices, or all tty devices? (In reply to Mike Gilbert from comment #2) > Juergen: Does this fail only for USB tty devices, or all tty devices? this does not fail _on_ a device at all, the input is somehow invalid, if this fails on a device, this reports the device problems. as example: nis@iteratible ~ $ ls -la /dev/ttyUSB0 crw-rw---- 1 root uucp 188, 0 янв 19 23:23 /dev/ttyUSB0 nis@iteratible ~ $ /bin/stty -F /dev/ttyUSB0 speed 9600 baud; line = 0; -brkint -imaxbel |