-
-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upsdrvctl - error: Driver not connected #2804
Comments
I made some changes (some fields comment out) to the ups.conf and it seems to work now:
BTW .. the battery.mfr.date says CPS, but I guess the VP700ELCD is not yet supported?
|
Yes, probably that release still had a bug about Note that frequency also seems wrong (some devices report in Hz; others in 0.1Hz, but fail to report the scaling factor too); newer NUT builds should deal with that better. Probably "CPS" as battery date is mis-reported in USB HID field for the date, but I've not noticed such mistakes bbefore. |
Me too :) For it to happen, the device should report the correct value (at
least somewhere), and NUT drivers should be updated to query that location
too (and ignore bogis values like `CPS`).
…On Tue, Feb 18, 2025, 10:41 matthys70 ***@***.***> wrote:
Seems the battery.mfr.date is a common problem for Cyber Power System, as
it also mention in #2786
<#2786> and #2784
<#2784>
Looking forward to the new improved version.
—
Reply to this email directly, view it on GitHub
<#2804 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMPTFBAAKHS3YCFGMU66TL2QL53JAVCNFSM6AAAAABXHIW5Q2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRVGA4TGMZXGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
[image: matthys70]*matthys70* left a comment (networkupstools/nut#2804)
<#2804 (comment)>
Seems the battery.mfr.date is a common problem for Cyber Power System, as
it also mention in #2786
<#2786> and #2784
<#2784>
Looking forward to the new improved version.
—
Reply to this email directly, view it on GitHub
<#2804 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMPTFBAAKHS3YCFGMU66TL2QL53JAVCNFSM6AAAAABXHIW5Q2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRVGA4TGMZXGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I got Ubuntu server with Ubuntu 24.04.2 LTS and today I changed my UPS with Cyber Power System model VP700ELCD and is no longer working.
First I notice that nut-scanner was no longer working and I had to symbolic link the library:
/usr/lib/libusb-1.0.so -> /usr/lib/x86_64-linux-gnu/libusb-1.0.so.0.4.0
Now it's working are report the correct information:
However if I try to start the driver I get this (my ups is called ups and not nutdev1 in the config):
Why is it checking device 1 to 5 and 7? And only device 6 is the configured one at 0764/0501, which is also in the udev rules:
So it does find the device but (not match?) fails to start, maybe because of the other devices or HID?
Or is this already been fixed but not with Ubuntu itself?
The text was updated successfully, but these errors were encountered: