Unknown device problem ?
Unknown device problem ?
the amd driver might be mediated by mediatek, and a supply shortage could contribute to this situation
I would also like to know the Hardware ID. It might provide some hints. It's just curious about the Asus part...
That looks accurate, but it's odd that it mentions Realtek drivers here.
It would have been strange if it did include Wi-Fi, since that wouldn't be typical.
The data sheet lists AMD, which is fine.
No issue at all, just a bit puzzling.
You can utilize the PowerShell command Get-PnPDevice with the friendly name pattern to locate Realtek devices. The same command works for searching terms like "Wifi", "AMD", "Bluetooth", etc. Simply substitute "Real" with any of your chosen words. For instance, Get-PnPDevice -FriendlyName '*Blue*' will search for Bluetooth PnP Devices.
Install the AMD chipset drivers.
Also, download and install Realtek ethernet drivers.
The Hardware IDs listed are:
ACPI\VEN_AMDI&DEV_0052
ACPI\AMDI0052
*AMDI0052
Apology for the delayed response; I'm currently unwell.
Find the chipset drivers at the provided link. The installation is simple, similar to adding video drivers. Perform it before installing any additional drivers.
Status Class FriendlyName InstanceId
------ ----- ------------ ----------
Unknown SoftwareComp... Realtek Audio Effects Component SWD\DRIV...
OK AudioEndpoint Realtek HD Audio 2nd output (2- Realtek® Audio) SWD\MMDE...
Unknown MEDIA Realtek® Audio HDAUDIO\...
OK System System CMOS/real time clock ACPI\PNP...
OK SoftwareComp... Realtek Hardware Support Application SWD\DRIV...
OK AudioEndpoint Microphone (2- Realtek® Audio) SWD\MMDE...
Unknown System System CMOS/real time clock ACPI\PNP...
OK SoftwareComp... Realtek Audio Universal Service SWD\DRIV...
OK MEDIA Realtek® Audio HDAUDIO\...
Unknown SoftwareComp... Realtek Hardware Support Application SWD\DRIV...
OK Net Realtek Gaming 2.5GbE Family Controller PCI\VEN_...
Unknown SoftwareComp... Realtek Audio Universal Service SWD\DRIV...
OK SoftwareComp... Realtek Audio Effects Component SWD\DRIV...
Unknown Net Realtek PCIe GbE Family Controller PCI\VEN_...
On my system:
PS C:\WINDOWS\system32> Get-PnPDevice -FriendlyName '*Real*'
Status Class FriendlyName InstanceId
------ ----- ------------ ----------
OK System System CMOS/real time clock ACPI\PNP...
OK AudioEndpoint Speakers/Headphones (Realtek® Audio) SWD\MMDE...
OK MEDIA Realtek® Audio HDAUDIO\...
OK SoftwareComp... Realtek Asio Component SWD\DRIV...
OK SoftwareComp... Realtek Audio Effects Component SWD\DRIV...
OK AudioEndpoint Microphone (Realtek® Audio) SWD\MMDE...
OK USB Realtek USB 2.0 Card Reader USB\VID_...
OK Net Realtek PCIe GbE Family Controller PCI\VEN_...
OK SoftwareComp... Realtek Audio Universal Service S
The following are worth examining more closely, as they appear as unknowns in the output.
Focusing on the command with enhanced formatting for clarity:
Get-PnPDevice -FriendlyName '*Real*' | Format-List