Re: debian-powerpc: Airport with Titanium Powerbook

2001-06-07 Thread Michael Schmitz
> Here's what I do in /etc/power/pwrctl (maybe not the best place to do > it): Nope, using pwrctl-local would be a better place (to avoid your changed script being overwritten on the next pmud update). > sleep) > ifdown eth1 && { > rmmod airport >

Re: debian-powerpc: Airport with Titanium Powerbook

2001-06-07 Thread Tom Rini
On Mon, Jun 04, 2001 at 03:01:52PM -0800, Ethan Benson wrote: > On Mon, Jun 04, 2001 at 12:07:44PM -0700, Tom Rini wrote: > > Here's what I do, which is slightly more verisitle: > > sleep) > > if [ "`lsmod | grep airport 2>/dev/null`" ]; then > >AIRPORT=`cat /proc/net/wireless | grep eth | sed

Re: debian-powerpc: Airport with Titanium Powerbook

2001-06-07 Thread Ethan Benson
On Mon, Jun 04, 2001 at 12:07:44PM -0700, Tom Rini wrote: > Here's what I do, which is slightly more verisitle: > sleep) > if [ "`lsmod | grep airport 2>/dev/null`" ]; then >AIRPORT=`cat /proc/net/wireless | grep eth | sed 's/^ //' | cut -d : -f 1` >ifdown $AIRPORT >echo $AIRPORT > /va

Re: debian-powerpc: Airport with Titanium Powerbook

2001-06-07 Thread Tom Rini
On Mon, Jun 04, 2001 at 09:12:27PM +0200, Michael Schmitz wrote: > That's actually simpler than Tom's suggestion (doesn't need sed or > grep). But it hardcodes the airport as eth1 - is that always true? No, which is why I did it my way. It'll be eth1 95% of the time or so, but it's quite happy

Re: debian-powerpc: Airport with Titanium Powerbook

2001-06-07 Thread Tom Rini
On Mon, Jun 04, 2001 at 09:43:32AM +0200, Michel Lanners wrote: > stuff recently, and it's been working absolutely fine for me. Keep in > mind that you need to remove the Airport module for now before sleeping > (in order to power it down, and to avoid amnesia after wakeup). > > Here's what I do

Re: debian-powerpc: Airport with Titanium Powerbook

2001-06-07 Thread Ethan Benson
On Mon, Jun 04, 2001 at 04:26:59PM -0700, Tom Rini wrote: > > On Mon, Jun 04, 2001 at 03:01:52PM -0800, Ethan Benson wrote: > > On Mon, Jun 04, 2001 at 12:07:44PM -0700, Tom Rini wrote: > > > Here's what I do, which is slightly more verisitle: > > > sleep) > > > if [ "`lsmod | grep airport 2>/dev/

Re: debian-powerpc: Airport with Titanium Powerbook

2001-06-07 Thread Michel Lanners
On 4 Jun, this message from Brendan J Simon echoed through cyberspace: > I'm trying to get my Airport wireless networking going with my TiBook. > I have downloaded the latest kernel (2.4.5pre5) source from fsmlabs > using rsync. I managed to compile the kernel but it crashes on > startup. I

Re: debian-powerpc: Airport with Titanium Powerbook

2001-06-04 Thread Ethan Benson
2.4.5 does not boot via yaboot right now. use 2.4.4 or better 2.2.19 for now. On Mon, Jun 04, 2001 at 04:48:24PM +1000, Brendan J Simon wrote: > > I'm trying to get my Airport wireless networking going with my TiBook. > I have downloaded the latest kernel (2.4.5pre5) source from fsmlabs > u

debian-powerpc: Airport with Titanium Powerbook

2001-06-04 Thread Brendan J Simon
I'm trying to get my Airport wireless networking going with my TiBook. I have downloaded the latest kernel (2.4.5pre5) source from fsmlabs using rsync. I managed to compile the kernel but it crashes on startup. I have compiled most things as modules but the kernel doesn't even get as far a