search for: isbmex

Displaying 15 results from an estimated 15 matches for "isbmex".

Did you mean: ibex
2014 Feb 26
2
NUT v2.7.1 - Not working on UPS SOLA BASIC SR MICRONET XRN-21-481
..., 2.7.1 compiled and installed from source tarball NUT installation method: from source tarball, package or Subversion, Compiled and installed from source tarball Exact device name and related information (manufacturing date, web pointers, ...), UPS SOLA BASIC SR MICRONET XRN-21-481 http://www.isbmex.com/PDF/XRN21801E.pdf http://www.isbmex.com/microsrinet.html complete problem description, with any relevant traces, like system log excerpts, and driver debug output. You can obtain the latter using the following command, as root and after having stopped NUT: $ sudo /usr/local/ups/bin/isbmex -a...
2014 Feb 26
0
NUT v2.7.1 - Not working on UPS SOLA BASIC SR MICRONET XRN-21-481
...> > NUT installation method: from source tarball, package or Subversion, > > Compiled and installed from source tarball > > Exact device name and related information (manufacturing date, web pointers, ?), > > UPS SOLA BASIC SR MICRONET XRN-21-481 > http://www.isbmex.com/PDF/XRN21801E.pdf > http://www.isbmex.com/microsrinet.html > > > complete problem description, with any relevant traces, like system log excerpts, and driver debug output. You can obtain the latter using the following command, as root and after having stopped NUT: > > $...
2014 Feb 27
1
NUT v2.7.1 - Not working on UPS SOLA BASIC SR MICRONET XRN-21-481
Hi Charles! Thanks a lot for your response. Now I figure why the isbmex driver was not working. On the other hand I've tried to run the command suggested. But no success. I got this information when running the dmesg command after running the modprobe $ sudo modprobe ftdi_sio vendor=0x0483 product=0x0035 [35816.111760] usbcore: registered new interface driver us...
2013 Feb 11
1
UPS, ISB Sola basic, usb conection does not works
Hello people. My name is Rub?n. Firts, excuse me for my bad english. I run Debian 6.0.6, kernel 2.6.32-5-amd64 in my machine. I bought a ISB Sola basic UPS, model Micro SR inet, with usb conection. I Configure the nut.conf file in standalone mode and I install de isbmex driver. The ups.conf: [ISB_sola-basic] driver = isbmex port = auto With de command upsdrvctl start the response is: Network UPS Tools - UPS driver controller 2.4.3 Network UPS Tools - ISBMEX UPS driver 0.06 (2.4.3) Unable to open auto: No such file or directory Things to try:...
2011 Oct 03
0
patch: Fix [-Wunused-but-set-variable]
...orts */ @@ -264,7 +264,6 @@ void upsdrv_initinfo(void) if (strlen(avail_list) == 0){ fatalx(EXIT_FAILURE, "No available variables found!");} a = avail_list; - e = 0; while ((p = strtok(a, ",")) != NULL) { a = NULL; v = atoi(p); Index: b/drivers/isbmex.c =================================================================== --- a/drivers/isbmex.c 2011-05-31 13:36:49.000000000 +0300 +++ b/drivers/isbmex.c 2011-08-17 00:23:22.000000000 +0300 @@ -323,10 +323,10 @@ void upsdrv_shutdown(void) * work, else:*/ /* fatalx(EXIT_FAILURE, "Shutdown onl...
2007 May 25
0
Patch -- SVN revision in the version string
...enericups.c (revision 916) +++ drivers/genericups.c (working copy) @@ -256,7 +256,7 @@ void upsdrv_banner(void) { printf("Network UPS Tools - Generic UPS driver %s (%s)\n", - DRV_VERSION, UPS_VERSION); + DRV_VERSION, upsversion()); } void upsdrv_makevartable(void) Index: drivers/isbmex.c =================================================================== --- drivers/isbmex.c (revision 916) +++ drivers/isbmex.c (working copy) @@ -333,7 +333,7 @@ void upsdrv_banner(void) { printf("Network UPS Tools - ISBMEX UPS driver %s (%s)\n\n", - DRV_VERSION, UPS_VERSION); + DRV...
2023 Sep 16
1
Nut-upsdev Digest, Vol 206, Issue 5
...well solis >> bcmxcp etapro nutdrv_atcl_usb tripplite >> bcmxcp_usb everups nutdrv_qx tripplitesu >> belkin gamatronic oldmge-shut tripplite_usb >> belkinunv genericups oneac upscode2 >> bestfcom isbmex optiups upsd >> bestfortress ivtscd powercom upsmon >> bestuferrups liebert powerpanel usbhid-ups >> bestups liebert-esp2 rhino victronups >> blazer_ser masterguard richcomm_usb >> " >> >...
2023 Sep 19
1
Nut-upsdev Digest, Vol 206, Issue 5
...>> bcmxcp??????? etapro??????? nutdrv_atcl_usb tripplite >> bcmxcp_usb??? everups?????? nutdrv_qx tripplitesu >> belkin??????? gamatronic??? oldmge-shut tripplite_usb >> belkinunv???? genericups??? oneac upscode2 >> bestfcom????? isbmex??????? optiups????????? upsd >> bestfortress? ivtscd??????? powercom???????? upsmon >> bestuferrups? liebert?????? powerpanel usbhid-ups >> bestups?????? liebert-esp2? rhino victronups >> blazer_ser??? masterguard?? richcomm_usb >>...
2011 Oct 03
2
patch: Replace many usleep and some sleep calls with nanosleep
...b/drivers/blazer_ser.c 2011-08-17 00:40:17.000000000 +0300 @@ -179,7 +179,7 @@ void upsdrv_initups(void) /* * Allow some time to settle for the cablepower */ - usleep(100000); + struct timespec delay = {0, 100e6}; nanosleep(&delay, NULL); #endif blazer_initups(); } Index: b/drivers/isbmex.c =================================================================== --- a/drivers/isbmex.c 2011-08-17 00:40:17.000000000 +0300 +++ b/drivers/isbmex.c 2011-08-17 00:40:17.000000000 +0300 @@ -180,7 +180,7 @@ static const char *getpacket(int *we_kno if (bytes_per_packet && r < bytes_pe...
2023 Sep 19
1
Nut-upsdev Digest, Vol 206, Issue 5
...>> bcmxcp etapro nutdrv_atcl_usb tripplite >>> bcmxcp_usb everups nutdrv_qx tripplitesu >>> belkin gamatronic oldmge-shut tripplite_usb >>> belkinunv genericups oneac upscode2 >>> bestfcom isbmex optiups upsd >>> bestfortress ivtscd powercom upsmon >>> bestuferrups liebert powerpanel usbhid-ups >>> bestups liebert-esp2 rhino victronups >>> blazer_ser masterguard richcomm_usb >>>...
2023 Sep 23
1
Nut-upsdev Digest, Vol 206, Issue 5
...tapro??????? nutdrv_atcl_usb tripplite >>> bcmxcp_usb??? everups?????? nutdrv_qx tripplitesu >>> belkin??????? gamatronic??? oldmge-shut tripplite_usb >>> belkinunv???? genericups??? oneac upscode2 >>> bestfcom????? isbmex??????? optiups upsd >>> bestfortress? ivtscd??????? powercom upsmon >>> bestuferrups? liebert?????? powerpanel usbhid-ups >>> bestups?????? liebert-esp2? rhino victronups >>> blazer_ser??? masterguard?? richcomm_usb...
2023 Sep 23
1
Nut-upsdev Digest, Vol 206, Issue 5
...etapro nutdrv_atcl_usb tripplite >>>> bcmxcp_usb everups nutdrv_qx tripplitesu >>>> belkin gamatronic oldmge-shut tripplite_usb >>>> belkinunv genericups oneac upscode2 >>>> bestfcom isbmex optiups upsd >>>> bestfortress ivtscd powercom upsmon >>>> bestuferrups liebert powerpanel usbhid-ups >>>> bestups liebert-esp2 rhino victronups >>>> blazer_ser masterguard richcomm_u...
2006 Jun 07
1
RPM spec file
...stuferrups.8.gz %{_mandir}/man8/bestups.8.gz %{_mandir}/man8/cpsups.8.gz %{_mandir}/man8/cyberpower.8.gz %{_mandir}/man8/etapro.8.gz %{_mandir}/man8/everups.8.gz %{_mandir}/man8/fentonups.8.gz %{_mandir}/man8/gamatronic.8.gz %{_mandir}/man8/genericups.8.gz %{_mandir}/man8/ippon.8.gz %{_mandir}/man8/isbmex.8.gz %{_mandir}/man8/liebert.8.gz %{_mandir}/man8/masterguard.8.gz %{_mandir}/man8/metasys.8.gz %{_mandir}/man8/mge-shut.8.gz %{_mandir}/man8/mge-utalk.8.gz %{_mandir}/man8/mustek.8.gz %{_mandir}/man8/nutupsdrv.8.gz %{_mandir}/man8/oneac.8.gz %{_mandir}/man8/powercom.8.gz %{_mandir}/man8/powermust....
2006 May 12
1
Fwd: RE New xanto driver for NUT
Dear Andreas, some googling revealed, you created a driver for the xanto series of online-usv.de. In what state it is currently? I've to manage a S2000 and would like to use nut for it, is it usable by now? Do you need another tester? TIA, Pete
2008 Dec 24
1
Driver removal notification: al175
Hi Kirill, just to notify you that your al175 driver is being removed from the NUT tree, as of 2.4.0-pre1. if you wish to see it entering the tree again, please contact the Development mailing list to talk about it. Merry Christmas and happy New Year. Arnaud -- Linux / Unix Expert R&D - Eaton - http://www.eaton.com/mgeops Network UPS Tools (NUT) Project Leader -