My laptop AC adapter is not found when plugged inHow to disable auto suspend when I close laptop lid?Issue with laptop screen when opening lidDetermine status of laptop lidHow to disable AC power supply from CLIDebian laptop suspends periodicallyHow to make laptop switch to external HDMI monitor when plugged in?Manjaro on HP Laptop - Battery drain while powered offProblem with external monitor plugged to notebookLaptop without X/GUI: Make screen go blank when lid closesLimit an MSI laptop battery charging to 80%
How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?
How to determine if window is maximised or minimised from bash script
What is the meaning of "of trouble" in the following sentence?
Why are 150k or 200k jobs considered good when there are 300k+ births a month?
Does the radius of the Spirit Guardians spell depend on the size of the caster?
Copycat chess is back
Can you lasso down a wizard who is using the Levitate spell?
Simulate Bitwise Cyclic Tag
How did the USSR manage to innovate in an environment characterized by government censorship and high bureaucracy?
Finding files for which a command fails
Is there really no realistic way for a skeleton monster to move around without magic?
Patience, young "Padovan"
A newer friend of my brother's gave him a load of baseball cards that are supposedly extremely valuable. Is this a scam?
Why does apt-get install python3 with a trailing hyphen remove a lot of packages?
Prevent a directory in /tmp from being deleted
When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?
Why CLRS example on residual networks does not follows its formula?
How to use Pandas to get the count of every combination inclusive
What typically incentivizes a professor to change jobs to a lower ranking university?
Concept of linear mappings are confusing me
How can bays and straits be determined in a procedurally generated map?
My colleague's body is amazing
Shell script can be run only with sh command
Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)
My laptop AC adapter is not found when plugged in
How to disable auto suspend when I close laptop lid?Issue with laptop screen when opening lidDetermine status of laptop lidHow to disable AC power supply from CLIDebian laptop suspends periodicallyHow to make laptop switch to external HDMI monitor when plugged in?Manjaro on HP Laptop - Battery drain while powered offProblem with external monitor plugged to notebookLaptop without X/GUI: Make screen go blank when lid closesLimit an MSI laptop battery charging to 80%
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Three different Linux OS installed on my Acer Predator Helios 500 PH517-61-R0GX say the AC adapter is "off-line". Unplugging and re-plugging does not change the status. My laptop thinks it is on battery constantly and shows as "discharging", but the discharge rate is always at 0. Therefore my laptop runs in a power-save mode, and the resulting sluggish performance prevents game play or anything demanding.
Is there a way to force the AC adapter device to report as "on-line"?
Is there a way to generate a fake AC adapter device that will read as "on-line"?
Are there any other solutions to this problem?
Edit: OS is Artix Linux, kernel 5.0.4 but I have also tested Manjaro and Ubuntu with the same results.
dmesg shows:[ 9.514590] ACPI: AC Adapter [ACAD] (on-line)
But once you login XFCE shows the AC adapter as off-line.
acpi -V:Adapter 0: off-line
From reading online I am not the only one who is experiencing this, but everyone who has installed Linux on this laptop model.
power-management laptop acpi
add a comment |
Three different Linux OS installed on my Acer Predator Helios 500 PH517-61-R0GX say the AC adapter is "off-line". Unplugging and re-plugging does not change the status. My laptop thinks it is on battery constantly and shows as "discharging", but the discharge rate is always at 0. Therefore my laptop runs in a power-save mode, and the resulting sluggish performance prevents game play or anything demanding.
Is there a way to force the AC adapter device to report as "on-line"?
Is there a way to generate a fake AC adapter device that will read as "on-line"?
Are there any other solutions to this problem?
Edit: OS is Artix Linux, kernel 5.0.4 but I have also tested Manjaro and Ubuntu with the same results.
dmesg shows:[ 9.514590] ACPI: AC Adapter [ACAD] (on-line)
But once you login XFCE shows the AC adapter as off-line.
acpi -V:Adapter 0: off-line
From reading online I am not the only one who is experiencing this, but everyone who has installed Linux on this laptop model.
power-management laptop acpi
1
Welcome to UNIX&Linux Stack Exchange. @K7AAY has already provided some guidance on how to dig further into the issue in their comment. I would like to suggest you edit your question and provide more detail that may help others who have a similar problem or have solved a similar problem. You post has absolutely zero technical details. Operating System? Make, model, part no. of laptop? Does this problem occur in all operating systems, or just the flavor of *NIX you are trying? unix.stackexchange.com/help/how-to-ask
– 0xSheepdog
Mar 27 at 17:38
Thank you for the updates, quad cricket. I suggest obtaining an inexpensive voltmeter to confirm the power adapter output voltage matches the voltage specified on the serial number plate of the laptop, to rule out a low voltage issue with the power supply (which has been seen en masse before with other makes).
– K7AAY
Mar 27 at 18:52
The power adapter voltage read at a nice 19.7v until I shorted it and now it reads 0v. Apparently the hot pin shorted to a ground sleeve inside the port and there is no fuse that I can see. The wires at the base of the adapter still read fine so the brick itself seems okay but I have no idea where to order just the barrel from. Anyone know where to get a different, but compatible, power adapter? 19.5v 16.9A compatible with model: ADP-330AB D
– quad cricket
Mar 29 at 21:41
add a comment |
Three different Linux OS installed on my Acer Predator Helios 500 PH517-61-R0GX say the AC adapter is "off-line". Unplugging and re-plugging does not change the status. My laptop thinks it is on battery constantly and shows as "discharging", but the discharge rate is always at 0. Therefore my laptop runs in a power-save mode, and the resulting sluggish performance prevents game play or anything demanding.
Is there a way to force the AC adapter device to report as "on-line"?
Is there a way to generate a fake AC adapter device that will read as "on-line"?
Are there any other solutions to this problem?
Edit: OS is Artix Linux, kernel 5.0.4 but I have also tested Manjaro and Ubuntu with the same results.
dmesg shows:[ 9.514590] ACPI: AC Adapter [ACAD] (on-line)
But once you login XFCE shows the AC adapter as off-line.
acpi -V:Adapter 0: off-line
From reading online I am not the only one who is experiencing this, but everyone who has installed Linux on this laptop model.
power-management laptop acpi
Three different Linux OS installed on my Acer Predator Helios 500 PH517-61-R0GX say the AC adapter is "off-line". Unplugging and re-plugging does not change the status. My laptop thinks it is on battery constantly and shows as "discharging", but the discharge rate is always at 0. Therefore my laptop runs in a power-save mode, and the resulting sluggish performance prevents game play or anything demanding.
Is there a way to force the AC adapter device to report as "on-line"?
Is there a way to generate a fake AC adapter device that will read as "on-line"?
Are there any other solutions to this problem?
Edit: OS is Artix Linux, kernel 5.0.4 but I have also tested Manjaro and Ubuntu with the same results.
dmesg shows:[ 9.514590] ACPI: AC Adapter [ACAD] (on-line)
But once you login XFCE shows the AC adapter as off-line.
acpi -V:Adapter 0: off-line
From reading online I am not the only one who is experiencing this, but everyone who has installed Linux on this laptop model.
power-management laptop acpi
power-management laptop acpi
edited Mar 27 at 19:22
K7AAY
1,0221028
1,0221028
asked Mar 27 at 16:00
quad cricketquad cricket
112
112
1
Welcome to UNIX&Linux Stack Exchange. @K7AAY has already provided some guidance on how to dig further into the issue in their comment. I would like to suggest you edit your question and provide more detail that may help others who have a similar problem or have solved a similar problem. You post has absolutely zero technical details. Operating System? Make, model, part no. of laptop? Does this problem occur in all operating systems, or just the flavor of *NIX you are trying? unix.stackexchange.com/help/how-to-ask
– 0xSheepdog
Mar 27 at 17:38
Thank you for the updates, quad cricket. I suggest obtaining an inexpensive voltmeter to confirm the power adapter output voltage matches the voltage specified on the serial number plate of the laptop, to rule out a low voltage issue with the power supply (which has been seen en masse before with other makes).
– K7AAY
Mar 27 at 18:52
The power adapter voltage read at a nice 19.7v until I shorted it and now it reads 0v. Apparently the hot pin shorted to a ground sleeve inside the port and there is no fuse that I can see. The wires at the base of the adapter still read fine so the brick itself seems okay but I have no idea where to order just the barrel from. Anyone know where to get a different, but compatible, power adapter? 19.5v 16.9A compatible with model: ADP-330AB D
– quad cricket
Mar 29 at 21:41
add a comment |
1
Welcome to UNIX&Linux Stack Exchange. @K7AAY has already provided some guidance on how to dig further into the issue in their comment. I would like to suggest you edit your question and provide more detail that may help others who have a similar problem or have solved a similar problem. You post has absolutely zero technical details. Operating System? Make, model, part no. of laptop? Does this problem occur in all operating systems, or just the flavor of *NIX you are trying? unix.stackexchange.com/help/how-to-ask
– 0xSheepdog
Mar 27 at 17:38
Thank you for the updates, quad cricket. I suggest obtaining an inexpensive voltmeter to confirm the power adapter output voltage matches the voltage specified on the serial number plate of the laptop, to rule out a low voltage issue with the power supply (which has been seen en masse before with other makes).
– K7AAY
Mar 27 at 18:52
The power adapter voltage read at a nice 19.7v until I shorted it and now it reads 0v. Apparently the hot pin shorted to a ground sleeve inside the port and there is no fuse that I can see. The wires at the base of the adapter still read fine so the brick itself seems okay but I have no idea where to order just the barrel from. Anyone know where to get a different, but compatible, power adapter? 19.5v 16.9A compatible with model: ADP-330AB D
– quad cricket
Mar 29 at 21:41
1
1
Welcome to UNIX&Linux Stack Exchange. @K7AAY has already provided some guidance on how to dig further into the issue in their comment. I would like to suggest you edit your question and provide more detail that may help others who have a similar problem or have solved a similar problem. You post has absolutely zero technical details. Operating System? Make, model, part no. of laptop? Does this problem occur in all operating systems, or just the flavor of *NIX you are trying? unix.stackexchange.com/help/how-to-ask
– 0xSheepdog
Mar 27 at 17:38
Welcome to UNIX&Linux Stack Exchange. @K7AAY has already provided some guidance on how to dig further into the issue in their comment. I would like to suggest you edit your question and provide more detail that may help others who have a similar problem or have solved a similar problem. You post has absolutely zero technical details. Operating System? Make, model, part no. of laptop? Does this problem occur in all operating systems, or just the flavor of *NIX you are trying? unix.stackexchange.com/help/how-to-ask
– 0xSheepdog
Mar 27 at 17:38
Thank you for the updates, quad cricket. I suggest obtaining an inexpensive voltmeter to confirm the power adapter output voltage matches the voltage specified on the serial number plate of the laptop, to rule out a low voltage issue with the power supply (which has been seen en masse before with other makes).
– K7AAY
Mar 27 at 18:52
Thank you for the updates, quad cricket. I suggest obtaining an inexpensive voltmeter to confirm the power adapter output voltage matches the voltage specified on the serial number plate of the laptop, to rule out a low voltage issue with the power supply (which has been seen en masse before with other makes).
– K7AAY
Mar 27 at 18:52
The power adapter voltage read at a nice 19.7v until I shorted it and now it reads 0v. Apparently the hot pin shorted to a ground sleeve inside the port and there is no fuse that I can see. The wires at the base of the adapter still read fine so the brick itself seems okay but I have no idea where to order just the barrel from. Anyone know where to get a different, but compatible, power adapter? 19.5v 16.9A compatible with model: ADP-330AB D
– quad cricket
Mar 29 at 21:41
The power adapter voltage read at a nice 19.7v until I shorted it and now it reads 0v. Apparently the hot pin shorted to a ground sleeve inside the port and there is no fuse that I can see. The wires at the base of the adapter still read fine so the brick itself seems okay but I have no idea where to order just the barrel from. Anyone know where to get a different, but compatible, power adapter? 19.5v 16.9A compatible with model: ADP-330AB D
– quad cricket
Mar 29 at 21:41
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f509026%2fmy-laptop-ac-adapter-is-not-found-when-plugged-in%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f509026%2fmy-laptop-ac-adapter-is-not-found-when-plugged-in%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
-acpi, laptop, power-management
1
Welcome to UNIX&Linux Stack Exchange. @K7AAY has already provided some guidance on how to dig further into the issue in their comment. I would like to suggest you edit your question and provide more detail that may help others who have a similar problem or have solved a similar problem. You post has absolutely zero technical details. Operating System? Make, model, part no. of laptop? Does this problem occur in all operating systems, or just the flavor of *NIX you are trying? unix.stackexchange.com/help/how-to-ask
– 0xSheepdog
Mar 27 at 17:38
Thank you for the updates, quad cricket. I suggest obtaining an inexpensive voltmeter to confirm the power adapter output voltage matches the voltage specified on the serial number plate of the laptop, to rule out a low voltage issue with the power supply (which has been seen en masse before with other makes).
– K7AAY
Mar 27 at 18:52
The power adapter voltage read at a nice 19.7v until I shorted it and now it reads 0v. Apparently the hot pin shorted to a ground sleeve inside the port and there is no fuse that I can see. The wires at the base of the adapter still read fine so the brick itself seems okay but I have no idea where to order just the barrel from. Anyone know where to get a different, but compatible, power adapter? 19.5v 16.9A compatible with model: ADP-330AB D
– quad cricket
Mar 29 at 21:41