You are not logged in.

#1 2010-06-21 19:15:53

splippity
Member
Registered: 2010-05-25
Posts: 144

new kernel 2.6.34 and xorg1.8 and no audio intel sound card

I have no audio available for my: Intel Corporation 82801H (ICH8 family) HD Audio Controller

also alsamixer doesnt work anymore.........

alsamixer                                                                                           
cannot open mixer: No such file or directory

when I run alsaconf I get a proper detection then when I try to config I get:

Loading driver...
:: Saving ALSA Levels                                                                                         
[BUSY] /usr/sbin/alsactl: save_state:1504: No soundcards found...
                                                                                                              [DONE] 
:: Restoring ALSA Levels                                                                                     
 [BUSY] /usr/sbin/alsactl: load_state:1610: No soundcards found...
                                                                                                              [FAIL] 
Setting default volumes...
amixer: Mixer attach default error: No such file or directory

everything was fine till todays updates.
tried pulse audio........ alsamixer then worked but wouldnt put through the stuff when I did alsaconf stated:

Loading driver...
:: Saving ALSA Levels                                                                                         
[BUSY] /usr/sbin/alsactl: save_state:1504: No soundcards found...
                                                                                                              [DONE] 
:: Restoring ALSA Levels                                                                                      
[BUSY] /usr/sbin/alsactl: load_state:1610: No soundcards found...
                                                                                                              [FAIL] 
Setting default volumes...
Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyXOpenDisplay() failed
ALSA lib pulse.c:229:(pulse_connect) PulseAudio: Unable to connect: Connection refused

amixer: Mixer attach default error: Connection refused

Last edited by splippity (2010-06-21 19:35:52)

Offline

#2 2010-06-22 17:48:17

kaarek
Member
From: bouvet island
Registered: 2010-04-22
Posts: 12

Re: new kernel 2.6.34 and xorg1.8 and no audio intel sound card

Im dirty bumping this big_smile

i have the same trouble.

$ alsamixer  as a normal user gives me:
   cannot open mixer: No such file or directory

as root alsamixer works as it should.

i have sound when i : aplay /usr/share/sounds/alsa/Front_Center.wav    as root
As a normal user i get:

$ aplay /usr/share/sounds/alsa/Front_Center.wav
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:4154:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4633:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2211:(snd_pcm_open_noupdate) Unknown PCM default
aplay: main:654: audio open error: No such file or directory

Offline

#3 2010-06-22 17:57:42

pigiron
Member
From: USA
Registered: 2009-07-14
Posts: 150

Re: new kernel 2.6.34 and xorg1.8 and no audio intel sound card

Verify that the ALSA device(s) even exist:

    $ ls -l /dev/snd/*

If so, then make sure that the user is a member of the "audio" group. Run the following command when logged in as the user that's having the problem:

   $ groups

Offline

#4 2010-06-22 18:01:35

litemotiv
Forum Fellow
Registered: 2008-08-01
Posts: 5,026

Re: new kernel 2.6.34 and xorg1.8 and no audio intel sound card

you might also try removing and reinstalling alsa-lib and alsa-utils if the above doesn't fix things

Last edited by litemotiv (2010-06-22 18:02:49)


ᶘ ᵒᴥᵒᶅ

Offline

#5 2010-06-22 18:07:53

kaarek
Member
From: bouvet island
Registered: 2010-04-22
Posts: 12

Re: new kernel 2.6.34 and xorg1.8 and no audio intel sound card

pigiron wrote:

Verify that the ALSA device(s) even exist:

    $ ls -l /dev/snd/*

If so, then make sure that the user is a member of the "audio" group. Run the following command when logged in as the user that's having the problem:

   $ groups

Thank you pigiron smile
i wasnt in the audio group, changed that and sound is working again.
i dont know if that is OP trouble to

Offline

#6 2010-06-22 20:08:38

splippity
Member
Registered: 2010-05-25
Posts: 144

Re: new kernel 2.6.34 and xorg1.8 and no audio intel sound card

I ran the command and get:

 ls -l /dev/snd/*
crw-rw----+ 1 root audio 116, 3 Jun 22 15:57 /dev/snd/seq
crw-rw----+ 1 root audio 116, 2 Jun 22 15:57 /dev/snd/timer

any ideas???
I just did an install with archbang (speed up the process of getting me to a gui since I have no comp to reference the beginners guide from)
audio worked fine it had 2.6.33 with it........... I then did updates with .34 Im dead in the water again with it telling me no sounds cards.

alsa config shows the correct hda-intel and then cannot load it with the same error:

Loading driver...
:: Saving ALSA Levels                                                                                                                                                                            [BUSY] /usr/sbin/alsactl: save_state:1504: No soundcards found...
                                                                                                                                                                                                 [DONE] 

:: Restoring ALSA Levels                                                                                                                                                                         [BUSY] /usr/sbin/alsactl: load_state:1610: No soundcards found...
                                                                                                                                                                                                 [FAIL] 
Setting default volumes...
amixer: Mixer attach default error: No such file or directory

thanks

Offline

#7 2010-06-22 20:40:20

splippity
Member
Registered: 2010-05-25
Posts: 144

Re: new kernel 2.6.34 and xorg1.8 and no audio intel sound card

I tried to add snd-hda-intel to modules in rc.conf but I cannot even boot with that so I have no clue.

anyone?? anyone????

also Im using i686
its a toshiba satellite x205-s9800

thanks

Last edited by splippity (2010-06-22 20:40:58)

Offline

#8 2010-06-22 21:56:01

splippity
Member
Registered: 2010-05-25
Posts: 144

Re: new kernel 2.6.34 and xorg1.8 and no audio intel sound card

pushing the error upstream since no one here ever replys and the people who did in the chat said alsa and kernel need notified so they can fix since its broken with the new kernel.

Broken on both sabayon and archlinux distros and kernel 3.6.33 of both operate fine.

thanks.

Offline

#9 2010-06-23 05:27:36

beej
Member
From: Bend, OR
Registered: 2009-01-27
Posts: 22
Website

Re: new kernel 2.6.34 and xorg1.8 and no audio intel sound card

My mic stopped working on my Aspire One, but running "alsactl init" caused it to start working.  I don't know if this is useful at all, but at least it's a datapoint. :-)

Offline

#10 2010-06-23 05:56:30

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: new kernel 2.6.34 and xorg1.8 and no audio intel sound card

I suggest you try:  model=toshiba

Just google it.

And regarding your lack of immediate assistance in this thread, I suggest you read this.

Offline

#11 2010-06-23 18:35:29

knysng
Member
Registered: 2008-05-10
Posts: 23

Re: new kernel 2.6.34 and xorg1.8 and no audio intel sound card

Edit: FIXED!
Hi,

Edit: Running 86_64
EDIT: Adding model=toshiba as options in /etc/modprobe.d/sound.conf worked great!!!

I am having the same problem as OP.
Same snd card: Intel Corporation 82801H (ICH8 family) HD Audio Controller

Also, when the kernel boots it shows following message(s):

Initializing USB Mass Storage driver...
scsi5 : usb-storage 2-5.6:1.0
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
HDA Intel 0000:00:1b.0: irq 32 for MSI/MSI-X
HDA Intel 0000:00:1b.0: setting latency timer to 64
phy0: Selected rate control algorithm 'iwl-agn-rs'
firewire_core: created device fw0: GUID 00023f7aae4198c2, S400
input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input12
BUG: unable to handle kernel NULL pointer dereference at (null)
IP: [<ffffffffa11032a9>] alc_build_controls+0x159/0x4f0 [snd_hda_codec_realtek]
PGD 7c1d3067 PUD 7c1d1067 PMD 0 
Oops: 0000 [#1] PREEMPT SMP 
last sysfs file: /sys/devices/virtual/sound/timer/uevent
CPU 0 
Modules linked in: snd_seq_dummy snd_hda_codec_realtek snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device arc4 snd_pcm_oss snd_hda_intel(+) ecb usb_storage snd_mixer_oss snd_hda_codec autofs4 btusb snd_hwdep fuse mmc_block cpufreq_powersave sdhci_pci uvcvideo iwlagn videodev v4l1_compat snd_pcm snd_timer snd soundcore sdhci tifm_sd usbhid hid bluetooth joydev cpufreq_ondemand v4l2_compat_ioctl32 pcmcia firewire_ohci snd_page_alloc mmc_core iwlcore nvidia(P) i2c_i801 mac80211 i2c_core video acpi_cpufreq yenta_socket firewire_core tifm_7xx1 intel_agp freq_table output rsrc_nonstatic led_class crc_itu_t tifm_core pcmcia_core cfg80211 iTCO_wdt toshiba_bluetooth uhci_hcd iTCO_vendor_support rfkill ehci_hcd r8169 mii psmouse pcspkr serio_raw evdev ac battery processor usbcore thermal sg button rtc_cmos rtc_core rtc_lib ext4 mbcache jbd2 crc16 sr_mod cdrom sd_mod pata_acpi ata_generic ata_piix ahci libata scsi_mod

Pid: 1107, comm: modprobe Tainted: P           2.6.34-ARCH #1 ISRAA/SATEGO X200
RIP: 0010:[<ffffffffa11032a9>]  [<ffffffffa11032a9>] alc_build_controls+0x159/0x4f0 [snd_hda_codec_realtek]
RSP: 0018:ffff88007bf27c48  EFLAGS: 00010246
RAX: 0000000000000000 RBX: ffff880078f9cc00 RCX: 0000000000000000
RDX: 0000000000000000 RSI: ffff88007cb273c0 RDI: ffff880078f9cc00
RBP: ffff88007bf27ca8 R08: 0000000000000000 R09: 2222222222222222
R10: 0000000000000000 R11: 0000000000000002 R12: ffff88007b635800
R13: ffff88007cb273c0 R14: 0000000000000000 R15: 0000000000000000
FS:  00007f23f8c79700(0000) GS:ffff880001800000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
CR2: 0000000000000000 CR3: 000000007ca03000 CR4: 00000000000006f0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Process modprobe (pid: 1107, threadinfo ffff88007bf26000, task ffff88007bc31560)
Stack:
 ffff88007bf27c78 ffff880078f9cc00 ffff88007b635800 0000000000000001
<0> ffff88007b635808 0000000000000000 ffff88007bf27ca8 ffff880078f9cc00
<0> ffff88007b3f7658 ffff88007c664400 ffff88007f9ba088 0000000000000000
Call Trace:
 [<ffffffffa106bd70>] snd_hda_codec_build_controls+0x50/0x60 [snd_hda_codec]
 [<ffffffffa106bda8>] snd_hda_build_controls+0x28/0x90 [snd_hda_codec]
 [<ffffffffa10ad071>] azx_probe+0x947/0x9f8 [snd_hda_intel]
 [<ffffffff811cb68a>] ? kobject_get+0x1a/0x30
 [<ffffffff811e9635>] pci_device_probe+0x75/0xa0
 [<ffffffff8127e4ba>] ? driver_sysfs_add+0x5a/0x90
 [<ffffffff8127e783>] driver_probe_device+0x93/0x1a0
 [<ffffffff8127e92b>] __driver_attach+0x9b/0xa0
 [<ffffffff8127e890>] ? __driver_attach+0x0/0xa0
 [<ffffffff8127d77e>] bus_for_each_dev+0x5e/0x90
 [<ffffffff8127e459>] driver_attach+0x19/0x20
 [<ffffffff8127df77>] bus_add_driver+0xc7/0x2e0
 [<ffffffff8127eba1>] driver_register+0x71/0x140
 [<ffffffff81076edd>] ? notifier_call_chain+0x4d/0x70
 [<ffffffff811e98c1>] __pci_register_driver+0x51/0xd0
 [<ffffffff8107723c>] ? __blocking_notifier_call_chain+0x5c/0x80
 [<ffffffffa10b2000>] ? alsa_card_azx_init+0x0/0x20 [snd_hda_intel]
 [<ffffffffa10b201e>] alsa_card_azx_init+0x1e/0x20 [snd_hda_intel]
 [<ffffffff81002149>] do_one_initcall+0x39/0x1a0
 [<ffffffff8108d79f>] sys_init_module+0xdf/0x250
 [<ffffffff81009ec2>] system_call_fastpath+0x16/0x1b
Code: 45 8b 5d 50 45 85 db 0f 84 d6 00 00 00 49 8b 84 24 78 01 00 00 31 d2 45 31 f6 48 85 c0 74 3b 0f 1f 00 49 63 ce 4c 89 ee 48 89 df <0f> b7 0c 48 e8 5e 44 f6 ff 85 c0 0f 88 e5 fe ff ff 41 83 c6 01 
RIP  [<ffffffffa11032a9>] alc_build_controls+0x159/0x4f0 [snd_hda_codec_realtek]
 RSP <ffff88007bf27c48>
CR2: 0000000000000000
---[ end trace 18cfe50d22f553b9 ]---
scsi 5:0:0:0: Direct-Access     SanDisk  Cruzer Micro     8.01 PQ: 0 ANSI: 0 CCS
sd 5:0:0:0: Attached scsi generic sg3 type 0
sd 5:0:0:0: [sdc] 7862911 512-byte logical blocks: (4.02 GB/3.74 GiB)
sd 5:0:0:0: [sdc] Write Protect is off
sd 5:0:0:0: [sdc] Mode Sense: 45 00 00 08
sd 5:0:0:0: [sdc] Assuming drive cache: write through
sd 5:0:0:0: [sdc] Assuming drive cache: write through
 sdc: sdc1
sd 5:0:0:0: [sdc] Assuming drive cache: write through
sd 5:0:0:0: [sdc] Attached SCSI removable disk
Adding 1023996k swap on /swapfile.  Priority:-1 extents:11 across:2121724k 
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
ADDRCONF(NETDEV_UP): wlan0: link is not ready
r8169 0000:04:00.0: eth0: link up
r8169 0000:04:00.0: eth0: link up
ADDRCONF(NETDEV_UP): wlan0: link is not ready
r8169 0000:04:00.0: eth0: link up
r8169 0000:04:00.0: eth0: link up
eth0: no IPv6 routers present

Last edited by knysng (2010-06-23 19:10:34)

Offline

#12 2010-06-23 22:26:31

splippity
Member
Registered: 2010-05-25
Posts: 144

Re: new kernel 2.6.34 and xorg1.8 and no audio intel sound card

first if your refering to me about complaining about help.......... someone highjacked my thread and go help but I didnt.........

though I do apologize.

Setting the toshiba option got me up and running but when I try to start amixer (or alsamixer) I get the following error


alsamixer
ALSA lib simple_none.c:1546:(simple_add1) helem (MIXER,'Master Playback Switch',0,3,0) appears twice or more
cannot load mixer controls: Invalid argument

at least Im now half up and running lol

Offline

#13 2010-06-24 02:59:15

nao
Member
Registered: 2009-05-10
Posts: 11

Re: new kernel 2.6.34 and xorg1.8 and no audio intel sound card

beej wrote:

My mic stopped working on my Aspire One, but running "alsactl init" caused it to start working.  I don't know if this is useful at all, but at least it's a datapoint. :-)

This was one of the problems I got after the upgrade.  After "alsactl init", it's working (and after rebooting).  Thanks beej.

Offline

#14 2010-06-24 11:08:26

knysng
Member
Registered: 2008-05-10
Posts: 23

Re: new kernel 2.6.34 and xorg1.8 and no audio intel sound card

splippity wrote:

first if your refering to me about complaining about help.......... someone highjacked my thread and go help but I didnt.........

though I do apologize.

Setting the toshiba option got me up and running but when I try to start amixer (or alsamixer) I get the following error


alsamixer
ALSA lib simple_none.c:1546:(simple_add1) helem (MIXER,'Master Playback Switch',0,3,0) appears twice or more
cannot load mixer controls: Invalid argument

at least Im now half up and running lol

Ugh, yeah you are right. I get the same error. Apperantly, this is a driver/kernel problem:
http://bbs.archlinux.org/viewtopic.php?id=99705

Any other ideas?

- kny

Offline

#15 2010-06-24 15:53:47

splippity
Member
Registered: 2010-05-25
Posts: 144

Re: new kernel 2.6.34 and xorg1.8 and no audio intel sound card

lol I know I made that post lol.

Offline

#16 2010-06-24 20:15:21

knysng
Member
Registered: 2008-05-10
Posts: 23

Re: new kernel 2.6.34 and xorg1.8 and no audio intel sound card

... I'm an idiot.

Anyway, I tried the kernel patch and it does fix the problem in your bug report, but it does not fix the alsamixer/amixer problem.

I have no idea what to try next. Maybe go back to 2.6.33?

-kny

Offline

Board footer

Powered by FluxBB