linux device drivers


 
Thread Tools Search this Thread
Top Forums Programming linux device drivers
# 1  
Old 03-11-2009
MySQL linux device drivers

hi,

this is manju ....

i want linux device drivers source codes.

pls help me
# 2  
Old 03-11-2009
That's quite something, I hope you have a good understanding of C and assembler, plus knowledge of how to communicate with the hardware.
  1. Get the latest stable kernel source from kernel.org (Hint: it's 2.6.28.7)
  2. Unpack the source
  3. Go to the drivers directory
  4. Pick any driver (eg. block/loop.c)
As an alternative to 1-2, your distribution might have a package containing the kernel source, which will usually be unpacked to /usr/src/linux*
# 3  
Old 03-19-2009
This book provides some good insight into device drivers
Linux Device Drivers | O'Reilly Media
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

See installed drivers in Linux

Hello everyone from Tenerife, Canary Islands. How can i see in Debian or similar operating system the installed drivers or controllers ? Best Regards https://image.ibb.co/kC5C87/winkho2.gif (1 Reply)
Discussion started by: JohnFissburyn
1 Replies

2. UNIX for Advanced & Expert Users

Learn Linux File System and Device Drivers

I am to start working on two project on Linux Device Drivers and other on File System. So I got the book "Understanding Linux Kernel" by Daniel and Marco. But I am confused as how to proce Will anybody pls let me know how to go to about studying the chapter in this book? I mean the order in... (1 Reply)
Discussion started by: shefalibv
1 Replies

3. Solaris

SPARC and device drivers

Hello all, I'm new here.. Can you please help me with device driver on Solaris10, Sun SPARC server; I need to know how to test if a PCI card is recognized and has a working driver. How to do it? As it is, the driver seems to be 'not attached', but some say it could be because the PCI card is not... (10 Replies)
Discussion started by: orange47
10 Replies

4. UNIX for Dummies Questions & Answers

wireless drivers for linux?

so i downloaded a linux today, but i ahve the problem that i cant connect to the internett becouse i need drivers. annyone know where i can get the drivers? (4 Replies)
Discussion started by: Morton
4 Replies

5. Solaris

writing device drivers,for a beginner!!!

Hi all, Please excuse me if this is not the right forum to ask my question. I would like to know more about writing device drivers for Unix,particularly Solaris 10. excuse me if am being vague, but I have absolutely no idea about how i can start. I did try to search for a beginners guide to... (1 Reply)
Discussion started by: wrapster
1 Replies

6. Ubuntu

Need Bcm43XX Linux drivers

Hey I am using HP pavilion Notebook, I installed linux on my laptop. But i am unable to connect to internet, can any body help me out to get wireless linux Broadcom drivers for my notebook. Thanks kumar (2 Replies)
Discussion started by: kumar_d
2 Replies

7. Linux

Linux and Leaf Drivers?

Hi there, I thought a lot, wheather or not this thread belongs to this forum, hope I made the right choice. So my question: Is there such thing like leaf driver in Linux, in correspondance to the Solaris nexus/leaf device driver tree? I'm asking that in the context of writing a device driver... (3 Replies)
Discussion started by: boyanov
3 Replies

8. Windows & DOS: Issues & Discussions

Are Your Device Drivers Wacked Or Hacked?

Suggestion. Besides running scans it is also a good thing to run "sigverif". This will create a list of ALL drivers on your system, signed and unsigned. The output is located in your C:Windowssigverif.txt file. It surprised me most people do not do this. Many trojans mask themselves as... (0 Replies)
Discussion started by: ZOverLord
0 Replies

9. Programming

Linux Device Drivers

Here is a cool book. And the price is right! Linux Device Drivers, 2nd Edition (0 Replies)
Discussion started by: Perderabo
0 Replies

10. UNIX for Dummies Questions & Answers

View device drivers?

I might sound stupid for asking, but could someone please tell me how to view all the device drivers? I'm just starting to use UNIX after using Windows for years. Thanks. -sysop0130 (1 Reply)
Discussion started by: sysop0130
1 Replies
Login or Register to Ask a Question