Re: [linux-usb-devel] Mounting the USB device with IXP465 Embedded USB host

2006-07-26 Thread Maulik Mankad
Hi Alan, I got the error "FAT: codepage cp437 not found" in the dmesg log when I tried to mount the USB pen drive. I have been able to resolve this error by enabling the kernel option for cp437 in Native Language support for the File system. After this the mount command is working fine and I am

Re: [linux-usb-devel] Mounting the USB device with IXP465 Embedded USB host

2006-07-24 Thread Alan Stern
On Mon, 24 Jul 2006, Maulik Mankad wrote: > Hi, > > I even get the following with cat /proc/partitions command > major minor #blocks name > >8 0 126976 sda >8 1 126960 sda1 > > I am unable to mount the device. Hence I cannot use it. > > I have vfat driver loaded in th

Re: [linux-usb-devel] Mounting the USB device with IXP465 Embedded USB host

2006-07-24 Thread Maulik Mankad
Hi, I even get the following with cat /proc/partitions command major minor #blocks name 8 0 126976 sda 8 1 126960 sda1 I am unable to mount the device. Hence I cannot use it. I have vfat driver loaded in the kernel. Moreover we are using customized kernel and so we do n

Re: [linux-usb-devel] Mounting the USB device with IXP465 Embedded USB host

2006-07-24 Thread Alan Stern
On Mon, 24 Jul 2006, Maulik Mankad wrote: > Hi, > > I am working on IXP465 USB host driver and have ported the Linux 2.6.12 host > driver for it. > > The enumeration happens perfectly fine as seen on the USB analyzer. > > I can see the details of my pen drive (usb device) in /proc/scsi/scsi. >

Re: [linux-usb-devel] Mounting the USB device with IXP465 Embedded USB host

2006-07-24 Thread Maulik Mankad
ks fishy in the logs. Regards, Maulik Mankad -Original Message- From: rakesh kn [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 2:59 PM To: Maulik Mankad Subject: Re: [linux-usb-devel] Mounting the USB device with IXP465 Embedded USB host HI maulik, If u are working on an embedde

[linux-usb-devel] Mounting the USB device with IXP465 Embedded USB host

2006-07-24 Thread Maulik Mankad
Hi, I am working on IXP465 USB host driver and have ported the Linux 2.6.12 host driver for it. The enumeration happens perfectly fine as seen on the USB analyzer. I can see the details of my pen drive (usb device) in /proc/scsi/scsi. The problem is that sda entry does not get created in /dev.