Home Computer Audio Asylum

Music servers and other computer based digital audio technologies.

Linux hints

Some Linux hints related to the Dragonfly

You need to open a terminal first.


1. Find out card number

cat /proc/asound/cards

or store exact result in variable

cardnumber="(cat /proc/asound/cards | grep "\[Dragon" | tr -d " " | cut -f 1 -d "[" )"


2. Setting DF analog volume control from commandline with amixer

amixer -c $cardnumber sset "PCM" 50%

replace $cardnumber with result from 1.

and "50%" with value from range 0%-100%

3. Differentiate DF v1.0 and v1.2

"bcdDevice" variable shows DF revision


[root@abcde ~]# lsusb -vv

Bus 002 Device 002: ID 21b4:0081
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x21b4
idProduct 0x0081
bcdDevice 1.20
iManufacturer 1 AudioQuest inc.
iProduct 2 AudioQuest DragonFly
iSerial 3 (C) 2013 Wavelength Audio, ltd.
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 131
bNumInterfaces 2
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 200mA
...
...


Enjoy.

-----------------------------------------------------------------

blog latest >> The Audio Streaming Series - tuning kit pCP


This post is made possible by the generous support of people like you and our sponsors:
  McShane Design  


Follow Ups Full Thread
Follow Ups
  • Linux hints - soundchekk 04:57:54 04/17/14 (0)

FAQ

Post a Message!

Forgot Password?
Moniker (Username):
Password (Optional):
  Remember my Moniker & Password  (What's this?)    Eat Me
E-Mail (Optional):
Subject:
Message:   (Posts are subject to Content Rules)
Optional Link URL:
Optional Link Title:
Optional Image URL:
Upload Image:
E-mail Replies:  Automagically notify you when someone responds.