2016-08-16 12:25:04

by Sambhu R

[permalink] [raw]
Subject: regarding RTL8188SU

Hi,

I was following your--> https://github.com/chunkeey/rtl8192su but i couldn't install. When i execute ./install.sh i'm getting the following error.

make[1]: Entering directory '/usr/src/linux-headers-3.4.112-sun8i'
Makefile:568: /usr/src/linux-headers-3.4.112-sun8i/arch/armv7l/Makefile: No such file or directory
make[1]: *** No rule to make target '/usr/src/linux-headers-3.4.112-sun8i/arch/armv7l/Makefile'. Stop.
make[1]: Leaving directory '/usr/src/linux-headers-3.4.112-sun8i'
Makefile:220: recipe for target 'modules' failed
make: *** [modules] Error 2
##################################################
Compile make driver error: 2
Please check error Mesg
##################################################

please help..

OS details:
Distributor ID: Debian
Description: Debian GNU/Linux 8.5 (jessie)
Release: 8.5
Codename: jessie
Linux orangePi1 3.4.112-sun8i #8 SMP PREEMPT armv7l GNU/Linux








-- Disclaimer: The information transmitted in this email, including attachments, is intended only for the person(s) or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited.Any views expressed in any message are those of the individual sender and may not necessarily reflect the views of Amrita University. If you received this in error, please contact the sender and destroy any copies of this information.


2016-08-16 18:14:58

by Christian Lamparter

[permalink] [raw]
Subject: Re: regarding RTL8188SU

Hello,

On Tuesday, August 16, 2016 5:39:38 PM CEST Sambhu R wrote:
> I was following your--> https://github.com/chunkeey/rtl8192su but i couldn't
> install. When i execute ./install.sh i'm getting the following error.

There's no install.sh file in this repository?!

>
> make[1]: Entering directory '/usr/src/linux-headers-3.4.112-sun8i'
> Makefile:568: /usr/src/linux-headers-3.4.112-sun8i/arch/armv7l/Makefile: No such file or directory
> make[1]: *** No rule to make target '/usr/src/linux-headers-3.4.112-sun8i/arch/armv7l/Makefile'. Stop.
> make[1]: Leaving directory '/usr/src/linux-headers-3.4.112-sun8i'
> Makefile:220: recipe for target 'modules' failed
> make: *** [modules] Error 2
> ##################################################
> Compile make driver error: 2
> Please check error Mesg
> ##################################################
>
> please help..
Please look at the project's README.md [0].

"This is "a" driver repository for the WIP rtl8192su for any
interested developer.

To build the driver you will need to have a recent and compatible kernel
source. Currently, only kernels built from the latest wireless-testing.git
are supported. If you want to know more about wireless-testing.git then
visit Linux wireless wiki's Git-Guide [1]."

[0] <https://github.com/chunkeey/rtl8192su#readme>
[1] <https://wireless.wiki.kernel.org/en/developers/Documentation/git-guide>