Programming for hardware

Ask a Question related to UNIX Programming, Design and Development.

  1. #1

    Default Programming for hardware

    Hi everybody,

    What libraries do I need to access hardware such as a hard drive? I
    know how to write to files and such, but how would I program something
    like accessing the HDD firmware and retrieving the model name?


    A curiosity. I'd like to try some programming like this and don't know
    where to start. I ask here because I'll be doing the development in
    either Solaris or Linux (most likely Solaris). If I should ask
    elsewhere, please just point me in the direction I should go.

    Andy



    -----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
    [url]http://www.newsfeeds.com[/url] - The #1 Newsgroup Service in the World!
    -----== Over 80,000 Newsgroups - 16 Different Servers! =-----
    Andrew Falanga Guest

  2. Similar Questions and Discussions

    1. Hardware
      Thanks you, my VGA is RADEON 9200SE, it's not onboard. I also have DVD-Rom. So I have to upgade the RAM to 1GB. "Travis King"...
    2. Upgrading hardware from P3 to AMD 64
      I'm thinking about upgrading my hardware from an Intel P3 to an AMD 64, and replacing the graphics card, without buying a new hard disk. Has anyone...
    3. freelance web programming, web site design,c programming, java programming, VERY Low Cost web design and more
      Find expert freelance programmers and designers at the prices you want to pay. Post your projects and programmers will place bids, you choose the...
    4. hardware question
      My desk is getting quite cluttered, using a KMV for 4 computers. I started looking for wireless keyboard(s) & mice, and ran across this item, and...
    5. Changing hardware under Win XP
      I'm about to replace the motherboard in my computer and rebuild my whole hard drive by stripping everything off then reinstalling the O/S along...
  3. #2

    Default Re: Programming for hardware

    Andrew Falanga wrote:
    > Hi everybody,
    >
    > What libraries do I need to access hardware such as a hard drive? I
    > know how to write to files and such, but how would I program something
    > like accessing the HDD firmware and retrieving the model name?
    >
    > A curiosity. I'd like to try some programming like this and don't know
    > where to start. I ask here because I'll be doing the development in
    > either Solaris or Linux (most likely Solaris). If I should ask
    > elsewhere, please just point me in the direction I should go.
    [url]http://www.gnu.org/manual/glibc-2.2.5/libc.html[/url]

    Russell Shaw Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139