grujakg wrote: > > > > Stefan Puch-3 wrote: >> >> ... >> >> The patch is attached this mail. Copy it into martian/kmodule and run >> "patch -p0 < martian-patch-kernel-2.6.24.diff" >> >> ... >> > > Got the same problem after updating to 2.6.24.3-12.fc8. > > I've found same appropriate patch on nv forum, but after successful build > and installation I'm receiving this martian errors: > > ... > kernel: martian loaded - KMARTIAN_STAMP > kernel: ACPI: PCI Interrupt 0000:02:0a.0[A] -> Link [APC3] -> GSI 18 > (level, low) -> IRQ 18 > kernel: "martian_dev": added device 11c1:440 BaseAddress = 0xa400, > CommAddres = 0xa000, irq = 18 > martian: error: Common area unrecognized, no terminating signature > kernel: "martian_dev": martian_modem is detached > ... > > any suggestions, please. > > thanks in advance > In addition to the problem solved by the patch mentioned above, common->kstamp is messed up. This very unclean patch should handle it. --- modem/mport.c.orig 2008-03-10 17:50:03.000000000 +0000 +++ modem/mport.c 2008-03-10 17:47:29.000000000 +0000 @@ -319,6 +319,9 @@ 0x0 ); + strcpy (common->kstamp, "20061202\0"); + strcpy (common->tsignature, "martiaN\0"); + if (common == MAP_FAILED) { LOGSYSERR (Error, "mmap"); LOGERR ("Failed to map device common data block\n"); -- View this message in context: http://www.nabble.com/Patch-for-kernel-version-2.6.24-tp15101327p15951720.html Sent from the Linux Winmodem Support - Discussion mailing list archive at Nabble.com.