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 lspci -n) output would be helpful.

I somehow, managed to install Plan 9 with the help of QEMU on a Lenovo
machine, because 9load did not recognize DVD-RW on SATA bus, which
indeed is configured in IDE Mode --

Product: IdeaCentre K200 5312-3CQ
Operating system: GNU/Linux (Arch, Debian/testing), FreeBSD 8.0-CURRENT
and XP/SP3 are working fine.

Original description: Intel® Core 2 Duo Processor E4600, 2GB, 250GB
7200RPM SATA HDD, no diskette drive, PCI/PCIe Tower (4x4), Integrated
SiS Mirage3, 16x DVD-RW, 56K modem, 100/1000 Ethernet, DOS License

[bdhee...@werc ~]$ lspci -n
00:00.0 0600: 1039:0671
00:01.0 0604: 1039:0003
00:02.0 0601: 1039:0968 (rev 01)
00:02.5 0101: 1039:5513 (rev 01)
00:03.0 0c03: 1039:7001 (rev 0f)
00:03.1 0c03: 1039:7001 (rev 0f)
00:03.3 0c03: 1039:7002
00:05.0 0101: 1039:1183 (rev 03)
00:06.0 0604: 1039:000a
00:07.0 0604: 1039:000a
00:0d.0 0200: 10ec:8185 (rev 20)
00:0e.0 0780: 14f1:2f20
00:0f.0 0403: 1039:7502
00:1f.0 0604: 1039:0004
01:00.0 0300: 1039:6351 (rev 10)
03:00.0 0200: 10ec:8136 (rev 01)

Though, I'm not an expert kernel programmer, but I shall be happy to
follow leads and, or pointers on making this work.

I think, I need to add some quirks in /sys/src/boot/pc/sd{ata|bios}.c
and /sys/src/9/pc/sdata.c as well. I however, am wondering, where the
/sys/src/9/pc/sdbios.c is?

--
Balwinder S bdheeman DheemanRegistered Linux User: #229709
Anu'z li...@home (Unix Shoppe)Machines: #168573, 170593, 259192
Chandigarh, UT, 160062, India Plan9, T2, Arch/Debian/FreeBSD/XP
Home: http://werc.homelinux.net/  Visit: http://counter.li.org/



[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 just '9fs sources'.
Now I'd like to do e.g.

contrib/install fgb/xml2

but I get
srv: timeout establishing connection to tcp!sources.cs.bell-labs.com!9fs
so as if contrib still wants to connect to the central sources...

How can I persuade contrib/install to use what I've already had under
/n/sources?

Thanks
Ruda



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 least /386/9*load* (though they contain no
USB code), /386/9pc*, kernel sources, manual pages and a few scripts
in /rc/bin.  Tomorrow's CD image should incorporate all this.

devusb has a new interface, so it is named #u, to distinguish it from
the old one, #U.  If usbd is compiled into /boot, /boot/boot will run
usbd at start up, thus permitting the use of USB keyboards, mice,
disks, etc. at boot time.



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 user-mode drivers in /bin/usb
and tested it all, among other things.  Thank you, nemo.

I've updated on sources at least /386/9*load* (though they contain no
USB code), /386/9pc*, kernel sources, manual pages and a few scripts
in /rc/bin.  Tomorrow's CD image should incorporate all this.

devusb has a new interface, so it is named #u, to distinguish it from
the old one, #U.  If usbd is compiled into /boot, /boot/boot will run
usbd at start up, thus permitting the use of USB keyboards, mice,
disks, etc. at boot time.---End Message---


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.  Thank you, nemo.

 I've updated on sources at least /386/9*load* (though they contain no
 USB code), /386/9pc*, kernel sources, manual pages and a few scripts
 in /rc/bin.  Tomorrow's CD image should incorporate all this.

 devusb has a new interface, so it is named #u, to distinguish it from
 the old one, #U.  If usbd is compiled into /boot, /boot/boot will run
 usbd at start up, thus permitting the use of USB keyboards, mice,
 disks, etc. at boot time.

Sweet! Thanks, guys!



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 user-mode drivers in /bin/usb
 and tested it all, among other things.  Thank you, nemo.

 I've updated on sources at least /386/9*load* (though they contain no
 USB code), /386/9pc*, kernel sources, manual pages and a few scripts
 in /rc/bin.  Tomorrow's CD image should incorporate all this.

 devusb has a new interface, so it is named #u, to distinguish it from
 the old one, #U.  If usbd is compiled into /boot, /boot/boot will run
 usbd at start up, thus permitting the use of USB keyboards, mice,
 disks, etc. at boot time.

 Sweet! Thanks, guys!





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 tested it all, among other things.  Thank you, nemo.

I've updated on sources at least /386/9*load* (though they contain no
USB code), /386/9pc*, kernel sources, manual pages and a few scripts
in /rc/bin.  Tomorrow's CD image should incorporate all this.

devusb has a new interface, so it is named #u, to distinguish it from
the old one, #U.  If usbd is compiled into /boot, /boot/boot will run
usbd at start up, thus permitting the use of USB keyboards, mice,
disks, etc. at boot time.
---End Message---


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 find myself creating bsd patches during the day and
wondering how things could be done differently.  Now I see :)

thanks so much

-jt

On Tue, May 26, 2009 at 4: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 all, among other things.  Thank you, nemo.

 I've updated on sources at least /386/9*load* (though they contain no
 USB code), /386/9pc*, kernel sources, manual pages and a few scripts
 in /rc/bin.  Tomorrow's CD image should incorporate all this.

 devusb has a new interface, so it is named #u, to distinguish it from
 the old one, #U.  If usbd is compiled into /boot, /boot/boot will run
 usbd at start up, thus permitting the use of USB keyboards, mice,
 disks, etc. at boot time.





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 all, among other things.  Thank you, nemo.


Yes thank you Nemo!  That's awesome stuff.



 I've updated on sources at least /386/9*load* (though they contain no
 USB code), /386/9pc*, kernel sources, manual pages and a few scripts
 in /rc/bin.  Tomorrow's CD image should incorporate all this.


Thank you Geoff!  :-)



 devusb has a new interface, so it is named #u, to distinguish it from
 the old one, #U.  If usbd is compiled into /boot, /boot/boot will run
 usbd at start up, thus permitting the use of USB keyboards, mice,
 disks, etc. at boot time.


That's awesome


[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. Benavento



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 build the release CD image from source tree by
myself.
So something like building script may great help.



 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?
  Something like NetBSD's build.sh ?
 
  thanks.




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 +0800, Shaowei Wang (wsw) wrote:
 Hi guys,

 Is there any script to build Plan9 CD image from the source tree?
 Something like NetBSD's build.sh ?

 thanks.





-- 
Federico G. Benavento



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?
 Something like NetBSD's build.sh ?
 
 thanks.