Thunderbolt: Difference between revisions
imported>Joee m typo fix |
Updated package name to reflect Nixpkgs changes. Improved clarity of Plasma section wording. |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
== Plasma == | == Plasma == | ||
To benefit from Plasma's | To benefit from KDE Plasma's GUI for managing Thunderbolt devices, you may install the System Settings panel. Just add this to your packages: <code>kdePackages.plasma-thunderbolt</code>. | ||
== Enable the Bolt daemon == | == Enable the Bolt daemon == | ||
| Line 11: | Line 11: | ||
This will enable the bolt daemon on your system. | This will enable the bolt daemon on your system. | ||
For the description of this option, | For the description of this option, [https://search.nixos.org/options?type=packages&query=services.hardware.bolt.enable services.hardware.bolt.enable]. | ||
== Enroll Thunderbolt devices == | == Enroll Thunderbolt devices == | ||
| Line 32: | Line 32: | ||
If the USB ports are not working, you can try running `echo 1 > /sys/bus/pci/rescan`. | If the USB ports are not working, you can try running `echo 1 > /sys/bus/pci/rescan`. | ||
If this causes the error `No bus number available for hot-added bridge` to appear in `journalctl`, adding `pci=assign-busses,hpbussize=0x33,realloc,hpmemsize=128M,hpmemprefsize=1G` may fix your issue. (Thanks to https://old.reddit.com/r/XMG_gg/comments/ic7vt7/fusion15_linux_how_to_fix_thunderbolttb3_dock_usb/ for the hint) | If this causes the error `No bus number available for hot-added bridge` to appear in `journalctl`, adding `pci=assign-busses,hpbussize=0x33,realloc,hpmemsize=128M,hpmemprefsize=1G` may fix your issue. (Thanks to https://old.reddit.com/r/XMG_gg/comments/ic7vt7/fusion15_linux_how_to_fix_thunderbolttb3_dock_usb/ for the hint) | ||
[[Category: Hardware]] | |||