Hi! I'm having problems connecting Ippon Smart power pro 1000 UPS to nut via usb under FreeBSD 7-stable The UPS uses megatec protocol and works fine via RS232 (UPS has RS232 and USB connectors) When I connect USB /dev/uhid0 is created. Tried port=/dev/uhid0 - doesn't work. Kernel rebuild w/o option uhid. On connect I get 2 devices /dev/ugen1, /dev/ugen1.1. Tried both of them. Doesn't work. Output of lshal about the USB to Serial converter udi = '/org/freedesktop/Hal/devices/usb_device_665_5161_noserial' freebsd.device_file = '/dev/ugen1' (string) freebsd.driver = 'ugen' (string) freebsd.unit = 1 (0x1) (int) info.bus = 'usb_device' (string) info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_noserial' (string) info.product = 'USB to Serial' (string) info.subsystem = 'usb_device' (string) info.udi = '/org/freedesktop/Hal/devices/usb_device_665_5161_noserial' (string) info.vendor = 'Cypress Semiconductor' (string) usb_device.bus_number = 0 (0x0) (int) usb_device.can_wake_up = false (bool) usb_device.configuration_value = 1 (0x1) (int) usb_device.device_class = 0 (0x0) (int) usb_device.device_protocol = 0 (0x0) (int) usb_device.device_revision_bcd = 2 (0x2) (int) usb_device.device_subclass = 0 (0x0) (int) usb_device.is_self_powered = false (bool) usb_device.max_power = 100 (0x64) (int) usb_device.num_configurations = 1 (0x1) (int) usb_device.num_interfaces = 1 (0x1) (int) usb_device.num_ports = 0 (0x0) (int) usb_device.port_number = 3 (0x3) (int) usb_device.product = 'USB to Serial' (string) usb_device.product_id = 20833 (0x5161) (int) usb_device.speed_bcd = 336 (0x150) (int) usb_device.vendor = 'Cypress Semiconductor' (string) usb_device.vendor_id = 1637 (0x665) (int) usb_device.version_bcd = 272 (0x110) (int) This particular Cypress Semiconductor chip isn't yet supported in FreeBSD. The ucycom driver doesn't recognize it, so I can't use it as a virtual com port. Any ideas? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20080916/384cd1a2/attachment.htm
Hi Maxim, Sorry for a long delay... On Tuesday 16 September 2008 23:22:18 ??????? ?????? wrote:> Hi! > > I'm having problems connecting Ippon Smart power pro 1000 UPS to nut via > usb under FreeBSD 7-stable > > The UPS uses megatec protocol and works fine via RS232 (UPS has RS232 and > USB connectors) >[snip]> This particular Cypress Semiconductor chip isn't yet supported in FreeBSD. > The ucycom driver doesn't recognize it, so I can't use it as a virtual com > port. > > Any ideas?Please, try megatec_usb driver. -- Alexander