About Remote for iPhone and iPod touch

 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS About Remote for iPhone and iPod touch
# 1  
Old 06-25-2009
About Remote for iPhone and iPod touch

Remote is a software application for iPhone and iPod touch that allows you to control audio and video playback in your iTunes library and on Apple TV. This article provides resources that explain how to setup Remote and troubleshooting issues that may arise. Remote can be downloaded from the iTunes Store using the App Store on iPhone or iPod touch as well as with iTunes on your Mac or PC. For information on the features of Remote, visit www.apple.com/itunes/remote/.

More from Apple OS X Support ...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

iPhone and iPod touch application developer's thread

I am a complete noob when it comes to coding... If I could get some help with coding an iPhone or iPod touch application so I can learn the basics, that would be great. For now I want to make something simple that will take me only an hour or so... Basically, I'm not sure what to do... I started... (0 Replies)
Discussion started by: Nintenman
0 Replies
Login or Register to Ask a Question
IPHETH(4)						   BSD Kernel Interfaces Manual 						 IPHETH(4)

NAME
ipheth -- USB Apple iPhone/iPad tethered Ethernet driver SYNOPSIS
To load the driver as a module at boot time, place the following line in loader.conf(5): if_ipheth_load="YES" Alternatively, to compile this driver into the kernel, place the following lines in your kernel configuration file: device uhci device ohci device usb device ipheth DESCRIPTION
The ipheth driver provides support for network access through Apple iPhone and iPad devices, often referred to as USB tethering. ipheth should work with any Apple iPhone or iPad device. In most cases this must be explicitly enabled on the device first. For more information on configuring this device, see ifconfig(8). The device does not support different media types or options. HARDWARE
The following devices are supported by the ipheth driver: o Apple iPhone tethering (all models) o Apple iPad tethering (all models) SEE ALSO
arp(4), cdce(4), intro(4), netintro(4), urndis(4), usb(4), ifconfig(8), usbconfig(8) HISTORY
The ipheth device driver first appeared in FreeBSD 8.2. AUTHORS
The ipheth driver was written by Hans Petter Selasky <hselasky@FreeBSD.org>. BUGS
Some devices may need to be manually configured to use an alternative configuration with the usbconfig(8) utility. A command similar to usbconfig -u 1 -a 2 set_config 3 may be required if the device is not recognised automatically by ipheth after it is connected. BSD
September 30, 2014 BSD