Results 1 to 3 of 3

Thread: Shutdown function not working

  1. #1
    Join Date
    2016-Mar
    Posts
    7

    Shutdown function not working

    Hello
    I recently purchased a new laptop without OS and did a fresh install of Kali, there are a few small bugs that I am working on but there is one major bug. When I am in ordinary user and select shutdown or reboot from the applications menu, my mouse pointer and kicker panel disappear and then nothing happens and I have to use the power key to shut it down.

    Handle 0x0001, DMI type 1, 27 bytes
    System Information
    Manufacturer: IT Channel Pty Ltd
    Product Name: N8xEJEK
    Version: Not Applicable
    Serial Number: Not Applicable
    UUID: b59c86ad-b965-42ec-8a06-6b0b577a6eaf
    Wake-up Type: Power Switch
    SKU Number: Not Applicable
    Family: Not Applicable

    Handle 0x0002, DMI type 2, 15 bytes
    Base Board Information
    Manufacturer: IT Channel Pty Ltd
    Product Name: N8xEJEK
    Version: Not Applicable
    Serial Number: Not Applicable
    Asset Tag: Tag 12345
    Features:
    Board is a hosting board
    Board is replaceable
    Location In Chassis: Not Applicable
    Chassis Handle: 0x0003
    Type: Motherboard
    Contained Object Handles: 0


    Linux kali3 4.18.0-kali2-amd64 #1 SMP Debian 4.18.10-2kali1 (2018-10-09) x86_64 GNU/Linux


    Any suggestions, I have tried putting the line acpi=force into grub with no luck, also sudo shutdown -r and -h do not work

    ## Edit 2 If I boot to recovery mode and then perform shutdown -r or -h from there I get a message like this "Nouveau refused to change power state" ##

    I found the solution add this line to /etc/default/grub
    GRUB_CMDLINE_LINUX="nouveau.modeset=0"
    then update-grub

    After a re-install I had the same problem this time my previous solution dd not work, but this did
    acpi=force apm=power_off
    added into /etc/default/grub.
    Last edited by OzTornado; 2018-11-18 at 02:50. Reason: Other Solutions

  2. #2
    Join Date
    2018-Nov
    Posts
    8
    Hello friends

    Have same problems – Black screen during 3-4 mins and than SWITH OFF
    With previous screen with flw info:

    A stop job is running for Light Display Mangers ….
    As per screen below:

    url=https://radikal.ru][/url]

    Same version Kali Linux:
    4.18.0-kali2-amd64 #1 SMP Debian 4.18.10-2kali1 (2018-10-09) x86_64 GNU/Linux

    only with installed Cinnamon which required to install “lightdm”

    why it happens even sometimes SWITCH OFF going without any delay..

    will try to insert line as per yrs advise – rvrting …

  3. #3
    Join Date
    2018-Nov
    Posts
    8
    just got time & tried above asf:

    Modify /etc/modules and add:

    apm power_off=1

    Edit /etc/default/grub and add this after “quiet splash”: acpi=force apm=power_off

    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=force apm=power_off"

    Finally update grub:

    sudo update-grub

    but unfo no working so far ....

    seems problems with "lightdm"

    any suggestion?

Similar Threads

  1. failed to set usb function
    By ahmedka in forum NetHunter General Questions
    Replies: 0
    Last Post: 2023-02-05, 08:54
  2. mac os keyboard third function
    By skullkidrae in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2022-08-01, 02:07
  3. Upgrade Kali Linux but kali-undercover function not working
    By Krishnendu in forum Installing Archive
    Replies: 1
    Last Post: 2019-12-02, 23:19
  4. Kali Rolling - Touchpad not working (after hang on shutdown?)
    By madcatter in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2016-09-25, 23:55
  5. Replies: 0
    Last Post: 2015-08-18, 16:48

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •