Bug 7195
Summary: | pc doesn't correctly shut down because of hda_intel | ||
---|---|---|---|
Product: | Drivers | Reporter: | Mauro Sacchetto (mauro.sacchetto) |
Component: | Sound(ALSA) | Assignee: | Jaroslav Kysela (perex) |
Status: | CLOSED OBSOLETE | ||
Severity: | normal | CC: | alan, fieroch, malowmas24, mauro.sacchetto, protasnb |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.24 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Mauro Sacchetto
2006-09-24 04:43:31 UTC
Today I wrote to Alsa team too: bug no. 2475. Could you give one of the 2.6.19-rc kernels a test? There were some changes that might make a difference on this. If that still doesn't work, could you post your attach your dmesg out? Alle 09:43, sabato 25 novembre 2006, hai scritto:
> http://bugzilla.kernel.org/show_bug.cgi?id=7195
> ------- Additional Comments From error27@gmail.com 2006-11-25 00:41
> ------- Could you give one of the 2.6.19-rc kernels a test? There were
> some changes that might make a difference on this.
> If that still doesn't work, could you post your attach your dmesg out?
I just installed the definite release of 2.6.19,
but I0ve the same problem. As temporary solution
to shut down fisically my pc. I put in rc.local_shutdown
the following lines:
rmmod -f snd_hda_intel
rmmod -f snd_hda_codec
I remember you that, if I work only in console
or use a different WM that KDe, all works properly.
Only if I load KDE, after I'm not able to shutdown
properly my pc
Mauro, OK, you should definitely give it a shot with 2.6.22-rc4 and above. If you still have a problem, can you please get a trace with alt-sysrq-t - while the system is supposedly in shutdown - and attach it to the report. Thanks. I've got the same problem with the hdaudio module still in kernel 2.6.22. It's not a problem with kde. I'm running windowmaker with that problem, too. Unloading snd_hda_intel and snd_hda_codec before shutting down is a workaround for me. Hardware environment: Pentium 4 3000 EM64T - Asus P5GD2 Premium mainboard Software environment: Windowmaker 0.92.0 (debian SID) The hardwares with such problems are usually the unknown devices, and the driver tries to probe it according to the BIOS information. And, as you know, BIOS is often broken. Check /proc/asound/card0/codec#* file to see what codec chip is there, and try various model module option for snd-hda-intel module as listed in ALSA-Configuration.txt. Some of these presets may match better than BIOS setting. Does anyone have an update on this? Did you have chance to try suggested in #6? Questo account sar I have got the C-Media CMI9880 codec chip and added the line 'snd-hda-intel model=full_dig' to /etc/modules, but that doesn't work for me (kernel 2.6.24). rmmod before shutting down is working. This issue http://bugzilla.kernel.org/show_bug.cgi?id=7195 https://solarsmash.co appears to be due to a conflict between the hda_intel audio module and KDE’s audio manager (aRTS) on Slackware 10.2. When KDE is running, the system fails to power off correctly after the message "Power down. Acpi_power_off called." Disabling hda_intel allows proper shutdown, while the issue does not occur in other desktop environments like Fluxbox or in console mode. |