Boris Kleint
2008-Jan-05 06:22 UTC
[Nut-upsdev] Can't select phoenix as subdriver in megatec_usb
Hello, I'm working on getting nut using a Powermust Office 650 USB USV. Using today's trunk megatec_usb detects its vendorid 0665 productid 5161 but uses the agiler driver for it which apparently does not work (timeout...). I think this device is using that USB-to-serial chip but a different protocol behind. I got the phoenix subdriver working with the device but I had to extend subdriver_list[] by &phoenix_subdriver in order to be able to specify it on the command line. Could you please fix this in the trunk? With that change the following ups.conf settings work fine with the USV: [powermust] driver = megatec_usb port = auto vendorid = 0665 subdriver = phoenix Thanks Boris
Alexander I. Gordeev
2008-Jan-05 06:45 UTC
[Nut-upsdev] Can't select phoenix as subdriver in megatec_usb
On Sat, 05 Jan 2008 09:22:31 +0300, Boris Kleint <kleint at ngi.de> wrote:> Hello, > > I'm working on getting nut using a Powermust Office 650 USB USV. Using > today's trunk megatec_usb detects its vendorid 0665 productid 5161 but > uses the agiler driver for it which apparently does not work > (timeout...). I think this device is using that USB-to-serial chip but a > different protocol behind. I got the phoenix subdriver working with the > device but I had to extend subdriver_list[] by &phoenix_subdriver in > order to be able to specify it on the command line. Could you please fix > this in the trunk? >Thank you! Fixed in r1214.> With that change the following ups.conf settings work fine with the USV: > > [powermust] > driver = megatec_usb > port = auto > vendorid = 0665 > subdriver = phoenix >I think we should consider switching the corresponding entry in the list of known devices (back) to phoenix subdriver. -- Alexander