LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Embedded & Single-board computer (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/)
-   -   USB Read/write issue in omap3730 (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/usb-read-write-issue-in-omap3730-895057/)

Padmasri 08-02-2011 05:45 AM

USB Read/write issue in omap3730
 
I'm facing an USB read/write issue on omap3730
Kernel version: linux-2.6.32
Processor- omap3730
Transceiver used - USB3320

After booting of the board, led on USB3320 PHY is glowing,once I insert USB device and transfer data to USB device I face below issue and the port goes to off mode(led on phy also stops glowing)
Can anyone please help me in this issue.
Thanks in advance.

hub 1-0:1.0: port 1 disabled by hub (EMI?), re-enabling...
IN start_unlink_async
usb 1-1: USB disconnect, address 2
usb 1-1.2: USB disconnect, address 3
IN start_unlink_async
sd 0:0:0:0: [sda] Unhandled error code
sd 0:0:0:0: [sda] Result: hostbyte=0x01 driverbyte=0x00
sd 0:0:0:0: [sda] CDB: cdb[0]=0x28: 28 00 00 0b 02 6e 00 00 40 00
end_request: I/O error, dev sda, sector 721518
sd 0:0:0:0: [sda] Unhandled error code
sd 0:0:0:0: [sda] Result: hostbyte=0x01 driverbyte=0x00
sd 0:0:0:0: [sda] CDB: cdb[0]=0x28: 28 00 00 0b 02 ae 00 00 40 00
end_request: I/O error, dev sda, sector 721582
IN start_unlink_async
cat: read error: Input/output error
FAT: unable to read inode block for updating (i_pos 8019)
FAT: unable to read inode block for updating (i_pos 8019)

business_kid 08-02-2011 10:47 AM

Seems like you're drawing too much current from the port. So the port switches off, and disk access never likes to have the device it's talking to vanish - hence the string of nonsense.

Padmasri 08-02-2011 11:13 PM

Quote:

Originally Posted by business_kid (Post 4431776)
Seems like you're drawing too much current from the port. So the port switches off, and disk access never likes to have the device it's talking to vanish - hence the string of nonsense.

Thank you so much for your reply.
Thank you..


All times are GMT -5. The time now is 11:35 AM.