Re: [Linux-usb-users] Support for Nikon Coolscan 5000 ED scanner

2003-12-29 Thread Henning Meier-Geinitz
Hi, On Sun, Dec 28, 2003 at 11:13:06AM +0100, Olaf Meyer wrote: It seems that the Nikon Coolscan 5000 ED scanner is not supported yet. It has a USB 2.0 highspeed port. Scanners are not really supported by the kernel anyway. The kernel scanner driver onl ydetects them and provides an easy way

Re: [Linux-usb-users] Re: Beaver in Detox!)

2003-12-07 Thread Henning Meier-Geinitz
Hi, On Sat, Dec 06, 2003 at 09:48:57PM -0700, Tom Rini wrote: Does the freeze also happen if no other USB devices are attached? I guess working without a keyboard is not that easy but it may be worth a test. I can xhost things to another machine rather easily. But Greg KH talked me into

Re: [Linux-usb-users] USB scanner issue (Was: Re: Beaver in Detox!)

2003-12-06 Thread Henning Meier-Geinitz
Hi, On Fri, Nov 28, 2003 at 11:26:25AM -0700, Tom Rini wrote: On Wed, Nov 26, 2003 at 12:55:00PM -0800, Linus Torvalds wrote: [snip] I give you Beaver in Detox, aka linux-2.6.0-test11. This is mainly brought on by the fact that the old aic7xxx driver was broken in -test10, and Ingo

Re: [Linux-usb-users] HP ScanJet 2400 and Linux. Mandrake does not recognize it. What can i do ?

2003-09-05 Thread Henning Meier-Geinitz
Hi, On Thu, Sep 04, 2003 at 10:33:30PM -0400, Luis Duran wrote: My Linux System (Mandrake 9) and my brand new HP scanjet 2400 are not working, Sane have not my scanner in its database, how can i do to scan with it, i don't want to install windows just to scan. Please help me. Could you please

Re: [Linux-usb-users] scanner niash chipset with kernel 2.5

2003-08-20 Thread Henning Meier-Geinitz
Hi, On Mon, Aug 18, 2003 at 10:25:26AM +0200, Dany wrote: Hi, i have some problem with an HP3400C scanner when i use a kernel 2.5 (2.5.70 or 2.5.75) seems the scanner don't answer. It does not answer when you do what exactly? The same scanner with a kernel 2.4.20 works. If you really think

Re: [Linux-usb-users] usb_driver and usbcore.o?

2003-08-14 Thread Henning Meier-Geinitz
Hi, On Tue, Aug 05, 2003 at 07:34:58PM +, Geoffrey Lo wrote: Yup. Its already included. I copied all the include header files from sample code. I have no prob printing the macros out from usb.h file. Not exactly sure why I'm still getting that message though. How do you compile your

Re: [Linux-usb-users] usb_driver and usbcore.o?

2003-08-14 Thread Henning Meier-Geinitz
Hi, On Tue, Aug 05, 2003 at 08:29:21PM +, Geoffrey Lo wrote: there is a make file which i modifed 2 lines to point to my file, usbtest.o i type make and it outputs gcc -Wall -D__KERNEL -DMODULE -I/usr/src/linux/include -O2 -c -o usbtest.o usbtest.c usbtest.c:31 varaible

Re: [Linux-usb-users] usb_driver and usbcore.o?

2003-08-14 Thread Henning Meier-Geinitz
Hi, On Tue, Aug 05, 2003 at 04:34:53PM +, Geoffrey Lo wrote: i've declared static struct usb_driver sample_usb_driver = { name: sample, probe: sample_probe, disconnect: sample_disconnect, id_table: sample_id_table, } and now getting the message variable 'sample_usb_driver'

Re: [Linux-usb-users] Re: Welcome to the Linux-usb-users mailing list

2003-08-08 Thread Henning Meier-Geinitz
Hi, On Mon, Aug 04, 2003 at 11:10:54PM +0100, demon wrote: In what way ? I spent over 8 hours hacking scanner driver code trying to get sense out of the 1260 with no success. With no support forthcoming from Epson I feel that returning the 1260 was the best option. Probably right. I'm very

Re: [Linux-usb-users] usb_driver and usbcore.o?

2003-08-06 Thread Henning Meier-Geinitz
Hi, On Wed, Aug 06, 2003 at 05:36:06AM +, Geoffrey Lo wrote: /usr/src/linux contains your current kernel source? I just installed my source. For some reason my /usr/include/linux/usb.h does not have the struct usb_driver. When i installed the source (system settings - add/remove

Re: [Linux-usb-users] Re: Welcome to the Linux-usb-users mailing list

2003-08-03 Thread Henning Meier-Geinitz
Hi, On Sun, Aug 03, 2003 at 01:41:59PM +0100, demon wrote: The better place to ask would be the sane-devel mailing list as it's a SANE and not a kernel issue. But you couldn't know that before asking here :-) Thanks for that. Guess it is a catch 22 situation. Maybe you could put

Re: [Linux-usb-users] Re: Welcome to the Linux-usb-users mailing list

2003-08-02 Thread Henning Meier-Geinitz
Hi, On Sat, Aug 02, 2003 at 07:32:34PM +0100, demon wrote: I have just purchased an Epson perfection 1260 usb scanner and am having some troubles and was wondering if this is the right place to ask for help. The better place to ask would be the sane-devel mailing list as it's a SANE and not a

Re: [Linux-usb-users] usb problem Minolta Dual III scanner

2003-07-26 Thread Henning Meier-Geinitz
Hi, On Sat, Jul 26, 2003 at 06:26:51PM +0200, hillfort wrote: For some time now i'm trying to run minolta Dual Scan III with Vuescan 7.6.48 on my Linux Red Hat 2.4.20-19-9. I read a lot of worrying messages that it doesn't work read the Hamrick instructions; trying to emulate them, but still

Re: [Linux-usb-users] USB kmod load and autoclean

2003-07-23 Thread Henning Meier-Geinitz
Hi, On Wed, Jul 23, 2003 at 01:44:32AM -0500, Michal Sabala wrote: I'm trying to have the kernel automatically load scanner.o whenever I attempt to use my scanner and autoclean (unload) when I'm done. Hotplug does not fit my purpose because it will not unload the module as long as the usb

Re: [Linux-usb-users] USB kmod load and autoclean

2003-07-23 Thread Henning Meier-Geinitz
Hi, On Wed, Jul 23, 2003 at 09:28:30AM -0500, Michal Sabala wrote: I use kernel 2.4.21 with scanner module that came with that kernel. I have an Epson CX5200 printer/scanner/copier device. As of right now I load all my needed usb modules on system boot. What often happens is the scanner

Re: [Linux-usb-users] Re: Linux and Nikon LS40 scanners

2003-06-25 Thread Henning Meier-Geinitz
Hi, On Wed, Jun 25, 2003 at 02:43:08PM +, Robert R. Pavlis wrote: I looked for solutions to this problem on the Internet and found that hoards of people have had the same problem! There is also some discussion on the sane-devel mailing list. After discussions with the previous

Re: [Linux-usb-users] no usb directory in /proc/bus

2003-06-25 Thread Henning Meier-Geinitz
Hi, On Wed, Jun 25, 2003 at 09:59:08AM -0600, Red Dragon Goddess wrote: Ok, I have tried to fix this using what information was available on the FAQ and the hotplug website but to no avail. Please bear with me as I explain. I installed Vector Linux 3.2 SOHO (Slackware) and then downloaded

Re: [Linux-usb-users] Epson 1260 USB funky result

2003-06-25 Thread Henning Meier-Geinitz
Hi, On Wed, Jun 25, 2003 at 10:50:39PM +0200, Marius Reiner wrote: Hi, I just got an Epson Perfection 1260 Photo, but have some problems getting it to scan. I already had sane 1.0.7 working with a HP ScanJet 5200C on USB, so I just installed the EpsonKowa backend following their manual and

Re: [Linux-usb-users] Microtek SlimScan C6 (Error during device I/O)

2003-06-20 Thread Henning Meier-Geinitz
Hi, On Thu, Jun 19, 2003 at 08:06:21PM -0700, Sopho wrote: Yes I only use the microtek module. I have attached a small sample of the error log after I enabled SCSI debugging at the end of this email. I can send the whole file if it will be more helpful but it's big. No, that's ok. Looks like

Re: [Linux-usb-users] Microtek SlimScan C6 (Error during device I/O)

2003-06-19 Thread Henning Meier-Geinitz
Hi, On Wed, Jun 18, 2003 at 08:53:17PM -0700, Sopho wrote: I've had all sorts of trouble. Here is my output from scanimage -L with all debug turned on: You can enable additinal SCSI debugging by setting SANE_DEBUG_SANEI_SCSI=255. It's a SCSI-over-USB scanner, so you should use only the

Re: [Linux-usb-users] usb_control/bulk_msg: timeout with Mustek BearPaw 2400 CU Plus

2003-06-05 Thread Henning Meier-Geinitz
Hi, On Tue, Jun 03, 2003 at 09:28:45PM +0200, Christoph Bier wrote: Some months ago I successfully installed two Mustek BearPaw 2400 CU Plus; one at my PC at home and one at work. Both run a Debian Woody-System with Kernel 2.4.21-pre4. Everything worked fine! But suddenly -- really

Re: [Linux-usb-users] usb_control/bulk_msg: timeout

2003-03-19 Thread Henning Meier-Geinitz
Hi, On Wed, Mar 19, 2003 at 06:06:48AM +0100, Paul Stravers wrote: Below follows an excerpt of the debug output from scanner.c and uhci-debug.c. To avoid cluttering this mailing list with debug information I have put the complete syslog on the web at

Re: [Linux-usb-users] usb_control/bulk_msg: timeout

2003-03-10 Thread Henning Meier-Geinitz
Hi, On Mon, Mar 10, 2003 at 09:45:11PM +0100, Paul Stravers wrote: Every time I use my Nikon Coolscan IV LS-40 USB scanner the usb driver crashes after scanning a small number of frames with the message: What do you mean by crashing? Do you get a kernel oops or does the kernel freeze? Mar

Re: [Linux-usb-users] Loading a driver developed for vendor device

2003-03-08 Thread Henning Meier-Geinitz
Hi, On Sat, Mar 08, 2003 at 10:17:15AM -, raj rajesh kalagarla wrote: I am a new person to developing drivers for vendor specific USB boards in linux. I have done the same in windows past. In developing drivers in linux iam havind some basic doubts See the existing USB drivers in

Re: [Linux-usb-users] changes in usb-skeleton.c for new usb board

2003-03-08 Thread Henning Meier-Geinitz
Hi, On Sat, Mar 08, 2003 at 11:37:50AM -, raj rajesh kalagarla wrote: I wanted to write now a driver for my custom usb design. For that can I use this skeleton code what are the changes I have to in this so that I can know first loading the exe to kernel. How can I link this inserted

Re: [Linux-usb-users] UMAX scanner

2003-03-04 Thread Henning Meier-Geinitz
Hi, On Tue, Mar 04, 2003 at 10:08:44AM -0500, Richard M. Teitel wrote: I have a UMAX Astra 3400 scanner connected to the USB port,using the Plustek scanner driver software. I am running Red Hat Linux version 2.4.18-14 on a Pentium III at 700 MHZ, with XSANE version 0.84. I am able to

Re: [Linux-usb-users] usb ohci don't detect modem adsl sagem 800 on SIS 735 chipset

2003-03-01 Thread Henning Meier-Geinitz
Hi, On Sat, Mar 01, 2003 at 04:40:33PM +0100, Marie Desert wrote: I use 2.4.19 kernel from debian SID. the driver detect something when i connect the modem, but in /proc/bus/usb/devices , the Product field just contains Root Hub instead off ADI modem Root Hub is ok, that's your root hub.

Re: [Linux-usb-users] Problems with UMAX scanner on USB

2003-02-25 Thread Henning Meier-Geinitz
Hi, On Mon, Feb 24, 2003 at 07:04:10PM -0500, Richard M. Teitel wrote: All I can tell you at the moment are that they are files that seem to indicate what the OS has found on the machine. I haven't figured out how they are used. The sysconfig/hwconf file shows all the devices connected to

Re: [Linux-usb-users] Problems with UMAX scanner on USB

2003-02-24 Thread Henning Meier-Geinitz
Hi, On Mon, Feb 24, 2003 at 04:05:56PM -0500, Richard M. Teitel wrote: I installed Red Hat Linux 8.0 on my computer and can't get SANE to recognize the UMAX Astra 3400 scanner attached to the USB port. Here's what I know: etc/sysconfig/hwconf shows a UMAX USB SCANNER attached to the USB

Re: [Linux-usb-users] Problems with bulk read.

2003-02-11 Thread Henning Meier-Geinitz
Hi, On Tue, Feb 11, 2003 at 07:51:45AM +0100, Daniel Dencker wrote: I have some problems when trying to use the usb_bulk_read function. -1 is returned. The problem is probably on the target side, but to be sure I wonder if you could please confirm that I am using the function in the right

Re: [Linux-usb-users] USB Cash Drawer

2003-02-09 Thread Henning Meier-Geinitz
Hi, On Sun, Feb 09, 2003 at 03:05:09AM -0600, Caylan Van Larson wrote: I posted the following message to linux-usb-devel a week or so ago. Sorry for the repost/crosspost but I have not gotten anywhere with my problem. I gave you some hints on what may be wrong with the perl script. Did you

Re: [Linux-usb-users] USB on MSI KT4 Ultra not functioning (long)

2003-02-04 Thread Henning Meier-Geinitz
Hi, On Tue, Feb 04, 2003 at 06:19:07PM +0100, Mike Pressel wrote: I've recently upgraded my PC to an AMD XP2000 with a MSI KT4 Ultra motherboard. at the same time I decided to do a complete new installation of Linux on the system so I had a clean slate to work off of. Unfortunately

Re: [Linux-usb-users] Re: Linux-usb-users digest, Vol 1 #1118 - 12 msgs

2003-01-31 Thread Henning Meier-Geinitz
Hi, On Fri, Jan 31, 2003 at 09:44:42PM +0100, W.W. van den Broek wrote: You could try to use uhci instead of usb-uhci but I don't think that's the problem. What does that mean?? There are two Linux drivers for UHCI host controllers: uhci and usb-uhci. Try the other one. rmmod usb-uhci;

Re: [Linux-usb-users] scanner again

2003-01-30 Thread Henning Meier-Geinitz
Hi, On Thu, Jan 30, 2003 at 09:59:52PM +0100, W.W. van den Broek wrote: cat /proc/bus/usb/devices delivers: [only root hub detected] The mobo MSI845eMax, can support up to 4 usb perts, i tried the scanner in both ports available but no works, for the other two you need a special bracket

Re: [Linux-usb-users] usb scanner

2003-01-29 Thread Henning Meier-Geinitz
Hi, On Wed, Jan 29, 2003 at 10:07:46PM +0100, W.W. van den Broek wrote: Cannot get my scanner working, a epson640U. This is what i tried so far: after booting this is what dmesg delivers usb.c: registered new driver usbdevfs usb.c: registered new driver hub usb.c: registered new driver

Re: [Linux-usb-users] Need help with mouse problem

2003-01-21 Thread Henning Meier-Geinitz
Hi, On Mon, Jan 20, 2003 at 11:37:51PM -0500, Simon M. Arthur wrote: I have a Kensington USB mouse and a parallel port printer. Every time I try to print, the light on my mouse goes out and it no longer responds. Just a wild guess: You use the same interrupt for ohci/uhci and the parport?

Re: [Linux-usb-users] Adding devices to the working list

2003-01-20 Thread Henning Meier-Geinitz
Hi, On Mon, Jan 20, 2003 at 11:42:56AM +0100, Alessandro Fiorino wrote: I've got two USB devices working perfectly with Linux, but they're not listed in the list on linux-usb.org. How can I add them to the list? Go to the section to which the devices belong (e.g. devices-scanner) and click on

Re: [Linux-usb-users] How to read raw data from USB device

2003-01-17 Thread Henning Meier-Geinitz
Hi, On Fri, Jan 17, 2003 at 12:40:10PM +, Neil Bird wrote: Just got an Epson 1260 scanner, and it works a treat with their iscan S/W on my RH8.0 box. I was hoping to run a hacky little script at start-up that watched for some (any) activity on the bus that would [probably]

Re: [Linux-usb-users] Epson 1660 scanner

2002-12-29 Thread Henning Meier-Geinitz
Hi, On Sat, Dec 28, 2002 at 09:32:07PM -0800, Ken Moffat wrote: The Epson Perfection 1660 scanner is working under kernel-2.4.20 in debian (libranet) linux, using sane/xsane. It is not listed in the working devices list. The device id is 011e. I just uncommented the last line in the

Re: [Linux-usb-users] HP Scannjet 5400 C

2002-12-28 Thread Henning Meier-Geinitz
Hi, On Sat, Dec 28, 2002 at 04:30:23PM +0100, Jürgen Wasner wrote: habe mir zu Weihnachten einen Scanner zugelegt. I guess you got the scanner mentioned in the subject, the HP 5400 C? Leider bekomme ich ihn unter Suse Linux 8.1 nicht zum laufen. Wer kann mir weiterhelfen ? In principle,