More on problems with alsa modules with kernel 2.4.22 in debian
(relating to previous post): 

When I try to compile modules manually, all works well until I run make
install, and the following error message comes: 

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 \
  install -m 755 -g  -o  utils/alsasound /etc/init.d/alsasound; \
fi
install: invalid group `-o'
make: *** [install-scripts] Error 1


Anyone got any suggestions?



Magnus Larsson



-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to