PÁLI Gábor János

Results 202 comments of PÁLI Gábor János

I assume that this is an integrated Intel GPU? I have been using the `i915kms` driver from ports (`graphics/drm-510-kmod` on `13.3-RELEASE`) and time to time, I noticed similar messages in...

Okay, thanks for confirming the details. For what it is worth, your theory about `bhyve` causing problems with the GPU driver is not completely unrealistic. I have observed somewhat similar...

What does the following command say on your system? ```console # sysctl hw.i915kms.enable_gvt ```

By the way, I think you should try using `graphics/drm-61-kmod` on FreeBSD `14.0-RELEASE`. Although the most reliable method is to go with `graphics/drm-kmod` which will then choose the right version...

Based on the feedback, I believe now it is safe to close this ticket.

If the IPv4 address of the `wifibox0` interface is `0.0.0.0` that means that `dhclient` could not yet get an address. It may take a while to have the process completed....

Have you done the following on the _host_? ```console # service netif restart wifibox0 # service routing restart ```

I am glad that the static IP assignment solved the problem for you. But it would be better if we understood why this was required in the first place. In...

Thank you! First off, I would circle back to one of my earlier comments: If the static address assignment works, a problem could be around `udhcpd` in the _guest_. You...