Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.user > #184864

Re: Help with USB audio card

From David Christensen <dpchrist@holgerdanske.com>
Newsgroups linux.debian.user
Subject Re: Help with USB audio card
Date 2017-08-08 02:30 +0200
Message-ID <uc0zf-80d-1@gated-at.bofh.it> (permalink)
References <ubPaO-83T-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 08/07/17 05:15, Rodolfo Medina wrote:
> Hi all.
>
> I just bought an external USB audio card.  I plugged it into the USB port of my
> PC and plugged a 3.5mm jack microphone into the `mic' input of the card.  It is
> shown in lsusb:
>
> $ lsusb
> Bus 002 Device 005: ID 17ef:602e Lenovo
> Bus 002 Device 003: ID 046d:c312 Logitech, Inc. DeLuxe 250 Keyboard
> Bus 002 Device 002: ID 0438:7900 Advanced Micro Devices, Inc.
> Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
> Bus 001 Device 010: ID 0d8c:013c C-Media Electronics, Inc. CM108 Audio Controlle
> Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card Reader
> Bus 001 Device 002: ID 0438:7900 Advanced Micro Devices, Inc.
> Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
> Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
> Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
>
>
> and also in arecord:
>
> $ arecord --list-devices
> **** List of CAPTURE Hardware Devices ****
> card 1: Generic [HD-Audio Generic], device 0: ALC662 rev3 Analog [ALC662 rev3 Analog]
>   Subdevices: 0/1
>   Subdevice #0: subdevice #0
> card 1: Generic [HD-Audio Generic], device 2: ALC662 rev3 Alt Analog [ALC662 rev3 Alt Analog]
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> card 2: Device [USB PnP Sound Device], device 0: USB Audio [USB Audio]
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
>
> Besides, I ran alsamixer, selected the USB card and unmuted everything.  But
> then, when I try to record, no sound is recorded.  I do:
>
>  $ sox -t alsa hw:2,0 output.wav
>
> , or
>
>  $ arecord -f S16_LE -D hw:2,0 -r 96000 test.wav
>
> , or also within Audacity.  But nothing, my voice is not recorded.  Please help
> whoever can.

STFW I found some information that might be useful.


Here is the chip makers web site:

https://www.cmedia.com.tw/EN/index.html


It looks like two versions of the chip are currently made:

https://www.cmedia.com.tw/products/USB20_FULL_SPEED/CM108AH

https://www.cmedia.com.tw/products/USB20_FULL_SPEED/CM108B


This link indicates that some version of the chip worked on some Linux 
machines at some point in time:

https://linux-hardware.org/index.php?id=usb:0d8c-013c


More links:

http://www.linux-usb.org/USB-guide/x319.html

https://linux-hardware.org/index.php?id=usb:0d8c-013c


There are several links for people with Raspberry Pi boards running 
Raspian.  They made changes to their ALSA configuration to use a CM108 
USB audio interface.  I don't know if those instructions apply to Debian.


Please run the following commands, and cut and past the commands and 
their outputs into a reply:

cat /etc/debian_version

uname -a

dmesg | grep -i cm108 -A 10 -B 10


David

Back to linux.debian.user | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Help with USB audio card Rodolfo Medina <rodolfo.medina@gmail.com> - 2017-08-07 14:20 +0200
  Re: Help with USB audio card Jeremy Nicoll <jn.ml.dbn.25@letterboxes.org> - 2017-08-07 18:10 +0200
    Re: Help with USB audio card Rodolfo Medina <rodolfo.medina@gmail.com> - 2017-08-07 18:30 +0200
  Re: Help with USB audio card David Christensen <dpchrist@holgerdanske.com> - 2017-08-08 02:30 +0200
    Re: Help with USB audio card Rodolfo Medina <rodolfo.medina@gmail.com> - 2017-08-08 09:40 +0200
      Re: Help with USB audio card David Wright <deblis@lionunicorn.co.uk> - 2017-08-08 15:50 +0200
        Re: Help with USB audio card Rodolfo Medina <rodolfo.medina@gmail.com> - 2017-08-08 17:00 +0200
      Re: Help with USB audio card David Christensen <dpchrist@holgerdanske.com> - 2017-08-09 06:10 +0200
        Re: Help with USB audio card Rodolfo Medina <rodolfo.medina@gmail.com> - 2017-08-09 08:40 +0200
          Re: Help with USB audio card Curt <curty@free.fr> - 2017-08-09 11:10 +0200
            Re: Help with USB audio card Rodolfo Medina <rodolfo.medina@gmail.com> - 2017-08-09 14:10 +0200
              Re: Help with USB audio card Curt <curty@free.fr> - 2017-08-09 14:50 +0200
  Re: Help with USB audio card deloptes <deloptes@gmail.com> - 2017-08-08 19:20 +0200
    Re: Help with USB audio card Rodolfo Medina <rodolfo.medina@gmail.com> - 2017-08-08 20:10 +0200
      Re: Help with USB audio card deloptes <deloptes@gmail.com> - 2017-08-09 00:10 +0200
        Re: Help with USB audio card Rodolfo Medina <rodolfo.medina@gmail.com> - 2017-08-09 01:50 +0200
          Re: Help with USB audio card deloptes <deloptes@gmail.com> - 2017-08-09 20:30 +0200
            Re: Help with USB audio card Rodolfo Medina <rodolfo.medina@gmail.com> - 2017-08-09 22:50 +0200
  Re: Help with USB audio card Curt <curty@free.fr> - 2017-08-10 13:20 +0200
    Re: Help with USB audio card Rodolfo Medina <rodolfo.medina@gmail.com> - 2017-08-10 15:10 +0200
      Re: Help with USB audio card Curt <curty@free.fr> - 2017-08-10 17:10 +0200
        Re: Help with USB audio card Rodolfo Medina <rodolfo.medina@gmail.com> - 2017-08-10 17:20 +0200
          Re: Help with USB audio card Curt <curty@free.fr> - 2017-08-10 18:10 +0200
            Re: Help with USB audio card Rodolfo Medina <rodolfo.medina@gmail.com> - 2017-08-10 20:30 +0200
              Re: Help with USB audio card Curt <curty@free.fr> - 2017-08-10 20:40 +0200
                Re: Help with USB audio card Rodolfo Medina <rodolfo.medina@gmail.com> - 2017-08-10 21:10 +0200
      Re: Help with USB audio card Ric Moore <wayward4now@gmail.com> - 2017-08-11 19:00 +0200
      Re: Help with USB audio card Rodolfo Medina <rodolfo.medina@gmail.com> - 2017-08-11 22:40 +0200
        Re: Help with USB audio card Curt <curty@free.fr> - 2017-08-12 14:50 +0200
          Re: Help with USB audio card Rodolfo Medina <rodolfo.medina@gmail.com> - 2017-08-12 22:00 +0200
            Re: Help with USB audio card Rodolfo Medina <rodolfo.medina@gmail.com> - 2017-08-14 09:00 +0200
              Re: Help with USB audio card Curt <curty@free.fr> - 2017-08-14 11:10 +0200
                Re: Help with USB audio card Rodolfo Medina <rodolfo.medina@gmail.com> - 2017-08-14 22:50 +0200

csiph-web