raspberry-vanilla / android_local_manifest

105 stars 48 forks source link

Rpi4 vlan ping not working #78

Closed thangarajpvaleo closed 2 months ago

thangarajpvaleo commented 2 months ago

Issue: Rpi4 vlan ping not working tried:

steps followed:

thangarajpvaleo commented 2 months ago
KonstaT commented 2 months ago

No idea TBH. Some documentation I found (https://trac.gateworks.com/wiki/linux/vlan) states that enabling CONFIG_VLAN_8021Q on kernel side should be enough. Make sure that you've modified the correct defconfig (i.e. https://github.com/raspberry-vanilla/android_kernel_brcm_rpi/blob/android-13.0/arch/arm64/configs/lineageos_rpi4_defconfig) to enable the driver.

Since AFAIK Android doesn't have anything to support VLAN in userspace, this is not in scope of Raspberry Vanilla project. Yes, you'd probably need some additional configuration on command line but Google search knows more than I do. I don't have any hardware to test in any case.