Hello everyone,
I have installed FreeBSD 6.4 for i386 on the PC, and there is one serial port attached with the motherboard. I want the APC UPS to communicate with PC via serial port. But the communication is lost by the APC monitor software.
When I input the command [cmd=]dmesg|grep sio[/cmd] to probe the serial info, the error will be displayed:
I check the configuration "device.hints", the info as below:
I think the communication lost is not caused by the software and UPS, it maybe caused by the serial port configuration. Can somebody help to enable or activate my serial port?
Thank you very much.
I have installed FreeBSD 6.4 for i386 on the PC, and there is one serial port attached with the motherboard. I want the APC UPS to communicate with PC via serial port. But the communication is lost by the APC monitor software.
When I input the command [cmd=]dmesg|grep sio[/cmd] to probe the serial info, the error will be displayed:
Code:
ioapic0 <Version 1.1> irqs 0-23 on motherboard
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
sio1: <Generic IRDA-compatible device> port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 16550A
I check the configuration "device.hints", the info as below:
Code:
hint.sio.0.port="0x3F8"
hint.sio.0.flags="0x10"
hint.sio.0.irq="4"
hint.sio.1.at="isa"
hint.sio.1.port="0x2F8"
hint.sio.1.irq="3"
hint.sio.2.at="isa"
hint.sio.2.disabled="1"
hint.sio.2.port="0x3E8"
hint.sio.2.irq="5"
hint.sio.3.at="isa"
hint.sio.3.disabled="1"
hint.sio.3.port="0x2E8"
hint.sio.3.irq="9"
I think the communication lost is not caused by the software and UPS, it maybe caused by the serial port configuration. Can somebody help to enable or activate my serial port?
Thank you very much.