ASPM Could not configure common clock.
-
- Posts: 27
- Joined: 2024-01-08 08:05
ASPM Could not configure common clock.
I did a clean install of Debian 12 (32-bit) without any DE.
I've noticed that after grub menu, if it displays " pci (some numbers) ASPM Could not configure common clock", the system boots into cli properly.
But, if no such error is shown, a white underscore keeps blinking on the top left. Keyboard also does not work in this case, and I have to hard shut down the laptop with the power button.
The error is random so most of the time, I'm not able to boot into Debian.
What should I do to always boot into Debian/resolve the issue?
I've noticed that after grub menu, if it displays " pci (some numbers) ASPM Could not configure common clock", the system boots into cli properly.
But, if no such error is shown, a white underscore keeps blinking on the top left. Keyboard also does not work in this case, and I have to hard shut down the laptop with the power button.
The error is random so most of the time, I'm not able to boot into Debian.
What should I do to always boot into Debian/resolve the issue?
- fabien
- Forum Helper
- Posts: 1158
- Joined: 2019-12-03 12:51
- Location: Anarres (Toulouse, France actually)
- Has thanked: 101 times
- Been thanked: 265 times
Re: ASPM Could not configure common clock.
You can try setting the
kernel parameter in GRUB. Use the temporary method first.
Code: Select all
pcie_aspm=off
There will be neither barrier nor walls, neither official nor guard, there will be no more desert and the entire world will become a garden. — Anacharsis Cloots
-
- Posts: 27
- Joined: 2024-01-08 08:05
Re: ASPM Could not configure common clock.
Doing this will remove the error message "aspm could not...."?fabien wrote: 2024-01-28 10:41 You can try setting thekernel parameter in GRUB. Use the temporary method first.Code: Select all
pcie_aspm=off
- fabien
- Forum Helper
- Posts: 1158
- Joined: 2019-12-03 12:51
- Location: Anarres (Toulouse, France actually)
- Has thanked: 101 times
- Been thanked: 265 times
Re: ASPM Could not configure common clock.
I don't know, tell us. Mostly I hope this will prevent your boot failures.
There will be neither barrier nor walls, neither official nor guard, there will be no more desert and the entire world will become a garden. — Anacharsis Cloots
-
- Posts: 27
- Joined: 2024-01-08 08:05
Re: ASPM Could not configure common clock.
Doesn't work, booting is still a luck by chance. If the error "aspm could not...." is displayed, I'm able to boot. But, most of the time this error is not displayed so I've to hard shut down.fabien wrote: 2024-01-28 10:41 You can try setting thekernel parameter in GRUB. Use the temporary method first.Code: Select all
pcie_aspm=off
All of this is random, sometime it display the error but most of the time it doesn't.
- fabien
- Forum Helper
- Posts: 1158
- Joined: 2019-12-03 12:51
- Location: Anarres (Toulouse, France actually)
- Has thanked: 101 times
- Been thanked: 265 times
Re: ASPM Could not configure common clock.
Some information is needed that might give some clues.
Could you please post the output of
(inxi must be installed)
and
Please post sysPCIdata.gz as attachment.
Are there any records of your last boot failure in the logs?
You can check if the previous boot corresponds to the boot failure with
If so, could you please post (as an attachment)
Could you please post the output of
Code: Select all
#> inxi --slots -Fxxxaz
and
Code: Select all
#> lspci -vv >/tmp/sysPCIdata 2>&1; \
journalctl -b --no-hostname --no-pager -g "aspm|pci|error" >>/tmp/sysPCIdata; \
echo -e "\n\n" >>/tmp/sysPCIdata; \
journalctl -b --no-hostname --no-pager >>/tmp/sysPCIdata; \
gzip /tmp/sysPCIdata
Are there any records of your last boot failure in the logs?
You can check if the previous boot corresponds to the boot failure with
Code: Select all
#> journalctl -b -1
Code: Select all
#> journalctl -b -1 --no-hostname --no-pager | gzip >/tmp/PCIbootfailure.gz
There will be neither barrier nor walls, neither official nor guard, there will be no more desert and the entire world will become a garden. — Anacharsis Cloots
- fabien
- Forum Helper
- Posts: 1158
- Joined: 2019-12-03 12:51
- Location: Anarres (Toulouse, France actually)
- Has thanked: 101 times
- Been thanked: 265 times
Re: ASPM Could not configure common clock.
Hello @Madhur Sharma, have you progressed?
There will be neither barrier nor walls, neither official nor guard, there will be no more desert and the entire world will become a garden. — Anacharsis Cloots
-
- Posts: 27
- Joined: 2024-01-08 08:05
Re: ASPM Could not configure common clock.
Sorry, couldn't reply had some exams.
Tried to install some other distro and I've wiped the disk. Installation wasn't successful.
I'll try once again with Debian this time but not anytime soon as I've more exams in upcoming months so I won't be able to tinker with the laptop.
Thank you for helping.
- fabien
- Forum Helper
- Posts: 1158
- Joined: 2019-12-03 12:51
- Location: Anarres (Toulouse, France actually)
- Has thanked: 101 times
- Been thanked: 265 times
Re: ASPM Could not configure common clock.
Hello, thanks for letting us know.
You mentioned that you installed a 32-bit version. Since you are going to reinstall, maybe test a 64-bit version if possible?
In the meantime, I wish you the best for your exams.
You mentioned that you installed a 32-bit version. Since you are going to reinstall, maybe test a 64-bit version if possible?
In the meantime, I wish you the best for your exams.
There will be neither barrier nor walls, neither official nor guard, there will be no more desert and the entire world will become a garden. — Anacharsis Cloots
-
- Posts: 27
- Joined: 2024-01-08 08:05
Re: ASPM Could not configure common clock.
Thank you.fabien wrote: 2024-02-06 12:52 Hello, thanks for letting us know.
You mentioned that you installed a 32-bit version. Since you are going to reinstall, maybe test a 64-bit version if possible?
In the meantime, I wish you the best for your exams.
But the laptop has a 32-bit processor (Intel T2400 @ 1.83ghz).
-
- Global Moderator
- Posts: 4347
- Joined: 2014-07-20 18:12
- Location: Europe
- Has thanked: 127 times
- Been thanked: 585 times
Re: ASPM Could not configure common clock.
Hello,
Are you dual booting (with windows) your computer ?
What is your computer (manufacturer and model) ? You can use the inxi command to give more information.
Can you please send a full log of you booting process when it works ? You can use the following command:
You can report the file log.txt in one the following ways:
The "ASPM Could not configure common clock" could not be in the root cause of the computer freeze. There's probably a hardware issue that shows up sometimes for some reason.Madhur Sharma wrote: 2024-01-28 05:44 [..] I've noticed that after grub menu, if it displays " pci (some numbers) ASPM Could not configure common clock", the system boots into cli properly. But, if no such error is shown, a white underscore keeps blinking on the top left. Keyboard also does not work in this case, and I have to hard shut down the laptop with the power button. The error is random so most of the time, I'm not able to boot into Debian. What should I do to always boot into Debian/resolve the issue?
Are you dual booting (with windows) your computer ?
What is your computer (manufacturer and model) ? You can use the inxi command to give more information.
Can you please send a full log of you booting process when it works ? You can use the following command:
Code: Select all
script log.txt
su -l -c "journalctl -b --no-pager"
exit
- paste them into the Debian Pastezone service (https://paste.debian.net) and report the URL/link of the paste in a follow-up message
- attaching the logs to a follow-up forum message as a compressed zip or gz file
- paste logs into the body of a follow-up message between code tags (if they fit the size of a forum message)