Date: Tue, 5 May 2009 09:38:20 +0200 From: Hans Petter Selasky <hselasky@c2i.net> To: freebsd-current@freebsd.org Cc: Chao Shin <quakelee@geekcn.org> Subject: Re: current couldn't attach usb mouse Message-ID: <200905050938.20963.hselasky@c2i.net> In-Reply-To: <op.utf4atx1hnq548@qld630> References: <op.utego3echnq548@qld630> <200905050919.51551.hselasky@c2i.net> <op.utf4atx1hnq548@qld630>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 05 May 2009, Chao Shin wrote: > Hi Hans, > > I disabled fuse.ko and reboot box, nothing changed > > [root@currentpark] ~# kldstat > Id Refs Address Size Name > 1 1 0xffffffff80100000 c1b1e8 kernel > Then you need to build a kernel with debugging and get a backtrace: options KDB # Enable kernel debugger support. options DDB # Support DDB. options GDB # Support remote GDB. When you get to the debugger prompt at boot, type "bt" for backtrace. --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905050938.20963.hselasky>