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

Detecting Intel graphics fails on TrueNAS Core 12.0 Beta 1 #10

Open
thorsteneb opened this issue Jul 14, 2020 · 1 comment
Open

Detecting Intel graphics fails on TrueNAS Core 12.0 Beta 1 #10

thorsteneb opened this issue Jul 14, 2020 · 1 comment

Comments

@thorsteneb
Copy link
Contributor

Nothing to be done, yet, just sticking this here to track it. lspci in TrueNAS Core 12.0 Beta 1 no longer pulls names, just ids. ixSystems may not fix this, as they see it as really low priority. https://jira.ixsystems.com/browse/NAS-106710

Arguably Plex only works if DNS is set up, so we could lspci -q. Maybe even lspci -qm for that saner output.

Alternatively, do the detection with pciconf -lv, but that's multi-line and not as friendly to parse. Not too bad though - look for @pci, then parse the lines until the next @pci for vendor and device and class display. If we can stick with the naïve lspci parsing, though, I'd prefer it. Why complicate what doesn't need to be complicated.

@yorickdowne
Copy link
Contributor

#14 open for it

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

2 participants