Gentoo Archives: gentoo-user

From: Florian Philipp <f.philipp@××××××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem with open source driver Devolo dLAN USB
Date: Mon, 25 Jun 2007 16:07:48
Message-Id: 200706251801.47077.f.philipp@addcom.de
In Reply to: Re: [gentoo-user] Problem with open source driver Devolo dLAN USB by Florian Philipp
1 Am Montag 25 Juni 2007 17:37 schrieb Florian Philipp:
2 > Am Montag 25 Juni 2007 17:23 schrieb Alex Schuster:
3 > > Florian Philipp writes:
4 > >
5 > > [...]
6 > >
7 > > > #include </usr/include/linux/config.h>
8 > >
9 > > [...]
10 > >
11 > > > making all in tool
12 > > > make[1]: Entering directory `/home/dsl/dLAN-linux-package-v3/tool'
13 > > > make[1]: Nothing to be done for `all'.
14 > > > make[1]: Leaving directory `/home/dsl/dLAN-linux-package-v3/tool'
15 > > > making all in driver
16 > > > make[1]: Entering directory `/home/dsl/dLAN-linux-package-v3/driver'
17 > > > ./kerneldir.sh /lib/modules/2.6.21-gentoo-r3/build
18 > > > make[2]: Entering directory `/usr/src/linux-2.6.21-gentoo-r3'
19 > > > CC [M] /home/dsl/dLAN-linux-package-v3/driver/devolo_usb.o
20 > > > /home/dsl/dLAN-linux-package-v3/driver/devolo_usb.c:22:26: error:
21 > > > linux/config.h: No such file or directory
22 > >
23 > > [..]
24 > >
25 > > The missing config.h belongs to the linux-headers package. I thought it
26 > > needs to be installed on any gentoo system, did you remove it?
27 > > Try "emerge linux-headers". The source compiles fine on my system.
28 > >
29 > > Alex
30 >
31 > 2.6.17-r2 is the latest stable version and is installed...
32 >
33 > I'll try 2.6.21 with the gcc64 useflag which is currently disabled (seems
34 > to date back to 2006.1)
35 >
36 > Thanks for the hint!
37
38 No, did not change anything. Still the same make output...