|
12-10-2009, 04:44 PM | #1 |
Pledge
Join Date: Dec 2009
Posts: 31
|
No sound?
I reinstalled my operating system, and it has make the game run smoother, but theres no sound! I think theres some kind of thing I have to download for there to be sound? My OS is linux so help would be appreciated
|
12-10-2009, 04:50 PM | #2 |
Initiate
Join Date: Sep 2009
Location: Romania
Posts: 200
|
I don't know what to say but:
1. Check if all your drivers are up-to date and they are functional. Can you hear something in other games or can you listen to music? 2. Check on the client if you have sound enabled.
__________________
Lovele - Active - Haven - Marksman I love rock'n'roll |
12-10-2009, 05:07 PM | #3 |
Master
Join Date: May 2007
Location: Poland
Posts: 259
|
you have to install libopenal
__________________
|
12-10-2009, 05:16 PM | #4 |
Pledge
Join Date: Dec 2009
Posts: 31
|
|
12-10-2009, 05:22 PM | #5 |
Apprentice
Join Date: Nov 2008
Posts: 57
|
I have the same problem. It sometimes does it but the sounds comes back later just give it some time ^^
__________________
Rios 50 barbarian |
12-11-2009, 05:56 AM | #6 |
Baron
Join Date: May 2008
Location: Portugal
Posts: 940
|
Or simply play without sound, It's less laggy and less noisy. :3
(That's why the game runs more smoother).
__________________
Daar |
02-16-2010, 07:46 PM | #7 |
Pledge
Join Date: Jun 2007
Location: Sacramento, CA
Posts: 32
|
Great tip, i had the same problem and it's nice to have sound now. libopenal1 did the job.
__________________
|
03-10-2010, 12:17 PM | #8 |
Pledge
Join Date: Mar 2008
Posts: 1
|
I'm running a linux 64 client and all dependecies installed but still no sound.
Code:
~ $ uname -a 2.6.30-2-amd64 #1 SMP Mon Dec 7 05:21:45 UTC 2009 x86_64 GNU/Linux ~ $ cat /etc/lsb-release cat: /etc/lsb-release: No such file or directory ~ $ lsmod |grep snd_ snd_hda_codec_analog 74896 1 snd_hda_intel 26680 2 snd_hda_codec 75264 2 snd_hda_codec_analog,snd_hda_intel snd_hwdep 8152 1 snd_hda_codec snd_pcm_oss 37200 0 snd_mixer_oss 15072 2 snd_pcm_oss snd_pcm 78472 3 snd_hda_intel,snd_hda_codec,snd_pcm_oss snd_seq_midi 6976 0 snd_rawmidi 23008 1 snd_seq_midi snd_seq_midi_event 7712 1 snd_seq_midi snd_seq 51264 2 snd_seq_midi,snd_seq_midi_event snd_timer 21856 2 snd_pcm,snd_seq snd_seq_device 7476 3 snd_seq_midi,snd_rawmidi,snd_seq snd 63880 13 snd_hda_codec_analog,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device snd_page_alloc 9936 2 snd_hda_intel,snd_pcm ~ $ aplay -L null Discard all samples (playback) or generate zero samples (capture) default:CARD=Intel HDA Intel, AD198x Analog Default Audio Device front:CARD=Intel,DEV=0 HDA Intel, AD198x Analog Front speakers surround40:CARD=Intel,DEV=0 HDA Intel, AD198x Analog 4.0 Surround output to Front and Rear speakers surround41:CARD=Intel,DEV=0 HDA Intel, AD198x Analog 4.1 Surround output to Front, Rear and Subwoofer speakers surround50:CARD=Intel,DEV=0 HDA Intel, AD198x Analog 5.0 Surround output to Front, Center and Rear speakers surround51:CARD=Intel,DEV=0 HDA Intel, AD198x Analog 5.1 Surround output to Front, Center, Rear and Subwoofer speakers surround71:CARD=Intel,DEV=0 HDA Intel, AD198x Analog 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers iec958:CARD=Intel,DEV=0 HDA Intel, AD198x Digital IEC958 (S/PDIF) Digital Audio Output ~ $ amixer scontrols Simple mixer control 'Master',0 Simple mixer control 'Headphone',0 Simple mixer control 'PCM',0 Simple mixer control 'Front',0 Simple mixer control 'Front Line',0 Simple mixer control 'Front Mic',0 Simple mixer control 'Front Mic Boost',0 Simple mixer control 'Surround',0 Simple mixer control 'Center',0 Simple mixer control 'LFE',0 Simple mixer control 'Side',0 Simple mixer control 'Line',0 Simple mixer control 'CD',0 Simple mixer control 'Mic',0 Simple mixer control 'Mic Boost',0 Simple mixer control 'IEC958',0 Simple mixer control 'IEC958 Default PCM',0 Simple mixer control 'Beep',0 Simple mixer control 'Aux',0 Simple mixer control 'Capture',0 Simple mixer control 'Capture',1 Simple mixer control 'Capture',2 Simple mixer control 'Analog Mix',0 Simple mixer control 'Digital',0 Simple mixer control 'HDMI',0 Simple mixer control 'Input Source',0 Simple mixer control 'Input Source',1 Simple mixer control 'Input Source',2 ~ $ speaker-test -t w -c 2 speaker-test 1.0.22 Playback device is default Stream parameters are 48000Hz, S16_LE, 2 channels WAV file(s) Rate set to 48000Hz (requested 48000Hz) Buffer size range from 2048 to 8192 Period size range from 1024 to 1024 Using max buffer size 8192 Periods = 4 was set period_size = 1024 was set buffer_size = 8192 0 - Front Left 1 - Front Right Time per period = 2.855812 0 - Front Left ^C ~ $ |
|
|