at first, please forgive me my bad english:-/
i enabled the toggle with setting the plist entry to 1023
and enabled syslog on the iphone.
it's quite interessting to see that the dhcpserver is starting and everything needed to patch the connection trough. i left bluetooth off and only tried it via usb and the toogle was gone with starting systempreferences on my mac...
By looking at the launchparameter for the misd-daemon, i found, that the option "-d" is set. on a 3g-iphone its the same.
maybe there is a launch option that enables the sharing via edge/gprs or misd needs to be patched. my thoughts are that we dont need to search for a plist with a missing setting because the daemon is starting and i haven't found a difference between the iphone3g and the iphone2g pref-files at a first look through.
this seems to be the interesting part in the log
(@fgsch i know you have posted already parts of it, but as far as i can see there are more interessting things:-)):
Code:
Jun 24 23:19:35 iPhone kernel[0]: AppleUSBEthernetDevice::message: kIOUSBDeviceInterfaceMessageTypeSetAlternateSetting, new alt-setting 1
Jun 24 23:19:35 iPhone configd[15]: usbeth_controller_changed:343 Message: 0xe3ff8201, 0x1
Jun 24 23:19:35 iPhone configd[15]: usbeth_controller_changed:349 kAppleUSBEthernet_Enabled: 0x1
Jun 24 23:19:35 iPhone configd[15]: usbeth_start_sharing:236 Created sharing session
Jun 24 23:19:35 iPhone misd[282]: creating internal interface (broadcast) devname en1
Jun 24 23:19:35 iPhone misd[282]: creating external interface (pdp) devname ext-pdp-0
Jun 24 23:19:35 iPhone misd[282]: creating service com.apple.MobileInternetSharing.broadcast-0
Jun 24 23:19:35 iPhone misd[282]: invalidating cached carrier provisioning state
Jun 24 23:19:35 iPhone configd[15]: usbeth_start_sharing:255 _MISStartServiceDHCP(0xd63b, en1, ) failed: 45
Jun 24 23:19:35 iPhone misd[282]: carrier service is not available
Jun 24 23:19:35 iPhone misd[282]: invalidating cached carrier provisioning state
Jun 24 23:19:35 iPhone misd[282]: carrier service is not available
Jun 24 23:19:35 iPhone configd[15]: usbeth_dynamic_store_changed:523 key=com.apple.MobileInternetSharing
Jun 24 23:19:35 iPhone misd[282]: PDP[nowait]: Operation not supported
Jun 24 23:19:35 iPhone configd[15]: usbeth_handle_sharing_changed:417 enabled=FALSE interface=<NULL>, sSharedInterface=<NULL>
Jun 24 23:19:35 iPhone misd[282]: invalidating cached carrier provisioning state
Jun 24 23:19:35 iPhone configd[15]: usbeth_handle_sharing_changed:442 IOUSBDeviceConfigurationAddInterface(kIOUSBDeviceInterfaceTypeEthernet) succeeded
Jun 24 23:19:35 iPhone misd[282]: carrier service is not available
Jun 24 23:19:35 iPhone misd[282]: invalidating cached carrier provisioning state
Jun 24 23:19:35 iPhone misd[282]: carrier service is not available
Jun 24 23:19:35 iPhone misd[282]: unable to start com.apple.MobileInternetSharing.broadcast-0: Operation not supported
Jun 24 23:19:35 iPhone misd[282]: destroying service com.apple.MobileInternetSharing.broadcast-0
Jun 24 23:19:35 iPhone misd[282]: destroying internal interface (broadcast) devname en1
Jun 24 23:19:35 iPhone misd[282]: destroying external interface (pdp) devname ext-pdp-0
Jun 24 23:19:36 iPhone Preferences[299]: BTM: setting discoverable status disabled
Jun 24 23:19:36 iPhone Preferences[299]: BTM: BTLocalDeviceSetDiscoverable returned error 111
Jun 24 23:19:39 iPhone kernel[0]: virtual IOReturn AppleUSBDeviceMux::message(UInt32, IOService*, void*) - kMessageInterfaceWasDeActivated
Jun 24 23:19:39 iPhone kernel[0]: AppleUSBDeviceMux::reportStats: USB mux statistics:
Jun 24 23:19:39 iPhone kernel[0]: USB mux: 489 reads / 0 errors, 873 writes / 0 errors
Jun 24 23:19:39 iPhone kernel[0]: USB mux: 0 short packets, 0 dups
Jun 24 23:19:39 iPhone /usr/libexec/ptpd[215]: PTP interface has been deactivated.
Jun 24 23:19:39 iPhone configd[15]: usbeth_controller_changed:343 Message: 0xe3ff8201, 0x0
Jun 24 23:19:39 iPhone configd[15]: usbeth_controller_changed:349 kAppleUSBEthernet_Enabled: 0x0
Jun 24 23:19:39 iPhone configd[15]: usbeth_handle_notification:701 Host is not trusted
Jun 24 23:19:39 iPhone configd[15]: usbeth_handle_notification:701 Host is trusted
Jun 24 23:19:39 iPhone /usr/libexec/ptpd[215]: PTP interface bas been activated at high speed.
Jun 24 23:19:40 iPhone afcd[314]: user mobile has uid 501
Jun 24 23:19:40 iPhone afcd[316]: user mobile has uid 501
Jun 24 23:19:40 iPhone CommCenter[31]: Deactivated PDP context 0 that supports connection types 0xfffffff9
Jun 24 23:19:40 iPhone configd[15]: .838 (+82.398) SCDynamicStore "network" notification\nState:/Network/Interface/pdp_ip0/IPv4 : removed
Jun 24 23:19:41 iPhone configd[15]: found matching in stage: Online, waitingonui=false disabled=false
Bookmarks