Jesper Wallin
2004-Oct-12 07:47 UTC
Is snd_via82c686.ko causing a system hang on 5.3-BETA7?
Hello.. As everyone else, I can't wait to run 5.3-STABLE, so I decided to install the BETA7, in order to get my sound working without compiling my kernel, I simply loaded the /boot/kernel/snd_via82c686.ko module as well as the /boot/kernel/sound.ko module.. Sure, I got sound and they work flawless, then, when I tried to unload them, I did a simple "kldunload snd_via82c686" and I get an error that the device is busy even if I'm not using it, then if I try again, the whole system hangs.. Can anyone else who uses that driver test this for me to make sure it's not my hardware. Best regards, Jesper Wallin
Daniel O'Connor
2004-Oct-12 18:05 UTC
Is snd_via82c686.ko causing a system hang on 5.3-BETA7?
On Wed, 13 Oct 2004 00:17, Jesper Wallin wrote:> As everyone else, I can't wait to run 5.3-STABLE, so I decided to install > the BETA7, in order to get my sound working without compiling my kernel, I > simply loaded the /boot/kernel/snd_via82c686.ko module as well as the > /boot/kernel/sound.ko module.. Sure, I got sound and they work flawless, > then, when I tried to unload them, I did a simple "kldunload snd_via82c686" > and I get an error that the device is busy even if I'm not using it, then > if I try again, the whole system hangs.. Can anyone else who uses that > driver test this for me to make sure it's not my hardware.Unloading the sound drivers can be Bad News (tm) :( Stop doing it and the pain will go away ;) -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: not available Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20041013/245db30c/attachment.bin
Dorian Büttner
2004-Oct-13 05:41 UTC
Is snd_via82c686.ko causing a system hang on 5.3-BETA7?
"Jesper Wallin" <jesper@hackunite.net> schrieb im Newsbeitrag news:57997.213.112.198.199.1097592457.squirrel@mail.hackunite.net...> Hello.. > Can anyone else who uses that > driver test this for me to make sure it's not my hardware.blah# kldstat Id Refs Address Size Name 1 14 0xc0400000 5b7d7c kernel 2 1 0xc09b8000 46c8 snd_via82c686.ko 3 2 0xc09bd000 1d4fc sound.ko 4 14 0xc09db000 536fc acpi.ko 5 1 0xc1c71000 5000 linprocfs.ko 6 1 0xc1c7f000 17000 linux.ko 7 1 0xc41d1000 6000 tdfx.ko blah# kldunload snd_via82c686.ko blah# kldstat Id Refs Address Size Name 1 13 0xc0400000 5b7d7c kernel 3 1 0xc09bd000 1d4fc sound.ko 4 14 0xc09db000 536fc acpi.ko 5 1 0xc1c71000 5000 linprocfs.ko 6 1 0xc1c7f000 17000 linux.ko 7 1 0xc41d1000 6000 tdfx.ko FreeBSD blah.more_blah.de 5.3-BETA7 FreeBSD 5.3-BETA7 #2: Mon Oct 11 11:21:24 CEST 2004 root@blah.more_blah.de:/usr/obj/exports/FreeBSD53/src/sys/GENERIC i386 So, for me it's working like a charm. Loading again works fine, too.