Colleagues, please tell me how to understand where another com port comes from?
The situation is as follows. There is a server on the motherboard HUANANZHI x99-tf. Socket 2011v3, only PCI-e buses. There is no built-in com port!
However, the com port is needed so that the server can have heart-to-heart talks with the UPS.
At first, I bought a no-name board with two DB9 ports on the chinese chipset WCH CH382L. This board did not work out with the kernel.
After that, I bought an ST-Lab I-360 card on the Oxford Semiconductor OXPCIe952 chipset.
To my great surprise, the card is visible in the system as com ports 2 and 3. At the same time, there is also some com port 0. There is no port 1 at all.
I didn't find anything about this in /var/log/messages or dmesg output.
How can I find out where port 0 comes from and why there is no port 1 at all?
I appreciate the answers and advice on the essence of the issue,
Ogogon.
The situation is as follows. There is a server on the motherboard HUANANZHI x99-tf. Socket 2011v3, only PCI-e buses. There is no built-in com port!
However, the com port is needed so that the server can have heart-to-heart talks with the UPS.
At first, I bought a no-name board with two DB9 ports on the chinese chipset WCH CH382L. This board did not work out with the kernel.
After that, I bought an ST-Lab I-360 card on the Oxford Semiconductor OXPCIe952 chipset.
Code:
puc0: <Oxford Semiconductor OXPCIe952 UARTs> mem 0xfbc00000-0xfbc03fff,0xfba00000-0xfbbfffff,0xfb800000-0xfb9fffff irq 26 at device 0.0 numa-domain 0 on pci2
puc0: 2 UARTs detected
uart2: <16950 or compatible> at port 1 on puc0
uart3: <16950 or compatible> at port 2 on puc0
To my great surprise, the card is visible in the system as com ports 2 and 3. At the same time, there is also some com port 0. There is no port 1 at all.
Code:
root@server:/var/log # ls -alg /dev/ | grep -E '(cuau|ttyu)'
crw-rw---- 1 uucp dialer 0x4e 1 may 01:18 cuau0
crw-rw---- 1 uucp dialer 0x4f 1 may 01:18 cuau0.init
crw-rw---- 1 uucp dialer 0x50 1 may 01:18 cuau0.lock
crw-rw---- 1 uucp dialer 0x33 1 may 01:18 cuau2
crw-rw---- 1 uucp dialer 0x34 1 may 01:18 cuau2.init
crw-rw---- 1 uucp dialer 0x35 1 may 01:18 cuau2.lock
crw-rw---- 1 uucp dialer 0x39 1 may 01:18 cuau3
crw-rw---- 1 uucp dialer 0x3a 1 may 01:18 cuau3.init
crw-rw---- 1 uucp dialer 0x3b 1 may 01:18 cuau3.lock
crw------- 1 root wheel 0x4b 1 may 01:18 ttyu0
crw------- 1 root wheel 0x4c 1 may 01:18 ttyu0.init
crw------- 1 root wheel 0x4d 1 may 01:18 ttyu0.lock
crw------- 1 root wheel 0x30 1 may 01:18 ttyu2
crw------- 1 root wheel 0x31 1 may 01:18 ttyu2.init
crw------- 1 root wheel 0x32 1 may 01:18 ttyu2.lock
crw------- 1 root wheel 0x36 1 may 01:18 ttyu3
crw------- 1 root wheel 0x37 1 may 01:18 ttyu3.init
crw------- 1 root wheel 0x38 1 may 01:18 ttyu3.lock
root@server:/var/log #
I didn't find anything about this in /var/log/messages or dmesg output.
How can I find out where port 0 comes from and why there is no port 1 at all?
I appreciate the answers and advice on the essence of the issue,
Ogogon.