Re: Automatic USB drive detection/Disconnection in user application!!!

2008-09-21 Thread V . Ravikumar
to which it ( USB ) is mapped in the filesystem ( > sd[a-z][1-9]* ). > > On Sun, Sep 21, 2008 at 11:02 AM, V. Ravikumar > <[EMAIL PROTECTED]> wrote: >> Please look into /proc/bus/usb/devices file newly plugged in/off usb >> devices >> Also go through Document

Re: Automatic USB drive detection/Disconnection in user application!!!

2008-09-20 Thread V . Ravikumar
Please look into /proc/bus/usb/devices file newly plugged in/off usb devices Also go through Documentation/usb/usbmon.txt Regards, Ravikumar. On 9/19/08, Nalajala Murali <[EMAIL PROTECTED]> wrote: > Hi All, > I need a solution for the below problem. > > When the USB got detected by the kernel ( L

Re: How to find my usb storage device mount point

2008-09-11 Thread V . Ravikumar
I want implement following project: Detecting files transfered from/to usb storage from/to my system. I can detect the plugged in usd storage device through /proc/bus/usb/devices,but detectioon is not enough,i need to find what are files transfered from/to usb storage device.(using usbmon i cant f

Re: suggest some projects/assignments.

2008-04-19 Thread V . Ravikumar
What i'm feeling for documentation projects,coding experience will be needed. If i'm wrong suggest correct to me. Actually what is to be done in documentation project? Thanqu ---Ravikumar. On 4/19/08, Mulyadi Santosa <[EMAIL PROTECTED]> wrote: > > > > On Sat,

suggest some projects/assignments.

2008-04-18 Thread V . Ravikumar
Hi all, Can any body give some la ittle kernel projects/assignments , so that i'll design and implement it. I feel this way is more help ful to me than simply reading and practising. Thanqu all, ---Ravikumar.

How many kernel threads will be created

2008-04-13 Thread V . Ravikumar
Hello all, Please clarify the following quetions? 1. How many kernel threads will be created for a user space process consists say 5 threads. 2. What is the differece btw linux kernel process and kernel thread. I read in linux there is no differece btw a kernel process and kernel thread And Plea

Re: driver for huawei EC321 CDMA card

2008-01-24 Thread V . Ravikumar
Hi Amol, The following things worked for me in FC-5. First modprobe the driver # modprobe usbserial vendor=0x12d1 product=0x1001 Should get something like this with dmesg Code: # dmesg [ 2315.412106] usbcore: registered new interface driver usbserial [ 2315.412508] drivers/usb/serial/usb-seria

Re: Linux Usb data sniffing

2007-12-23 Thread V . Ravikumar
I'm just started working in linux kernel level ,so i'm not aware of the 'usbmon' initially. Just few days back i'm came to know about usbmon though this forum. Thankq Ravi On Dec 22, 2007 2:35 AM, Greg KH <[EMAIL PROTECTED]> wrote: > On Sat, Dec 15, 2007 at 12:56:13PM +0530, V.Ravikumar wrote

Linux Usb data sniffing

2007-12-14 Thread V . Ravikumar
Hi, I've little knowledge in module & driver programming . I supposed to implement usb sniffer . Can anybody suggest some links or any type of help. Regards, Ravikumar

help in writing usb sniffer.

2007-12-14 Thread V . Ravikumar
Please help me in writing a linux usb sniffer. Thanks in advance. Regards, Ravikumar