Igor Jagec wrote:
Michael Favia wrote:
Igor Jagec wrote:
http://rt2x00.serialmonkey.com/phpBB2/viewtopic.php?p=6906
I saw your patch and tried to apply it. It was able to build but failed
to insert the module. I updated to fresh CVS this afternoon and I had
'/var/log/message' complaints on the ifname parameter sections (when
modprobe'd) so i just commented out lines 61 and 62 also removed the
In static_debug_parm.php file?
ifname option line from /etc/modules.conf.
In /etc/modules.conf? Or /etc/modprobe.conf?
Yes. Sorry bad with names and rely on TAB completion ALOT apparently.
Obviously not the preferred
solution but i am at least on the internet on this testing machine. -mf
The same problem here after I succesfully applied the patch. Could you
copy/paste the lines 61 and 62 here? Is that it:
//
-extern int debug;
And no in rtmp_main.c Just look for the PARAM lines. See very small
attached patch. Please just msg me with any further questions no need to
trouble list.
--
Michael Favia michael.favia@xxxxxxxxxxxxxx
Insites Incorporated http://michael.insitesinc.com
Index: rtmp_main.c
===================================================================
RCS file: /cvsroot/rt2400/source/rt2500/Module/rtmp_main.c,v
retrieving revision 1.64
diff -u -r1.64 rtmp_main.c
--- rtmp_main.c 9 Feb 2006 23:42:10 -0000 1.64
+++ rtmp_main.c 22 Feb 2006 23:33:41 -0000
@@ -58,8 +58,8 @@
MODULE_PARM_DESC(debug, "Enable level: accepted values: 1 to switch debug on, 0 to switch debug off.");
static char *ifname = NULL ;
-MODULE_PARM(ifname, "s");
-MODULE_PARM_DESC(ifname, "Network device name (default ra%d)");
+//MODULE_PARM(ifname, "s");
+//MODULE_PARM_DESC(ifname, "Network device name (default ra%d)");
// Following information will be show when you run 'modinfo'
MODULE_AUTHOR("http://rt2x00.serialmonkey.com");
--
fedora-devel-list mailing list
fedora-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-devel-list