Novacom on Fedora

From WebOS Internals
Revision as of 19:51, 9 May 2012 by Jdieter (talk | contribs) (Installing novacom on Fedora using Fedora repositories)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Installing the Novacom Driver on Fedora

This guide describes how to install Novacom on a Fedora system. The procedure described is an extension of the post MojoSDK_on_Fedora. It is valid for Fedora 15+.

Commands shown in this guide use the standard notation for indicating which can be run as the normal user and which must be run as root: commands preceded by "#" are to be run as root, whereas those preceded by "$" are to be run as the normal user.

Install novacom from the Fedora repositories (currently only available in the testing repositories):

# yum --enablerepo=updates-testing install novacom

Start the novacomd service:

# systemctl start novacomd.service

If you want the novacom service to start on boot, run:

# systemctl enable novacomd.service