lspci -vvv?

On Wed, 15 May 2002, Jin-Ru Ong wrote:

> Hi again, 
> I am running Red Hat 7.2 (kernel 2.4.8) on a PC. I have a Canon FS4000 slide 
> scanner and I am trying to use Vuescan.
> 
> I keep getting error messages in the /var/log/messages file, keeps saying 
> usb_control/bulk_msg: timeout.
> My scanner was connected and switched on at the time.
> 
> Here's what I tried to do....
> 
> insmod scanner vendor=0x04a9 product=0x3042
> modprobe scanner
> lsmod
> 
> [lsmod results]
> Module                  Size  Used by
> scanner                 6656   0  (unused)
> ppp_deflate            41376   0  (autoclean)
> bsd_comp                4384   0  (autoclean)
> ppp_async               6736   1  (autoclean)
> ppp_generic            19296   3  (autoclean) [ppp_deflate bsd_comp ppp_async]
> slhc                    5280   0  (autoclean) [ppp_generic]
> ide-cd                 27072   0  (autoclean)
> cdrom                  28512   0  (autoclean) [ide-cd]
> es1371                 26912   0  (autoclean)
> ac97_codec              8832   0  (autoclean) [es1371]
> gameport                1936   0  (autoclean) [es1371]
> soundcore               4464   4  (autoclean) [es1371]
> parport_pc             14768   1  (autoclean)
> lp                      6416   0  (autoclean)
> parport                25600   1  (autoclean) [parport_pc lp]
> usb-uhci               21536   0  (unused)
> usbcore                51712   1  [scanner usb-uhci]
> ext3                   64624   3 
> jbd                    40992   3  [ext3]
> 
> [Errors in message log ]
> usb.c: registered new driver usbscanner
> scanner.c: USB Scanner support registered.
> hub.c: USB new device connect on bus1/1, assigned device number 2
> scanner.c: probe_scanner: User specified USB scanner -- Vendor:Product - 
> 4a9:3042
> usb-uhci.c: interrupt, status 3, frame# 448
> usb_control/bulk_msg: timeout
> usb.c: error getting string descriptor 0 (error=-110)
> usb_control/bulk_msg: timeout
> usb.c: error getting string descriptor 0 (error=-110)
> usb_control/bulk_msg: timeout
> usb.c: error getting string descriptor 0 (error=-110)
> usb_control/bulk_msg: timeout
> usb.c: error getting string descriptor 0 (error=-110)
> usb_control/bulk_msg: timeout
> usb.c: error getting string descriptor 0 (error=-110)
> usb_control/bulk_msg: timeout
> usb.c: error getting string descriptor 0 (error=-110)
> usb_control/bulk_msg: timeout
> usb.c: error getting string descriptor 0 (error=-110)
> usb_control/bulk_msg: timeout
> usb.c: error getting string descriptor 0 (error=-110)
> usb_control/bulk_msg: timeout
> usb.c: error getting string descriptor 0 (error=-110)
> usb_control/bulk_msg: timeout
> usb.c: error getting string descriptor 0 (error=-110)
> usb_control/bulk_msg: timeout
> usb.c: error getting string descriptor 0 (error=-110)
> usb_control/bulk_msg: timeout
> usb.c: error getting string descriptor 0 (error=-110)
> usb_control/bulk_msg: timeout
> usb.c: error getting string descriptor 0 (error=-110)
> usb_control/bulk_msg: timeout
> usb.c: error getting string descriptor 0 (error=-110)
> usb_control/bulk_msg: timeout
> usb.c: error getting string descriptor 0 (error=-110)
> usb_control/bulk_msg: timeout
> usb.c: error getting string descriptor 0 (error=-110)
> usb_control/bulk_msg: timeout
> usb.c: error getting string descriptor 0 (error=-110)
> usb_control/bulk_msg: timeout
> usb.c: error getting string descriptor 0 (error=-110)
> usb_control/bulk_msg: timeout
> usb.c: error getting string descriptor 0 (error=-110)
> usb_control/bulk_msg: timeout
> usb.c: error getting string descriptor 0 (error=-110)
> scanner.c: open_scanner(1): Unable to access minor data
> scanner.c: open_scanner(2): Unable to access minor data
> scanner.c: open_scanner(3): Unable to access minor data
> scanner.c: open_scanner(4): Unable to access minor data
> scanner.c: open_scanner(5): Unable to access minor data
> scanner.c: open_scanner(6): Unable to access minor data
> scanner.c: open_scanner(7): Unable to access minor data
> usb.c: deregistering driver usbscanner
> usb.c: registered new driver usbscanner
> scanner.c: probe_scanner: User specified USB scanner -- Vendor:Product - 
> 4a9:3042
> scanner.c: USB Scanner support registered.
> usb_control/bulk_msg: timeout
> usb.c: error getting string descr
> 
> 
> [Data available from running usbview]
> usbscanner
> Speed: 12Mb/s (full)
> USB Version:  1.00
> Device Class: ff(vend.)
> Device Subclass: ff
> Device Protocol: ff
> Maximum Default Endpoint Size: 16
> Number of Configurations: 1
> Vendor Id: 04a9
> Product Id: 3042
> Revision Number: 10.01
> 
> Config Number: 1
>       Number of Interfaces: 1
>       Attributes: 60
>       MaxPower Needed:   0mA
> 
>       Interface Number: 0
>               Name: usbscanner
>               Alternate Number: 0
>               Class: ff(vend.) 
>               Sub Class: 0
>               Protocol: 0
>               Number of Endpoints: 3
> 
>                       Endpoint Address: 81
>                       Direction: in
>                       Attribute: 2
>                       Type: Bulk
>                       Max Packet Size: 64
>                       Interval:   1ms
> 
>                       Endpoint Address: 82
>                       Direction: in
>                       Attribute: 3
>                       Type: Int.
>                       Max Packet Size: 8
>                       Interval:  10ms
> 
>                       Endpoint Address: 03
>                       Direction: out
>                       Attribute: 2
>                       Type: Bulk
>                       Max Packet Size: 64
>                       Interval:   1ms
> 
> 
> Any troubleshooting help MUCH appreciated!
> THANK YOU!
> 
> Jin
> 
> 
> On Wednesday 15 May 2002 3:52 pm, you mumbled:
> > Hi Jin,
> >     Can you supply the informtion requested in the FAQ at
> > http://www.linux-usb.org/?
> >
> >                                                     regards,
> >
> >                                                     Stephen.
> >
> > On Wed, 15 May 2002 [EMAIL PROTECTED] wrote:
> > > Hi everyone,
> > >
> > > I was wondering if anyone had experience running Vuescan scucessfully on
> > > Linux (my own flavour is RedHat 7.2). I have a Canon FS4000 film scanner
> > > and need to run it on my PC. However I used to run an Epson Perfection
> > > 1640SU scanner using SANE succesfully on this same PC before.
> > >
> > > Vuescan now doesn't seem to work at all even though the Canon is
> > > supported. Pressing Preview/Scan does nothing at all and there appears to
> > > be no communication with the scanner. Does this imply some sort of
> > > conflict with my previous settings for the Epson? Do I have to rmmod
> > > scanner and insmod again with the right settings for the new Canon? I am
> > > a newbie so excuse these rather stupid questions!
> > >
> > > Thanks for any help.
> > > Jin
> > >
> > >
> > > _______________________________________________________________
> > >
> > > Have big pipes? SourceForge.net is looking for download mirrors. We
> > > supply the hardware. You get the recognition. Email Us:
> > > [EMAIL PROTECTED] _______________________________________________
> > > [EMAIL PROTECTED]
> > > To unsubscribe, use the last form field at:
> > > https://lists.sourceforge.net/lists/listinfo/linux-usb-users
> 
> 

-- 
 /------------------------------------+-------------------------\
|Stephen J. Gowdy                     | SLAC, MailStop 34,       |
|http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road,     |
|http://calendar.yahoo.com/gowdy      | Menlo Park CA 94025, USA |
|EMail: [EMAIL PROTECTED]       | Tel: +1 650 926 3144     |
 \------------------------------------+-------------------------/


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to