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

Drivers not correctly installed on Ubuntu GNU/Linux 16.04 #163

Closed
Obijuan opened this issue Jun 22, 2017 · 2 comments
Closed

Drivers not correctly installed on Ubuntu GNU/Linux 16.04 #163

Obijuan opened this issue Jun 22, 2017 · 2 comments
Milestone

Comments

@Obijuan
Copy link
Member

Obijuan commented Jun 22, 2017

In Ubuntu 16.04, in some computers, the drivers is not correctly installed

I've checked it with the following commands:

$ ls /etc/udev/rules.d/

and the file 80-icestick.rules should not appear (as the driver is not installed)

Now, I execute icestudio and enable de driver. It ask me for the password

If I check again, the 80-icestick.rules file has not been copied into /etc/udev/rules.d

If I install apio and execute it by hand, then driver is correctly installed:

$ apio drivers -e

$ ls /etc/udev/rules.d/
70-snap.core.rules 80-icestick.rules 99-anbox.rules

I should notice that this bug is not present in all the ubuntu 16.04. I've confirmed it in one laptop, but in another one with the same ubuntu version the bug was not present

@Jesus89 Jesus89 self-assigned this Jun 22, 2017
@Jesus89
Copy link
Member

Jesus89 commented Jun 23, 2017

It only happens in the AppImages, because it can not copy the file "80-icestick.rules":

cp: cannot stat '/tmp/.mount_DvE0fZ/usr/bin/resources/config/80-icestick.rules': Permission denied

Solved using echo instead of cp.

@Jesus89 Jesus89 added this to the 0.3.1 milestone Jul 12, 2017
@Jesus89
Copy link
Member

Jesus89 commented Aug 13, 2017

Fix: c7898d4

@Jesus89 Jesus89 removed their assignment Oct 15, 2017
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

2 participants