Re: [Alsa-user] ice1712 asound.conf issue

2009-01-22 Thread Thomas Kuther
On Do, 22.01.09 10:14 sonof...@iinet.net.au sonof...@iinet.net.au
wrote:

 
 
 
  Hi All 
 
 I am having problems getting my M-Audio delta 1010 to  be my default
 device. I have tried numerous iterations of asound.conf. 
 
 Can someone send an example through?
 
 Regards
 
 Allan 
 

It's easier to just change the order of cards statically by using
index=x option when the modules are loaded.

Here is an example for an ICE1712 card as primary, and the onboard
chip as secondary device:

/etc/modprobe.d/alsa on my system, may vary on other distros...


# Set this to the correct number of cards.
options snd cards_limit=2

# the M-Audio
alias snd-card-0 snd-ice1712
alias sound-slot-0 snd-ice1712
options snd-ice1712 index=0
# the ATI onboard
alias snd-card-1 snd-hda-intel
alias sound-slot-1 snd-hda-intel
options snd-hda-intel model=6stack-dig index=1


Hope that helps.

Thomas


signature.asc
Description: PGP signature
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] ice1712 asound.conf issue

2009-01-22 Thread Julien Claassen
Hi!
   I always did something like this:
~/.asoundrc or /etc/asound.conf [snippet]
pcm.!default
{
   type plug
   slave
   {
 pcm hw:1
   }
}
   That's if your card is the second. You could use type hw, probably, but I 
never really experimented much in the last years.
   Kindest regards
 Julien


Music was my first love and it will be my last (John Miles)

 FIND MY WEB-PROJECT AT: 
http://ltsb.sourceforge.net
the Linux TextBased Studio guide
=== AND MY PERSONAL PAGES AT: ===
http://www.juliencoder.de

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] more help with multiple usb devices

2009-01-22 Thread Dominique Michel
Le Thu, 22 Jan 2009 11:32:19 +0900,
sonof...@iinet.net.au sonof...@iinet.net.au a écrit :

 
  Cool, 
 
  That sets up the device locations in /dev  according to their bus location
  so I'm assuming this sets up the order to be fixed It would be nice to
  setup them up in a preference order, however, this will probably do. 
 
  I'll try this tonight after work

 Once you get that to work, you can figure out how to match on physical 
 addresses, and create symlinks that make more sense.
 
 udev is very zen-like; it's utterly incomprehensible until one day the 
 ghost of Alan Turing whacks you on the back of the head with an old 8K 
 core board and you shout, God, why didn't I see that before!
 
 --Yan
 )
 
 LOL... 
 
 I really don't want to spend enough time to reach that state, I'd like to get
 back to my music, and my girlfriend. 
 
 So long as I can get the ouput from 'aconnect -i' to always look the same
 then I'll be happy :) 

You can use lsusb in order to get strings like the serial number or the name of
your usb devices.

Those strings can be used to write your own udev rules. As example

SUBSYSTEMS==usb, ATTRS{serial}==100, KERNEL==sd?2, SYMLINK+=usbdrivea2

will create a symlink /dev/usbdrivea2 to the kernel device for sd?2 (the second
partition on the usb drive with serial number 100).

This way, you will get symplinks they are easy to remember and predictables.

Cheers,
Dominique
 
 --
 This SF.net email is sponsored by:
 SourcForge Community
 SourceForge wants to tell your story.
 http://p.sf.net/sfu/sf-spreadtheword
 ___
 Alsa-user mailing list
 Alsa-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/alsa-user

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] (no subject)

2009-01-22 Thread kid masta



Hello. First, thanks for your attention.
I Am writing to tell you my problem with my USB sound card. I am a Lexicon 
Lambda user, and is not supported by ALSA. I can't create musix with LMMS, 
reaper, hydrogen... What can I do? Is there a solution? Could the Alsa team 
contact with Lexicon?
 
Thank you. I'm waiting for your response.
_
Chatea sin límites en Messenger con la tarifa plana de Orange
 http://serviciosmoviles.es.msn.com/messenger/orange.aspx--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] default to digital

2009-01-22 Thread Floris
Hey James,

try this:
echo 'pcm.!default spdif'~/.asoundrc

Or find in Alsa mixer a setting like IEC958 Optical Raw
and make sure it is enabled.

Good luck,

floris

James schreef:
 how to I set alsa to use -Dplug:spdif as the default?

 $ aplay -L
 default:CARD=NVidia
 HDA NVidia, ALC888 Analog
 Default Audio Device
 front:CARD=NVidia,DEV=0
 HDA NVidia, ALC888 Analog
 Front speakers
 surround40:CARD=NVidia,DEV=0
 HDA NVidia, ALC888 Analog
 4.0 Surround output to Front and Rear speakers
 surround41:CARD=NVidia,DEV=0
 HDA NVidia, ALC888 Analog
 4.1 Surround output to Front, Rear and Subwoofer speakers
 surround50:CARD=NVidia,DEV=0
 HDA NVidia, ALC888 Analog
 5.0 Surround output to Front, Center and Rear speakers
 surround51:CARD=NVidia,DEV=0
 HDA NVidia, ALC888 Analog
 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
 surround71:CARD=NVidia,DEV=0
 HDA NVidia, ALC888 Analog
 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
 iec958:CARD=NVidia,DEV=0
 HDA NVidia, ALC888 Digital
 IEC958 (S/PDIF) Digital Audio Output
 null
 Discard all samples (playback) or generate zero samples (capture)

 --
 This SF.net email is sponsored by:
 SourcForge Community
 SourceForge wants to tell your story.
 http://p.sf.net/sfu/sf-spreadtheword
 ___
 Alsa-user mailing list
 Alsa-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/alsa-user
   

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] default to digital

2009-01-22 Thread sonof...@iinet.net.au
Hi 

Depending on your use for the digital out... (i.e. HTPC) this could be what you 
need. 

http://www.mail-archive.com/mythtv-us...@mythtv.org/msg18716.html

I use this (modified for my card) on my main MythTV box.. Also note.. the audio 
driver with the nforce4 chip needs the IEC port activated but volume set to 
0... go figure.. 


 On Fri Jan 23  3:18 , Floris  sent:

Hey James,

try this:
echo 'pcm.!default spdif'~/.asoundrc

Or find in Alsa mixer a setting like IEC958 Optical Raw
and make sure it is enabled.

Good luck,

floris

James schreef:
 how to I set alsa to use -Dplug:spdif as the default?

 $ aplay -L
 default:CARD=NVidia
 HDA NVidia, ALC888 Analog
 Default Audio Device
 front:CARD=NVidia,DEV=0
 HDA NVidia, ALC888 Analog
 Front speakers
 surround40:CARD=NVidia,DEV=0
 HDA NVidia, ALC888 Analog
 4.0 Surround output to Front and Rear speakers
 surround41:CARD=NVidia,DEV=0
 HDA NVidia, ALC888 Analog
 4.1 Surround output to Front, Rear and Subwoofer speakers
 surround50:CARD=NVidia,DEV=0
 HDA NVidia, ALC888 Analog
 5.0 Surround output to Front, Center and Rear speakers
 surround51:CARD=NVidia,DEV=0
 HDA NVidia, ALC888 Analog
 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
 surround71:CARD=NVidia,DEV=0
 HDA NVidia, ALC888 Analog
 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
 iec958:CARD=NVidia,DEV=0
 HDA NVidia, ALC888 Digital
 IEC958 (S/PDIF) Digital Audio Output
 null
 Discard all samples (playback) or generate zero samples (capture)

 --
 This SF.net email is sponsored by:
 SourcForge Community
 SourceForge wants to tell your story.
 http://p.sf.net/sfu/sf-spreadtheword
 ___
 Alsa-user mailing list
 Alsa-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/alsa-user
   

--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user
)


--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user