Re: [Alsa-user] UA-4FX problems

2007-11-21 Thread Clemens Ladisch
Isaac wrote:
 I'm having a lot of trouble with the Edirol UA-4FX USB/MIDI soundcard
 in Ubuntu Gutsy. I saw the UA-3FX listed and hoped that the 4FX would
 also work...

 aplay -l
  List of PLAYBACK Hardware Devices 
 card 1: UA4FX [UA-4FX], device 0: USB Audio [USB Audio]

It's there.

 However, typing alsamixer just sends an error message that it can't
 load because there isn't a default soundcard!

The default sound card would be that at index 0.  The UA-4FX is loaded
at index 1.


Try using the sound card configuration utility of your distribution to
configure the order of sound cards.


HTH
Clemens

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] UA-4FX problems

2007-11-21 Thread Mark Constable
On 2007-11-21 09:58 pm, Clemens Ladisch wrote:
  However, typing alsamixer just sends an error message that it can't
  load because there isn't a default soundcard!
 
 The default sound card would be that at index 0.  The UA-4FX is loaded
 at index 1.

ie; try - alsamixer -c1 -Vall

and/or the venerable cat /proc/asound/cards to see what's loaded.

 Try using the sound card configuration utility of your distribution to
 configure the order of sound cards.

Interesting. Which distro has a sound card configuration utility ?

--markc

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


Re: [Alsa-user] UA-4FX problems

2007-11-21 Thread Lee Revell
On Nov 21, 2007 7:01 AM, Mark Constable [EMAIL PROTECTED] wrote:
 On 2007-11-21 09:58 pm, Clemens Ladisch wrote:
  Try using the sound card configuration utility of your distribution to
  configure the order of sound cards.

 Interesting. Which distro has a sound card configuration utility ?


They all should.  For Gnome based systems it's gnome-sound-properties
(system-preferences-sound).

Lee

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user


[Alsa-user] UA-4FX problems

2007-11-19 Thread Isaac
Hi All,

I'm having a lot of trouble with the Edirol UA-4FX USB/MIDI soundcard
in Ubuntu Gutsy. I saw the UA-3FX listed and hoped that the 4FX would
also work...

ALSA: 1.0.14

I tried the following:

aplay -l
 List of PLAYBACK Hardware Devices 
card 1: UA4FX [UA-4FX], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

cat /proc/asound/modules returns:
 1 snd_usb_audio

I created a modutils file called 'alsa' and then ran update-modules:

# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-usb-audio

alias snd-card-0 snd-hda-intel
alias snd-card-1 snd-cmipci
options snd-cmipci id=first mpu_port=0x330

# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-slot-0 snd-card-0
alias sound-slot-1 snd-card-1

# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

I also added


snd-usb-audio

to the end of /etc/modules.


However, typing alsamixer just sends an error message that it can't
load because there isn't a default soundcard! please help!

Regards,
Isaac

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user