-
Fields for displaying marker and min SWR frequencies at the bottom left of the main window are too small on my system (Fedora 8), and the displayed value is cut from left (tens of MHz are not visible). This patch makes the field longer, so whole number is visible.
2008-03-25 09:17:23 UTC by wkazubski
-
A new patch for kernel 2.6.23 and up.
File Added: Analyzer-0.1.2.new_kernel23.patch.
2008-03-25 08:58:09 UTC by wkazubski
-
More on the problems:
1. linux/conflg.h can be safely removed for kernels above 2.6.19,
2. the replacement macro should be
module_param(debug, int, S_IRUGO | S_IWUSR );
Patch submited (item #1791084).
2007-09-09 15:12:00 UTC by wkazubski
-
This patch allows to build gvna kernel module on recent kernels (above 2.6.19).
2007-09-09 15:10:49 UTC by wkazubski
-
Also have the same build problems with gtkdatabox-0.7.0.1 on Fedora 7.
2007-09-09 11:25:53 UTC by wkazubski
-
Kernel module for gvna does not build with recent kernels (2.6.22.4 in my case - Fedora 7 with updates).
There are two problems:
1. linux/config.h was removed from kernel, sources of another kernel module suggests using linux/autoconf.h instead.
2. MODULE_PARM(debug, "h") fails, this probably should be replaced with module_param(debug,...) on kernels above 2.6.9
PS. The hints are based on...
2007-09-09 11:23:55 UTC by wkazubski
-
Hi IW3HEV,
While compiling your vector analyser I've noticed you have to use an old version of gtkdatabox. The last one which works is gtkdatabox-0.4.0.2
If you try to compile with any version from gtkdatabox-0.5.0.0 to gtkdatabox-0.7.0.0 (the latest) you get errors like the following and the compile aborts.
/usr/include/gtkdatabox.h:88: error: expected declaration specifiers or '...'...
2007-02-20 14:51:52 UTC by zelea2
-
jcremis committed patchset 47 of module Analyzer to the Gnome-Vector-Network-Analyzer CVS repository, changing 4 files.
2006-06-18 16:05:55 UTC by jcremis
-
jcremis committed patchset 46 of module Analyzer to the Gnome-Vector-Network-Analyzer CVS repository, changing 45 files.
2006-06-18 15:51:24 UTC by jcremis
-
jcremis committed patchset 45 of module Analyzer to the Gnome-Vector-Network-Analyzer CVS repository, changing 1 files.
2005-10-01 19:19:03 UTC by jcremis