Antonio Olivares wrote:
On 3/11/08, grujakg <grujakg@xxxxxxxxx> wrote:
3.17 wrote:
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");
Well, this doesn't work for me, same error...
I'll try to follow Chentsov'a tip, any help would be greatly appreciated.
Thanks
--
View this message in context:
http://www.nabble.com/Patch-for-kernel-version-2.6.24-tp15101327p15993332.html
Sent from the Linux Winmodem Support - Discussion mailing list archive at
Nabble.com.
Please post your error message. Many have complained that kernel
2.6.24.3-12.fc8. has broken many things, like eth0, wireless etc.
There are other kernels on koji, you might need to get a kernel from
there and kernel-devel as well and test it out. I have a Fedora 8
machine, but it is currently down. I would like to test it as well
and report back. I am having troubles with
slmodem-2.9.11-20080XYY.tar.gz package for slmodemd which supports
smartlink modems.
Regards,
Antonio
Sorry for inconvenience, the error messages are the same:
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
Regards
grujakg