Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Realtec AC'97 Audio & NVIDIA nForce3 250 on XFCE

Need help with peripherals or devices?
Message
Author
User avatar
AlBel
Posts: 15
Joined: 2018-04-26 12:35

Re: Realtec AC'97 Audio & NVIDIA nForce3 250 on XFCE

#21 Post by AlBel »

sorry i shall not create big posts.
debiman, i clicked F6 in alsamixer and selected on NVidia. not sounds :cry:
bw123, i reinstall system by advice this man. Can xfce be better? I hoped lxde or nonfree would be a sound.
sunrat, pavucontrol(playback), pavucontrol(output_devices)
I have standard drivers from CD for Windows XP and the sound is playing fine in XP.
When I open this window select Nvidia or Beеp, and reopen then the data disappears. So it should be?
Maybe I should install an older version of debian:?:
Last edited by AlBel on 2018-05-06 18:34, edited 1 time in total.

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: Realtec AC'97 Audio & NVIDIA nForce3 250 on XFCE

#22 Post by debiman »

my russian is not so good, and i don't use pulsaudio, but i can't help but notice that on these 2 images there's a speaker with a red cross, which means something is muted:
http://dt.iki.fi/stuff/forums/M9Gu5y9.png
http://dt.iki.fi/stuff/forums/psn1jxX.png
tried clicking that? what happens then?

User avatar
AlBel
Posts: 15
Joined: 2018-04-26 12:35

Re: Realtec AC'97 Audio & NVIDIA nForce3 250 on XFCE

#23 Post by AlBel »

debiman, i tried to click - nothing happens, only the strip changes color on grey. In windows(xp,vista,seven) red cross means that no driver is installed for example.

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: Realtec AC'97 Audio & NVIDIA nForce3 250 on XFCE

#24 Post by debiman »

AlBel wrote:debiman, i tried to click - nothing happens, only the strip changes color on grey.
ah, i see. i think i misinterpreted the meaning of this.
like i said, i have no clue what is written there, and i don't use pulseaudio myself.
well, it was worth a try.

User avatar
AlBel
Posts: 15
Joined: 2018-04-26 12:35

Re: Realtec AC'97 Audio & NVIDIA nForce3 250 on XFCE

#25 Post by AlBel »

:lol:

User avatar
sunrat
Administrator
Administrator
Posts: 6477
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 474 times

Re: Realtec AC'97 Audio & NVIDIA nForce3 250 on XFCE

#26 Post by sunrat »

Those buttons should not show muted. That needs to be resolved. Some more ideas:
1. Run this command in a terminal -

Code: Select all

pactl set-sink-mute 0 0
If that doesn't work:
2. I got one idea from https://wiki.manjaro.org/index.php?titl ... E_Desktop) :
Adapted a bit - create a hidden file in your $HOME called .asoundrc (it says to do it in /etc but ~/.asoundrc does the same thing but for user only and overrides the global one)
Copy and paste this exactly and reboot:

Code: Select all

pcm.pulse {
   type pulse
}
ctl.pulse {
   type pulse
}
pcm.!default {
   type pulse
}
ctl.!default {
   type pulse
}
If that fails, remove that file and use the sledgehammer approach - remove pulseaudio completely.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
AlBel
Posts: 15
Joined: 2018-04-26 12:35

Re: Realtec AC'97 Audio & NVIDIA nForce3 250 on XFCE

#27 Post by AlBel »

sunrat, did as you wrote - not sounds Image

User avatar
sunrat
Administrator
Administrator
Posts: 6477
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 474 times

Re: Realtec AC'97 Audio & NVIDIA nForce3 250 on XFCE

#28 Post by sunrat »

I'm out of ideas. Sure I had sound with my old nForce2 system but that was before Pulseaudio even existed.

Actually one last idea. Try this instead of the above code in ~/.asoundrc

Code: Select all

pcm.!default {
type plug
slave.pcm hw
}
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
AlBel
Posts: 15
Joined: 2018-04-26 12:35

Re: Realtec AC'97 Audio & NVIDIA nForce3 250 on XFCE

#29 Post by AlBel »

sunrat , tried how did you advise - not sound Image
tried manually and automatically reinstalled the driver - the video is good even in the Internet browser, but there is no sound.

Wheelerof4te
Posts: 1454
Joined: 2015-08-30 20:14

Re: Realtec AC'97 Audio & NVIDIA nForce3 250 on XFCE

#30 Post by Wheelerof4te »

Set up backports, and try installing kernel from backports.
https://backports.debian.org/Instructions/

User avatar
sunrat
Administrator
Administrator
Posts: 6477
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 474 times

Re: Realtec AC'97 Audio & NVIDIA nForce3 250 on XFCE

#31 Post by sunrat »

Wheelerof4te wrote:Set up backports, and try installing kernel from backports.
https://backports.debian.org/Instructions/
Hardware is from 2005. I doubt backports would help. Wouldn't hurt to try though.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

Post Reply