| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
|
|
|
|
|
Reviews
|
Views
|
Date product posted
|
|
0
|
3806
|
11-16-2006
|
|
 |
|
Recommended By
|
Average Price
|
Average Rating
|
|
No recommendations
|
None indicated
|
None indicated
|
|
|
|
|
|
|
|
Description:
|
USB subwoofer designed for the original slot-loading imacs. Works alone out of the box, or with an existing sound card (for treble output) when used with an .asoundrc file such as:
Code:
pcm.multi {
type multi;
slaves.b.pcm "hw:0,0";
slaves.b.channels 2;
slaves.c.pcm "hw:1,0";
slaves.c.channels 2;
bindings.0.slave b;
bindings.0.channel 0;
bindings.1.slave b;
bindings.1.channel 1;
bindings.2.slave c;
bindings.2.channel 0;
bindings.3.slave c;
bindings.3.channel 1;
}
pcm.!dmix {
type plug
slave {
pcm multi
channels 4
}
}
pcm.!default {
type plug
slave.pcm "dmix"
slave.channels 4
route_policy duplicate
}
Note that this config has no provisions for crossovers or syncing (noticable after 20 minutes of constant play with my IBM TP600e). This also assumes that your main card and isub are identified as hw0,0 and hw1,0 by alsa. Original taken from http://gentoo-wiki.com/HOWTO_Surround_Sound
Modified for two cards instead of three. If you have any suggestions for config improvements please message me.
|
|
Keywords:
|
subwoofer usb apple h/k
|
|
/sbin/lspci output:
|
(lsusb) Bus 001 Device 005: ID 05fc:0401 Harman Multimedia
|
|
Chipset:
|
Generic USB Audio
|
|
Connection Type:
|
USB 1.1
|
|
|
|
All times are GMT -5. The time now is 02:29 PM.
|