WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Help with USB antenna  (Read 155 times)

Offline RobertZhivkov

  • Newbie
  • *
  • Posts: 6
  • Most unsurios goober 🫶
Help with USB antenna
« on: April 20, 2026, 04:56:59 AM »
Hello there, my name is Robert. I have a base installation of Tinycore and the usb antenna i bought dose not work I have done some debugging and i know its uses a Realteck chip (Implied by the 214b: part of the ID) i have tried using modprobe, specially the rtl8xxxu & rtl8193cu modules. When running lsusb there are 2 ID's asigned to it one of them is a fake one (1111:1111) and the other one is called Huasang Electronic (214b:7260). Its also Write Protected. Does anyone know how to fix this issue?

Offline RobertZhivkov

  • Newbie
  • *
  • Posts: 6
  • Most unsurios goober 🫶
Re: Help with USB antenna
« Reply #1 on: April 20, 2026, 04:59:59 AM »
I forgot to include that fact that after running modprobe with dose 2 modules i still wasn't geting a wlanX and everything that was listed on iwconfig said there was no wireless firmware. Upon start up it said the wifi driver that I installed was "unstable" for my hardware and it gives up.

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 837
Re: Help with USB antenna
« Reply #2 on: April 20, 2026, 05:04:17 AM »
USB antenna ?
SDR or WIFI or what ?

Offline RobertZhivkov

  • Newbie
  • *
  • Posts: 6
  • Most unsurios goober 🫶
Re: Help with USB antenna
« Reply #3 on: April 20, 2026, 05:14:14 AM »
USB wifi antenna, the wifi module just doesn't work, no matter the operating system. So i decided to buy an USB WIFI antenna  :-\

Offline patrikg

  • Wiki Author
  • Hero Member
  • *****
  • Posts: 837
Re: Help with USB antenna
« Reply #4 on: April 20, 2026, 05:20:06 AM »
Have seen some Realtek usb wifi needs some firmware, have you loaded that ?
Code: [Select]
firmware-rtlwifi.tczAnd what is the dmesg saying ?

Offline RobertZhivkov

  • Newbie
  • *
  • Posts: 6
  • Most unsurios goober 🫶
Re: Help with USB antenna
« Reply #5 on: April 20, 2026, 05:27:40 AM »
firmware-rtlwifi is installed. heres the output of dmesg for you:
Code: [Select]
[sdb] Write Protect is on
[sdb] Mode Sense: 0b 00 80 08
[sdb] No Caching mode page found
[sdb] Assuming drive cache: write through
(The rest is the internal USB hub of my laptop)

    [Edit]: Added code tags.  Rich
« Last Edit: April 20, 2026, 09:21:34 AM by Rich »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12713
Re: Help with USB antenna
« Reply #6 on: April 20, 2026, 09:22:25 AM »
Hi RobertZhivkov
Welcome to the forum.

Please use  Code Tags  when posting commands and responses seen in a terminal. To use  Code Tags  click on the  #  icon
above the reply box and paste your text between the  Code Tags  as shown in this example:

Quote
[code][   36.176529] pcm512x 1-004d: Failed to get supply 'AVDD': -517
[   36.176536] pcm512x 1-004d: Failed to get supplies: -517
[   36.191753] pcm512x 1-004d: Failed to get supply 'AVDD': -517[/code]

It will appear like this in your post:
Code: [Select]
[   36.176529] pcm512x 1-004d: Failed to get supply 'AVDD': -517
[   36.176536] pcm512x 1-004d: Failed to get supplies: -517
[   36.191753] pcm512x 1-004d: Failed to get supply 'AVDD': -517

Code Tags  serve as visual markers between what you are trying to say and the information you are posting. They also preserve
spacing so column aligned data displays properly. Code tags also automatically add horizontal and or vertical scrollbars
to accommodate long lines and listings.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 12713
Re: Help with USB antenna
« Reply #7 on: April 20, 2026, 09:22:42 AM »
Hi RobertZhivkov
If you haven't already, install pciutils.

Then run:
Code: [Select]
lsusb > lsusb.txt
lspci > lspci.txt
lsmod > lsmod.txt
dmesg > dmesg.txt

Attach those 4 files to your next post so we can get a
better picture of what's going on.