[linux-usb-devel] System stalls using usb-storage

2003-07-23 Thread Matthew Dharm
Many people, including myself, have observed system stalls when using usb-storage. It happens when copying large amounts of data to a USB device -- everything (except the USB access) just stops for a little while. My best guess is that the block cache is filling up (easy since USB is so slow). T

[linux-usb-devel] REMAIN BLESSED

2003-07-23 Thread SHERIF FATUGA
OFFICE OF SECRETARY TO CUSTOMER SERVICES GENERAL MANAGER OF UNITED BANK FOR AFRICA PLC {U.B.A} DEAR BROTHER I AM VERY GLAD TO WRITE YOU THIS MAIL, HAVING BEENINTIMATED WITH YOUR CONTACT BY THE COMMERCIAL DIRECTOR, LAGOS CHAMBER OF COMMERCE IN NIGERIA WHOM I HAVE SO MUCH RESPECT FOR. BY THIS INTRO

Re: [linux-usb-devel] OHCI problems with suspend/resume

2003-07-23 Thread David Brownell
Pavel Machek wrote: Hi! In 2.6.0-test1, OHCI is non-functional after first suspend/resume, and kills machine during secon suspend/resume cycle. Hmm, last time I tested suspend/resume it worked fine. That was 2.5.67, but the OHCI code hasn't had any relevant changes since then. Evidently your syste

Re: [linux-usb-devel] Re: More questions/comments about the UHCIdriver

2003-07-23 Thread David Brownell
Johannes Erdfelt wrote: We could alternatively do something similar to what OHCI does and use an even and odd frame list. That's been gone from "ohci-hcd" for over a year now... it records frame numbers now (as Alan suggested). The even/odd list only works if you somehow manage to have ensured tha

Re: [linux-usb-devel] Mounting other machine's disk partition asa storage device via USB?

2003-07-23 Thread James Courtier-Dutton
Balaji Raghavan wrote: Hello, Is there a way to mount a remote disk partition as a mass USB storage device? Thanks. --Balaji. Why bother? Just use nfs or smb mounts or similar. --- This SF.Net email sponsored by: Free pre-built ASP.NET

[linux-usb-devel] OHCI problems with suspend/resume

2003-07-23 Thread Pavel Machek
Hi! In 2.6.0-test1, OHCI is non-functional after first suspend/resume, and kills machine during secon suspend/resume cycle. What happens is that ohci_irq gets ohci->hcca == NULL, and kills machine. Why is ohci->hcca == NULL? ohci_stop was called from hcd_panic() and freed ohci->hcca. I believe t

[linux-usb-devel] Mounting other machine's disk partition as a storage device via USB?

2003-07-23 Thread Balaji Raghavan
Hello, Is there a way to mount a remote disk partition as a mass USB storage device? Thanks. --Balaji. --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available n

[linux-usb-devel] [PATCH 2.6] AX8817x mii/ethtool fixes among others

2003-07-23 Thread David T Hollis
This patch: Adds the Intellinet device IDs Adds msg_level support (to be utilized in the future) Fixes ethtool/mii support so link checking actually works Changed timeout on usb_fill_int_urb to support High Speed ([EMAIL PROTECTED]) Added devdbg/err/info defines borrowed from usbnet Changed strlcpy

Re: [linux-usb-devel] mdio_read / mii support for ax8817x driver

2003-07-23 Thread David T Hollis
David T Hollis wrote: I'm trying to get mii support working properly with the ax8817x driver but I'm hitting a big stumbling block. I have the following functions that handle the reads but I always get a return code of 2 from the second ax_read_cmd (the one that actually pulls the value, calls

[linux-usb-devel] [PATCH] 2.4.22-pre7 - ftdi_sio - additional pids

2003-07-23 Thread Ian Abbott
Patch against 2.4.22-pre7: Wayne Wylupski sent some more PIDs (in a patch, but I've modified it) for the ftdi_sio driver to the ftdi-usb-sio-devel list. These PIDs were for additional CrystalFontz LCD displays. An earlier patch from David Glance for the DSS-20 SyncStation was applied to the 2.

[linux-usb-devel] [PATCH] 2.6.0-test1 - ftdi_sio - additional pids

2003-07-23 Thread Ian Abbott
Patch against 2.6.0-test1: Wayne Wylupski sent some more PIDs (in a patch, but I've modified it) for the ftdi_sio driver to the ftdi-usb-sio-devel list. These PIDs were for additional CrystalFontz LCD displays. An earlier patch from David Glance for the DSS-20 SyncStation was applied to the 2.

[linux-usb-devel] Re: More questions/comments about the UHCI driver

2003-07-23 Thread Johannes Erdfelt
On Wed, Jul 23, 2003, Alan Stern <[EMAIL PROTECTED]> wrote: > The more I study the UHCI driver source, the more questions and other > observations come up. I hope you won't mind taking the time to respond. Nope. I'm actually excited that someone else has taken the time to look over my code in th

[linux-usb-devel] More questions/comments about the UHCI driver

2003-07-23 Thread Alan Stern
Johannes: The more I study the UHCI driver source, the more questions and other observations come up. I hope you won't mind taking the time to respond. First, I mentioned in an email yesterday that UHCI doesn't support urb->timeout. That was wrong, it does. So does the hc_simple drive

Re: [linux-usb-devel] Re: re: usb-ohci & kernel oops

2003-07-23 Thread Ferenc-Jan
Thanks for your e-mail, I'm trying to get USB bluetooth dongle to work on a toshiba P133 laptop (usb-ohci.) >>>The 2.4 OHCI driver had a number of problems that >>>appeared much more reliably with slow hardware. >>>The 2.6 one should have resolved quite a lot of those. EIP; c481e11a

[linux-usb-devel] mdio_read / mii support for ax8817x driver

2003-07-23 Thread David T Hollis
I'm trying to get mii support working properly with the ax8817x driver but I'm hitting a big stumbling block. I have the following functions that handle the reads but I always get a return code of 2 from the second ax_read_cmd (the one that actually pulls the value, calls ax_control_msg, etc.)

[linux-usb-devel] Michael Frank's estate

2003-07-23 Thread Paul Ogor
I am a Senior Manager of bills and exchange at the foreign remittance department of Fortune Bank Plc. Some years ago, I was an account officer to a foreigner/contractor to the Federal Government, late Engr. Michael Frank who died in a car crash years ago. I am privilegded to know that he left in

Re: [linux-usb-devel] Re: re: usb-ohci & kernel oops

2003-07-23 Thread David Brownell
Ferenc-Jan wrote: Ferenc-Jan wrote: I'm trying to get USB bluetooth dongle to work on a toshiba P133 laptop (usb-ohci.) The 2.4 OHCI driver had a number of problems that appeared much more reliably with slow hardware. The 2.6 one should have resolved quite a lot of those. EIP; c481e11a <[usb-o

Re: [linux-usb-devel] suspend_hc and wakeup_hc ?

2003-07-23 Thread Alan Stern
On Tue, 22 Jul 2003, Matthew Dharm wrote: > What do the UHCI suspend_hc and wakeup_hc messages mean? > > I'm working with someone on debugging a usb-storage problem he's having, > and he gets his system into a state where it generates these messages over > and over again, once every few seconds.

Re: [linux-usb-devel] SDDR-31 CF reader and 2.6.0-test1

2003-07-23 Thread Alan Stern
On Wed, 23 Jul 2003, Tom Felker wrote: > > Hello, > > I have a SanDisk ImageMate USB CompactFlash card reader (SDDR-31), and I was > testing 2.6.0-test1, and I got the below message. One one occasion, I saw a > similar message when my init scripts were fscking the CF card (I forgot to > set

[linux-usb-devel] Re: re: usb-ohci & kernel oops

2003-07-23 Thread Ferenc-Jan
Ferenc-Jan wrote: >> I'm trying to get USB bluetooth dongle to work on a toshiba P133 >> laptop (usb-ohci.) > The 2.4 OHCI driver had a number of problems that > appeared much more reliably with slow hardware. > The 2.6 one should have resolved quite a lot of those. >> EIP; c481e11a <[usb-ohci]dl

[linux-usb-devel] SDDR-31 CF reader and 2.6.0-test1

2003-07-23 Thread Tom Felker
Hello, I have a SanDisk ImageMate USB CompactFlash card reader (SDDR-31), and I was testing 2.6.0-test1, and I got the below message. One one occasion, I saw a similar message when my init scripts were fscking the CF card (I forgot to set noauto), and the bootup stopped. This time, the messa