Re: [Linux-usb-users] [piri] Where and How do I find the program like usbdump ?

2005-06-27 Thread Alan Stern
On Mon, 27 Jun 2005, randy_dunlap wrote: > Darn, I guess I read too much into the Doc file, which says that > [limited] data may follow the packet dump if there is an '=' sign, > but in the logs that I have captured from the linux-usb > mailing lists, I don't see data, as you say. I'll try it out

[Linux-usb-users] uhci_hcd 0000:00:07.2: host controller halted, very bad!

2005-06-27 Thread Noah McNallie
Howdy, since last night when I booted, I was greeted with an unwelcome mouse freeze. Initially I went to the Xfree86 user list, since when the mouse would freeze X11 would go into an uninterruptible sleep and couldn't be killed. This was before I noticed the "host controller halted" error in dm

Re: [Linux-usb-users] [piri] Where and How do I find the program like usbdump ?

2005-06-27 Thread randy_dunlap
On Mon, 27 Jun 2005 16:21:03 -0400 (EDT) Alan Stern wrote: | On Mon, 27 Jun 2005, randy_dunlap wrote: | | > | There is no program to catch all USB packets in Linux -- but you can | > | always write your own if you want. | > | | > | For Windows there's the USB Snoopy project on Sourceforge. It

Re: [Linux-usb-users] [piri] Where and How do I find the program like usbdump ?

2005-06-27 Thread Alan Stern
On Mon, 27 Jun 2005, randy_dunlap wrote: > | There is no program to catch all USB packets in Linux -- but you can > | always write your own if you want. > | > | For Windows there's the USB Snoopy project on Sourceforge. It can capture > | almost all of the packets sent to a particular device (

Re: [Linux-usb-users] [piri] Where and How do I find the program like usbdump ?

2005-06-27 Thread randy_dunlap
On Mon, 27 Jun 2005 10:08:20 -0400 (EDT) Alan Stern wrote: | On Mon, 27 Jun 2005, [ks_c_5601-1987] ¿øÁ¾ÇÊ wrote: | | > Hi. Everyone... | > | > I used some the USB monitoring program. E.g. USBmon, sourceUSB, and usbview | > on Windows. | > But I was not satisfied with those programs. | > | > I h

Re: [Linux-usb-users] USB speed testing utility

2005-06-27 Thread Heitzso
While there may be better tests, hdparm works fine. Just pick out the /dev/sd?# assigned. I am quite a newbie to the world USB with regards to linux. I have an 80G USB 2.0 external hard drive and I have Ubuntu linux running on my PC. The USB is controller is using the ehci driver so I know th

[Linux-usb-users] USB speed testing utility

2005-06-27 Thread Kushal Koolwal
Hi, I am quite a newbie to the world USB with regards to linux. I have an 80G USB 2.0 external hard drive and I have Ubuntu linux running on my PC. The USB is controller is using the ehci driver so I know that the USB 2.0 is working fine. I want to test my USB external's hard drive speed. Is t

[Linux-usb-users] Re:

2005-06-27 Thread УНИКАЛЬНАЯ ИНФОРМАЦИЯ
УНИКАЛЬНАЯ ИНФОРМАЦИЯ 2005 СДЕЛКИ 01.01.2003 - 01.111.2004 База по клиентам и поставщикам фирм Поиск по ИНН, Название, Адрес, ОКПО, ОКОНХ, Регион. Выдает: данные организации (ИНН, Название, ФИО руковолителя, Адрес (юр., факт.), телефон, факс, коды ОКПО, ОКОНХ,) расчетные счета, ВСЕ связи ф

Re: [Linux-usb-users] hp8200e mass storage driver no longer available?

2005-06-27 Thread Alan Stern
On Mon, 27 Jun 2005, Javier-Elias Vasquez-Vivas wrote: > I didn't send the lines because I didn't understand syslog.conf that > well, neither its man. Specially what "-" means. However I did send > the syslog.conf, hoping any one would help me correct it (I never > searched into kernel debug stu

Re: [Linux-usb-users] hp8200e mass storage driver no longer available?

2005-06-27 Thread Javier-Elias Vasquez-Vivas
I didn't send the lines because I didn't understand syslog.conf that well, neither its man. Specially what "-" means. However I did send the syslog.conf, hoping any one would help me correct it (I never searched into kernel debug stuff before, but I'm learning)... Any ways, this is what the file

Re: [Linux-usb-users] hp8200e mass storage driver no longer available?

2005-06-27 Thread Alan Stern
On Mon, 27 Jun 2005, Javier-Elias Vasquez-Vivas wrote: > My mistake, I forgot to copy the files, and then chown (they're root > domain only)... > > Here they go again... > > Sorry, I don't find those lines in any of the files... In kern.log I found: > > Jun 26 11:33:15 fvv kernel: Vendor: HP

Re: [Linux-usb-users] [piri] Where and How do I find the program like usbdump ?

2005-06-27 Thread Alan Stern
On Mon, 27 Jun 2005, [ks_c_5601-1987] ¿øÁ¾ÇÊ wrote: > Hi. Everyone... > > I used some the USB monitoring program. E.g. USBmon, sourceUSB, and usbview > on Windows. > But I was not satisfied with those programs. > > I heard that "USBDUMP"?. Is existing? > If that is not existed, Is there any prog

Re: [Linux-usb-users] hp8200e mass storage driver no longer available?

2005-06-27 Thread Daniel Drake
Hi, Javier-Elias Vasquez-Vivas wrote: > Here they go again... > > Sorry, I don't find those lines in any of the files... In kern.log I found: > > Jun 26 11:33:15 fvv kernel: Vendor: HPModel: CD-Writer+ > 8200e Rev: 0001 > Jun 26 11:33:15 fvv kernel: Type: Direct-Access

Re: [Linux-usb-users] SanDisk Model SDDR-103 Mobile Card Reader / Writer Supported?

2005-06-27 Thread Alan Stern
On Mon, 27 Jun 2005, Steve Listopad wrote: > From another post: > >>There was a change made to the ehci-hcd timeout for port resets, just > >>before 2.6.12 was released. Try using 2.6.12 and see if things improve. > >>Alan Stern > > And from this thread: > >> This is consistent with your compute

[Linux-usb-users] Re: system freeze on USB plug

2005-06-27 Thread Alan Stern
On Sun, 26 Jun 2005 [EMAIL PROTECTED] wrote: > You are right, the patch doesn't match the code. Okay, here's a patch that does apply to vanilla 2.6.12. This will prevent the driver from suspending the controller. Alan Stern Index: linux-2.6.12/drivers/usb/host/uhci-hcd.c

[Linux-usb-users] Device continuosly connect/disconnect

2005-06-27 Thread Jaume Ribot
Hi all, I am trying to get a Cypress EZ-USB-FX based device working under linux and I am having some trouble. 1.) The device appears to be continuosly connecting/disconnecting. When device is plugged in, it is detected by the host driver and not claimed by any active driver (as expected). Then th

Re: [Linux-usb-users] SanDisk Model SDDR-103 Mobile Card Reader / Writer Supported?

2005-06-27 Thread Steve Listopad
>From another post: >>There was a change made to the ehci-hcd timeout for port resets, just >>before 2.6.12 was released. Try using 2.6.12 and see if things improve. >>Alan Stern And from this thread: >> This is consistent with your computer's USB controller not working. The >> best way to verif

[Linux-usb-users] [piri] Where and How do I find the program like usbdump ?

2005-06-27 Thread 원종필
Hi. Everyone... I used some the USB monitoring program. E.g. USBmon, sourceUSB, and usbview on Windows. But I was not satisfied with those programs. I heard that "USBDUMP"?. Is existing? If that is not existed, Is there any program to catch any packets pass through USB port on Linux or Windows?

[Linux-usb-users] [piri] Test message....

2005-06-27 Thread 원종필
Sorry for your annoyance. THIS IS JUST TEST MESSAGE. Best Regards === Jongpil Won Research Engineer PAN Group Information Technology Lab. LG Electronics Institute of Technology 16 Woomyeon-Dong, Seocho-Gu, Seoul 137-724, Korea T

Re: [Linux-usb-users] hp8200e mass storage driver no longer available?

2005-06-27 Thread Daniel Drake
Hi, Javier-Elias Vasquez-Vivas wrote: > I didn't know how to manage the dbug stuff, I didn't find anything > saying exclude debug or something similar. But apparently I was > capturing the debug data under /var/log/debug any ways (read that from > /etc/logsys.conf as suggested). Is my mailclient