Hoek n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Monkey Island/Monkey_Island_-_Stan.gif)
Joined: 17 Apr 2003 Posts: 35 Location: Bayreuth, Germany
|
Posted: Sat Jan 15, 2005 3:54 pm Post subject: No USB sound (Creative SB MP3+) |
|
|
Hi everyone,
ok, I'm trying to get sound out of my Creative SoundBlaster MP3+ (external,
USB).
So far, all the logs show me that it's being recognized by snd-usb-audio, at
least:
Code: |
# uname -rp
2.6.10-nitro1 Intel(R) Pentium(R) M processor 1400MHz
# lsmod
...
uhci_hcd 30480 0
ehci_hcd 29188 0
snd_usb_audio 63424 2
snd_pcm 87048 3 snd_pcm_oss,snd_usb_audio
snd_timer 22148 2 snd_seq,snd_pcm
snd_page_alloc 7684 1 snd_pcm
snd_usb_lib 11520 1 snd_usb_audio
snd_rawmidi 20640 1 snd_usb_lib
snd_seq_device 6924 3 snd_seq_oss,snd_seq,snd_rawmidi
snd 47588 12 snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_usb_audio,snd_pcm,snd_timer,snd_rawmidi,snd_seq_device
soundcore 7648 1 snd
...
# lsusb:
...
Bus 001 Device 003: ID 041e:3010 Creative Technology, Ltd
Bus 001 Device 002: ID 0409:0059 NEC Corp. HighSpeed Hub
...
# cat /proc/asound/card0/stream0
Creative Labs Sound Blaster MP3+ at usb-0000:00:1d.7-3.1, full speed : USB
Audio
Playback:
Status: Stop
Interface 1
Altset 1
Format: S16_LE
Channels: 2
Endpoint: 1 OUT (ADAPTIVE)
Rates: 48000
Capture:
Status: Stop
Interface 2
Altset 1
Format: S16_LE
Channels: 2
Endpoint: 2 IN (ASYNC)
Rates: 48000, 44100
# cat /etc/modules.d/alsa
alias char-major-116 snd
alias char-major-14 soundcore
alias snd-card-0 snd-usb-audio
alias sound-slot-0 snd-card-0
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
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
|
All volume settings were demuted and set to max using alsamixer or kmix.
Now when I try to play something in xmms or bmp, the time label gets frozen,
and I don't hear anything (the GUI doesn't freeze, though).
Instead, this is what i get in a console:
Code: | ** WARNING **: alsa_free(): snd_pcm_start() failed: Broken pipe |
This message is outputted infinitely until I kill -9 the player.
Meanwhile, the same happens in the kernel log, the message
Code: | cannot submit datapipe for urb 0, err = -38 |
is also being outputted infinitely.
I've already tried using mmap mode and/or software mixing and playing with
aplay or mplayer.
Nothing helps.
Any ideas?
Thanks,
Artjom |
|