Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

thunderbolt-udev extension #530

Open
onedr0p opened this issue Nov 24, 2024 · 0 comments
Open

thunderbolt-udev extension #530

onedr0p opened this issue Nov 24, 2024 · 0 comments

Comments

@onedr0p
Copy link
Contributor

onedr0p commented Nov 24, 2024

I'm trying to get my sonnet thunderbolt NICs working in Talos maintenance mode so I can use them to bootstrap Talos. However they aren't recognized by Talos until Talos installed via the following config with the existing thunderbolt extension.

version: v1alpha1
machine:
...
  udev:
    rules:
      - ACTION=="add", SUBSYSTEM=="thunderbolt", ATTR{authorized}=="0", ATTR{authorized}="1"
  kernel:
    modules:
      - name: thunderbolt
      - name: thunderbolt_net
...

@frezbo mentioned it should be possible to create a new system extension that can add that udev rule in order for the NICs to be recognized in maintenance mode.

Another option would be to include the udev rule in the tb extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant