I've been trying to get this to work without much success.
I'm able to telnet from the phone to local host, so the inetd should be running alright. ifconfig in the phone gives me the ip I've assigned it (169.254.1.2). Then when I tell it at+mode=13 in Zterm and run 'make load' in AJZaurus src folder it loads the kext fine. Next I go to Network settings and assign the new-found Ethernet port with the ip I want (namely 169.254.1.1). Clicking Apply it starts spouting unholy amounts of errors to my system.log, ex.;
Code:
Oct 26 00:46:08 johns-computer kernel[0]: org_lucidcake_driver_AJZaurusUSB::merWriteComplete (67) - io err: -536854449
Oct 26 00:46:08 johns-computer kernel[0]: org_lucidcake_driver_AJZaurusUSB::merWriteComplete - data length 0
Oct 26 00:46:08 johns-computer kernel[0]: org_lucidcake_driver_AJZaurusUSB::outputPacket(0x36ef6b00)
Oct 26 00:46:08 johns-computer kernel[0]: org_lucidcake_driver_AJZaurusUSB::USBTransmitPacket 0x36ef6b00
Oct 26 00:46:08 johns-computer kernel[0]: org_lucidcake_driver_AJZaurusUSB::USBTransmitPacket - Total packet length 63, Number of mbufs 1
Oct 26 00:46:08 johns-computer kernel[0]: org_lucidcake_driver_AJZaurusUSB::USBTransmitPacket - length=63 checksum=624056c6
Oct 26 00:46:08 johns-computer kernel[0]: org_lucidcake_driver_AJZaurusUSB::dataWriteComplete - pool index=0
Oct 26 00:46:08 johns-computer kernel[0]: org_lucidcake_driver_AJZaurusUSB::setMulticastMode active=1
Oct 26 00:46:08 johns-computer kernel[0]: org_lucidcake_driver_AJZaurusUSB::USBSetPacketFilter 30
Oct 26 00:46:08 johns-computer kernel[0]: org_lucidcake_driver_AJZaurusUSB::setMulticastList addrs=0x3cef690 count=1
Oct 26 00:46:08 johns-computer kernel[0]: org_lucidcake_driver_AJZaurusUSB::USBSetMulticastFilter - filters=0 count=1
Oct 26 00:46:08 johns-computer kernel[0]: org_lucidcake_driver_AJZaurusUSB::USBSetMulticastFilter - No multicast filters supported
Oct 26 00:46:08 johns-computer kernel[0]: org_lucidcake_driver_AJZaurusUSB::outputPacket(0x36f89100)
Any ideas?