Novacom on Fedora

From WebOS Internals
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:

# yum 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