Re: Nokia c110 driver

From: Randy.Dunlap
Date: Mon Mar 08 2004 - 18:14:23 EST


On Tue, 09 Mar 2004 00:45:14 +0200 Kliment Yanev wrote:

| -----BEGIN PGP SIGNED MESSAGE-----
| Hash: SHA1
|
|
|
| Randy.Dunlap wrote:
|
| | |
| | | I compared the orinoco_cs drivers in 2.4 and 2.6 and I updated the nokia
| | | driver source. However now I get "-1 unknown symbol in module" when I
| | | try to insmod the module... where should I start troubleshooting?
| |
| | Set the console loglevel to 9 so that you can see all of the
| | kernel messages and then try to reload the module. Some explanatory
| | error message should appear to indicate the problem area.
| |
|
| dmesg handled that. dmesg output below (there was also an
| "unknown symbol CardServices" but I fixed that bu replacing all
| references to CardServices with the pcmcia_functionname functions.
| What are the replacements for these then? (The license string I can
| correct myself)
|
| nokia_c110: module license 'unspecified' taints kernel.
| nokia_c110: Unknown symbol dcfg_new
| nokia_c110: Unknown symbol dllc_register
| nokia_c110: Unknown symbol dllc_delete
| nokia_c110: Unknown symbol dfree
| nokia_c110: Unknown symbol ddev_register
| nokia_c110: Unknown symbol dmgr_pcmcia_action
| nokia_c110: Unknown symbol dcfg_delete
| nokia_c110: Unknown symbol dmgr_new
| nokia_c110: Unknown symbol dllc_new
| nokia_c110: Unknown symbol dprintk
| nokia_c110: Unknown symbol dllc_set_my_mac_addr
| nokia_c110: Unknown symbol dmgr_delete
| nokia_c110: Unknown symbol ddev_unregister
| nokia_c110: Unknown symbol dhw_get_my_mac
| nokia_c110: Unknown symbol dhw_delete
| nokia_c110: Unknown symbol dhw_new
| nokia_c110: Unknown symbol dhw_ISR

I have no idea where these symbols live or come from.

You know, it's possible that you could purchase a card that already
works on Linux 2.6.... that might be a better solution than trying
to use an unknown binary module.

--
~Randy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/