Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't seem to install on Ubuntu 14.04. Getting unknown job xboxdrv #54

Open
trayo opened this issue Jun 13, 2016 · 10 comments
Open

Can't seem to install on Ubuntu 14.04. Getting unknown job xboxdrv #54

trayo opened this issue Jun 13, 2016 · 10 comments

Comments

@trayo
Copy link

trayo commented Jun 13, 2016

Hello, hopefully someone can help me with a little installation issue. This is on Ubuntu 14.04. I have tried purging ubuntu-xboxdrv and xboxdrv. I've restarted after every step and ran sudo rmmod xpad, only to get Module xpad is not currently loaded. In addition the joysticks section in my system settings is blank. Using one controller seems to work fine in Big Picture Mode, but the Xbox ring ends up flashing non-stop.

Here is the full log output from the installation:

(trusty)travis@localhost:~$ sudo apt-get install ubuntu-xboxdrv
[sudo] password for travis: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  xboxdrv
The following NEW packages will be installed:
  ubuntu-xboxdrv xboxdrv
0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
Need to get 0 B/669 kB of archives.
After this operation, 1821 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Selecting previously unselected package xboxdrv.
(Reading database ... 74549 files and directories currently installed.)
Preparing to unpack .../xboxdrv_0.8.5-1_amd64.deb ...
Unpacking xboxdrv (0.8.5-1) ...
Selecting previously unselected package ubuntu-xboxdrv.
Preparing to unpack .../ubuntu-xboxdrv_20160113-1_all.deb ...
Unpacking ubuntu-xboxdrv (20160113-1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.54ubuntu1.1) ...
Processing triggers for ureadahead (0.100.0-16) ...
Setting up xboxdrv (0.8.5-1) ...
Setting up ubuntu-xboxdrv (20160113-1) ...
/usr/bin/update-desktop-database
start: Unknown job: xboxdrv
dpkg: error processing package ubuntu-xboxdrv (--configure):
 subprocess installed post-installation script returned error exit status 1
Processing triggers for ureadahead (0.100.0-16) ...
Errors were encountered while processing:
 ubuntu-xboxdrv
E: Sub-process /usr/bin/dpkg returned an error code (1)

Thanks for any help!

@raelgc
Copy link
Owner

raelgc commented Jun 13, 2016

What happens when you run:

sudo service xboxdrv start

@trayo
Copy link
Author

trayo commented Jun 13, 2016

@raelgc I get start: Unknown job: xboxdrv

@mainmachine
Copy link
Collaborator

dpkg: error processing package ubuntu-xboxdrv (--configure):

looks like the ubuntu-xboxdrv package didn't even install properly. Try this:

sudo aptitude install

Aptitude is really good for mitigating conflicts of different packages. It should offer you options, consecutively, for ways you can resolve any issues with package installation.

@trayo
Copy link
Author

trayo commented Jun 21, 2016

@mainmachine Doing sudo aptitude install gave me back the same error. It still doesn't seem to find the job. I tried this as well on a fresh installation and ran into the same error.

@raelgc
Copy link
Owner

raelgc commented Jun 21, 2016

@trayo Are you running inside a Chromebook or something like Crouton?

@trayo
Copy link
Author

trayo commented Jun 21, 2016

@raelgc Yeah, it's a chromebook pixel

@mainmachine
Copy link
Collaborator

So this is 14.04 running inside a VM on a Chromebook????

@trayo
Copy link
Author

trayo commented Jun 21, 2016

@mainmachine I'm using Crouton on it. Does it not work with Crouton? I saw somewhere online that it would work okay. I can at least get a controller to work inside of Steam, but wanted to download a few non-Steam games.

@mainmachine
Copy link
Collaborator

@trayo I have no experience with Crouton, but in Virtualbox, Virt-manager, Qemu or any other VM framework that I'm aware of, a VM will only be able to access hardware if you expressly confgure the Hypervisor to do so. Even then, you'd need to do USB passthrough to guarantee it will work. Again, not sure how Crouton compares to any of the more established VM solutions...

@raelgc
Copy link
Owner

raelgc commented Jun 21, 2016

For some reason, upstart services do not work on Crouton out of the box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants