Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.4 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.4 KB

pcimaxfm

PCI MAX 200x FM transmitter driver and tools.

Description

This project overly ambitiously aimed to provide a free, cross-platform suite of unofficial drivers and tools for the PCI MAX 2007+ and compatible FM radio transmitter cards manufactured by PCS Electronics. Currently only a Linux 2.6+ driver module and a command line user space tool are ready. A GUI tool and drivers for other operating systems may be added if there's demand.

Getting started

  1. Building sources from Git (requires GNU autotools and Linux kernel headers):
$ git clone https://github.com/dstien/pcimaxfm.git
$ cd pcimaxfm
$ ./autogen.sh
$ ./configure
$ make
  1. Installing and loading Linux module (as superuser):
# make install
# modprobe pcimaxfm
  1. Usage:
$ pcimaxctl --help

Releases

No releases yet, get sources from the Git repository https://github.com/dstien/pcimaxfm.git.

Links