Thread: Is it possible to code a driver for a wireless usb interface? (ALFA AWUS036H) OSX

  1. #1
    Registered User
    Join Date
    Sep 2016
    Posts
    1

    Is it possible to code a driver for a wireless usb interface? (ALFA AWUS036H) OSX

    Hi! I'm running OS X yosemite. I bought an Alfa wireless adapter a while back while I was running Linux, which is already compatible with it. This certain model doesn't support 64 bit under OSX, only 32 bit, but is it possible to create a driver that would make os x read the I/O of the interface? I am new to C and programming in general, but just knowing it's possible would motivate me to create one.. Anybody? Thanks!

  2. #2
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    I'm not 100% sure on this, but I believe 32bit OS require specific software
    protocols different from 64bit. Ir's not impossible to code something up that
    can do what you need, but you would probably need to know exactly what
    features the 64bit required over the 32bit (or vice-versa), and then modify
    the application accordingly.
    Double Helix STL

  3. #3
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    If you're a new programmer, then a device driver is going to be way over your head, probably for a few years. I'd just recommend getting a different wireless adapter. You can pick them up just about anywhere for under $50USD You probably have a friend who has an extra one that they'd just give you, or at least lend to you.
    What can this strange device be?
    When I touch it, it gives forth a sound
    It's got wires that vibrate and give music
    What can this thing be that I found?

  4. #4
    Registered User
    Join Date
    Apr 2015
    Location
    Bangalore, Karnataka, India
    Posts
    34
    Yes of course it is possible but as you said you are new to C, you need to learn more of Operating System concepts than only you can write a Device Driver for a particular device.
    The question that you have asked is more than just piece of C code.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. c check string is alfa or alfanumeric
    By shivi_php in forum C Programming
    Replies: 8
    Last Post: 07-11-2014, 02:07 AM
  2. Need help for code menu driver
    By sete in forum C Programming
    Replies: 2
    Last Post: 01-07-2013, 10:52 PM
  3. hi how to check my serial port is intrupt driver or poll driver?
    By nkrao123@gmail. in forum Networking/Device Communication
    Replies: 5
    Last Post: 09-19-2011, 11:20 PM
  4. wireless access point linux c code
    By Mahi Antham in forum C Programming
    Replies: 2
    Last Post: 05-25-2011, 05:54 PM
  5. using a driver function to test my code??
    By tommy69 in forum C Programming
    Replies: 24
    Last Post: 03-20-2004, 07:12 PM

Tags for this Thread