Starting version 219 after upgrading to 15.04
I upgraded to 15.04 just before the official release, and have since then been met with this message at boot :
device descriptor read/64, error -32
and then :
Starting version 219
I could proceed the boot with ctrl+d, and thought that an update later on would resolve the problem. Now i discovered that the kernel 3.19
was not installed but have the system has been running on 3.16 kernel
. So I installed the 3.19 kernel
, but still gets the Starting version 219
but now with ACPI PPC probe failed
. My graphics driver is AMD and I can't login with 3.19 kernel ( black screen, returns to login ) but it is possible with the 3.16 kernel
. Using xserver-xorg-video-ati
, let me login. Any hints how to proceed from here ?
upgrade kernel ati 15.04
add a comment |
I upgraded to 15.04 just before the official release, and have since then been met with this message at boot :
device descriptor read/64, error -32
and then :
Starting version 219
I could proceed the boot with ctrl+d, and thought that an update later on would resolve the problem. Now i discovered that the kernel 3.19
was not installed but have the system has been running on 3.16 kernel
. So I installed the 3.19 kernel
, but still gets the Starting version 219
but now with ACPI PPC probe failed
. My graphics driver is AMD and I can't login with 3.19 kernel ( black screen, returns to login ) but it is possible with the 3.16 kernel
. Using xserver-xorg-video-ati
, let me login. Any hints how to proceed from here ?
upgrade kernel ati 15.04
Same as askubuntu.com/questions/614198/… ?
– youri
May 12 '15 at 17:51
add a comment |
I upgraded to 15.04 just before the official release, and have since then been met with this message at boot :
device descriptor read/64, error -32
and then :
Starting version 219
I could proceed the boot with ctrl+d, and thought that an update later on would resolve the problem. Now i discovered that the kernel 3.19
was not installed but have the system has been running on 3.16 kernel
. So I installed the 3.19 kernel
, but still gets the Starting version 219
but now with ACPI PPC probe failed
. My graphics driver is AMD and I can't login with 3.19 kernel ( black screen, returns to login ) but it is possible with the 3.16 kernel
. Using xserver-xorg-video-ati
, let me login. Any hints how to proceed from here ?
upgrade kernel ati 15.04
I upgraded to 15.04 just before the official release, and have since then been met with this message at boot :
device descriptor read/64, error -32
and then :
Starting version 219
I could proceed the boot with ctrl+d, and thought that an update later on would resolve the problem. Now i discovered that the kernel 3.19
was not installed but have the system has been running on 3.16 kernel
. So I installed the 3.19 kernel
, but still gets the Starting version 219
but now with ACPI PPC probe failed
. My graphics driver is AMD and I can't login with 3.19 kernel ( black screen, returns to login ) but it is possible with the 3.16 kernel
. Using xserver-xorg-video-ati
, let me login. Any hints how to proceed from here ?
upgrade kernel ati 15.04
upgrade kernel ati 15.04
edited Apr 30 '15 at 15:09
bolzano
1,053622
1,053622
asked Apr 30 '15 at 14:53
larsbrandilarsbrandi
112
112
Same as askubuntu.com/questions/614198/… ?
– youri
May 12 '15 at 17:51
add a comment |
Same as askubuntu.com/questions/614198/… ?
– youri
May 12 '15 at 17:51
Same as askubuntu.com/questions/614198/… ?
– youri
May 12 '15 at 17:51
Same as askubuntu.com/questions/614198/… ?
– youri
May 12 '15 at 17:51
add a comment |
1 Answer
1
active
oldest
votes
I'm fixed this error upgrading to kernel 4.0.1:
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-headers-4.0.1-040001-generic_4.0.1-040001.201504290935_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-headers-4.0.1-040001_4.0.1-040001.201504290935_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-image-4.0.1-040001-generic_4.0.1-040001.201504290935_amd64.deb
sudo dpkg -i linux-headers-4.0.1*.deb linux-image-4.0.1*.deb
sudo update-grub
sudo reboot
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2faskubuntu.com%2fquestions%2f616426%2fstarting-version-219-after-upgrading-to-15-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I'm fixed this error upgrading to kernel 4.0.1:
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-headers-4.0.1-040001-generic_4.0.1-040001.201504290935_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-headers-4.0.1-040001_4.0.1-040001.201504290935_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-image-4.0.1-040001-generic_4.0.1-040001.201504290935_amd64.deb
sudo dpkg -i linux-headers-4.0.1*.deb linux-image-4.0.1*.deb
sudo update-grub
sudo reboot
add a comment |
I'm fixed this error upgrading to kernel 4.0.1:
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-headers-4.0.1-040001-generic_4.0.1-040001.201504290935_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-headers-4.0.1-040001_4.0.1-040001.201504290935_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-image-4.0.1-040001-generic_4.0.1-040001.201504290935_amd64.deb
sudo dpkg -i linux-headers-4.0.1*.deb linux-image-4.0.1*.deb
sudo update-grub
sudo reboot
add a comment |
I'm fixed this error upgrading to kernel 4.0.1:
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-headers-4.0.1-040001-generic_4.0.1-040001.201504290935_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-headers-4.0.1-040001_4.0.1-040001.201504290935_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-image-4.0.1-040001-generic_4.0.1-040001.201504290935_amd64.deb
sudo dpkg -i linux-headers-4.0.1*.deb linux-image-4.0.1*.deb
sudo update-grub
sudo reboot
I'm fixed this error upgrading to kernel 4.0.1:
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-headers-4.0.1-040001-generic_4.0.1-040001.201504290935_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-headers-4.0.1-040001_4.0.1-040001.201504290935_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.0.1-vivid/linux-image-4.0.1-040001-generic_4.0.1-040001.201504290935_amd64.deb
sudo dpkg -i linux-headers-4.0.1*.deb linux-image-4.0.1*.deb
sudo update-grub
sudo reboot
answered May 1 '15 at 11:00
Fred WuergesFred Wuerges
1012
1012
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f616426%2fstarting-version-219-after-upgrading-to-15-04%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
Same as askubuntu.com/questions/614198/… ?
– youri
May 12 '15 at 17:51