WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: armv6 and realtek firmware  (Read 9426 times)

Offline stephanmg

  • Newbie
  • *
  • Posts: 19
armv6 and realtek firmware
« on: August 15, 2020, 12:29:47 AM »
Dear all,

let me thank everbody for working on this exciting project.

I have an old Raspberry Pi (armv6) on which I would like to use my wireless usb adapter (Atheros) with TCL version 11.
I could not manage to find the atheros firmware here: http://distro.ibiblio.org/tinycorelinux/11.x/armv6/tcz/

I followed this instructionst to set up wifi:  >>>http://forum.tinycorelinux.net/index.php?topic=20964.0<<<
That is I loaded wifi.tcz and execute wifi.sh but it does not show the usb adapter or error messages in dmesg.

I guess this is because I do not have the atheros firmware loaded nor the corresponding kernel module? So, is armv6 still supported in TCL11? I presume I am doing something very obvious wrong.

Thanks in advance.

Best wishes,
Stephan

« Last Edit: August 15, 2020, 12:35:26 AM by stephanmg »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: armv6 and realtek firmware
« Reply #1 on: August 15, 2020, 12:46:37 AM »
You could try downloading this manually:

http://tinycorelinux.net/11.x/x86_64/tcz/firmware-atheros.tcz

If you use the "lsusb" command from the usbutils extension, does it show your wifi adapter?
« Last Edit: August 15, 2020, 12:49:14 AM by Juanito »

Offline Greg Erskine

  • Sr. Member
  • ****
  • Posts: 402
Re: armv6 and realtek firmware
« Reply #2 on: August 15, 2020, 02:39:46 AM »
I think that might be the wrong link for a RPi?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: armv6 and realtek firmware
« Reply #3 on: August 15, 2020, 02:42:49 AM »
Since it's for a plug-in device, the firmware would be machine agnostic, no?

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: armv6 and realtek firmware
« Reply #4 on: August 15, 2020, 06:13:05 AM »
Hi Juanito
USB devices are intended to plug into USB ports regardless of the hosts architecture. Firmware is intended to run on the guests
(Atheros) hardware. So it should not matter which repository it came from.

As long as it only modifies internal operations of the chip, I would expect the firmware to work regardless of how it is interfaced.

aus9

  • Guest
Re: armv6 and realtek firmware
« Reply #5 on: August 15, 2020, 06:20:07 AM »
I do not have RPi but it looks like lsusb command is supplied by usbutils.
http://repo.tinycorelinux.net/11.x/armv6/tcz/usbutils.tcz
On TC64 without loading any firmware, my non-atheros dongle still reports its usb-id  via the lsusb command
so stephanmg if you are unable to download via ethernet the firmware TCE could you post your usb id for your adaptor please
I am not sure if repo has wireless modules.
« Last Edit: August 15, 2020, 06:22:50 AM by aus9 »

Offline stephanmg

  • Newbie
  • *
  • Posts: 19
Re: armv6 and realtek firmware
« Reply #6 on: August 15, 2020, 01:00:20 PM »
Thanks for all your suggestions, I will try it out and report back to you when I'm back home from work.

Best wishes,
Stephan

Offline Greg Erskine

  • Sr. Member
  • ****
  • Posts: 402
Re: armv6 and realtek firmware
« Reply #7 on: August 15, 2020, 02:00:22 PM »
Thanks for the info about USB, I wasn't aware ;D

aus9

  • Guest
Re: armv6 and realtek firmware
« Reply #8 on: August 16, 2020, 07:56:30 AM »
Yikes, I searched poorly.
Quote
I am not sure if repo has wireless modules
They are here for arm6
http://tinycorelinux.net/11.x/armv6/tcz/wireless-4.19.81-piCore.tcz.list

Offline stephanmg

  • Newbie
  • *
  • Posts: 19
Re: armv6 and realtek firmware
« Reply #9 on: August 23, 2020, 05:54:54 AM »
You could try downloading this manually:

http://tinycorelinux.net/11.x/x86_64/tcz/firmware-atheros.tcz

If you use the "lsusb" command from the usbutils extension, does it show your wifi adapter?

Hello,

yes it shows my adapter! How would I add the firmware/atheros module then? Thanks for pointing me into the right direction.

Should I install wireless-4.19.81-piCore.tcz? And then modprobe ath9?

Best wishes,
Stephan
« Last Edit: August 23, 2020, 06:05:15 AM by stephanmg »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: armv6 and realtek firmware
« Reply #10 on: August 23, 2020, 06:28:06 AM »
It would be good if you could paste what lsusb shows for your adapter.

You need to load the firmware-atheros extension before you load the wifi extension (which will load the other required extensions automatically). If things go well, the driver for your hardware should be loaded automatically.

Once you have loaded the extensions, use this command to check if the atheros driver loaded the firmware:
Code: [Select]
$ dmesg | tail -20..and paste the result here.

aus9

  • Guest
Re: armv6 and realtek firmware
« Reply #11 on: August 23, 2020, 06:44:44 AM »
Juanito

I use ethernet so forgive me for thinking I know something....but if my list link in reply 8 is correct, it appears that the wl module TCE has no install script?

and it looks like it might be the same for arm7/7l too? my arm7 info file has no mention of running depmod -a etc

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: armv6 and realtek firmware
« Reply #12 on: August 23, 2020, 06:56:42 AM »
tce-load takes care of module extensions.

Offline stephanmg

  • Newbie
  • *
  • Posts: 19
Re: armv6 and realtek firmware
« Reply #13 on: August 24, 2020, 05:26:10 AM »
lsusb reports this: Bus 001 Device 005: ID 1a2c:0e24.

Where would I find the atheros-firmware extenion exactly and would I load it with tce-load?

Should I grab the extension here and use tce-load? http://forum.tinycorelinux.net/index.php?topic=18483.0

It would be good if you could paste what lsusb shows for your adapter.

You need to load the firmware-atheros extension before you load the wifi extension (which will load the other required extensions automatically). If things go well, the driver for your hardware should be loaded automatically.

Once you have loaded the extensions, use this command to check if the atheros driver loaded the firmware:
Code: [Select]
$ dmesg | tail -20..and paste the result here.
« Last Edit: August 24, 2020, 05:31:18 AM by stephanmg »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: armv6 and realtek firmware
« Reply #14 on: August 24, 2020, 05:34:22 AM »
Code: [Select]
$ wget http://tinycorelinux.net/11.x/x86_64/tcz/firmware-atheros.tcz
$ wget http://tinycorelinux.net/11.x/x86_64/tcz/firmware-atheros.tcz.md5.txt
$ mv firmware-atheros.tcz* /mnt/mmcblk0p2/tce/optional
$ tce-load -i firmware-atheros