You are not logged in.

#1 2010-11-25 00:48:04

gskbyte
Member
From: Granada, Spain
Registered: 2009-09-29
Posts: 33
Website

No sound with kernel26-ck

Hi,

yesterday I installed the kernel26-ck package from AUR, added its entry to GRUB and so on, and everything works well (and sometimes even better), but I don't have sound. I have a very common soundcard that doesn't give me problems, this is what lspci shows:

 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03) 

Im running Arch Linux for x86_64. The init script doesn't show any errors, I have checked /var/log/messages.log and there is nothing strange. Also, if I start alsamixer it shows my soundcard name, but anything is played.

Some hints?

Thank you,

Jose

Last edited by gskbyte (2010-11-25 01:04:28)

Offline

#2 2010-11-25 01:02:44

mcmillan
Member
Registered: 2006-04-06
Posts: 737

Re: No sound with kernel26-ck

I had the same thing happen with my laptop and the ck kernel, though I haven't had time to look into it much. Are you running 64-bit?  My other computer running 32bit is working fine, It's also working with the standard arch kernel from core and an older ck kernel (2.6.35.7 was the last one I compiled). I was thinking of upgrading to the 2.6.36 kernel from testing to make sure there's not some regression there. Otherwise I think it might be related to streanline config option missing something since I didn't use that on my old kernel.

Looks like my soundcard is similar though a bit older

00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)

Offline

#3 2010-11-25 01:05:44

gskbyte
Member
From: Granada, Spain
Registered: 2009-09-29
Posts: 33
Website

Re: No sound with kernel26-ck

Yes, I'm running 64-bit, I forgot to mention it (I just added it). Do you mean it could be a regression of the 2.6.36-ck version?

Thank you!

Offline

#4 2010-11-25 02:44:38

mcmillan
Member
Registered: 2006-04-06
Posts: 737

Re: No sound with kernel26-ck

Odd, I decided to try messing with it some tonight, rebooted with the ck kernel and now sound is working fine. Wish I could tell you what changed.

Edited to add:
My initial thought when I rebooted was to look at what modules I had to see if something was missing. Here's my output from lsmod with the sound working running kernel26-ck

Module                  Size  Used by
usb_storage            42388  0 
usblp                  11376  0 
fuse                   64195  1 
aes_x86_64              7412  1 
aes_generic            26170  1 aes_x86_64
ipv6                  264556  16 
nls_cp437               5857  1 
vfat                   10332  1 
fat                    48975  1 vfat
ext3                  126456  1 
jbd                    46640  1 ext3
ext2                   63535  1 
arc4                    1378  2 
ecb                     2041  2 
snd_seq_dummy           1431  0 
snd_seq_oss            28696  0 
snd_seq_midi_event      5404  1 snd_seq_oss
snd_seq                50050  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          5265  3 snd_seq_dummy,snd_seq_oss,snd_seq
iwl3945               154079  0 
snd_hda_codec_analog    72108  1 
iwlcore               110378  1 iwl3945
mac80211              195124  2 iwl3945,iwlcore
pcmcia                 35795  0 
snd_pcm_oss            39093  0 
snd_mixer_oss          17042  1 snd_pcm_oss
snd_hda_intel          22189  3 
snd_hda_codec          78968  2 snd_hda_codec_analog,snd_hda_intel
snd_hwdep               6110  1 snd_hda_codec
snd_pcm                71729  4 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer              19233  3 snd_seq,snd_pcm
snd_page_alloc          7153  2 snd_hda_intel,snd_pcm
cfg80211              142726  3 iwl3945,iwlcore,mac80211
thinkpad_acpi          59975  0 
sr_mod                 14922  0 
rfkill                 15882  2 cfg80211,thinkpad_acpi
snd                    57594  16 snd_seq_oss,snd_seq,snd_seq_device,snd_hda_codec_analog,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer,thinkpad_acpi
uhci_hcd               21862  0 
soundcore               5969  1 snd
led_class               2331  1 thinkpad_acpi
cdrom                  35787  1 sr_mod
nvram                   5773  1 thinkpad_acpi
sg                     25620  0 
ehci_hcd               36700  0 
usbcore               136631  5 usb_storage,usblp,uhci_hcd,ehci_hcd
yenta_socket           20818  0 
pcmcia_rsrc             9178  1 yenta_socket
pcmcia_core            11645  3 pcmcia,yenta_socket,pcmcia_rsrc
psmouse                52464  0 
i2c_i801                7628  0 
iTCO_wdt               10669  0 
iTCO_vendor_support     1801  1 iTCO_wdt
evdev                   8519  13 
rtc_cmos                8926  0 
rtc_core               14215  1 rtc_cmos
rtc_lib                 1834  1 rtc_core
ext4                  313414  1 
mbcache                 5722  3 ext3,ext2,ext4
jbd2                   68842  1 ext4
crc16                   1297  1 ext4
ata_piix               21323  0 
i915                  320157  4 
drm_kms_helper         25995  1 i915
i2c_algo_bit            4879  1 i915
video                  19305  1 i915
output                  1940  1 video
drm                   174834  4 i915,drm_kms_helper
i2c_core               18694  5 i2c_i801,i915,drm_kms_helper,i2c_algo_bit,drm
sd_mod                 25888  6 
intel_agp              29363  2 i915
ahci                   20353  5 
libahci                17790  1 ahci
libata                155644  3 ata_piix,ahci,libahci
scsi_mod              119657  5 usb_storage,sr_mod,sg,sd_mod,libata

Granted some will be specific to my system, but it might help narrow things down,

Last edited by mcmillan (2010-11-25 02:53:45)

Offline

#5 2010-11-26 22:01:19

sausageandeggs
Member
Registered: 2009-12-05
Posts: 66

Re: No sound with kernel26-ck

Have you tried this patch, this fixed things for me.
https://bbs.archlinux.org/viewtopic.php … 13#p845213

Last edited by sausageandeggs (2010-11-26 22:01:43)

Offline

#6 2010-11-27 16:55:23

gskbyte
Member
From: Granada, Spain
Registered: 2009-09-29
Posts: 33
Website

Re: No sound with kernel26-ck

It's working automagically with the latest update smile. Thank you for your suggestions!

Offline

Board footer

Powered by FluxBB