Joequake's sound doesn't work on my machine for some reason. I'm running ubuntu 7.04 (fiesty fawn). My sound card is a POS soundblaster audigy se. the kernel's drivers work for everything else (I've been playing Quake 4 alot), and the computer properly recognizes the card, so it's definitely the game itself. If someone knows a console command or a terminal extension (I can't seem to find any) that might help please post it!
Announcement
Collapse
No announcement yet.
joequake (no sound on linux)
Collapse
X
-
That's the echo command! gj rudl
edit:
if it works, you'll have to put that line into your OS startup script someplace. Otherwise you'll have to run that line every time you start up your linux and play quake.Last edited by Canadian*Sniper; 10-04-2007, 03:48 AM.
Comment
-
ah gah I found where I originally saw the echo command. It was in the rune central forums -.- Magnesium was helping me out at the time.
Originally posted by MagnesiuMTry typing this in a console as root:
echo "pq3.5-quake.x11 0 0 direct" > /proc/asound/card0/pcm0p/oss
I think you will need to do this every time you reboot the computer. Might be able to put this in a script later if it works.Originally posted by MagnesiuMPut that line in this file and it should be automatic.
/etc/init.d/bootmisc.sh
Comment
Comment