APRQ2 sound issue
Moderator: Moderators
APRQ2 sound issue
Hello guys,
I'm sorry if this thread already exists, but I've searched and I didn't found anithing.
So here is my problem:
I'm using SUSE 10.0 (Linux) and I can play with AprQ2, but there is a problem - The sound isn't working very fine, because it "slowdowns" or it "doubles", "splits",* bla bla bla, shitty talk.*
Can anyone help me please?
Btw, I can't use MOUSE4 and MOUSE5 (with my MX510) why?? How can I configure tohse buttons with SUSE 10.0?
Thanks in advance [[]]**
I'm sorry if this thread already exists, but I've searched and I didn't found anithing.
So here is my problem:
I'm using SUSE 10.0 (Linux) and I can play with AprQ2, but there is a problem - The sound isn't working very fine, because it "slowdowns" or it "doubles", "splits",* bla bla bla, shitty talk.*
Can anyone help me please?
Btw, I can't use MOUSE4 and MOUSE5 (with my MX510) why?? How can I configure tohse buttons with SUSE 10.0?
Thanks in advance [[]]**
Rezet [dW]
Re: APRQ2 sound issue
google xmodmapR3Z3T wrote:Btw, I can't use MOUSE4 and MOUSE5 (with my MX510) why?? How can I configure tohse buttons with SUSE 10.0?

Damn, you seem to have almost the exact same setup as me 
for all the mouse buttons to work (well not all, but at least mouse4 and mouse5 in q2 anyway), change your mouse entry in /etc/x11/xorg.conf to look like this:
Oh, and you need to restart X to make those changes take effect.
And as for the aq2 sound, try setting sndalsa 1 if you don't have it set already. After a snd_restart you should see something like "trying to initalize ALSA sound" in the console...
Hope that helps

for all the mouse buttons to work (well not all, but at least mouse4 and mouse5 in q2 anyway), change your mouse entry in /etc/x11/xorg.conf to look like this:
Code: Select all
#Logitech MX510
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "7"
Option "Device" "/dev/input/mice"
Option "Name" "Logitech USB-PS/2 Optical Mouse"
Option "Protocol" "explorerps/2"
Option "ZAxisMapping" "6 7"
EndSection
And as for the aq2 sound, try setting sndalsa 1 if you don't have it set already. After a snd_restart you should see something like "trying to initalize ALSA sound" in the console...
Hope that helps

Almost forgot: You also need to put this in your ~/.Xmodmap
gl 
(btw, suse ftw!
)
Code: Select all
pointer = 1 2 3 6 7 4 5

(btw, suse ftw!

I have a Live 5.1 platinum, and it works like a charm... Then again, they did break something with sb live support in suse 10.0 (for example, my mixers don't work).
If you get sound however, and you use ALSA, you shouldn't have any problems, since the problems with SuSE 10 and sound was with getting it to work at all, shouldn't have choppy sound like that...
what is the output if you set sndalsa 1 and do a snd_restart in q2? Post the entire output...
If you get sound however, and you use ALSA, you shouldn't have any problems, since the problems with SuSE 10 and sound was with getting it to work at all, shouldn't have choppy sound like that...
what is the output if you set sndalsa 1 and do a snd_restart in q2? Post the entire output...
4get, it's working now. But the WLAN isn't working atm so I can't play online -.-"NRGizeR wrote:I have a Live 5.1 platinum, and it works like a charm... Then again, they did break something with sb live support in suse 10.0 (for example, my mixers don't work).
If you get sound however, and you use ALSA, you shouldn't have any problems, since the problems with SuSE 10 and sound was with getting it to work at all, shouldn't have choppy sound like that...
what is the output if you set sndalsa 1 and do a snd_restart in q2? Post the entire output...
Rezet [dW]