Date: Fri, 30 Nov 2001 11:01:45 -0800 (PST) From: Nathan Parrish <ndparrish@yahoo.com> To: mobile@FreeBSD.ORG Subject: Re: wireless network, next step ... Message-ID: <20011130190145.52523.qmail@web10408.mail.yahoo.com> In-Reply-To: <200111300011.fAU0BIo68697@ambrisko.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I find that compiling stuff as modules can help things work much better after suspend. clearly this is a workaround rather than a fix, but I found that sound would die on my TP570 after resume, with sound compiled into the kernel. I took it out of the kernel, and added bits to unload/load the sound module in suspend/resume rc scripts, and now sound comes back after resume, works fine, every time. I'm tempted to try similar things with my wireless card, which occasionally won't come back after resume, and seems to require a reboot. nathan --- Doug Ambrisko <ambrisko@ambrisko.com> wrote: > Peter Radcliffe writes: > | "Brian T . Schellenberger" <bts@babbleon.org> probably said: > | > Or you can just build them into your kernel in the first > place. > | > | You can, yes. > | > | > This is another religious issue, like the write caching, > but it > | > seems to me to be mostly a win to have things built in the > kernel to > | > start with if it's a device that you will be using a large > | > percentage of the time that your computer is plugged in. > | > | Then you can't upgrade it without a reboot. It really makes > very > | little difference to devices that you don't need to boot. > > 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. > > Doug A. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-mobile" in the body of the message __________________________________________________ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 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?20011130190145.52523.qmail>