Re: Installing Alsa Drivers

2000-07-29 Thread Moritz Schulte
On Sat, Jul 29, 2000 at 07:00:54AM -0700, Dale Morris wrote:

 I'm trying to install the alsa drivers for my yamaha sound card. when
 I input ./configure I get this error message:
[...]
 failed (probably missing /usr/src/linux/include/linux/version.h)

you don't have a ready-to-build source tree under /usr/src/linux. do
an, 'make-kpkg kernel_image' or 'make menuconfig dep clean' or
something.. i'm not sure, which target is needed. then for example
this version.h gets created, too...

 moritz
-- 
/* Moritz Schulte [EMAIL PROTECTED]
 * http://hp9001.fh-bielefeld.de/~moritz/
 * PGP-Key available, encrypted Mail is welcome.
 */



Re: Installing Alsa Drivers

2000-07-29 Thread Pollywog

On 29-Jul-2000 Moritz Schulte wrote:
 On Sat, Jul 29, 2000 at 07:00:54AM -0700, Dale Morris wrote:
 
 I'm trying to install the alsa drivers for my yamaha sound card. when
 I input ./configure I get this error message:
 [...]
 failed (probably missing /usr/src/linux/include/linux/version.h)
 
 you don't have a ready-to-build source tree under /usr/src/linux. do
 an, 'make-kpkg kernel_image' or 'make menuconfig dep clean' or
 something.. i'm not sure, which target is needed. then for example
 this version.h gets created, too...

You mean 

make-kpkg clean
make-kpkg --revision=yourhostname.1.0 kernel_image 

?

--
Andrew