On 11/17/10, Alberto Villa <avilla_at_freebsd.org> wrote: > On Mon, Nov 15, 2010 at 2:41 PM, Paul B Mahol <onemda_at_gmail.com> wrote: >> Feel free to test code at: >> >> gitorious.org/NDISulator >> github.com/richardpl/NDISulator >> >> The code is developed on CURRENT. But with small changes it can be >> compiled on STABLE too. > > thanks! > i've applied a checkout of last night to current. i can load the > module after boot, but the panic is still there when i unload or load > on boot, and wpa_supplicant fails to work (see attached log) > >> Just now I have only one tester (and that is without counting me). > > consider me as the third one :) Please use ndis5 branch. master branch is in heavy development. CURRENT branch just blindly (and badly) track code on FreeBSD CURRENT. When you say what you did be more specific, like are you are using i386 or amd64, and so on. When testing, enable debug.bootverbose, and debug.ndis sysctl before loading miniport module. [miniport module is module you created with ndisgen(8)] Do not load miniport module(s) during boot(from loader), if it ever worked it was big luck. [Even on Windows, drivers are loaded after boot.] Actually drivers can be loaded but we must be extra carefull what to call during boot and what to call after boot. For using code in branch master and ndis5, you will need to reinstall ndisgen and ndiscvt from git repo and do not use one from FreeBSD world. This also means you will need to regenerate miniport module with new ndiscvt & ndisgen because interface have changed slightly.Received on Wed Nov 17 2010 - 08:57:37 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:09 UTC