Comment 158 for bug 1239578

Revision history for this message
Larry Finger (larry-finger) wrote : Re: [Bug 1239578] Re: No wireless support for Realtek RTL8192EE [10ec:818b]

On 08/07/2014 12:42 AM, Yu Leng wrote:
> Thank you Larry for posting the latest driver code. I am no where close
> to the expertise most people have on this forum. This is may well be a
> beginner question. Do I just git clone your repo, do "make", "make
> install" and then reboot?

You are close. Building code should always be done as a regular user, not as
root. Thus the correct commands are "make" and "sudo make install".

Larry