9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] USB keyboard error
@ 2008-07-13  4:48 Matt Adams
  2008-07-13  7:39 ` Anthony Martin
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Matt Adams @ 2008-07-13  4:48 UTC (permalink / raw)
  To: 9fans

Folks:

I have recently installed Plan 9 on a Dell Optiplex GX200.  So far
everything seems to be working.  This is my first foray into Plan 9 from
many years with Linux & BSD and I am already very excited... it's almost
like having a new child!

This computer is attached to a KVM that includes USB keyboard & mouse
via a single USB attachment to the Dell (the KVM is a USB hub,
obviously).

The mouse seems to work just fine but when I'm in rio and hit a key on
the USB keyboard I get the following error:

usb/kb: /dev/kbin: unknown device in # filename

Would someone be able to decipher this for me?  Is there something I can
do with this information to get my USB keyboard to work?  I'm not afraid
of a little poking around provided someone can point me in the right
direction (I've read other messages on the mailing list archives that
indicate that USB keyboard support is somewhat spotty).

I get the same error regardless of whether USB Emulation is enabled in
the BIOS.


Thanks in advance,

Matt



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [9fans] USB keyboard error
  2008-07-13  4:48 [9fans] USB keyboard error Matt Adams
@ 2008-07-13  7:39 ` Anthony Martin
  2008-07-13  7:52   ` Anthony Martin
  2008-07-13 11:27 ` erik quanstrom
       [not found] ` <b2220e2bf18163d7e9e8672e1a2447c1@quanstro.net>
  2 siblings, 1 reply; 9+ messages in thread
From: Anthony Martin @ 2008-07-13  7:39 UTC (permalink / raw)
  To: madams, Fans of the OS Plan 9 from Bell Labs

term% cat /dev/drivers | grep kbin # kbin(3)



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [9fans] USB keyboard error
  2008-07-13  7:39 ` Anthony Martin
@ 2008-07-13  7:52   ` Anthony Martin
  2008-07-13 14:45     ` Matt Adams
  0 siblings, 1 reply; 9+ messages in thread
From: Anthony Martin @ 2008-07-13  7:52 UTC (permalink / raw)
  To: madams, Fans of the OS Plan 9 from Bell Labs

> term% cat /dev/drivers | grep kbin # kbin(3)

Sorry about the terseness. I meant to also say that
you'll have to add the kbin device to your kernel
configuration and recompile. I don't think it's in
the default.

     Anthony



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [9fans] USB keyboard error
  2008-07-13  4:48 [9fans] USB keyboard error Matt Adams
  2008-07-13  7:39 ` Anthony Martin
@ 2008-07-13 11:27 ` erik quanstrom
  2008-07-13 12:47   ` Sander van Dijk
       [not found] ` <b2220e2bf18163d7e9e8672e1a2447c1@quanstro.net>
  2 siblings, 1 reply; 9+ messages in thread
From: erik quanstrom @ 2008-07-13 11:27 UTC (permalink / raw)
  To: madams, 9fans

> This computer is attached to a KVM that includes USB keyboard & mouse
> via a single USB attachment to the Dell (the KVM is a USB hub,
> obviously).
>
> The mouse seems to work just fine but when I'm in rio and hit a key on
> the USB keyboard I get the following error:
>
> usb/kb: /dev/kbin: unknown device in # filename

it seems the prior diagnosis is correct.  the cpu kernels
cpu, cpuf don't have the kbin device built in.

however i'm a little confused.  do you start rio automaticly
on your cpu server?

since it's come up, what's the rationale for making the kbin device
'#Ι' (capitol iota)?  since 'Ι' looks just like 'I' with many fonts, i
find it easy to confuse them.

- erik
'




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [9fans] USB keyboard error
  2008-07-13 11:27 ` erik quanstrom
@ 2008-07-13 12:47   ` Sander van Dijk
  2008-07-13 20:10     ` geoff
  0 siblings, 1 reply; 9+ messages in thread
From: Sander van Dijk @ 2008-07-13 12:47 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On 7/13/08, erik quanstrom <quanstro@quanstro.net> wrote:
> it seems the prior diagnosis is correct.  the cpu kernels
> cpu, cpuf don't have the kbin device built in.
>
> however i'm a little confused.  do you start rio automaticly
> on your cpu server?

It seems that pcf doesn't have the kbin device built in either.

Greetings, Sander.



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [9fans] USB keyboard error
  2008-07-13  7:52   ` Anthony Martin
@ 2008-07-13 14:45     ` Matt Adams
  0 siblings, 0 replies; 9+ messages in thread
From: Matt Adams @ 2008-07-13 14:45 UTC (permalink / raw)
  To: Anthony Martin; +Cc: Fans of the OS Plan 9 from Bell Labs

On Sun, Jul 13, 2008 at 12:52:54AM -0700, Anthony Martin wrote:

> > term% cat /dev/drivers | grep kbin # kbin(3)
>
> Sorry about the terseness. I meant to also say that
> you'll have to add the kbin device to your kernel
> configuration and recompile. I don't think it's in
> the default.

Makes sense.  Thanks, Anthony!


Matt



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [9fans] USB keyboard error
       [not found] ` <b2220e2bf18163d7e9e8672e1a2447c1@quanstro.net>
@ 2008-07-13 14:48   ` Matt Adams
  0 siblings, 0 replies; 9+ messages in thread
From: Matt Adams @ 2008-07-13 14:48 UTC (permalink / raw)
  To: erik quanstrom; +Cc: 9fans

On Sun, Jul 13, 2008 at 07:27:29AM -0400, erik quanstrom wrote:

> > This computer is attached to a KVM that includes USB keyboard & mouse
> > via a single USB attachment to the Dell (the KVM is a USB hub,
> > obviously).
> >
> > The mouse seems to work just fine but when I'm in rio and hit a key on
> > the USB keyboard I get the following error:
> >
> > usb/kb: /dev/kbin: unknown device in # filename
>
> it seems the prior diagnosis is correct.  the cpu kernels
> cpu, cpuf don't have the kbin device built in.
>
> however i'm a little confused.  do you start rio automaticly
> on your cpu server?

I only have one Plan 9 installation thus far.  It's all sitting on one
box.

> since it's come up, what's the rationale for making the kbin device
> '#Ι' (capitol iota)?  since 'Ι' looks just like 'I' with many fonts, i
> find it easy to confuse them.

Eh?


Matt



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [9fans] USB keyboard error
  2008-07-13 12:47   ` Sander van Dijk
@ 2008-07-13 20:10     ` geoff
  2008-07-14 18:44       ` Sander van Dijk
  0 siblings, 1 reply; 9+ messages in thread
From: geoff @ 2008-07-13 20:10 UTC (permalink / raw)
  To: 9fans

I've added kbin to pcf, so the set of distributed kernels with kbin in
them is now pc, pccd, pcdisk and pcf.  pcflop is excluded to try to
keep its size down so that it will continue to fit on a floppy, though
I suspect that that struggle will soon be lost and we'll have to use
CDs for initial installation.  There's already quite a bit missing
from pcflop.

We have some new machines on order and will need to revise the usb
code for them.




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [9fans] USB keyboard error
  2008-07-13 20:10     ` geoff
@ 2008-07-14 18:44       ` Sander van Dijk
  0 siblings, 0 replies; 9+ messages in thread
From: Sander van Dijk @ 2008-07-14 18:44 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On 7/13/08, geoff@plan9.bell-labs.com <geoff@plan9.bell-labs.com> wrote:
> I've added kbin to pcf, so the set of distributed kernels with kbin in
> them is now pc, pccd, pcdisk and pcf.

I noticed, after a pull, that the corresponding binaries haven't been
updated. Just thought I'd mention it, in case they were
unintentionally left out.

Greetings, Sander.



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-07-14 18:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-13  4:48 [9fans] USB keyboard error Matt Adams
2008-07-13  7:39 ` Anthony Martin
2008-07-13  7:52   ` Anthony Martin
2008-07-13 14:45     ` Matt Adams
2008-07-13 11:27 ` erik quanstrom
2008-07-13 12:47   ` Sander van Dijk
2008-07-13 20:10     ` geoff
2008-07-14 18:44       ` Sander van Dijk
     [not found] ` <b2220e2bf18163d7e9e8672e1a2447c1@quanstro.net>
2008-07-13 14:48   ` Matt Adams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).