Having some problems starting apcupsd , followed the manual on the apcupsd site, basically just installed the package with ‘zypper in apcupsd’ , then edited the apcupsd.conf file, deleted everything that was inside and placed this instead :
## apcupsd.conf v1.1 ##
UPSCABLE usb
UPSTYPE usb
DEVICE
LOCKFILE /var/lock
UPSCLASS standalone
UPSMODE disable
executed ‘apcupsd start’ as root , nothing was reported, but the driver isn’t running, ‘tail /var/log/messages’ gives this :
Feb 5 02:36:57 linux-kjcm apcupsd[22073]: apcupsd FATAL ERROR in linux-usb.c at line 614
Feb 5 02:36:57 linux-kjcm apcupsd[22073]: apcupsd error shutdown completed
Obviously manual on that site is somewhat old, but anyhow ‘cat /proc/bus/usb/devices’ isn’t working on newer kernels and I don’t know how to proceed further.
‘lsusb’ produces this :
Bus 002 Device 002: ID 0471:0815 Philips (or NXP) eHome Infrared Receiver
Bus 003 Device 002: ID 192f:0416 Avago Technologies, Pte.
Bus 003 Device 003: ID 0463:ffff MGE UPS Systems UPS
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Am I missing something ?