Skip to main content
Topic: Not turning off after Install (Read 4356 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: Not turning off after Install

Reply #15


Code: [Select]
dmesg
http://ix.io/2KdK


Code: [Select]
lsmod
http://ix.io/2KdL


Code: [Select]
lspci v
http://ix.io/2KdM


I did not install lsusb and xorg yet (did not want to comlicate the situation before troubleshooting this problem).

The output of
Code: [Select]
sudo inxi -aGmMIsz --slots
from my older artix install (I encounter the same problem on it since more then 11 months)  http://ix.io/2KdO

I should mention here that this problem is pesistent even on artix instllation medium. I did not remmeber when it did start to happen exacly!
Keep it Simple. Simple is Secure, Simple is Beautiful.


Re: Not turning off after Install

Reply #17
newest firmware is available for your laptop. A BIOS update can help too https://www.asus.com/me-en/Laptops/K50IE/HelpDesk_BIOS/

thank you @alium for you rapid response. I"ll try to do a BIOS update, that may take some time for reading docs  (i'm not used to that kind of stuff, no easy way to do it on linux unfortunately)
what did you mean "newest firmware is avilable"  ?
Keep it Simple. Simple is Secure, Simple is Beautiful.

Re: Not turning off after Install

Reply #18
thank you @alium for you rapid response. I"ll try to do a BIOS update, that may take some time for reading docs  (i'm not used to that kind of stuff, no easy way to do it on linux unfortunately)
what did you mean "newest firmware is avilable"  ?
your log say, you have BIOS version 207, newest avaible version for your laptop -as i can see in this link - is Version 218.
You can update it in BIOS directly, or under Windows... with update under linux i am not sure, if it is posssible.

Re: Not turning off after Install

Reply #19
your log say, you have BIOS version 207, newest avaible version for your laptop -as i can see in this link - is Version 218.
You can update it in BIOS directly, or under Windows... with update under linux i am not sure, if it is posssible.

I updated my BIOS to Version 218 using easy flash on BIOS.

Code: [Select]
sudo dmidecode -t bios

# dmidecode 3.3
Getting SMBIOS data from sysfs.
SMBIOS 2.5 present.

Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
Vendor: American Megatrends Inc.
Version: 218   
Release Date: 01/26/2011
Address: 0xF0000
Runtime Size: 64 kB
ROM Size: 1 MB
Characteristics:
ISA is supported
PCI is supported
PNP is supported
BIOS is upgradeable
BIOS shadowing is allowed
ESCD support is available
Boot from CD is supported
Selectable boot is supported
EDD is supported
5.25"/1.2 MB floppy services are supported (int 13h)
3.5"/720 kB floppy services are supported (int 13h)
3.5"/2.88 MB floppy services are supported (int 13h)
Print screen service is supported (int 5h)
8042 keyboard services are supported (int 9h)
Printer services are supported (int 17h)
CGA/mono video services are supported (int 10h)
ACPI is supported
USB legacy is supported
Smart battery is supported
BIOS boot specification is supported
Targeted content distribution is supported
BIOS Revision: 6.152
Firmware Revision: 152.152

Handle 0x001E, DMI type 13, 22 bytes
BIOS Language Information
Language Description Format: Long
Installable Languages: 1
en|US|iso8859-1
Currently Installed Language: en|US|iso8859-1

I reboot and try
Code: [Select]
 sudo openrc-shutdown -p now
but the problem persist.

I want to collect the messages showing on tty during shutdown because I see some error there. Is there any method to do so? I search in /var/log/* but did not see those messages.
Keep it Simple. Simple is Secure, Simple is Beautiful.

Re: Not turning off after Install

Reply #20
in /var/log.rc.log is nothing to found?

 

Re: Not turning off after Install

Reply #21
here is the logs from my new minimal install

rc.log
http://ix.io/2Kk9

pacman.log
http://ix.io/2Kka

I'll try other init system and see!
Keep it Simple. Simple is Secure, Simple is Beautiful.

Re: Not turning off after Install

Reply #22
I just faced the same problem as #11 with the current linux-lts 6.1.12 and OpenRC, and it occured on my laptop but not on my desktop computer. There is also no log that can help to locate it.

The problem was gone with linux 6.1.12.artix1-1, but the kernel is not as stable as the LTS one. I faced twice system hangs with the non-LTS kernel probably due to multiple monitors or bad ACPI stuffs from vendor etc. So I wish the LTS one can work.