Re: a Linux device driver

2018-06-06 Thread Bjørn Mork
Abu Rasheda writes: > wondering which hardware is missing a driver, I can try yo buy/acquire the > hardware No need to buy any hardware. Just look around you and see what you already have. If you don't see anything you want to write a driver for, then maybe you shouldn't. Bjørn _

Re: a Linux device driver

2018-06-05 Thread Abu Rasheda
On Tue, Jun 5, 2018 at 2:06 PM, wrote: > On Tue, 05 Jun 2018 13:51:54 -0700, Abu Rasheda said: > > > right now, I am in a mood to write a driver, not testing :) > > Can you, in a few sentences, explain why the Linux community wants a driver > written by somebody who wanted to write a driver but

Re: a Linux device driver

2018-06-05 Thread valdis . kletnieks
On Tue, 05 Jun 2018 13:51:54 -0700, Abu Rasheda said: > right now, I am in a mood to write a driver, not testing :) Can you, in a few sentences, explain why the Linux community wants a driver written by somebody who wanted to write a driver but didn't want to do the testing needed to ensure it d

Re: a Linux device driver

2018-06-05 Thread Abu Rasheda
On Tue, Jun 5, 2018 at 1:51 AM, Ozgur Kara wrote: > > > 05.06.2018, 08:57, "valdis.kletni...@vt.edu" : > > On Mon, 04 Jun 2018 15:49:37 -0700, Abu Rasheda said: > > > >> Any recommendations what device driver is missing and open source > >> community could benefit from a new driver or enhance s

Re: a Linux device driver

2018-06-05 Thread Ozgur Kara
05.06.2018, 08:57, "valdis.kletni...@vt.edu" : > On Mon, 04 Jun 2018 15:49:37 -0700, Abu Rasheda said: > >>  Any recommendations what device driver is missing and open source >>  community could benefit from a new driver or enhance some existing driver? > > Short answer: One that you have the har

Re: a Linux device driver

2018-06-04 Thread valdis . kletnieks
On Mon, 04 Jun 2018 15:49:37 -0700, Abu Rasheda said: > Any recommendations what device driver is missing and open source > community could benefit from a new driver or enhance some existing driver? Short answer: One that you have the hardware for so you can actually test your code. Nobody want

a Linux device driver

2018-06-04 Thread Abu Rasheda
Hello, I am an experienced Linux kernel and driver developer and have some time! I like to develop a driver for Linux open source. Any recommendations what device driver is missing and open source community could benefit from a new driver or enhance some existing driver? Where could I go for suc

Re: Linux Device Driver

2014-05-06 Thread Saurabh Jain
Hey , thank u so much for ur reply thanx for help On Tue, May 6, 2014 at 2:20 PM, Robert P. J. Day wrote: > On Mon, 5 May 2014, Sima Baymani wrote: > > > Rumours say an updated version of LDD3 is coming, due to be published > this autumn: > > > http://www.amazon.com/Linux-Device-Drivers-

Re: Linux Device Driver

2014-05-06 Thread Robert P. J. Day
On Mon, 5 May 2014, Sima Baymani wrote: > Rumours say an updated version of LDD3 is coming, due to be published this > autumn: > http://www.amazon.com/Linux-Device-Drivers-Jessica-McKellar/dp/1449371612/ref=sr_1_1?s=books&ie=UTF8&qid=13988 > 59695&sr=1-1&keywords=linux+device+drivers > > Happy da

Re: Linux Device Driver

2014-05-05 Thread Kashyap Gada
Hello, Try out this website, it has some 18 lessons which will surely get you up and started. http://www.opensourceforu.com/2010/11/understanding-linux-device-drivers/ On Mon, May 5, 2014 at 8:31 PM, Sima Baymani wrote: > Rumours say an updated version of LDD3 is coming, due to be published th

Re: Linux Device Driver

2014-05-05 Thread Sima Baymani
Rumours say an updated version of LDD3 is coming, due to be published this autumn: http://www.amazon.com/Linux-Device-Drivers-Jessica-McKellar/dp/1449371612/ref=sr_1_1?s=books&ie=UTF8&qid=1398859695&sr=1-1&keywords=linux+device+drivers Happy days =) On Mon, May 5, 2014 at 4:53 PM, Le Tan wrote:

Re: Linux Device Driver

2014-05-05 Thread Le Tan
I think Documentation/kernel-docs.txt may be useful to you. Le Tan 2014-05-05 22:37 GMT+08:00 Lucas Tanure : > Yeah, but https://lwn.net/Kernel/LDD3/ it's a little bit old. > > ___ > Kernelnewbies mailing list > Kernelnewbies@kernelnewbies.org > http://

Re: Linux Device Driver

2014-05-05 Thread leo kirotawa
As they say, kernel code is the better and updated source/documentation. There is no an updated book. =) On Mon, May 5, 2014 at 11:37 AM, Lucas Tanure wrote: > Yeah, but https://lwn.net/Kernel/LDD3/ it's a little bit old. -- -- Leônidas S. Barbosa

Re: Linux Device Driver

2014-05-05 Thread Lucas Tanure
Yeah, but https://lwn.net/Kernel/LDD3/ it's a little bit old. ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Re: Linux Device Driver

2014-05-05 Thread leo kirotawa
Book I would recommend: Linux Devices Drivers [1]. And to get familiar with kernel stuff [2] [1] https://lwn.net/Kernel/LDD3/ [2] http://eudyptula-challenge.org/ []'s On Mon, May 5, 2014 at 11:16 AM, Saurabh Jain wrote: > Hello everyone! > > I am new to Linux Kernel . i studied a about CFS a

Re: Linux Device Driver

2014-05-05 Thread Lucas Tanure
http://www.thegeekstuff.com/2013/07/write-linux-kernel-module/ ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Linux Device Driver

2014-05-05 Thread Saurabh Jain
Hello everyone! I am new to Linux Kernel . i studied a about CFS and processes a little bit. I want to write Device Drivers for Linux Kernel . Can any body tell me from where i should start? I completely new to this field , i do not know how to start and from where to start? Any recommended book

Re: Regarding Linux device driver Project

2011-01-23 Thread Matthias Brugger
Hi, ashutosh mishra schrieb: >> hi >> i want to write a driver for DIO-48S PCI Card >> (its automation Project - Aluminium Foil Winding Automated System Using PCI >> Interface) >> i want to ask that what are the..prerequesite...for the Project... >> i hav konwledge of C,89c51 Microcontroller,Arm

Regarding Linux device driver Project

2011-01-20 Thread ashutosh mishra
> hi > i want to write a driver for DIO-48S PCI Card > (its automation Project - Aluminium Foil Winding Automated System Using PCI > Interface) >i want to ask that what are the..prerequesite...for the Project... > i hav konwledge of C,89c51 Microcontroller,Arm Processor. > but i am not ab