ACPI problem, my VAIO won't come back from suspension

2003-12-02 Thread Francisco Solsona
Hello,

I have a Sony VAIO PCG-GRX626P, and I'm using a two days old FreeBSD
current, and pretty much everything works, except that when I move
into sleep mode 3 (acpiconf -s 3) I cannot bring my lap back. :-(

The fan starts again, but nothing else happens, after a while I just
power off the machine.

I might be missing something, please point me to the right docs.

TIA,
--Francisco

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


MB_LEN_MAX undeclared (scan.c)

2003-03-11 Thread Francisco Solsona
Hi all,

I just cvsup updated my tree (this is FreeBSD CURRENT, 5.0), and make
buildworld breaks with:

...
cc -O -pipe -I. -I/usr/src/usr.bin/xlint/lint1 
-I/usr/src/usr.bin/xlint/lint1/../arch/i386 -I/usr/src/usr.bin/xlint/lint1/../common   
 -c /usr/src/usr.bin/xlint/lint1/tree.c
cc -O -pipe -I. -I/usr/src/usr.bin/xlint/lint1 
-I/usr/src/usr.bin/xlint/lint1/../arch/i386 -I/usr/src/usr.bin/xlint/lint1/../common   
 -c /usr/src/usr.bin/xlint/lint1/func.c
cc -O -pipe -I. -I/usr/src/usr.bin/xlint/lint1 
-I/usr/src/usr.bin/xlint/lint1/../arch/i386 -I/usr/src/usr.bin/xlint/lint1/../common   
 -c scan.c
/usr/src/usr.bin/xlint/lint1/scan.l: In function `wccon':
/usr/src/usr.bin/xlint/lint1/scan.l:769: `MB_LEN_MAX' undeclared (first use in this 
function)
/usr/src/usr.bin/xlint/lint1/scan.l:769: (Each undeclared identifier is reported only 
once
/usr/src/usr.bin/xlint/lint1/scan.l:769: for each function it appears in.)
/usr/src/usr.bin/xlint/lint1/scan.l:769: storage size of `buf' isn't known
...

shouldn't MB_LEN_MAX be defined in /limits.h?

I couldn't find anything in UPDATING, or in the current mailing list
archive, but please feel free to point me to the appropriate doc.

Just in case: this is a SONY Vaio PCG-GRX626, P4 @ 1.7MHz.

TIA,
--Francisco


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message


buildkernel breaks with lots of sched_* undefined references

2003-03-06 Thread Francisco Solsona
Hi,

I've been using FreeBSD RELENG_5_0 for a while with not many problems,
however when trying to switch to current, buildworld goes smoothly,
but buildkernel ends in error after a while with a bunch of undefined
symbols:

kern_proc.o(.text+0xe3): undefined reference to `sched_sizeof_proc'
kern_proc.o: In function `fill_kinfo_proc':
kern_proc.o(.text+0x154b): undefined reference to `sched_pctcpu'
kern_resource.o: In function `donice':
kern_resource.o(.text+0xa08): undefined reference to `sched_nice'
kern_subr.o: In function `uio_yield':
kern_subr.o(.text+0x59e): undefined reference to `sched_prio'
kern_switch.o: In function `choosethread':
kern_switch.o(.text+0x9): undefined reference to `sched_choose'
kern_switch.o: In function `kse_reassign':
kern_switch.o(.text+0x147): undefined reference to `sched_add'
kern_switch.o: In function `adjustrunqueue':
kern_switch.o(.text+0x1d8): undefined reference to `sched_rem'
kern_switch.o(.text+0x1e0): undefined reference to `sched_add'
kern_switch.o(.text+0x20e): undefined reference to `sched_rem'
kern_switch.o: In function `setrunqueue':
kern_switch.o(.text+0x303): undefined reference to `sched_rem'
kern_switch.o(.text+0x3bd): undefined reference to `sched_add'
kern_synch.o: In function `msleep':
kern_synch.o(.text+0x466): undefined reference to `sched_sleep'
kern_synch.o: In function `mi_switch':
kern_synch.o(.text+0xca7): undefined reference to `sched_switchout'
kern_synch.o(.text+0xcc3): undefined reference to `sched_switchin'
kern_synch.o: In function `setrunnable':
kern_synch.o(.text+0xdcb): undefined reference to `sched_wakeup'
kern_synch.o: In function `yield':
kern_synch.o(.text+0x1019): undefined reference to `sched_prio'
kern_thread.o: In function `threadinit':
kern_thread.o(.text+0x1407): undefined reference to `sched_sizeof_thread'
kern_thread.o(.text+0x1451): undefined reference to `sched_sizeof_ksegrp'
kern_thread.o(.text+0x149b): undefined reference to `sched_sizeof_kse'
subr_trap.o: In function `userret':
subr_trap.o(.text+0x12): undefined reference to `sched_userret'
subr_trap.o: In function `ast':
subr_trap.o(.text+0x65f): undefined reference to `sched_prio'
ksched.o: In function `ksched_attach':
ksched.o(.text+0x2e): undefined reference to `sched_rr_interval'
ksched.o: In function `ksched_setscheduler':
ksched.o(.text+0x2d3): undefined reference to `sched_prio'
ksched.o(.text+0x3c3): undefined reference to `sched_prio'
vm_zeroidle.o: In function `vm_pagezero':
vm_zeroidle.o(.text+0x40d): undefined reference to `sched_runnable'
vm_pageout.o: In function `vm_pageout_scan':
vm_pageout.o(.text+0x197c): undefined reference to `sched_nice'
machdep.o: In function `cpu_idle':
machdep.o(.text+0x166e): undefined reference to `sched_runnable'
*** Error code 1

Stop in /usr/obj/usr/src/sys/MOBILE.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src

am I missing something obvious?  This is a Sony VAIO P4, and I moved
from STABLE to RELENG_5.0 a couple of weeks ago.

TIA,
--Francisco

-- 
Reality is an obstacle to hallucination.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message