I am a college student, from non-tech background. I don't know much about FreeBSD, but I have a HTC M8 that I use to transfer movies, photos from FreeBSD to phone and vice versa over MTP support on Debian. But it is not working under FreeBSD now since I wiped Debian completely from hard disk and replaced with FreeBSD.
Expected behavior: Connect USB cable to HTC M8, check usb detection via
Producible behavior: Connect USB cable to HTC M8 from FreeBSD, check usb detection via
Installed packages:
Manually installed
/boot/loader.conf
loader.conf
Also I have a Linux based USB modem, from where I use wired Internet connections via tethering. In each reboot, I need to hot-plug em in order to get detected. I have the following added in rc.conf
Am I missing something or Android is not well supported under FreeBSD? Without my phone, I won't able to update my machine. I do not like Linux distros, so I would love to get a viable solution here. Thanks in advance
Expected behavior: Connect USB cable to HTC M8, check usb detection via
pciconf -lv
or dmesg
or camcontrol devlist,
if detected, a menu should pop up on phone screen, select MTP Files transfer (or any other desired option, such as tethering) and it should work.Producible behavior: Connect USB cable to HTC M8 from FreeBSD, check usb detection via
pciconf -lv
or dmesg
or camcontrol devlist
, device not listed there. Check again with another Debian/Ubuntu/Fedora box, it shows a menu on phone screen, select MTP Files transfer (or any other desired option, such as tethering) and it should do what is expected to do.Installed packages:
pkg query -e "%a=0" %o | sort -u | curl -F file=@- 0x0.st
Manually installed
/boot/loader.conf
% cat /boot/loader.conf | curl -F file=@- 0x0.st
loader.conf
Also I have a Linux based USB modem, from where I use wired Internet connections via tethering. In each reboot, I need to hot-plug em in order to get detected. I have the following added in rc.conf
Code:
ifconfig_ue0="inet 192.168.1.101 netmask 255.255.255.0"
defaultrouter="192.168.1.1"
Am I missing something or Android is not well supported under FreeBSD? Without my phone, I won't able to update my machine. I do not like Linux distros, so I would love to get a viable solution here. Thanks in advance
