LinuxQuestions.org
Support LQ: Use code LQCO20 and save 20% on CrossOver Office
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games
User Name
Password
Linux - Games This forum is for all discussion relating to gaming in Linux.

Notices

Reply
 
LinkBack Search this Thread
Old 01-12-2010, 09:06 AM   #1
Kees74
LQ Newbie
 
Registered: Jan 2010
Posts: 11

Rep: Reputation: 0
Freeciv - Executing Civclient gives a whole host of ALSA lib errors


I just finished downloading Freeciv version 2.1.10. I managed to install it using Synaptic Package Manager. The civserver* executes without incident. When I execute the civclient* though I get the following errors:
ALSA lib confmisc.c:768: (parse_card) cannot find card '0'
ALSA lib conf.c:3513: (_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392: (snd_func_concat) error evaluating strings
ALSA lib conf.c:3513: (_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1251: (snd_func_refer) error evaluating name
ALSA lib conf.c:3513: (_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:3985: (snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2144: (snd_pcm_open_noupdate) Unknown PCM default
Segmentation fault

What went wrong. Keep in mind I'm new to Linux and therefore you'll have to describe rather step by step what needs to be done.

Last edited by Kees74; 01-12-2010 at 09:08 AM. Reason: Some characters were interpreted as smiley faces
 
Old 01-30-2010, 02:56 PM   #2
Kees74
LQ Newbie
 
Registered: Jan 2010
Posts: 11

Original Poster
Rep: Reputation: 0
Thumbs down

Quote:
Originally Posted by Kees74 View Post
I just finished downloading Freeciv version 2.1.10. I managed to install it using Synaptic Package Manager. The civserver* executes without incident. When I execute the civclient* though I get the following errors:
ALSA lib confmisc.c:768: (parse_card) cannot find card '0'
ALSA lib conf.c:3513: (_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392: (snd_func_concat) error evaluating strings
ALSA lib conf.c:3513: (_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1251: (snd_func_refer) error evaluating name
ALSA lib conf.c:3513: (_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:3985: (snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2144: (snd_pcm_open_noupdate) Unknown PCM default
Segmentation fault

What went wrong. Keep in mind I'm new to Linux and therefore you'll have to describe rather step by step what needs to be done.
This is simply pathetic!!! 252 views and no a single reply
 
Old 01-30-2010, 03:05 PM   #3
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Laptop: Slackware 13.37 // Desktop: Slackware64 13.37 // Netbook: Slackware 13.37
Posts: 5,477
Blog Entries: 48

Rep: Reputation: 641Reputation: 641Reputation: 641Reputation: 641Reputation: 641Reputation: 641
253 now. No idea.
 
Old 01-30-2010, 03:41 PM   #4
H_TeXMeX_H
Guru
 
Registered: Oct 2005
Posts: 11,388
Blog Entries: 2

Rep: Reputation: 825Reputation: 825Reputation: 825Reputation: 825Reputation: 825Reputation: 825Reputation: 825
Maybe it's a permissions problem, are you sure you added the user to all the right groups, like 'audio'. So run something like:

Code:
gpasswd -a $USER audio
as root or sudo. You should probably change $USER to your user name, but the command may also work as is.

Sorry if nobody replied, I don't often look in this forum, and I don't play freeciv.

Last edited by H_TeXMeX_H; 01-30-2010 at 03:42 PM.
 
Old 02-03-2010, 12:17 PM   #5
JimBrewster
Member
 
Registered: Feb 2010
Location: usa:/dev/random
Distribution: Slackware, Salix
Posts: 237

Rep: Reputation: 58
Sorry you haven't gotten more replies. One of the great ways to learn linux is to run into problems like this, then do some searching and troubleshooting to figure it out. Google is your friend, and googling a phrase from your error output can give you lots of links. Add your distribution if you want to narrow it down. For example, I just googled:

ubuntu ALSA lib confmisc.c:768: (parse_card) cannot find card '0'

and got 1860 entries:
http://tinyurl.com/yephmt5

LQ can be a great resource, but many folks get fatigued from trying to help people who don't seem to want to help themselves. Your OP request to "describe rather step by step" may have inadvertently put up red flags, and your FU probably sealed the deal! ;-)

I don't know what you do or don't know, so I'll assume nothing. ALSA refers to the sound modules and libraries, and what the messages are saying is that the program can't find your sound card. Next questions I might ask:

1. What happens if you run civclient as root?
2. Can the regular user successfully run other sound applications?

Good luck!
 
Old 01-25-2012, 05:45 AM   #6
Kees74
LQ Newbie
 
Registered: Jan 2010
Posts: 11

Original Poster
Rep: Reputation: 0
Sorry for not closing this thread earlier, but the problem was resolved long ago. I cannot even remeber how.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Errors while Executing video application on ARM processor, ravi_chobey Linux - Embedded 1 08-25-2008 02:37 AM
[SOLVED] avoid displaying errors while executing a script vikas027 Programming 4 10-31-2007 01:27 AM
ALSA lib mykaitch Linux - Newbie 5 02-20-2007 04:47 AM
Weird Alsa Errors with Alsa and Audigy 2 PCMCIA??? raid517 Linux - Hardware 3 11-26-2006 07:29 AM
alsa-utils conflicts with alsa-lib sloik2000 Linux - Software 0 07-09-2005 08:50 AM


All times are GMT -5. The time now is 01:17 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration