From: Matthieu L. <mla...@ma...> - 2005-08-01 23:35:47
|
Hello there, I am trying to get the drivers to work under panther (10.3.9) with the latest build of the driver (beta 6 for tiger) and my Linksys WPC11. I am having a bit of a hard time. When I load the prefpane or the config tool everything is disabled and I am unable to configure the network. So I tried building my own kext for panther using xCode 2.1 (with panther SDK). Same problem. I get the following message in the console log : "WirelessDriver: Couldn't find a WirelessDriver service in registry - is the card loaded?". When I try to load the kext with kextload (-t) I get the following error: Missing dependencies { "com.apple.iokit.IOPCCardFamily" = "A valid compatible version of this dependency cannot be found" "com.apple.kernel.iokit" = "A valid compatible version of this dependency cannot be found" "com.apple.kpi.bsd" = "A valid compatible version of this dependency cannot be found" "com.apple.iokit.IONetworkingFamily" = "A valid compatible version of this dependency cannot be found" } Anyone could help? Is there a Panther binary out there? Many thanks, Matth |