Actions
Feature #10934
closedAdd ral(4) to arm64
Start date:
09/27/2020
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Description
As the title the ral(4) driver is not included in arm64 images.
The RT3090 device that requires it is one of the few chipsets that is recognised correctly with the current PCI driver
See: https://forum.netgate.com/topic/157123/does-someone-have-netgate-sg-2100-internal-slot
Updated by Steve Wheeler about 4 years ago
Opened a PR: https://github.com/pfsense/FreeBSD-src/pull/38
Updated by Renato Botelho about 4 years ago
- Status changed from New to Feedback
- Assignee changed from Luiz Souza to Renato Botelho
PR has been merged. Thanks!
Updated by Anonymous about 4 years ago
- Assignee changed from Renato Botelho to Steve Wheeler
Please confirm and set to "Resolved" if appropriate.
Updated by Steve Wheeler about 4 years ago
It is in the arm64 kernel now:
[2.5.0-DEVELOPMENT][admin@2100-2.stevew.lan]/root: uname -a FreeBSD 2100-2.stevew.lan 12.2-STABLE FreeBSD 12.2-STABLE 56359d090cf(factory-devel-12) pfSense arm64 [2.5.0-DEVELOPMENT][admin@2100-2.stevew.lan]/root: kldstat -v | grep /ral 163 pci/ral
Waiting for hardware to test....
Updated by Steve Wheeler about 4 years ago
- Status changed from Feedback to Resolved
Device is recognised and driver attaches:
[2.5.0-DEVELOPMENT][root@2100-2.stevew.lan]/root: pciconf -lv ral0@pci0:0:0:0: class=0x028000 card=0x27901814 chip=0x07811814 rev=0x00 hdr=0x00 vendor = 'Ralink corp.' device = 'RT2790 Wireless 802.11n 1T/2R PCIe' class = network
Tested in:
2.5.0-DEVELOPMENT (arm64) built on Thu Oct 22 06:57:23 EDT 2020 FreeBSD 12.2-STABLE
Actions