ut99, Fedora Linux, no sound

Discussions about UT99
Post Reply
mist
Novice
Posts: 28
Joined: Mon Oct 17, 2016 2:51 pm

ut99, Fedora Linux, no sound

Post by mist »

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?
User avatar
papercoffee
Godlike
Posts: 10447
Joined: Wed Jul 15, 2009 11:36 am
Personal rank: coffee addicted !!!
Location: Cologne, the city with the big cathedral.
Contact:

Re: ut99, Fedora Linux, no sound

Post by papercoffee »

Did you try the 469 patch?
Or is it not working on Fedora?
mist
Novice
Posts: 28
Joined: Mon Oct 17, 2016 2:51 pm

Re: ut99, Fedora Linux, no sound

Post by mist »

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

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
from ut initializaton log

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

SOLVED!:)

UnrealTournament.ini device ALAudio.ALAudioSubsystem

Code: Select all

[Engine.Engine]
AudioDevice=ALAudio.ALAudioSubsystem
download source oss
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
error

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.
fix error

Code: Select all

yum install fuse fuse-devel
compilation

Code: Select all

cd ossp-1.3.2/
make
sudo make install
start daemon

Code: Select all

/usr/local/sbin/osspd
chmod o+rw /dev/dsp /dev/adsp /dev/cuse /dev/mixer 
turn off any sound players and start game

PS source instruction for Debian https://anton.logvinenko.site/en/blog/o ... ce.html[hr][/hr]

Automatically merged

or may be just that needed
start every time after reboot

Code: Select all

sudo modprobe snd_pcm_oss
or make rc.local for autostart modprobe snd_pcm_oss
https://askubuntu.com/questions/886620/ ... untu-16-10
User avatar
Shrimp
Adept
Posts: 273
Joined: Wed Oct 10, 2018 11:15 am
Location: Australia
Contact:

Re: ut99, Fedora Linux, no sound

Post by Shrimp »

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 Engine.Engine set:

Code: Select all

AudioDevice=Cluster.ClusterAudioSubsystem
And try again...
ShrimpWorks
Unreal Archive - preserving over 25 years of user-created content for the Unreal series!
mist
Novice
Posts: 28
Joined: Mon Oct 17, 2016 2:51 pm

Re: ut99, Fedora Linux, no sound

Post by mist »

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

Automatically merged

why i have black screen with last patch?

ps on git noone answer for my issue
mist
Novice
Posts: 28
Joined: Mon Oct 17, 2016 2:51 pm

Re: ut99, Fedora Linux, no sound

Post by mist »

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
Post Reply