I am following this guide to update my Alfa card to the latest drivers. When I run the make command I get multiple errors.
Asked
Active
Viewed 186 times
2 Answers
0
It seems there are some sintax errors, maybe a dot or dot-comma symbol is missing in the file, error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘rtl8187_usb_probe’ . As in any programming file, the problem could be near the beginning of the file.
GTRONICK
- 4,302
- 1
- 15
- 23
0
You do not need any drivers for your wireless dongle. They are already included in Linux kernel.
You tried to install a very old driver that was needed when kernel did not support this device out of the box.
That old driver will not build for new kernels anyway.
Pilot6
- 88,764
- 91
- 205
- 313
-
I see, that makes sense. – Zach Landry Jul 20 '15 at 15:47