Giter Site home page Giter Site logo

Driver for DWA-182 rev. C about dietpi HOT 6 CLOSED

michaing avatar michaing commented on May 22, 2024
Driver for DWA-182 rev. C

from dietpi.

Comments (6)

Fourdee avatar Fourdee commented on May 22, 2024

Hi Luke,

Yep, from the download like you provided, looks like i'll need to compile the driver. I'll attempt this in the next few days and keep you updated.

Have you tried using this device on the official Raspbian. Same issue?

from dietpi.

lukecyca avatar lukecyca commented on May 22, 2024

Thanks for the reply, Dan.

I have not tried with Raspbian. I suspect the drivers are not built-in, but it would be fairly easy to install linux-headers-rpi and then build the drivers as per the manufacturer's instructions.

from dietpi.

lukecyca avatar lukecyca commented on May 22, 2024

Anything I can do to help you with this?

If I could get the kernel headers installed, then I could try compiling the vendor's drivers to ensure they work.

from dietpi.

Fourdee avatar Fourdee commented on May 22, 2024

Hi Luke,

Apologies for the delay, extremely busy at the moment with v100.
Yes, if you could try compiling and testing, seems the most logical as I dont own DWA-182.

You can search Apt for a list of packages:
apt-cache search linux-headers
As for which one you need, not sure, but i'd assume linux-headers-rpi.

from dietpi.

lukecyca avatar lukecyca commented on May 22, 2024

I managed to get this build for my 4.1.10+ kernel (DietPi Jessie, updated). It wasn't straightforward so I'll post my instructions here.

  1. apt-get install gcc-4.8 g++-4.8
  2. Used rpi-source to download the correct kernel sources and set things up for compiling a kernel module. This utility is awesome! It automates the frustrating process of getting the correct headers since the typical linux-headers-* packages don't exist for most rasbian kernels.
  3. I had no luck with the manufacturer's driver source. Instead I used rtl8812AU_8821AU_linux.
  4. After building and installing as per the README in that driver, modprobe cfg80211 8812au worked and the wireless device shows up in ifconfig -a.

I'm set for now, but it would be great to include this in future versions of DietPi!

from dietpi.

Fourdee avatar Fourdee commented on May 22, 2024

Hi Luke,

Thanks for the info 👍 , and great to hear the issue is resolved.

If the DWA-182 works on the official raspbian, i'll add support for it in DietPi also. If it does not, you will need to manually compile the driver as required.
The amount of time required to support all DietPi images with a user specific/unsupported driver would be a nightmare.

You could also compile the driver to a .deb file (eg: checkinstall). This would allow you to dpkg -i driver.deb each time you need the driver.

from dietpi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.