Did you load the kernel module? See
http://www.opendmx.net/index.php/Open_DMX_USB
> But when I change dmx values, nothing happens. The lamps are still
> off.
>
> Can someone help me please?
>
> --
> open-l...@googlegroups.com / http://groups.google.com/group/open-lighting
> To unsubscribe email open-lightin...@googlegroups.com
>
It looks like the kernel interface has changed. If you search for
"implicit declaration of function ‘init_MUTEX’" you'll see other
people having the same problem.
http://code.google.com/p/open1211/issues/detail?id=5 is one example
Simon
but didnt test it
On 23.08.2011 00:25, Simon Newton wrote:
> On Mon, Aug 22, 2011 at 2:03 PM, RitterSport
> <ritte...@benibachmann.de> wrote:
>> you're right, i forgot the kernel module,
>>
>> but when I try todo a make, i got an error:
>>
>> make -C /lib/modules/2.6.37-2-amd64/build SUBDIRS=~/dmx_usb_module
>> modules
>> make[1]: Entering directory `/usr/src/linux-headers-2.6.37-2-amd64'
>> CC [M] ~/dmx-software/dmx_usb_module/dmx_usb.o
>> ~/dmx-software/dmx_usb_module/dmx_usb.c:96: warning: type defaults to
>> �int� in declaration of �DECLARE_MUTEX�
>> ~/dmx-software/dmx_usb_module/dmx_usb.c:96: warning: parameter names
>> (without types) in function declaration
>> ~/dmx-software/dmx_usb_module/dmx_usb.c:124: error: unknown field
>> �ioctl� specified in initializer
>> ~/dmx-software/dmx_usb_module/dmx_usb.c:124: warning: initialization
>> from incompatible pointer type
>> ~/dmx-software/dmx_usb_module/dmx_usb.c: In function �dmx_usb_open�:
>> ~/dmx-software/dmx_usb_module/dmx_usb.c:299: error: �disconnect_sem�
>> undeclared (first use in this function)
>> ~/dmx-software/dmx_usb_module/dmx_usb.c:299: error: (Each undeclared
>> identifier is reported only once
>> ~/dmx-software/dmx_usb_module/dmx_usb.c:299: error: for each function
>> it appears in.)
>> ~/dmx-software/dmx_usb_module/dmx_usb.c: In function �dmx_usb_probe�:
>> ~/dmx-software/dmx_usb_module/dmx_usb.c:621: error: implicit
>> declaration of function �init_MUTEX�
>> ~/dmx-software/dmx_usb_module/dmx_usb.c: In function
>> �dmx_usb_disconnect�:
>> ~/dmx-software/dmx_usb_module/dmx_usb.c:732: error: �disconnect_sem�
>> undeclared (first use in this function)
>> make[4]: *** [~/dmx-software/dmx_usb_module/dmx_usb.o] Fehler 1
>> make[3]: *** [_module_~/dmx-software/dmx_usb_module] Fehler 2
>> make[2]: *** [sub-make] Fehler 2
>> make[1]: *** [all] Fehler 2
>> make[1]: Leaving directory `/usr/src/linux-headers-2.6.37-2-amd64'
>> make: *** [default] Fehler 2
>
>
> It looks like the kernel interface has changed. If you search for
> "implicit declaration of function �init_MUTEX�" you'll see other