Results 1 to 2 of 2

Thread: How to add new device driver?

  1. #1
    Junior Member
    Join Date
    Apr 2004
    Posts
    1

    Question How to add new device driver?

    hi ,
    I am nataraj asture final year student of B.E .Me and our friends are doing project to develope a RAM disk driver in linux Operating system we have problem in adding that driver to our kernel by removing the old kernel.
    I have also read one articles in many sites but they r not clearly mentioned the steps and problems occuring during configuration.
    If someone helps me it will be better for us to successfully load our driver onto the system.
    Nataraj . S . Asture

  2. #2
    AO übergeek phishphreek's Avatar
    Join Date
    Jan 2002
    Posts
    4,325
    Try by loading the module?

    insmod to add module
    rmmod to remove module
    lsmod to list loaded modules

    http://linuxfromscratch.tuxcenter.ne.../modutils.html

    I've been using linux quite some time (but still consider myself a n00b).
    Anytime I've had to load a driver, I used insmod.

    I don't have any other experience other than that.

    The distros I use seem to find all my hardware.
    Quitmzilla is a firefox extension that gives you stats on how long you have quit smoking, how much money you\'ve saved, how much you haven\'t smoked and recent milestones. Very helpful for people who quit smoking and used to smoke at their computers... Helps out with the urges.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •