Page MenuHomeFreeBSD
Feed Advanced Search

Sep 7 2025

kenrap_kennethraplee.com added a comment to D52166: bhyve: implement single USB device passthrough support.

Hello, I think I need to at least get a usb 3 hub to test this feature since I haven’t had any super speed device. I will take a look at the candidates hub. However, I am occupied by other stuff recently. Maybe you won’t get any feedback very soon (Maybe a months afterI promise that I will be back ASAP since I would like to finish this feature. Sorry for your inconvenience on helping me test this!

Sep 7 2025, 5:13 PM

Sep 4 2025

kenrap_kennethraplee.com added a comment to D52166: bhyve: implement single USB device passthrough support.

Hello: Does your device work on FreeBSD host? I saw a transfer is cancelled so the problem maybe on the libusb side or kernel stack.

Sep 4 2025, 11:52 PM
kenrap_kennethraplee.com added a comment to D52166: bhyve: implement single USB device passthrough support.

Sorry, I know that it is a little bit annoying. But since I don't have such device. Could you please try again?

No worries, I want to make sure this gets done right. I'll be your beta tester for this. 👍

I'm rebuilding my src tree now.

Thanks. I really need to get a device with stream in their descriptor. Could you please try again.

Sep 4 2025, 4:30 PM
kenrap_kennethraplee.com added a comment to D52166: bhyve: implement single USB device passthrough support.

No difference. The report: https://gist.github.com/kenrap/9a1c406d097aa12c7a7b7ebe106cb681

Sep 4 2025, 2:53 PM
kenrap_kennethraplee.com added a comment to D52166: bhyve: implement single USB device passthrough support.

Sorry, I know that it is a little bit annoying. But since I don't have such device. Could you please try again?

Sep 4 2025, 2:06 PM

Sep 3 2025

kenrap_kennethraplee.com added a comment to D52166: bhyve: implement single USB device passthrough support.

Hello, could you please set the xhci_debug=1 and usb_passthru_debug=1 in bhyve and send me the report? The report maybe very long I think.

Quick question. How can I go about setting those options and generating the report using vm-bhyve? I already patched it using the diff from your github PR.

Hello, sorry it is from the code directly since it works like the normal DPRINTF. xhci_debug is in pci_xhci.c. usb_passthru_debug is in usb_passthru.c

Gotcha, thanks for clarifying: Here is the report (3911 lines): https://gist.github.com/kenrap/ecfc003562bd8717900a46de4903d7bf

Could you please check if it works now?

Sep 3 2025, 5:42 PM
kenrap_kennethraplee.com added a comment to D52166: bhyve: implement single USB device passthrough support.

Hello, could you please set the xhci_debug=1 and usb_passthru_debug=1 in bhyve and send me the report? The report maybe very long I think.

Quick question. How can I go about setting those options and generating the report using vm-bhyve? I already patched it using the diff from your github PR.

Hello, sorry it is from the code directly since it works like the normal DPRINTF. xhci_debug is in pci_xhci.c. usb_passthru_debug is in usb_passthru.c

Sep 3 2025, 2:15 PM
kenrap_kennethraplee.com added a comment to D52166: bhyve: implement single USB device passthrough support.

Hello, could you please set the xhci_debug=1 and usb_passthru_debug=1 in bhyve and send me the report? The report maybe very long I think.

Sep 3 2025, 12:33 PM

Aug 31 2025

kenrap_kennethraplee.com added a comment to D52166: bhyve: implement single USB device passthrough support.

Hello, could you please try again. I forget to adopt multiple configurations.

Aug 31 2025, 10:28 PM

Aug 30 2025

kenrap_kennethraplee.com added a comment to D52166: bhyve: implement single USB device passthrough support.

Could you please give me the following information?

Sure thing!

Aug 30 2025, 5:23 PM
kenrap_kennethraplee.com added a comment to D52166: bhyve: implement single USB device passthrough support.

For some reason when passing through an SSD with a sata-to-usb3 adapter, it causes bhyve to crash when the Linux kernel is starting to boot.

Aug 30 2025, 9:30 AM

Jul 22 2025

kenrap_kennethraplee.com added a comment to D51251: vm_domainset: Refactor iterators, multiple fixes.

Hi, then please upgrade to a recent -CURRENT. I don't see such errors at all. Incidentally, going to do some minor updates of the revision, with base being an hours-ago main.

Or maybe you've applied local patches of your own?

Jul 22 2025, 9:16 PM

Jul 12 2025

kenrap_kennethraplee.com added a comment to D51251: vm_domainset: Refactor iterators, multiple fixes.

Hello, thanks for your hard work in solving this.

Jul 12 2025, 10:12 PM

Jun 14 2025

kenrap_kennethraplee.com added a comment to D45855: rc: Disable pathname expansion when calling run_rc_command().
In D45855#1160605, @hrs wrote:
Jun 14 2025, 5:28 PM · rc

Jun 13 2025

kenrap_kennethraplee.com added a comment to D45855: rc: Disable pathname expansion when calling run_rc_command().
In D45855#1160497, @hrs wrote:

Could you explain your configuation and behavior change in more detail?

Sure thing. I use the following in my rc.conf which enlarges the virtual terminal fonts from being small after loading a drm-kmod driver during the booting process:

allscreens_flags="-f spleen-16x32"

After doing a src tree build upgrade today this functionality had stopped. By manually removing both set -o noglob and set +o noglob lines, I restored the original functionality.

Jun 13 2025, 11:32 PM · rc
kenrap_kennethraplee.com added a comment to D45855: rc: Disable pathname expansion when calling run_rc_command().

This change introduced a regression where my allscreens_flags settings gets ignored at boot.

Jun 13 2025, 6:54 PM · rc

Apr 19 2025

kenrap_kennethraplee.com added a comment to D49892: vm_page: drop prev and next.

What are the alternatives to these removed functions? This change essentially broke drm-kmod from building, at least from this line: https://github.com/freebsd/drm-kmod/blob/66e1d0ffbf791759619aa3cfca5ee87da3a5c5c2/drivers/gpu/drm/i915/gem/i915_gem_mman.c#L171

Apr 19 2025, 2:34 AM

Feb 21 2025

kenrap_kennethraplee.com added a comment to D49073: loader.efi: add "gop blt <on|off>" command.

I'm having this same problem with the GOP Blt rendering the framebuffer at my monitor's 4K resolution. It makes rendering to the next part of the loader crawl very slowly against my screen at a row-by-row basis.

Feb 21 2025, 5:53 PM

Oct 29 2024

kenrap_kennethraplee.com updated the diff for D47326: KDE: Update KDE Frameworks to 6.6.0.
  • Clean up PORTREVISIONS
Oct 29 2024, 10:48 AM
kenrap_kennethraplee.com updated the diff for D47327: KDE: Update KDE Plasma to 6.2.2.

Squashed commit to back out plasma5-ports

Oct 29 2024, 10:36 AM
kenrap_kennethraplee.com updated the diff for D47326: KDE: Update KDE Frameworks to 6.6.0.

Squashed commit to back out kf5-ports

Oct 29 2024, 10:32 AM
kenrap_kennethraplee.com requested review of D47327: KDE: Update KDE Plasma to 6.2.2.
Oct 29 2024, 10:08 AM
kenrap_kennethraplee.com requested review of D47326: KDE: Update KDE Frameworks to 6.6.0.
Oct 29 2024, 9:56 AM
kenrap_kennethraplee.com updated the diff for D47318: KDE: Update all related ports to the latest.

A squashed commit for removing an irrelevant file

Oct 29 2024, 7:45 AM

Oct 28 2024

kenrap_kennethraplee.com requested review of D47318: KDE: Update all related ports to the latest.
Oct 28 2024, 7:42 PM

Aug 8 2024

kenrap_kennethraplee.com updated kenrap_kennethraplee.com.
Aug 8 2024, 2:25 PM

Jul 15 2023

kenrap_kennethraplee.com added a comment to D41039: Porter's Handbook: pkg-descr wrapping.

I just got my account approved. Here, I'll share the same statistics as I did from IRC using the script I wrote.
I also changed the format of the output for better readability.

Jul 15 2023, 7:47 AM