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

Works on FX505GE #21

Closed
bhatshravan opened this issue Mar 24, 2020 · 1 comment
Closed

Works on FX505GE #21

bhatshravan opened this issue Mar 24, 2020 · 1 comment
Labels
support Model support feedback

Comments

@bhatshravan
Copy link

Works on FX505GE but there is an issue of model not being in faustus.c so i had to manually include it and build.

OS: Manjaro Linux
Kernel: 4.19.107-1-MANJARO

Relevant model match code in faustus.c i had to include:

	{
		.callback = dmi_check_callback,
		.ident = "FX505GE",
		.matches = {
			DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
			DMI_MATCH(DMI_PRODUCT_NAME, "FX505GE"),
		},
	},

System info:

$ sudo dmidecode | grep "BIOS Inf\|Board Inf" -A 3                                                                                                                      20.3s
BIOS Information
	Vendor: American Megatrends Inc.
	Version: FX505GE.302
	Release Date: 09/21/2018
--
Base Board Information
	Manufacturer: ASUSTeK COMPUTER INC.
	Product Name: FX505GE
	Version: 1.0
@hackbnw hackbnw closed this as completed in 9a43ba3 May 2, 2020
@hackbnw
Copy link
Owner

hackbnw commented May 2, 2020

Thanks for the feedback! FX505GE is now included.

@hackbnw hackbnw added the support Model support feedback label May 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Model support feedback
Projects
None yet
Development

No branches or pull requests

2 participants