Tiny Core Linux
Tiny Core Base => Raspberry Pi => Topic started by: pppqq on January 27, 2025, 07:34:57 AM
-
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 )
-
Is wireless-KERNEL loaded?
Note that it needs to be loaded after the firmware.
-
I'm not an Ralink user, but wouldn't the 5370 chipset fall in the experimental drivers that are not enabled?
-
Hi Paul_123
It is marked as experimental, but appears to be
enabled and built in:
CONFIG_RT2800USB_RT53XX=y
-
Adding wireless-KERNEL to the mix has solved the problem.
Thanks very much.
This is my onboot.lst..... ignore nano,curl,ffmpeg and alsa
openssh.tcz
wifi.tcz
firmware-ralinkwifi.tcz
firmware-rpi-wifi.tcz
wireless-KERNEL
nano.tcz
curl.tcz
filesystems-6.1.68-piCore-v7.tcz
alsa.tcz
alsa-utils.tcz
ffmpeg.tcz
usbutils.tcz
wireless-6.1.68-piCore-v7.tcz