The MT7922 require the MT7921E kernel module currently not enabled in LE.
Will try to create a PR the next few days.
The MT7922 require the MT7921E kernel module currently not enabled in LE.
Will try to create a PR the next few days.
Driver may be there - check with lspci -k - but firmware may be missing and is only added by request..
You can download missing firmware from here and put it into /storage/.config/firmware/mediatek
This is odd, the module should be there:
Aug 31 17:20:40.316814 LE-RPi5 udevil[1038]: mount: /var/media/TOSHIBA EXT: unknown filesystem type 'ntfs3'.
First check with lsmod|grep ntfs. If not loaded try modprobe ntfs3 and check again. If loaded try reconnecting the drive.
sdb is not visible at all.
PS: dmesg is not required, the journal include the kernel messages.
PlayMedia() is having some options, e.g. noresume
README is the man page for your information. Create the .conf in logind.conf.d
Can't tell anything about AirPlay, but LE is using libshairplay.
No, just short press is supported.
Long press force a hard power off after 5 sec (BIOS/firmware feature)
Sector size is 512 bytes, all Ok.
At the prompt just do a df . to see the file system size.
A few thoughts:
a) Check if the SSD is using a logical sector size of 512 bytes, 4096 are not supported. Use parted -l to test.
b) The resize operation will create a /flash/fs-resize.log
c) There are resize issues fixed in LE12 nightlys.
With Generic-legacy see this post.
Ask the author to fix his addon.
Still had no time for a detailed investigation.
Start ./tools/adjust_kernel_config menuconfig, navigate to marvell network drivers and enable all possible, build and update image.
To identify driver post the update of lspci -k
Where is /storage/.config/firmware/ ?
On the target device for individual configuration.
How can i use ./tools/adjust_kernel_config menuconfig for settings?
From the LE git root directory. It is changing linux.x86_64.conf
What I must doing ?
a) Check dmesg/journalctl if some firmware is missing. If yes put a copy below /storage/.config/firmware/.
b) There are more Marvell network card drivers to be enabled. Better use ./tools/adjust_kernel_config menuconfig for configuration.
c) In worst case vendor drivers are required.
wich modules need enabled
The five being disabled in the code. Use CONFIG_<option>=y:
iSCSI options in kernel config got lost over time. Therefore this code has no effect any more.
After manually enabling the options in projects/Generic/linux/linux.x86_64.conf iSCSI shoild work again.