rtl8812au driver install..
#6
(02-26-2018, 07:19 AM)elik745i Wrote: can you help me to install RTL8192EU drivers? Don't have much experience in linux

So, in these projects, I find my best help (sometimes a benevolent hand lends itself), the best solution, though time consuming, and maybe not immediately gratifying, makes me personally more proficient...

So for starters, what do you have loaded?  What variation of linux, unbuntu? debian? (they are very similar, ubuntu is based on debian).  AND what version?
To find out:

cat /etc/os-release <enter> (note this may be different on other Linux variations, e.g. redhat = cat /etc/redhat-release, at&t unix (or other deviations) cat /etc/release)
uname -a <enter> this will give you details about your kernel version

OS variation and kernel versions are great starting points.

Just a quick network query on google, reveals  a lot.  I queried, "linux RTL8192EU"

A lot of ubuntu will ALSO apply to debian releases, and vice versa.

familiarities you need to know:

'git' <- there are several examples in the results, as well as examples for the 16.04 LTS 
'apt' <- learn about this, you will need it, especially using ubuntu, debian,
also 'dpkg' <- believe this was the original package manager for debian.
(yum for redhat derivatives)

you will need to know the above package managers just to get provisioned to put in the driver, e.g. installing compilers, dev tools, etc.

This is not just linux, it is same with MicroSloth, when you get into stuff at this level you are no longer, a user...

Remember, if another man/woman did it, you can too. Be tenacious, it will build your skills and familiarity with what you are trying to accomplish.

I do not have the particular USB dongle to validate (yours), so I cannot provide a driver, you need to do that since you have one.

evilbunny made note of dkms..., that is a better option, but I did not find a dkms build there may be one out there (I could not find one at first for mine).  but also, going through the exercise of a build (like my first post), will help you understand the basic process of if making a driver work, there IS versions of that driver out there in particular for ubuntu and debian builds.

Advise of your progress in understand some of the above, I will make an attempt to coach you through the process. (I check back here periodically, so bear with me).

(02-27-2018, 06:13 AM)11b2p508 Wrote:
(02-26-2018, 07:19 AM)elik745i Wrote: can you help me to install RTL8192EU drivers? Don't have much experience in linux

So, in these projects, I find my best help (sometimes a benevolent hand lends itself), the best solution, though time consuming, and maybe not immediately gratifying, makes me personally more proficient...

So for starters, what do you have loaded?  What variation of linux, unbuntu? debian? (they are very similar, ubuntu is based on debian).  AND what version?
To find out:

cat /etc/os-release <enter> (note this may be different on other Linux variations, e.g. redhat = cat /etc/redhat-release, at&t unix (or other deviations) cat /etc/release)
uname -a <enter> this will give you details about your kernel version

OS variation and kernel versions are great starting points.

Just a quick network query on google, reveals  a lot.  I queried, "linux RTL8192EU"

A lot of ubuntu will ALSO apply to debian releases, and vice versa.

familiarities you need to know:

'git' <- there are several examples in the results, as well as examples for the 16.04 LTS 
'apt' <- learn about this, you will need it, especially using ubuntu, debian,
also 'dpkg' <- believe this was the original package manager for debian.
(yum for redhat derivatives)

you will need to know the above package managers just to get provisioned to put in the driver, e.g. installing compilers, dev tools, etc.

This is not just linux, it is same with MicroSloth, when you get into stuff at this level you are no longer, a user...

Remember, if another man/woman did it, you can too. Be tenacious, it will build your skills and familiarity with what you are trying to accomplish.

I do not have the particular USB dongle to validate (yours), so I cannot provide a driver, you need to do that since you have one.

evilbunny made note of dkms..., that is a better option, but I did not find a dkms build there may be one out there (I could not find one at first for mine).  but also, going through the exercise of a build (like my first post), will help you understand the basic process of if making a driver work, there IS versions of that driver out there in particular for ubuntu and debian builds.

Advise of your progress in understand some of the above, I will make an attempt to coach you through the process. (I check back here periodically, so bear with me).
Oh, forgot the MOST important of all - they MAY or may not be on your distro - in particular SBCs (small space), 'man' <- in the *nix world this is your biggest friend!  Learn it, live it, look there. At this level man sections 2,3,5 are your best resources for using the system, 2 = system calls, 3 = stdio calls, 5 = configuration files for utilities.  There are other sections, but again at this level those will probably be of most benefit - to see if man is installed, type:

man <enter>

man is your friend.
  Reply


Messages In This Thread
rtl8812au driver install.. - by 11b2p508 - 02-24-2018, 09:43 PM
RE: rtl8812au driver install.. - by evilbunny - 02-24-2018, 10:06 PM
RE: rtl8812au driver install.. - by 11b2p508 - 02-25-2018, 08:07 AM
RE: rtl8812au driver install.. - by 11b2p508 - 02-26-2018, 05:31 AM
RE: rtl8812au driver install.. - by elik745i - 02-26-2018, 07:19 AM
RE: rtl8812au driver install.. - by 11b2p508 - 02-27-2018, 06:13 AM
RE: rtl8812au driver install.. - by HackerKitty - 03-03-2018, 09:04 AM
RE: rtl8812au driver install.. - by evilbunny - 03-03-2018, 03:45 PM
RE: rtl8812au driver install.. - by brajul - 05-19-2018, 05:14 PM
RE: rtl8812au driver install.. - by evilbunny - 05-20-2018, 12:23 AM
RE: rtl8812au driver install.. - by brajul - 05-20-2018, 01:36 AM
RE: rtl8812au driver install.. - by brajul - 05-20-2018, 12:48 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Rock64 Debian 11 (Bullseye) install problem jbize 15 8,483 10-12-2023, 05:14 PM
Last Post: tpaul
  Managed to install Kubernetes digitaldaz 3 4,305 08-16-2022, 02:44 AM
Last Post: mmarkgilbert
  on-board ethernet driver michaelanburaj 0 1,872 03-26-2020, 12:01 PM
Last Post: michaelanburaj
  How Can Install Unify controller in rock64? gedas07 0 1,855 03-23-2020, 08:41 AM
Last Post: gedas07
  Can Anyone help me install Wine latest on Rock64 Rock90 1 3,096 08-10-2019, 06:18 AM
Last Post: OnyxxOr
  8812au wifi driver OS pane 9 11,093 11-19-2018, 02:46 AM
Last Post: pane
  apt --fix-broken install KC7NOA 1 2,754 10-29-2018, 09:17 PM
Last Post: KC7NOA
  HELP I want install a desktop but I don't Know how can I do gedas07 11 13,002 10-02-2018, 01:34 PM
Last Post: jovval
  OMV wifi setup (driver issue) six9 0 2,345 07-25-2018, 03:34 PM
Last Post: six9
  How can I get a driver to support my USB wifi dongle Rocklobster 4 5,997 04-19-2018, 12:55 PM
Last Post: Rocklobster

Forum Jump:


Users browsing this thread: 2 Guest(s)