I can't seem to get this to work on my Fedora Core 6 system..
I managed to compile it, but I needed to make one small change:
#include "usb-serial.h"
to:
#include <linux/usb/serial.h>
It then compiled, but on trying to insert the module it crashes with:
FATAL: Error inserting airprime (/lib/modules/2.6.18-1.2798.fc6/kernel/drivers/usb/serial/airprime.ko): Invalid module format
And the the system log shows:
drivers/usb/serial/usb-serial.c: USB Serial Driver core airprime: disagrees about version of symbol struct_module
My Kernel version is: 2.6.18-1.2798
Any ideas?
Thanks!
Reply
Who am I?
Samat Jain is co-founder of a web services company based in his hometown, Rhombic Networks, LLC, where he currently serves as CTO, system administrator, and programmer.
If you like his site, please leave a comment on your favorite posting, or contact Samat and let him know!
Error on Fedora Core 6
Hi,
I can't seem to get this to work on my Fedora Core 6 system..
I managed to compile it, but I needed to make one small change:
#include "usb-serial.h"to:
#include <linux/usb/serial.h>It then compiled, but on trying to insert the module it crashes with:
FATAL: Error inserting airprime (/lib/modules/2.6.18-1.2798.fc6/kernel/drivers/usb/serial/airprime.ko): Invalid module formatAnd the the system log shows:
drivers/usb/serial/usb-serial.c: USB Serial Driver coreairprime: disagrees about version of symbol struct_module
My Kernel version is: 2.6.18-1.2798
Any ideas? Thanks!