knulli-cfw/distribution

TrimUI Smart Pro kernel has CONFIG_ANDROID_PARANOID_NETWORK set

Opened this issue · 2 comments

Knulli build version

40-dev-d3b520f949 2024/07/21 03:51

Your architecture

TrimUI Smart Pro

Issue description

Wifi connects OK, but no networking is working.

I've ssh'd in and all ping requests, etc return:

[root@KNULLI /userdata/roms/tim]# ping 8.8.8.8
ping: socket: Permission denied

If I add

inet:x:3003:root
net_raw:x:3004:root

to /etc/groups and re-login then all networking works again. However, if I update the batocera squashfs and reboot, wifi doesn't connect.

I'm a bit stuck now.

Would it be better to build my own kernel - what proprietary functionality would I lose if I did?

Detailed reproduction steps

As per the description

Details of any attempts to fix this yourself

in description

Details of any modifications you have made to Knulli.

in description

Logs and data

No response

I see the same message in es_launch_stderr.
It seems this causes retroachievements to be disabled...

hi @timdodge,
I found that if I use batocera-save-overlay that WiFi would stop working as well.
If I clean the overlay file by manually mounting it with mount /boot/boot/overlay /overlay/saved/ and making sure only /etc/groups remains, WiFi remains working after reboot (yay!)

p.s. same is true for joystick calibration files!