UpdateI solved the main issue here by killing these processes:
1795 root 20 0 3812 1116 972 S 1.0 0.2 7:52.06 hald-addon-stor
1798 root 20 0 3812 1116 972 S 0.0 0.2 0:02.34 hald-addon-stor
Of course the id differs every boot but you get the idea
Now I'm working on solving the GPIO timer issue (left it on for 6 days and I ended up with a 200MB Log! Annoying), someone more knowledgeable than me looked into it and pointed me to these files:
d2plug-linux-2.6.32.y\drivers\staging\dream\
-rw-r--r-- 1 1000 1000 5474 Jun 27 2011 gpio_axis.c
-rw-r--r-- 1 1000 1000 5554 Jun 27 2011 gpio_event.c
-rw-r--r-- 1 1000 1000 10084 Jun 27 2011 gpio_input.c
-rw-r--r-- 1 1000 1000 11594 Jun 27 2011 gpio_matrix.c
-rw-r--r-- 1 1000 1000 2339 Jun 27 2011 gpio_output.c
They're within the kernel I assume. Do I need to upgrade my kernel? I'm currently using the latest one you can get from the DreamPlug google code site. Should I rollback to the old one? I'm assuming I can't just patch the existing kernel?