The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Maxim Levitsky <maximlevitsky@gmail.com>
To: Alan Stern <stern@rowland.harvard.edu>
Cc: Greg KH <greg@kroah.com>,
	linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [BUG] Loading both ehci-hcd and uhci-hcd drivers causes my printer to fail
Date: Mon, 09 Mar 2009 22:02:08 +0200	[thread overview]
Message-ID: <1236628928.11146.8.camel@maxim-laptop> (raw)
In-Reply-To: <1236628301.11146.1.camel@maxim-laptop>

On Mon, 2009-03-09 at 21:51 +0200, Maxim Levitsky wrote:
> On Mon, 2009-03-09 at 15:12 -0400, Alan Stern wrote:
> > On Mon, 9 Mar 2009, Maxim Levitsky wrote:
> > 
> > > T:  Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  7 Spd=480 MxCh= 0
> > > D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
> > > P:  Vendor=03f0 ProdID=4117 Rev= 1.00
> > > S:  Manufacturer=Hewlett-Packard
> > > S:  Product=HP LaserJet 1018
> > > S:  SerialNumber=KP06J6V
> > > C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 98mA
> > > I:* If#= 0 Alt= 0 #EPs= 2 Cls=07(print) Sub=01 Prot=02 Driver=(none)
> > > E:  Ad=01(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms
> > > E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
> > > 
> > > T:  Bus=02 Lev=01 Prnt=01 Port=03 Cnt=02 Dev#=  2 Spd=480 MxCh= 0
> > > D:  Ver= 2.00 Cls=ef(unk. ) Sub=02 Prot=01 MxPS=64 #Cfgs=  1
> > > P:  Vendor=064e ProdID=a101 Rev= 1.00
> > > S:  Manufacturer=SuYin
> > > S:  Product=Acer CrystalEye webcam
> > > S:  SerialNumber=CN0314-OV03-VA-R02.00.00
> > > C:* #Ifs= 2 Cfg#= 1 Atr=80 MxPwr=500mA
> > > A:  FirstIf#= 0 IfCount= 2 Cls=0e(video) Sub=03 Prot=00
> > > I:* If#= 0 Alt= 0 #EPs= 1 Cls=0e(video) Sub=01 Prot=00 Driver=uvcvideo
> > > E:  Ad=83(I) Atr=03(Int.) MxPS=  16 Ivl=4ms
> > > I:* If#= 1 Alt= 0 #EPs= 0 Cls=0e(video) Sub=02 Prot=00 Driver=uvcvideo
> > > I:  If#= 1 Alt= 1 #EPs= 1 Cls=0e(video) Sub=02 Prot=00 Driver=uvcvideo
> > > E:  Ad=81(I) Atr=05(Isoc) MxPS= 128 Ivl=125us
> > > I:  If#= 1 Alt= 2 #EPs= 1 Cls=0e(video) Sub=02 Prot=00 Driver=uvcvideo
> > > E:  Ad=81(I) Atr=05(Isoc) MxPS= 256 Ivl=125us
> > > I:  If#= 1 Alt= 3 #EPs= 1 Cls=0e(video) Sub=02 Prot=00 Driver=uvcvideo
> > > E:  Ad=81(I) Atr=05(Isoc) MxPS= 800 Ivl=125us
> > > I:  If#= 1 Alt= 4 #EPs= 1 Cls=0e(video) Sub=02 Prot=00 Driver=uvcvideo
> > > E:  Ad=81(I) Atr=05(Isoc) MxPS=1600 Ivl=125us
> > > I:  If#= 1 Alt= 5 #EPs= 1 Cls=0e(video) Sub=02 Prot=00 Driver=uvcvideo
> > > E:  Ad=81(I) Atr=05(Isoc) MxPS=2400 Ivl=125us
> > > I:  If#= 1 Alt= 6 #EPs= 1 Cls=0e(video) Sub=02 Prot=00 Driver=uvcvideo
> > > E:  Ad=81(I) Atr=05(Isoc) MxPS=3000 Ivl=125us
> > 
> > I wonder...  Does it make any difference if you unplug that webcam, or 
> > plug it into the other high-speed bus?
> Can't do so, its built-in.
But I can plug printer into another usb bus, I found a single port (this
notebook has 4 ports) that is on bus #1, problem is that it it on the
other side of the notebook, and from the point where the printer stands
the cable isn't long enough to reach it.

I do some more testing soon, buy another and longer cable

Anyway couldn't crash the printer even once with 'good' driver.
In other words I was sure I found a cause for this problem, but it seems
I found nothing or maybe a bad cable (I did some tests in windows - but
as things unroll, this printer can work quite reliably sometimes that
is)

So again big thanks,
	Best regards,
		Maxim Levitsky


      reply	other threads:[~2009-03-09 20:02 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-07 19:20 [BUG] Loading both ehci-hcd and uhci-hcd drivers causes my printer to fail Maxim Levitsky
2009-03-07 19:52 ` Greg KH
2009-03-07 20:22   ` Maxim Levitsky
2009-03-07 20:23     ` Maxim Levitsky
2009-03-08  0:55     ` Maxim Levitsky
2009-03-08  3:27     ` Alan Stern
2009-03-08 16:09       ` Maxim Levitsky
2009-03-08 16:58         ` Alan Stern
2009-03-09 10:07           ` Maxim Levitsky
2009-03-09 12:26             ` Maxim Levitsky
2009-03-09 14:53               ` Alan Stern
2009-03-09 15:57                 ` Maxim Levitsky
2009-03-09 16:15                   ` Alan Stern
2009-03-09 18:59                     ` Maxim Levitsky
2009-03-09 19:12                       ` Alan Stern
2009-03-09 19:51                         ` Maxim Levitsky
2009-03-09 20:02                           ` Maxim Levitsky [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1236628928.11146.8.camel@maxim-laptop \
    --to=maximlevitsky@gmail.com \
    --cc=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=stern@rowland.harvard.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox