John Paul Adrian Glaubitz <[email protected]> writes: > Can you check the contents of /sys/dev/char or /sys/class/tty? Ok. Here are some outputs.
root@(none):/# ls /sys/dev/char/ 10:1 10:62 1:7 4:12 4:2 4:27 4:34 4:41 4:49 4:56 4:63 7:0 10:139 10:63 1:8 4:13 4:20 4:28 4:35 4:42 4:5 4:57 4:64 7:1 10:231 13:63 1:9 4:14 4:21 4:29 4:36 4:43 4:50 4:58 4:7 7:128 10:234 1:1 254:0 4:15 4:22 4:3 4:37 4:44 4:51 4:59 4:8 7:129 10:58 1:11 4:0 4:16 4:23 4:30 4:38 4:45 4:52 4:6 4:9 10:59 1:3 4:1 4:17 4:24 4:31 4:39 4:46 4:53 4:60 5:0 10:60 1:4 4:10 4:18 4:25 4:32 4:4 4:47 4:54 4:61 5:1 10:61 1:5 4:11 4:19 4:26 4:33 4:40 4:48 4:55 4:62 5:2 root@(none):/# ls /sys/class/tty/ console tty12 tty19 tty25 tty31 tty38 tty44 tty50 tty57 tty63 ptmx tty13 tty2 tty26 tty32 tty39 tty45 tty51 tty58 tty7 tty tty14 tty20 tty27 tty33 tty4 tty46 tty52 tty59 tty8 tty0 tty15 tty21 tty28 tty34 tty40 tty47 tty53 tty6 tty9 tty1 tty16 tty22 tty29 tty35 tty41 tty48 tty54 tty60 ttyS0 tty10 tty17 tty23 tty3 tty36 tty42 tty49 tty55 tty61 tty11 tty18 tty24 tty30 tty37 tty43 tty5 tty56 tty62 root@(none):/# ls /sys/class/tty/ttyS0 close_delay dev io_type irq power uartclk closing_wait device iomem_base line subsystem uevent custom_divisor flags iomem_reg_shift port type xmit_fifo_size root@(none):/# cat /sys/class/tty/ttyS0/dev 4:64 root@(none):/# ls /sys/dev/char/4\:64 close_delay dev io_type irq power uartclk closing_wait device iomem_base line subsystem uevent custom_divisor flags iomem_reg_shift port type xmit_fifo_size I've also found this thing here: Will change anything if i add /dev/ttyS0 to ACTIVE_CONSOLES? root@(none):/# cat /etc/default/console-setup # CONFIGURATION FILE FOR SETUPCON # Consult the console-setup(5) manual page. ACTIVE_CONSOLES="/dev/tty[1-6]" CHARMAP="UTF-8" CODESET="Lat15" FONTFACE="Fixed" FONTSIZE="8x16" VIDEOMODE= # The following is an example how to use a braille font # FONT='lat9w-08.psf.gz brl-8x8.psf' Thank you in Advance, Gabriel

