Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem with open source driver Devolo dLAN USB
Date: Mon, 25 Jun 2007 15:30:03
Message-Id: courier.467FDDDC.00004D6C@zone.wonkology.org
In Reply to: [gentoo-user] Problem with open source driver Devolo dLAN USB by Florian Philipp
1 Florian Philipp writes:
2
3 [...]
4 > #include </usr/include/linux/config.h>
5 [...]
6
7 > making all in tool
8 > make[1]: Entering directory `/home/dsl/dLAN-linux-package-v3/tool'
9 > make[1]: Nothing to be done for `all'.
10 > make[1]: Leaving directory `/home/dsl/dLAN-linux-package-v3/tool'
11 > making all in driver
12 > make[1]: Entering directory `/home/dsl/dLAN-linux-package-v3/driver'
13 > ./kerneldir.sh /lib/modules/2.6.21-gentoo-r3/build
14 > make[2]: Entering directory `/usr/src/linux-2.6.21-gentoo-r3'
15 > CC [M] /home/dsl/dLAN-linux-package-v3/driver/devolo_usb.o
16 > /home/dsl/dLAN-linux-package-v3/driver/devolo_usb.c:22:26: error: linux/config.h: No such file or directory
17 [..]
18
19 The missing config.h belongs to the linux-headers package. I thought it
20 needs to be installed on any gentoo system, did you remove it?
21 Try "emerge linux-headers". The source compiles fine on my system.
22
23 Alex
24 --
25 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Problem with open source driver Devolo dLAN USB Florian Philipp <f.philipp@××××××.de>