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

lshw update on Arch #35

Closed
x140x1n opened this issue Aug 28, 2023 · 2 comments
Closed

lshw update on Arch #35

x140x1n opened this issue Aug 28, 2023 · 2 comments

Comments

@x140x1n
Copy link

x140x1n commented Aug 28, 2023

After the update of lshw on Arch to package version B.02.19.2-6 nvidia-exec no longer works due to the change of output from lshw.

on last version B.02.19.2-5 the output was :
{
"id" : "pci:0",
"class" : "bridge",
"claimed" : true,
"handle" : "PCIBUS:0000:01",
"description" : "PCI bridge",
"product" : "Sunrise Point-LP PCI Express Root Port #1",
"vendor" : "Intel Corporation",
"physid" : "1c",
"businfo" : "pci@0000:00:1c.0",
"version" : "f1",
"width" : 32,
"clock" : 33000000,
"configuration" : {
"driver" : "pcieport"
},
"capabilities" : {
"pci" : true,
"normal_decode" : true,
"bus_master" : "bus mastering",
"cap_list" : "PCI capabilities listing"
},
"children" : [
{
"id" : "display",
"class" : "display",
"claimed" : true,
"handle" : "PCI:0000:01:00.0",
"description" : "3D controller",
"product" : "GP108M [GeForce MX150]",
"vendor" : "NVIDIA Corporation",
"physid" : "0",
"businfo" : "pci@0000:01:00.0",
"version" : "a1",
"width" : 64,
"clock" : 33000000,
"configuration" : {
"driver" : "nvidia",
"latency" : "0"
},
"capabilities" : {
"bus_master" : "bus mastering",
"cap_list" : "PCI capabilities listing",
"rom" : "extension ROM"
}
}
]
}

and on the upgraded version the output is like this:

{
"id" : "pci:0",
"class" : "bridge",
"claimed" : true,
"handle" : "PCIBUS:0000:01",
"description" : "PCI bridge",
"product" : "Sunrise Point-LP PCI Express Root Port #1",
"vendor" : "Intel Corporation",
"physid" : "1c",
"businfo" : "pci@0000:00:1c.0",
"version" : "f1",
"width" : 32,
"clock" : 33000000,
"configuration" : {
"driver" : "pcieport"
},
"capabilities" : {
"pci" : true,
"pciexpress" : "PCI Express",
"msi" : "Message Signalled Interrupts",
"pm" : "Power Management",
"normal_decode" : true,
"bus_master" : "bus mastering",
"cap_list" : "PCI capabilities listing"
}
},
{
"id" : "display",
"class" : "display",
"claimed" : true,
"handle" : "PCI:0000:01:00.0",
"description" : "3D controller",
"product" : "GP108M [GeForce MX150]",
"vendor" : "NVIDIA Corporation",
"physid" : "0",
"businfo" : "pci@0000:01:00.0",
"version" : "a1",
"width" : 64,
"clock" : 33000000,
"configuration" : {
"driver" : "nvidia",
"latency" : "0"
},
"capabilities" : {
"pm" : "Power Management",
"msi" : "Message Signalled Interrupts",
"pciexpress" : "PCI Express",
"bus_master" : "bus mastering",
"cap_list" : "PCI capabilities listing",
"rom" : "extension ROM"
}
},

For now I have downgraded lshw to make nvidia-exec work again.

@Dronte
Copy link

Dronte commented Aug 29, 2023

The fix is proposed in lyonel/lshw#88

@pedro00dk
Copy link
Owner

Fixed, a new version 0.1.2 is now available on AUR.

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

3 participants