Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Dec 2000 02:15:59 -0500 (EST)
From:      Tim McMillen <timcm@umich.edu>
To:        Danny <dannyho@bigpond.net.au>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Sound Card How To?
Message-ID:  <Pine.SOL.4.10.10012080209250.21545-100000@qix.gpcc.itd.umich.edu>
In-Reply-To: <00120817032502.00444@freebsd.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help


Actually there is a new section in the handbook for how to configure sound
cards.  See http://www.freebsd.org/handbook/sound.html
	I did the steps you listed there (except pcm not pcm0) with an ISA
card (Not sure if it is PNP or not) and it worked fine.
						Tim

On Fri, 8 Dec 2000, Danny wrote:

> - Hello
> - I haven't configured a sound card for FreeBSD fro a long time
> 
> - Can someone type out if the steps are correct below : -
> 
> 1) Add  "device pcm0" to the Kernel file
> 2) Compile Kernel
> 3) cd /dev
> 4) ./MAKEDEV snd0
> 
> 
> - Here is the output of dmesg for the maillign list : -
> 
> Probing for PnP devices:
> Copyright (c) 1992-1999 FreeBSD Inc.
> Copyright (c) 1982, 1986, 1989, 1991, 1993
> 	The Regents of the University of California. All rights reserved.
> FreeBSD 3.3-RELEASE #0: Thu Sep 16 23:40:35 GMT 1999
>     jkh@highwing.cdrom.com:/usr/src/sys/compile/GENERIC
> Timecounter "i8254"  frequency 1193182 Hz
> CPU: Pentium/P54C (166.59-MHz 586-class CPU)
>   Origin = "GenuineIntel"  Id = 0x52c  Stepping = 12
>   Features=0x1bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8>
> real memory  = 67108864 (65536K bytes)
> avail memory = 61632512 (60188K bytes)
> Preloaded elf kernel "kernel" at 0xc0379000.
> Probing for devices on PCI bus 0:
> chip0: <Intel 82437VX PCI cache memory controller> rev 0x02 on pci0.0.0
> chip1: <Intel 82371SB PCI to ISA bridge> rev 0x01 on pci0.7.0
> ide_pci0: <Intel PIIX3 Bus-master IDE controller> rev 0x00 on pci0.7.1
> vga0: <S3 Trio graphics accelerator> rev 0x54 int a irq 255 on pci0.9.0
> ed1: <NE2000 PCI Ethernet (RealTek 8029)> rev 0x00 int a irq 10 on pci0.10.0
> ed1: address 00:60:67:2c:38:83, type NE2000 (16 bit) 
> CSN 1 Vendor ID: YMH0020 [0x2000a865] Serial 0xffffffff Comp ID: PNPb02f [0x2fb0d041]
> Probing for devices on the ISA bus:
> sc0 on isa
> sc0: VGA color <16 virtual consoles, flags=0x0>
> ed0 not found at 0x280
> fe0 not found at 0x300
> atkbdc0 at 0x60-0x6f on motherboard
> atkbd0 irq 1 on isa
> psm0 not found
> sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa
> sio0: type 16550A
> sio1 at 0x2f8-0x2ff irq 3 on isa
> sio1: type 16550A
> fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
> fd0: 1.44MB 3.5in
> wdc0 at 0x1f0-0x1f7 irq 14 on isa
> wdc0: unit 0 (wd0): <FUJITSU MPD3064AT>
> wd0: 6187MB (12672450 sectors), 13410 cyls, 15 heads, 63 S/T, 512 B/S
> wdc0: unit 1 (atapi): <CD-920E/12A>, removable, intr, dma, iordy
> acd0: drive speed 2062KB/sec, 120KB cache
> acd0: supported read types: CD-DA
> acd0: Audio: play, 255 volume levels
> acd0: Mechanism: ejectable tray
> acd0: Medium: no/blank disc inside, unlocked
> wdc1 not found at 0x170
> wt0 not found at 0x300
> mcd0 not found at 0x300
> matcdc0 not found at 0x230
> scd0 not found at 0x230
> ppc0 at 0x378 irq 7 flags 0x40 on isa
> ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode
> lpt0: <generic printer> on ppbus 0
> lpt0: Interrupt-driven port
> ppi0: <generic parallel i/o> on ppbus 0
> plip0: <PLIP network interface> on ppbus 0
> ie0: unknown board_id: f000
> ie0 not found at 0x300
> ep0 not found at 0x300
> ex0 not found
> le0 not found at 0x300
> lnc0 not found at 0x280
> cs0 not found at 0x300
> ze0 not found at 0x300
> zp0 not found at 0x300
> adv0 not found at 0x330
> bt0 not found at 0x134
> aha0 not found at 0x134
> vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa
> npx0 on motherboard
> npx0: INT 16 interface
> Intel Pentium detected, installing workaround for F00F bug
> changing root device to wd0s1a
> pid 316 (ftp), uid 1000 on /: file system full
> pid 316 (ftp), uid 1000 on /: file system full
> pid 290 (kfm), uid 1000 on /: file system full
> pid 290 (kfm), uid 1000 on /: file system full
> pid 271 (kwm), uid 1000 on /: file system full
> pid 453 (communicator-4.6), uid 1000: exited on signal 10
> cd9660: RockRidge Extension
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.4.10.10012080209250.21545-100000>