You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Rpi5 MiniPCIe with hat "52Pi Raspberry Pi 5 Mini PCIe Hat M02" I run MiniPCIe Wi-Fi cards based on the following chipsets: MT7603, MT7612 and MT7921. After installing the appropriate driver is not driver visible in lspci -k (no message: "Kernel driver in use"). I run all three cards based on the above-mentioned systems in the other device with 24.10.0-rc5 and they work properly. The issue only Raspberry Pi 5. I noticed that I need to remove wpad* to be able to install kmod-mt*.
Version: r28304-6dacba30a7
Release: 24.10.0-rc5
Target/subtarget: bcm27xx/bcm2712
Device: Raspberry Pi 5 Model B Rev 1.0
Hi,
In Rpi5 MiniPCIe with hat "52Pi Raspberry Pi 5 Mini PCIe Hat M02" I run MiniPCIe Wi-Fi cards based on the following chipsets: MT7603, MT7612 and MT7921. After installing the appropriate driver is not driver visible in lspci -k (no message: "Kernel driver in use"). I run all three cards based on the above-mentioned systems in the other device with 24.10.0-rc5 and they work properly. The issue only Raspberry Pi 5. I noticed that I need to remove wpad* to be able to install kmod-mt*.
Version: r28304-6dacba30a7
Release: 24.10.0-rc5
Target/subtarget: bcm27xx/bcm2712
Device: Raspberry Pi 5 Model B Rev 1.0
Test MT7603:
opkg install kmod-mt7603
dmesg
lspci -k
After reboot:
dmesg | grep "/etc/modules.d/"
cat /etc/modules.d/mt7603
mt7603e
cat /sys/bus/pci/devices/0000:01:00.0/vendor
0x14c3
cat /sys/bus/pci/devices/0000:01:00.0/device
0x7603
echo 14c3 7603 > /sys/bus/pci/drivers/mt7603e/new_id
ash: write error: File exists
echo 14c3 7603 > /sys/bus/pci/drivers/mt7603e/remove_id
ash: write error: No such device
echo 14c3 7603 > /sys/bus/pci/drivers/mt7603e/new_id
ash: write error: File exists
echo 14c3 7603 > /sys/bus/pci/drivers/mt7603e/unbind
ash: write error: No such device
echo 14c3 7603 > /sys/bus/pci/drivers/mt7603e/bind
ash: write error: No such device
cat /sys/bus/pci/devices/0000:01:00.0/enable - here is zero, and it should be 1
0
cat /sys/bus/pci/devices/0000:01:00.0/uevent - there is no entry "DRIVER=mt7603e" here
ls /sys/bus/pci/devices/0000:01:00.0/driver/
ls: /sys/bus/pci/devices/0000:01:00.0/driver/: No such file or directory
Test MT7612:
lspci -k
opkg remove wpad*
opkg install kmod-mt76x2
dmesg
lspci -k
Test MT7921:
lspci -k
opkg remove wpad*
opkg install kmod-mt7921e
dmesg
lspci -k
Test RTL8125:
lspci -vv
The text was updated successfully, but these errors were encountered: