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

Only the udev rules are actually a problem #385

Merged
merged 1 commit into from Dec 30, 2017

Conversation

stefanor
Copy link
Contributor

The ixo-usb-jtag package in Debian is a firmware-only package, without any udev rules.

# Check ixo-usb-jtag *isn't* installed
if [ -e /lib/udev/rules.d/85-ixo-usb-jtag.rules ]; then
echo "Please uninstall ixo-usb-jtag package from the timvideos PPA, the"
echo "required firmware is" echo "included in the HDMI2USB modeswitch tool."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you need a \n before
echo "included in the HDMI2USB modeswitch...

Copy link
Contributor Author

@stefanor stefanor Dec 30, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

boop, rewrapping fail.

The ixo-usb-jtag package in Debian is a firmware-only package, without
any udev rules.
@stefanor stefanor force-pushed the timvideos-ppa-package-problem branch from dc2421a to 7ba06a8 Compare December 30, 2017 15:49
echo "included in the HDMI2USB modeswitch tool."
# Check ixo-usb-jtag *isn't* installed
if [ -e /lib/udev/rules.d/85-ixo-usb-jtag.rules ]; then
echo "Please uninstall ixo-usb-jtag package from the timvideos PPA, the"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

something not right. you cant uninstall from a repo/ppa. I am guessing "reinstall ixo-usb-jtag from the ppa" ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uninstall the thing you got from the PPA.

@mithro mithro merged commit d60c5ec into timvideos:master Dec 30, 2017
@stefanor stefanor deleted the timvideos-ppa-package-problem branch December 30, 2017 19:22
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

Successfully merging this pull request may close these issues.

None yet

3 participants