pinephone, pinetab, etc devel chat | https://gitlab.com/pine64-org/ Bridged to #pinedev on Freenode and #pine-dev:matrix.org on Matrix
konradybcio: well I needed a way to know it's not localhost :P
Читать полностью…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: so if I run it on the modem it'll show the PP ip?
Читать полностью…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: with that you use the MIMO in the USB controller node instead of PHY
Читать полностью…minecrell: then the ulpi dev doesn't need the MIMO resoruc
Читать полностью…biktorgj: Is it because there's something missing? I don't recall it being that slow using usb cdc with 3.18
Читать полностью…minecrell: konradybcio: did you make the ping slower on purpose or what?
Читать полностью…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
biktorgj: Or hardcode a different one in the initramfs
Читать полностью…konradybcio: but 0.624ms is higher than usual localhost ping..
Читать полностью…konradybcio: I think I can ping the phone from the modem over ipv6?
Читать полностью…konradybcio: the functions aren't transplantable in an obvious way
Читать полностью…minecrell: it's ugly obviously, I just wonder if it works
Читать полностью…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
Читать полностью…