Re: [gentoo-user] Problem with open source driver Devolo dLAN USB

2007-06-27 Thread Florian Philipp
Am Dienstag 26 Juni 2007 18:23 schrieb Alex Schuster: Florian Philipp writes: While I do have /usr/include/linux/config.h, it is not being used. I have /usr/src/linux/include/linux/config.h on one machine, but not on the other, where compiling fails. Both machines use gentoo-sources.

Re: [gentoo-user] Problem with open source driver Devolo dLAN USB

2007-06-26 Thread Mick
On Monday 25 June 2007 16:37, Florian Philipp wrote: Am Montag 25 Juni 2007 17:23 schrieb Alex Schuster: The missing config.h belongs to the linux-headers package. I thought it needs to be installed on any gentoo system, did you remove it? Try emerge linux-headers. The source compiles fine

Re: [gentoo-user] Problem with open source driver Devolo dLAN USB

2007-06-26 Thread Florian Philipp
Am Montag 25 Juni 2007 23:52 schrieb Alex Schuster: I am confused now. I tried another system, and get the same error as you. But my source of devolo_usb.c looks different from yours. Florian Philipp writes: Am Montag 25 Juni 2007 17:23 schrieb Alex Schuster: Florian Philipp writes:

Re: [gentoo-user] Problem with open source driver Devolo dLAN USB [SOLVED]

2007-06-26 Thread Florian Philipp
Am Dienstag 26 Juni 2007 09:07 schrieb Mick: On Monday 25 June 2007 16:37, Florian Philipp wrote: Am Montag 25 Juni 2007 17:23 schrieb Alex Schuster: The missing config.h belongs to the linux-headers package. I thought it needs to be installed on any gentoo system, did you remove it?

Re: [gentoo-user] Problem with open source driver Devolo dLAN USB

2007-06-26 Thread Alex Schuster
Florian Philipp writes: While I do have /usr/include/linux/config.h, it is not being used. I have /usr/src/linux/include/linux/config.h on one machine, but not on the other, where compiling fails. Both machines use gentoo-sources. 2.6.18-r2 has it, 2.6.20-r7 does not. Seems it has become

[gentoo-user] Problem with open source driver Devolo dLAN USB

2007-06-25 Thread Florian Philipp
Hi! Currently I'm trying to istall a Devolo dLAN-USB adapter, also known as Power Line. [1] They even provide an open source driver for Linux as a 400kb tarball [2]. Unfortunately make isn't successful (see make_1.txt). I'll attach the problematic devolo_usb.c file and their readme, too. I

Re: [gentoo-user] Problem with open source driver Devolo dLAN USB

2007-06-25 Thread Alex Schuster
Florian Philipp writes: [...] #include /usr/include/linux/config.h [...] making all in tool make[1]: Entering directory `/home/dsl/dLAN-linux-package-v3/tool' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/dsl/dLAN-linux-package-v3/tool' making all in driver

Re: [gentoo-user] Problem with open source driver Devolo dLAN USB

2007-06-25 Thread Florian Philipp
Am Montag 25 Juni 2007 17:23 schrieb Alex Schuster: Florian Philipp writes: [...] #include /usr/include/linux/config.h [...] making all in tool make[1]: Entering directory `/home/dsl/dLAN-linux-package-v3/tool' make[1]: Nothing to be done for `all'. make[1]: Leaving directory

Re: [gentoo-user] Problem with open source driver Devolo dLAN USB

2007-06-25 Thread Florian Philipp
Am Montag 25 Juni 2007 17:37 schrieb Florian Philipp: Am Montag 25 Juni 2007 17:23 schrieb Alex Schuster: Florian Philipp writes: [...] #include /usr/include/linux/config.h [...] making all in tool make[1]: Entering directory `/home/dsl/dLAN-linux-package-v3/tool'

Re: [gentoo-user] Problem with open source driver Devolo dLAN USB

2007-06-25 Thread Alex Schuster
I am confused now. I tried another system, and get the same error as you. But my source of devolo_usb.c looks different from yours. Florian Philipp writes: Am Montag 25 Juni 2007 17:23 schrieb Alex Schuster: Florian Philipp writes: [...] #include /usr/include/linux/config.h Here I