Re: CanoScan N650U / xsane /FreeBSD 6.2-CURRENT

2007-03-11 Thread Marc Fonvieille
On Fri, Mar 09, 2007 at 02:52:33PM -0600, [EMAIL PROTECTED] wrote: I am trying to get a Cannon CanoScan N 650U working on FreeBSD 6.2-CURRENT. The scanner SEEMS to be seen, but normal VS root shows a difference. As a mortal User: $ sane-find-scanner -q found USB scanner (UNKNOWN vendor

Re: usb/95173: [umass] [patch] cannot mount external usb harddisk VIA Technologies Inc. USB 2.0 IDE Bridge

2008-01-26 Thread Marc Fonvieille
The following reply was made to PR usb/95173; it has been noted by GNATS. From: Marc Fonvieille [EMAIL PROTECTED] To: Ben Kelly [EMAIL PROTECTED] Cc: freebsd-usb@FreeBSD.org, [EMAIL PROTECTED] Subject: Re: usb/95173: [umass] [patch] cannot mount external usb harddisk VIA Technologies Inc

SANE, USB image scanner and -CURRENT

2009-07-26 Thread Marc Fonvieille
Hello, I'm trying to make run a scanner using the USB interface under 8.0-BETA2 with graphics/sane-backends and graphics/sane-frontends but SANE is unable to detect the scanner. When I plug the scanner dmesg gives: ugen2.2: Canon at usbus2 'usbconfig dump_device_desc' gives ugen2.2: CanoScan

Re: SANE, USB image scanner and -CURRENT

2009-07-26 Thread Marc Fonvieille
On Sun, Jul 26, 2009 at 02:55:42PM +0200, Marc Fonvieille wrote: Then I read the CVS logs about SANE's ports and http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/sane-backends/Makefile seems to say that SANE is broken since removal of uscanner(8), am I right? Ok, I read the Makefile

Re: SANE, USB image scanner and -CURRENT

2009-07-26 Thread Marc Fonvieille
On Sun, Jul 26, 2009 at 03:27:36PM +0200, Hans Petter Selasky wrote: On Sunday 26 July 2009 15:12:24 Marc Fonvieille wrote: On Sun, Jul 26, 2009 at 02:55:42PM +0200, Marc Fonvieille wrote: Then I read the CVS logs about SANE's ports and http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics

Re: SANE, USB image scanner and -CURRENT (problem solved)

2009-07-26 Thread Marc Fonvieille
On Sun, Jul 26, 2009 at 08:32:23PM +0200, Hans Petter Selasky wrote: On Sunday 26 July 2009 20:10:26 Marc Fonvieille wrote: On Sun, Jul 26, 2009 at 03:27:36PM +0200, Hans Petter Selasky wrote: On Sunday 26 July 2009 15:12:24 Marc Fonvieille wrote: On Sun, Jul 26, 2009 at 02:55:42PM +0200

uvisor(4) and Palm Z22 under 8.X

2009-07-28 Thread Marc Fonvieille
Hello, I'm trying to sync a Palm Z22 under 8.0-BETA2 with pilot-xfer from palm/pilot-link. If I plug the Z22, the system doesn't create a /dev/cuaUx node. I had the same problem under 7.X and 6.X, I used to patch uvisor.c (a very dirty hack btw) to allow the creation of the device node. So I

Re: uvisor(4) and Palm Z22 under 8.X

2009-08-02 Thread Marc Fonvieille
Hello, I did some progress. I read 7.X uvisor.c code and I noted this: /* * Crank down UVISORBUFSIZE from 1024 to 64 to avoid a problem where * the Palm device and the USB host controller deadlock. The USB host * controller is expecting an early-end-of-transmission packet with 0 * data, and

Re: uvisor(4) and Palm Z22 under 8.X

2009-08-02 Thread Marc Fonvieille
Attach for real the patch -- Marc ___ freebsd-usb@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org

Re: uvisor(4) and Palm Z22 under 8.X

2009-08-02 Thread Marc Fonvieille
On Sun, Aug 02, 2009 at 10:15:23PM +0200, Marc Fonvieille wrote: Attach for real the patch Sorry, I dunno why attachement is not working today, here's the patch: Index: uvisor.c === --- uvisor.c(revision 196038) +++ uvisor.c

Re: uvisor(4) and Palm Z22 under 8.X

2009-08-03 Thread Marc Fonvieille
On Mon, Aug 03, 2009 at 08:33:49AM +0200, Hans Petter Selasky wrote: On Sunday 02 August 2009 22:18:16 Marc Fonvieille wrote: On Sun, Aug 02, 2009 at 10:15:23PM +0200, Marc Fonvieille wrote: Attach for real the patch Sorry, I dunno why attachement is not working today, here's the patch

Re: uvisor(4) and Palm Z22 under 8.X

2009-08-03 Thread Marc Fonvieille
On Mon, Aug 03, 2009 at 11:38:44AM +0200, Hans Petter Selasky wrote: Hi, Can you try: #define UVISORIBUFSIZE 1024 #define UVISOROBUFSIZE 32 install OK listOK backup fails when it tries to get large files (45308 bytes in my case). -- Marc

Re: uvisor(4) and Palm Z22 under 8.X

2009-08-03 Thread Marc Fonvieille
On Mon, Aug 03, 2009 at 01:32:36PM +0200, Hans Petter Selasky wrote: Hi, I've tried to optimise the device upload path to 1.0 MByte/second. Download path is limited to wMaxPacketSize*1000 byte/second, due to the device not short terminating its data. Would require a special driver, maybe

Re: uvisor(4) and Palm Z22 under 8.X

2009-08-05 Thread Marc Fonvieille
On Wed, Aug 05, 2009 at 09:25:27AM +0200, Hans Petter Selasky wrote: On Monday 03 August 2009 22:43:55 Marc Fonvieille wrote: The upload speed is fast and perfect, the download is still slow but acceptable (in fact same as with my dirty buffer hacks) Good. Here is the final patch. Note

Re: usb/149058: [ural] ASUS WL-167g doesn't work in 8.1 [regression]

2010-07-29 Thread Marc Fonvieille
On Thu, Jul 29, 2010 at 09:57:25PM +0200, Marc Fonvieille wrote: On Thu, Jul 29, 2010 at 06:10:35PM +0200, Lucius Windschuh wrote: 2010/7/29 Hans Petter Selasky hsela...@c2i.net: This is not an USB problem! In fact, this is a *documentation* problem: At least the part on configuring

Re: usb/149058: [ural] ASUS WL-167g doesn't work in 8.1 [regression]

2010-07-29 Thread Marc Fonvieille
On Thu, Jul 29, 2010 at 06:10:35PM +0200, Lucius Windschuh wrote: 2010/7/29 Hans Petter Selasky hsela...@c2i.net: This is not an USB problem! In fact, this is a *documentation* problem: At least the part on configuring an access point is outdated, and was written before VAPs were