From owner-freebsd-mobile Fri Nov 30 1:32:33 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from cisco.com (europe.cisco.com [144.254.52.73]) by hub.freebsd.org (Postfix) with ESMTP id A193B37B419 for ; Fri, 30 Nov 2001 01:32:28 -0800 (PST) Received: from cobweb.example.org (dhcp-nic-val-26-117.cisco.com [64.103.26.117]) by cisco.com (8.8.8+Sun/8.8.8) with SMTP id KAA22165 for ; Fri, 30 Nov 2001 10:32:26 +0100 (MET) Received: (qmail 23760 invoked by uid 1000); 30 Nov 2001 09:32:30 -0000 Date: Fri, 30 Nov 2001 10:32:30 +0100 From: Marco Molteni To: mobile@freebsd.org Cc: Doug Ambrisko Subject: Re: wireless network, next step ... Message-ID: <20011130103230.A23698@cobweb.example.org> References: <5.1.0.14.2.20011130031755.01c8cdc0@194.184.65.7> <200111300243.fAU2hG969571@ambrisko.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200111300243.fAU2hG969571@ambrisko.com>; from ambrisko@ambrisko.com on Thu, Nov 29, 2001 at 06:43:16PM -0800 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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