All of lore.kernel.org
 help / color / mirror / Atom feed
* Dell OEM Soundblaster Live 5.1 with different PCI ID
@ 2002-12-19  9:45 elchhome
  2002-12-19 10:47 ` Takashi Iwai
  0 siblings, 1 reply; 7+ messages in thread
From: elchhome @ 2002-12-19  9:45 UTC (permalink / raw)
  To: alsa-devel

Hello Friends,

Dell ships since a month an OEM Soundblaster Live 5.1 (sb0200) with a 
different PCI ID

for original sblive you got 1102:0002
the Dell version has 1102:0006

I got  no sound with the actual version of the sound driver.
Could anyone be so kind to incorporate this into the source code?

I am willing to supply all information which is needed.
If the problem was allready dealt with by other threads, please don't 
flame me ;)

Thanks & regards





-------------------------------------------------------
This SF.NET email is sponsored by: Geek Gift Procrastinating?
Get the perfect geek gift now!  Before the Holidays pass you by.
T H I N K G E E K . C O M      http://www.thinkgeek.com/sf/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Dell OEM Soundblaster Live 5.1 with different PCI ID
  2002-12-19 10:47 ` Takashi Iwai
@ 2002-12-19 10:47   ` elchhome
  0 siblings, 0 replies; 7+ messages in thread
From: elchhome @ 2002-12-19 10:47 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

Hello Takashi,

thanks for your fast answer :)
I will give you feedback at latest monday, because I am not at home at 
the moment
you are right, this is emu10k1 not audigy
regards
Andreas


Takashi Iwai schrieb:

>At Thu, 19 Dec 2002 10:45:22 +0100,
>elchhome@gmx.de wrote:
>  
>
>>Hello Friends,
>>
>>Dell ships since a month an OEM Soundblaster Live 5.1 (sb0200) with a 
>>different PCI ID
>>
>>for original sblive you got 1102:0002
>>the Dell version has 1102:0006
>>
>>I got  no sound with the actual version of the sound driver.
>>Could anyone be so kind to incorporate this into the source code?
>>    
>>
>
>please try the attached patch.
>this will add the entry as emu10k1 (sb live!).  it seems that the chip
>is emu10k1, not audigy.
>if it works, please let me know.  i'll commit it to cvs.
>
>
>thanks,
>
>Takashi
>  
>




-------------------------------------------------------
This SF.NET email is sponsored by: Geek Gift Procrastinating?
Get the perfect geek gift now!  Before the Holidays pass you by.
T H I N K G E E K . C O M      http://www.thinkgeek.com/sf/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Dell OEM Soundblaster Live 5.1 with different PCI ID
  2002-12-19  9:45 Dell OEM Soundblaster Live 5.1 with different PCI ID elchhome
@ 2002-12-19 10:47 ` Takashi Iwai
  2002-12-19 10:47   ` elchhome
  0 siblings, 1 reply; 7+ messages in thread
From: Takashi Iwai @ 2002-12-19 10:47 UTC (permalink / raw)
  To: elchhome; +Cc: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 587 bytes --]

At Thu, 19 Dec 2002 10:45:22 +0100,
elchhome@gmx.de wrote:
> 
> Hello Friends,
> 
> Dell ships since a month an OEM Soundblaster Live 5.1 (sb0200) with a 
> different PCI ID
> 
> for original sblive you got 1102:0002
> the Dell version has 1102:0006
> 
> I got  no sound with the actual version of the sound driver.
> Could anyone be so kind to incorporate this into the source code?

please try the attached patch.
this will add the entry as emu10k1 (sb live!).  it seems that the chip
is emu10k1, not audigy.
if it works, please let me know.  i'll commit it to cvs.


thanks,

Takashi

[-- Attachment #2: emu10k1-dell.dif --]
[-- Type: application/octet-stream, Size: 683 bytes --]

Index: alsa-kernel/pci/emu10k1/emu10k1.c
===================================================================
RCS file: /suse/tiwai/cvs/alsa/alsa-kernel/pci/emu10k1/emu10k1.c,v
retrieving revision 1.12
diff -u -r1.12 emu10k1.c
--- alsa-kernel/pci/emu10k1/emu10k1.c	9 Dec 2002 10:55:15 -0000	1.12
+++ alsa-kernel/pci/emu10k1/emu10k1.c	19 Dec 2002 10:45:53 -0000
@@ -80,6 +80,7 @@
 
 static struct pci_device_id snd_emu10k1_ids[] __devinitdata = {
 	{ 0x1102, 0x0002, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },	/* EMU10K1 */
+	{ 0x1102, 0x0006, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },	/* Dell OEM version (EMU10K1) */
 	{ 0x1102, 0x0004, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 1 },	/* Audigy */
 	{ 0, }
 };

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Dell OEM Soundblaster Live 5.1 with different PCI ID
@ 2002-12-19 19:02 Jeffrey Kent Ridenour
  0 siblings, 0 replies; 7+ messages in thread
From: Jeffrey Kent Ridenour @ 2002-12-19 19:02 UTC (permalink / raw)
  To: alsa-devel

Hi folks,

I was having the exact same problem, so I tried changing the source using
the diff file provided by Takashi, thanks a lot!  This did make progress
for me, since before, the i couldn't get the driver to modprobe. 

The driver now loads and I can now give gmix/alsamixer to open (couldn't
before).  However, I'm still not getting sound.  when I turn the volume up
and mess with the sliders, I do hear changes in the signal level (i.e. the
noise floor goes up and down), but I haven't been able to get any sounds
or CD's to play.

Is this because the driver really doesn't work?  Or is there something
else that i haven't configured properly?  Any suggestions or response from
anyone would be much appreciated.  (I have a deadline I'm working with,
and I need to decide soon whether I should buy a different soundcard or
not)

jeff



>At Thu, 19 Dec 2002 10:45:22 +0100,
>elchhome@gmx.de wrote:
>> > Hello Friends,
>> > Dell ships since a month an OEM Soundblaster Live 5.1 (sb0200) with a 
>> different PCI ID
>> > for original sblive you got 1102:0002
>> the Dell version has 1102:0006
>> > I got  no sound with the actual version of the sound driver.
>> Could anyone be so kind to incorporate this into the source code?
>
>please try the attached patch.
>this will add the entry as emu10k1 (sb live!).  it seems that the chip
>is emu10k1, not audigy.
>if it works, please let me know.  i'll commit it to cvs.


>thanks,

>Takashi




-------------------------------------------------------
This SF.NET email is sponsored by: Geek Gift Procrastinating?
Get the perfect geek gift now!  Before the Holidays pass you by.
T H I N K G E E K . C O M      http://www.thinkgeek.com/sf/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Dell OEM Soundblaster Live 5.1 with different PCI ID
@ 2002-12-20  3:38 Jeff Ridenour
  2002-12-20 15:02 ` Takashi Iwai
  0 siblings, 1 reply; 7+ messages in thread
From: Jeff Ridenour @ 2002-12-20  3:38 UTC (permalink / raw)
  To: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 2276 bytes --]


Just as an update, when I try to use aplay to play a sound, I get this 
error:

[root@beall-dell-01 sounds]# aplay phone.wav
Playing WAVE 'phone.wav' : Signed 16 bit Little Endian, Rate 44100 Hz,
Stereo
aplay: pcm_write:999: write error: Input/output error
[root@beall-dell-01 sounds]#


So i'm guessing there's still a problem with the emu10k1 driver and this 
dumb oem card?

jeff



On Thursday, December 19, 2002, at 11:02 AM, Jeffrey Kent Ridenour wrote:

Hi folks,

I was having the exact same problem, so I tried changing the source using
the diff file provided by Takashi, thanks a lot!  This did make progress
for me, since before, the i couldn't get the driver to modprobe.

The driver now loads and I can now give gmix/alsamixer to open (couldn't
before).  However, I'm still not getting sound.  when I turn the volume 
up
and mess with the sliders, I do hear changes in the signal level (i.e. 
the
noise floor goes up and down), but I haven't been able to get any sounds
or CD's to play.

Is this because the driver really doesn't work?  Or is there something
else that i haven't configured properly?  Any suggestions or response 
from
anyone would be much appreciated.  (I have a deadline I'm working with,
and I need to decide soon whether I should buy a different soundcard or
not)

jeff



At Thu, 19 Dec 2002 10:45:22 +0100,
elchhome@gmx.de wrote:
Hello Friends,
Dell ships since a month an OEM Soundblaster Live 5.1 (sb0200) with a
different PCI ID
for original sblive you got 1102:0002
the Dell version has 1102:0006
I got  no sound with the actual version of the sound driver.
Could anyone be so kind to incorporate this into the source code?

please try the attached patch.
this will add the entry as emu10k1 (sb live!).  it seems that the chip
is emu10k1, not audigy.
if it works, please let me know.  i'll commit it to cvs.


thanks,

Takashi




-------------------------------------------------------
This SF.NET email is sponsored by: Geek Gift Procrastinating?
Get the perfect geek gift now!  Before the Holidays pass you by.
T H I N K G E E K . C O M      http://www.thinkgeek.com/sf/
_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel


[-- Attachment #2: Type: text/enriched, Size: 3179 bytes --]


Just as an update, when I try to use aplay to play a sound, I get this
error:


<fixed>[root@beall-dell-01 sounds]# aplay phone.wav

Playing WAVE 'phone.wav' : Signed 16 bit Little Endian, Rate 44100 Hz,

Stereo

aplay: pcm_write:999: write error: Input/output error

[root@beall-dell-01 sounds]# 



So i'm guessing there's still a problem with the emu10k1 driver and
this dumb oem card?


jeff



</fixed>

On Thursday, December 19, 2002, at 11:02 AM, Jeffrey Kent Ridenour
wrote:


<color><param>0000,0000,DEDE</param>Hi folks,


I was having the exact same problem, so I tried changing the source
using

the diff file provided by Takashi, thanks a lot!  This did make
progress

for me, since before, the i couldn't get the driver to modprobe. 


The driver now loads and I can now give gmix/alsamixer to open
(couldn't

before).  However, I'm still not getting sound.  when I turn the
volume up

and mess with the sliders, I do hear changes in the signal level (i.e.
the

noise floor goes up and down), but I haven't been able to get any
sounds

or CD's to play.


Is this because the driver really doesn't work?  Or is there something

else that i haven't configured properly?  Any suggestions or response
from

anyone would be much appreciated.  (I have a deadline I'm working with,

and I need to decide soon whether I should buy a different soundcard or

not)


jeff




</color><color><param>0000,6363,1212</param>At Thu, 19 Dec 2002
10:45:22 +0100,

elchhome@gmx.de wrote:

</color><color><param>0000,0000,DEDE</param>Hello Friends,

Dell ships since a month an OEM Soundblaster Live 5.1 (sb0200) with a 

</color><color><param>5454,0000,0000</param>different PCI ID

</color><color><param>0000,0000,DEDE</param>for original sblive you
got 1102:0002

</color><color><param>5454,0000,0000</param>the Dell version has
1102:0006

</color><color><param>0000,0000,DEDE</param>I got  no sound with the
actual version of the sound driver.

</color><color><param>5454,0000,0000</param>Could anyone be so kind to
incorporate this into the source code?

</color><color><param>0000,6363,1212</param>

please try the attached patch.

this will add the entry as emu10k1 (sb live!).  it seems that the chip

is emu10k1, not audigy.

if it works, please let me know.  i'll commit it to cvs.

</color><color><param>0000,0000,DEDE</param>


</color><color><param>0000,6363,1212</param>thanks,

</color><color><param>0000,0000,DEDE</param>

</color><color><param>0000,6363,1212</param>Takashi

</color><color><param>0000,0000,DEDE</param>




-------------------------------------------------------

This SF.NET email is sponsored by: Geek Gift Procrastinating?

Get the perfect geek gift now!  Before the Holidays pass you by.

T H I N K G E E K . C O M     
</color><underline><color><param>1A1A,1A1A,FFFF</param>http://www.thinkgeek.com/sf/</color></underline><color><param>0000,0000,DEDE</param>

_______________________________________________

Alsa-devel mailing list

Alsa-devel@lists.sourceforge.net

</color><underline><color><param>1A1A,1A1A,FFFF</param>https://lists.sourceforge.net/lists/listinfo/alsa-devel</color></underline><color><param>0000,0000,DEDE</param>


</color>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Dell OEM Soundblaster Live 5.1 with different PCI ID
  2002-12-20  3:38 Jeff Ridenour
@ 2002-12-20 15:02 ` Takashi Iwai
  2002-12-21 14:38   ` Thorsten Becker
  0 siblings, 1 reply; 7+ messages in thread
From: Takashi Iwai @ 2002-12-20 15:02 UTC (permalink / raw)
  To: Jeff Ridenour; +Cc: alsa-devel

At Thu, 19 Dec 2002 19:38:05 -0800,
Jeff Ridenour wrote:
> 
> Just as an update, when I try to use aplay to play a sound, I get this
> error:
> 
> [root@beall-dell-01 sounds]# aplay phone.wav
> Playing WAVE 'phone.wav' : Signed 16 bit Little Endian, Rate 44100 Hz,
> Stereo
> aplay: pcm_write:999: write error: Input/output error
> [root@beall-dell-01 sounds]#

this is likely an interrupt problem.
if you set "pnp os" to yes on the bios, try to set it to "no".

but even without interrupts, you should be able to hear CDs.
this is a mixer mis-configuration in most cases.
you'll need to adjust the volume of "Line Playback" and unmute it.
in addition, the volume of "AC97 Playback" must be adjusted and
unmuted.
of course, "PCM" and "Master" must be adjusted and unmuted, too.
to hear WAV, "Wave" must be adjusted and unmuted, too.


Takashi


-------------------------------------------------------
This SF.NET email is sponsored by:  The Best Geek Holiday Gifts!
Time is running out!  Thinkgeek.com has the coolest gifts for
your favorite geek.   Let your fingers do the typing.   Visit Now.
T H I N K G E E K . C O M        http://www.thinkgeek.com/sf/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Dell OEM Soundblaster Live 5.1 with different PCI ID
  2002-12-20 15:02 ` Takashi Iwai
@ 2002-12-21 14:38   ` Thorsten Becker
  0 siblings, 0 replies; 7+ messages in thread
From: Thorsten Becker @ 2002-12-21 14:38 UTC (permalink / raw)
  To: Takashi Iwai, Jeff Ridenour; +Cc: alsa-devel

Am Freitag, 20. Dezember 2002 16:02 schrieb Takashi Iwai:
> this is likely an interrupt problem.
> if you set "pnp os" to yes on the bios, try to set it to "no".

I tried various different bios-settings, none did help

> but even without interrupts, you should be able to hear CDs.
> this is a mixer mis-configuration in most cases.
> you'll need to adjust the volume of "Line Playback" and unmute it.
> in addition, the volume of "AC97 Playback" must be adjusted and
> unmuted.
> of course, "PCM" and "Master" must be adjusted and unmuted, too.
> to hear WAV, "Wave" must be adjusted and unmuted, too.

Everything unmuted and all sliders up - no sound (only the volume level of 
background noise going up and down when I move the sliders in the mixer).
Do you have any other ideas what to try next?

Thorsten


-------------------------------------------------------
This SF.NET email is sponsored by: Order your Holiday Geek Presents Now!
Green Lasers, Hip Geek T-Shirts, Remote Control Tanks, Caffeinated Soap,
MP3 Players,  XBox Games,  Flying Saucers,  WebCams,  Smart Putty.
T H I N K G E E K . C O M       http://www.thinkgeek.com/sf/

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-12-21 14:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-19  9:45 Dell OEM Soundblaster Live 5.1 with different PCI ID elchhome
2002-12-19 10:47 ` Takashi Iwai
2002-12-19 10:47   ` elchhome
  -- strict thread matches above, loose matches on Subject: below --
2002-12-19 19:02 Jeffrey Kent Ridenour
2002-12-20  3:38 Jeff Ridenour
2002-12-20 15:02 ` Takashi Iwai
2002-12-21 14:38   ` Thorsten Becker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.