Re: [Linux-usb-users] Slow USB disk enclosure times out

2006-06-07 Thread Elladan
On Wed, Jun 07, 2006 at 06:15:48PM -0400, Alan Stern wrote: > On Wed, 7 Jun 2006, Elladan wrote: > > It seems like > > the problem is just that Linux gives up on the device much too early. > > Alternatively, is there some way to ask Linux to scan this device again? > > "rmmod usb-storage" followe

Re: [Linux-usb-users] URB error.

2006-06-07 Thread usb usb
Thanks - I will try that. I have a fundamental question.. How does the endpoint type influence the device behavior? Isn't automatic scheduling (for intr URB) one of the main differences between the intr URB and Bulk URB? If so, whatever the endpoint type is, the USB core must be able to handle it

[Linux-usb-users] EASY!some problem about sl811 hcd

2006-06-07 Thread Hsia Jason
Hi, Recently,I am reading about sl811 hcd. But I came across some questions.To you,these would be just a piece of cake.So, please do me a favor.Thanks. file:drivers\usb\host\sl811-hcd.c (version 1.6) function:sl811h_urb_enqueue() place:sl811->load[i] += ep->load; For iso or int transfer,why th

Re: [Linux-usb-users] Possible bug is USB storage/sda module ? I/O errors with Nokia N80 Mass storage mode

2006-06-07 Thread C. Castberg
> Curiously enough, another user wrote in with exactly the same problem just > a day or two earlier. > > Can you provide the entry in /proc/bus/usb/devices for the Nokia, or else > the output from "lsusb -v"? > > Alan Stern > Hi, Apologies but i was unable to find the other thread. If there i

Re: [Linux-usb-users] Possible bug is USB storage/sda module ? I/O errors with Nokia N80 Mass storage mode

2006-06-07 Thread Alan Stern
On Thu, 8 Jun 2006, René C. Castberg wrote: > > Curiously enough, another user wrote in with exactly the same problem just > > a day or two earlier. > > > > Can you provide the entry in /proc/bus/usb/devices for the Nokia, or else > > the output from "lsusb -v"? > > > > Alan Stern > > > Hi, >

Re: [Linux-usb-users] Slow USB disk enclosure times out

2006-06-07 Thread Alan Stern
On Wed, 7 Jun 2006, Elladan wrote: > Hi, > > I have a cheap USB hard disk enclosure with a rather sad IDE disk in it. > It all seems to work fine, once I get Linux to recognize the disk. The > problem is that if I power on the enclosure while it's plugged into my > USB hub, it looks like Linux t

[Linux-usb-users] Slow USB disk enclosure times out

2006-06-07 Thread Elladan
Hi, I have a cheap USB hard disk enclosure with a rather sad IDE disk in it. It all seems to work fine, once I get Linux to recognize the disk. The problem is that if I power on the enclosure while it's plugged into my USB hub, it looks like Linux times out and decides to ignore the device. If I

[Linux-usb-users] 代开发票!

2006-06-07 Thread 林晓芸
尊敬的顾客 您们好! 您还在为税务的问题而烦恼吗?我司是属于包税企业,经营范围广,现有 些结余发票可对外代开,代开发票范围:商品销售发票、运输、广告、建筑、 服务咨询等方面发票;税率优惠!如有需要请拨打我们的电话咨询联系。 我司本着信誉第一 互惠互利的原则!并郑重承诺所用绝对是真发票! 希望能够有机会与贵公司合作! 此信息长期有效,如须进一步洽商: 联系电话: 13926564881 邮箱: [EMAIL PROTECTED] 联 系 人: 李国雄 顺祝商祺!

Re: [Linux-usb-users] URB error.

2006-06-07 Thread Alan Stern
On Wed, 7 Jun 2006, usb usb wrote: > > Yes, 9 is the value that I send in with > usb_fill_int_urb (), which assigns 256 to interval. > The device is powered externally, and won't draw power > from the bus. > > /proc/bus/usb/devices: > T: Bus=01 Lev=03 Prnt=06 Port=01 Cnt=02 Dev#= 23 > Spd=480

Re: [Linux-usb-users] Possible bug is USB storage/sda module ? I/O errors with Nokia N80 Mass storage mode

2006-06-07 Thread Alan Stern
On Wed, 7 Jun 2006, René C. Castberg wrote: > Hi, > > I just got a new nokia N80 which has the possibility of working as a > mass storage device. > When ever i plug it in to my pc, i get a ton of error messages. > > Using windows xp, linux 2.4.x or the low performance ub driver (under > knoppix)

Re: [Linux-usb-users] URB error.

2006-06-07 Thread usb usb
Yes, 9 is the value that I send in with usb_fill_int_urb (), which assigns 256 to interval. The device is powered externally, and won't draw power from the bus. /proc/bus/usb/devices: T: Bus=01 Lev=03 Prnt=06 Port=01 Cnt=02 Dev#= 23 Spd=480 MxCh= 0 D: Ver= 2.00 Cls=ff(vend.) Sub=00 Prot=ff MxP

[Linux-usb-users] Possible bug is USB storage/sda module ? I/O errors with Nokia N80 Mass storage mode

2006-06-07 Thread C. Castberg
Hi, I just got a new nokia N80 which has the possibility of working as a mass storage device. When ever i plug it in to my pc, i get a ton of error messages. Using windows xp, linux 2.4.x or the low performance ub driver (under knoppix) i can get it too mount. Using my current kernel 2.6.15 it do

[Linux-usb-users] [DETAILS TUESDAY] Re: controlled drugs we fully comply with International law cooperate Formica

2006-06-07 Thread Shannon Braddock
We are your online solution for quality generic and brand name medications at affordable prices! We have some great medications to offer you and will be adding many more in the coming weeks. Everything is done on-line and Safe.. Visit Us Today filingtab.com Best Regards, Shannon Braddock fili

Re: [Linux-usb-users] URB error.

2006-06-07 Thread Matthew Dharm
On Wed, Jun 07, 2006 at 02:26:16PM -0400, Alan Stern wrote: > On Wed, 7 Jun 2006, usb usb wrote: > > > Let me clarify one more thing - it's an interrupt URB. > > Just before I submit the URB, I do some more checking. > > I set some values, and also check them. > > status = 0, interval = 256 (I sen

Re: [Linux-usb-users] URB error.

2006-06-07 Thread Alan Stern
On Wed, 7 Jun 2006, usb usb wrote: > Let me clarify one more thing - it's an interrupt URB. > Just before I submit the URB, I do some more checking. > I set some values, and also check them. > status = 0, interval = 256 (I send in 9=>2^8), Um, what do you mean by "send in"? Is 9 the value you pa

Re: [Linux-usb-users] URB error.

2006-06-07 Thread usb usb
Let me clarify one more thing - it's an interrupt URB. Just before I submit the URB, I do some more checking. I set some values, and also check them. status = 0, interval = 256 (I send in 9=>2^8), buffer len = 4 (my requirement), and the callback function. Everything seems to be alright. I will t

Re: [Linux-usb-users] URB error.

2006-06-07 Thread Alan Stern
On Tue, 6 Jun 2006, usb usb wrote: > I had some issues with resets, and thanks to Alan, I > could get them fixed. > > I have another strange problem with my USB device > (2.0) on 2.6.12 kernel. > > I have several USB data acquisition devices running > with my driver. One of them (totally random

[Linux-usb-users] Forward-Thinking Investors H-Y-W-I.PK When you get lemons, make lemonade.(When life gives you scraps make quilts.)

2006-06-07 Thread gfkoq ezgctqi
H_Y_W_I- H o l l y w o o d I n t e r m e d i a t e, Inc. Watch this one [EMAIL PROTECTED] on Wednesday, don't be sorry you missed out we told you so S Y M B O L : H Y W I . P K Current Price: $ 1.01 7 Day Projected : $ 4.50 This is a real company with real potential watch this stck go crazy

[Linux-usb-users] [MailServer Notification]To recipient: Message matched eManager setting and action was taken.

2006-06-07 Thread Administrator
eManager Notification * The following mail was blocked since it contains sensitive content. Source mailbox: [EMAIL PROTECTED] Destination mailbox(es): [EMAIL PROTECTED]; [EMAIL PROTECTED]; linux-usb-users@lists.sourceforge.net; [EMAIL PROTECTED] Rule/Policy: Tren

[Linux-usb-users] 合作项目

2006-06-07 Thread 江元集团
尊敬的客户: 这是一封善意的邮件,如有打扰,请原谅! 我是深圳市商发实业有限公司,我公司 有余额发票可以代开(增值税票,商品销售发票,建筑安装发票 其它服务行业发票. 广告专用发票,运输票.), 如有需要请同本公司联系;欢迎来电来邮咨询。 联系电话: 13530663132 联系人:王先生

[Linux-usb-users] 互惠互利

2006-06-07 Thread 苏瑞强
贵公司负责人(经理/财务)您好: 我是深圳联欧有限公司的,我公司实力雄厚,有着良好的社会关系。因进项较多 现完成不了每月销售额度,每月有一部分增值税电脑发票,海关代征(6%左右)和 普通商品销售、广告、服务费、劳务费、咨询费、交通运输、建筑安装、餐饮等, 国税、地税发票(1.5%至1%左右),优惠代开或合作,点数较低,还可以根据所做数量 额度的大小来商议优惠的点数。我公司成立多年一直坚持以"诚信"为中心立足商场中, 本公司郑重承诺所用绝对是真票!更希望能够有机会与贵司合作! 如贵公司在发票的真伪方面有任何疑虑或担心,可上网查证或我司直接与贵司去 税务局抵扣核对。 此信

[Linux-usb-users] (no subject)

2006-06-07 Thread "p align= justify"
___ Linux-usb-users@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users