[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

alsa ses sürücüsü yükleme



Merhaba,
Debian sarge 3.1 yüklü makinamda oss ses sürücüsüyle normal sesleri
alabiliyorken kde sistem sesleri v.s nedenlerinden dolayı daha doğrusu
aynı anda ses ile ilgili iki program çalıştığında device meşgul
diyordu. Bunun üzerine alsa kurmayı denedim ama şimdi hiç ses
alamıyorum. Googledan bir bulduğum belgenin birinde Sound notes

These relate to ALSA. ALSA is the latest sound driver tech for Linux.
You need to install these packages:

alsa-base
alsa-modules-XXXXX  (where XXXXX is your kernel version)

Then, to detect your sound card and set up the kernel modules, you run

alsaconf

If you're like me, alsaconf didn't work quite right; you might have to
do the following:

ln -s /etc/alsa/modutils/1.0 /etc/modutils/alsa
update-modules

That'll probably be fixed by the time you read this.

When everything is working, you should see "snd-pcm", along with a
bunch of other snd-* modules, in the output of "lsmod". "snd-pcm" is
the wave output driver, AFAIK.

Permissions: by default, normal users don't have access to the audio
devices. Pretty annoying, but oh so secure... I guess if you're
running a server this might marginally make some sense. Anyway, an
easy solution is to add users to the audio group:

adduser <username> audio

Your group settings won't be updated for existing processes, so you
may have to log out and back in to be able to play sounds

şeklinde bir şeyler buldum. Ancak ikinci komutu çalıştırıp alsa
modüllerini yüklemeye çalıştığımda kullandığım kernel 2.6.11-1-386 ya
ait alsa modülleri yok diyor. apt-cache search ile arattırdığımda 2.6
ya ait değil de hep 2.4 e ait modülleri buluyor. Acaba 2.6 çekirdeğine
ait alsa modülleri yok mu? Yoksa ben bu ses problemini nasıl
halledeceğim?
Teşekkürler.

Reply to: