Date: Wed, 27 Aug 2003 08:29:09 +0200 From: michael <michael@nettmail.de> To: freebsd-stable@freebsd.org Subject: Re: How to force a kernel panic? Message-ID: <3F4C4FB5.5060508@nettmail.de>
index | next in thread | raw e-mail
Hi,
i got often kernel panic if i try to load or unload
a soundcard-kernel-module,
i have made a script what tests which kernel-module
is useful for the system on whihc i would play
soundfile w/o to know the chipset from the souncard.
I append the script included in marks.
----8<-SNIP-8<----
#!/bin/sh
for i in `ls /modules/snd_*.ko`
do
i=${i%%.ko}
i=${i##*/}
echo $i
kldload $i
sleep 2
kldunload $i
done
---->8-SNAP->8----
have fun and a good time
michael
>
> ...so I can test my debugging kernel?
>
> Thanks,
>
> Mike H.
>
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F4C4FB5.5060508>
