On Mon, Feb 12, 2007 at 05:02:06PM -0500, Arnout Boelens wrote: > My network card stopped working too. Maybe it is the same problem? > > modprobe -r ipw3945 gives: > > 2007-02-12 16:39:23: WARNING: No prior instance running. > FATAL: Module ipw3945 is in use. > FATAL: Error running remove command for ipw3945
The first message here comes from the daemon, which means that something is running it with the '--kill' switch to try and shut it down. Initialization script shipped with ipw3945d package does not do that, it just sends the signal directly to the daemon. I think what happens is that you still have the old modprobe config file installed, which was shipped as a part of ipw3945 before (see bug 399491 for details). If you have /etc/modprobe.d/ipw3945-modules, please remove it, then it should work as expected. Best regards, -- Jurij Smakov [EMAIL PROTECTED] Key: http://www.wooyd.org/pgpkey/ KeyID: C99E03CC -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

