Re: [linux-usb-devel] usb harddisk error when setaddress(USB device not accepting new address=2 (error=-110))

2005-02-23 Thread Jayaprakash Shanmugam
Hi, Me too having similar kind of problem here. I have insmod the usbcore.o and ehci-hcd.o. Now the proc/bus/usb/devices says : T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=480 MxCh= 4 B: Alloc= 0/800 us ( 0%), #Int= 0, #Iso= 0 D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=01 MxPS= 8 #Cf

[linux-usb-devel] isp116x with ethernet dongle

2005-02-23 Thread Ian Campbell
Hi Olav, I've been trying to get a USB->Ethernet dongle working on my platofrm with an isp1160. The dongle is a Belkin one[0] that uses the PEGASUS II driver. The dongle works fine on my workstation with 2.6.10 so I'm assuming that part of the driver is OK. (I've backported some pegasus changes fr

[linux-usb-devel] 大周金属网向您问好!

2005-02-23 Thread =?gb2312?q?=B4=F3=D6=DC=BD=F0=CA=F4=CD=F8_
提供免费网络资源,免费订制手机金属行情短信,发布权威金属废料价格资讯,尽在大周金属网http://www.dzmetal.com E-MAIL:[EMAIL PROTECTED] QQ:395831509 咨询电话:0374-6968026 13837470688

[linux-usb-devel] 最新项目-北京缘智杰

2005-02-23 Thread yzjxinxi
您好: 我公司部分最新寻求合作项目,如您处有相关需求请和我公司及时联系,谢谢! 1、寻求有发展前景的项目投资合作;建厂生产无公害生物降解有机肥料项目; 2、房地产开发配套项目寻投资合作伙伴;合作开发AP番荔枝种植基地项目; 3、短期实业项目投资合作;企??并重组形式的投资合作; 4、企业项目投资合作;寻求高科技电子产品项目投资合作; 5、合资生产水果浓缩汁加工出口项目;固定回报形式的项目融资合作; 6、专利技术工作: 为协助专利技术所有者更快更好的推广应用及实施转化

Re: [linux-usb-devel] usb harddisk error when setaddress(USB device not accepting new address=2 (error=-110))

2005-02-23 Thread David Brownell
On Wednesday 23 February 2005 3:58 am, Jayaprakash Shanmugam wrote: > Hi, > > Me too having similar kind of problem here. > .. > S: Manufacturer=Linux 2.4.20_mvl31-8275VR ehci_hcd > .. > Can anybody help me to come out of > this problem ? MontaVista, who you're paying for support?

Re: [linux-usb-devel] 2.6: USB Storage hangs machine on bootup for ~2 minutes

2005-02-23 Thread Alan Stern
On Tue, 22 Feb 2005, Parag Warudkar wrote: > Alan, > See below for stack traces and also note that the stack traces are after I > modified usb_device_read to do down_interruptible instead of down. (kudzu > gets stuck regardless though.) Let me know if you want me to revert the > down_interrupti

Re: [linux-usb-devel] Read/Write error

2005-02-23 Thread Alan Stern
On Wed, 23 Feb 2005, Sara Fonseca wrote: > > That's understandable. The filesystem probably relies on having valid > > data stored in block 1, and won't work without it. > > Ok. So, if the first logical block is damaged, wheter the device > realloc this block or the device is unusable? If the f

Re: [linux-usb-devel] Read/Write error

2005-02-23 Thread Sara Fonseca
On Thu, 17 Feb 2005 14:53:01 -0500 (EST), Alan Stern <[EMAIL PROTECTED]> wrote: > On Thu, 17 Feb 2005, Sara Fonseca wrote: > > > On Thu, 17 Feb 2005 10:38:36 -0500 (EST), Alan Stern > > <[EMAIL PROTECTED]> wrote: > > > On Thu, 17 Feb 2005, Sara Fonseca wrote: > > > > > > > I simulated a block erro

[linux-usb-devel] Re: How to access port information within the driver?

2005-02-23 Thread Greg KH
On Wed, Feb 23, 2005 at 12:13:19PM +0530, [EMAIL PROTECTED] wrote: > > > Hi Greg, > > Is there any way to access port information from within the Kernel > module? > I want to access whatever the information in /proc/bus/usb/devices, but > within my driver module. What is preventing you from doi

[linux-usb-devel] Re: isp116x with ethernet dongle

2005-02-23 Thread Olav Kongas
Hi Ian, On Wed, 23 Feb 2005, Ian Campbell wrote: > The device is detected and the driver is loaded, but once I try and ifup > the device, which tries to do dhcp, I get lots of "Allowed data > underrun" and eventually a failure. > > I've attached a trace made with DEBUG and URB_TRACE, it's quite bi

Re: [linux-usb-devel] Re: isp116x with ethernet dongle

2005-02-23 Thread TKoschorrek
Hi! First of all, sorry, but we didn't had the time to work on that problem. The old driver is working with wlan, so there was no need to solve the problem with Olav's new driver. Olav Kongas wrote: Hi Ian, On Wed, 23 Feb 2005, Ian Campbell wrote: The device is detected and the driver is loaded, bu

[linux-usb-devel] [PATCH] Replaces (2 * HZ) with DATA_TIMEOUT in /drivers/usb/atm/speedtch.c

2005-02-23 Thread Telemaque Ndizihiwe
This Patch replaces "(2 * HZ)" with "DATA_TIMEOUT" which is defined as #define DATA_TIMEOUT (2 * HZ) in /drivers/usb/atm/speedtch.c in kernel 2.6.10. Signed-off-by: Telemaque Ndizihiwe <[EMAIL PROTECTED]> --- linux-2.6.10/drivers/usb/atm/speedtch.c.orig2005-02-20 12:44:22.235267848 + +

[linux-usb-devel] Re: [PATCH] Replaces (2 * HZ) with DATA_TIMEOUT in /drivers/usb/atm/speedtch.c

2005-02-23 Thread Linus Torvalds
On Wed, 23 Feb 2005, Telemaque Ndizihiwe wrote: > > This Patch replaces "(2 * HZ)" with "DATA_TIMEOUT" which is defined as > #define DATA_TIMEOUT (2 * HZ) > in /drivers/usb/atm/speedtch.c in kernel 2.6.10. Your patches are white-space damaged due to linewrap (and possibly other issues, but

Re: [linux-usb-devel] Reading USB USB serial via sysfs causing timeouts

2005-02-23 Thread Greg KH
On Tue, Feb 22, 2005 at 01:38:03PM -0500, Alan Stern wrote: > > A less general solution that could suffice for your problem would be to > have the kernel store the Manufacturer, Product, and Serial strings (and > also the Configuration and Interface name strings) rather than query the > device eve

[linux-usb-devel] Re: g_ether RNDIS performance

2005-02-23 Thread David Brownell
On Wednesday 23 February 2005 9:26 am, Alex Sanks wrote: > Hi Dave et al, > > I've been supporting a customer here who is looking to use g_ether to > support CDC Ethernet and RNDIS. We noticed that there seems to be a severe > bottleneck when talking to an RNDIS host (~5MB/sec FTPs thru a WinXP R

Re: [linux-usb-devel] Reading USB USB serial via sysfs causing timeouts

2005-02-23 Thread Alan Stern
On Wed, 23 Feb 2005, Greg KH wrote: > On Tue, Feb 22, 2005 at 01:38:03PM -0500, Alan Stern wrote: > > > > A less general solution that could suffice for your problem would be to > > have the kernel store the Manufacturer, Product, and Serial strings (and > > also the Configuration and Interface n

[linux-usb-devel] Help with Linksys USB200M

2005-02-23 Thread raray
Could someone give me a hint how to trouble shoot this. About all I can say is it doesn't work. When I plug it in the usb subsystem recognises the device and creates ethX. It just doesn't communicate. I have a 3Com card that works fine so I know the network is OK. I even tried assigning a static ad

Re: [linux-usb-devel] Reading USB USB serial via sysfs causing timeouts

2005-02-23 Thread Glenn Maynard
On Wed, Feb 23, 2005 at 03:39:29PM -0500, Alan Stern wrote: > I ngelected to mention it above, but the stored strings should also be > used in core/devices.c for populating /proc/bus/usb/devices. And since > the strings should be accessible through the usb_device and related > structures, other d

Re: [linux-usb-devel] Reading USB USB serial via sysfs causing timeouts

2005-02-23 Thread Alan Stern
On Wed, 23 Feb 2005, Glenn Maynard wrote: > On Wed, Feb 23, 2005 at 03:39:29PM -0500, Alan Stern wrote: > > I ngelected to mention it above, but the stored strings should also be > > used in core/devices.c for populating /proc/bus/usb/devices. And since > > the strings should be accessible throu

Re: [linux-usb-devel] Reading USB USB serial via sysfs causing timeouts

2005-02-23 Thread Randy.Dunlap
Alan Stern wrote: On Wed, 23 Feb 2005, Glenn Maynard wrote: On Wed, Feb 23, 2005 at 03:39:29PM -0500, Alan Stern wrote: I ngelected to mention it above, but the stored strings should also be used in core/devices.c for populating /proc/bus/usb/devices. And since the strings should be accessible t

Re: [linux-usb-devel] Reading USB USB serial via sysfs causing timeouts

2005-02-23 Thread Glenn Maynard
On Wed, Feb 23, 2005 at 05:11:16PM -0500, Alan Stern wrote: > lsusb does make the queries (going through usbfs). lsusb _has_ to use > libusb; sysfs only includes information for active configurations whereas > lsusb wants to print out information for all configurations. Is there a design reason f

[linux-usb-devel] Re: [PATCH] Replaces (2 * HZ) with DATA_TIMEOUT in /drivers/usb/atm/speedtch.c

2005-02-23 Thread Greg KH
On Wed, Feb 23, 2005 at 06:42:32PM +, Telemaque Ndizihiwe wrote: > This Patch replaces "(2 * HZ)" with "DATA_TIMEOUT" which is defined as > #define DATA_TIMEOUT (2 * HZ) > in /drivers/usb/atm/speedtch.c in kernel 2.6.10. > > Signed-off-by: Telemaque Ndizihiwe <[EMAIL PROTECTED]> This has

[linux-usb-devel] Re: isp116x with ethernet dongle

2005-02-23 Thread Olav Kongas
On Wed, 23 Feb 2005, Ian Campbell wrote: > I've attached a trace made with DEBUG and URB_TRACE, it's quite big but > compresses really well. The interesting parts, I think, are many > messages similar to this one: > 116x: Enqueue: FA 2 ep1in bulk: len 1544 short_not_ok > [SNIP sev

Re: [linux-usb-devel] Help with Linksys USB200M

2005-02-23 Thread David Hollis
On Wed, 2005-02-23 at 14:41 -0600, [EMAIL PROTECTED] wrote: > Could someone give me a hint how to trouble shoot this. > About all I can say is it doesn't work. When I plug it in the usb > subsystem recognises the device and creates ethX. It just doesn't > communicate. I have a 3Com card that works

[linux-usb-devel] Reading USB USB serial via sysfs causing timeouts

2005-02-23 Thread Steve Calfee
Hi Randy, Ironically, my spam trap email account is now blocked from sending to the mailing list, probably because of too much spamming from hotmail. So, if you think this is relevant, please forward to the list. Anyway see below: At 02:18 PM 2/23/2005 -0800, you wrote: Alan Stern wrote: On W