Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Hardware & Devices
  4. A generic NIC driver

A generic NIC driver

Scheduled Pinned Locked Moved Hardware & Devices
questionsysadmin
4 Posts 2 Posters 10 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Slingshot II
    wrote on last edited by
    #1

    I hope this is the right forum for this question. I need a generic NIC driver that upon installation will allow the host computer connect to a network so that the correct driver for the NIC can be found from our driver library and installed. So is there such a beast out there?

    L 1 Reply Last reply
    0
    • S Slingshot II

      I hope this is the right forum for this question. I need a generic NIC driver that upon installation will allow the host computer connect to a network so that the correct driver for the NIC can be found from our driver library and installed. So is there such a beast out there?

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      You can onnly have a generic driver for a NIC if you have generic HW (in the same way UARTs all use the same register layout and command set). NICs dont, so the answer is no I am afraid.

      ============================== Nothing to say.

      S 1 Reply Last reply
      0
      • L Lost User

        You can onnly have a generic driver for a NIC if you have generic HW (in the same way UARTs all use the same register layout and command set). NICs dont, so the answer is no I am afraid.

        ============================== Nothing to say.

        S Offline
        S Offline
        Slingshot II
        wrote on last edited by
        #3

        Damn, I had a feeling that might be the answer :sigh: :((

        L 1 Reply Last reply
        0
        • S Slingshot II

          Damn, I had a feeling that might be the answer :sigh: :((

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Yeah, there isnt much standardisati8on in HW at that level, ie directly touching IO ports. You will have to preinstall all the various NIC drivers on each machine. SHouldnt be too hard, just a script or simple program to run the inf files.

          ============================== Nothing to say.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups