[openbeosnetteam] Re: Driver...again...
- From: philippe.houdoin@xxxxxxx
- To: openbeosnetteam@xxxxxxxxxxxxx
- Date: Tue, 30 Apr 2002 12:31:55 +0200 (MEST)
David wrote:
> Well my development has ground to a screaming halt this morning
> after the driver stopped being loaded. It's all installed but
> won't load itself and so the stack won't run as kernel mode.
> <sigh> This started happening about a week ago
It should be the STAY_LOADED symbol set to 1, I guess.
The driver, compiled that way, won't unload from kernel
(or be reloaded by devfs on image modification) until you close the internal
open() he made on himself to stay loaded.
Asking him to stop/unload is necessary in this mode.
Sorry, I should have add echo "stop" > /dev/net/stack in the
Makefile install target.
BTW, as all kernel modules are still using the B_KEEP_LOADED flags,
STAY_LOADED can't works
> normally a make clean && make install followed by a reboot
> fixes it, but not this time :(
If not even a reboot don't make the driver loading again, something
is really broken in init_driver(). Or deeper.
-Philippe
- Follow-Ups:
- [openbeosnetteam] Re: Driver...again...
- From: David Reid
- References:
- [openbeosnetteam] Driver...again...
- From: David Reid
Other related posts:
- » [openbeosnetteam] Driver...again...
- » [openbeosnetteam] Re: Driver...again...
- » [openbeosnetteam] Re: Driver...again...
- » [openbeosnetteam] Re: Driver...again...
- » [openbeosnetteam] Re: Driver...again...
- [openbeosnetteam] Re: Driver...again...
- From: David Reid
- [openbeosnetteam] Driver...again...
- From: David Reid