can't locate module ^^F^Y^C$J solved!

George (greerga@nidhogg.ham.muohio.edu)
Fri, 10 Apr 1998 00:26:22 -0400 (EDT)


(2.1.94)

I've finally found the cause of those wretched messages:
"can't locate module ^^F^Y^C$J"

Using printk I found out:
Apr 9 23:17:47 moving kernel: I have a #35125 in sock_ioctl.
Apr 9 23:17:47 moving kernel: Module '^^F^Y^C$J' for ioctl 35125.

Which translates to:
linux/sockios.h:#define SIOCGIFPFLAGS 0x8935

in net/ipv4/af_inet.c in:
static int inet_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)

moving:/var/src/linux/net/ipv4# fgrep -C SIOCGIFPFLAGS *.c
af_inet.c- case SIOCSIFDSTADDR:
af_inet.c- case SIOCSIFPFLAGS:
af_inet.c: case SIOCGIFPFLAGS:
af_inet.c- case SIOCSIFFLAGS:
af_inet.c- return(devinet_ioctl(cmd,(void *) arg));

Which is suspiciously absent from 'devinet.c' in devinet_ioctl().

-George

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu