brektrou / rtl8821CU

Realtek RTL8811CU/RTL8821CU USB Wi-Fi adapter driver for Linux
GNU General Public License v2.0
1.58k stars 458 forks source link

Why do we need to check the interface name? #162

Closed eyalroz closed 2 years ago

eyalroz commented 2 years ago

The installation instructions in the README require us to determine the name of the wifi adapter interface.

  1. Why?
  2. How would we have this name before the driver is already installed and working?
multikirin commented 2 years ago

I dont see that, where is it?

Message ID: @.***>

eyalroz commented 2 years ago

@multikirin : It's right there in the README file...

Check the name of the interface

multikirin commented 2 years ago

If you arent using a obscure distro, skip that stepOn 20/03/22, 21:41 Eyal Rozenberg @.***> wrote:

@multikirin : It's right there in the README file...

Check the name of the interface

—Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you were mentioned.Message ID: @.***>

eyalroz commented 2 years ago

If you arent using a obscure distro, skip that step

I see. Please consider clarifying this in the README itself, so that other people don't get confused and try to do something with the interface name even if they don't need to.

Otherwise - thank you so much for writing this driver!