SIr,
My mail will be lengthy but please bear with it.
I am not developing the device,and i tried with different USB but still the same problem comes.
I am following this procedure.
1.Board is ARM based LPC3250 board with ISP1301 transceiver chip(Linux2.6.24 kernel is ported on board) configured in host mode (hardware wise),to which i am attaching my device.You can see the attachment for the diagram
As soon as i attach the USB following message appears
ISP1301 Vendor ID : 0x04cc
ISP1301 Product ID : 0x1301
ISP1301 Version ID : 0x0210
usb-ohci usb-ohci: at 0xf3120000, irq 0
usb-ohci usb-ohci: pnx4008 OHCI
usb-ohci usb-ohci: new USB bus registered, assigned bus number 1
usb-ohci usb-ohci: irq 59, io mem 0xf3120000
usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: pnx4008 OHCI
usb usb1: Manufacturer: Linux 2.6.39.2 ohci_hcd
usb usb1: SerialNumber: usb-ohci
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
2.In the linux ported on development board following procedure i follow to mount the USB
~ # ls
bin etc home linuxrc sbin usr
dev ftp lib proc tmp var
~ # mkdir sys
~ # mkdir media
~ # ls
bin etc home linuxrc proc sys usr
dev ftp lib media sbin tmp var
~ # dmesg|tail
usb-storage: Attempting to get CSW (2nd try)...
usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes
usb-storage: Status code 0; transferred 13/13
usb-storage: -- transfer complete
usb-storage: Bulk status result = 0
usb-storage: Bulk Status S 0x53425355 T 0x19 R 188 Stat 0x0
usb-storage: scsi cmd done, result=0x0
sd 0:0:0:0: [sda] Assuming drive cache: write through
sd 0:0:0:0: [sda] Attached SCSI removable disk
usb-storage: *** thread sleeping.
Now scan the sysfs and populate /dev using
~ # mount -t sysfs sysfs /sys
~ # mdev -s
mdev: mknod mtd1ro: No space left on device
~ # fdisk -l
-sh: fdisk: not found
# mount /dev/sda /media
usb 1-1: reset full speed USB device number 2 using usb-ohci
usb 1-1: reset full speed USB device number 2 using usb-ohci
usb 1-1: reset full speed USB device number 2 using usb-ohci
usb 1-1: reset full speed USB device number 2 using usb-ohci
usb 1-1: reset full speed USB device number 2 using usb-ohci
mount: mounting /dev/sda on /media failed: Invalid argument
In menuconfig in Linux i have enabled the following option
USB support
<*> Support for Host-side USB
- USB verbose debug messages
- USB announce new devices
*** Miscellaneous USB options ***
- USB device filesystem (DEPRECATED)
- USB device class-devices (DEPRECATED)
- Rely on OTG Targeted Peripherals List
*** USB Host Controller Drivers ***
<* > ISP1362 HCD support
<*> OHCI HCD support
*** NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may ***
*** also be needed; see USB_STORAGE Help for more info ***
<*> USB Mass Storage support
- USB Mass Storage verbose debug
Sir i want to ask a question since i am using isp1301 chip i don't find any option for enabling it in menuconfig, i enabled ISP1362 is it okay,if not then how to include ISP1301 ?