Git Product home page Git Product logo

Comments (9)

vrolife avatar vrolife commented on August 15, 2024 1

Do not clone this repo in Windows. Because some git-for-windows will convert '\n' to '\r\n', this behavior will break the installation scripts.

from modern_laptop.

vrolife avatar vrolife commented on August 15, 2024 1

Now the installation script can handle this situation. c964352

from modern_laptop.

Frydex avatar Frydex commented on August 15, 2024

Thanks a lot! Indeed, the problem was that I copied the repository from Windows

from modern_laptop.

Frydex avatar Frydex commented on August 15, 2024

Please help, I'm facing another problem. When executing the script, I get the error:

SecureBoot enabled! ACPI path and dkms driver may not work!

But in the bios I have the security boot turned off and the keys are cleared.

And command:

dmesg | grep -i secure

Says:

Secure boot disabled

Do you know how to fix it?

from modern_laptop.

vrolife avatar vrolife commented on August 15, 2024

It seems that the Secure Boot detection method is incompatible with your system. What is the output of this command mokutil --sb-state on your system?

from modern_laptop.

Frydex avatar Frydex commented on August 15, 2024

It outputs:

SecureBoot disabled

from modern_laptop.

vrolife avatar vrolife commented on August 15, 2024

The output is correct, and the installation script should be able to handle it. I don't know what is wrong.

if test "$(mokutil --sb-state)" != "SecureBoot disabled" -a -z "$FORCE_INSTALL"; then

You can force install drivers by this way sudo FORCE_INSTALL=1 /bin/sh install.sh ....

from modern_laptop.

Frydex avatar Frydex commented on August 15, 2024

This condition doesn't work because the full output is:

SecureBoot disabled
Platform is in Setup Mode

from modern_laptop.

Frydex avatar Frydex commented on August 15, 2024

Thanks a lot!

from modern_laptop.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.