Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: deepforest on 04 September 2024, 11:17:41

Title: oss not working
Post by: deepforest on 04 September 2024, 11:17:41
Code: [Select]
yay -S oss
Code: [Select]
sudo soundoff && soundon
Code: [Select]
/lib/modules/6.6.47-1-lts/kernel/lib/parman.ko.zst is not a valid ELF object
/lib/modules/6.6.47-1-lts/kernel/lib/parman.ko.zst is not a valid ELF object
/lib/modules/6.6.47-1-lts/kernel/lib/parman.ko.zst is not a valid ELF object
/lib/modules/6.6.47-1-lts/kernel/lib/crc-itu-t.ko.zst is not a valid ELF object
/lib/modules/6.6.47-1-lts/kernel/lib/crc-itu-t.ko.zst is not a valid ELF object
/lib/modules/6.6.47-1-lts/kernel/lib/crc-itu-t.ko.zst is not a valid ELF object
/lib/modules/6.6.47-1-lts/kernel/lib/crc-itu-t.ko.zst is not a valid ELF object
/usr/bin/soundon: line 38: /var/log/soundon.log: Permission denied
/usr/bin/soundon: line 113: /var/log/soundon.log: Permission denied
/usr/bin/soundon: line 139: /var/log/soundon.log: Permission denied
/usr/bin/soundon: line 141: /var/log/soundon.log: Permission denied
Failed to disable conflicting sound drivers
Reboot and try running soundon again

Also check that you have not compiled sound support statically
into the kernel.
home:[freeartist-artix]:~/.loki/ut/System$
Title: Re: oss not working
Post by: nous on 04 September 2024, 20:00:00
soundon should also be sudo-ed.
Title: Re: oss not working
Post by: deepforest on 04 September 2024, 22:05:07
yes i all did with sudo,
and if i turn on oss its not broke my default sound system?
plase explain how its working, its all parallel or replace one to other(i mean sound systems)?
Title: Re: oss not working
Post by: Hitman on 04 September 2024, 22:35:00
I'm pretty sure you have to use an older lts kernel for this to work without hassle, linux-lts515 is in the repos here, lts419 is in the AUR.
Also
Quote
Since ALSA is enabled by default, you need to disable it so it does not conflict with OSS. You can do this by blacklisting the soundcore module
https://wiki.archlinux.org/title/Open_Sound_System
Title: Re: oss not working
Post by: deepforest on 05 September 2024, 12:25:21
Quote
I'm pretty sure you have to use an older lts kernel for this to work without hassle, linux-lts515 is in the repos here, lts419 is in the AUR.
Also
Thanks, so here the point
Code: [Select]
home:[root]:/home/freeartist-artix# uname -a
Linux home 6.6.47-1-lts #1 SMP PREEMPT_DYNAMIC Tue, 20 Aug 2024 03:31:53 +0000 x86_64 GNU/Linux
home:[root]:/home/freeartist-artix#