9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Richard Miller <9fans@hamnavoe.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] wireless USB mice?
Date: Thu, 13 Jan 2005 22:16:45 +0000	[thread overview]
Message-ID: <b59db3122f973cf0c883bf7e17f5aad4@hamnavoe.com> (raw)
In-Reply-To: <41E5B5CA.7090600@ajft.org>

> If this helps further on, I'm booting an IBM thinkpad T21 from
> /386/9pcdisk (from sources).

Me too.

> KeyA "JetFlash 1GB"

The 'usbsfs -d' output looks like a successful initialisation; I can't
see why there's no /n/ums at this point - unless perhaps you are trying
to look at it from a window with a different namespace?  Does the usbsfs
command exit and leave you with a shell prompt or do you have to interrupt it?

> KeyB "JungSOFT PSD-64N 64MB"
> ...
> cmd: 12 00 00 00 ff 00 datalen: 255
> ***stalls here****

Possibly the SCSI Inquiry is failing because too much data is requested.
Could you try changing the ScsiReq definition in scsireq.h from

	uchar sense[MaxDirData];	/* returned sense data */
	uchar inquiry[MaxDirData];	/* returned inquiry data */

to

	uchar sense[18];	/* returned sense data */
	uchar inquiry[36];	/* returned inquiry data */

and see if that helps?

-- Richard



  reply	other threads:[~2005-01-13 22:16 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-05  8:07 Aharon Robbins
2005-01-05  8:17 ` Tiit Lankots
2005-01-05 14:08   ` boyd, rounin
2005-01-05 14:05 ` boyd, rounin
2005-01-05 14:15   ` Tiit Lankots
2005-01-06 12:47     ` Bruce Ellis
2005-01-06 18:01       ` Charles Forsyth
2005-01-13 22:26         ` [9fans] Ping? Bob Hartley
2005-01-13 23:22           ` andrey mirtchovski
2005-01-07  0:22       ` [9fans] wireless USB mice? Adrian Tritschler
2005-01-07  0:49         ` Bruce Ellis
2005-01-07  1:07         ` Charles Forsyth
2005-01-07  4:46           ` Ronald G. Minnich
2005-01-07  5:27             ` geoff
2005-01-07 14:48               ` Ronald G. Minnich
2005-01-08  5:09             ` Martin C.Atkins
2005-01-10 14:45               ` Wes Kussmaul
2005-01-07  1:52         ` Skip Tavakkolian
2005-01-08  7:12         ` Kenji Okamoto
2005-01-08 12:17           ` Gorka Guardiola Múzquiz
2005-01-08 12:59             ` Charles Forsyth
2005-01-10 21:10               ` Charles Forsyth
2005-01-09 22:30           ` Richard Miller
2005-01-11  2:20             ` Kenji Okamoto
2005-01-11  2:22               ` Kenji Okamoto
2005-01-09 23:37           ` Adrian Tritschler
2005-01-10  8:43             ` Richard Miller
2005-01-12 23:42               ` Adrian Tritschler
2005-01-13 22:16                 ` Richard Miller [this message]
2005-01-05 20:03 ` [9fans] Translating Plan 9 docs to spanish Antonio Vazquez Araujo
2005-01-05 21:25   ` Gorka Guardiola Múzquiz
2005-01-07  9:07     ` Antonio Vazquez Araujo
2005-01-10 20:53       ` Alberto Cortes
2005-01-06  0:49   ` Federico Benavento
2005-01-07  9:10     ` Antonio Vazquez Araujo
2005-01-07 19:35       ` boyd, rounin
  -- strict thread matches above, loose matches on Subject: below --
2005-01-04 17:34 [9fans] wireless USB mice? Aharon Robbins
2005-01-04 17:34 ` boyd, rounin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b59db3122f973cf0c883bf7e17f5aad4@hamnavoe.com \
    --to=9fans@hamnavoe.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).