Downloads:
2,648,385
Downloads of v 2024.10.21:
19,010
Last Update:
23 Oct 2024
Package Maintainer(s):
Software Author(s):
- Advanced Micro Devices Inc
Tags:
amd ryzen threadripper chipset am4 am5 tr4 trx4 x870 x870e x670 x670e b650 b650e b350 a320 x370 x399 b450 x470 x570 b550 a520 a620 trx40 trx50 wrx80 wrx90- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
AMD Ryzen Chipset Drivers
- 1
- 2
- 3
2024.10.21 | Updated: 23 Oct 2024
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
2,648,385
Downloads of v 2024.10.21:
19,010
Maintainer(s):
Software Author(s):
- Advanced Micro Devices Inc
AMD Ryzen Chipset Drivers 2024.10.21
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Advanced Micro Devices Inc. The inclusion of Advanced Micro Devices Inc trademark(s), if any, upon this webpage is solely to identify Advanced Micro Devices Inc goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install AMD Ryzen Chipset Drivers, run the following command from the command line or from PowerShell:
To upgrade AMD Ryzen Chipset Drivers, run the following command from the command line or from PowerShell:
To uninstall AMD Ryzen Chipset Drivers, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download amd-ryzen-chipset --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade amd-ryzen-chipset -y --source="'INTERNAL REPO URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade amd-ryzen-chipset -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install amd-ryzen-chipset
win_chocolatey:
name: amd-ryzen-chipset
version: '2024.10.21'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'amd-ryzen-chipset' do
action :install
source 'INTERNAL REPO URL'
version '2024.10.21'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller amd-ryzen-chipset
{
Name = "amd-ryzen-chipset"
Version = "2024.10.21"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'amd-ryzen-chipset':
ensure => '2024.10.21',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 23 Oct 2024.
Revision Number: 6.10.17.152
Release Date: 21 October 2024
Supports:
- MD Ryzen™ AI 300 Series
- AMD Ryzen™ Threadripper™ PRO Processor
- AMD Ryzen™ 9000 Series Desktop Processors
- AMD Ryzen™ 8000 Series Desktop Processors
- AMD Ryzen™ 7040 Series Desktop Processors
- AMD Ryzen™ 7000 Series Desktop Processors
- AMD Ryzen™ 7000 Series Mobile Processors
- AMD Ryzen™ 5000 Series Desktop Processor
- 3rd Gen AMD Ryzen™ Threadripper™ Processors
- 3rd Gen AMD Ryzen™ Desktop Processor
- 2nd Gen AMD Ryzen™ Threadripper™ Processor
- 2nd Gen AMD Ryzen™ Desktop Processor
- AMD Ryzen™ Desktop Processor
- AMD Ryzen™ Threadripper™ Processor
- AMD Ryzen™ Desktop Processor with Radeon™ Graphics
- AMD Ryzen™ Mobile Processor with Radeon™ Graphics
- 7th-Gen AMD A-Series Processors
- AMD X870E/X870 Chipset
- AMD X670E/X670 Chipset
- AMD B650E/B650 Chipset
- AMD B350 Chipset
- AMD A320 Chipset
- AMD X370 Chipset
- AMD X399 Chipset
- AMD B450 Chipset
- AMD X470 Chipset
- AMD X570 Chipset
- AMD B550 Chipset
- AMD A520 Chipset
- AMD A620 Chipset
- AMD TRX40 Chipset
- AMD TRX50 Chipset
- AMD WRX80 Chipset
- AMD WRX90 Chipset
Package Includes:
- AMD Chipset Drivers
- AMD Ryzen™ Power Plans (required for UEFI CPPC2 in Windows® 10 May 2019 Update)
$ErrorActionPreference = 'Stop';
$procName = (Get-WmiObject Win32_Processor).Name
if (!$procName.Contains('Ryzen')) {
Write-Warning 'Only compatible with AMD Ryzen processors!'
Write-Warning 'Skipping uninstall...'
}
else {
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$installerFileName = 'AMD_Chipset_Software.exe'
$installerFilePath = "$toolsDir\$installerFileName"
$unzipDir = "$toolsDir\amd_chipset_drivers"
$checksum = 'e5bb2e43218248103a0aa8841b906ae96c7391598de416e51373b255819554bf'
$downloadFilePath = $installerFilePath
if (!(Test-Path $downloadFilePath)) {
$downloadFilePath="$toolsDir\amd_chipset_drivers.zip"
}
if (!(Test-Path $downloadFilePath)) {
Write-Error "Could not find downloaded chipset driver: $downloadFilePath"
}
Get-ChecksumValid -File $downloadFilePath -Checksum $checksum -ChecksumType 'sha256'
$isZip = $downloadFilePath.EndsWith('.zip')
if ($isZip) {
Get-ChocolateyUnzip -FileFullPath $downloadFilePath -Destination $unzipDir
$installerFilePath = "$unzipDir\$installerFileName"
}
if (Test-Path $installerFilePath) {
Start-Process -FilePath "$installerFilePath" -ArgumentList "/S /EXPRESSUNINSTALL=1" -Wait
Remove-Item "$installerFilePath.ignore" -Recurse -Force -ErrorAction SilentlyContinue
Remove-Item $unzipDir -Recurse -Force -ErrorAction SilentlyContinue
}
else {
Remove-Item $unzipDir -Recurse -Force -ErrorAction SilentlyContinue
Write-Error "Could not find chipset installer: $installerFilePath"
}
}
Log in or click on link to see number of positives.
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
AMD Ryzen Chipset Drivers 2024.10.21 | 19010 | Wednesday, October 23, 2024 | Approved | |
AMD Ryzen Chipset Drivers 2024.7.26 | 38647 | Saturday, July 27, 2024 | Approved | |
AMD Ryzen Chipset Drivers 2024.6.11 | 21121 | Wednesday, June 12, 2024 | Approved | |
AMD Ryzen Chipset Drivers 2024.3.13 | 37888 | Thursday, March 28, 2024 | Approved | |
AMD Ryzen Chipset Drivers 2023.8.17 | 124368 | Friday, August 18, 2023 | Approved | |
AMD Ryzen Chipset Drivers 2023.5.23 | 64111 | Wednesday, May 24, 2023 | Approved | |
AMD Ryzen Chipset Drivers 2023.2.28 | 56940 | Wednesday, March 1, 2023 | Approved | |
AMD Ryzen Chipset Drivers 2022.11.21 | 71339 | Tuesday, November 22, 2022 | Approved | |
AMD Ryzen Chipset Drivers 2022.10.12 | 30836 | Thursday, October 13, 2022 | Approved | |
AMD Ryzen Chipset Drivers 2022.8.25 | 39033 | Friday, August 26, 2022 | Approved | |
AMD Ryzen Chipset Drivers 2022.6.27 | 48710 | Tuesday, June 28, 2022 | Approved | |
AMD Ryzen Chipset Drivers 2022.3.14 | 108889 | Tuesday, March 15, 2022 | Approved | |
AMD Ryzen Chipset Drivers 2021.10.21 | 199560 | Friday, October 22, 2021 | Approved | |
AMD Ryzen Chipset Drivers 2021.9.13 | 41270 | Monday, September 20, 2021 | Approved | |
AMD Ryzen Chipset Drivers 2021.8.23 | 33963 | Wednesday, August 25, 2021 | Approved | |
AMD Ryzen Chipset Drivers 2021.6.2 | 88055 | Friday, June 4, 2021 | Approved | |
AMD Ryzen Chipset Drivers 2021.2.4 | 1620700 | Friday, February 5, 2021 | Approved | |
AMD Ryzen Chipset Drivers 2020.10.19 | 1840 | Saturday, October 31, 2020 | Approved | |
AMD Ryzen Chipset Drivers 2020.7.21 | 555 | Monday, July 27, 2020 | Approved | |
AMD Ryzen Chipset Drivers 2020.6.3 | 388 | Thursday, July 9, 2020 | Approved | |
AMD Ryzen Chipset Drivers 18.50.0422 | 789 | Sunday, May 26, 2019 | Approved | |
AMD Ryzen Chipset Drivers 18.10.1810 | 240 | Thursday, May 23, 2019 | Approved |
©2024 Advanced Micro Devices, Inc
-
- vcredist140 (≥ 14.29.30133)
- chocolatey-core.extension (≥ 1.1.0)
Ground Rules:
- This discussion is only about AMD Ryzen Chipset Drivers and the AMD Ryzen Chipset Drivers package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or AMD Ryzen Chipset Drivers, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.