Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2001 18:43:16 -0800 (PST)
From:      Doug Ambrisko <ambrisko@ambrisko.com>
To:        Gianmarco Giovannelli <gmarco@scotty.masternet.it>
Cc:        Doug Ambrisko <ambrisko@ambrisko.com>, mobile@freebsd.org
Subject:   Re: wireless network, next step ...
Message-ID:  <200111300243.fAU2hG969571@ambrisko.com>
In-Reply-To: <5.1.0.14.2.20011130031755.01c8cdc0@194.184.65.7>

next in thread | previous in thread | raw e-mail | index | archive | help
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

in /sys/module/an

Doug A.

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?200111300243.fAU2hG969571>