Current problem reports assigned to freebsd-acpi@FreeBSD.org

2013-01-14 Thread FreeBSD bugmaster
Note: to view an individual PR, use:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).

The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.


S Tracker  Resp.  Description

o kern/174766  acpi   [acpi] Random acpi panic
o kern/174504  acpi   [ACPI] Suspend/resume broken on Lenovo x220
o kern/171305  acpi   [acpi] acpi_tz0: _CRT value is absurd, ignored (256.0C
o kern/164329  acpi   [acpi] hw.acpi.thermal.tz0.temperature shows strange v
o kern/163268  acpi   [acpi_hp] fix driver detach in absence of CMI
o kern/162859  acpi   [acpi] ACPI battery/acline monitoring partialy working
o kern/161715  acpi   [acpi] Dell E6520 doesn't resume after ACPI suspend
o kern/161713  acpi   [acpi] Suspend on Dell E6520
o kern/160838  acpi   [acpi] ACPI Battery Monitor Non-Functional
o kern/160419  acpi   [acpi_thermal] acpi_thermal kernel thread high CPU usa
o kern/158689  acpi   [acpi] value of sysctl hw.acpi.thermal.polling_rate ne
o kern/154955  acpi   [acpi] Keyboard or ACPI doesn't work on Lenovo S10-3
o kern/152438  acpi   [acpi]: patch to acpi_asus(4) to add extra sysctls for
o kern/152098  acpi   [acpi] Lenovo T61p does not resume
o i386/146715  acpi   [acpi] Suspend works, resume not on a HP Probook 4510s
o kern/145306  acpi   [acpi]: Can't change brightness on HP ProBook 4510s
o i386/143798  acpi   [acpi] shutdown problem with SiS K7S5A
o kern/143420  acpi   [acpi] ACPI issues with Toshiba
o kern/142009  acpi   [acpi] [panic] Panic in AcpiNsGetAttachedObject
o kern/139088  acpi   [acpi] ACPI Exception: AE_AML_INFINITE_LOOP error
o amd64/138210 acpi   [acpi] acer aspire 5536 ACPI problems (S3, brightness,
o kern/137042  acpi   [acpi] hp laptop's lcd not wakes up after suspend to r
o i386/136008  acpi   [acpi] Dell Vostro 1310 will not shutdown (Requires us
o kern/132602  acpi   [acpi] ACPI Problem with Intel SS4200: System does not
p kern/128634  acpi   [patch] fix acpi_asus(4) in asus a6f laptop
o bin/126162   acpi   [acpi] ACPI autoload failed : loading required module 
o kern/123039  acpi   [acpi] ACPI AML_BUFFER_LIMIT errors during boot
a i386/122887  acpi   [panic] [atkbdc]  7.0-RELEASE on IBM HS20 panics immed
s kern/112544  acpi   [acpi] [patch] Add High Precision Event Timer Driver f
o kern/105537  acpi   [acpi] problems in acpi on HP Compaq nc6320
o kern/91594   acpi   [acpi] FreeBSD  5.4 w/ACPI fails to detect Intel Pro/
o kern/73823   acpi   [request] acpi / power-on by timer support
o kern/56024   acpi   ACPI suspend drains battery while in S3

33 problems total.

___
freebsd-acpi@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to freebsd-acpi-unsubscr...@freebsd.org


resume and /boot on usb

2013-01-14 Thread marko.cupac
I am trying to make suspend / resume work on my Asus N53JQ.

My first problem comes from the fact that I boot from gpt partitioned
USB stick which contains only bootcode and /boot partition, the rest of
the system is on geli encrypted local HDD. Setup is similar to the one
described here:
http://translate.google.com/translate?sl=srtl=enjs=nprev=_thl=srie=UTF-8eotf=1u=http%3A%2F%2Fwww.bsdserbia.org%2Findex.php%3Ftopic%3D1638.msg9969%23msg9969

I need to kldunload usb in rc.suspend, and then again kldload it in
rc.resume. After resuming, mount shows da0p2 mounted at /USBboot as
it was before suspending, and /USBboot/boot is symlinked to /boot.
However, cd and ls under these mountpoints behave strangely, with
files missing. It is not possible to remount da0p2 as it reports
unclean filesystem needing fsck.

Any suggestions how I can make this work?

-- 
Marko Cupać

___
freebsd-acpi@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
To unsubscribe, send any mail to freebsd-acpi-unsubscr...@freebsd.org