eraker
December 11th, 2008, 03:56 AM
I can't post in this thread: http://ubuntuforums.org/showthread.php?t=304217
so I guess I'll just post here.
For the past four years, I've periodically wandered around trying to see if anyone had found a solution to getting WPA to work under an old airport card (orinoco chipset) on an ibook clamshell. This has been almost like a part-time hobby, but I don't know anything about kernel coding so I just wait around for someone to figure out a driver/kernel-module solution and I try it and then if it doesn't work, I wait around some more.
Anyway, I was reading updates to an old thread (the one posted above), and I decided to try this kernel module again to see if it would work. It compiles fine and even seems to load fine but the problem appears to be in associating with the airport card.
I figured out, for instance, that I have to blacklist not only the orinoco_cs module, but also the airport module and the orinoco modules (and in that particular order) in order to get the airport/orinoco modules not to load. But then the compiled module never gets connected with the airport card
For instance, when I run lsmod under the old system I get
Module Size Used by
orinoco 45172 1 airport
hermes 8352 2 airport,orinoco
But then with the new module loaded and the orinoco module removed, lsmod reads like this (the above lines now missing):
Module Size Used by
wlags49_h1_cs 192298 0
pcmcia 48528 1 wlags49_h1_cs
pcmcia_core 49176 1 pcmcia
It seems that after years of part-time looking I'm close to getting a solution on this, but I don't know enough to know why the wlags module is not getting used by the airport/orinoco card. If I could figure that out, I think I could get it to work with WPA_supplicant.
Any ideas anyone would have would be greatly appreciated.
so I guess I'll just post here.
For the past four years, I've periodically wandered around trying to see if anyone had found a solution to getting WPA to work under an old airport card (orinoco chipset) on an ibook clamshell. This has been almost like a part-time hobby, but I don't know anything about kernel coding so I just wait around for someone to figure out a driver/kernel-module solution and I try it and then if it doesn't work, I wait around some more.
Anyway, I was reading updates to an old thread (the one posted above), and I decided to try this kernel module again to see if it would work. It compiles fine and even seems to load fine but the problem appears to be in associating with the airport card.
I figured out, for instance, that I have to blacklist not only the orinoco_cs module, but also the airport module and the orinoco modules (and in that particular order) in order to get the airport/orinoco modules not to load. But then the compiled module never gets connected with the airport card
For instance, when I run lsmod under the old system I get
Module Size Used by
orinoco 45172 1 airport
hermes 8352 2 airport,orinoco
But then with the new module loaded and the orinoco module removed, lsmod reads like this (the above lines now missing):
Module Size Used by
wlags49_h1_cs 192298 0
pcmcia 48528 1 wlags49_h1_cs
pcmcia_core 49176 1 pcmcia
It seems that after years of part-time looking I'm close to getting a solution on this, but I don't know enough to know why the wlags module is not getting used by the airport/orinoco card. If I could figure that out, I think I could get it to work with WPA_supplicant.
Any ideas anyone would have would be greatly appreciated.