Re: [9fans] No Boot from installCD on IBM xserver 305

2009-05-26 Thread Balwinder S Dheeman
On 05/20/2009 02:04 AM, erik quanstrom wrote: Hi ! It seems that Plan9 boot loader doesn't support modern hardware from IBM :( May be someone from IBM can help :) P.S.: I have some IBM HS21 servers and I wish to use Plan9 on them. 2009/5/19 nocturnal sweh...@gmail.com pci (or linux

[9fans] persuade contrib/install to work

2009-05-26 Thread Rudolf Sykora
Hello, since I somehow still can't connect to the 'central sources' and want to make some progress, I tried to follow some of your recent advices. Instead of '9fs sources' I do 9fs sources.lsub.org cd /n bind sources.lsub.org/sources sources so now it seems I have the state similar to after

Re: [9fans] persuade contrib/install to work

2009-05-26 Thread sqweek
2009/5/26 Rudolf Sykora rudolf.syk...@gmail.com: How can I persuade contrib/install to use what I've already had under /n/sources? /dist/replica/contrib:7: fn servermount { 9fs sources } -sqweek

[9fans] away from my computer

2009-05-26 Thread sape
This is a recorded message. I am currently out of contact with my computer system. Your message to me has been saved and will be read upon my return. This is the last time you will receive this message during my absence. Thank you.

[9fans] new usb implementation

2009-05-26 Thread geoff
I've just pushed out to sources a new USB implementation, courtesy of nemo, who debugged and repaired our old UHCI and OHCI drivers, wrote a new EHCI driver for USB 2, converted the user-mode drivers in /bin/usb and tested it all, among other things. Thank you, nemo. I've updated on sources at

Re: [9fans] new usb implementation

2009-05-26 Thread Steve Simon
This is great news, kudos to all involved. now, where did I put that memory stick... -Steve---BeginMessage--- I've just pushed out to sources a new USB implementation, courtesy of nemo, who debugged and repaired our old UHCI and OHCI drivers, wrote a new EHCI driver for USB 2, converted the

Re: [9fans] new usb implementation

2009-05-26 Thread Devon H. O'Dell
2009/5/26 ge...@plan9.bell-labs.com: I've just pushed out to sources a new USB implementation, courtesy of nemo, who debugged and repaired our old UHCI and OHCI drivers, wrote a new EHCI driver for USB 2, converted the user-mode drivers in /bin/usb and tested it all, among other things.  

Re: [9fans] new usb implementation

2009-05-26 Thread Rudolf Sykora
Thanks a lot! Ruda 2009/5/26 Devon H. O'Dell devon.od...@gmail.com: 2009/5/26  ge...@plan9.bell-labs.com: I've just pushed out to sources a new USB implementation, courtesy of nemo, who debugged and repaired our old UHCI and OHCI drivers, wrote a new EHCI driver for USB 2, converted the

Re: [9fans] new usb implementation

2009-05-26 Thread Mathieu L.
Brilliant, that will come in handy. Thanks a lot. Mathieu ---BeginMessage--- I've just pushed out to sources a new USB implementation, courtesy of nemo, who debugged and repaired our old UHCI and OHCI drivers, wrote a new EHCI driver for USB 2, converted the user-mode drivers in /bin/usb and

Re: [9fans] new usb implementation

2009-05-26 Thread jt
Dear Geoff, This is great news! I'm new to plan 9 and am now finishing the port for the OLPC XO. I've read the manual pages on How to Contribute. It states I should ask for a space from you. What does that entail? I hope everything is well. Plan9 has made me ecstatic about OS again! I

Re: [9fans] new usb implementation

2009-05-26 Thread David Leimbach
On Tue, May 26, 2009 at 1:37 PM, ge...@plan9.bell-labs.com wrote: I've just pushed out to sources a new USB implementation, courtesy of nemo, who debugged and repaired our old UHCI and OHCI drivers, wrote a new EHCI driver for USB 2, converted the user-mode drivers in /bin/usb and tested it

[9fans] Is there any script to build the Plan9 release CD image ?

2009-05-26 Thread Shaowei Wang (wsw)
Hi guys, Is there any script to build Plan9 CD image from the source tree? Something like NetBSD's build.sh ? thanks.

Re: [9fans] persuade contrib/install to work

2009-05-26 Thread Federico G. Benavento
I think it would be better for contrib to do something like test -d /n/sources/plan9 || 9fs sources yes, it makes sense, though this change will only affect the packages installed after the changes was applied 9fs sources should probably mount sources, always. yep -- Federico G.

Re: [9fans] Is there any script to build the Plan9 release CD image ?

2009-05-26 Thread Shaowei Wang (wsw)
2009/5/27 Wu JIANG albert.w.ji...@gmail.com I think it should depend on which system you are using. If you want to get a plan9 cd image, there should be a download link from plan9's homepage. I know there is a CD image (4th Release) for i386 on the download page. But the POINT is i want to

Re: [9fans] Is there any script to build the Plan9 release CD image ?

2009-05-26 Thread Federico G. Benavento
http://maht0x0r.blogspot.com/2007/11/roll-your-own-plan9-iso.html 2009/5/26 Wu JIANG albert.w.ji...@gmail.com: I think it should depend on which system you are using. If you want to get a plan9 cd image, there should be a download link from plan9's homepage. On Wed, May 27, 2009 at 09:26:06AM

Re: [9fans] Is there any script to build the Plan9 release CD image ?

2009-05-26 Thread Wu JIANG
I think it should depend on which system you are using. If you want to get a plan9 cd image, there should be a download link from plan9's homepage. On Wed, May 27, 2009 at 09:26:06AM +0800, Shaowei Wang (wsw) wrote: Hi guys, Is there any script to build Plan9 CD image from the source tree?