-
Notifications
You must be signed in to change notification settings - Fork 786
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
Sharing: TP-Link AC600 Nano on Raspbian Bookworm 32-Bit #1217
Comments
Trying this right now... Following instructions on readme for Raspberry Pi 1 did not work correctly. After following those instructions was able to see the device, but unable to get it to work. We'll see if this works. I am on a fresh install of the latest Raspbian OS. |
Did you get any errors? Are you using 32 or 64-bit? I don't have a Pi 1 here to try it on. |
32 bit Pi 1... It seemed to be going well until the install part. Then DKMS said something about a sanity check because the version was already installed (from when I followed Readme instructions). So I did --force. And now right back where it started. Can see the thing but it's listed as dormant and don't know how to get it working. I installed the drivers for this exact adapter years ago on my Pi3B and got it working, and I remember it was a real headache. |
This thread seems to indicate that the adapter is there and available and in power save mode. Have you tried to bind a connection to it? |
I am typing this in on my laptop which is setting next to the pi, so i may have some types but this is what it shows up as when I run "ip link show": It's been a while since I messed with network adapters in linux, how would I go about binding a connection to it? Thanks! |
When I ran "make && make install" the first time, i saw some messages about pi64 kernel headers or something like that... I am wondering if the wrong headers got installed. This is a fresh install of rasbian OS so I may just start over. |
When I boot the Pi up, after logging in, a screen and a half of error messages scroll up. I was poking around some more, and I think the driver I actually need is the "RTL8821au", uninstalled the other one and trying that one from here: https://github.com/ivanovborislav/rtl8821au |
I probably would have shot right past that as well. |
Okay yeah it was a dumdum moment. The previous link I posted did not work for me. I used this driver: It took longer to compile, but no errors and works great after rebooting! For anyone who ends up here by searching for a driver for: TP-Link AC600 (Archer T2U Plus) that uses the rtl8821au, the above link worked for me with Raspberry Pi 1, 32 bit. Sorry for drifting this topic... |
I figured this out, and I wanted to share how to do it.
or
curl -fsSL https://gist.githubusercontent.com/lbussy/23c05d8dc8c24d8d8edddf1d381f1c8b/raw/install_aliases.sh | bash
(this will pull down a .bash_aliases, run the above updates, and add some handy aliases. More in this Gist.)
git clone -b v5.6.4.2 https://github.com/aircrack-ng/rtl8812au.git cd rtlrtl8812au
dkms.conf
:MAKE="ARCH=arm 'make' -j$PROCS_NUM KVER=${kernelver} KSRC=/lib/modules/${kernelver}/build"
sed -i 's/^MAKE="/MAKE="ARCH=arm\ /' dkms.conf
Makefile
:export ARCH=arm
wlan0
being available withip link show
:The text was updated successfully, but these errors were encountered: