Re: Sound Blaster Live DD5.1

2003-06-08 Thread Mathew Kanner
 [ Thomas and Emil talk about Dell OEM SB, Emil gives a pciconf ]

Could somebody with Dell OEM card try this patch and report
back?

--Mat

-- 
Brain: Pinky, are you pondering what I'm pondering?
Pinky: I think so Brain, but if you replace the P with an O, my name
would be Oinky, wouldn't it?
--- emu10k1.c   Sun Jun  8 13:56:01 2003
+++ /tmp/e  Sun Jun  8 13:55:37 2003
@@ -1446,6 +1446,9 @@
s = Creative EMU10K2;
break;
 */
+   case 0x00061102:
+   s = Dell EMU10K1;
+   break;
default:
return ENXIO;
}
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Sound Blaster Live DD5.1

2003-06-08 Thread Thomas T. Veldhouse
I tried the patch as you suggest.  The device is now found, but it does not
function.

pcm0:play:0: play interrupt timeout, channel dead

dmesg lists:

pcm0: Dell EMU10K1 port 0xdc40-0xdc5f irq3 at device 9.0 on pci2


Thank you,

Tom Veldhouse

- Original Message - 
From: Mathew Kanner [EMAIL PROTECTED]
To: Thomas T. Veldhouse [EMAIL PROTECTED]; Emil A Eklund
[EMAIL PROTECTED]
Cc: FreeBSD-Current [EMAIL PROTECTED]
Sent: Sunday, June 08, 2003 1:01 PM
Subject: Re: Sound Blaster Live DD5.1


  [ Thomas and Emil talk about Dell OEM SB, Emil gives a pciconf ]

 Could somebody with Dell OEM card try this patch and report
 back?

 --Mat

 -- 
 Brain: Pinky, are you pondering what I'm pondering?
 Pinky: I think so Brain, but if you replace the P with an O, my name
 would be Oinky, wouldn't it?



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Sound Blaster Live DD5.1

2003-06-08 Thread Thomas T. Veldhouse
I have recently purchased a Dell Dimension 8250 which contains a Creative
Labs SoundBlaster Live! DD 5.1 card.  My previous SoundBlaster Live! card
was detected in FreeBSD 4.7, but this one is not detected in this machine
using FreeBSD 5.1 RELEASE (cvsup to it).  No pcm devices show during boot.
Is there a way to give the kernel a hint?  There is no way to shut of PNP in
the BIOS, as Dell as not added this option.

Windows XP is showing:

I/O Range: DC40-DC5F
IRQ: 18

Thanks in advance,

Tom Veldhouse


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Sound Blaster Live DD5.1

2003-06-08 Thread Emil A Eklund
I believe the soundblasters in dell machines are special in some kind, I
have a dell as well and the SB Live that came with it works fine under
windows, but does not work at all under FreeBSD, however I had an old
Live (exact same spec as the one that came with the machine) and it
works just fine, I have no idea what's different about the dell ones.

/Emil A Eklund

On Sun, 2003-06-08 at 17:41, Thomas T. Veldhouse wrote:
 I have recently purchased a Dell Dimension 8250 which contains a Creative
 Labs SoundBlaster Live! DD 5.1 card.  My previous SoundBlaster Live! card
 was detected in FreeBSD 4.7, but this one is not detected in this machine
 using FreeBSD 5.1 RELEASE (cvsup to it).  No pcm devices show during boot.
 Is there a way to give the kernel a hint?  There is no way to shut of PNP in
 the BIOS, as Dell as not added this option.
 
 Windows XP is showing:
 
 I/O Range: DC40-DC5F
 IRQ: 18
 
 Thanks in advance,
 
 Tom Veldhouse
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


Re: Sound Blaster Live DD5.1

2003-06-08 Thread Scott Long
Emil A Eklund wrote:
I believe the soundblasters in dell machines are special in some kind, I
have a dell as well and the SB Live that came with it works fine under
windows, but does not work at all under FreeBSD, however I had an old
Live (exact same spec as the one that came with the machine) and it
works just fine, I have no idea what's different about the dell ones.
/Emil A Eklund

On Sun, 2003-06-08 at 17:41, Thomas T. Veldhouse wrote:

I have recently purchased a Dell Dimension 8250 which contains a Creative
Labs SoundBlaster Live! DD 5.1 card.  My previous SoundBlaster Live! card
was detected in FreeBSD 4.7, but this one is not detected in this machine
using FreeBSD 5.1 RELEASE (cvsup to it).  No pcm devices show during boot.
Is there a way to give the kernel a hint?  There is no way to shut of PNP in
the BIOS, as Dell as not added this option.
Windows XP is showing:

I/O Range: DC40-DC5F
IRQ: 18
Thanks in advance,

Tom Veldhouse

Dell has a bad habit of using unique PCI-ID's for hardware that it buys
from others.  Can both of you do 'pciconf -lv' and post the output?  It
might very well be as easy as just adding the Dell IDs to the driver.
Scott

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Sound Blaster Live DD5.1

2003-06-08 Thread Emil A Eklund
Here goes

I currently have both the dell soundblaster and a boxed soundblaster in
the machine so you should see both.

If there's anything else you'll need let me know.

/Emil

On Sun, 2003-06-08 at 19:00, Scott Long wrote:
 Emil A Eklund wrote:
  I believe the soundblasters in dell machines are special in some kind, I
  have a dell as well and the SB Live that came with it works fine under
  windows, but does not work at all under FreeBSD, however I had an old
  Live (exact same spec as the one that came with the machine) and it
  works just fine, I have no idea what's different about the dell ones.
  
  /Emil A Eklund
  
  On Sun, 2003-06-08 at 17:41, Thomas T. Veldhouse wrote:
  
 I have recently purchased a Dell Dimension 8250 which contains a Creative
 Labs SoundBlaster Live! DD 5.1 card.  My previous SoundBlaster Live! card
 was detected in FreeBSD 4.7, but this one is not detected in this machine
 using FreeBSD 5.1 RELEASE (cvsup to it).  No pcm devices show during boot.
 Is there a way to give the kernel a hint?  There is no way to shut of PNP in
 the BIOS, as Dell as not added this option.
 
 Windows XP is showing:
 
 I/O Range: DC40-DC5F
 IRQ: 18
 
 Thanks in advance,
 
 Tom Veldhouse
 
 
 Dell has a bad habit of using unique PCI-ID's for hardware that it buys
 from others.  Can both of you do 'pciconf -lv' and post the output?  It
 might very well be as easy as just adding the Dell IDs to the driver.
 
 Scott
 
[EMAIL PROTECTED]:0:0:  class=0x06 card=0x01421028 chip=0x25608086 rev=0x01 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82845G/GL/GV/GE/PE DRAM Controller / Host-Hub I/F Bridge'
class= bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:1:0:  class=0x060400 card=0x chip=0x25618086 rev=0x01 
hdr=0x01
vendor   = 'Intel Corporation'
device   = '82845G/GL/GV/GE/PE Brookdale Host-to-AGP Bridge'
class= bridge
subclass = PCI-PCI
[EMAIL PROTECTED]:29:0: class=0x0c0300 card=0x01421028 chip=0x24c28086 rev=0x01 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801DB (ICH4) USB UHCI Controller #1'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:29:1: class=0x0c0300 card=0x01421028 chip=0x24c48086 rev=0x01 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801DB (ICH4) USB UHCI Controller #2'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:29:2: class=0x0c0300 card=0x01421028 chip=0x24c78086 rev=0x01 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801DB (ICH4) USB UHCI Controller #3'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:29:7: class=0x0c0320 card=0x01421028 chip=0x24cd8086 rev=0x01 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801DB (ICH4) USB EHCI Controller'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:30:0: class=0x060400 card=0x chip=0x244e8086 rev=0x81 
hdr=0x01
vendor   = 'Intel Corporation'
device   = '82801BA/CA/DB (ICH2/3/4) Hub Interface to PCI Bridge (244E)'
class= bridge
subclass = PCI-PCI
[EMAIL PROTECTED]:31:0: class=0x060100 card=0x chip=0x24c08086 rev=0x01 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801DB (ICH4) LPC Interface Bridge'
class= bridge
subclass = PCI-ISA
[EMAIL PROTECTED]:31:1: class=0x01018a card=0x01421028 chip=0x24cb8086 rev=0x01 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801DB (ICH4) UltraATA/100 EIDE Controller'
class= mass storage
subclass = ATA
[EMAIL PROTECTED]:31:3: class=0x0c0500 card=0x01421028 chip=0x24c38086 rev=0x01 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801DB (ICH4) SMBus Controller'
class= serial bus
subclass = SMBus
[EMAIL PROTECTED]:0:0:  class=0x03 card=0x80971043 chip=0x028110de rev=0xa1 
hdr=0x00
vendor   = 'NVIDIA Corporation'
device   = 'GeForce4 Ti 4200 with AGP 8x [NV28]'
class= display
subclass = VGA
[EMAIL PROTECTED]:0:0:  class=0x040100 card=0x10031102 chip=0x00061102 rev=0x00 
hdr=0x00
vendor   = 'Creative Labs'
device   = 'emu10k1x Soundblaster Live! 5.1'
class= multimedia
subclass = audio
[EMAIL PROTECTED]:0:1:  class=0x098000 card=0x10031102 chip=0x70041102 rev=0x00 
hdr=0x00
vendor   = 'Creative Labs'
class= input device
[EMAIL PROTECTED]:1:0:  class=0x040100 card=0x00201102 chip=0x00021102 rev=0x04 
hdr=0x00
vendor   = 'Creative Labs'
device   = 'EMU10K1 Audio Chipset (SB Live!)'
class= multimedia
subclass = audio
[EMAIL PROTECTED]:1:1:  class=0x098000 card=0x00201102 chip=0x70021102 rev=0x01 
hdr=0x00
vendor   = 'Creative Labs'
device   = 'PCI Gameport Joystick'
class= input device
[EMAIL PROTECTED]:8:0:  class=0x02 card=0x01421028 chip=0x10398086 rev=0x81 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82801DB (ICH4) PRO/100 VE Network Connection'
class= network
subclass = ethernet


signature.asc