I new to sabayon and I'm going to install oss
how do I go about blacklisting and removing alsa and Pulse Audio?
Moderator: Moderators
mv /usr/bin/pulseaudio /usr/bin/pulsesucksalsaconfSisko43 wrote:If you have problems with your sound normally deactivating pulseaudio should be enough.
You can do this by following these simple steps:
Become root-user in console and execute:
- Code: Select all
mv /usr/bin/pulseaudio /usr/bin/pulsesucks
Reboot!
After login become root-user again and execute:
- Code: Select all
alsaconf
You have oss implemented anyway so removing alsa makes no sense in my opinion.
Unless you want to use oss4...
Sisko43 wrote:Now it would be interesting if this helps your situation...
tux@sabayon ~/oss $ make build
for n in cmd kernel lib os_cmd kernel/OS/Linux noregparm;do (echo $n && cd $n && make ARCH=x86_64) || eval 'exit 1'; done
cmd
make[1]: Entering directory `/home/tux/oss/cmd'
for n in ossdevlinks ossinfo ossmix ossplay ossrecord osstest savemixer;do (echo $n && cd $n && make ARCH=x86_64) || eval 'exit 1'; done
ossdevlinks
make[2]: Entering directory `/home/tux/oss/cmd/ossdevlinks'
cc -c -ffreestanding -fno-common -fno-stack-protector -DOSS_LITTLE_ENDIAN -I../../include -I../../kernel/framework/include -I../../kernel/OS/Linux -I../../kernel/nonfree/include -I../.. -I/usr/src/uts/`uname -m` ossdevlinks.c -o ./ossdevlinks.o
In file included from ossdevlinks.c:39:
../../kernel/framework/include/oss_config.h:292:21: error: license.h: No such file or directory
make[2]: *** [ossdevlinks.o] Error 1
make[2]: Leaving directory `/home/tux/oss/cmd/ossdevlinks'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/home/tux/oss/cmd'
make: *** [subdirs] Error 1
Users browsing this forum: sigahotcore and 1 guest