EmbLogic's Blog

Author Archives: jai.prakash

ISSUE IN PROJECT 5(CHAR DRIVER)

Sir, I have implemeted the project of using multi thread in a single process then in multi process process for char driver by using sleep in the app.c for synchronization between multi thread for read,write,open,close in single process. Is it … Continue reading

Posted in Character Driver | 1 Comment

ipc project

i have completed client server project using pipes,fifo,semaphores,message queue

Posted in Uncategorized | Leave a comment

Issue in Config of NFS Server

showmount -e 192.168.0.15 After typing this command it shows— port mapper failure -unable to send : errno 101

Posted in Uncategorized | Leave a comment

how & which wifi driver driver i will install for fedora 15?

00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07) 00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07) 00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics … Continue reading

Posted in Uncategorized | 3 Comments

Report on project

master array created with some doubts.  

Posted in Data Structures with C | Leave a comment

encryption of data

successfuly done the encryption of string.

Posted in Uncategorized | Leave a comment

master array

master array created

Posted in Uncategorized | Leave a comment

problem in cursor control formatters

when i write the statement – printf(“hello\r..jackie\n..jp\n”); it gives the o/p ..jackie ..jp but when i write the statement – printf(“hello\n..jackie\r..jp\n”); it gives the o/p hello ..jpckie why????  

Posted in Data Structures with C | 1 Comment