hello,
I am running TinyCore 14.1 on a pi 2 model B vs 1.1
I am trying to get a ralink adaptor to work, however no wlan0 shows up for ifconfig -a
The tc modules loaded on boot are:
openssh.tcz
wifi.tcz
firmware-ralinkwifi.tcz
firmware-rpi-wifi.tcz
nano.tcz
curl.tcz
filesystems-6.1.68-piCore-v7.tcz
alsa.tcz
alsa-utils.tcz
ffmpeg.tcz
usbutils.tcz
Running lsusb gives me
Bus 001 Device 007: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter
Running dmesg gives me
[ 696.854513] usb 1-1.2: USB disconnect, device number 4
[ 699.457226] usb 1-1.2: new high-speed USB device number 7 using dwc_otg
[ 699.604912] usb 1-1.2: New USB device found, idVendor=148f, idProduct=5370, bcdDevice= 1.01
[ 699.604967] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 699.604989] usb 1-1.2: Product: 802.11 n WLAN
[ 699.605006] usb 1-1.2: Manufacturer: Ralink
[ 699.605022] usb 1-1.2: SerialNumber: 1.0
As far as can see, the device is recognised but nothing is loaded to service it. I have the correct firmware module "firmware-ralinkwifi.tcz"
( I am using TinyCore 14.1 because 15.0 does not work properly with the pi zero W )