On Sun, Apr 25, 2021 at 10:00 AM ??? via freebsd-stable
<freebsd-stable at freebsd.org> wrote:>
>
> I tried to connect my iPhone SE2 (iOS 13.7) to FreeBSD 12.2-stable. After
loaded the kernel module if_ipheth, I connected my phone.
> > ugen0.2: <Apple Inc. iPhone> at usbus0
>
> Then I typed usbconfig -u 0 -a 2 set_config 3
> > ipeth0 on uhub6
> > Ipeth0: <Apple Inc. iPhone, class 0/0, rev 2.00/12.08, addr 1>
on usbus0
> Then I chose to trust the computer, but nothing happened. My computer still
can?t get to the internet.
>
> This is ifconfig ue0 output:
>
> > ue0: flags=8843<UP,BROADCAST,RUNNING, SIMPLEX, MULTICAST> metric
0 mtu 1500
> > ether ****
> > nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
>
> I tried dhclient ue0, but got no reply from iPhone. What can I do?
I didn't see behavior before, previously if there is no ue0 found,
other than usbconfig set_config, I use `/usr/local/sbin/usbmuxd -U
root -f` from usbmuxd pkg.
For iOS 14, this patch is needed
https://cgit.freebsd.org/src/commit/?id=2076350d801b81f570850cea7e701388d8709cfb
but from the report it still compatiable for iOS 13. I'm not sure if
reverting it helps or not.
Does it work with previous versions (12.2-RELEASE, 13.0-RELEASE, or
older 12.2-STABLE), or other OS?
Best,
Li-Wen