On Thu, Dec 11, 2003 at 12:38:35PM -0500, Gene Heskett wrote: > On Thursday 11 December 2003 11:46, Greg KH wrote: > >On Thu, Dec 11, 2003 at 07:12:08AM -0500, Gene Heskett wrote: > >> Can anyone tell me the state of this device vis-a-vis full duplex > >> operation with hardware flow control? With software xon/xoff? > > > >Yes, it should work. What kernel version are you using? > > 2.6.0-test11
Hm, yeah, it should work. > >> I have one, and it seems I can type in minicom and it shows up on > >> the other end, or I can type from the other end and it shows up on > >> the minicom screen, but if I start a zmodem transfer from minicom > >> using a known good config on the other end, it sends the first > >> block and hangs, eventually exiting sz with a 'timeout on > >> filename'. Thats telling me that I have a duplexing problem, > >> right? > > > >I don't know. Can you enable debugging in the driver (load with > >'debug=1') and see if the line settings are getting read properly? > > Its not a module, but I'll try that the next time I rebuild. Or is > there a #define in the srcfile I can set to do that? Select CONFIG_USB_SERIAL_DEBUG in the configuration process if you build your usbserial drivers into the kernel. Are you sure zmodem is using flow control? Which kind (software or hardware)? thanks, greg k-h ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
