public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Kernel upgrade, no sound.
@ 2007-06-14  3:11 Dale
  2007-06-14  9:06 ` Alan McKinnon
  0 siblings, 1 reply; 6+ messages in thread
From: Dale @ 2007-06-14  3:11 UTC (permalink / raw
  To: gentoo-user

Hi,

I upgraded my kernel the other day and now I have no sound at all.  I
have checked Alsamixer and Kmix to make sure it is not muted and it
appears to be turned up there.  This is lspci:

> 01:0a.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1
> (rev 0a)

I have this built into my kernel:

> <*> Emu10k1 (SB Live!, Audigy, E-mu APS)

I copied my old .config over and did a make oldconfig but it has the
same setup as before.  I just don't have any sound at all.  I did make
sure my speakers are powered on, plugged into the puter and everything I
checked says it is unmuted.  Maybe I missed one though.

The kernel version that works is gentoo-sources-2.6.18-r6, the one that
does _not_ work is gentoo-sources-2.6.20-r8 if that will help.

I did boot my old kernel, the 18 version, and the sound works fine.  If
I boot the new 20 version, nothing.  Kernel problem or am I missing
something?

Any ideas?  Thanks much for the help.

Dale

:-)  :-)


-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Kernel upgrade, no sound.
  2007-06-14  3:11 [gentoo-user] Kernel upgrade, no sound Dale
@ 2007-06-14  9:06 ` Alan McKinnon
  2007-06-14  9:44   ` Dale
  0 siblings, 1 reply; 6+ messages in thread
From: Alan McKinnon @ 2007-06-14  9:06 UTC (permalink / raw
  To: gentoo-user

On Thursday 14 June 2007, Dale wrote:
> Hi,
>
> I upgraded my kernel the other day and now I have no sound at all.  I
> have checked Alsamixer and Kmix to make sure it is not muted and it
>
> appears to be turned up there.  This is lspci:
> > 01:0a.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1
> > (rev 0a)
>
> I have this built into my kernel:
> > <*> Emu10k1 (SB Live!, Audigy, E-mu APS)
>
> I copied my old .config over and did a make oldconfig but it has the
> same setup as before.  I just don't have any sound at all.  I did
> make sure my speakers are powered on, plugged into the puter and
> everything I checked says it is unmuted.  Maybe I missed one though.
>
> The kernel version that works is gentoo-sources-2.6.18-r6, the one
> that does _not_ work is gentoo-sources-2.6.20-r8 if that will help.
>
> I did boot my old kernel, the 18 version, and the sound works fine. 
> If I boot the new 20 version, nothing.  Kernel problem or am I
> missing something?

I had a similar thing, no sound with any kernel after .18

My card is not the same as yours so my exact solution won't work for 
you. What I did was note which modules were loaded, then run alsaconf 
and let it do it's thing. Note which new modules it loaded and put 
those in /etc/modules.autoload.d/kernel-2.6

It appeared to be that the modules dependency information changed with 
my driver around .18 and the earlier config just didn't cut it anymore. 
Of course, I could also be completely wrong :-)

alan

-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Kernel upgrade, no sound.
  2007-06-14  9:06 ` Alan McKinnon
@ 2007-06-14  9:44   ` Dale
  2007-06-14 21:32     ` Peter Alfredsen
  0 siblings, 1 reply; 6+ messages in thread
From: Dale @ 2007-06-14  9:44 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1893 bytes --]

Alan McKinnon wrote:
> On Thursday 14 June 2007, Dale wrote:
>   
>> Hi,
>>
>> I upgraded my kernel the other day and now I have no sound at all.  I
>> have checked Alsamixer and Kmix to make sure it is not muted and it
>>
>> appears to be turned up there.  This is lspci:
>>     
>>> 01:0a.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1
>>> (rev 0a)
>>>       
>> I have this built into my kernel:
>>     
>>> <*> Emu10k1 (SB Live!, Audigy, E-mu APS)
>>>       
>> I copied my old .config over and did a make oldconfig but it has the
>> same setup as before.  I just don't have any sound at all.  I did
>> make sure my speakers are powered on, plugged into the puter and
>> everything I checked says it is unmuted.  Maybe I missed one though.
>>
>> The kernel version that works is gentoo-sources-2.6.18-r6, the one
>> that does _not_ work is gentoo-sources-2.6.20-r8 if that will help.
>>
>> I did boot my old kernel, the 18 version, and the sound works fine. 
>> If I boot the new 20 version, nothing.  Kernel problem or am I
>> missing something?
>>     
>
> I had a similar thing, no sound with any kernel after .18
>
> My card is not the same as yours so my exact solution won't work for 
> you. What I did was note which modules were loaded, then run alsaconf 
> and let it do it's thing. Note which new modules it loaded and put 
> those in /etc/modules.autoload.d/kernel-2.6
>
> It appeared to be that the modules dependency information changed with 
> my driver around .18 and the earlier config just didn't cut it anymore. 
> Of course, I could also be completely wrong :-)
>
> alan
>
>   

Thanks for the info but I build everything in the kernel.  I never liked
modules.  I suspect that something did change about the kernel though. 
I may just stick with the older kernel for now and try another version
later.

Still open to ideas though.

Thanks

Dale

:-)  :-)

[-- Attachment #2: Type: text/html, Size: 2485 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Kernel upgrade, no sound.
  2007-06-14  9:44   ` Dale
@ 2007-06-14 21:32     ` Peter Alfredsen
  2007-06-15  7:54       ` Dale
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Alfredsen @ 2007-06-14 21:32 UTC (permalink / raw
  To: gentoo-user

On Thursday 14 June 2007, Dale wrote:

> Thanks for the info but I build everything in the kernel.  I never liked
> modules.  I suspect that something did change about the kernel though.
> I may just stick with the older kernel for now and try another version
> later.
>
> Still open to ideas though.

If you post the output of this command:
lspci -s 01:0a.0 -n
We will have the PCI id to search for. Might make it easier to find bug 
reports.

The output of this command:
dmesg|egrep -i -A3 "(alsa|sound)"
Should give us an idea of whether your kernel actually detects your sound 
card.

-- 
/PA
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Kernel upgrade, no sound.
  2007-06-14 21:32     ` Peter Alfredsen
@ 2007-06-15  7:54       ` Dale
  2007-06-15  8:13         ` Peter Alfredsen
  0 siblings, 1 reply; 6+ messages in thread
From: Dale @ 2007-06-15  7:54 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1286 bytes --]

Peter Alfredsen wrote:
>
> If you post the output of this command:
> lspci -s 01:0a.0 -n
> We will have the PCI id to search for. Might make it easier to find bug 
> reports.
>
> The output of this command:
> dmesg|egrep -i -A3 "(alsa|sound)"
> Should give us an idea of whether your kernel actually detects your sound 
> card.
>
>   

Well, you won't believe this but I rebooted into the newer kernel to get
the info for you, now it works fine.  O_O  I have sound when I change
desktops, it plays a CD fine, it seems to be working now.

Just for the sake of anyone who may can use this in the future:

> root@smoker / # lspci -s 01:0a.0 -n
> 01:0a.0 0401: 1102:0002 (rev 0a)
> root@smoker / #
> root@smoker / # dmesg|egrep -i -A3 "(alsa|sound)"
> Advanced Linux Sound Architecture Driver Version 1.0.14rc1 (Tue Jan 09
> 09:56:17 2007 UTC).
> ACPI: PCI Interrupt Link [LNK3] enabled at IRQ 11
> ACPI: PCI Interrupt 0000:01:0a.0[A] -> Link [LNK3] -> GSI 11 (level,
> low) -> IRQ 11
> ALSA device list:
>   #0: SB Live [Unknown] (rev.10, serial:0x80671102) at 0xcc00, irq 11
> oprofile: using NMI interrupt.
> Netfilter messages via NETLINK v0.30.
> root@smoker / #

If it stops working I'll let you know.  I guess it just wanted me to ask
for help.

Thanks much!!

Dale

:-)  :-)  :-)



[-- Attachment #2: Type: text/html, Size: 1853 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Kernel upgrade, no sound.
  2007-06-15  7:54       ` Dale
@ 2007-06-15  8:13         ` Peter Alfredsen
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Alfredsen @ 2007-06-15  8:13 UTC (permalink / raw
  To: gentoo-user

On Friday 15 June 2007, Dale wrote:
> Well, you won't believe this but I rebooted into the newer kernel to get
> the info for you, now it works fine.  O_O  I have sound when I change
> desktops, it plays a CD fine, it seems to be working now.

That's so great. I couldn't find any reason why it would NOT work either from 
your posts, so I guess this was just a Go Away bug. Leave the computer, come 
back. It's gone.

-- 
/PA
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-06-15  8:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-14  3:11 [gentoo-user] Kernel upgrade, no sound Dale
2007-06-14  9:06 ` Alan McKinnon
2007-06-14  9:44   ` Dale
2007-06-14 21:32     ` Peter Alfredsen
2007-06-15  7:54       ` Dale
2007-06-15  8:13         ` Peter Alfredsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox