Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jan 2015 15:16:41 -0500
From:      Anthony Jenkins <Anthony.B.Jenkins@att.net>
To:        Mohammad Najafi <zapture@gmail.com>,  Adrian Chadd <adrian@freebsd.org>
Cc:        "freebsd-acpi@freebsd.org" <freebsd-acpi@freebsd.org>
Subject:   Re: Fwd: Activating Suspend/Resume on FreeBSD 10.1
Message-ID:  <54CA9529.1060903@att.net>
In-Reply-To: <CAJ42Rm1qUAvEWVMVshXxm%2BSc2=yp23Z9Vw_ReRxN0d0M15sbmg@mail.gmail.com>
References:  <CAJ42Rm1dcpnUsD_-cdB3upUjNm=Jw%2B1j9WOEmH_7vN5zA7zDfA@mail.gmail.com> <54CA4C9D.4020500@att.net> <CAJ-VmokeFfD=2Vpx7KDJv7xMsRqAB7-eWnpYizyrpjEqwsNedw@mail.gmail.com> <CAJ42Rm1qUAvEWVMVshXxm%2BSc2=yp23Z9Vw_ReRxN0d0M15sbmg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Ahhh... good ol' VESA driver:

    Jan 29 23:06:57 MyBSD kernel: Fatal trap 12: page fault while in
    kernel mode
    Jan 29 23:06:57 MyBSD kernel: cpuid = 0; apic id = 00
    Jan 29 23:06:57 MyBSD kernel: fault virtual address    = 0x378
    Jan 29 23:06:57 MyBSD kernel: fault code        = supervisor read
    data, page not present
    Jan 29 23:06:57 MyBSD kernel: instruction pointer    =
    0x20:0xffffffff809149e1
    Jan 29 23:06:57 MyBSD kernel: stack pointer            =
    0x28:0xfffffe011b3b9480
    Jan 29 23:06:57 MyBSD kernel: frame pointer            =
    0x28:0xfffffe011b3b9500
    Jan 29 23:06:57 MyBSD kernel: code segment        = base 0x0, limit
    0xfffff, type 0x1b
    Jan 29 23:06:57 MyBSD kernel: = DPL 0, pres 1, long 1, def32 0, gran 1
    Jan 29 23:06:57 MyBSD kernel: processor eflags    = interrupt
    enabled, resume, IOPL = 0
    Jan 29 23:06:57 MyBSD kernel: current process        = 996 (acpiconf)
    Jan 29 23:06:57 MyBSD kernel: trap number        = 12
    Jan 29 23:06:57 MyBSD kernel: panic: page fault
    Jan 29 23:06:57 MyBSD kernel: cpuid = 0
    Jan 29 23:06:57 MyBSD kernel: KDB: stack backtrace:
    Jan 29 23:06:57 MyBSD kernel: #0 0xffffffff80963000 at
    kdb_backtrace+0x60
    Jan 29 23:06:57 MyBSD kernel: #1 0xffffffff80928125 at panic+0x155
    Jan 29 23:06:57 MyBSD kernel: #2 0xffffffff80d24f1f at trap_fatal+0x38f
    Jan 29 23:06:57 MyBSD kernel: #3 0xffffffff80d25238 at trap_pfault+0x308
    Jan 29 23:06:57 MyBSD kernel: #4 0xffffffff80d2489a at trap+0x47a
    Jan 29 23:06:57 MyBSD kernel: #5 0xffffffff80d0a782 at calltrap+0x8
    Jan 29 23:06:57 MyBSD kernel: #6 0xffffffff80d96ed5 at
    vesa_bios_save_restore+0x95
    Jan 29 23:06:57 MyBSD kernel: #7 0xffffffff80e02296 at vga_suspend+0xa6
    Jan 29 23:06:57 MyBSD kernel: #8 0xffffffff80e0258d at
    isavga_suspend+0x1d
    Jan 29 23:06:57 MyBSD kernel: #9 0xffffffff8095b204 at
    bus_generic_suspend+0x64
    Jan 29 23:06:57 MyBSD kernel: #10 0xffffffff8095b204 at
    bus_generic_suspend+0x64
    Jan 29 23:06:57 MyBSD kernel: #11 0xffffffff8095b204 at
    bus_generic_suspend+0x64
    Jan 29 23:06:57 MyBSD kernel: #12 0xffffffff8067e97d at pci_suspend+0x5d
    Jan 29 23:06:57 MyBSD kernel: #13 0xffffffff8095b204 at
    bus_generic_suspend+0x64
    Jan 29 23:06:57 MyBSD kernel: #14 0xffffffff8095b204 at
    bus_generic_suspend+0x64
    Jan 29 23:06:57 MyBSD kernel: #15 0xffffffff8035bc7f at acpi_suspend+0xf
    Jan 29 23:06:57 MyBSD kernel: #16 0xffffffff8095b204 at
    bus_generic_suspend+0x64
    Jan 29 23:06:57 MyBSD kernel: #17 0xffffffff8095b204 at
    bus_generic_suspend+0x64
    Jan 29 23:06:57 MyBSD kernel: Uptime: 1m7s


A frequent recommendation I see is to remove VESA support from your
kernel, apparently it has suspend/resume issues.  I don't think
FreeBSD-10.1 uses the KMS graphics drivers by default, and I /thought/
the recommendation was for KMS systems.  Shouldn't hurt to build a
kernel without 'options VESA' and see what happens...

Anthony

On 01/29/2015 02:43 PM, Mohammad Najafi wrote:
> Hi,
>
> I have tried FreeBSD 10.1 boot image and it almost works nicely.
> However, my installed FreeBSD 10.1 does not suspend and gives kernel
> panic as you can see in the attached kernel log (lines 265 to 313).
>
> Thanks,
> M.Najafi
>
>
> On Thu, Jan 29, 2015 at 6:02 PM, Adrian Chadd <adrian@freebsd.org
> <mailto:adrian@freebsd.org>> wrote:
>
>     Hi,
>
>     Please try a freebsd-head snapshot and see if that resolves your
>     issue.
>
>     The fixes may not have been backported.
>
>     Thanks!
>
>     -a
>
>
>     On 29 January 2015 at 07:07, Anthony Jenkins
>     <Anthony.B.Jenkins@att.net <mailto:Anthony.B.Jenkins@att.net>> wrote:
>     > On 01/29/2015 08:42 AM, Mohammad Najafi wrote:
>     >> Dear Members:
>     >>
>     >> "acpiconf -s 3" results in kernel panic.
>     >>
>     >> For more info, I have attached my FreeBSD kernel boot message
>     >
>     > I don't see anything in the boot messages about a panic...
>     >
>     > Some suggestions:
>     >
>     >  - You can try to capture a kernel dump.  See
>     >
>     https://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html#kerneldebug-obtain
>     >  - Try the hints in DebuggingSuspendResume on the FreeBSD wiki.  See
>     > https://wiki.freebsd.org/SuspendResume and
>     > https://wiki.freebsd.org/DebuggingSuspendResume
>     >  - Try running FreeBSD-CURRENT.  You can boot it off a USB flash
>     drive
>     > and try suspend/resume.
>     >
>     > Also read the FreeBSD ACPI stuff at
>     > https://www.freebsd.org/doc/handbook/acpi-overview.html .
>     >
>     > Anthony Jenkins
>     >
>     >> Any help is highly welcome.
>     >>
>     >> Thanks in advance.
>     >> M.Najafi
>     >>
>     >>
>     >> _______________________________________________
>     >> freebsd-acpi@freebsd.org <mailto:freebsd-acpi@freebsd.org>
>     mailing list
>     >> http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
>     >> To unsubscribe, send any mail to
>     "freebsd-acpi-unsubscribe@freebsd.org
>     <mailto:freebsd-acpi-unsubscribe@freebsd.org>"
>     >
>     > _______________________________________________
>     > freebsd-acpi@freebsd.org <mailto:freebsd-acpi@freebsd.org>
>     mailing list
>     > http://lists.freebsd.org/mailman/listinfo/freebsd-acpi
>     > To unsubscribe, send any mail to
>     "freebsd-acpi-unsubscribe@freebsd.org
>     <mailto:freebsd-acpi-unsubscribe@freebsd.org>"
>
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54CA9529.1060903>