xboxdrv is not working on ubuntu 17.10 The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)another problem with connecting to wirelessInstalling Driver for XBox PowerA Spectra ControllerUnable to establish wifi internet connection on new ubuntu installationVino not working after upgrading from Ubuntu GNOME 17.04 to Ubuntu 17.10OpenVPN apt-get install hanging at 72% on Ubuntu 17.10Ubuntu 17.10 No external connections outside of localhostUbuntu 17.10 WiFi is excruciatingly slow (Lenovo W540 Laptop, iwlwifi driver)Unable to connect to snappy or run snappy commands on Ubuntu 17.10Xbox One controller Ubuntu 18.04Xboxdrv not able to start
Do warforged have souls?
What information about me do stores get via my credit card?
Derivation tree not rendering
Slither Like a Snake
Windows 10: How to Lock (not sleep) laptop on lid close?
What are these Gizmos at Izaña Atmospheric Research Center in Spain?
How to copy the contents of all files with a certain name into a new file?
how can a perfect fourth interval be considered either consonant or dissonant?
Working through the single responsibility principle (SRP) in Python when calls are expensive
I could not break this equation. Please help me
What do you call a plan that's an alternative plan in case your initial plan fails?
What's the point in a preamp?
Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?
Didn't get enough time to take a Coding Test - what to do now?
How to colour the US map with Yellow, Green, Red and Blue to minimize the number of states with the colour of Green
Who or what is the being for whom Being is a question for Heidegger?
Why does the Event Horizon Telescope (EHT) not include telescopes from Africa, Asia or Australia?
How does ice melt when immersed in water?
How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time
How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?
Why is the object placed in the middle of the sentence here?
Can the prologue be the backstory of your main character?
Cooking pasta in a water boiler
Semisimplicity of the category of coherent sheaves?
xboxdrv is not working on ubuntu 17.10
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)another problem with connecting to wirelessInstalling Driver for XBox PowerA Spectra ControllerUnable to establish wifi internet connection on new ubuntu installationVino not working after upgrading from Ubuntu GNOME 17.04 to Ubuntu 17.10OpenVPN apt-get install hanging at 72% on Ubuntu 17.10Ubuntu 17.10 No external connections outside of localhostUbuntu 17.10 WiFi is excruciatingly slow (Lenovo W540 Laptop, iwlwifi driver)Unable to connect to snappy or run snappy commands on Ubuntu 17.10Xbox One controller Ubuntu 18.04Xboxdrv not able to start
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm trying to connect my Xbox one wireless controller to my ThinkPad t430s. When I try to run systemctl enable I get Unit xboxdrv.service not found. I've tried manually downloading and enabling it and creating a new service file but to no avail. Any help would be welcome.
connection 17.10 xbox-one
add a comment |
I'm trying to connect my Xbox one wireless controller to my ThinkPad t430s. When I try to run systemctl enable I get Unit xboxdrv.service not found. I've tried manually downloading and enabling it and creating a new service file but to no avail. Any help would be welcome.
connection 17.10 xbox-one
add a comment |
I'm trying to connect my Xbox one wireless controller to my ThinkPad t430s. When I try to run systemctl enable I get Unit xboxdrv.service not found. I've tried manually downloading and enabling it and creating a new service file but to no avail. Any help would be welcome.
connection 17.10 xbox-one
I'm trying to connect my Xbox one wireless controller to my ThinkPad t430s. When I try to run systemctl enable I get Unit xboxdrv.service not found. I've tried manually downloading and enabling it and creating a new service file but to no avail. Any help would be welcome.
connection 17.10 xbox-one
connection 17.10 xbox-one
asked Oct 24 '17 at 22:41
Liam JudgeLiam Judge
85
85
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I don't believe you should to start xboxdrv
as a service. Instead, just type from a terminal
sudo xboxdrv
and you should be able to test it.
You may need to run
sudo rmmod xpad
first.
When you want to use it for gaming, mind that you run
sudo xboxdrv --silent
instead, as printing the events to a terminal hogs a lot of CPU.
Note on what you were trying to do: I have xboxdrv
successfully installed, but running
systemctl enable xboxdrv.service
gives me
Failed to enable unit: Unit file xboxdrv.service does not exist.
add a comment |
I got it to work but it's a little ugly... The package must be broken because it does not install the src files.
This one goes in /lib/systemd/system/
before trying to start the service you may need to do the same to all the files in the src directory from the link above. Careful to follow the path.
src/etc goes into /etc src/usr/share goes into /usr/share and so forth.
Then run :sudo systemctl daemon reload
sudo rmmod xpad
sudo systemctl enable xboxdrv.service
sudo systemctl start xboxdrv
after some people needed to install a patch and dkms
`sudo apt install dkms`
steamos-dkms-patch
download and dpkg -i the file
good luck
New contributor
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%2f968802%2fxboxdrv-is-not-working-on-ubuntu-17-10%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I don't believe you should to start xboxdrv
as a service. Instead, just type from a terminal
sudo xboxdrv
and you should be able to test it.
You may need to run
sudo rmmod xpad
first.
When you want to use it for gaming, mind that you run
sudo xboxdrv --silent
instead, as printing the events to a terminal hogs a lot of CPU.
Note on what you were trying to do: I have xboxdrv
successfully installed, but running
systemctl enable xboxdrv.service
gives me
Failed to enable unit: Unit file xboxdrv.service does not exist.
add a comment |
I don't believe you should to start xboxdrv
as a service. Instead, just type from a terminal
sudo xboxdrv
and you should be able to test it.
You may need to run
sudo rmmod xpad
first.
When you want to use it for gaming, mind that you run
sudo xboxdrv --silent
instead, as printing the events to a terminal hogs a lot of CPU.
Note on what you were trying to do: I have xboxdrv
successfully installed, but running
systemctl enable xboxdrv.service
gives me
Failed to enable unit: Unit file xboxdrv.service does not exist.
add a comment |
I don't believe you should to start xboxdrv
as a service. Instead, just type from a terminal
sudo xboxdrv
and you should be able to test it.
You may need to run
sudo rmmod xpad
first.
When you want to use it for gaming, mind that you run
sudo xboxdrv --silent
instead, as printing the events to a terminal hogs a lot of CPU.
Note on what you were trying to do: I have xboxdrv
successfully installed, but running
systemctl enable xboxdrv.service
gives me
Failed to enable unit: Unit file xboxdrv.service does not exist.
I don't believe you should to start xboxdrv
as a service. Instead, just type from a terminal
sudo xboxdrv
and you should be able to test it.
You may need to run
sudo rmmod xpad
first.
When you want to use it for gaming, mind that you run
sudo xboxdrv --silent
instead, as printing the events to a terminal hogs a lot of CPU.
Note on what you were trying to do: I have xboxdrv
successfully installed, but running
systemctl enable xboxdrv.service
gives me
Failed to enable unit: Unit file xboxdrv.service does not exist.
edited Jan 16 '18 at 13:57
pomsky
33.6k11105137
33.6k11105137
answered Jan 16 '18 at 11:49
AsgerHBAsgerHB
614
614
add a comment |
add a comment |
I got it to work but it's a little ugly... The package must be broken because it does not install the src files.
This one goes in /lib/systemd/system/
before trying to start the service you may need to do the same to all the files in the src directory from the link above. Careful to follow the path.
src/etc goes into /etc src/usr/share goes into /usr/share and so forth.
Then run :sudo systemctl daemon reload
sudo rmmod xpad
sudo systemctl enable xboxdrv.service
sudo systemctl start xboxdrv
after some people needed to install a patch and dkms
`sudo apt install dkms`
steamos-dkms-patch
download and dpkg -i the file
good luck
New contributor
add a comment |
I got it to work but it's a little ugly... The package must be broken because it does not install the src files.
This one goes in /lib/systemd/system/
before trying to start the service you may need to do the same to all the files in the src directory from the link above. Careful to follow the path.
src/etc goes into /etc src/usr/share goes into /usr/share and so forth.
Then run :sudo systemctl daemon reload
sudo rmmod xpad
sudo systemctl enable xboxdrv.service
sudo systemctl start xboxdrv
after some people needed to install a patch and dkms
`sudo apt install dkms`
steamos-dkms-patch
download and dpkg -i the file
good luck
New contributor
add a comment |
I got it to work but it's a little ugly... The package must be broken because it does not install the src files.
This one goes in /lib/systemd/system/
before trying to start the service you may need to do the same to all the files in the src directory from the link above. Careful to follow the path.
src/etc goes into /etc src/usr/share goes into /usr/share and so forth.
Then run :sudo systemctl daemon reload
sudo rmmod xpad
sudo systemctl enable xboxdrv.service
sudo systemctl start xboxdrv
after some people needed to install a patch and dkms
`sudo apt install dkms`
steamos-dkms-patch
download and dpkg -i the file
good luck
New contributor
I got it to work but it's a little ugly... The package must be broken because it does not install the src files.
This one goes in /lib/systemd/system/
before trying to start the service you may need to do the same to all the files in the src directory from the link above. Careful to follow the path.
src/etc goes into /etc src/usr/share goes into /usr/share and so forth.
Then run :sudo systemctl daemon reload
sudo rmmod xpad
sudo systemctl enable xboxdrv.service
sudo systemctl start xboxdrv
after some people needed to install a patch and dkms
`sudo apt install dkms`
steamos-dkms-patch
download and dpkg -i the file
good luck
New contributor
New contributor
answered 4 mins ago
ubuntutechdudeubuntutechdude
1
1
New contributor
New contributor
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%2f968802%2fxboxdrv-is-not-working-on-ubuntu-17-10%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