Re: Minecraft sound (ALSA)

2012-09-16 Thread Stephan Schindel

Yes thank you :) I just had to remove .asoundrc and now it's working :)

Am 14.09.2012 17:39, schrieb Stephan Schindel:

Hey guys!
I would like to play Minecraft on my FreeBSD box, so I installed 
games/minecraft-client. It starts, but I do not have any sound. The 
reason for that is that Minecraft uses ALSA and ALSA does not find any 
soundcards:


   Starting up SoundSystem...
   Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL.  For more information, see
   http://www.lwjgl.org)
   AL lib: alsa.c:960: no playback cards found...
   AL lib: alsa.c:1017: no capture cards found...
   ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
   ALSA lib conf.c:4154:(_snd_config_evaluate) function
   snd_func_card_driver returned error: No such file or directory

I am not sure what to do here and how to wrap my OSS system in an ALSA 
system. I installed audio/alsa-lib, audio/alsa-plugins and 
audio/alsa-utils. My asoundrc looks like this at the moment:


   pcm.oss {
type oss
device /dev/dsp
   }


However I cannot play any MP3s via aplay. Do you have any ideas?

Stephan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Minecraft sound (ALSA)

2012-09-15 Thread Jan Beich
Stephan Schindel s...@tp1.rub.de writes:

AL lib: alsa.c:960: no playback cards found...
AL lib: alsa.c:1017: no capture cards found...
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:4154:(_snd_config_evaluate) function
snd_func_card_driver returned error: No such file or directory
[...]

pcm.oss {
 type oss
 device /dev/dsp
}

Remove ~/.asoundrc, /usr/local/etc/asound.conf defaults to OSS plugin.
And when not using NATIVE_LIBS the following issue may affect you

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169896
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Minecraft sound (ALSA)

2012-09-14 Thread Stephan Schindel

Hey guys!
I would like to play Minecraft on my FreeBSD box, so I installed 
games/minecraft-client. It starts, but I do not have any sound. The 
reason for that is that Minecraft uses ALSA and ALSA does not find any 
soundcards:


   Starting up SoundSystem...
   Initializing LWJGL OpenAL
(The LWJGL binding of OpenAL.  For more information, see
   http://www.lwjgl.org)
   AL lib: alsa.c:960: no playback cards found...
   AL lib: alsa.c:1017: no capture cards found...
   ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
   ALSA lib conf.c:4154:(_snd_config_evaluate) function
   snd_func_card_driver returned error: No such file or directory

I am not sure what to do here and how to wrap my OSS system in an ALSA 
system. I installed audio/alsa-lib, audio/alsa-plugins and 
audio/alsa-utils. My asoundrc looks like this at the moment:


   pcm.oss {
type oss
device /dev/dsp
   }


However I cannot play any MP3s via aplay. Do you have any ideas?

Stephan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org