[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ALSA: make-kpkg modules_image sound/driver.h : No such file...



Hi,
Gerhard Gaussling hat gesagt: // Gerhard Gaussling wrote:

> Mit dpkg-reconfigure alsa-source habe ich ens1371 
> ausgewählt, und bekomme nach 
> cd /usr/src/linux && make-kpkg  modules_image 
> unter anderem folgenden Fehler:
> 
> In file included from hwdep.c:1:
> ../alsa-kernel/core/hwdep.c:22: sound/driver.h: No such file or 
> directory
> 
Das sieht so aus, als fehlte ein symbolischer Link von sound auf
include. Hier sieht das so aus (allerdings noch unter 0.9.0rc1, ich
sollte upgrade...): 

$ ls -l /usr/src/modules/alsa-driver/include/
total 72
-rw-r--r--    1 root     root          237 Dec 22  2001 Makefile
[...]
lrwxrwxrwx    1 root     root           22 Sep  2 13:39 sound -> ../alsa-kernel/include

Also ein 

# cd /usr/src/modules/alsa-driver/include/
# ln -s ../alsa-kernel/include sound

als root könnte helfen.

ciao
-- 
 Frank Barknecht                               _ ______footils.org__



Reply to: