Re: Vibra 16 doesn't recognised anymore

1999-12-12 Thread Frank Nobis

On Sat, Dec 11, 1999 at 11:31:39AM +0200, Maxim Sobolev wrote:
 Some time ago my soundcard (Vibra 16C), which worked just fine
 previously, stopped being recognised/attached. Following is relevant
 pieces of dmesg and pnpinfo: 
 
 [...]
 isa_probe_children: probing PnP devices
 unknown0: Creative ViBRA16C PnP at port
 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,5 on isa0
 unknown1: Game at port 0x200-0x207 on isa0
 

Looks like the same problem I had here. Try this path:


*** sbc.c.orig  Mon Dec  6 19:26:31 1999
--- sbc.c   Thu Dec  9 11:37:22 1999
***
*** 107,113 
  
/* Check pnp ids */
error = ISA_PNP_PROBE(device_get_parent(dev), dev, sbc_ids);
!   if (error)
return error;
else
return -100;
--- 107,113 
  
/* Check pnp ids */
error = ISA_PNP_PROBE(device_get_parent(dev), dev, sbc_ids);
!   if (error = 0)
return error;
else
return -100;



Regards,
Frank
-- 
~/.signature not found: wellknown error 42


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Vibra 16 doesn't recognised anymore

1999-12-11 Thread Maxim Sobolev

Some time ago my soundcard (Vibra 16C), which worked just fine
previously, stopped being recognised/attached. Following is relevant
pieces of dmesg and pnpinfo: 

CTL0001: start dependant
CTL0001: adding irq mask 0x20
CTL0001: adding dma mask 0x2
CTL0001: adding dma mask 0x20
CTL0001: adding io range 0x220-0x22f, size=0x10, align=0x1
CTL0001: adding io range 0x330-0x331, size=0x2, align=0x1
CTL0001: adding io range 0x388-0x38b, size=0x4, align=0x1
CTL0001: start dependant
CTL0001: adding irq mask 0x6a0
CTL0001: adding dma mask 0xa
CTL0001: adding dma mask 0xa0
CTL0001: adding io range 0x220-0x28f, size=0x10, align=0x20
CTL0001: adding io range 0x300-0x331, size=0x2, align=0x30
CTL0001: adding io range 0x388-0x38b, size=0x4, align=0x1
CTL0001: start dependant
CTL0001: adding irq mask 0x6a0
CTL0001: adding dma mask 0xa
CTL0001: adding dma mask 0xa0
CTL0001: adding io range 0x220-0x28f, size=0x10, align=0x20
CTL0001: adding io range 0x300-0x331, size=0x2, align=0x30
CTL0001: start dependant
CTL0001: adding irq mask 0x6a0
CTL0001: adding dma mask 0xa
CTL0001: adding dma mask 0xa0
CTL0001: adding io range 0x220-0x28f, size=0x10, align=0x20
CTL0001: start dependant
CTL0001: adding irq mask 0x6a0
CTL0001: adding dma mask 0xa
CTL0001: adding io range 0x220-0x28f, size=0x10, align=0x20
CTL0001: adding io range 0x300-0x331, size=0x2, align=0x30
CTL0001: adding io range 0x388-0x38b, size=0x4, align=0x1
CTL0001: start dependant
CTL0001: adding irq mask 0x6a0
CTL0001: adding dma mask 0xa
CTL0001: adding io range 0x220-0x28f, size=0x10, align=0x20
CTL0001: end dependant
[...]
isa_probe_children: probing PnP devices
unknown0: Creative ViBRA16C PnP at port
0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 drq 1,5 on isa0
unknown1: Game at port 0x200-0x207 on isa0

pnpinfo:
Card assigned CSN #1
Vendor ID CTL0070 (0x70008c0e), Serial Number 0x
PnP Version 1.0, Vendor Version 16
Device Description: Creative ViBRA16C PnP

Logical Device ID: CTL0001 0x01008c0e #0
Device Description: Audio
TAG Start DF
Good Configuration
IRQ: 5  - only one type (true/edge)
DMA: channel(s) 1
 8-bit, not a bus master, count by byte, , Compatibility mode
DMA: channel(s) 5
 16-bit, not a bus master, , count by word, Compatibility mode
I/O Range 0x220 .. 0x220, alignment 0x1, len 0x10
 [16-bit addr]
I/O Range 0x330 .. 0x330, alignment 0x1, len 0x2
 [16-bit addr]
I/O Range 0x388 .. 0x388, alignment 0x1, len 0x4
 [16-bit addr]
TAG Start DF
Acceptable Configuration
IRQ: 5 7 9 10  - only one type (true/edge)
DMA: channel(s) 1 3
 8-bit, not a bus master, count by byte, , Compatibility mode
DMA: channel(s) 5 7
 16-bit, not a bus master, , count by word, Compatibility mode
I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10
 [16-bit addr]
I/O Range 0x300 .. 0x330, alignment 0x30, len 0x2
 [16-bit addr]
I/O Range 0x388 .. 0x388, alignment 0x1, len 0x4
 [16-bit addr]
TAG Start DF
Acceptable Configuration
IRQ: 5 7 9 10  - only one type (true/edge)
DMA: channel(s) 1 3
 8-bit, not a bus master, count by byte, , Compatibility mode
DMA: channel(s) 5 7
 16-bit, not a bus master, , count by word, Compatibility mode
I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10
 [16-bit addr]
I/O Range 0x300 .. 0x330, alignment 0x30, len 0x2
 [16-bit addr]
TAG Start DF
Sub-optimal Configuration
IRQ: 5 7 9 10  - only one type (true/edge)
DMA: channel(s) 1 3
 8-bit, not a bus master, count by byte, , Compatibility mode
DMA: channel(s) 5 7
 16-bit, not a bus master, , count by word, Compatibility mode
I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10
 [16-bit addr]
TAG Start DF
Sub-optimal Configuration
IRQ: 5 7 9 10  - only one type (true/edge)
DMA: channel(s) 1 3
 8-bit, not a bus master, count by byte, , Compatibility mode
I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10
 [16-bit addr]
I/O Range 0x300 .. 0x330, alignment 0x30, len 0x2
 [16-bit addr]
I/O Range 0x388 .. 0x388, alignment 0x1, len 0x4
 [16-bit addr]
TAG Start DF
Sub-optimal Configuration
IRQ: 5 7 9 10  - only one type (true/edge)
DMA: channel(s) 1 3
 8-bit, not a bus master, count by byte, , Compatibility mode
I/O Range 0x220 .. 0x280, alignment 0x20, len 0x10
 [16-bit addr]
TAG End DF



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Vibra 16 doesn't recognised anymore

1999-12-11 Thread Alexander Leidinger

On 11 Dec, Maxim Sobolev wrote:
 Some time ago my soundcard (Vibra 16C), which worked just fine
 previously, stopped being recognised/attached. Following is relevant
 pieces of dmesg and pnpinfo: 

last cvsup: Dec, 9.

sbc0: Creative ViBRA16C PnP at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5 
drq 1,5 on isa0
pcm0: SB PCM Audio on sbc0

Same pnpinfo.

Works well here.

Relevant cutpaste from my kernel-config:
---snip---
device pcm0
device sbc0
---snip---

Bye,
Alexander.

-- 
What we really need is a moment of science in public schools.

http://netchild.home.pages.de Alexander+Home @ Leidinger.net
  Key fingerprint = 7423 F3E6 3A7E B334 A9CC  B10A 1F5F 130A A638 6E7E



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Vibra 16 doesn't recognised anymore

1999-12-11 Thread Maxim Sobolev

Alexander Leidinger wrote:

 On 11 Dec, Maxim Sobolev wrote:
  Some time ago my soundcard (Vibra 16C), which worked just fine
  previously, stopped being recognised/attached. Following is relevant
  pieces of dmesg and pnpinfo:

 last cvsup: Dec, 9.

 sbc0: Creative ViBRA16C PnP at port 0x220-0x22f,0x330-0x331,0x388-0x38b irq 5
 drq 1,5 on isa0
 pcm0: SB PCM Audio on sbc0

 Same pnpinfo.

 Works well here.

 Relevant cutpaste from my kernel-config:
 ---snip---
 device pcm0
 device sbc0

Same is here but it doesn't being attached... Really strange, heh?

-Maxim



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message