LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Embedded & Single-board computer (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/)
-   -   usb hard disk unable to mount in at91rm9200 board (https://www.linuxquestions.org/questions/linux-embedded-and-single-board-computer-78/usb-hard-disk-unable-to-mount-in-at91rm9200-board-792845/)

rajeesh_r@cms.com 03-03-2010 05:57 AM

usb hard disk unable to mount in at91rm9200 board
 
Hi,

I am using linux kernel 2.6.21 for the AT91RM9200 board .
While connecting usb hard disk to the board it is not taking
ie while checking the nod with the command
ls /dev there is no nod
How can i mount this hard disk to my board
Please help me

Error Messages shown below

usb 1-2: new full speed USB device using at91_ohci and address 2
usb 1-2: device not accepting address 2, error -62
usb 1-2: new full speed USB device using at91_ohci and address 2
usb 1-2: device not accepting address 2, error -62
usb 1-2: new full speed USB device using at91_ohci and address 4
usb 1-2: configuration #1 chosen from 1 choice
scsi0 : SCSI emulation for USB Mass Storage devices
usb 1-2: USB disconnect, address 4
usb 1-2: new full speed USB device using at91_ohci and address 6
usb 1-2: configuration #1 chosen from 1 choice
scsi1 : SCSI emulation for USB Mass Storage devices
usb 1-2: USB disconnect, address 6
usb 1-2: new full speed USB device using at91_ohci and address 10
usb 1-2: new full speed USB device using at91_ohci and address 11
usb 1-2: configuration #1 chosen from 1 choice
scsi2 : SCSI emulation for USB Mass Storage devices
usb 1-2: USB disconnect, address 11
usb 1-2: new full speed USB device using at91_ohci and address 12
usb 1-2: new full speed USB device using at91_ohci and address 14
usb 1-2: device descriptor read/all, error -62
usb 1-2: new full speed USB device using at91_ohci and address 17
usb 1-2: configuration #1 chosen from 1 choice
scsi3 : SCSI emulation for USB Mass Storage devices
usb 1-2: USB disconnect, address 17
usb 1-2: new full speed USB device using at91_ohci and address 20
usb 1-2: configuration #1 chosen from 1 choice
scsi4 : SCSI emulation for USB Mass Storage devices
usb 1-2: USB disconnect, address 20
usb 1-2: new full speed USB device using at91_ohci and address 21
usb 1-2: new full speed USB device using at91_ohci and address 22
usb 1-2: configuration #1 chosen from 1 choice
scsi5 : SCSI emulation for USB Mass Storage devices
usb 1-2: USB disconnect, address 22



With Regards
Rajeesh

murankar 03-05-2010 06:48 PM

first try lsusb in a terminal. See if it is being seen by the usb bus system. Or you can do a reboot and enter the boot order option to the bios and see if the bios is seeing it as an option for booting.

If after all that and the drive is seen; then your issue is in the os most likely.

Another thing you could try is booting a live version of your distro and see if that picks up the drive. If it does then it's your os not the board.

to mount the drive you would have to do something like this

cd /mnt or cd /tmp
mkdir dir_name
mount /dev/sd? /mnt/dir_name
or
mount /dev/sd? /tmp/dir_name

you may have to add additional stuff to the mount command like file system type for it to work.

nini09 03-15-2010 04:29 PM

The at91_ohci driver and hard disk negotiating configuration is failure. You need dip into why configuration negotiation is failure.

rajeesh_r@cms.com 03-16-2010 11:30 PM

Hi,

in the configuration what I need to enable ............
I enabled USB Mass storage section in the kernel level configuration

Thanks

nini09 03-19-2010 02:17 PM

Do you enable SCSI disk and USB EHCI?

rajeesh_r@cms.com 03-19-2010 11:39 PM

I have enabled

SCSI device support
Legacy /proc/scsi support
SCSI disk support

Support for Host side USB
USB Mass Storage support
USB Device File system
OHCI HCD Support


Where need to enable USB EHCI ?? I did n't see this configuration in menuconfig


Thanks and Regards


All times are GMT -5. The time now is 09:29 AM.