From: aravind1123@gmail.com (Aravind Vijayan)
To: kernelnewbies@lists.kernelnewbies.org
Subject: char driver error
Date: Mon, 9 May 2011 16:56:48 +0530 [thread overview]
Message-ID: <BANLkTi=iRcg7Ba2ZBM76W2Eg-BHj38x5eQ@mail.gmail.com> (raw)
Hi all,
Let me begin this post with thanx all to whom help me on
previous problem.I have completed jobs such as
writing,making,inserting the module.
i create a character special file using mknod in /dev directory.
i try to write data to my file by" echo -n "abcd" > /dev/memory "
and when i try to read from that file i get the last char was written
to that file that is "d"
here is my code:http://pastebin.com/9YsJetek
next reply other threads:[~2011-05-09 11:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-09 11:26 Aravind Vijayan [this message]
2011-05-09 11:33 ` char driver error Manohar Vanga
[not found] ` <BANLkTimiQg3WmVRC1rOVK0+S_W095r_3Jg@mail.gmail.com>
2011-05-09 12:04 ` Manohar Vanga
2011-05-09 11:35 ` Daniel Baluta
[not found] ` <BANLkTimAH6msz3YAt99RWPF=hOqWk6LkfQ@mail.gmail.com>
2011-05-09 12:08 ` Daniel Baluta
2011-05-09 12:06 ` Vikash Kumar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='BANLkTi=iRcg7Ba2ZBM76W2Eg-BHj38x5eQ@mail.gmail.com' \
--to=aravind1123@gmail.com \
--cc=kernelnewbies@lists.kernelnewbies.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).