Date: Fri, 30 Nov 2001 10:32:30 +0100 From: Marco Molteni <molter@tin.it> To: mobile@freebsd.org Cc: Doug Ambrisko <ambrisko@ambrisko.com> Subject: Re: wireless network, next step ... Message-ID: <20011130103230.A23698@cobweb.example.org> In-Reply-To: <200111300243.fAU2hG969571@ambrisko.com>; from ambrisko@ambrisko.com on Thu, Nov 29, 2001 at 06:43:16PM -0800 References: <5.1.0.14.2.20011130031755.01c8cdc0@194.184.65.7> <200111300243.fAU2hG969571@ambrisko.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2001-11-29, Doug Ambrisko wrote: > Gianmarco Giovannelli writes: > | At 29/11/2001, you wrote: > | >I do this a lot so I can work on the Cisco/Aironet driver on basically > | >a live system. I have a script the powers down the pccard, kldunload, > | >kldload the new one then powers up the pccard. > | > > | >However, just like ifconfig can kldload an interface it seems > | >pccardd could do the same. I might look at doing that. > | > | Can you let us to see your script ??? :-) > > It's not very interesting just: > > make && pccardc power 0 0 && sleep 1 && kldunload if_an.ko \ > && kldload ./if_an.ko && sync && sync && sync && pccardc power 0 1 hehe Doug I liked the sync && sync && sync So I am not the only one to crash the kernel when playing with if_an ;-) /marco To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011130103230.A23698>