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
SND_UAUDIO(4)						   BSD Kernel Interfaces Manual 					     SND_UAUDIO(4)

NAME
snd_uaudio -- USB audio device driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device sound device usb device snd_uaudio Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): snd_uaudio_load="YES" DESCRIPTION
The snd_uaudio driver provides support for USB audio class devices. A USB audio device consists of a number of components: input terminals (e.g. USB digital input), output terminals (e.g. speakers), and a num- ber of units in between (e.g. volume control). Refer to the 'USB Audio Class Specification' for more information. SEE ALSO
sound(4), usb(4) USB Audio Class Specifications, http://www.usb.org/developers/devclass_docs/. HISTORY
The snd_uaudio driver first appeared in FreeBSD 4.7. AUTHORS
This manual page was adopted from NetBSD 1.6 and modified for FreeBSD by Hiten Pandya <hmp@FreeBSD.org>. BUGS
The PCM framework in FreeBSD, as of this writing, does not handle device un-registrations in a properly abstracted manner, i.e., a detach request is refused by the PCM framework if the device is in use. For USB and supposedly other detach-able busses, it is necessary to allow the device un-registration to complete successfully, otherwise the driver leaves wild pointers to invalid data structures and thus leading to a panic. BSD
December 15, 2005 BSD