Re: [Alsa-user] alsa-driver in Debian

2003-10-17 Thread Tommi Sakari Uimonen
> However, `make install' exits with an error: > > if [ -d /sbin/init.d ]; then \ > install -m 755 -g -o utils/alsasound /sbin/init.d/alsasound; \ > elif [ -d /etc/rc.d/init.d ]; then \ > install -m 755 -g -o utils/alsasound /etc/rc.d/init.d/alsasound; \ > elif [ -d /etc/init.d ]; then \ >

[Alsa-user] alsa-driver in Debian

2003-10-16 Thread Jim McCloskey
I'm trying to install alsa drivers under Debian `testing'. I've installed the Debian package alsa-source, but I need/want to compile the drivers by hand (because my kernel is custom-compiled by hand (2.4.22-ac4), I can't use the Debian package-creation tools). In /usr/src/modules/alsa-driver/ .