PCI MAX 200x FM transmitter driver and tools.
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.
- 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
- Installing and loading Linux module (as superuser):
# make install
# modprobe pcimaxfm
- Usage:
$ pcimaxctl --help
No releases yet, get sources from the Git repository https://github.com/dstien/pcimaxfm.git.
- PCS Electronics ― Manufacturer.
- PCS Electronics forum ― Official support and discussion forum.
- pcimax-ctl ― Linux driver for the current PCI MAX 3000+ card.
- PCMAX ― Linux 2.4 driver for legacy PC MAX cards.