How resolve no sound problem?
Under deb dased distros i have no sound problem, but here on Fedora this problem is present.
May be OSS is needed?
ut99, Fedora Linux, no sound
-
- Godlike
- Posts: 10543
- Joined: Wed Jul 15, 2009 11:36 am
- Personal rank: coffee addicted !!!
- Location: Cologne, the city with the big cathedral.
-
- Novice
- Posts: 28
- Joined: Mon Oct 17, 2016 2:51 pm
Re: ut99, Fedora Linux, no sound
Thanks for reply
I install ut99 using this guide https://gist.github.com/soifou/e863b978d1f01e33691b
Its was very hard
>Did you try the 469 patch?
try 32bit patch
from ut initializaton log
SOLVED!:)
UnrealTournament.ini device ALAudio.ALAudioSubsystem
download source oss
https://sourceforge.net/projects/osspd/files/
https://github.com/OpenMandrivaSoftware/ossp
error
fix error
compilation
start daemon
turn off any sound players and start game
PS source instruction for Debian https://anton.logvinenko.site/en/blog/o ... ce.html[hr][/hr]or may be just that needed
start every time after reboot
or make rc.local for autostart
https://askubuntu.com/questions/886620/ ... untu-16-10
I install ut99 using this guide https://gist.github.com/soifou/e863b978d1f01e33691b
Its was very hard
>Did you try the 469 patch?
try 32bit patch
Code: Select all
[root@fedora ut]# ./ut
./ut-bin: error while loading shared libraries: libdbus-1.so.3: cannot open shared object file: No such file or directory
Code: Select all
Bound to ALAudio.so
open /dev/dsp: No such file or directory
Audio initialization failed.
Code: Select all
Bound to Audio.so
Failed to open audio device.
Audio initialization failed.
Automatically merged
UnrealTournament.ini device ALAudio.ALAudioSubsystem
Code: Select all
[Engine.Engine]
AudioDevice=ALAudio.ALAudioSubsystem
https://sourceforge.net/projects/osspd/files/
https://github.com/OpenMandrivaSoftware/ossp
Code: Select all
cd /tmp
wget http://downloads.sourceforge.net/project/osspd/ossp-1.3.2.tar.gz
tar -zxvf ossp-1.3.2.tar.gz
cd ossp-1.3.2/
make
sudo make install
Code: Select all
No package 'fuse' found
gcc -Wall -o osspd osspd.c -L. -lossp
osspd.c:14:27: fatal error: cuse_lowlevel.h: No such file or directory
compilation terminated.
Code: Select all
yum install fuse fuse-devel
Code: Select all
cd ossp-1.3.2/
make
sudo make install
Code: Select all
/usr/local/sbin/osspd
chmod o+rw /dev/dsp /dev/adsp /dev/cuse /dev/mixer
PS source instruction for Debian https://anton.logvinenko.site/en/blog/o ... ce.html[hr][/hr]
Automatically merged
start every time after reboot
Code: Select all
sudo modprobe snd_pcm_oss
modprobe snd_pcm_oss
https://askubuntu.com/questions/886620/ ... untu-16-10
-
- Adept
- Posts: 306
- Joined: Wed Oct 10, 2018 11:15 am
- Location: Australia
Re: ut99, Fedora Linux, no sound
Make sure you're using the 469 patch, preferably 64bit, as you don't need to hunt down 32bit library dependencies.
Then, make sure you're using Cluster Audio. In
And try again...
Then, make sure you're using Cluster Audio. In
Engine.Engine
set:Code: Select all
AudioDevice=Cluster.ClusterAudioSubsystem
ShrimpWorks
Unreal Archive - preserving over 25 years of user-created content for the Unreal series!
Unreal Archive - preserving over 25 years of user-created content for the Unreal series!
-
- Novice
- Posts: 28
- Joined: Mon Oct 17, 2016 2:51 pm
Re: ut99, Fedora Linux, no sound
Thanks for reply!)
Use this patch OldUnreal-UTPatch469c-Linux-amd64.tar.bz2
Starting game from System64 folder > ut-bin or ut-bin-amd64 > starting... UT splash screen > Precaching > Black Screen and nothing happens...? How to resolve?
ps
;GameRenderDevice=OpenGLDrv.OpenGLRenderDevice - black screen
;GameRenderDevice=XOpenGLDrv.XOpenGLRenderDevice - error
;GameRenderDevice=SglDrv.SglRenderDevice -error
why i have black screen with last patch?
ps on git noone answer for my issue
Use this patch OldUnreal-UTPatch469c-Linux-amd64.tar.bz2
Starting game from System64 folder > ut-bin or ut-bin-amd64 > starting... UT splash screen > Precaching > Black Screen and nothing happens...? How to resolve?
ps
;GameRenderDevice=OpenGLDrv.OpenGLRenderDevice - black screen
;GameRenderDevice=XOpenGLDrv.XOpenGLRenderDevice - error
;GameRenderDevice=SglDrv.SglRenderDevice -error
Automatically merged
ps on git noone answer for my issue
-
- Novice
- Posts: 28
- Joined: Mon Oct 17, 2016 2:51 pm
Re: ut99, Fedora Linux, no sound
ok, its seems not black screen but game starts and runs extremely slow, why?
XFCE, gf9800(340.108 driver)
ps my issue at github https://github.com/OldUnreal/UnrealTour ... ssues/1149
XFCE, gf9800(340.108 driver)
ps my issue at github https://github.com/OldUnreal/UnrealTour ... ssues/1149