05-03-2012 01:43 PM
Is there no answer? how long we must wait until the fix? this problem is very old...please considerer us, we trust your products. I will still waiting a response. Thanks.
05-05-2012 02:25 AM
Hi! is there anybody or moderator to response me? I can´t belive that lenovo dont fix this problem...I will still waiting. See you.
05-05-2012 03:27 AM
05-08-2012 12:58 AM
thank you very much to response me. The issue persist on safe mode. Do you know if lenovo realize this problem?
05-09-2012 07:54 AM
lemach, do not expect a quick solution. i have had this problem for 8 months now and still no update or patch - nothing. right now i am at local library, everything is quiet, but my laptop is noisy as usual... love it.
and lenovo: thanks for your great customer care. (irony of course)
05-09-2012 09:00 AM
I only need what somebody tell me what can we do, i can write a email everyday until lenovo give us a response but i dont know a valid email to write it. Now i will write to lenovos´s email support. I cant stop until somebody of lenovo hear us. It is not fait that we had bought a new laptop likes a old. Thanks for answer.
05-13-2012 06:49 AM - edited 05-13-2012 07:00 AM
who have reported the problem to the mods by PM as requested in other posts ? I reported my case twice and didnt get feedback yet ...
One workaround for powerusers is to load fixed BIOS DSDT using grub for booting OS , easybcd if using windows , else use patched kernel on linux , ask me for latest version ...
05-14-2012 02:16 PM
Hi rzr,
I don't have a windows OS on the laptop - and I don't know if you can override the DSDT before booting windows.
With grub2 it's simple to insert a custom DSDT file on boot. I found a good reference post at http://blog.michael.kuron-germany.de/2011/03/patch
I didn't use the 01_acpi.txt he provides - even though that's probably the easiest way of doing it.
I took a chunk of /boot/grub/grub.cfg and copied it to /etc/grub.d/11_acpi:
menuentry 'Ubuntu, with Linux 3.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root ff5bc546-589b-42f4-a9d3-048348c9eba8
linux /boot/vmlinuz-3.0.0-12-generic root=UUID=ff5bc546-589b-42f4-a9d3-048348c9eba8 ro quiet splash vt.handoff=7
initrd /boot/initrd.img-3.0.0-12-generic
}
added in the shell script bit at the start:
#!/bin/sh -e
echo "Adding entry with custom dsdt.aml loaded"
cat << EOF
menuentry 'Ubuntu, with Linux 3.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root ff5bc546-589b-42f4-a9d3-048348c9eba8
linux /boot/vmlinuz-3.0.0-12-generic root=UUID=ff5bc546-589b-42f4-a9d3-048348c9eba8 ro quiet splash vt.handoff=7
initrd /boot/initrd.img-3.0.0-12-generic
}
and added the acpi call at the end:
#!/bin/sh -e
echo "Adding entry with custom dsdt.aml loaded"
cat << EOF
menuentry 'Ubuntu, with Linux 3.0.0-12-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
set gfxpayload=$linux_gfx_mode
insmod gzio
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set=root ff5bc546-589b-42f4-a9d3-048348c9eba8
linux /boot/vmlinuz-3.0.0-12-generic root=UUID=ff5bc546-589b-42f4-a9d3-048348c9eba8 ro quiet splash vt.handoff=7
initrd /boot/initrd.img-3.0.0-12-generic
acpi /boot/dsdt.aml
}
where /boot/dsdt.aml is my fixed dsdt.aml explained in earlier posts.
Made this exexutable (chmod +x), then ran update-grub or update-grub2 (not sure which?) then to add these to the grub boot menu.
Probably better explained by the man himself mr dedoimedo
05-16-2012 08:56 AM
hi rzr! Can you explain me how to patch the kernel on windows 7? I am spanish and I don´t understand you too well...Have i got to use easybcd?what file must i use with this program? It is look incredible that lenovo ignore us!!!
05-16-2012 12:09 PM
patching windows7's kernel is illegal i suppose, but my suggestion was to use a bootloader that will load , inject and replace the BIOS's DSDT before booting the OS of your choice but I am not famillar with ms product and dont really care ...
the MacOSX hackintosh guys are using those kind of tricks but I fear this is not a job for a regular user ...
So as any of you tried to call / contact lenovo for support ? please report ...