mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Randy.Dunlap" <rddunlap@osdl.org>
To: <maillists@goodontoast.com>
Cc: <linux-kernel@vger.kernel.org>
Subject: Re: SoundBlaster Live! with kernel 2.5.x
Date: Tue, 15 Apr 2003 21:58:54 -0700 (PDT)	[thread overview]
Message-ID: <32822.4.64.197.106.1050469134.squirrel@webmail.osdl.org> (raw)
In-Reply-To: <200304160034.11567.maillists@goodontoast.com>

> On Tuesday 15 April 2003 09:49 pm, Robert Love wrote:
>> On Tue, 2003-04-15 at 20:01, Udo Hoerhold wrote:
>> > I've been running Debian woody with 2.4.20 kernel.  I'm trying to switch
>> to 2.5.  I built 2.5.67 with emu10k driver in the kernel (same as I had
>> with 2.4.20), but I get only a lot of popping sounds from the sound
>> card. I also tried 2.5.50 and 2.5.67-mm3, with the same result.  I
>> googled for emu10k and soundblaster with 2.5, but I haven't seen anyone
>> else with the same problem. Does anyone know what this problem is?
>>
>> Not sure.  It seems to work fine here.
>>
>> Are you using ALSA or OSS?  Best bet is ALSA.  You want something like:
>>
>>         CONFIG_SND=y
>>         CONFIG_SND_SEQUENCER=y
>>         CONFIG_SND_OSSEMUL=y
>>         CONFIG_SND_MIXER_OSS=y
>>         CONFIG_SND_PCM_OSS=y
>>         CONFIG_SND_SEQUENCER_OSS=y
>>         CONFIG_SND_EMU10K1=y
>>
>> And then do not include any of the OSS stuff.
>>
>> Then a normal audio playback on /dev/audio or whatever should work fine.
>>
>> If not, do you see any errors during boot?
>>
>> 	Robert Love
>
> I have the exact configuration you have above.  The soundcard is detected,
> but I do get one error:
>
> Apr 15 22:17:45 hobbiton kernel: Advanced Linux Sound Architecture Driver
> Version 0.9.2 (Thu Mar 20$
> Apr 15 22:17:45 hobbiton kernel: request_module: failed /sbin/modprobe --
> snd-card-0. error = -16
> Apr 15 22:17:45 hobbiton kernel: PCI: Found IRQ 10 for device 02:0b.0 Apr 15
> 22:17:45 hobbiton kernel: PCI: Sharing IRQ 10 with 00:1f.2
> Apr 15 22:17:45 hobbiton kernel: ALSA device list:
> Apr 15 22:17:45 hobbiton kernel:   #0: Sound Blaster Live! (rev.7) at
> 0xdf80, irq 10
>
> I've been ignoring modprobe errors because I know there are some issues with
> 2.5 kernel and modules, and I'm compiling everythiu10k and soundblaster with
2.5, but I haven't seen anyone
>> else with the same problem. Does anyone know what this problem is?
>>
>> Not sure.  It seems to work fine here.
>>
>> Are you using ALSA or OSS?  Best bet is ALSA.  You want something like:
>>
>>         CONFIG_SND=y
>>         CONFIG_SND_SEQUENCER=y
>>         CONFIG_SND_OSSEMUL=y
>>         CONFIG_SND_MIXER_OSS=y
>>         CONFIG_SND_PCM_OSS=y
>>         CONFIG_SND_SEQUENCER_OSS=y
>>         CONFIG_SND_EMU10K1=y
>>
>> And then do not include any of the OSS stuff.
>>
>> Then a normal audio playback on /dev/audio or whatever should work fine.
>>
>> If not, do you see any errors during boot?
>>
>> 	Robert Love
>
> I have the exact configuration you have above.  The soundcard is detected,
> but I do get one error:
>
> Apr 15 22:17:45 hobbiton kernel: Advanced Linux Sound Architecture Driver
> Version 0.9.2 (Thu Mar 20$
> Apr 15 22:17:45 hobbiton kernel: request_module: failed /sbin/modprobe --
> snd-card-0. error = -16
> Apr 15 22:17:45 hobbiton kernel: PCI: Found IRQ 10 for device 02:0b.0 Apr 15
> 22:17:45 hobbiton kernel: PCI: Sharing IRQ 10 with 00:1f.2
> Apr 15 22:17:45 hobbiton kernel: ALSA device list:
> Apr 15 22:17:45 hobbiton kernel:   #0: Sound Blaster Live! (rev.7) at
> 0xdf80, irq 10
>
> I've been ignoring modprobe errors because I know there are some issues with
> 2.5 kernel and modules, and I'm compiling everything into the kernel.  Could
> this be causing a problem, though?

I don't think you need to be ignoring module problems now.

Do you have emu10k1 built as loadable module or in-kernel?

-16 error is saying that the IO region or the IRQ is busy so the
driver can't allocate it.

Is /sbin/modprobe a current version (for 2.5.50++ and recent)?

~Randy




  reply	other threads:[~2003-04-16  4:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-16  0:01 Udo Hoerhold
2003-04-16  1:49 ` Robert Love
     [not found]   ` <200304152228.11010.maillists@goodontoast.com>
2003-04-16  4:34     ` Udo Hoerhold
2003-04-16  4:58       ` Randy.Dunlap [this message]
2003-04-16  6:00         ` Udo Hoerhold
2003-04-16 15:18           ` Randy.Dunlap
2003-04-16  0:40 Alistair Strachan
2003-04-16  4:29 ` Udo Hoerhold
2003-04-16 14:07   ` Alistair Strachan
2003-04-16 15:33 Paolo Ciarrocchi

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=32822.4.64.197.106.1050469134.squirrel@webmail.osdl.org \
    --to=rddunlap@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maillists@goodontoast.com \
    /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®