Re: [SOLVED] No sound in kde4.2, but sound works in other applications.

2009-05-13 Thread Florian Kulzer
On Wed, May 13, 2009 at 02:05:17 +0200, didi.debian wrote:

[...]

 I installed phonon-backend-xine as well and made it the preferred backend, 
 but 
 I still hear no sound.
 Also blacklisted pcspkr, through /etc/modprobe.d/pcspkr with content 
 blacklist pcspkr (http://wiki.debian.org/KernelModuleBlacklisting)
 Still no sound.
 
 I have an Audigy2 ZS soundcard and the motherboard has a NVidia CK804 with 
 ALC850.
 In KDE3 I had to create a file (/etc/modprobe.d/alsa-base) to make the 
 Audigy2 
 the default sound device (normally it would default to the onboard).

Did you remove this file before switching to KDE 4?

 But it looks like KDE4 handles it correctly now without it (lists the Audigy 
 card on top) and I am not using alsa anymore (right?).

KDE 4 uses the first working ALSA device that it can find on my Sid
system.

 Where can I start to figure out why sound isn't working?

Place the mouse pointer over the line with the Audigy card in the System
Settings  Multimedia  Device Preference list, then wait for about one
second without pressing any mouse button. You should see a passive
pop-up window that tells you which output devices will be tried. Compare
this with the output of

aplay -l

to make sure the right card and device are tried first.

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: [SOLVED] No sound in kde4.2, but sound works in other applications.

2009-05-13 Thread didi.debian
On Wednesday 13 May 2009 19:54:33 Florian Kulzer wrote:
 On Wed, May 13, 2009 at 02:05:17 +0200, didi.debian wrote:
  I have an Audigy2 ZS soundcard and the motherboard has a NVidia CK804
  with ALC850.
  In KDE3 I had to create a file (/etc/modprobe.d/alsa-base) to make the
  Audigy2 the default sound device (normally it would default to the
  onboard).

 Did you remove this file before switching to KDE 4?
This is a complete new install. Took a daily snapshot net-install disk from 
2009-05-03 and installed only the base system. 
Changed sources.list to include sid and installed then Xorg, kde-minimal and 
later other programs that I want.
My KDE3 is on a separate partition, with only the /boot partition shared 
between the 2.

  But it looks like KDE4 handles it correctly now without it (lists the
  Audigy card on top) and I am not using alsa anymore (right?).

 KDE 4 uses the first working ALSA device that it can find on my Sid
 system.
That was the clue I was looking for, I still need to have alsa installed.
After installing alsa-base and alsa-utils, I found out through alsamixer that 
the volumes were muted (and too low). Fixing that produced sound with when 
clicking on the Test button, with the Audigy card selected.

But, as before, alsa regards my onboard card (most of the time) as the 
default, so when I play a YouTube clip for example it is outputted to the 
onboard card, which I can listen to via a headphone connected to the front 
audio jacks on my pc case.
But my boxes are connected to my Audigy2 card and I want all sound (by 
default) to play through those.
How can I make it so that all sound will be output to my Audigy card by 
default?
Now that I've installed alsa, I also have a /etc/modprobe.d/alsa-base.conf 
file. Should I specify it there? 
Or create a sound.conf file in /etc/modprobe.d/ ? 
Looking at my KDE3 backup the index for the soundcards were now/last specified 
there:
==
alias snd-card-0 snd-intel8x0
options snd-intel8x0 index=1

alias snd-card-1 snd-emu10k1
options snd-emu10k1 index=0
==

Or should I be looking at a different place?


 --
 Regards,| http://users.icfo.es/Florian.Kulzer
   Florian   |
Thanks for your reply.





-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: [SOLVED] No sound in kde4.2, but sound works in other applications.

2009-05-13 Thread Lisandro Damián Nicanor Pérez Meyer
On Mié 13 May 2009 21:40:31 didi.debian escribió:
[snip]
 Or should I be looking at a different place?

I think the solution is here:

http://alsa.opensrc.org/index.php/FAQ026

Testing it now.

Regards, Lisandro.

-- 
La ciencia sin la religión es renga,
la religión sin la ciencia es ciega.
 Albert Einstein

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/



signature.asc
Description: This is a digitally signed message part.


Re: [SOLVED] No sound in kde4.2, but sound works in other applications.

2009-05-13 Thread Lisandro Damián Nicanor Pérez Meyer
On Mié 13 May 2009 22:58:05 Lisandro Damián Nicanor Pérez Meyer escribió:
 On Mié 13 May 2009 21:40:31 didi.debian escribió:
 [snip]

  Or should I be looking at a different place?

 I think the solution is here:

 http://alsa.opensrc.org/index.php/FAQ026

 Testing it now.

Works. You have to create /etc/asound.conf. Look at the wiki, they say it's 
better to use the cards strings IDs and not the numbers.

Regards, Lisandro.

-- 
No subestimes el ancho de banda de un camión
cargado de cintas.
  Andrew S. Tanenbaum

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/



signature.asc
Description: This is a digitally signed message part.


Re: [SOLVED] No sound in kde4.2, but sound works in other applications.

2009-05-12 Thread didi.debian
On Wednesday 06 May 2009 15:05:29 Alexei Sergeyev wrote:
 Thanks to zakary Flores debian...@gmail.com,
 installing phonon-backend-xine solve all problems! Hope this dependance
 will be added to kde4 package in future!
I installed phonon-backend-xine as well and made it the preferred backend, but 
I still hear no sound.
Also blacklisted pcspkr, through /etc/modprobe.d/pcspkr with content 
blacklist pcspkr (http://wiki.debian.org/KernelModuleBlacklisting)
Still no sound.

I have an Audigy2 ZS soundcard and the motherboard has a NVidia CK804 with 
ALC850.
In KDE3 I had to create a file (/etc/modprobe.d/alsa-base) to make the Audigy2 
the default sound device (normally it would default to the onboard).
But it looks like KDE4 handles it correctly now without it (lists the Audigy 
card on top) and I am not using alsa anymore (right?).

Where can I start to figure out why sound isn't working?


-- 
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: [SOLVED] No sound in kde4.2, but sound works in other applications.

2009-05-06 Thread Nick Shaforostoff
On Среда 06 мая 2009 16:05:29 Alexei Sergeyev wrote:
 Thanks to zakary Flores debian...@gmail.com,
 installing phonon-backend-xine solve all problems! Hope this dependance will 
 be added to kde4 package in future!

xine sucked in terms of cpu wakeups per second last time i checked.
i would rather like to see gstreamer as default dependency instead.


--
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: [SOLVED] No sound in kde4.2, but sound works in other applications.

2009-05-06 Thread Lisandro Damián Nicanor Pérez Meyer
On Mié 06 May 2009 10:13:00 Nick Shaforostoff escribió:
 On Среда 06 мая 2009 16:05:29 Alexei Sergeyev wrote:
  Thanks to zakary Flores debian...@gmail.com,
  installing phonon-backend-xine solve all problems! Hope this dependance
  will be added to kde4 package in future!

 xine sucked in terms of cpu wakeups per second last time i checked.
 i would rather like to see gstreamer as default dependency instead.

The problem with the gstreamer backend was that it simply didn't work well (if 
at all).

-- 
Los comentarios o respuestas sobre SL en tono absolutista solo hacen
aparecer a la comunidad SL como una sarta de fanáticos que viven dentro
de un tupperware.
 Pablo Di Noto - GrULiC

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/



signature.asc
Description: This is a digitally signed message part.