> + insmod netiucv.o iucv=$TCPIP
> netiucv: Invalid delimiter '$'
> NETIUCV driver Version: 1.12 initialized
I cannot find where/how this is output within the source. :-(
netiucv.c:
printk (KERN_NOTICE "netiucv: IUCV network driver " LEVEL "\n");
on the other side I see ctcmain.c:
static void print_banner(void) {
static int printed = 0;
char vbuf[] = "$Revision: 1.46 $";
char *version = vbuf;
if (printed)
return;
if ((version = strchr(version, ':'))) {
char *p = strchr(version + 1, '$');
if (p)
*p = '\0';
} else
version = " ??? ";
printk(KERN_INFO "CTC driver Version%s initialized\n", version);
printed = 1;
}
> Based on another whole bunch of tests I ran, it appears to be a bug in the
> netiucv.o module that doesn't show up when IUCV support is compiled into the
> kernel itself.
Something very strange, or I am looking at the wrong source here.
>
> Florian, is there any chance you could build an install kernel with IUCV
> support compiled in for Chet to test under VIF?
Probably best to create a custom kernel and change the initrd to not load
the iucv driver?
Anybody able to get this running at all? What happens with the rawhide
version?
cu,
Florian La Roche