Hi, im new to Linux and im having trouble installing the drivers and setting up my adapter…
here is my output for lsusb:
Bus 002 Device 002: ID 0bda:0411 Realtek Semiconductor Corp.
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 046d:c338 Logitech, Inc.
Bus 001 Device 004: ID 1ea7:0064
Bus 001 Device 003: ID 0bda:f179 Realtek Semiconductor Corp.
Bus 001 Device 002: ID 0bda:5411 Realtek Semiconductor Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Also i found a forum that has a command to run
wget -N -t 5 -T 10 https://github.com/UbuntuForums/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info
from:
https://ubuntuforums.org/showthread.php?t=2378849
I will leave a link to that wireless-info file below
I tried following the steps on Post #7 but i get the following error:
eduardo@eduardo-desktop:~$ sudo apt-get install --reinstall linux-headers-$(uname -r) linux-headers-generic build-essential dkms git
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package linux-headers-4.9.140-tegra
E: Couldn't find any package by glob 'linux-headers-4.9.140-tegra'
E: Couldn't find any package by regex 'linux-headers-4.9.140-tegra'
Can anyone indicate me the right steps to set the wireless adapter correctly and install the corresponding drivers please.