Ubuntu15.04 installation xboxdrv error with xboxdrv.service
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have repeatedly tried to install on Ubuntu 15.04 64 bit drivers for controller xbox360 and always got the same error after performing the following commands:
sudo apt-add-repository ppa s: Rael-gc / ubuntu-xboxdrv
sudo apt-get update
sudo apt-get install ubuntu-xboxdrv
...
Konfigurowanie pakietu ubuntu-xboxdrv (20150319-1) ...
/usr/bin/update-desktop-database
Failed to start xboxdrv.service: Unit xboxdrv.service failed to load: No such file or directory.
dpkg: błąd przetwarzania pakietu ubuntu-xboxdrv (--configure):
podproces zainstalowany skrypt post-installation zwrócił kod błędu 6
Konfigurowanie pakietu evtest (1:1.32-1) ...
Konfigurowanie pakietu joystick (1:1.4.7-2) ...
Przetwarzanie wyzwalaczy pakietu libc-bin (2.21-0ubuntu4)...
Przetwarzanie wyzwalaczy pakietu ureadahead (0.100.0-19)...
Przetwarzanie wyzwalaczy pakietu dbus (1.8.12-1ubuntu5)...
Wystąpiły błędy podczas przetwarzania:
ubuntu-xboxdrv
E: Sub-process /usr/bin/dpkg returned an error code (1)
Could you please help with this error installation?
software-installation error-handling xbox-360
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have repeatedly tried to install on Ubuntu 15.04 64 bit drivers for controller xbox360 and always got the same error after performing the following commands:
sudo apt-add-repository ppa s: Rael-gc / ubuntu-xboxdrv
sudo apt-get update
sudo apt-get install ubuntu-xboxdrv
...
Konfigurowanie pakietu ubuntu-xboxdrv (20150319-1) ...
/usr/bin/update-desktop-database
Failed to start xboxdrv.service: Unit xboxdrv.service failed to load: No such file or directory.
dpkg: błąd przetwarzania pakietu ubuntu-xboxdrv (--configure):
podproces zainstalowany skrypt post-installation zwrócił kod błędu 6
Konfigurowanie pakietu evtest (1:1.32-1) ...
Konfigurowanie pakietu joystick (1:1.4.7-2) ...
Przetwarzanie wyzwalaczy pakietu libc-bin (2.21-0ubuntu4)...
Przetwarzanie wyzwalaczy pakietu ureadahead (0.100.0-19)...
Przetwarzanie wyzwalaczy pakietu dbus (1.8.12-1ubuntu5)...
Wystąpiły błędy podczas przetwarzania:
ubuntu-xboxdrv
E: Sub-process /usr/bin/dpkg returned an error code (1)
Could you please help with this error installation?
software-installation error-handling xbox-360
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have repeatedly tried to install on Ubuntu 15.04 64 bit drivers for controller xbox360 and always got the same error after performing the following commands:
sudo apt-add-repository ppa s: Rael-gc / ubuntu-xboxdrv
sudo apt-get update
sudo apt-get install ubuntu-xboxdrv
...
Konfigurowanie pakietu ubuntu-xboxdrv (20150319-1) ...
/usr/bin/update-desktop-database
Failed to start xboxdrv.service: Unit xboxdrv.service failed to load: No such file or directory.
dpkg: błąd przetwarzania pakietu ubuntu-xboxdrv (--configure):
podproces zainstalowany skrypt post-installation zwrócił kod błędu 6
Konfigurowanie pakietu evtest (1:1.32-1) ...
Konfigurowanie pakietu joystick (1:1.4.7-2) ...
Przetwarzanie wyzwalaczy pakietu libc-bin (2.21-0ubuntu4)...
Przetwarzanie wyzwalaczy pakietu ureadahead (0.100.0-19)...
Przetwarzanie wyzwalaczy pakietu dbus (1.8.12-1ubuntu5)...
Wystąpiły błędy podczas przetwarzania:
ubuntu-xboxdrv
E: Sub-process /usr/bin/dpkg returned an error code (1)
Could you please help with this error installation?
software-installation error-handling xbox-360
I have repeatedly tried to install on Ubuntu 15.04 64 bit drivers for controller xbox360 and always got the same error after performing the following commands:
sudo apt-add-repository ppa s: Rael-gc / ubuntu-xboxdrv
sudo apt-get update
sudo apt-get install ubuntu-xboxdrv
...
Konfigurowanie pakietu ubuntu-xboxdrv (20150319-1) ...
/usr/bin/update-desktop-database
Failed to start xboxdrv.service: Unit xboxdrv.service failed to load: No such file or directory.
dpkg: błąd przetwarzania pakietu ubuntu-xboxdrv (--configure):
podproces zainstalowany skrypt post-installation zwrócił kod błędu 6
Konfigurowanie pakietu evtest (1:1.32-1) ...
Konfigurowanie pakietu joystick (1:1.4.7-2) ...
Przetwarzanie wyzwalaczy pakietu libc-bin (2.21-0ubuntu4)...
Przetwarzanie wyzwalaczy pakietu ureadahead (0.100.0-19)...
Przetwarzanie wyzwalaczy pakietu dbus (1.8.12-1ubuntu5)...
Wystąpiły błędy podczas przetwarzania:
ubuntu-xboxdrv
E: Sub-process /usr/bin/dpkg returned an error code (1)
Could you please help with this error installation?
software-installation error-handling xbox-360
software-installation error-handling xbox-360
edited May 24 '18 at 2:09
Jason Aller
43358
43358
asked May 3 '15 at 6:20
Paweł SulewskiPaweł Sulewski
1112
1112
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 3 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Try the following (after the above installation attempt - when the install fails). It solved the same issue I had while installing ubuntu-xboxdrv:
Go to https://github.com/raelgc/ubuntu_xboxdrv/tree/master/src/lib/systemd/system, right click on xboxdrv.service and select "save linked content as" or "save target as" and save it as "xboxdrv.service" in an easily accessible path.
Open a terminal and navigate to the above path where xboxdrv.service is and run the following command :
sudo systemctl enable xboxdrv.service
Then run
sudo apt-get install ubuntu-xboxdrv
again.
This should solve the problem.
Credit: https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units
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%2f617569%2fubuntu15-04-installation-xboxdrv-error-with-xboxdrv-service%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
Try the following (after the above installation attempt - when the install fails). It solved the same issue I had while installing ubuntu-xboxdrv:
Go to https://github.com/raelgc/ubuntu_xboxdrv/tree/master/src/lib/systemd/system, right click on xboxdrv.service and select "save linked content as" or "save target as" and save it as "xboxdrv.service" in an easily accessible path.
Open a terminal and navigate to the above path where xboxdrv.service is and run the following command :
sudo systemctl enable xboxdrv.service
Then run
sudo apt-get install ubuntu-xboxdrv
again.
This should solve the problem.
Credit: https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units
add a comment |
Try the following (after the above installation attempt - when the install fails). It solved the same issue I had while installing ubuntu-xboxdrv:
Go to https://github.com/raelgc/ubuntu_xboxdrv/tree/master/src/lib/systemd/system, right click on xboxdrv.service and select "save linked content as" or "save target as" and save it as "xboxdrv.service" in an easily accessible path.
Open a terminal and navigate to the above path where xboxdrv.service is and run the following command :
sudo systemctl enable xboxdrv.service
Then run
sudo apt-get install ubuntu-xboxdrv
again.
This should solve the problem.
Credit: https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units
add a comment |
Try the following (after the above installation attempt - when the install fails). It solved the same issue I had while installing ubuntu-xboxdrv:
Go to https://github.com/raelgc/ubuntu_xboxdrv/tree/master/src/lib/systemd/system, right click on xboxdrv.service and select "save linked content as" or "save target as" and save it as "xboxdrv.service" in an easily accessible path.
Open a terminal and navigate to the above path where xboxdrv.service is and run the following command :
sudo systemctl enable xboxdrv.service
Then run
sudo apt-get install ubuntu-xboxdrv
again.
This should solve the problem.
Credit: https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units
Try the following (after the above installation attempt - when the install fails). It solved the same issue I had while installing ubuntu-xboxdrv:
Go to https://github.com/raelgc/ubuntu_xboxdrv/tree/master/src/lib/systemd/system, right click on xboxdrv.service and select "save linked content as" or "save target as" and save it as "xboxdrv.service" in an easily accessible path.
Open a terminal and navigate to the above path where xboxdrv.service is and run the following command :
sudo systemctl enable xboxdrv.service
Then run
sudo apt-get install ubuntu-xboxdrv
again.
This should solve the problem.
Credit: https://www.digitalocean.com/community/tutorials/how-to-use-systemctl-to-manage-systemd-services-and-units
edited Apr 29 '16 at 23:24
answered Apr 29 '16 at 23:18
SripadSripad
11
11
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%2f617569%2fubuntu15-04-installation-xboxdrv-error-with-xboxdrv-service%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