xlancealotx
Group: Members
Posts: 54
Joined: Nov. 2007 |
|
Posted: Mar. 27 2008,13:12 |
|
man, that was bad, your like use the app, I am looking all over, forgetting the obvious (this project is taking it's toll on me!) Now I know you guys were saying about mouting, fstab, but reminder, this is a terminal connecting to a serial port device that is just spitting out data, so there is no mounting involved. I will use a usb flash to test (to verify usb is working, once I see that is good, I can move to the perl app that collects it). So; on boot I have the following showing up; <6>usb.c: registered new driver usbdevfs <6>usb.c: registered new driver hub <6>usb-uhci.c: $Revision: 1.275 $ time 11:56:04 Aug 29 2005 <6>usb-uhci.c: High bandwidth mode enabled <6>usb-uhci.c: USB UHCI at I/O 0xec00, IRQ 11 <4>usb-uhci.c: Detected 2 ports <6>usb.c: new USB bus registered, assigned bus number 1 <6>hub.c: USB hub found <6>usb-uhci.c: v1.275:USB Universal Host Controller Interface driver <4>usbdevfs: remount parameter error <6>usb.c: registered new driver hiddev <6>usb.c: registered new driver hid <6>hid-core.c: USB HID support drivers
--- I added a usb flash drive and now see; <6>hub.c: new USB device 00:10.0-1, assigned address 2 <4>usb.c: USB device 2 (vend/prod 0x5dc/0xa720) is not claimed by any active driver. <6>Initializing USB Mass Storage driver... <6>usb.c: registered new driver usb-storage <6>scsi1 : SCSI emulation for USB Mass Storage devices <4> Vendor: Lexar Model: USB Flash Drive Rev: 1100 <7>WARNING: USB Mass Storage data integrity not assured <7>USB Mass Storage device found at 2 <6>USB Mass Storage support registered.
So it does look it's recognized. When I put in the usb/serial converter which is connected to the serial device, I then see; <6>hub.c: new USB device 00:10.0-1, assigned address 4 <4>usb.c: USB device 4 (vend/prod 0x5ad/0xfba) is not claimed by any active driver.
The next test is to open minicom, change the serial setting to ttyUSB0, which after that I get minicom: cannot open /dev/ttyUSB0: No such device
I don't have access to the ones in the field which worked, but this is slightly different hardware, but the same dsl4 OS.
Hope that helps a bit more
|