I am using a wimax modem from greenpacket,model is shuttle-UH235. Since I bought it I searched a lot for a driver that will be compatible with mac osx lion as the driver they provided is built for snow leopard.I asked them several times but they did not pay any heed still now. I have decided to build one on my own using objective-c.Does anyone have any suggestions to get started?I mean how should I proceed,which things to consider as preliminary steps.Or is it wise to proceed to make something like this?A code snippet or explained example will do a great favor. Thanks in advance.
Mac OSX Lion:making a wimax modem driver(device:greenpacket UH 235)
1.1k Views Asked by Munim At
1
There are 1 best solutions below
Related Questions in DRIVER
- C++ Mongodb driver, not working
- Raspberry PI Compute Module - SPI1
- Insert element into nested array in Mongodb
- Loading a Windows Driver Class other than NetService to act as an NDIS Filter
- where to find oneplus one binaries (Device tree, Vendor, Kernel) to build rom from AOSP?
- Why does this static funtion have three prefixes?
- Is it possible to limit data traffic in kernel USB drivers?
- Twain driver scanner integration in Windows 8.1
- USB3 Controller & Kinect 2
- Connecting R from JSP
- Universal Drivers will run inside Universal Apps in Windows 10?
- USB keeps disconnecting...only for mobile devices
- IoCreateDeviceSecure function denies the access from member in Administrators
- Intel OpenGL Driver bug?
- CoreMediaIO camera driver not detected until restart of application
Related Questions in OSX-LION
- Cannot install XCode 4.3.2 on 10.7.5 running on VMWare Fusion 7.1.1
- how to reset Vim & TMUX dotfiles
- "subl" command not working properly
- Can someone please explain to me why I get a different output when I run the same command from Java
- Porting C# mono from windows to mac
- AppleScript: Get list of windows on all desktops
- Accidentally deleted all files by rm - rf /* ... In my macbook pro
- CoreData dynamically create db
- Install Ruby 2.0.0 on an old Mac OS 10.7.5 Lion
- libmicrohttpd ./configure: pthreads not supported (osx)
- install meld on mac lion with macport
- AVFoundation on OSX: OpenGL texture from video WITHOUT needing access to pixel data
- Python installation missing a lot of things on Mountain Lion
- strange chromedriver fail on os x lion
- Initial build error on first project after installing Android Studio .2 on Mac Air
Related Questions in WIMAX
- how to use MediaTek MT7118 WiMAX USB Card with Tp Link Wireless Router?
- How to tell if handset is on WiMAX
- Mac OSX Lion:making a wimax modem driver(device:greenpacket UH 235)
- How to measure QoS parameters in the ns-3 simulation
- wimax client can not ping the base station
- WiMax/4G on Android API (2.3.3)
- OS X Yosemite 10.10 keeps crashing on usb WiMax eject/unplug
- How to login a Webpage and retrieve data to a Java Application?
- how to measure latency and jitter for Wimax in matlab
- Android 3G Tethering
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You need to use the Apple I/O Kit to write device drivers for Mac OS X. I/O Kit drivers are written in a subset of C++ that is easier to work with in a kernel environment than either full C++ or Objective-C.