Hi, i've just bought my Hercules DJ Control MP3 e2 and was trying to get it running...
I'm on Ubuntu 9.10, kernel 2.6.31.6-rt19.
I downloaded Hercules' drivers, tried to install them with dpkg (failing). Then i manually edited the source files following the patch in the first post, did "sudo make && sudo make install", "sudo depmod -a", "sudo modprobe hdj_mod" and all seemed to work without errors.
but.
If I start mixxx, in Preferences -> MIDI Controllers he says "no midi devices available".
dmesg says something like this, when i load/unload the module hdj_mod:
- Code: Select all
Jan 26 00:53:03 girolamo kernel: [ 1775.490621] usbcore: deregistering interface driver hdj_mod
Jan 26 00:53:14 girolamo kernel: [ 1786.287815] usbcore: registered new interface driver hdj_mod
and nothing more.
When I connect the dj controller, the log just says:
- Code: Select all
Jan 26 00:54:45 girolamo kernel: [ 1877.456128] usb 6-2: new full speed USB device using uhci_hcd and address 5
Jan 26 00:54:45 girolamo kernel: [ 1877.597905] usb 6-2: configuration #1 chosen from 1 choice
It seems that i have installed the driver with "make install", but dpkg doesn't manage to configure the deb package even after i patched the sources. The error it claims is:
- Code: Select all
Loading new hdjmod-1.28 DKMS files...
Error! Cannot locate /usr/src/hdjmod-1.28.dkms.tar.gz.
File does not exist.
can anybody help me?