No, I did not disable ifplugd, I wasn't even aware of any such thing...

The guruplug was just connected with the ethernet cable to my router the whole time, wifi mode (before I tried to turn it off) was client.
How exactly do I directly connect it to my computer? With the ethernet cable?

Sorry, I'm not really used to these kind of machines, so I don't really know the debugging procedures.
I did try to connect it via ethernet, this is the tcpdump:
sudo tcpdump -vv
tcpdump: WARNING: eth0: no IPv4 address assigned
tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
18:10:12.943994 IP6 (hlim 255, next-header ICMPv6 (58) payload length: 24) :: > ff02::1:ff01:5991: [icmp6 sum ok] ICMP6, neighbor solicitation, length 24, who has fe80::250:43ff:fe01:5991
18:10:13.943866 IP6 (hlim 255, next-header ICMPv6 (58) payload length: 16) fe80::250:43ff:fe01:5991 > ip6-allrouters: [icmp6 sum ok] ICMP6, router solicitation, length 16
source link-address option (1), length 8 (1): 00:50:43:01:59:91
0x0000: 0050 4301 5991
18:10:15.593614 IP6 (hlim 1, next-header Options (0) payload length: 36) fe80::250:43ff:fe01:5991 > ff02::16: HBH (rtalert: 0x0000) (padn)[icmp6 sum ok] ICMP6, multicast listener report v2, length 28, 1 group record(s) [gaddr ff02::1:ff01:5991 to_ex { }]
18:10:15.861713 IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328)
0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:50:43:01:59:91 (oui Unknown), length 300, xid 0xdb63cb50, Flags [none] (0x0000)
Client-Ethernet-Address 00:50:43:01:59:91 (oui Unknown) [|bootp]
18:10:17.943260 IP6 (hlim 255, next-header ICMPv6 (58) payload length: 16) fe80::250:43ff:fe01:5991 > ip6-allrouters: [icmp6 sum ok] ICMP6, router solicitation, length 16
source link-address option (1), length 8 (1): 00:50:43:01:59:91
0x0000: 0050 4301 5991
18:10:21.861785 IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328)
0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:50:43:01:59:91 (oui Unknown), length 300, xid 0xdb63cb50, secs 6, Flags [none] (0x0000)
Client-Ethernet-Address 00:50:43:01:59:91 (oui Unknown) [|bootp]
18:10:21.942648 IP6 (hlim 255, next-header ICMPv6 (58) payload length: 16) fe80::250:43ff:fe01:5991 > ip6-allrouters: [icmp6 sum ok] ICMP6, router solicitation, length 16
source link-address option (1), length 8 (1): 00:50:43:01:59:91
0x0000: 0050 4301 5991
18:10:36.868899 IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328)
0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:50:43:01:59:91 (oui Unknown), length 300, xid 0x932f8a4f, Flags [none] (0x0000)
Client-Ethernet-Address 00:50:43:01:59:91 (oui Unknown) [|bootp]
18:10:41.858161 IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328)
0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:50:43:01:59:91 (oui Unknown), length 300, xid 0x932f8a4f, secs 5, Flags [none] (0x0000)
Client-Ethernet-Address 00:50:43:01:59:91 (oui Unknown) [|bootp]
18:10:51.854183 IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328)
0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 00:50:43:01:59:91 (oui Unknown), length 300, xid 0x932f8a4f, secs 15, Flags [none] (0x0000)
Client-Ethernet-Address 00:50:43:01:59:91 (oui Unknown) [|bootp]
^C
10 packets captured
10 packets received by filter
0 packets dropped by kernel
I left it running for +- a minute, the message was repeated. On my pc I am using Ubuntu Maverick Meerkat by the way.
I don't really know how to interpret this dump, it is doing some kind of dhcp request to my pc? Should I set something up so that it can get to the internet via my pc?
Thanks a lot for your help, this is all really new to me!