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 Klinkovsky wrote: >> I'll write a variant of the driver using the report protocol just to be >> sure that's the problem, but It'

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
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 K

Re: [9fans] new usb implementation

2009-06-10 Thread Pavel Klinkovsky
> 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-09 Thread Pavel Klinkovsky
> did the mouse work before? I do not know, I used just touchpad... I am going to try Linux on the same noteboot with the same mouse. I will inform you. The same mouse works without troubles in the other computer with WinXP. Pavel

Re: [9fans] new usb implementation

2009-06-08 Thread erik quanstrom
> > Didn't say impossible, I said tricky. here's the code. it's not hard at all. the meat of the code just is one line. the rest is error checking. a very similar script would turn all aoe devices into sd devices via sdaoe, though i always end up doing that by hand. - erik#!/bin/rc # turn us

Re: [9fans] new usb implementation

2009-06-08 Thread Gorka Guardiola
On Mon, Jun 8, 2009 at 8:36 PM, erik quanstrom wrote: >> Formatting the USB drive is tricky though. > > what do you mean by formatting?  if you mean that usb/disk > doesn't do partitions, you can use sdloop or partfs to get around > that.  it wouldn't be too hard to extend usbfat: to automagicly >

Re: [9fans] new usb implementation

2009-06-08 Thread erik quanstrom
> Formatting the USB drive is tricky though. what do you mean by formatting? if you mean that usb/disk doesn't do partitions, you can use sdloop or partfs to get around that. it wouldn't be too hard to extend usbfat: to automagicly configure /dev/sdu[0-f]. - erik

Re: [9fans] new usb implementation

2009-06-08 Thread Gorka Guardiola
On Mon, Jun 8, 2009 at 8:06 PM, Francisco J Ballesteros wrote: > I think someone managed to boot from usb, but I´m not sure. > In any case, the change means that usb is ready at boot(8) time > if usbd is compiled in the kernel. Booting from usb requires 9load > loading a kernel from usb. I don´t kn

Re: [9fans] new usb implementation

2009-06-08 Thread geoff
In principle you can boot from usb devices using "bios0" or "sdB0" as boot methods; see 9load(8). In practice, BIOS bugs may get in the way, but it's worth trying.

Re: [9fans] new usb implementation

2009-06-08 Thread Francisco J Ballesteros
I think someone managed to boot from usb, but I´m not sure. In any case, the change means that usb is ready at boot(8) time if usbd is compiled in the kernel. Booting from usb requires 9load loading a kernel from usb. I don´t know what´s the status for that. On Mon, Jun 8, 2009 at 7:29 PM, Matthia

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?

Re: [9fans] new usb implementation

2009-06-08 Thread Francisco J Ballesteros
Can you send me (off list) the contents of /dev/usb/ctl ? Also, it would help if you could run usb/usbd with debug (see the man page or drop me a line) and send me the output as well. On Mon, Jun 8, 2009 at 5:35 PM, Pavel Klinkovsky wrote: > I install the newest Plan9 image (2009-06-08) in my old

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

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-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) > wrote: Is this news mean we can hotplug the usb mouse and keyboard? yes. Theoretically, you

Re: [9fans] new usb implementation

2009-05-28 Thread kokamoto
> On Thu, May 28, 2009 at 5:52 AM, Shaowei Wang (wsw) > 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

Re: [9fans] new usb implementation

2009-05-28 Thread Balwinder S Dheeman
Thanks a lot :) I shall be able to boot plan9 CD off of USB 2.0 DVD-WR drive and install the same on a SATA/EHCI HDD. On 05/27/2009 02:11 AM, 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

Re: [9fans] new usb implementation

2009-05-27 Thread Gorka Guardiola
On Thu, May 28, 2009 at 5:52 AM, Shaowei Wang (wsw) 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-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 wrote: > > > On Tue, May 26, 2009 at 1:37 PM, wrote: > >> I've just pushed out to sources a new USB implementation, courtesy of >> nemo, who debugged and repaired our old UHCI and OHCI d

Re: [9fans] new usb implementation

2009-05-26 Thread David Leimbach
On Tue, May 26, 2009 at 1:37 PM, 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

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 Mathieu L.
Brilliant, that will come in handy. Thanks a lot. Mathieu --- Begin Message --- 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 t

Re: [9fans] new usb implementation

2009-05-26 Thread Rudolf Sykora
Thanks a lot! Ruda 2009/5/26 Devon H. O'Dell : > 2009/5/26  : >> 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 i

Re: [9fans] new usb implementation

2009-05-26 Thread Devon H. O'Dell
2009/5/26 : > 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

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--- Begin Message --- 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 us

[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 le