Marco B.
Marco B.
This bug is still present; whenever hyperkit is not selecting the default network of `192.168.64.0/24` the `start` and `mount` command behave incorrectly. ``` ❯ ifconfig bridge100 bridge100: flags=8a63 mtu 1500...
@spowelljr I checked just now, it's `v1.25.2`. ```shell ❯ minikube version minikube version: v1.25.2 commit: 362d5fdc0a3dbee389b3d3f1034e8023e72bd3a7 ``` This is my startup routine: ```shell ❯ declare -f minikube_docker_start minikube_docker_start () {...
> Do you have `Internet Sharing` enabled? `System Preferences` -> `Sharing` > > I'm wondering if this is what's causing a different `inet` @spowelljr no, I don't have it running....
@tsjk that would probably do it, but I don't think it's something we can require from a user (installing GNU grep, detecting the actual bridge device...)
@tsjk totally agree on the advanced detection performed by `minikube mount` - that would make the "issue" effectively transparent. I'd be happy to contribute to this. Also, as I pointed...
@medyagh unfortunately the issue persist with the linked build: ```shell ❯ ./minikube-darwin-amd64 version minikube version: v1.29.0 commit: 54702ac2ae098681775f2fb951d03d55676a1ca1 ❯ rm -f ~/.minikube/config/config.json 2> /dev/null minikube config set profile docker-only minikube...
Sadly it didn't work for me - I still have issues: ``` [+] Installing pyserial 2.6 Downloading/unpacking https://pypi.python.org/packages/source/p/pyserial/pyserial-2.6.tar.gz Downloading pyserial-2.6.tar.gz (116kB): 116kB downloaded Running setup.py (path:/tmp/pip-rzwXeD-build/setup.py) egg_info for package from...
@Forever331 thank you again for your time and effort; unfortunately this version doesn't work too, I tested with a direct USB-C video connection and an USB-C-to-HDMI dongle. If it can...
@leocg that was an excellent suggestion! After switching to a different `SystemProductName` I got the USB-C immediately working, even though it messed up the USBMap - now all the system...
OK, fixing that was faster than anticipated - lucky guess, it was a matter of adding [RHUB](https://dortania.github.io/Getting-Started-With-ACPI/Universal/rhub-methods/prebuilt.html) to the ACPI mix. I still have some issues with the resolution limited...