Re: [9fans] new usb implementation

2009-06-10 Thread Francisco J Ballesteros
I suspect that mouse requires using the report protocol
(most mice are fine with the boot protocol, which is what kb
uses).

I'll write a variant of the driver using the report protocol just to be
sure that's the problem, but It'll have to wait a few days.

On Wed, Jun 10, 2009 at 12:48 PM, Pavel
Klinkovskypavel.klinkov...@gmail.com wrote:
 I am going to try Linux on the same noteboot with the same mouse. I
 Works without troubles.

 Pavel





Re: [9fans] new usb implementation

2009-06-10 Thread Pavel Klinkovsky
 I'll write a variant of the driver using the report protocol just to be
 sure that's the problem, but It'll have to wait a few days.
No problem, touchpad could be (uncomfortably) used. ;-)

Pavel



Re: [9fans] new usb implementation

2009-06-10 Thread Francisco J Ballesteros
Ok. In any case, if there's any other mouse that does not work.
Please, let me know.
I'm trying to get a mouse exactly like yours.

On Wed, Jun 10, 2009 at 5:24 PM, Pavel
Klinkovskypavel.klinkov...@gmail.com wrote:
 I'll write a variant of the driver using the report protocol just to be
 sure that's the problem, but It'll have to wait a few days.
 No problem, touchpad could be (uncomfortably) used. ;-)

 Pavel





Re: [9fans] new usb implementation

2009-06-08 Thread Pavel Klinkovsky
I install the newest Plan9 image (2009-06-08) in my old IBM ThinkPad
T30.
I connected a USB mouse. But it works crazy (gliding just vertically,
randomly, no effect of buttons).

Can you someone help me? Thanks in advance.

Pavel



Re: [9fans] new usb implementation

2009-06-08 Thread erik quanstrom
On Mon Jun  8 11:44:06 EDT 2009, pavel.klinkov...@gmail.com wrote:
 I install the newest Plan9 image (2009-06-08) in my old IBM ThinkPad
 T30.
 I connected a USB mouse. But it works crazy (gliding just vertically,
 randomly, no effect of buttons).
 
 Can you someone help me? Thanks in advance.

did the mouse work before?

- erik



Re: [9fans] new usb implementation

2009-06-08 Thread Matthias Bauer

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

Many thanks to nemo!
Does this mean that Plan9 can now boot from usb drives? 
That would be really useful.

Thanks again,

Matthias




Re: [9fans] new usb implementation

2009-05-28 Thread Gorka Guardiola
On Thu, May 28, 2009 at 5:52 AM, Shaowei Wang (wsw) wsw1w...@gmail.com wrote:
 Is this news mean we can hotplug the usb mouse and keyboard?


yes.

-- 
- curiosity sKilled the cat



Re: [9fans] new usb implementation

2009-05-28 Thread kokamoto
 On Thu, May 28, 2009 at 5:52 AM, Shaowei Wang (wsw) wsw1w...@gmail.com 
 wrote:
 Is this news mean we can hotplug the usb mouse and keyboard?

 
 yes.

Theoretically, you are right.
However, what does it mean for Plan 9?
hotplug keyboard?   for what?
hotplug mouse?  hmmm

Thank you very muc nemo.

Now I can use usb mouse on my shit motherboard, P5K-VM.
Of course, it does recognize all the 8 root hubs.
Another ohci machine, which I've been using 
by adding uhci pci board...☺

I can enjoy very fast data transfer between a usb memory to real disk.
This is very great advance to me.

Thank you nemo, again.

Kenji




Re: [9fans] new usb implementation

2009-05-28 Thread Francisco J Ballesteros
Hot plug of disks kbs and mice should work fine as expected. It's been  
tested


El 28/05/2009, a las 13:17, kokam...@hera.eonet.ne.jp escribió:

On Thu, May 28, 2009 at 5:52 AM, Shaowei Wang (wsw) wsw1w...@gmail.com 
 wrote:

Is this news mean we can hotplug the usb mouse and keyboard?



yes.


Theoretically, you are right.
However, what does it mean for Plan 9?
hotplug keyboard? for what?
hotplug mouse? hmmm

Thank you very muc nemo.

Now I can use usb mouse on my shit motherboard, P5K-VM.
Of course, it does recognize all the 8 root hubs.
Another ohci machine, which I've been using
by adding uhci pci board...☺

I can enjoy very fast data transfer between a usb memory to real disk.
This is very great advance to me.

Thank you nemo, again.

Kenji


[/mail/box/nemo/msgs/200905/41068]




Re: [9fans] new usb implementation

2009-05-27 Thread Shaowei Wang (wsw)
Is this news mean we can hotplug the usb mouse and keyboard?

On Wed, May 27, 2009 at 5:43 AM, David Leimbach leim...@gmail.com wrote:



 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




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