LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 10-04-2003, 06:24 PM   #1
crayiii
LQ Newbie
 
Registered: Sep 2003
Posts: 17

Rep: Reputation: 0
RTCW Crashes


I installed return to castle wolfenstein and can get it to start to the menu. It allows me to change options, etc., but there is no sound. As soon as I try to start the game, I get the following:

....

LOADING... - models
r_rmse of 0.000000 has saved 828kb
r_rmse of 0.000000 has saved 840kb
LOADING... - weapons
LOADING... - items
LOADING... - inline models
LOADING... - server models
LOADING... - particles
r_rmse of 0.000000 has saved 852kb
LOADING... - game media done
LOADING... flamechunks
LOADING... clients
LOADING... WolfPlayer
UI menu load time = 5 milli seconds
Received signal 11, exiting...
Shutdown tty console

I have an ATI Radean 8500 and my soundcard is a Turtle Beach Santa Cruz.

Does anyone know what the problem could be?
 
Old 10-04-2003, 06:37 PM   #2
wallison
Member
 
Registered: Jul 2003
Location: MD USA
Distribution: Slackware
Posts: 137

Rep: Reputation: 18
Not sure about Mandrake, but I wasn't getting any sound with my Santa Cruz either in Slackware. I had to pass "mmap_valid=1" to my sound module before I could get any sound. Don't know if this will help the crashing issue, but hopefully it's a start.
 
Old 10-04-2003, 06:45 PM   #3
crayiii
LQ Newbie
 
Registered: Sep 2003
Posts: 17

Original Poster
Rep: Reputation: 0
Thank you for your response. Can you tell me how to pass that to the module (I'm a noob).

Thanks,

Ray
 
Old 10-04-2003, 09:17 PM   #4
wallison
Member
 
Registered: Jul 2003
Location: MD USA
Distribution: Slackware
Posts: 137

Rep: Reputation: 18
Like I said, I don't use Mandrake, but to get it working in Slackware all I did was put "modprobe snd-cs46xx mmap_valid=1" in my /etc/rc.d/rc.local file, that passes the argument to modprobe at boot-up for me. May be different in Mandrake.
To try it from an already running system, you can type as root,
"rmmod snd-cs46xx" (I'm guessing Mandrake uses ALSA here, if so, that is the module for the Santa Cruz) and then type
"modprobe snd-cs46xx mmap_valid=1" also as root. What that should've done is first, remove the module from the running kernel and then re-installed it with the mmap_valid=1 argument.
 
Old 10-04-2003, 09:27 PM   #5
crayiii
LQ Newbie
 
Registered: Sep 2003
Posts: 17

Original Poster
Rep: Reputation: 0
When I tried to remove it, I got snd-cs46xx: Device or resource busy

How can I find out what's using it?
 
Old 10-04-2003, 09:33 PM   #6
wallison
Member
 
Registered: Jul 2003
Location: MD USA
Distribution: Slackware
Posts: 137

Rep: Reputation: 18
Again, not entirely sure. Since you're using MDK, I'm going to guess you're also using KDE. Could be artsd is using it? I don't use KDE either, just my guess. You could try to "ps ax" and then kill the PID of artsd if you see it. Then try again.
 
Old 10-05-2003, 04:35 PM   #7
crayiii
LQ Newbie
 
Registered: Sep 2003
Posts: 17

Original Poster
Rep: Reputation: 0
Okay, I removed it and installed the module as you suggested and it now starts up and runs great. But, no sound. I opened alsamixer and set the volume to max on everything but still no sound.

What should my next step be?
 
Old 10-05-2003, 07:18 PM   #8
wallison
Member
 
Registered: Jul 2003
Location: MD USA
Distribution: Slackware
Posts: 137

Rep: Reputation: 18
How did you remove it? Previously you said you couldn't. Did you have to
kill artsd? From doing a little googling I've seen some have had success with "artsd -m et" Did you try that?
HTH
 
Old 10-06-2003, 08:20 AM   #9
crayiii
LQ Newbie
 
Registered: Sep 2003
Posts: 17

Original Poster
Rep: Reputation: 0
I killed all processes using artsd then I did a "artsd stop" and then it let me remove the module.

I've tried several things that I've seen on google but I'm not sure what order to do them in. For example, do I stop artsd then issue the command you suggested? Do I need to do the modprobe first?

I have also installed ET and have no sound in it as well. I'm thinking about trying a SB Live instead of my TB Santa Cruz.
 
Old 10-06-2003, 03:53 PM   #10
wallison
Member
 
Registered: Jul 2003
Location: MD USA
Distribution: Slackware
Posts: 137

Rep: Reputation: 18
After you removed snd-cs46xx then re-installed it again with
"modprobe snd-cs46xx mmap_valid=1" that's when you should try to "artsd -m et".
 
Old 10-06-2003, 04:19 PM   #11
crayiii
LQ Newbie
 
Registered: Sep 2003
Posts: 17

Original Poster
Rep: Reputation: 0
I saw this in the Quake III FAQ, I'm going to try it when I get home tonight.

On some Mandrake distributions:
Check if you are running the enlightenment sound daemon (esd). With ps aux | grep esdfor instance. It is a multiplexer for /dev/dsp, and might block use of /dev/dsp by Quake III Arena. You can disable esd with esdctl stop (as root).
 
Old 10-06-2003, 04:56 PM   #12
wallison
Member
 
Registered: Jul 2003
Location: MD USA
Distribution: Slackware
Posts: 137

Rep: Reputation: 18
Alright, I hope it works for you. It took me a couple of days to get my Santa Cruz to work with Enemy Territory too, but it can be done. The trick for me was the "modprobe snd-cs46xx mmap_valid=1". Good luck, and let me know if you get it working.
 
Old 10-06-2003, 08:34 PM   #13
crayiii
LQ Newbie
 
Registered: Sep 2003
Posts: 17

Original Poster
Rep: Reputation: 0
You were right but I was missing several lines in modules.conf This is what it looks like now and it works!

alias char-major-116 snd ### This loads alsa sound support
alias char-major-14 soundcore ### This loads OSS emulation

options snd major=116 cards_limit=1 device_mode=0666

alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss


alias snd-card-0 snd-cs46xx
options snd-cs46xx mmap_valid=1


alias eth0 sis900
alias ieee1394-controller ohci1394
probeall usb-interface usb-ohci
probeall scsi_hostadapter ide-scsi


Thank you for the help!!!!

Ray
 
Old 10-06-2003, 08:40 PM   #14
wallison
Member
 
Registered: Jul 2003
Location: MD USA
Distribution: Slackware
Posts: 137

Rep: Reputation: 18
Great! Glad I could help.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
RTCW ET GL Error? TuxToaster Linux - Software 11 02-21-2008 02:49 PM
RTCW Single Player Crashes & No Sound Fillado Mandriva 1 10-13-2004 04:44 PM
RTCW Single Player Crashes & No Sound Fillado Linux - Games 1 10-07-2004 12:46 PM
RTCW ET problem Comarez Linux - Games 2 10-28-2003 07:56 AM
installing RtCW eixem Linux - Software 13 07-25-2003 04:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 02:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration