Feb 25 17:23:25 raspberrypi olad: plugins/usbpro/UsbProWidgetDetector.cpp:323: USB Widget didn't respond to messages, esta id 0, device id 0
That's probably a question for Arjan sorry. My DMXKing USB Pro equivalent uses the ftdi_sio driver on (non Pi) Linux; sorry I'm too lazy to go upstairs and get the genuine Enttec. Where did you read you shouldn't use the sio driver? Unfortunately I can't see anything relevant on his site.
The logging to me still suggests it's not responding to the Enttec messages. Can you try launching olad with -l 4 (or relaunching if it's already running), and the rest of the parameters the same and you should get a lot more logging of what's going on.
What output do you get from the Enttec Pi on it's HDMI output, I believe there should be some debugging?
On Sunday, 25 February 2018 19:31:55 UTC, Paul Drage wrote:
Here are the lsusb -v log file and the ola-serial.conf file. The only plugins that are enabled are artnet, E1.31, uart native dmx and serial usb
I've just looked at syslog again.. When I plug the USB widget in, it says:
Feb 25 19:28:41 raspberrypi kernel: [ 47.684495] usb 1-1.4: new full-speed USB device number 5 using dwc_otg
Feb 25 19:28:41 raspberrypi kernel: [ 47.812224] usb 1-1.4: New USB device found, idVendor=0403, idProduct=6001
Feb 25 19:28:41 raspberrypi kernel: [ 47.812251] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Feb 25 19:28:41 raspberrypi kernel: [ 47.812268] usb 1-1.4: Product: FT245R USB FIFO
Feb 25 19:28:41 raspberrypi kernel: [ 47.812283] usb 1-1.4: Manufacturer: FTDI
Feb 25 19:28:41 raspberrypi kernel: [ 47.812298] usb 1-1.4: SerialNumber: A5054V81
Feb 25 19:28:41 raspberrypi kernel: [ 47.823118] ftdi_sio 1-1.4:1.0: FTDI USB Serial Device converter detected
Feb 25 19:28:41 raspberrypi kernel: [ 47.823306] usb 1-1.4: Detected FT232RL
Feb 25 19:28:41 raspberrypi kernel: [ 47.824385] usb 1-1.4: FTDI USB Serial Device converter now attached to ttyUSB0
Feb 25 19:28:57 raspberrypi olad: plugins/usbpro/WidgetDetectorThread.cpp:215: Found potential USB Serial device at /dev/ttyUSB0
This seems to be using ftdi_sio. I believe thats not right, but if I blacklist the ftdi_sio driver, then /dev/ttyUSB0 isnt getting created. Do I need to add a udev rule or something so that I can blacklist ftdi_sio, but keep /dev/ttyUSB0 being created?
--
The Open Lighting Project: open-l...@googlegroups.com, #openlighting (irc.freenode.org)
To unsubscribe from this group, send email to open-lightin...@googlegroups.com
For more options, visit https://groups.google.com/groups/opt_out?hl=en
Could i be looking in the wrong place here? Should I be rebuilding the widget code instead? If so, is there a good set of instructions to build the SD card? I think I did it by trial and error the first time
Could i be looking in the wrong place here? Should I be rebuilding the widget code instead? If so, is there a good set of instructions to build the SD card? I think I did it by trial and error the first time
--
To unsubscribe from this group, send email to open-lighting+unsubscribe@googlegroups.com
To unsubscribe from this group, send email to open-lightin...@googlegroups.com
Hi Paul,
That's good, glad to hear you got it sorted.
Arjan, I wonder if it's possible to add a debug mode to your software which would show the incoming packets on the USB side and hence might help to diagnose this sort of issue?