Date: Sat, 16 Aug 1997 08:58:21 -0600 From: Stephane Raimbault <sraimbau@smaug.devry.ca> To: questions@FreeBSD.ORG Subject: Custom Kernel (sound card) Message-ID: <33F5C00D.2677884E@smaug.devry.ca>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------BB65239671E75C9A13AFFD8F Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi folks, I've been tinkering with my kernel and was wondering how to get my Creative Sound Blaster 32 to work with FreeBSD. I was reading the HandBook that comes with FBSD 2.2.2-RELEASE and it had sound blaster 16. I inserted the lines like it is writen in the handbook. the SB16 drivers seem to find the soundcard. and everything seems to work all right. But I don't know how to test the sound card. I have 2.2.2-RELEASE with the X-Developer installation. I have included some additional files that may help you help me. Thank you for your time, Stephane Raimbault --------------BB65239671E75C9A13AFFD8F Content-Type: text/plain; charset=us-ascii; name="EINSTEIN" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="EINSTEIN" # # EINSTEIN -- einstein machine # # $Id: EINSTEIN,v 1.0-ALPHA 1997/08/15 $ # # Mandatory Keywords machine "i386" cpu "I586_CPU" ident EINSTEIN maxusers 10 config kernel root on wd0 # General Options options "COMPAT_43" options BOUNCE_BUFFERS options UCONSOLE options SYSVSHM options SYSVSEM options SYSVMSG # Filesystem Options options FFS options MSDOSFS options "CD9660" options PROCFS #options MFS # Look into this later #options QUOTA # Look into this later # Basic Controllers and Devices controller isa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr options ATAPI device wcd0 device npx0 at isa? port "IO_NPX" irq 13 vector npxintr # SCSI Controllers # Console, Bus Mouse, and X Server Support device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr # Serial and Parallel Ports device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr # Networking options INET device ed0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector edintr pseudo-device loop pseudo-device ether pseudo-device tun 1 # Sound cards controller snd0 device sb0 at isa? port 0x220 irq 5 conflicts drq 1 vector sbintr options "SBC_IRQ=5" device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 # Pseudo-devices pseudo-device gzip pseudo-device log pseudo-device pty 16 pseudo-device snp 1 pseudo-device vn # Joystick, PC Speaker, Miscellaneous device joy0 at isa? port "IO_GAME" --------------BB65239671E75C9A13AFFD8F Content-Type: text/plain; charset=us-ascii; name="dmesg.boot" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="dmesg.boot" Copyright (c) 1992-1997 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 2.2.2-RELEASE #0: Fri Aug 15 22:14:15 MDT 1997 root@einstein:/usr/src/sys/compile/EINSTEIN CPU: Pentium (133.64-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping=12 Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8> real memory = 33554432 (32768K bytes) avail memory = 30797824 (30076K bytes) Probing for devices on PCI bus 0: chip0 <Intel 82437FX PCI cache memory controller> rev 2 on pci0:0 chip1 <Intel 82371FB PCI-ISA bridge> rev 2 on pci0:7:0 chip2 <Intel 82371FB IDE interface> rev 2 on pci0:7:1 vga0 <VGA-compatible display device> rev 9 on pci0:9 Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> ed0 at 0x300-0x31f irq 10 on isa ed0: address 00:20:a9:0c:9f:53, type NE2000 (16 bit) sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: NEC 765 fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): <Conner Peripherals 2113MB - CFA2161A> wd0: 2015MB (4127760 sectors), 4095 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa npx0 on motherboard npx0: INT 16 interface sb0 at 0x220 irq 5 drq 1 on isa sb0: <SoundBlaster 16 4.13> sbxvi0 at 0x0 drq 5 on isa sbxvi0: <SoundBlaster 16 4.13> sbmidi0 at 0x330 on isa <SoundBlaster MPU-401> joy0 at 0x201 on isa joy0: joystick --------------BB65239671E75C9A13AFFD8F--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?33F5C00D.2677884E>