Hi all!
I installed F96-CE_4 on my Lenovo M93P desktop with AC600_free_driver wireless adaptor. F96-CE_4 maybe does not have driver for this wireless adaptor. On Windows, I follow the link inside this adaptor free folder and I downloaded its driver. The link is https://bit.ly/2tsbuS7. I don't know how to compile the necessary driver for F96-CE_4. Is there anyone who can show me the way to compile or help me to have an available driver (the best is post-complied driver)?
Because the driver I downloaded is big with above 120MiB, so I cannot attatch it with this post.
Thank you so much.
How to use AC600 (Realteak RTL8192CU) wireless adaptor?
Moderator: Forum moderators
How to use AC600 (Realteak RTL8192CU) wireless adaptor?
- Sofiya
- Posts: 2279
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1477 times
- Been thanked: 1524 times
Re: Wireless adaptor
nfkhanh wrote: ↑Tue Oct 15, 2024 11:59 amHi all!
I installed F96-CE_4 on my Lenovo M93P desktop with AC600_free_driver wireless adaptor. F96-CE_4 maybe does not have driver for this wireless adaptor. On Windows, I follow the link inside this adaptor free folder and I downloaded its driver. The link is https://bit.ly/2tsbuS7. I don't know how to compile the necessary driver for F96-CE_4. Is there anyone who can show me the way to compile or help me to have an available driver (the best is post-complied driver)?
Because the driver I downloaded is big with above 120MiB, so I cannot attatch it with this post.
Thank you so much.
Most likely your adapter does NOT support Linux system.
KL
PUPPY LINUX Simple fast free
Re: Wireless adaptor
@nfkhanh
Which brand is this adapter?
Also, what is provided in the file you linked to?
share a screenshot
When you plugin in the device, open up terminal and enter this:
lsusb
once again share the results.
Re: Wireless adaptor
This is just something that the anonymous Chinese vendors stamp on their no-name adapters. It doesn't tell you anything specific about the driver.
However, many AC600 devices are now supported by the bleeding-edge kernels. Have you tried this device in newer Puppies?
Wireless adaptor
Thank you for your supports.
These are some informations of the adaptor:
1. Image of the adaptor.
2. Name of adaptor: Free-Driver-USB-Wifi-Adapter-PC-AC600M-Dongle-802-11ac-Wireless-Network-Dual-Band-2-4GHz-5Ghz.
3. Name of the dowloaded driver: RTL_Driver_V1.5.zip
4. Readme.txt.
- Attachments
-
- Readme.txt
- (1.38 KiB) Downloaded 10 times
-
- Free-Driver-USB-Wifi-Adapter-PC-AC600M-Dongle-802-11ac-Wireless-Network-Dual-Band-2-4GHz-5Ghz-Desktop-Laptop-support-Windows-10-8-7-XP_7c8b482e-094f-4331-b439-d4ca807a19f8.c01e562684f068499a92ccf14f8d0980.webp (36.86 KiB) Viewed 905 times
Re: Wireless adaptor
This is the screenshot.
In Bus 003 I think this is anaother wireless adaptor which is supporting.
Under lsusb I cannot see AC600.
- Attachments
-
- Screenshot.jpg (106.85 KiB) Viewed 875 times
Re: Wireless adaptor
0bda:1a2b
This looks to me like your AC-mode rtl8821cu adapter. It is one of these strange dual-mode devices that starts off in WIndows mode in order to install the driver. It needs usb-modeswitch to switch it to Linux. This doesn't appear to be working in F96-CE.
Re: Wireless adaptor
Thank rcrsn51.
Here is screenshot.
- Attachments
-
- Screenshot.jpg (191.36 KiB) Viewed 868 times
Re: Wireless adaptor
Try this command in terminal
lsusb -v | grep -E '\<(Bus|iProduct|bDeviceClass|bDeviceProtocol)' 2>/dev/null
this should give you more detailed information
@nfkhanh
What software application are you using to connect to the internet?
The 'network' icon on the right hand side of your tray shows you are connected.
Re: Wireless adaptor
And this is screenshot after unpluging present support wireless adaptor while AC600 is still plugined.
- Attachments
-
- Screenshot(1).jpg (160.59 KiB) Viewed 861 times
Re: Wireless adaptor
0bda:1a2b
This looks to me like your AC-mode rtl 8811cu/8821cu adapter. It is one of these strange dual-mode devices that starts off in WIndows mode in order to install the driver. It needs usb-modeswitch to switch it to Linux. This doesn't appear to be working in F96-CE.
The rtl8192cu must be an n-mode adapter that you also have plugged in.
- Sofiya
- Posts: 2279
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1477 times
- Been thanked: 1524 times
Re: Wireless adaptor
According to my notes, you would need to run the command: usb_modeswitch -K -v 0bda -p 1a2b
This should switch the device into an rtl8821cu wifi adapter, which should now appear under lsusb.
You will now need the matching driver, which F96-CE probably doesn't have.
@Sofiya This issue has nothing to do with rtl8192cu.
- Sofiya
- Posts: 2279
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1477 times
- Been thanked: 1524 times
Re: How to use AC600 (Realteak RTL8192CU) wireless adaptor?
Check the driver with the ls command:
Code: Select all
ls /lib/modules/$(uname -r)/kernel/drivers/net/wireless/realtek/rtl8821cu
KL
PUPPY LINUX Simple fast free
Re: How to use AC600 (Realteak RTL8192CU) wireless adaptor?
Who changed the original title of this thread without understanding what it's about?
- fredx181
- Posts: 3071
- Joined: Tue Dec 03, 2019 1:49 pm
- Location: holland
- Has thanked: 374 times
- Been thanked: 1309 times
- Contact:
Re: How to use AC600 (Realteak RTL8192CU) wireless adaptor?
It was Flash, I think.
@Flash
Always good IMO to write something about the reason why you edited a post as a moderator.
Rather than leave it empty as you did:
Edited post “How to use AC600 (Realteak RTL8192CU) wireless adaptor?” written by “nfkhanh” for the following reason
»
- bigpup
- Moderator
- Posts: 6993
- Joined: Tue Jul 14, 2020 11:19 pm
- Location: Earth, South Eastern U.S.
- Has thanked: 911 times
- Been thanked: 1528 times
Re: How to use AC600 (Realteak RTL8192CU) wireless adaptor?
@nfkhanh
You can copy text from a terminal and paste it into a post.
Here is how:
https://forum.puppylinux.com/viewtopic.php?t=1604
Do this instead of making images of the screen.
The things you do not tell us, are usually the clue to fixing the problem.
When I was a kid, I wanted to be older.
This is not what I expected
Re: How to use AC600 (Realteak RTL8192CU) wireless adaptor?
So is anyone going to change it back to something that makes sense? We still don't know for sure what the correct driver is.
You could at least spell Realtek correctly.
Jeez.
- Sofiya
- Posts: 2279
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1477 times
- Been thanked: 1524 times
Re: How to use AC600 (Realteak RTL8192CU) wireless adaptor?
drivers - rtl8821cu
compiled in Ubuntu
set folder in
/lib/modules/6.0.12-FP/kernel/drivers/net/wireless/realtek/rtl8821cu
https://gitlab.com/sofija.p2018/kla-ot2 ... 1cu.tar.xz
Code: Select all
╭─# ~
╰─ ls /lib/modules/$(uname -r)/kernel/drivers/net/wireless/realtek/rtl8821cu
8821cu.ko
KL
PUPPY LINUX Simple fast free
- Flash
- Moderator
- Posts: 978
- Joined: Tue Dec 03, 2019 3:13 pm
- Location: Arizona, U.S.
- Has thanked: 51 times
- Been thanked: 127 times
Re: How to use AC600 (Realteak RTL8192CU) wireless adaptor?
fredx181 wrote: ↑Tue Oct 15, 2024 4:43 pmIt was Flash, I think.
@Flash
Always good IMO to write something about the reason why you edited a post as a moderator.
Rather than leave it empty as you did:Edited post “How to use AC600 (Realteak RTL8192CU) wireless adaptor?” written by “nfkhanh” for the following reason
»
It was me. As you can see from the second post in this thread, the original title was "Wireless adapter," which didn't give as much information as it could have. It wasn't even a question. Someone who was searching the forum for a driver for their wifi adepter would have to read down a ways to find out if this thread was about their adapter. Someone who knows a lot about wifi drivers would have to read down a ways to find out if the thread was about an adapter they know about. I thought it should be easier.
As I've said several times before, my main goal as a moderator is to make this forum as useful as possible. That means helping the people who answer questions, and the people who search the forum for answers. So when I see a post with a subject line that could indicate more than it does about the thread, I try to improve it so that it will attract the notice of people who might be interested in the thread. Sort of like the headline of a newspaper story, but stopping short of clickbait.
In this case, I read down this thread until I came to Jasper's post here. Assuming it was correct, I copied what I thought was relevant and added it to the subject line of the original post, intending to attract the notice of anyone who might know the driver for that particular wifi adapter, but also anyone with that adapter who was trying to make it work in Puppy Linux.
As regular users of this forum may have noticed, it's rare when someone thinks to add "Solved" to the subject line of the original post of a thread, so I do it when the question seems to have been answered. I don't always get it right.
I rarely edit the contents of a post, and only to correct obvious spelling and punctuation errors, never to change the meaning.
Re: How to use AC600 (Realteak RTL8192CU) wireless adaptor?
Hi all!
Calm down everybody.
Listen to Mark Knoffler.
Forget the adaptor.
"Brother in Arms"
"These mist covered mountains
Are home now for me".
Hence I love Puppy
An OS so pretty
For it, I shall forgive
It's not fault from me.
Cause that Puppy is still a Puppy.
...Todas ustedes son sympáticas.
Re: How to use AC600 (Realteak RTL8192CU) wireless adaptor?
So you never tried my usb_modeswitch suggestion? This could have been useful information to other community members.
- Sofiya
- Posts: 2279
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1477 times
- Been thanked: 1524 times
Re: How to use AC600 (Realteak RTL8192CU) wireless adaptor?
nfkhanh wrote: ↑Wed Oct 16, 2024 1:36 amHi all!
Calm down everybody.
Listen to Mark Knoffler.
Forget the adaptor.
"Brother in Arms"
"These mist covered mountains
Are home now for me".
Hence I love Puppy
An OS so pretty
For it, I shall forgive
It's not fault from me.
Cause that Puppy is still a Puppy.
...Todas ustedes son sympáticas.
Try installing the driver
KL
PUPPY LINUX Simple fast free
Re: How to use AC600 (Realteak RTL8192CU) wireless adaptor?
I've tried with your recomment. I see there is a difference. But I've not understood yet. And AC600 has not been accepted by F96-AC_4. I'll try again when I'm free.
Thank you so much.