|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Laptop Questions about laptop hardware and laptop specific software (power management ) |
![]() |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Quote:
Please, with your current PC configuration (now that you have updated) can you run the two scripts from the audio troubleshooting guide: SDB:AudioTroubleshooting - openSUSE specifically, copy and paste into an xterm/konsole as a regular user (while your pc is connected to the internet): Code:
wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && bash alsa-info.sh and Code:
su -c 'wget -O tsalsa wget http://home.cfl.rr.com/infofiles/tsalsa && bash tsalsa' Since your configuration has now changed with this update, please also paste here the output of: rpm -qa | grep alsa rpm -qa | grep sound rpm -qa | grep pulse uname -a cat /etc/modprobe.d/sound ... and finally I gave you a table of model options for your /etc/modprobe.d/sound file. Which ones did you try? Exactly what syntax did you use for the entire /etc/modprobe.d/sound file when you tried such an option? |
|
|||
|
Hello,
wget -O alsa-info.sh http://www.alsa-project.org/alsa-info.sh && bash alsa-info.sh ==> general pastebin - kiwe - post number 1061289 su -c 'wget -O tsalsa wget http://home.cfl.rr.com/infofiles/tsalsa && bash tsalsa' ==> tsalsa.txt - nopaste.com (beta) rpm -qa | grep alsa kalsatools-1.5.0-544.1 rpm -qa | grep sound libasound2-1.0.16-39.1 libasound2-32bit-1.0.16-39.1 rpm -qa | grep pulse "nothing returna uname -a Linux acer 2.6.25.5-1.1-default #1 SMP 2008-06-07 01:55:22 +0200 x86_64 x86_64 x86_64 GNU/Linux cat /etc/modprobe.d/sound alias snd-card-0 snd-hda-intel alias sound-slot-0 snd-hda-intel I think that alsaconf do all the entries in /etc/modprobe.conf and /etc/modprobe.d/sound. This is the entry which yast edit. /etc/modprobe.d/sound.YaST2save options snd slots=snd-hda-intel # u1Nb.g5Eu65_2Iy6:82801H (ICH8 Family) HD Audio Controller alias snd-card-0 snd-hda-intel Thanks and Regards KaWe |
|
||||
|
Quote:
ie manually (via a hand edit) change the /etc/modprobe.d/sound file to: Code:
options snd slots=snd-hda-intel # u1Nb.g5Eu65_2Iy6:82801H (ICH8 Family) HD Audio Controller alias snd-card-0 snd-hda-intel options snd-hda-intel model=auto speaker-test -c2 -Ddefault -l5 -twav being careful to recheck your mixer during the test. If that does not work, then instead of "auto" try "acer-aspire" and repeat the alsa restart and sound check above. If that doesn't work, try "acer", ... and all the other various settings from the above table that I referenced in post#4 above 82801H (ICH8 Family) HD Audio Controller (rev 03) - openSUSE Forums ... and if none of those work, then try a different syntax, as it appears the syntax for openSUSE-11.0 may have changed, ... ie try: ie manually (via a hand edit) change the /etc/modprobe.d/sound file to: Code:
options snd-hda-intel index=0 enable=1 model=auto # u1Nb.g5Eu65_2Iy6:82801H (ICH8 Family) HD Audio Controller alias snd-card-0 snd-hda-intel speaker-test -c2 -Ddefault -l5 -twav being careful to recheck your mixer during the test. Again, if that does not work, then instead of "auto" try "acer-aspire" and repeat the alsa restart and sound check above. If that doesn't work, try "acer", ... and all the other various settings from the above table that I referenced in post#4 above 82801H (ICH8 Family) HD Audio Controller (rev 03) - openSUSE Forums Note, you must be precise with your /etc/modprobe.d/sound file edits. If this does not work, and if you followed my suggestion exactly, with the sound test I specifically recommended, then I have no further suggestions, other than to write a bug report on alsa and openSUSE-11.0. Good luck. |
|
|||
|
Dear oldcpu,
today I have a lot of luck and the sound works with your help. Thank you very much! /etc/modprobe.d/sound Code:
options snd slots=snd-hda-intel # u1Nb.g5Eu65_2Iy6:82801H (ICH8 Family) HD Audio Controller alias snd-card-0 snd-hda-intel options snd-hda-intel model=auto KaWe |
|
||||
|
Congratulations!! Thankyou for sharing your solution.
|
|
|||
|
Hey guys... don't be hating but I have the "same laptop"
jk .. it's the Aspire 6920G but I have the exact same issue with the sound. Here is what I get when I use:speaker-test -c2 -Ddefault -l5 -twav speaker-test 1.0.16 Playback device is default Stream parameters are 48000Hz, S16_LE, 2 channels WAV file(s) Rate set to 48000Hz (requested 48000Hz) Buffer size range from 128 to 1048576 Period size range from 64 to 262144 Using max buffer size 1048576 Periods = 4 was set period_size = 262144 was set buffer_size = 1048576 *** PULSEAUDIO: Unable to create stream. Unable to set hw params for playback: Input/output error Setting of hwparams failed: Input/output error alsaconf also works for me with no errors just like the other guys. My /var/log/messages contains these lines: Jul 6 22:10:46 linux-itah kernel: ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22 Jul 6 22:10:46 linux-itah kernel: PCI: Setting latency timer of device 0000:00:1b.0 to 64 Jul 6 22:10:47 linux-itah kernel: ALSA /usr/src/packages/BUILD/alsa-driver/pci/hda/../../alsa-kernel/pci/hda/hda_intel.c:601: hda_intel: azx_get_response timeout, switching to polling mode: last cmd=0x100f0000 Jul 6 22:10:57 linux-itah pulseaudio[11363]: core-util.c: setpriority(): Permission denied Jul 6 22:10:57 linux-itah pulseaudio[11363]: pid.c: Stale PID file, overwriting. Jul 6 22:10:57 linux-itah pulseaudio[11363]: main.c: setrlimit(RLIMIT_NICE, (31, 31)) failed: Operation not permitted Jul 6 22:10:57 linux-itah pulseaudio[11363]: main.c: setrlimit(RLIMIT_RTPRIO, (9, 9)) failed: Operation not permitted Jul 6 22:23:10 linux-itah kernel: ACPI: EC: non-query interrupt received, switching to interrupt mode Jul 6 22:24:18 linux-itah gconfd (root-4004): GConf server is not in use, shutting down. Jul 6 22:24:18 linux-itah gconfd (root-4004): Exiting Seems like a permission issue of some sort, but I don't know enough about how also operates to troubleshoot this, so any help would be appreciated! |
|
||||
|
Quote:
Please, state your problem clearly, or start a new thread, but don't force me to go up and read and extrapolate from a bunch of posts from another person. Many newbies say they have the exact same issue, and 95% of the time its a different issue. I want to help, but I reply to so many posts, there is no way I can keep everyone's help request in my mind. So please: (1) state you problem symptoms clearly and (2) provide an answer to what was asked in post#11 above, ... ie this post: 82801H (ICH8 Family) HD Audio Controller (rev 03) - openSUSE Forums |
|
|||
|
My apologies,
So please: (1) state you problem symptoms clearly and Problem is very simply, I got no sound whatsoever. Even though also is updated to its latest stable version (as you can see in the logs of my post). (2) provide an answer to what was asked in post#11 above, ... ie this post: I believe you are referring to logs in this one? I did provide logs in my last post which seem to indicate that it might be permission related? I did a little more research after the post and understand that in openSuse 11 we went with pulseaudio so I am inclined to wonder if that's where my problem lies. I will keep trying to learn more and if I succeed I will post my results. I also re-installed all the pulseaudio packages that I found on my system, that did not seem to make any difference. Here is what I get in /var/log/messages when I try to play an mp3 using kaffeine: Jul 7 00:23:29 linux-itah kernel: hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj. I have not discovered anymore logging messages but if the combination of my posts is not sufficient (does not provide enough troubleshooting messages) I will keep going and perhaps youc an suggest some steps to take to get the logging that would be helpful to you? Your help is very much appreciated wit this. Thank You! |
|
|||
|
Sorry forgot the #11 requirements here they are:
general pastebin - paul - post number 1064426 tsalsa.txt - nopaste.com (beta) Thanks |
![]() |
|
| Bookmarks |
| Tags |
| alc889, aspire 8920, ich8 family, realtek, soundcard |
| Thread Tools | |
| Display Modes | |
|
|