Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E: Unable to locate package linux-headers-5.15.133.1-microsoft-standard-WSL2 #10967

Closed
1 of 2 tasks
jtmic opened this issue Jan 1, 2024 · 3 comments
Closed
1 of 2 tasks

Comments

@jtmic
Copy link

jtmic commented Jan 1, 2024

Windows Version

Microsoft Windows [Version 10.0.22621.2861]

WSL Version

2.0.9.0

Are you using WSL 1 or WSL 2?

  • WSL 2
  • WSL 1

Kernel Version

5.15.133.1-1

Distro Version

Debian 2023.4 (No Lsb modules are available.

Other Software

No response

Repro Steps

Commands
sudo apt update
sudo apt upgrade

RESTART YOUR COMPUTER

Install dkms and git :
sudo apt install dkms git

Install Build Dependencies :
sudo apt install build-essential libelf-dev linux-headers-$(uname -r)

Download the Driver files using git :

git clone https://github.com/aircrack-ng/rtl881...

Navigate to the Downloaded directory :
cd rtl8812au

Install the Driver
sudo make dkms_install

Check the wireless interface Is Connected
lsusb

TO CHECK MONITOR MODE

iwconfig
airmon-ng check kill
airmon-ng start wlan0
iwconfig

TO CHECK PACKAGE INJECTION

aireplay-ng --test wlan0

Expected Behavior

THe expected behavior is that it downloads the file. I cnat write out that much code, but I will paste the link to the video.

Video: https://www.youtube.com/watch?v=JAoj5tOFJZc&t=243s

Go to timestamp 4:15

Actual Behavior

I am trying to install drivers for my TP-LINK ARCHER T2U PLUS On Kali With MONITOR MODE And PACKAGE INJECTION.

When I enter the input: sudo apt install build-essential libelf-dev linux-headers-$(uname -r),

I get the error:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package linux-headers-5.15.133.1-microsoft-standard-WSL2
E: Couldn't find any package by glob 'linux-headers-5.15.133.1-microsoft-standard-WSL2'

Diagnostic Logs

No response

Copy link

github-actions bot commented Jan 1, 2024

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@ghost
Copy link

ghost commented Jan 9, 2024

/dupe #10913

There are also the linux-(tools|headers)-generic packages if you want to go that route.

Copy link
Contributor

Hi! We've identified this issue as a duplicate of another one that already exists in this repository. This specific instance is being closed in favor of tracking the concern over on the referenced thread.

Thanks for your report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant