public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* USB trouble w/ 2.4.8-ac12
@ 2001-09-01 22:55 Adam Schrotenboer
  2001-09-01 23:21 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Adam Schrotenboer @ 2001-09-01 22:55 UTC (permalink / raw)
  To: LKML

Using 2.4.8-ac12, USB modules, and a Philips CDRW400.

I was able to get it to see the CDRW drive once(and that took a minute 
or three), but mostly it only sees the Freecom USB-IDE bridge.

How do I get the usb code to probe the ATAPI bridge for the devices 
behind it??

TIA
tabris


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

* Re: USB trouble w/ 2.4.8-ac12
  2001-09-01 22:55 USB trouble w/ 2.4.8-ac12 Adam Schrotenboer
@ 2001-09-01 23:21 ` Greg KH
  2001-09-01 23:29   ` Matthew Dharm
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2001-09-01 23:21 UTC (permalink / raw)
  To: Adam Schrotenboer; +Cc: LKML

On Sat, Sep 01, 2001 at 06:55:28PM -0400, Adam Schrotenboer wrote:
> Using 2.4.8-ac12, USB modules, and a Philips CDRW400.
> 
> I was able to get it to see the CDRW drive once(and that took a minute 
> or three), but mostly it only sees the Freecom USB-IDE bridge.
> 
> How do I get the usb code to probe the ATAPI bridge for the devices 
> behind it??

You might try asking on the linux-usb-devel mailing list.  I don't know
how well the Freecom bridge device is currently supported in Linux.

greg k-h

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

* Re: USB trouble w/ 2.4.8-ac12
  2001-09-01 23:21 ` Greg KH
@ 2001-09-01 23:29   ` Matthew Dharm
  2001-09-02 18:00     ` Adam Schrotenboer
  0 siblings, 1 reply; 4+ messages in thread
From: Matthew Dharm @ 2001-09-01 23:29 UTC (permalink / raw)
  To: Greg KH; +Cc: Adam Schrotenboer, LKML

[-- Attachment #1: Type: text/plain, Size: 1400 bytes --]

The Freecom dongle is well supported for Tape drives (the OnStream USB-30,
in particular), but I haven't gotten it working for other devices yet.

I'm just short on time to work on this.... so if someone is offering to
help, that would be a good thing.

Matt

On Sat, Sep 01, 2001 at 04:21:30PM -0700, Greg KH wrote:
> On Sat, Sep 01, 2001 at 06:55:28PM -0400, Adam Schrotenboer wrote:
> > Using 2.4.8-ac12, USB modules, and a Philips CDRW400.
> > 
> > I was able to get it to see the CDRW drive once(and that took a minute 
> > or three), but mostly it only sees the Freecom USB-IDE bridge.
> > 
> > How do I get the usb code to probe the ATAPI bridge for the devices 
> > behind it??
> 
> You might try asking on the linux-usb-devel mailing list.  I don't know
> how well the Freecom bridge device is currently supported in Linux.
> 
> greg k-h
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

-- 
Matthew Dharm                              Home: mdharm-usb@one-eyed-alien.net 
Maintainer, Linux USB Mass Storage Driver

A:  The most ironic oxymoron wins ...
DP: "Microsoft Works"
A:  Uh, okay, you win.
					-- A.J. & Dust Puppy
User Friendly, 1/18/1998

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

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

* Re: USB trouble w/ 2.4.8-ac12
  2001-09-01 23:29   ` Matthew Dharm
@ 2001-09-02 18:00     ` Adam Schrotenboer
  0 siblings, 0 replies; 4+ messages in thread
From: Adam Schrotenboer @ 2001-09-02 18:00 UTC (permalink / raw)
  To: Matthew Dharm; +Cc: Greg KH, LKML

Matthew Dharm wrote:

>The Freecom dongle is well supported for Tape drives (the OnStream USB-30, in particular), but I haven't gotten it working for other devices yet.
>
Well, I don't know how much help I can be, but I am willing (given time 
[atm I'm unemployed, but attempting to remedy that]) to test patches.

>
>I'm just short on time to work on this.... so if someone is offering to help, that would be a good thing.
>
Willing to do what I can.

>
>
>Matt
>
>On Sat, Sep 01, 2001 at 04:21:30PM -0700, Greg KH wrote:
>
>>On Sat, Sep 01, 2001 at 06:55:28PM -0400, Adam Schrotenboer wrote:
>>
>>>Using 2.4.8-ac12, USB modules, and a Philips CDRW400.
>>>
>>>I was able to get it to see the CDRW drive once(and that took a minute 
>>>or three), but mostly it only sees the Freecom USB-IDE bridge.
>>>
>>>How do I get the usb code to probe the ATAPI bridge for the devices 
>>>behind it??
>>>
>>You might try asking on the linux-usb-devel mailing list.  I don't know
>>how well the Freecom bridge device is currently supported in Linux.
>>
>>greg k-h
>>-
>>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>>the body of a message to majordomo@vger.kernel.org
>>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>Please read the FAQ at  http://www.tux.org/lkml/
>>
>




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

end of thread, other threads:[~2001-09-02 18:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-01 22:55 USB trouble w/ 2.4.8-ac12 Adam Schrotenboer
2001-09-01 23:21 ` Greg KH
2001-09-01 23:29   ` Matthew Dharm
2001-09-02 18:00     ` Adam Schrotenboer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox