Displaying 20 results from an estimated 46 matches for "0x0463".
Did you mean:
0x0460
2007 Oct 30
5
NUT + devd + FreeBSD
I made the following devd script..
sh
cd /tmp
fetch
mkdir /usr/local/etc/devd
sed -Ene 's/SYSFS\{idVendor\}==\"(.*)\", SYSFS\{idProduct\}==\"(.*)\", MODE=.*/attach 100 {\
device-name "ugen[0-9]+";\
match "vendor" "0x\1";\
match "product" "0x\2";\
action "chown @RUN_AS_GROUP@
2014 Dec 19
0
EATON 9SX not display battery.charge
On Dec 19, 2014, at 5:16 AM, ??????? ??????? <freemgm at gmail.com> wrote:
> # /usr/local/libexec/nut/usbhid-ups -DD -a eaton9sx -u root -x explore -x vendorid=0x0463 2>&1 | tee /tmp/eaton9sx-explore.log
Ah, I forgot about the vendorid. The string is a regex which must match what is printed by the debug output (case-insensitive) rather than a numerical match, so it should be "-x vendorid=0463".
I did not see a potential match for battery.charg...
2014 Dec 19
3
EATON 9SX not display battery.charge
...65 upsdrv_initups...
0.000675 must specify "vendorid" when using "explore"
Network UPS Tools - Generic HID driver 0.38 (2.7.2)
USB communication driver 0.32
Ok, I run whit vendorid:
# /usr/local/libexec/nut/usbhid-ups -DD -a eaton9sx -u root -x explore
-x vendorid=0x0463 2>&1 | tee /tmp/eaton9sx-explore.log
0.000000 debug level is '2'
0.000646 upsdrv_initups...
0.001154 Checking device (0463/FFFF) (/dev/usb//dev/ugen1.3)
0.266807 - VendorID: 0463
0.266819 - ProductID: ffff
0.266824 - Manufacturer: EATON...
2014 Jul 18
0
NUT + devd + FreeBSD
On Mon, Oct 29, 2007 at 9:45 PM, Daniel O'Connor <doconnor at gsoft.com.au> wrote:
> I made the following devd script..
>
> sh
> cd /tmp
> fetch
> mkdir /usr/local/etc/devd
> sed -Ene 's/SYSFS\{idVendor\}==\"(.*)\", SYSFS\{idProduct\}==\"(.*)\", MODE=.*/attach 100 {\
> device-name "ugen[0-9]+";\
> match
2014 Aug 17
0
NUT + devd + FreeBSD
...> I did some fiddling and came up with..
> notify 100 {
> match "system" "USB";
> match "subsystem" ?DEVICE";
> match "type" "ATTACH";
> match "vendor" "0x0463";
> match "product" "0xffff";
> action "chgrp uucp /dev/$cdev; chmod g+rw /dev/$cdev";
> };
>
> This works for my MGE Ellipse and I don?t see why it wouldn?t work more generally if your script was modified.
Daniel,
Thanks for...
2020 Aug 19
1
Eaton 5E 1100i USB UPS - failed to claim USB device error
Thank you Eyal!!
Adding
usbhid.quirks=0x0463:0xffff:0x08
to the kernel boot parameters did the trick for me.
FYI to those using Fedora 32, to edit the command line use the tool
"grubby" as follows:
grubby --update-kernel=ALL --args="usbhid.quirks=0x0463:0xffff:0x08"
@DEVS: Could you please re-add the code for using th...
2020 Aug 19
4
Eaton 5E 1100i USB UPS - failed to claim USB device error
Hi
BACKGROUND INFO:I have a new Eaton 5E 1100i USB UPS which their website
claims is supported on Linux. They don't provide software for it for
Linux, only for Windows.Referring links:
https://www.eaton.com/za/en-gb/catalog/backup-power-ups-surge-it-power-distribution/Eaton_5E_UPS.html
https://www.eaton.com/za/en-gb/skuPage.5E1100IUSB.specifications.html
It was manufactured in May 2020
2015 Apr 03
2
mge-shut driver fails almost after every reboot
...x12
bDescriptorType: 0x01
bcdUSB: 0x0110
bDeviceClass: 0x00
bDeviceSubClass: 0x00
bDeviceProtocol: 0x00
bMaxPacketSize0: 0x08
idVendor: 0x0463
idProduct: 0xffff
bcdDevice: 0x0100
iManufacturer: 0x01
iProduct: 0x02
iSerialNumber: 0x03
bNumConfigurations: 0x01
0.423251 entering shut_get_descriptor(n 22, 1538...
2011 Mar 03
3
Problem using an Eaton Ellipse ASR 750 VA on FreeBSD
...-a 2 dump_device_desc' :
ugen4.2: <ELLIPSE EATON> at usbus4, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON
bLength = 0x0012
bDescriptorType = 0x0001
bcdUSB = 0x0110
bDeviceClass = 0x0000
bDeviceSubClass = 0x0000
bDeviceProtocol = 0x0000
bMaxPacketSize0 = 0x0008
idVendor = 0x0463
idProduct = 0xffff
bcdDevice = 0x0001
iManufacturer = 0x0001 <EATON>
iProduct = 0x0002 <ELLIPSE>
iSerialNumber = 0x0004 <BDCK520CF>
bNumConfigurations = 0x0001
My ups.conf contains the following :
[eaton]
driver = usbhid-ups
#port = /dev/ugen4.2...
2012 Feb 21
1
eaton evolution not shutting down
...; Device Descriptor:
> bLength: 0x12
> bDescriptorType: 0x01
> bcdUSB: 0x0110
> bDeviceClass: 0x00
> bDeviceSubClass: 0x00
> bDeviceProtocol: 0x00
> bMaxPacketSize0: 0x08
> idVendor: 0x0463
> idProduct: 0xffff
> bcdDevice: 0x0100
> iManufacturer: 0x01
> iProduct: 0x02
> iSerialNumber: 0x03
> bNumConfigurations: 0x01
>
> entering shut_get_descriptor(n 22, 1811)
> shut_wait_ack(): ACK re...
2014 Dec 29
3
EATON 9SX not display battery.charge
Any news?
Send dubug with explore one more time
in attach
19.12.2014 15:39, Charles Lepple ?????:
> On Dec 19, 2014, at 5:16 AM, ??????? ??????? <freemgm at gmail.com> wrote:
>
>> # /usr/local/libexec/nut/usbhid-ups -DD -a eaton9sx -u root -x explore -x vendorid=0x0463 2>&1 | tee /tmp/eaton9sx-explore.log
> Ah, I forgot about the vendorid. The string is a regex which must match what is printed by the debug output (case-insensitive) rather than a numerical match, so it should be "-x vendorid=0463".
>
> I did not see a potential match for...
2015 Apr 06
2
mge-shut driver fails almost after every reboot
...Device Descriptor:
> bLength: 0x12
> bDescriptorType: 0x01
> bcdUSB: 0x0110
> bDeviceClass: 0x00
> bDeviceSubClass: 0x00
> bDeviceProtocol: 0x00
> bMaxPacketSize0: 0x08
> idVendor: 0x0463
> idProduct: 0xffff
> bcdDevice: 0x0100
> iManufacturer: 0x01
> iProduct: 0x02
> iSerialNumber: 0x03
> bNumConfigurations: 0x01
>
> 0.423251 entering shut_get_descriptor(n 22, 1538)
> 0.525087...
2006 Jul 12
1
newhidups, usb permissions and Debian
...0x00
0x00 0x00000000
#
# usb module match_flags idVendor idProduct bcdDevice_lo
bcdDevice_hi bDeviceClass bDeviceSubClass bDeviceProtocol
bInterfaceClass bInterfaceSubClass bInterfaceProtocol driver_info
#
# MGE UPS SYSTEMS units
libhidups 0x0003 0x0463 0xffff 0x0000 0x0000
0x00 0x00 0x00 0x00 0x00
0x00 0x00000000
libhidups 0x0003 0x0463 0x0001 0x0000 0x0000
0x00 0x00 0x00 0x00 0x00
0x00...
2016 Oct 11
2
Unable to find driver for a supported device
Hello everyone,
I have a Tripp-Lite UPS (smart1500rmxl2ua) I'm trying to get working with nut.
This is a FreeBSD 10.3 box. I've tried using the usbhid-ups<http://networkupstools.org/docs/man/usbhid-ups.html> driver but everytime I try to start up nut, I get this:
# upsdrvctl start
Network UPS Tools - UPS driver controller 2.7.4
Network UPS Tools - Generic HID driver 0.41 (2.7.4)
2016 Oct 12
2
Unable to find driver for a supported device
...ump_device_desc
ugen0.2: <Evolution MGE UPS SYSTEMS> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (20mA)
bLength = 0x0012
bDescriptorType = 0x0001
bcdUSB = 0x0110
bDeviceClass = 0x0000
bDeviceSubClass = 0x0000
bDeviceProtocol = 0x0000
bMaxPacketSize0 = 0x0008
idVendor = 0x0463
idProduct = 0xffff
bcdDevice = 0x0001
iManufacturer = 0x0001 <MGE UPS SYSTEMS>
iProduct = 0x0002 <Evolution>
iSerialNumber = 0x0000 <no string>
bNumConfigurations = 0x0001
Feel free to chop off the last few digits of the string after iSerialNumber, if it returns so...
2009 Nov 15
3
two MGE Ellipse 1500 ups via usb
...d" and "bus"
regular expressions (see 'man 8 usbhid-ups' for an explanation how to
use these).
So I ran lsusb -v and got two different values for iSerial (1HCG4700J
and 000000000) and iManufacturer ('1 MGE UPS SYSTEMS' and '1 EATON').
Strangely, vendor is '0x0463 MGE UPS Systems' for both.
They're also on the same bus ('Bus 003 Device 063' and 'Bus 003 Device 064')
Since there is no flag for manufacturer, I had to go with serial. This
is my new ups.conf:
[ups1]
driver = usbhid-ups
port = /dev/usb/hiddev0
serial=0...
2014 Dec 29
0
EATON 9SX not display battery.charge
...plore one more time
> in attach
>
>
> 19.12.2014 15:39, Charles Lepple ?????:
>
>> On Dec 19, 2014, at 5:16 AM, ??????? ??????? <freemgm at gmail.com> wrote:
>>
>> # /usr/local/libexec/nut/usbhid-ups -DD -a eaton9sx -u root -x explore
>>> -x vendorid=0x0463 2>&1 | tee /tmp/eaton9sx-explore.log
>>>
>> Ah, I forgot about the vendorid. The string is a regex which must match
>> what is printed by the debug output (case-insensitive) rather than a
>> numerical match, so it should be "-x vendorid=0463".
>>
&g...
2018 Feb 04
0
[PATCH 1/3] Skip non-feature HID reports
...umpTree(hid_dev_handle_t udev, usage_tables_t *utab)
continue;
}
#else
+ /* Skip non-feature reports, primarily for OpenUPS - but
+ * as HIDGetItemData() only cares about feature items,
+ * do it for all.
+ */
+ if (pData->Type != ITEM_FEATURE)
+ continue;
+
if ((vendorID == 0x0463) || (vendorID == 0x047c)) {
if ((pData->ReportID == 254) || (pData->ReportID == 255)) {
continue;
--
2.7.4
--
Russell King
2016 Oct 12
0
Unable to find driver for a supported device
...ice_desc
ugen0.2: <Evolution MGE UPS SYSTEMS> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (20mA)
bLength = 0x0012
bDescriptorType = 0x0001
bcdUSB = 0x0110
bDeviceClass = 0x0000
bDeviceSubClass = 0x0000
bDeviceProtocol = 0x0000
bMaxPacketSize0 = 0x0008
idVendor = 0x0463
idProduct = 0xffff
bcdDevice = 0x0001
iManufacturer = 0x0001 <MGE UPS SYSTEMS>
iProduct = 0x0002 <Evolution>
iSerialNumber = 0x0000 <no string>
bNumConfigurations = 0x0001
Feel free to chop off the last few digits of the string after iSerialNumber, if it return...
2013 Jan 10
1
Eaton 5PX1500RT
...mge-shut over serial next.
Regards.
-------------- next part --------------
Network UPS Tools - Generic HID driver 0.37 (2.6.5-3780M)
USB communication driver 0.31
0.000000 debug level is '5'
0.000000 upsdrv_initups...
0.000000 Checking device (0463/FFFF) (bus-0/\\.\libusb0-0001--0x0463-0xffff)
0.281250 - VendorID: 0463
0.281250 - ProductID: ffff
0.281250 - Manufacturer: EATON
0.281250 - Product: Eaton 5PX
0.281250 - Serial Number: G090C25071
0.281250 - Bus: bus-0
0.281250 Trying to match device
0.281250 Device matches
0.343750 HID descriptor, method 1:...