Quote:
Originally Posted by ferrari
Welcome to LinuxQuestions shiddo. It's generally a good idea to start by sharing the chipset details for a device like this. Some chipsets employed in the TL-WN823N are supported by the rtl8192cu driver for example, so it might already be supported by your kernel. With the device plugged in, open a terminal and do
The following command will show if a module is already associated with the device
Back to your error
Code:
Makefile:1696: recipe for target 'modules' failed
make: *** [modules] Error 2
Make sure that you have the necessary build environment (build-essential package?) and kernel headers (linux-headers-$(uname -r) package?) before attempting module compilation. I'm sure other Debian users could offer you specific advice here.
|
Quote:
Welcome to LinuxQuestions shiddo
|
Thank you =)
for lsusb, i made it earlier, few post later ^^
______________________________________________________
lsusb
Bus 004 Device 002: ID 8087:8000 Intel Corp.
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 8087:8008 Intel Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 05c8:0359 Cheng Uei Precision Industry Co., Ltd (Foxlink)
Bus 001 Device 003: ID 1c4f:0034 SiGma Micro
Bus 001 Device 002: ID 2357:0109 <---------------------------- The Nightmare's Dongle
Bus 001 Device 006: ID 0cf3:311f Atheros Communications, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
_______________________________________________________
but apt-get install build-essential and linux-headers-$(uname -r) returns errors, "E: Couldn't find any packages "
Quote:
You need install kernel source code to compile the driver.
|
I didn't try that, do you have any command for this please ? ^^