Trying to configure USB soundcard without much luck.

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
lazerbeat

Trying to configure USB soundcard without much luck.

Post by lazerbeat »

I am trying to get my USB sound card working but I am not having alot of joy. I know it works in Linux as I have used it in previous mint editions and most recently in xubuntu 9.04 (yeah. im a chronic distrohopper).

Going to System tools > soundmixer, then file > options does display my soundcard but selecting it from the dropdown menu doesnt seem to do anything.

Also

Code: Select all

david@trina ~ $ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: AD198x Digital [AD198x Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: UA25 [EDIROL UA-25], device 0: USB Audio [USB Audio]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
It appears to be detected

Code: Select all

david@trina ~ $ cat /proc/asound/cards
 0 [Intel          ]: HDA-Intel - HDA Intel
                      HDA Intel at 0xee240000 irq 17
 1 [UA25           ]: USB-Audio - EDIROL UA-25
                      Roland EDIROL UA-25 at usb-0000:00:1d.0-1, full speed
but I am not able to switch the UA25 as the default card or even get a peep out of it.

Code: Select all

david@trina ~ $ asoundconf set-default-card UA25
was that I did previous but this doesn't seem to work, any help would be grealy appreciated.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
lazerbeat

Re: Trying to configure USB soundcard without much luck.

Post by lazerbeat »

Thanks very much for the quick response and the links. I have done more reading but just ended up more confused, eveything seems to indicate my card is there

Code: Select all

david@trina ~ $ lsmod | grep usb
snd_usb_audio          89728  0 
snd_pcm                83204  3 snd_hda_intel,snd_usb_audio,snd_pcm_oss
snd_usb_lib            24192  1 snd_usb_audio
snd_hwdep              15236  1 snd_usb_audio
snd_rawmidi            29824  2 snd_usb_lib,snd_seq_midi
snd                    63268  13 snd_hda_intel,snd_usb_audio,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_hwdep,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
usbcore               148848  5 snd_usb_audio,snd_usb_lib,uhci_hcd,ehci_hcd

Code: Select all

david@trina ~ $ asoundconf list
Names of available sound cards:
Intel
UA25
but still cant set the default soundcard
david@trina ~ $ asoundconf set-default-card UA25
david@trina ~ $ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: AD198x Digital [AD198x Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: UA25 [EDIROL UA-25], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
Really would appreciate any more ideas. Also sorry for the trouble.
Locked

Return to “Software & Applications”