mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Richard Mittendorfer <delist@gmx.net>
To: Pavel Machek <pavel@suse.cz>
Cc: linux-kernel@vger.kernel.org
Subject: Re: No sound from SB live!
Date: Sun, 19 Feb 2006 01:33:13 +0100	[thread overview]
Message-ID: <20060219013313.17e91b04.delist@gmx.net> (raw)
In-Reply-To: <20060218234805.GA3235@elf.ucw.cz>

Also sprach Pavel Machek <pavel@suse.cz> (Sun, 19 Feb 2006 00:48:05
+0100):
> Hi!

Hello,

> I tried enabled everything I could in alsamixer, but still could not
> get it to produce some sound :-(.

I usually use some simple mixer like rexima and a small .wav or .ogg 
aplay/play/ogg123'ed for testing. 

Have one of those in a UP P3 here (but 2.6.15):

$ cat /proc/asound/cards
0 [Live ]: EMU10K1 - SBLive! Value [CT4670]
           SBLive! Value [CT4670] (rev.5, serial:0x201102) at 0xdc00,
irq 10

$ cat /proc/asound/devices 
  1:       : sequencer
  4: [0- 0]: hardware dependent
  8: [0- 0]: raw midi
 19: [0- 3]: digital audio playback
 18: [0- 2]: digital audio playback
 26: [0- 2]: digital audio capture
 25: [0- 1]: digital audio capture
 16: [0- 0]: digital audio playback
 24: [0- 0]: digital audio capture
  0: [0- 0]: ctl
  6: [0- 2]: hardware dependent
  9: [0- 1]: raw midi
 10: [0- 2]: raw midi
 33:       : timer

# lsmod    [sound]
emu10k1_gp              1152  0 
snd_emu10k1_synth       4160  0 
snd_emux_synth         26048  1 snd_emu10k1_synth
snd_seq_virmidi         2976  1 snd_emux_synth
snd_seq_midi_emul       4224  1 snd_emux_synth
snd_emu10k1            89284  1 snd_emu10k1_synth
snd_rawmidi            13344  2 snd_seq_virmidi,snd_emu10k1
snd_ac97_codec         69344  1 snd_emu10k1
snd_ac97_bus             768  1 snd_ac97_codec
snd_util_mem            1312  2 snd_emux_synth,snd_emu10k1
snd_hwdep               4320  2 snd_emux_synth,snd_emu10k1

Any message when you try to play a file? Or just no sound output, but
progress while playing? 

sl ritch

  reply	other threads:[~2006-02-19  0:33 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-18 23:14 Pavel Machek
2006-02-18 23:27 ` ghrt
2006-02-18 23:48   ` Pavel Machek
2006-02-19  0:33     ` Richard Mittendorfer [this message]
2006-02-19 21:42       ` Pavel Machek
2006-02-19 22:07         ` Richard Mittendorfer
2006-02-19  0:58     ` Lee Revell
2006-02-19 21:44       ` Pavel Machek
2006-02-20  0:33         ` Lee Revell
2006-02-20  0:39           ` Pavel Machek
2006-02-20  1:33             ` Alistair John Strachan
2006-02-20 23:55               ` Pavel Machek
2006-02-19 11:04 ` Jesper Juhl
2006-02-19 11:18   ` Nick Warne
2006-02-19 19:29     ` Lee Revell
2006-02-19 20:20       ` Nick Warne
2006-02-19 20:31         ` Lee Revell
2006-02-20 19:18           ` Nick Warne
2006-02-20 19:31             ` D. Hazelton
2006-02-19 20:33         ` Lee Revell
2006-02-19 20:51     ` Nishanth Aravamudan
2006-02-19 21:30       ` Lee Revell
2006-02-19 21:47         ` Pavel Machek
2006-02-19 21:50           ` Lee Revell
2006-02-19 23:23             ` Alistair John Strachan
2006-02-19 23:32               ` Lee Revell
2006-02-19 23:46                 ` Pavel Machek
2006-02-19 23:53                   ` Lee Revell
2006-02-20  0:04                     ` Nishanth Aravamudan
2006-02-20  0:11                       ` Lee Revell
2006-02-20  0:57                         ` Nishanth Aravamudan
2006-02-20  0:26                     ` Pavel Machek
2006-02-20  0:30                       ` Lee Revell
2006-02-20  0:42                         ` Pavel Machek
2006-02-20  0:52                           ` Lee Revell
2006-02-19 23:56                 ` Alistair John Strachan
2006-02-20  0:05                   ` Lee Revell
2006-02-20  0:12                     ` David Lang
2006-02-20  0:16                       ` Alistair John Strachan
2006-02-20  0:17                       ` Lee Revell
2006-02-19 21:49         ` Pavel Machek
2006-02-19 21:54           ` Lee Revell
2006-02-19 22:25             ` Pavel Machek
2006-02-19 22:28               ` Lee Revell
2006-02-19 23:04                 ` Lee Revell
2006-02-20 11:15               ` Takashi Iwai
2006-02-20 11:41                 ` Pavel Machek
2006-02-20 19:50                   ` Vojtech Pavlik
2006-02-20 19:52                     ` Pavel Machek
2006-02-19 19:19   ` Pavel Machek
2006-02-22 14:05     ` Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060219013313.17e91b04.delist@gmx.net \
    --to=delist@gmx.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pavel@suse.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®