DragonFly BSD
DragonFly users List (threaded) for 2006-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: Debugging device drivers


From: joerg@xxxxxxxxxxxxxxxxx
Date: Wed, 11 Jan 2006 23:50:06 +0100
Mail-followup-to: users@crater.dragonflybsd.org

On Wed, Jan 11, 2006 at 10:19:45PM +0100, Francis GUDIN wrote:
> On Wednesday, 11 January 2006 at 13:10:42 -0800, Danial Thom wrote :
> > 
> > Trace code is your friend. Compiling a kernel is
> > so fast these days, just compile and reboot. 
> > 
> 
> Hum... not exactly: my host is a 2xPPro (200MHz). Rebuilding a kernel is
> about 1/4 hour. Rebooting globally lasts a few minutes. Joy, joy, joy...
> Oh ! Also: i'd like to avoid launching X everytime, firefox (s**t) and
> all over again. This *is* painful. This is why i asked...

First of all, get a console to play sound like mad123 or so. Second, do
you have your device settings (IRQ, DMA, ...)? You need to add two
entries your kernel config:
device pcm
device snd_sbc0 at isa? ...

where "..." are the configuration parameters. You can change them via
the kernel config (boot -c).

Joerg



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]