Skip to content

stty: stty -F /dev/tty reports incorrect baud rate on PowerPC64 Little-endian #11708

@BAMF0

Description

@BAMF0

(This has been forwarded from Launchpad Bug #2146427)

Problem

stty reports an incorrect baud rate on ppc64le systems.

Reproduce

On a ppc64le system, run:

stty -F /dev/tty

This outputs:

speed 15 baud; line = 0;
-brkint ixon -imaxbel iutf8

To compare with GNU, run:

gnustty -F /dev/tty

This outputs the correct baud rate:

speed 38400 baud; line = 0;
-brkint -imaxbel iutf8

System

  • OS release: Ubuntu 26.04 (Development branch)
  • uutils coreutils version: 0.7.0-0ubuntu1
  • CPU architecture: ppc64le

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions