Re: [linux-usb-devel] what to add to get rid of Uknown device

2002-05-20 Thread Jacek Pliszka
On Mon, 20 May 2002, Greg KH wrote: > usbview only displays what the device itself says it is. So if the > Product string in the device does not say "Nomad II", usbview can not > know to say this. Hmm, I have another idea. Would it be possible to create 'Known devices' database for usbview? If

Re: [linux-usb-devel] what to add to get rid of Uknown device

2002-05-20 Thread Jacek Pliszka
On Mon, 20 May 2002, Greg KH wrote: > What does /proc/bus/usb/devices look like with the device plugged in? > Are there strings associated with the device that usbview does not > display? Looks like not. This is all I get: T: Bus=02 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 6 Spd=12 MxCh= 0 D: Ve

Re: [linux-usb-devel] what to add to get rid of Uknown device

2002-05-20 Thread Greg KH
On Mon, May 20, 2002 at 09:05:22PM -0700, Jacek Pliszka wrote: > Hi! > > This is simple aesthethic question. > > I got Nomad II mp3 player which works great with user space drivers > (libnomadii). > > But when I open usbview I do not get 'Nomad II' but only Unknown Device. > > What should be a

Re: [linux-usb-devel] [PATCH] usb-storage

2002-05-20 Thread Greg KH
On Mon, May 20, 2002 at 10:13:40PM -0700, Matthew Dharm wrote: > I could, in theory, make a diff -b myself. However, then I would have an > extra development tree on my machine to keep track of, and that's something > I like to avoid. Wait till you start using bk, I have about 20 different kerne

Re: [linux-usb-devel] [PATCH] usb-storage

2002-05-20 Thread Matthew Dharm
I could, in theory, make a diff -b myself. However, then I would have an extra development tree on my machine to keep track of, and that's something I like to avoid. Matt On Tue, May 21, 2002 at 03:22:42AM +0200, [EMAIL PROTECTED] wrote: > >> It is not clear to me why these CF and SM drivers sh

[linux-usb-devel] what to add to get rid of Uknown device

2002-05-20 Thread Jacek Pliszka
Hi! This is simple aesthethic question. I got Nomad II mp3 player which works great with user space drivers (libnomadii). But when I open usbview I do not get 'Nomad II' but only Unknown Device. What should be added and where to have "Nomad II" displayed in usbview? BR, Jacek _

Re: [linux-usb-devel] [PATCH] usb-storage

2002-05-20 Thread Greg KH
On Tue, May 21, 2002 at 04:46:50AM +0200, [EMAIL PROTECTED] wrote: > == Andries, what kind of USB problems did you have with 2.5.16? > > It is a bit late, but I just compiled a kernel. > > CONFIG_USB=y > CONFIG_USB_DEVICEFS=y > CONFIG_USB_UHCI_HCD=y > > etc. > > Now usbview doesnt work, even t

Re: [linux-usb-devel] [PATCH] usb-storage

2002-05-20 Thread Andries . Brouwer
== Andries, what kind of USB problems did you have with 2.5.16? It is a bit late, but I just compiled a kernel. CONFIG_USB=y CONFIG_USB_DEVICEFS=y CONFIG_USB_UHCI_HCD=y etc. Now usbview doesnt work, even though usbdevfs is mounted. I consider that a bug in the usbdevfs code. After the mount th

Re: [linux-usb-devel] Workaround for broken hw by ATEN

2002-05-20 Thread Kevin
Greetings, I just got a 4-port IOGear KVM and quickly found that it didn't work with my linux machine. After doing some research I found out that the fix was suppose to be in the latest kernel (2.4.19-pre8). I installed that and that still didn't fix my problem. I looked through that patch tha

Re: [linux-usb-devel] [PATCH] usb-storage

2002-05-20 Thread Andries . Brouwer
>> It is not clear to me why these CF and SM drivers should >> replace sg buffers by a single big contiguous buffer. > No, they should not be using a single big buffer. They > should use the scatter-gather list that was given to them by the midlayer. Good. I hoped you would say that. That again

[linux-usb-devel] What to do with all of the USB UHCI drivers in the kernel?

2002-05-20 Thread Greg KH
Ok, now that 2.5.16 is out, we have a total of 4 different USB UHCI controller drivers in the kernel! That's about 3 too many for me :) So what to do? I propose the following: From now until July 1, I want everyone to test out both the uhci-hcd and usb-uhci-hcd drivers on just about every

Re: [linux-usb-devel] [PATCH] usb-storage

2002-05-20 Thread David Brownell
[EMAIL PROTECTED] wrote: >>Andries, what kind of USB problems did you have with 2.5.16? > > I hoped that everybody would have problems, so that the source > of the problems would be immediately obvious to someone who > knows USB and the recent changes better. So far it's fine ... but then I've

Re: [linux-usb-devel] [PATCH] usb-storage

2002-05-20 Thread Greg KH
On Mon, May 20, 2002 at 09:33:12PM +0200, [EMAIL PROTECTED] wrote: > Is it documented someplace what requirements a driver > should obey? It feels as if several usb-storage things > are not in a perfect shape. But I know so little about > the surroundings. Do you mean a USB driver? If so, there

Re: [linux-usb-devel] [PATCH] usb-storage

2002-05-20 Thread Jason Straight
I have a similar problem on my machine with a 2.4.18 kernel after patching ACPI patches. usb-storage hangs. On Monday 20 May 2002 15:33, [EMAIL PROTECTED] wrote: > > Andries, what kind of USB problems did you have with 2.5.16? > > I hoped that everybody would have problems, so that the source >

Re: [linux-usb-devel] [PATCH] usb-storage

2002-05-20 Thread Andries . Brouwer
>> Matt, is this patch ok to apply? > Yes and no. > Parts of it look okay, and parts don't. Can you be more precise? Or is the plural just your single following remark? > why have retries dropped from 10 to 3 in one place? Yes, you spotted the only change in behaviour, apart from possible chan

Re: [linux-usb-devel] [PATCH] usb-storage

2002-05-20 Thread Andries . Brouwer
> Andries, what kind of USB problems did you have with 2.5.16? I hoped that everybody would have problems, so that the source of the problems would be immediately obvious to someone who knows USB and the recent changes better. I have only vague reports. Do "insmod usb-storage". The insmod hangs

Re: [linux-usb-devel] TCP/IP over USB

2002-05-20 Thread Pete Zaitcev
> From: "Ben Simkin" <[EMAIL PROTECTED]> > Date: Mon, 20 May 2002 15:32:20 +1000 > I would like to ask if it were possible to setup TCP/IP over USB > (without an ethernet USB chip, or whatever they use)... > > You see, I want to setup a 2-way satellite system, and AFAIK, the > "modem" connects t