2.6.0-test5 vs. modem cards
From: Norman Diamond (ndiamond_at_wta.att.ne.jp)
Date: 09/14/03
- Previous message: Hans Reiser: "Re: 2.6 kernel large file create problem"
- Next in thread: Russell King: "Re: 2.6.0-test5 vs. modem cards"
- Reply: Russell King: "Re: 2.6.0-test5 vs. modem cards"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: <linux-kernel@vger.kernel.org> Date: Sun, 14 Sep 2003 12:51:36 +0900
When inserting a modem card, 2.6.0-test5 continues to have problems which
earlier 2.6.0-test versions had, which can be solved by booting 2.4.19.
In file 8250_cs.c:
Line 61, identifies itself as "serial_cs.c" instead of "8250_cs.c".
Line 119 identifies itself as "serial_cs" instead of "8250_cs".
My partial understanding of Linux PCMCIA operations yields a guess that line
119 is part of the cause for failure during execution, whereas line 61 only
potentially confuses future maintainers.
Later in the same source file, calls to register_serial() and
unregister_serial() compile but fail during execution. Of course in order
to make it execute in the first place I have to manually modprobe 8250_cs,
because of the reason mentioned above. /var/log/messages gets reports that
those symbols are unknown.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Hans Reiser: "Re: 2.6 kernel large file create problem"
- Next in thread: Russell King: "Re: 2.6.0-test5 vs. modem cards"
- Reply: Russell King: "Re: 2.6.0-test5 vs. modem cards"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|