Serial ports not listed in WebUI - Supermicro X10SRH-CLN4F motherboard, 11.2-U4.1

gvarenni

Cadet
Joined
May 31, 2019
Messages
1
Serial ports are not listed in the WebUI (system->Advanced), the drop down shows just ---

From the shell:

root@filer[~]# ls -l /dev/cua*
crw-rw---- 1 uucp dialer 0x47 May 31 17:16 /dev/cuau0
crw-rw---- 1 uucp dialer 0x48 May 31 17:16 /dev/cuau0.init
crw-rw---- 1 uucp dialer 0x49 May 31 17:16 /dev/cuau0.lock
crw-rw---- 1 uucp dialer 0x4d May 31 17:16 /dev/cuau1
crw-rw---- 1 uucp dialer 0x4e May 31 17:16 /dev/cuau1.init
crw-rw---- 1 uucp dialer 0x4f May 31 17:16 /dev/cuau1.lock

root@filer[~]# grep -E '^(sio|uart)[0-9]' < /var/run/dmesg.boot
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
uart1: <16550 or compatible> port 0x2f8-0x2ff irq 3 on acpi0
uart1: console (115200,n,8,1)

The port should actually be configured for 9600 baud (that's what we have on the serial port server).

Ideas?
 
D

dlavigne

Guest
This might be a bug. Please create a report at bugs.ixsystems.com and post the issue number here.
 
Top