saidsay-so / acpi_ec

Kernel module to access directly to the ACPI EC.
GNU General Public License v3.0
48 stars 7 forks source link

dkms incorrect syntax #3

Closed dumprop closed 3 years ago

dumprop commented 3 years ago
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Generating a RSA private key
....++++
.........................................................................++++
writing new private key to '/root/mok.priv'
-----
The generated key is going to be imported into the secure keystore.
The following passphrase is only required once, during the following reboot.
Please press RETURN to go on.
input password: 
input password again: 

Please reboot your computer now to complete the enrollment of your new MOK.
This is going to look somewhat similar to https://sourceware.org/systemtap/wiki/SecureBoot
Error! Arguments <module> and <module-version> are not specified.
Usage: add <module>/<module-version> or
       add -m <module>/<module-version> or
       add -m <module> -v <module-version>
Error! Arguments <module> and <module-version> are not specified.
Usage: add <module>/<module-version> or
       add -m <module>/<module-version> or
       add -m <module> -v <module-version>
Error! Arguments <module> and <module-version> are not specified.
Usage: add <module>/<module-version> or
       add -m <module>/<module-version> or
       add -m <module> -v <module-version>

fedora 35, acpi_ec-1.0.2 Downloaded via git clone and there no such issue

saidsay-so commented 3 years ago

I tried to run it on my computer (Arch Linux) and it works flawlessly. I will try to run it on a Fedora VM. Can you give me your version of DKMS please?

dumprop commented 3 years ago

I tried to run it on my computer (Arch Linux) and it works flawlessly. I will try to run it on a Fedora VM. Can you give me your version of DKMS please?

dkms-2.8.6 but seems that problem only in release version, not git clone

saidsay-so commented 3 years ago

Did you download the source code from an archive when you talk about the "release version"? Because then the problem is that the script picks the latest tag, while the archive content is not a git repository.

dumprop commented 3 years ago

Did you download the source code from an archive when you talk about the "release version"? Because then the problem is that the script picks the latest tag, while the archive content is not a git repository.

Yes Currenly all seems well via git clone