Robert Niederreiter

Results 39 comments of Robert Niederreiter

> Perhaps we should finally design and build a custom DALI USB interface to address the terrible lack of documentation? Or a Raspberry Pi Hat? Would it be possible to...

``` /tmp/daliserver# src/daliserver -d debug [2016-00-07 09:37:40] Parsing options DALI USB multiplexer (daliserver) Copyright (c) 2011 onitake All rights reserved. [2016-00-07 09:37:40] INFO Starting daliserver [2016-00-07 09:37:40] Initializing dispatch queue...

Speicherzugriffsfehler means segfault. I'm going to provide you the backtrace as soon as I have access to the related VM

lsusb -v https://gist.github.com/rnixx/a9b41f94b379b85940ae gdb src/daliserver https://gist.github.com/rnixx/f18755ed80f8fe6344c0

When running lsusb on a non-VM linux, iManufacturer, iProduct, and iSerial are empty

Actually I don't think that reading these strings count that much related to the issue, since daliserver has been started as root. But I can update lsusb output anyway. Need...

As root on my local machine I get manufacturer, product and serial Bus 001 Device 071: ID 17b5:0020 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass 0 (Defined at...

As root in the virtual machine I get the error Bus 002 Device 003: ID 17b5:0020 Device Descriptor: bLength 18 bDescriptorType 1 bcdUSB 1.10 bDeviceClass 0 (Defined at Interface level)...

@onitake, will give it at try tomorrow. thanks