Unable to find G15 keyboard or the keyboard is already handled. Exiting

Howdy,

I'm probably missing something simple, but google has failed me.

I downloaded the svn copy of g15 tools and compiled g15daemon and libg15 for arch linux.

The make install went fine.

Now, if i do:
> modprobe uinput
> lsmod|grep uinput
uinput 7848 0

> g15daemon -d
libg15: libg15 1.3
libg15: Found 0 supported devices
libg15: Trying to find Logitech G15
libg15: Logitech G15 not found
libg15: Trying to find Logitech G11
libg15: Logitech G11 not found
libg15: Trying to find Logitech Z-10
libg15: Logitech Z-10 not found
libg15: Trying to find Logitech G15 v2
libg15: Logitech G15 v2 not found
libg15: Trying to find Logitech Gamepanel
libg15: Logitech Gamepanel not found
libg15: Trying to find Logitech G13
libg15: Logitech G13 not found
libg15: Trying to find Logitech G110
libg15: Logitech G110 not found
libg15: Trying to find Logitech G510
libg15: Logitech G510 not found
libg15: Trying to find Logitech G510
libg15: Logitech G510 not found
Unable to find G15 keyboard or the keyboard is already handled. Exiting

Here's my dmesg output from a latest boot.
[ 186.650367] usb 4-2.3: new low speed USB device number 9 using ohci_hcd
[ 186.760519] input: Gaming Keyboard G110 as /devices/pci0000:00/0000:00:12.1/usb4/4-2/4-2.3/4-2.3:1.0/input/input37
[ 186.760575] generic-usb 0003:046D:C22A.001F: input,hidraw3: USB HID v1.10 Keyboard [Gaming Keyboard G110] on usb-0000:00:12.1-2.3/input0
[ 186.772429] input: Gaming Keyboard G110 as /devices/pci0000:00/0000:00:12.1/usb4/4-2/4-2.3/4-2.3:1.1/input/input38
[ 186.772534] generic-usb 0003:046D:C22A.0020: input,hiddev0,hidraw4: USB HID v1.10 Device [Gaming Keyboard G110] on usb-0000:00:12.1-2.3/input1

Any idea what i'm missing?

Thanks