electrified / asus-wmi-sensors

Linux HWMON (lmsensors) sensors driver for various ASUS Ryzen and Threadripper motherboards
GNU General Public License v2.0
250 stars 30 forks source link

ERROR: could not insert 'asus_wmi_sensors': No such device #38

Closed jack-46 closed 4 years ago

jack-46 commented 4 years ago

I have

MB: ASUS Prime X470-Pro CPU: Ryzen 5 2400G (with RX Vega) BIOS: Ver. 4207, of 12/07/2018

Running Ubuntu 18.04 with all updates kernel: 5.0.0-27-generic

I followed the step, outlined in https://github.com/electrified/asus-wmi-sensors

The module builds fine, but: modprobe asus-wmi-sensors results in: modprobe: ERROR: could not insert 'asus_wmi_sensors': No such device

Unfortunately, I do not have a Windows to check as suggested.

What can I do to get it to work?

Regards

Jack

electrified commented 4 years ago

Your BIOS is too old and doesn't have WMI sensors, as per table https://github.com/electrified/asus-wmi-sensors/blob/master/README.md#supported-hardware update to BIOS 4602 or later and try again.

On Tue, 10 Sep 2019, 11:49 am jack-46, notifications@github.com wrote:

I have

MB: ASUS Prime X470-Pro BIOS: Ver. 4207, of 12/07/2018

Running Ubuntu 18.04 with all updates kernel: 5.0.0-27-generic

I followed the step, outlined in https://github.com/electrified/asus-wmi-sensors

The module builds fine, but: modprobe asus-wmi-sensors results in: modprobe: ERROR: could not insert 'asus_wmi_sensors': No such device

Unfortunately, I do not have a Windows to check as suggested.

What can I do to get it to work?

Regards

Jack

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/electrified/asus-wmi-sensors/issues/38?email_source=notifications&email_token=AAAZFKUWDQDOGKY66YJU62DQI53SZA5CNFSM4IVGB3J2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HKNFMLA, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAZFKRNVNTV2ICTAHUPUXDQI53SZANCNFSM4IVGB3JQ .

jack-46 commented 4 years ago

Am 10.09.19 um 14:01 schrieb Ed:

Your BIOS is too old and doesn't have WMI sensors, as per table https://github.com/electrified/asus-wmi-sensors/blob/master/README.md#supported-hardware update to BIOS 4602 or later and try again.

Thanks. I'll upgrade (but probably not before the end of the month) and report then

Regards

Jack

jack-46 commented 4 years ago

Am 10.09.19 um 14:01 schrieb Ed:

Your BIOS is too old and doesn't have WMI sensors, as per table https://github.com/electrified/asus-wmi-sensors/blob/master/README.md#supported-hardware update to BIOS 4602 or later and try again.

I update to version 5216 and (of course!) it works now.

As I wrote down the old version I mistakenly wrote 4702 (>4602) rather than 4207. My eyes are bad:'(

Thanks for answering and making this available.

Regards

Jack

electrified commented 4 years ago

No problem, glad you got it working.