realies / ChipsetAutoUpdater

🖥️ AMD Ryzen Chipset Auto Update Utility
3 stars 2 forks source link

latest version erro fetching #1

Open xxm101010 opened 1 month ago

realies commented 1 month ago

@xxm101010, check your internet connection

xxm101010 commented 1 month ago

Already added firewall whitelist vpn tun-mode on still errors

realies commented 1 month ago

can't reproduce the issue - can you browse amd's driver pages?

xxm101010 commented 1 month ago

Because I use the independent graphics card mode When I use amd-software-adrenalin-edition, I can't install the integrated graphics driver so it's like 屏幕截图 2024-09-02 113749 But when I use amd_chipset_software It works fine 屏幕截图 2024-09-02 114538 Software error message 屏幕截图 2024-09-02 114937

realies commented 1 month ago

i've never heard about a b161 chipset, what system is this?

xxm101010 commented 1 month ago

just 23H2 22631.4112 laptop Legion R9000P ARX8

xxm101010 commented 1 month ago

Maybe laptop doesn’t need motherboard type it just need laptop chipset Bro 屏幕截图 2024-09-02 222951

realies commented 1 month ago

i see - thanks for the info, i've not tested this with mobile chipsets before, and it is why it fails to fetch

the app checks the chipset string and tries to find it in the list of chipsets; for example for chipset x570 it will find this link: https://www.amd.com/en/support/downloads/drivers.html/chipsets/am4/x570.html

it will open it and find the latest version and binary link

it seems that amd does not list different laptop chipsets but only has this 'laptop chipsets' category; i wonder how i could ensure the mobile system that runs it has a laptop chipset to be able to check this page for an update: https://www.amd.com/en/support/downloads/drivers.html/chipsets/laptop-chipsets/amd-ryzen-and-athlon-mobile-chipset.html

any ideas?

xxm101010 commented 1 month ago

if cpu==amd,if get x570 chipset download,if get checks string chipset download else get mobile chipsets XD I'm not good at coding Bro

realies commented 1 month ago

@xxm101010 what's the output of this?

reg query "HKLM\HARDWARE\DESCRIPTION\System" /s
xxm101010 commented 1 month ago

HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System Component Information REG_BINARY 00000000000000000000000000000000 Identifier REG_SZ AT/AT COMPATIBLE Configuration Data REG_FULL_RESOURCE_DESCRIPTOR FFFFFFFFFFFFFFFF0000000002000000050000000C0000000000000000000000000000000000FFFFFFFF0000FFFF01000500000000000000000000000000000000000000 SystemBiosVersion REG_MULTI_SZ LENOVO - 1\0LPCN52WW\0INSYDE Corp. - 71235052 BootArchitecture REG_DWORD 0x3 PreferredProfile REG_DWORD 0x2 Capabilities REG_DWORD 0x85ad

realies commented 1 month ago

this can't be the full output

realies commented 3 weeks ago

@xxm101010 can you provide the full output?