On Mon, 3 Jul 2006 15:02:22 -0700 Greg KH wrote: > On Mon, Jul 03, 2006 at 12:20:33AM -0700, Miles Lane wrote: > > Hello, > > > > I have looked at the list of supported devices and find that the > > serial port on the F5U012 doesn't show up. I have tried hooking up > > the device, and get a message that /dev/ttyUSB0 has been created. The > > mct_u232 driver gets associated with it. However, when I try to set > > the device characteristics with stty, I get "usb 1-2.4: stty timed out > > on ep0out len=1/1" > > stty does not always work with usb-serial drivers. Try minicom instead. > > > Also, I see no information passed through to minicom running on a > > debugging machine. I am attampting to set up a kernel debugging > > arrangement. My HP Pavillion (dv1240us) lacks a serial port. I don't > > know whether it is actually possible to get the kernel to associate > > the console with /dev/ttyUSB0. In the meantime, I am now attempting > > to get netconsole working. > > > > Any idea whether: > > 1) I can assist getting the F5U012 serial port working? I am a > > tester, not a coder. > > Load the driver with: > modprobe mct_u232 debug=1 > and send us the kernel debug log messages for when you try to use the > device. > > > 2) It is possible to set up the console to dump info to /dev/ttyUSB0? > > Yes, but I would not recommend it. Only do it as a last result, with a > device that you know already works properly with Linux.
and even then it won't work during early boot/init, so it may not be useful for you. But if you do want/need to try it and have problems with it, I can try to help. I use it some. --- ~Randy Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
