On Sat, 30 May 2020 13:02:12 -0700 (PDT), in
gmane.comp.hardware.beagleboard.user
bernid111-re5jqeeqqe8avxtiumw...@public.gmane.org wrote:

>>Which WiFi adapter are you using? 
>MediaTek mt7601u
>
>dmesg told me that there wasn't firmware file for this adapter. 
>So I found firmware 'mt7601u.bin' in the internet coppied mannually to: 
>'/lib/firmware' reboted and I could set wifi using connmanctl.
>Thanks. 

        Seems that you shouldn't have needed to do this manually. I'd think
"apt" would be able to install the files. Especially as the current BBB IoT
image seems to have installed it and I don't even have a WiFi module!

debian@beaglebone:~$ sudo find / -iname "mt7601u*"
[sudo] password for debian:
/lib/firmware/mt7601u.bin
/lib/modules/4.19.94-ti-r42/kernel/drivers/net/wireless/mediatek/mt7601u
/lib/modules/4.19.94-ti-r42/kernel/drivers/net/wireless/mediatek/mt7601u/mt7601u.ko.xz
debian@beaglebone:~$
debian@beaglebone:~$ apt search mt7601u
Sorting... Done
Full Text Search... Done
firmware-misc-nonfree/unknown,now 20190717-2rcnee1~buster+20200305 all
[installed]
  Binary firmware for various drivers in the Linux kernel

mt7601u-modules-3.8.13-bone84/unknown 1buster armhf
  mt7601u modules

mt7601u-modules-3.8.13-bone85/unknown 1buster armhf
  mt7601u modules

mt7601u-modules-3.8.13-bone86/unknown 1buster armhf
  mt7601u modules

debian@beaglebone:~$

{Don't know about those 3.8.13 entries, but the search seems to be picking
up that "firmware-misc-nonfree" which is fairly recent} 

        I'd likely do

sudo apt update
sudo apt install firmware-misc-nonfree

on your system and check...

debian@beaglebone:~$ apt show firmware-misc-nonfree -a
Package: firmware-misc-nonfree
Version: 20190717-2rcnee1~buster+20200305
Priority: optional
Section: non-free/kernel
Source: firmware-nonfree
Maintainer: Debian Kernel Team <debian-ker...@lists.debian.org>
Installed-Size: 14.9 MB
Provides: firmware-adi, firmware-ralink
Suggests: initramfs-tools
Breaks: firmware-adi (<< 20151018-1~), firmware-ivtv (<< 0.38~),
firmware-linux (<< 0.19), firmware-linux-nonfree (<< 20151018-1~),
firmware-ralink (<< 20151018-1~)
Replaces: firmware-adi (<< 20151018-1~), firmware-ivtv (<< 0.38~),
firmware-linux (<< 0.19), firmware-linux-nonfree (<< 20151018-1~),
firmware-ralink (<< 20151018-1~)
Homepage:
https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git
Download-Size: 3,713 kB
APT-Manual-Installed: yes
APT-Sources: http://repos.rcn-ee.com/debian buster/main armhf Packages
Description: Binary firmware for various drivers in the Linux kernel
 This package contains the binary firmware for  various drivers in the
 Linux kernel.  This is a collection of firmware blobs which are not
 individually large enough to warrant a standalone package.
 .
 Contents:
  * 3Com Typhoon firmware, version 03.001.008 (3com/typhoon.bin)
  * AdvanSys ASC-3550 firmware (advansys/3550.bin)
  * AdvanSys ASC-38C0800 firmware (advansys/38C0800.bin)
  * AdvanSys ASC-38C1600 firmware (advansys/38C1600.bin)

        <SNIP>

  * Matrox G400/G550 WARP engine microcode (matrox/g400_warp.fw)
  * MediaTek MT76x0 wifi firmware (mediatek/mt7610e.bin)
  * MediaTek MT76x0 wifi firmware (mediatek/mt7610u.bin)
  * MediaTek MT7622 Bluetooth firmware (mediatek/mt7622pr2h.bin)
  * MediaTek MT76x0 wifi firmware (mediatek/mt7650e.bin)
  * MediaTek MT76x2u wifi firmware (mediatek/mt7662u.bin)
  * MediaTek MT76x2u wifi firmware (mediatek/mt7662u_rom_patch.bin)
  * MediaTek MT7668 Bluetooth firmware (mediatek/mt7668pr2h.bin)
  * MOXA UPort 1110 firmware (moxa/moxa-1110.fw)

        <SNIP>

  * VIA VT6656 firmware (vntwusb.fw)

Package: firmware-misc-nonfree
Version: 20190114-2
Priority: optional
Section: non-free/kernel
Source: firmware-nonfree
Maintainer: Debian Kernel Team <debian-ker...@lists.debian.org>
Installed-Size: 12.0 MB
Provides: firmware-adi, firmware-ralink
Suggests: initramfs-tools
Breaks: firmware-adi (<< 20151018-1~), firmware-ivtv (<< 0.38~),
firmware-linux (<< 0.19), firmware-linux-nonfree (<< 20151018-1~),
firmware-ralink (<< 20151018-1~)
Replaces: firmware-adi (<< 20151018-1~), firmware-ivtv (<< 0.38~),
firmware-linux (<< 0.19), firmware-linux-nonfree (<< 20151018-1~),
firmware-ralink (<< 20151018-1~)
Homepage:
https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git
Tag: admin::hardware, role::app-data, use::driver
Download-Size: 3,338 kB
APT-Sources: http://deb.debian.org/debian buster/non-free armhf Packages
Description: Binary firmware for various drivers in the Linux kernel

debian@beaglebone:~$




-- 
Dennis L Bieber

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/e8j5dflchk1em6rv3tpfsahdv3ouojjod3%404ax.com.

Reply via email to