mirror of
https://github.com/tbsdtv/media_build.git
synced 2025-07-23 04:13:02 +02:00
35 lines
1.2 KiB
Plaintext
35 lines
1.2 KiB
Plaintext
femon -- simple frontend monitoring tool for the Linux DVB.
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program; if not, write to the Free Software
|
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
|
femon requires Linux DVB driver API version >= 5.0.
|
|
|
|
If compiler not found DVB headers in ../s2/linux/include/linux/dvb,
|
|
then it looks at usual location /usr/include/linux/dvb.
|
|
|
|
Install as follows:
|
|
|
|
(Option) make
|
|
make install
|
|
Uninstall
|
|
make uninstall
|
|
|
|
usage: femon [options]
|
|
-H : human readable output
|
|
-a number : use given adapter (default 0)
|
|
-f number : use given frontend (default 0)
|
|
-c number : samples to take (default 0 = infinite)
|
|
|
|
Igor M. Liplianin (liplianin@me.by)
|