Re: [Alsa-user] starters help (help!)

2015-08-16 Thread chris hermansen
When you issue the command

sudo aplay -L

In the terminal, do you see your card in the list?

Regards, Chris Hermansen
On Aug 16, 2015 11:17, F. Dols f.j.h.d...@gmail.com wrote:

 Hi,

 I need some starting pointers for the following.

 A.
 I use Mint 17.1 and bought the Indigodjx soundcard.

 On
 http://www.alsa-project.org/main/index.php/Matrix:Main

 I do not see the name ECHO nor INDIGO  in the Sound Card List.

 However, I do see the name INDIGODJX in the DRIVERS list.

 What does this mean? Is ALSA able to see this soundcard under Mint 17.1
 or not?


 B.
 I ALSA can see my soundcard, I would like to have some steps for making
 it possible.

 I have ALSA running: My Mixxx shows ALSA and uses ALSA for the build-in
 soundcard that I want to replace with the Indigodjx.

 I do understand what ALSA is, but I have as yet no intention to play
 with soundcard settings.

 My only thing is to have the Indigodjx recognised and used by Mixxx and
 Banshee.


 HOW DO I PROCEED? ( I am willing to make a intro doc based on my
 experiences, but as for now, I have to even know how to start..






 --
 ___
 Alsa-user mailing list
 Alsa-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/alsa-user

--
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] starters help (help!)

2015-08-16 Thread F. Dols
Hi,

I need some starting pointers for the following.

A.
I use Mint 17.1 and bought the Indigodjx soundcard.

On
http://www.alsa-project.org/main/index.php/Matrix:Main

I do not see the name ECHO nor INDIGO  in the Sound Card List.

However, I do see the name INDIGODJX in the DRIVERS list.

What does this mean? Is ALSA able to see this soundcard under Mint 17.1 
or not?


B.
I ALSA can see my soundcard, I would like to have some steps for making 
it possible.

I have ALSA running: My Mixxx shows ALSA and uses ALSA for the build-in 
soundcard that I want to replace with the Indigodjx.

I do understand what ALSA is, but I have as yet no intention to play 
with soundcard settings.

My only thing is to have the Indigodjx recognised and used by Mixxx and 
Banshee.


HOW DO I PROCEED? ( I am willing to make a intro doc based on my 
experiences, but as for now, I have to even know how to start..





--
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] starters help (help!)

2015-08-16 Thread Ralf Mardorf
Perhaps this does help:
https://wiki.debian.org/echoaudio
Mixxx seems to support jack:
http://www.mixxx.org/manual/latest/chapters/configuration.html

Consider to use jack for audio productions.

Perhaps http://ubuntustudio.org/ is a better distro for a newbie, than
Mint is. It has got a user mailing list:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-studio-users

Ubuntu Studio is preconfigured for audio usage.



--
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] starters help (help!)

2015-08-16 Thread F. Dols

Hi Chris,

thanks for the quick reply!

No, only the build-in card is seen:
But I just plugged in the Indigodjx using a USB connector, since my PC
does not have a express slot.

Should I restart or so?



$ sudo aplay -L
[sudo] password for francois43:
default
 Playback/recording through the PulseAudio sound server
null
 Discard all samples (playback) or generate zero samples (capture)
pulse
 PulseAudio Sound Server
sysdefault:CARD=Intel
 HDA Intel, ALC260 Analog
 Default Audio Device
front:CARD=Intel,DEV=0
 HDA Intel, ALC260 Analog
 Front speakers
surround40:CARD=Intel,DEV=0
 HDA Intel, ALC260 Analog
 4.0 Surround output to Front and Rear speakers
surround41:CARD=Intel,DEV=0
 HDA Intel, ALC260 Analog
 4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Intel,DEV=0
 HDA Intel, ALC260 Analog
 5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Intel,DEV=0
 HDA Intel, ALC260 Analog
 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Intel,DEV=0
 HDA Intel, ALC260 Analog
 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
dmix:CARD=Intel,DEV=0
 HDA Intel, ALC260 Analog
 Direct sample mixing device
dsnoop:CARD=Intel,DEV=0
 HDA Intel, ALC260 Analog
 Direct sample snooping device
hw:CARD=Intel,DEV=0
 HDA Intel, ALC260 Analog
 Direct hardware device without any conversions
plughw:CARD=Intel,DEV=0
 HDA Intel, ALC260 Analog
 Hardware device with all software conversions



On 08/16/2015 08:21 PM, chris hermansen wrote:

 sudo aplay -L





--
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] starters help (help!)

2015-08-16 Thread Robert M. Riches Jr.
In another reply, you posted that sudo aplay -L did not show
the Indigodjx card.

I wonder if the udev rule might be missing, which IIUC could
cause the module to not load, which IIUC could cause the card to
not be visible.

Is the INDIGODJX kernel module loaded?

sudo lsmod | grep indigodjx

You might unplug the card from USB and then do one of these

sudo tail -f /var/log/messages

sudo tail -f /var/log/syslog

(whichever works on your system) while plugging the card back in
to USB.  That should tell what udev is doing when the card is
plugged in.  You might also do something similar to this to see
what the kernel says is going on:

sudo dmesg | tail -44

This should tell you if you have any udev rules for your card:

grep -ri indigodjx /etc/udev /lib/udev

That recursive grep would have shown any file in or under those
paths that mentioned indigodjx.  On my Debian 7 system, it does
now return anything.  Debian 7 is pretty old, so perhaps too old
to have a udev rule for the card.

To see if the kernel module can see your card, you might try
this:

sudo modprobe indigodjx

Also, this indicates there's an enable parameter for the module:

sudo modinfo indigodjx

IME, sound cards normally default to enabled, but perhaps this
driver is different.  You might need to manually force it to be
enabled.

HTH

Robert


 Date: Sun, 16 Aug 2015 20:14:10 +0200
 From: F. Dols f.j.h.d...@gmail.com
 To: alsa-user@lists.sourceforge.net

 Hi,

 I need some starting pointers for the following.

 A.
 I use Mint 17.1 and bought the Indigodjx soundcard.

 On
 http://www.alsa-project.org/main/index.php/Matrix:Main

 I do not see the name ECHO nor INDIGO  in the Sound Card List.

 However, I do see the name INDIGODJX in the DRIVERS list.

 What does this mean? Is ALSA able to see this soundcard under Mint 17.1 
 or not?


 B.
 I ALSA can see my soundcard, I would like to have some steps for making 
 it possible.

 I have ALSA running: My Mixxx shows ALSA and uses ALSA for the build-in 
 soundcard that I want to replace with the Indigodjx.

 I do understand what ALSA is, but I have as yet no intention to play 
 with soundcard settings.

 My only thing is to have the Indigodjx recognised and used by Mixxx and 
 Banshee.


 HOW DO I PROCEED? ( I am willing to make a intro doc based on my 
 experiences, but as for now, I have to even know how to start..





 --
 ___
 Alsa-user mailing list
 Alsa-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/alsa-user

--
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user