Re: hibernate, suspend and s2both support

2007-03-22 Thread Tim Dijkstra
Hi, I'm trying to get suspend-to-both (save state to disk, just like hibernate, but then suspend to ram) to work on ppc. In the end it is probably simpler than I imagined. Due to the work the linux-pm guys did, it appears I only had to rip out all the evil hacks some x86 machines need. If someon

Re: changing mac address of Sun GEM

2007-03-22 Thread Ruben Vandeginste
At Thu, 22 Mar 2007 07:29:34 +1100, Benjamin Herrenschmidt wrote: > > No, the driver doesn't implement it. Should be trivial to add though. Ok. I gave this a try by looking at the initialisation code for the card and at the code for setting the mac address in other drivers. I have something th

Re: changing mac address of Sun GEM

2007-03-22 Thread Benjamin Herrenschmidt
On Fri, 2007-03-23 at 03:53 +0800, Ruben Vandeginste wrote: > At Thu, 22 Mar 2007 07:29:34 +1100, Benjamin Herrenschmidt wrote: > > > > No, the driver doesn't implement it. Should be trivial to add though. > > Ok. I gave this a try by looking at the initialisation code for the > card and at the

Re: hibernate, suspend and s2both support

2007-03-22 Thread Francesco Pedrini
On Thursday 22 March 2007 15:31, Tim Dijkstra wrote: > Hi, > > I'm trying to get suspend-to-both (save state to disk, just like > hibernate, but then suspend to ram) to work on ppc. > > In the end it is probably simpler than I imagined. Due to the work the > linux-pm guys did, it appears I only had

Re: changing mac address of Sun GEM

2007-03-22 Thread Yves-Alexis Perez
On jeu, 2007-03-22 at 07:29 +1100, Benjamin Herrenschmidt wrote: > No, the driver doesn't implement it. Should be trivial to add though. MHmh, I use a powerbook g4, my network card is a sungem too and I can do: sudo ip l set eth0 address 00:11:24:xx:xx:xx and it works. I'm using a 2.6.20 kernel