0

I am following this guide to update my Alfa card to the latest drivers. When I run the make command I get multiple errors.

2 Answers2

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,314
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
  • 90,100
  • 91
  • 213
  • 324