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 usbserial [35816.111792] usbcore: registered new interface driver usbserial_generic [35816.111814] usbserial: USB Serial support registered for generic [35816.136413] usbcore: registered new interface driver ftdi_sio [35816.136440] usbserial: USB Serial support registered for FTDI USB Serial Device $ ls -lrt /dev/ttyUSB* ls: cannot access /dev/ttyUSB*: No such file or directory $ lsmod | grep ft ftdi_sio 43826 0 usbserial 37161 1 ftdi_sio As per the FTDI documentation I would expect a response message like USB Serial Device converter now attached to ttyUSB0 but not. :) Is there any other suggestion Best regards Victor On Wed, Feb 26, 2014 at 7:42 AM, Charles Lepple <[email protected]> wrote: > On Feb 26, 2014, at 2:10 AM, Victor Romero wrote: > > > I got a UPS Sola Basic but it is not working, I'm providing the details. > I hope that someone can help me to get it working. > > > > Please let me know if there is some other information that I should > provide :) > > Thank you for providing all of this information! > > > OS name and version > > Ubuntu 12.04 > > $ uname -a > > Linux olimpo 3.8.0-29-generic #42~precise1-Ubuntu SMP Wed Aug 14 > 16:19:23 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux > > > > Exact NUT version, > > > > 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 solabasic -u ups -DD > > Network UPS Tools - ISBMEX UPS driver 0.06 (2.7.1) > > 0.000000 debug level is '2' > > > > Unable to open auto: No such file or directory > > The problem is that the "isbmex" driver was written for a serial-only UPS, > and I don't think we have any information on the USB protocol. > > However, the manufacturer's driver package indicates that this might be a > FTDI serial converter. > > Please try the following: > > $ sudo modprobe ftdi_sio vendor=0x0483 product=0x0035 > > and see if you get a new /dev/ttyUSB* device node. > > -- > Charles Lepple > clepple@gmail > > > > -- Saludos!!! Victor Romero
_______________________________________________ Nut-upsuser mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsuser

