OK, I recompiled the kernel to include only USB support, making usbserial
and whiteheat loadable as modules (with verbose debugging defined).

I am loading them using "insmod usbserial debug=1" and "insmod whiteheat
debug=1" as you suggested. The log file looks as it did before (White Heat
converter now attached to ttyUSB0 ...).

When I issue a cat "hi" > /dev/ttyUSB0, I get the same error message as
before "cannot create /dev/ttyUSB0: Connection timed out". There are no
additional messages written to the kernel log when I issue this command.

Interestingly, if I do a "mknod ttyUSB93 c 189 0" where 189 is some bogus
driver number, I get "cannot create /dev/ttyUSB93: error 19" and the kernel
log shows "modprobe: Can't locate module car-major-189" which implies that
linux is making the association between ttyUSB0, driver 188, and usbserial. 

thoughts?

Thanks!

+ Tyrone Bekiares
- Senior Software Engineer
- Advanced Technology, Motorola

-----Original Message-----
From: Greg KH [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, September 12, 2002 1:26 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: problems with usbserial/whiteheat under ppclinux
2.4.19-pre7

On Wed, Sep 11, 2002 at 12:13:44PM -0700, Tyrone Bekiares wrote:
> 
> changed permissions to '666', still get the same error with minicom:
> minicom: cannot open /dev/ttyUSB0: No such file or directory
> btw, I can open up 'tty' (a rs232 port) with minicom just fine.

Load the usbserial and whiteheat drivers with "debug=1":
        insmod usbserial debug=1
        insmod whiteheat debug=1

and take a look at the kernel debug log when you try to access the port:
        cat "hi" > /dev/ttyUSB0

Let us know what it says.

thanks,

greg k-h

p.s. linux-usb-* does not allow html messages, that's why you are
getting filtered out.




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to