USB and FireWire Quick Assist


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) OS X Support RSS USB and FireWire Quick Assist
# 1  
Old 11-13-2008
USB and FireWire Quick Assist

When it comes to thinking outside the box in the computer world, there are plenty of devices vying for your eyes. So just how do you connect all those iPods, printers, digital cameras, hard drives, DV cameras, audio interfaces, hubs, and other assorted peripherals to your Mac? Look no further than your computer's USB and FireWire ports.If it's devices that you want to connect, this article will help you get things up and running quick. And if you run into any trouble, we show you how to solve any issues that might pop up.

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. Solaris

How to mount a firewire drive?

Hi, I have a firewire external hard drive that I've been using on a Mac but now want to use on my desktop computer that runs on Solaris 10, but when I plug it into the firewire port, nothing happens. I just assumed that it would mount automatically like a USB device but it doesn't. Can someone... (7 Replies)
Discussion started by: Breanne
7 Replies
Login or Register to Ask a Question
USB_TEMPLATE(4) 					   BSD Kernel Interfaces Manual 					   USB_TEMPLATE(4)

NAME
usb_template -- USB templates SYNOPSIS
To compile this module into the kernel, place the following line in your kernel configuration file: device usb_template To load the module at boot time, place the following line in loader.conf(5): usb_template_load="YES" DESCRIPTION
The usb_template module implements various USB templates that are needed when programming an USB device side driver. A USB template consists of an USB device descriptor, one or more USB configuration descriptors, one or more USB interface descriptors, one or more USB endpoint descriptors, USB strings and additional USB descriptors. The USB template module currently has templates for USB Mass Storage, USB CDC Eth- ernet and Message Transfer Protocol. USB templates are currently selected using the "hw.usb.template" sysctl. The "hw.usb.template" value can be changed at any time, but will not have any effect until the USB device has been re-enumerated. SEE ALSO
usb(4) STANDARDS
The usb_template module complies to the USB 1.0, 2.0 and 3.0 standard. HISTORY
The usb_template module was written by Hans Petter Selasky <hselasky@FreeBSD.org>. BSD
March 18, 2014 BSD