Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Sound gone after upgrade to kernel 2.6.5
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
mooerito
Apprentice
Apprentice


Joined: 16 Dec 2003
Posts: 187
Location: Zurich/Switzerland

PostPosted: Mon Apr 12, 2004 3:05 pm    Post subject: Reply with quote

i just got it working. in my gnome alsa mixer there is a buton which says "external amplifier", as soon as i activate it the sound works. :-) seems like a label bug. i got the information from this thread
Back to top
View user's profile Send private message
Lex_Brugman
n00b
n00b


Joined: 28 Mar 2004
Posts: 43
Location: Netherlands

PostPosted: Wed Apr 14, 2004 5:02 pm    Post subject: Reply with quote

I've solved it by removing midi support from the kernel. :lol:
Back to top
View user's profile Send private message
Hotblack Desiato
n00b
n00b


Joined: 20 Feb 2004
Posts: 4
Location: Germany

PostPosted: Fri Apr 16, 2004 5:15 pm    Post subject: Reply with quote

Hi,

i solved the problem by disabling the dummy sound device in the kernel and upgrading the alsa-lib.

Hotblack
Back to top
View user's profile Send private message
stinne
n00b
n00b


Joined: 14 Jul 2003
Posts: 3

PostPosted: Fri Apr 23, 2004 6:36 pm    Post subject: Reply with quote

it still isn't working overhere :(
Back to top
View user's profile Send private message
mooerito
Apprentice
Apprentice


Joined: 16 Dec 2003
Posts: 187
Location: Zurich/Switzerland

PostPosted: Fri Apr 23, 2004 9:16 pm    Post subject: Reply with quote

have you tried switching the external amplifier button in the alsa mixer (worked for me on gnome alsa mixer and the console based alsa mixer)?
Back to top
View user's profile Send private message
stinne
n00b
n00b


Joined: 14 Jul 2003
Posts: 3

PostPosted: Sat Apr 24, 2004 10:14 am    Post subject: Reply with quote

What do you mean with "switching" ? Unmute ?
If so, yes I already muted and unmuted this button (I only use console alsamixer) with no success
Back to top
View user's profile Send private message
mooerito
Apprentice
Apprentice


Joined: 16 Dec 2003
Posts: 187
Location: Zurich/Switzerland

PostPosted: Sat Apr 24, 2004 11:21 am    Post subject: Reply with quote

stinne wrote:
What do you mean with "switching" ? Unmute ?
If so, yes I already muted and unmuted this button (I only use console alsamixer) with no success


yes that what helped me. does your sound work with older kernels? (eg. 2.6.3)
Back to top
View user's profile Send private message
stinne
n00b
n00b


Joined: 14 Jul 2003
Posts: 3

PostPosted: Sat Apr 24, 2004 11:46 am    Post subject: Reply with quote

yes It worked with older kernels. But from when I installed my new kernel it also didn't work anymore with the older ones :S
Back to top
View user's profile Send private message
Guru
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jul 2002
Posts: 91
Location: Los Angeles, CA

PostPosted: Mon Apr 26, 2004 8:34 pm    Post subject: Reply with quote

I just recently installed Gentoo (switched from Fedora Core 1) from a stage 3 install the other day. I am using the Gentoo dev-sources kernel 2.6.5 and I too have no sound from alsa.

The modules load properly, and I get no error messages. When I run aplay <soundfile>.wav it acts as if it were playing; however, I get no sound. I have an AC97 sound on my motherboard (VIA 82xx).

Alsa used to work perfectly when I used to run Gentoo on my same machine using the 2.4 kernel. Could this problem be specific to the 2.6.5 kernel?? Any ideas?

BTW: I am using ~x86
Back to top
View user's profile Send private message
mooerito
Apprentice
Apprentice


Joined: 16 Dec 2003
Posts: 187
Location: Zurich/Switzerland

PostPosted: Mon Apr 26, 2004 9:10 pm    Post subject: Reply with quote

did you try the external amplifier switch that was mentioned here before? worked fine for me. and also you dont need to compile the alsa-drivers package anymore, you can now take the alsa modules from the kernel. but if you prefer to use the alsa-drivers modules for your soundcard you have to recompile the when switching the kernel.
Back to top
View user's profile Send private message
yosi
n00b
n00b


Joined: 30 Mar 2004
Posts: 18
Location: Sweden, Stockholm

PostPosted: Tue Apr 27, 2004 12:15 pm    Post subject: Reply with quote

I do not have the same problem, although I must set alsamixer Master and PCM to 100% or something, else I have no sound. Is there any way to set a standard for alsamixer or something?
_________________
// yosi
Back to top
View user's profile Send private message
Guru
Tux's lil' helper
Tux's lil' helper


Joined: 15 Jul 2002
Posts: 91
Location: Los Angeles, CA

PostPosted: Tue Apr 27, 2004 5:08 pm    Post subject: Reply with quote

mooerito wrote:
did you try the external amplifier switch that was mentioned here before? worked fine for me. and also you dont need to compile the alsa-drivers package anymore, you can now take the alsa modules from the kernel. but if you prefer to use the alsa-drivers modules for your soundcard you have to recompile the when switching the kernel.


Ok.. I solved the problem. Here is what I did:

1) deleted the alsastate.cfg file described in the bugzilla entry in an earlier post.
2) In Gnome 2.6, in the volume-control applet, I noticed there was an entry called PCM2 set to 0%. I boosted PCM2 to 100% and viola... sound worked! (PCM1 was already at 100%).

FYI.. I have onboard AC97 sound provided by via82xx.
Back to top
View user's profile Send private message
daryl
n00b
n00b


Joined: 28 Nov 2003
Posts: 16
Location: UK

PostPosted: Wed May 05, 2004 8:06 pm    Post subject: my solution Reply with quote

i noticed that there was a small title-less tab at the top of gnome alsamixer, this led me to conclude that somehting else had stolen the address hw0,0 if i made the card hw1,0 the default it worked, my .asounrc is as follows

Code:

# ~/.asoundrc
 
pcm.!default {
    type plug
    slave.pcm "dmixer"
}
 
pcm.dsp0 {
    type plug
    slave.pcm "dmixer"
}
 
pcm.dmixer  {
    type dmix
    ipc_key 1024
    slave {
        pcm "hw:1,0"
        period_time 0
        period_size 1024
        buffer_size 8192
        #periods 128
        rate 44100
    }
    bindings {
        0 0
        1 1
    }
}
 
ctl.!default {
    type hw
    card 0
}



to make this global put it in /etc/asound.conf instead

this probably explains why removing midi support or the null device fixed it for some people
Back to top
View user's profile Send private message
Gooberslot
n00b
n00b


Joined: 27 Apr 2003
Posts: 26

PostPosted: Wed May 05, 2004 11:57 pm    Post subject: Reply with quote

I'm having the same problems with my Vortex2. I haven't tried any other kernels since this is a new install. Unfortunately the solutions posted here don't seem to be working. Turning on and off the External Amp doesn't do anything and XMMS won't work at all when the output is set to alsa. I even tried to emerge alsa-drivers but the emerge failed. This sucks.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum