konradybcio: aaand now it negotiates address but ip neigh
is empty and the connections are not there
MartijnBraam: I guess you should be able to look up the modem ipv6 with ip -6 neigh show
minecrell: konradybcio: perhaps you can hack https://github.com/msm8916-mainline/android_kernel_qcom_msm8916/blob/b20608408caff817ec874f325127b07609fbaeb8/drivers/usb/phy/phy-msm-usb.c#L633-L673 (qcom_snps_hsphy_por_reset) into ci_hdrc_msm_por_reset() and then try phy-qcom-usb-hs as-is like on 8916
Читать полностью…MartijnBraam: it should show all the hosts it know of, and since the usb link is a point to point link it will always be the device on the other end
Читать полностью…konradybcio: im not good with networking so I might be pinging the modem from the modem
Читать полностью…konradybcio: apparently the lo interface (responsible for 127.0.0.1) didn't enable itself by default on pmos ramdisk on the modem
Читать полностью…minecrell: and it's hardcoded into ci_hdrc_msm.c https://github.com/torvalds/linux/blob/71c061d2443814de15e177489d5cc00a4a253ef3/drivers/usb/chipidea/ci_hdrc_msm.c#L48-L77
Читать полностью…