search for: 0x0601

Displaying 20 results from an estimated 29 matches for "0x0601".

Did you mean: 0x0001
2015 Sep 24
2
FreeBSD backed with a PR1500LCDRT2U
...y :-) > > Assuming the UPS is still at /dev/ugen4.2, can you try the following command? (Probably needs to be run as root, with the driver stopped.) > > usbconfig -u 4 -a 2 dump_curr_config_desc Here is output of the command. Thank you for your help with this. ugen4.2: <product 0x0601 CyberPower Systems> at usbus4, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (50mA) Configuration index 0 bLength = 0x0009 bDescriptorType = 0x0002 wTotalLength = 0x0029 bNumInterfaces = 0x0001 bConfigurationValue = 0x0001 iConfiguration = 0x0000 <no string> b...
2015 Sep 25
3
FreeBSD backed with a PR1500LCDRT2U
> >> usbconfig -u 4 -a 2 dump_curr_config_desc > > Here is output of the command. Thank you for your help with this. > > ugen4.2: <product 0x0601 CyberPower Systems> at usbus4, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (50mA) > [...] > bLength = 0x09 > bDescriptorType = 0x21 > bDescriptorSubType = 0x10 >> RAW dump: >> 0x00 | 0x09, 0x21, 0x10, 0x01, 0x21, 0x01, 0x22, 0x90, >> 0x08 | 0x02 > > This l...
2017 Nov 10
2
Cyberpower PR2200ELCDRT2U
Dear Charles, thanks for your quick answer and your information! I didn't know there is a difference in the PR-series between old and new. So thanks for this valuable information! usbconfig dump_device_desc shows: ugen0.2: <CyberPower Systems product 0x0601> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (50mA) bLength = 0x0012...
2013 Apr 01
1
flac 1.3.0pre3 pre-release
...ror: storage size of 'srcstat' isn't known AFAIU, mingw.org headers don't have _stat64 struct at all, they have __stat64 instead. _stat64 is from mingw-w64 headers (mingw-w64 has a #define __stat64 _stat64, so using __stat64 should work). You also need to define __MSVCRT_VERSION__=0x0601, because that is the condition on which mingw.org will define __stat64 structure and _stat64() function. Here are the patches. With these flac should compile with both mingw.org and mingw-w64 (tried both). I didn't run the testsuite though. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1...
2015 Sep 25
0
FreeBSD backed with a PR1500LCDRT2U
...up your own Zimbra server. ----- On Sep 25, 2015, at 7:34 AM, Joseph Gzesh louis at frentzgzesh.info wrote: >> >>> usbconfig -u 4 -a 2 dump_curr_config_desc >> >> Here is output of the command. Thank you for your help with this. >> >> ugen4.2: <product 0x0601 CyberPower Systems> at usbus4, cfg=0 md=HOST spd=LOW >> (1.5Mbps) pwr=ON (50mA) >> > [...] >> bLength = 0x09 >> bDescriptorType = 0x21 >> bDescriptorSubType = 0x10 >>> RAW dump: >>> 0x00 | 0x09, 0x21, 0x10, 0x01, 0x21, 0x01, 0x22, 0x90, >&gt...
2017 Nov 12
0
Cyberpower PR2200ELCDRT2U [HCL]
...ow there is a difference in the PR-series between old and new. So thanks for this valuable information! Just a lucky guess :-) We tend not to know about changes like this until someone reports an issue. > > usbconfig dump_device_desc shows: > > ugen0.2: <CyberPower Systems product 0x0601> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (50mA) > > bLength = 0x0012 > bDescriptorType = 0x0001...
2016 Feb 08
2
Compilation failure using mingw-w64 and gcc-5.3.0
...there. Also, I'm not a programmer, and am not sure where the #define for HANDLE should be found. Anyway, I hope this error report may be of some help to you. libtool: compile: x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I./include -I../../include -DNDEBUG -D__MSVCRT_VERSION__=0x0601 -I/home/admin/development/MultimediaTools-mingw-w64/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/include -O3 -funroll-loops -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wnested-externs -Wshadow -Wundef -Wmissing-declarations -Winline -Wdeclaration-after-sta...
2015 Sep 25
0
FreeBSD backed with a PR1500LCDRT2U
On Sep 24, 2015, at 10:28 AM, Louis G. <louis at frentzgzesh.info> wrote: > >> usbconfig -u 4 -a 2 dump_curr_config_desc > > Here is output of the command. Thank you for your help with this. > > ugen4.2: <product 0x0601 CyberPower Systems> at usbus4, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (50mA) > [...] > bLength = 0x09 > bDescriptorType = 0x21 > bDescriptorSubType = 0x10 > RAW dump: > 0x00 | 0x09, 0x21, 0x10, 0x01, 0x21, 0x01, 0x22, 0x90, > 0x08 | 0x02...
2013 Jul 21
1
[PATCH] Link with -no-undefined regardless of the OS
...est "x$abi_spe" = xtrue) os_is_windows=no case "$host" in *-*-cygwin|*mingw*) - # define this variable for enabling strict exports with libtool; for now, it's supported by Win32 and OS/2 - LT_NO_UNDEFINED="-no-undefined" CPPFLAGS="-D__MSVCRT_VERSION__=0x0601 $CPPFLAGS" os_is_windows=yes ;; - *emx*) - LT_NO_UNDEFINED="-no-undefined" - ;; - *) - LT_NO_UNDEFINED= - ;; esac -AC_SUBST(LT_NO_UNDEFINED) + AM_CONDITIONAL(OS_IS_WINDOWS, test "x$os_is_windows" = xyes) case "$host" in diff --git a/src/libFLAC++/Ma...
2012 Feb 15
1
CyberPower UPS Help
...elay=60 ondelay=120 And here's the output of 'usbdevs -v': Controller /dev/usb0: addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), (0x1166)(0x0000), rev 1.00 port 1 powered port 2 powered port 3 powered port 4 addr 2: low speed, self powered, config 1, UPS OR700(0x0601), CPS(0x0764), rev 2.00 Additionally, when I plug it in, I get this on the console: uhid0: CPS UPS OR700, rev 1.10/2.00, addr 2, iclass 3/0 When I try to start, I get this: Network UPS Tools - UPS driver controller 2.6.1 Network UPS Tools - Generic HID driver 0.35 (2.6.1) USB communication driv...
2016 Feb 09
2
Compilation failure using mingw-w64 and gcc-5.3.0
...Entering directory '/home/admin/development/MultimediaTools-mingw-w64/sandbox/x86_64/flac/src/flac' depbase=`echo analyze.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ x86_64-w64-mingw32-gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I./include -I../../include -DNDEBUG -D__MSVCRT_VERSION__=0x0601 -I/home/admin/development/MultimediaTools-mingw-w64/sandbox/mingw-w64-x86_64/x86_64-w64-mingw32/include -O3 -funroll-loops -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Waggregate-return -Wcast-align -Wnested-externs -Wshadow -Wundef -Wmissing-declarations -Winline -Wdeclaration-after-...
2017 Feb 09
1
[PATCH] Fix compile with cygwin
...gure.ac b/configure.ac index c5b6337..9a1570c 100644 --- a/configure.ac +++ b/configure.ac @@ -185,7 +185,7 @@ AM_CONDITIONAL(FLaC__CPU_PPC_SPE, test "x$abi_spe" = xtrue) os_is_windows=no case "$host" in - *-*-cygwin|*mingw*) + *mingw*) CPPFLAGS="-D__MSVCRT_VERSION__=0x0601 $CPPFLAGS" os_is_windows=yes ;; diff --git a/include/share/compat.h b/include/share/compat.h index f74a5c1..2ad40fb 100644 --- a/include/share/compat.h +++ b/include/share/compat.h @@ -98,7 +98,7 @@ #define FLAC__STRNCASECMP strncasecmp #endif -#if defined _MSC_VER || defined __MINGW...
2012 Nov 27
1
Problems with MinGW and boost on Windows
Hi, I am not sure how widespread this problem is, but definitely occurs for me on 64 bit Win 7 with a 64 bit R. I think I have isolated the issue (to a certain extent) in the attached Test.cpp file. Basically, I think linking with boost serialization is causing the plugin to fail. If I compile Test.cpp with line 43 (Dummy* Read() ...) commented out, I get the expected output in R: >
2009 Aug 10
0
Fwd: CyberPower OR2200
...>> bcdUSB 1.10 >> bDeviceClass 0 (Defined at Interface level) >> bDeviceSubClass 0 >> bDeviceProtocol 0 >> bMaxPacketSize0 8 >> idVendor 0x0764 Cyber Power System, Inc. >> idProduct 0x0601 >> bcdDevice 2.00 >> iManufacturer 3 >> iProduct 1 >> iSerial 0 >> bNumConfigurations 1 >> Configuration Descriptor: >> bLength 9 >> bDescriptorType 2 >&gt...
2016 Mar 10
0
[PATCH] gr/fuc: Store $r0 in interrupt handler
...+/* 0x05b4: ctx_xfer */ 0x810007f1, 0xd00203f0, 0x04bd000f, 0xf50711f4, -/* 0x05c3: ctx_xfer_not_load */ - 0xf5058221, +/* 0x05c7: ctx_xfer_not_load */ + 0xf5058621, 0xbd026a21, 0xfc07f124, 0x0203f047, @@ -475,12 +476,11 @@ uint32_t gf100_grgpc_code[] = { 0x6f21f508, 0x5e21f501, 0x0601f402, -/* 0x063b: ctx_xfer_post */ +/* 0x063f: ctx_xfer_post */ 0xf50712f4, -/* 0x063f: ctx_xfer_done */ +/* 0x0643: ctx_xfer_done */ 0xf5027f21, - 0xf8056a21, - 0x00000000, + 0xf8056e21, 0x00000000, 0x00000000, 0x00000000, diff --git a/drm/nouveau/nvkm/engine/gr/fuc/gpcgf117.fuc3.h b/drm/...
2015 Sep 23
2
FreeBSD backed with a PR1500LCDRT2U
----- On Sep 23, 2015, at 9:26 AM, Charles Lepple clepple at gmail.com wrote: > On Sep 23, 2015, at 9:22 AM, Louis G. <louis at frentzgzesh.info> wrote: >> >> >Can you open up a root shell, kill the old `usbhid-ups` process, and run it from >> >the command line? >> > >> > /usr/local/libexec/nut/usbhid-ups -a ups -DDD >> > >>
2017 Nov 10
3
Cyberpower PR2200ELCDRT2U
Hey guys, :) recently, I installed Cyberpower PR2200ELCDRT2U, however, I have not managed to get this UPS working with FreeNAS 11, yet. According to compatibility list, PR2200 should work fine, when using powerpanel driver: http://networkupstools.org/ddl/Cyber_Power_Systems/ http://networkupstools.org/ddl/Cyber_Power_Systems/PR2200.html However, when trying to establish a connection between
2014 Aug 11
1
Cyberpower Value1200E might not need 0.667 battery scaling
...; - /* Dynex DX-800U? */ > + /* Dynex DX-800U?, CP1200AVR/BC1200D, CP825AVR-G, CP1000AVRLCD, CP1000PFCLCD, CP1500C, CP550HG, etc. */ > { USB_DEVICE(CPS_VENDORID, 0x0501), &cps_battery_scale }, > /* OR2200LCDRM2U, OR700LCDRM1U, PR6000LCDRTXL5U */ > { USB_DEVICE(CPS_VENDORID, 0x0601), NULL }, > @@ -59,12 +66,48 @@ static usb_device_id_t cps_usb_device_table[] = { > { -1, -1, NULL } > }; > > +/*! Adjusts @a battery_scale if voltage is well above nominal. > + */ > +static void cps_adjust_battery_scale(double batt_volt) > +{ > + const char *batt...
2020 Mar 28
2
CentOS 8 w/gnome and NUT
...               18 >   bDescriptorType         1 >   bcdUSB               1.10 >   bDeviceClass            0 >   bDeviceSubClass         0 >   bDeviceProtocol         0 >   bMaxPacketSize0         8 >   idVendor           0x0764 Cyber Power System, Inc. >   idProduct          0x0601 PR1500LCDRT2U UPS >   bcdDevice            2.00 >   iManufacturer           3 CPS >   iProduct                1 UPS OR500 >   iSerial                 0 >   bNumConfigurations      1 > [OR500] >         driver = usbhid-ups >         port = auto >         desc = "Cybe...
2014 Aug 09
0
Cyberpower Value1200E might not need 0.667 battery scaling
On Aug 8, 2014, at 9:15 AM, Charles Lepple <clepple at gmail.com> wrote: > On Aug 7, 2014, at 10:52 PM, Charles Lepple <clepple at gmail.com> wrote: > >> On Aug 7, 2014, at 10:18 PM, Matthew Stapleton <matthew4196 at gmail.com> wrote: >> >>> I just got a Cyberpower SOHO Value 1200 ELCD UPS and even with nut 2.7.2, it appears to report battery voltage