Re: [linux-usb-devel] Re: [PATCH] hotplug usb.rc changes

2003-06-11 Thread Olaf Hering
On Tue, Jun 10, Bill Nottingham wrote: David Brownell ([EMAIL PROTECTED]) said: Olaf Hering wrote: I missed /etc/sysconfig/hotplug in usb.rc, fixed patch: - do not use /etc/sysconfig/usb anymore, use /etc/sysconfig/hotplug instead But is anything except USB using that?

[linux-usb-devel] Re: [PATCH] add LP_ABORTOPEN ioctl in usblp.c [2.5.70]

2003-06-11 Thread Daniele Bellucci
On Tue 10 June 2003 23:12, Randy.Dunlap wrote: Hi Daniele, Hi Randy, nice to see you (even if nice to hear you would be more appropriate ;) ) Were you able to test this new code path? If so, how? Well, that's a good question ... because i don't know if there is any distro program that play

[linux-usb-devel] USB hub got stalled

2003-06-11 Thread Ilia A. Petrov
hello, i'm looking for help upon usb hubs- could you help me, or, may be, you know some links with extended info about it (i have only usbspec, and wasn't able to find answer for my problem) i'm writing my own usb support for one project and trying to startup usb hubs support now. for testing

[linux-usb-devel] ISP116x performance

2003-06-11 Thread Kyle Harris
I have the ISA/Linux eval card running on a Pentium 133. I'm seeing sustained bulk tranfer rates (running FTP client on a PDA) of 20-90 Kbytes/sec, depending on direction. This seems very low. Can anyone confirm what I should be seeing with this HC and driver? I'm running a 2.4.19 kernel with

Re: [linux-usb-devel] Re: When is the next BK pull going to happen?

2003-06-11 Thread Alan Stern
On Tue, 10 Jun 2003, Greg KH wrote: Ok, I've update my tree to the -bk level, and it's at: bk://kernel.bkbits.net/gregkh/usb/usb-2.5-bk Let me know if anyone has any problems with it, that aren't related to the -bk level of the kernel :) Greg: There are so many different trees

Re: [linux-usb-devel] ISP116x performance

2003-06-11 Thread Eric Nelson
I have the ISA/Linux eval card running on a Pentium 133. I'm seeing sustained bulk tranfer rates (running FTP client on a PDA) of 20-90 Kbytes/sec, depending on direction. This seems very low. Can anyone confirm what I should be seeing with this HC and driver? I'm running a 2.4.19 kernel with

Re: [linux-usb-devel] ISP116x performance

2003-06-11 Thread Kyle Harris
We're using the ISP1161 on a custom PXA-250 platform (200MHz) and seeing 600K+ bytes/second over an inexpensive 10-base-T card. We're also using a heavily patched driver for isochronous support and PXA-dma. Is 600KB/s during isochronous xfers? Using a PCI based USB host the best I've seen

[linux-usb-devel] PROBLEM: PL2303 USB-serial oops/crash

2003-06-11 Thread Romp
HI, i know that the driver is not fully supported, but maybe the following helps a little to found out the problem. 1. PL2303 USB-Serial oops/crash with usb-uhci 2. using pl2303 causes crashes. - with uhci.o closing serial port causes an Oops - and driver is unusable until reboot

Re: [linux-usb-devel] Re: [PATCH] hotplug usb.rc changes

2003-06-11 Thread Bill Nottingham
Olaf Hering ([EMAIL PROTECTED]) said: But is anything except USB using that? This is an area it'd be good to see RedHat, SuSE, and others agree, but I'd take SuSE as a start. We just have the stock references to /etc/sysconfig/{pci,usb}; we don't use /etc/sysconfig/hotplug. I

Re: [linux-usb-devel] Re: [PATCH] hotplug usb.rc changes

2003-06-11 Thread Olaf Hering
On Wed, Jun 11, Bill Nottingham wrote: Olaf Hering ([EMAIL PROTECTED]) said: But is anything except USB using that? This is an area it'd be good to see RedHat, SuSE, and others agree, but I'd take SuSE as a start. We just have the stock references to

[linux-usb-devel] PATCH: (as31) Keep root hub status timer running during suspend

2003-06-11 Thread Alan Stern
Greg: Not having heard any complaints about this patch, I'm submitting it. It fixes a problem with the root hub status URB implementation; the timer that controls the root hub polling was not getting reset during a PM suspend. Alan Stern # This is a BitKeeper generated patch for the

Re: [linux-usb-devel] Pontis SP600 + 2.4.20 = kernel panic

2003-06-11 Thread joschua10
Hi Alan, I forgot, there is still the message Device not ready. Make sure there is a disc in the drive. Is there a way to fix this? Thank you! Bye, Joschua On Thu, 5 Jun 2003 [EMAIL PROTECTED] wrote: Hi Alan! Yes, you are right, I used kernel 2.4.20. The last days I tried to reproduce

Re: [linux-usb-devel] Re: When is the next BK pull going to happen?

2003-06-11 Thread Greg KH
On Wed, Jun 11, 2003 at 09:51:41AM -0400, Alan Stern wrote: On Tue, 10 Jun 2003, Greg KH wrote: Ok, I've update my tree to the -bk level, and it's at: bk://kernel.bkbits.net/gregkh/usb/usb-2.5-bk Let me know if anyone has any problems with it, that aren't related to the -bk level

Re: [linux-usb-devel] Re: [PATCH] hotplug usb.rc changes

2003-06-11 Thread Bill Nottingham
We don't include ones, but the hotplug scripts we ship will use the USB one if they it's there (the pci one is commented out, sorry.) what values do they contain? It seems hotplug can perfectly work without them. Whatever someone wants, I suppose. We just use the stock scripts that

Re: [linux-usb-devel] Pontis SP600 + 2.4.20 = kernel panic

2003-06-11 Thread Alan Stern
On Wed, 11 Jun 2003 [EMAIL PROTECTED] wrote: Hi Alan, I forgot, there is still the message Device not ready. Make sure there is a disc in the drive. Is there a way to fix this? I don't know; I didn't keep a copy of the kernel logs you sent. But if the device doesn't work right and you can't

Re: [linux-usb-devel] PROBLEM: PL2303 USB-serial oops/crash

2003-06-11 Thread Greg KH
On Wed, Jun 11, 2003 at 06:58:25PM +0300, Romp wrote: HI, i know that the driver is not fully supported, but maybe the following helps a little to found out the problem. 1. PL2303 USB-Serial oops/crash with usb-uhci 2. using pl2303 causes crashes. - with uhci.o closing serial port

Re: [linux-usb-devel] Re: When is the next BK pull going to happen?

2003-06-11 Thread Alan Stern
On Wed, 11 Jun 2003, Greg KH wrote: Ok, I've update my tree to the -bk level, and it's at: bk://kernel.bkbits.net/gregkh/usb/usb-2.5-bk I'm starting to add in the -bk patches into my tree (that's the above link) to keep up in sync with Linus's tree a bit easier due to the long time

[linux-usb-devel] scsi error-handler threads

2003-06-11 Thread Alan Stern
David: It turns out that the scsi error-handler threads aren't getting removed because of a problem in the driver model core caused by a recent patch. I believe the patch below will fix it. (I haven't tried this patch, but one very similar to it worked okay.) I've been trying to convince

Re: [linux-usb-devel] Re: When is the next BK pull going to happen?

2003-06-11 Thread Greg KH
On Wed, Jun 11, 2003 at 02:46:43PM -0400, Alan Stern wrote: On Wed, 11 Jun 2003, Greg KH wrote: Ok, I've update my tree to the -bk level, and it's at: bk://kernel.bkbits.net/gregkh/usb/usb-2.5-bk I'm starting to add in the -bk patches into my tree (that's the above link)

Re: [linux-usb-devel] scsi error-handler threads

2003-06-11 Thread Greg KH
On Wed, Jun 11, 2003 at 02:56:10PM -0400, Alan Stern wrote: David: It turns out that the scsi error-handler threads aren't getting removed because of a problem in the driver model core caused by a recent patch. I believe the patch below will fix it. (I haven't tried this patch, but one

Re: [linux-usb-devel] ISP116x performance

2003-06-11 Thread Eric Nelson
Is 600KB/s during isochronous xfers? Using a PCI based USB host the best I've seen for bulk xfers with the Dell Axim PDA is 200KB/sec. No. ATL transfers via an ethernet device from a Linux PC, of course :). This is roughly the same performance we see using a laptop performing the same

Re: [linux-usb-devel] ISP116x performance

2003-06-11 Thread Kyle Harris
On Wednesday 11 June 2003 09:19 pm, Eric Nelson wrote: Is 600KB/s during isochronous xfers? Using a PCI based USB host the best I've seen for bulk xfers with the Dell Axim PDA is 200KB/sec. No. ATL transfers via an ethernet device from a Linux PC, of course :). Have you tested with