-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
line 116: 16#0:: syntax error in expression (error token is ":") #59
Comments
lspci -d ::0300 && lspci -d ::0302 |
quick hack: declare name=$(echo $line | grep -o -e "[^:]$") hack herebus=${bus:2} The bus IDs in hexdeclare bus1h=${bus:0:2} |
quick question, does it print out the domain
If so, what version is your installed |
I'm on Fedora 34,
So
This looks correct to me, and I believe this should work on any other distro too. So I'll go ahead and submit a pull request with the change. |
I should have read the whole man page. |
Nice, thanks for investigating this issue! But there is still an issue now if the video card is on a non-zero domain, because the domain part is simply ignored right now. To fix that, we have to store the domain and put it in the
So we probably need to add the That being said, I'll merge your PR, because it already resolves the issue to some degree. The problem with video-cards on a non-zero domain can be addressed later, I'll open a new issue for that. 😄 |
Brand new install of Ubuntu 20.10
Laptop: HP Spectre x360 13 aw-2020ca
Intel Xe graphics
16 GB RAM
thunderbolt 4
Razer Core X
Nvidia GeForce 1060
The text was updated successfully, but these errors were encountered: