From owner-freebsd-questions@FreeBSD.ORG Tue Nov 15 22:36:28 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 287E516A41F for ; Tue, 15 Nov 2005 22:36:28 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr13.xs4all.nl (smtp-vbr13.xs4all.nl [194.109.24.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id B02F643D46 for ; Tue, 15 Nov 2005 22:36:26 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr13.xs4all.nl (8.13.3/8.13.3) with ESMTP id jAFMaPgA063040; Tue, 15 Nov 2005 23:36:25 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id B998BB822; Tue, 15 Nov 2005 23:36:24 +0100 (CET) Date: Tue, 15 Nov 2005 23:36:24 +0100 From: Roland Smith To: Blue Raccoon Message-ID: <20051115223624.GA845@slackbox.xs4all.nl> Mail-Followup-To: Blue Raccoon , freebsd-questions@freebsd.org References: <20051115221322.419964@coonsden1> <200511152252.08260.blue.raccoon@wanadoo.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline In-Reply-To: <200511152252.08260.blue.raccoon@wanadoo.nl> User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org Subject: Re: USB Problems with Scanjet 3400c X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Nov 2005 22:36:28 -0000 --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 15, 2005 at 10:52:07PM +0100, Blue Raccoon wrote: > Then I rebooted, plugged the scanner in and got this: I missed that at first reading. :-/ =20 > uscanner0: vendor 0x03f0 product 0x045, rev 1.00/0.00, addr 2 Are you sure about these numbers? The product number should be four digits. According to /usr/src/sys/dev/usb/usbdevs, the product number should be 0x0405. > uscanner0: setting config no failed > device_attach: uscanner0 attach returned 6 Reading through the USB code, there are different failures that can cause this error. The failure originates in the function usbd_set_config_no (from usb_subr.c) called in uscanner.c. From there on the possible code paths branch out. If you could rebuild the kernel with 'options USB_DEBUG' it would generate more verbose messages, that would make it easier to follow the code path.=20 > uhub0: port 2, set config at addr 2 failed > uhub0: device problem (STALLED), disabling port 2 >=20 > Which is almost identical to the boot-errors I had before (the first line= is=20 > slightly different). Needless to say SANE still can't find the device. > What can I say?=20 > 'Helaas'? Inderdaad ;-) Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --C7zPtVaVf+AK4Oqc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDemLoEnfvsMMhpyURAtHxAJ9nDFZzTVKvX0Cg0kMAMix9t3WpKgCcC1GX jd2C5eO5O++B34PBrDP5Eno= =6iHF -----END PGP SIGNATURE----- --C7zPtVaVf+AK4Oqc--