|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Thinkap T43 suspend/resume only onceHello to the list.
On my Thinkpad T43 every component works great with FreeBSD 7.0 and 7.1 PRERELEASE. But there is one point that does not work correctly. When I press the Fn+F4 buttons the first time after booting the system, ACPI mode S3 is called correctly and the notebook goes into suspend mode. After pressing Fn alone the notebook resumes perfekt. But when I press Fn+F4 the next time, nothing happens. Entering "acpiconf -s 3" suspends the notebook and resuming is no problem Where is the problem? If this is the wrong list, please tell me. Many thanks for your answers. Best regards J.D. Here the configuration files: /boot/loader.conf ---------------- # fuer T43 acpi_ibm_load="YES" # Sound-Modul laden snd_ich_load="YES" # Bluetooth ng_ubt_load="YES" # ATi-Radeon-Module fuer X300 radeon_load="YES" # fuer Mono kern.ipc.semmni=40 kern.ipc.semmns=300 # fuer gamin kern.maxfiles="25000" /etc/sysctl.conf ---------------- # ACPI fuer Thinkpad T43 # hw.acpi.reset_video=1 hw.acpi.lid_switch_state=S3 hw.acpi.sleep_button_state=S3 hw.acpi.power_button_state=S5 hw.acpi.sleep_delay=3 hw.acpi.verbose=1 dev.acpi_ibm.0.events=1 hw.syscons.sc_no_suspend_vtswitch=0 /etc/devd.conf (the relevant entry): ------------------------------------ # Suspend fuer IBM Thinkpad T43 notify 10 { match "system" "ACPI"; match "subsystem" "IBM"; match "notify" "0x04"; action "logger -t Fn+F4 && /etc/rc.suspend"; }; uname -a says: -------------- FreeBSD t43.juergendankoweit.net 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Sun Sep 14 09:24:44 CEST 2008 juergen@...:/usr/obj/usr/src/sys/GENERIC i386 _______________________________________________ freebsd-acpi@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-acpi To unsubscribe, send any mail to "freebsd-acpi-unsubscribe@..." |
|
|
Re: Thinkap T43 suspend/resume only onceOn Wed, 17 Sep 2008 21:36:42 +0200
Juergen Dankoweit <Juergen.Dankoweit@...> wrote: > But there is one point that does not work correctly. > When I press the Fn+F4 buttons the first time after booting the system, > ACPI mode S3 is called correctly and the notebook goes into suspend > mode. After pressing Fn alone the notebook resumes perfekt. > > But when I press Fn+F4 the next time, nothing happens. Entering > "acpiconf -s 3" suspends the notebook and resuming is no problem Hi Juergen, does any other fn- key act in a different way (well, stops working) after the first restore? maybe not related at all...but does devd pick up the event at all after the restart? ( man devd on how to run devd in debug mode...) b _________________________ {Beto|Norberto|Numard} Meijome Commitment is active, not passive. Commitment is doing whatever you can to bring about the desired result. Anything less is half-hearted. I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. _______________________________________________ freebsd-acpi@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-acpi To unsubscribe, send any mail to "freebsd-acpi-unsubscribe@..." |
|
|
Re: Thinkap T43 suspend/resume only onceHello Norberto,
Am Dienstag, den 23.09.2008, 01:14 +1000 schrieb Norberto Meijome: > On Wed, 17 Sep 2008 21:36:42 +0200 > Juergen Dankoweit <Juergen.Dankoweit@...> wrote: > > > But there is one point that does not work correctly. > > When I press the Fn+F4 buttons the first time after booting the system, > > ACPI mode S3 is called correctly and the notebook goes into suspend > > mode. After pressing Fn alone the notebook resumes perfekt. > > > > But when I press Fn+F4 the next time, nothing happens. Entering > > "acpiconf -s 3" suspends the notebook and resuming is no problem > > Hi Juergen, > does any other fn- key act in a different way (well, stops working) after the first restore? I have tested this and the other keys are dead, too. After restarting the system the keys work normal. When I press Fn+F4 the suspend mode is called and the notebook switches to suspend. Pressing the Fn button brings the notebook back again and then all Fn-key-combinations are dead. When I enter acpiconf -s 3 on a console the notebook suspends and pressing Fn alone the notebook resumes and then all keys work again. To disable or enable the Bluetooth component with Fn+F5 works without any problems, when the notebook has not resumed before! Best regards Juergen _______________________________________________ freebsd-acpi@... mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-acpi To unsubscribe, send any mail to "freebsd-acpi-unsubscribe@..." |
| Free Forum Powered by Nabble | Forum Help |