On my X220 Archlinux, my GoMIC USB microphone works just fine. But I can't seemingly get it working on my rpi. What am I missing?
$this->bbcode_second_pass_code('', '[hendry@alarmpi ~]$ arecord -l
arecord: device_list:268: no soundcards found...
[hendry@alarmpi ~]$ lsusb
Bus 001 Device 005: ID 0cf3:9271 Atheros Communications, Inc. AR9271 802.11n
Bus 001 Device 008: ID 13ba:0001 PCPlay König Electronic CMP-KEYPAD12 Numeric Keypad
Bus 001 Device 007: ID 0781:5580 SanDisk Corp. SDCZ80 Flash Drive
Bus 001 Device 006: ID 17a0:0302 Samson Technologies Corp. GoMic compact condenser microphone
Bus 001 Device 004: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp. SMC9512/9514 USB Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[hendry@alarmpi ~]$ ps aux | grep pulse
hendry 424 0.0 0.1 2324 640 pts/1 S+ 16:02 0:00 grep pulse
[hendry@alarmpi ~]$ sudo ps aux | grep pulse
hendry 426 0.0 0.1 2324 640 pts/1 S+ 16:02 0:00 grep pulse
[hendry@alarmpi ~]$ pacmd list-sources
No PulseAudio daemon running, or not running as session daemon.
[hendry@alarmpi ~]$ pulseaudio --start
[hendry@alarmpi ~]$ pacmd list-sources
1 source(s) available.
* index: 0
name: <auto_null.monitor>
driver: <module-null-sink.c>
flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
state: IDLE
suspend cause:
priority: 1000
volume: front-left: 65536 / 100% / 0.00 dB, front-right: 65536 / 100% / 0.00 dB
balance 0.00
base volume: 65536 / 100% / 0.00 dB
volume steps: 65537
muted: no
current latency: 0.00 ms
max rewind: 344 KiB
sample spec: s16le 2ch 44100Hz
channel map: front-left,front-right
Stereo
used by: 0
linked by: 0
configured latency: 2000.00 ms; range is 0.50 .. 2000.00 ms
monitor_of: 0
module: 16
properties:
device.description = "Monitor of Dummy Output"
device.class = "monitor"
device.icon_name = "audio-input-microphone"
[hendry@alarmpi ~]$ lsmod
Module Size Used by
arc4 1704 2
ath9k_htc 56968 0
snd_soc_wm8804 7896 0
ath9k_common 3172 1 ath9k_htc
ath9k_hw 405621 2 ath9k_common,ath9k_htc
ath 17589 3 ath9k_common,ath9k_htc,ath9k_hw
mac80211 471543 1 ath9k_htc
cfg80211 434187 3 ath,mac80211,ath9k_htc
snd_usb_audio 116336 0
snd_usbmidi_lib 18369 1 snd_usb_audio
evdev 9340 1
snd_hwdep 5965 1 snd_usb_audio
snd_rawmidi 21374 1 snd_usbmidi_lib
snd_seq_device 6481 1 snd_rawmidi
snd_soc_bcm2708_i2s 5653 0
regmap_mmio 2826 1 snd_soc_bcm2708_i2s
leds_gpio 2146 0
snd_soc_core 160676 2 snd_soc_wm8804,snd_soc_bcm2708_i2s
led_class 3731 2 leds_gpio,ath9k_htc
snd_compress 8167 1 snd_soc_core
regmap_spi 1925 2 snd_soc_wm8804,snd_soc_core
bcm2708_dmaengine 5108 0
regmap_i2c 1673 2 snd_soc_wm8804,snd_soc_core
spi_bcm2708 4764 0
virt_dma 2281 1 bcm2708_dmaengine
i2c_bcm2708 4173 0
snd_bcm2835 16293 0
snd_pcm 81885 3 snd_bcm2835,snd_usb_audio,snd_soc_core
snd_page_alloc 5180 1 snd_pcm
snd_timer 20150 1 snd_pcm
snd 61384 10 snd_bcm2835,snd_usb_audio,snd_soc_core,snd_hwdep,snd_timer,snd_pcm,snd_rawmidi,snd_usbmidi_lib,snd_seq_
device,snd_compress
bcm2708_rng 1032 0
rng_core 4147 1 bcm2708_rng
ipv6 303188 0
[hendry@alarmpi ~]$ uname -a
Linux alarmpi 3.10.33-1-ARCH #1 PREEMPT Sat Mar 8 02:21:59 MST 2014 armv6l GNU/Linux
')