e_lasman
Occasional Visitor
Hello,
I am trying to make my APC 1000INET work with the AC68U directly via the genuine DB9-to-USB cable. It works perfectly fine with apcupsd on a Linux box but doesn't on the router.
Once device is connected, here is what I see in the system log
My settings are similar to what I used on a Linux box
and finally running
I suspect this is because router treats it as a modem and if it is true, how can I change this? I don't really use USB modems and having an UPS connected is more important for me.
I am trying to make my APC 1000INET work with the AC68U directly via the genuine DB9-to-USB cable. It works perfectly fine with apcupsd on a Linux box but doesn't on the router.
Once device is connected, here is what I see in the system log
/tmp/syslog.log
Code:
…
Dec 7 17:28:14 kernel: usbcore: registered new interface driver usbserial
Dec 7 17:28:14 kernel: USB Serial support registered for generic
Dec 7 17:28:14 kernel: usbcore: registered new interface driver usbserial_generic
Dec 7 17:28:14 kernel: usbserial: USB Serial Driver core
Dec 7 17:28:14 kernel: USB Serial support registered for GSM modem (1-port)
Dec 7 17:28:14 kernel: option 3-2:1.0: GSM modem (1-port) converter detected
Dec 7 17:28:14 kernel: usb 3-2: GSM modem (1-port) converter now attached to ttyUSB0
Dec 7 17:28:14 kernel: usbcore: registered new interface driver option
Dec 7 17:28:14 kernel: option: v0.7.2:USB Driver for GSM modems
My settings are similar to what I used on a Linux box
/opt/etc/apcupsd/apcupsd.conf
Code:
UPSCABLE smart
UPSTYPE apcsmart
DEVICE /dev/ttyUSB0
and finally running
apctest
shows that there is still no communication with the UPS.
Code:
2020-12-07 15:29:18 apctest 3.14.14 (31 May 2016) unknown
Checking configuration ...
sharenet.type = Network & ShareUPS Disabled
cable.type = Custom Cable Smart
mode.type = APC Smart UPS (any)
Setting up the port ...
apctest FATAL ERROR in smartsetup.c at line 155
PANIC! Cannot communicate with UPS via serial port.
Please make sure the port specified on the DEVICE directive is correct,
and that your cable specification on the UPSCABLE directive is correct.
apctest error termination completed
I suspect this is because router treats it as a modem and if it is true, how can I change this? I don't really use USB modems and having an UPS connected is more important for me.