TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:19621] Fre(e)BSD, KDE, and SB PCI 128



Here is my kernel config (attached)

If you'd rather have me paste the entire thing.  Let me know.





On Sat, 15 Jul 2000, you wrote:
> What are the lines in your kernel config?  I'm not sure if FreeBSD 3.4 uses the psm device (it might be new with 4.0, IIRC), but psm is definitely the way to
> go.  Besides, 4.0 adds many other nifty features like an extremely fast VM and
> some new memory stuff...  It's _fast_.
> 
> Gabe
> 
> On Sat, Jul 15, 2000 at 05:25:03PM -0500, Eric F Crist wrote:
> > Hey all,
> > 
> > I've posted this before.  I am having trouble getting my sound to work on
> > FreeBSD 3.4 with KDE.  I have got the right stuff compiled in my kernel (I
> > think).
> > 
> > Before, I couldn't put a CD into the CDROM and press the play button on the
> > front and have it work.  Now, after I've added some lines to my kernel config,
> > it does.  However, when I try to run any sound application, I get device not
> > configured, or permission denied (do a chmod a+rw /dev/<dev name here>
> > I know this isn't the problem, because when I look at the perms for that
> > device, they're crw-rw-rw (or 666).  Help, please.
> > 
> > 
> > 
> > -- 
> > Eric F Crist
> > System Administrator
> > Ardent-Hacker.net
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tclug-list-unsubscribe@mn-linux.org
> > For additional commands, e-mail: tclug-list-help@mn-linux.org
> 
> -- 
> --------------------------------------------------------------------------------
> Gabe Turner		X-President, ACM @ U of MN	     dopp@acm.cs.umn.edu
> 
> "Da..Deep in Logwood Forest, there once lived a man who wore the finest
>  green leotards.  But we'll forgive him because he was the finest archer
>  in all the land."
> 		    - Stimpson J. Cat in "Robin Hoek"
> --------------------------------------------------------------------------------
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tclug-list-unsubscribe@mn-linux.org
> For additional commands, e-mail: tclug-list-help@mn-linux.org
-- 
Eric F Crist
System Administrator
Ardent-Hacker.net
#Armageddon Kernel v1.0
machine		"i386"
cpu		"I686_CPU"
ident		Armagenddon
maxusers	32

options 	MATH_EMULATE		#Support for x87 emulation
options 	INET			#InterNETworking
options 	FFS			#Berkeley Fast Filesystem
options 	FFS_ROOT		#FFS usable as root device [keep this!]
options 	MFS			#Memory Filesystem
options 	MFS_ROOT		#MFS usable as root device, "MFS" req'ed
options 	NFS			#Network Filesystem
options 	NFS_ROOT		#NFS usable as root device, "NFS" req'ed
options 	MSDOSFS			#MSDOS Filesystem
options 	"CD9660"		#ISO 9660 Filesystem
options 	"CD9660_ROOT"		#CD-ROM usable as root. "CD9660" req'ed
options 	PROCFS			#Process filesystem
options 	"COMPAT_43"		#Compatible with BSD 4.3 [KEEP THIS!]
options 	SCSI_DELAY=15000	#Be pessimistic about Joe SCSI device
options 	UCONSOLE		#Allow users to grab the console
options 	FAILSAFE		#Be conservative
options 	USERCONFIG		#boot -c editor
options 	VISUAL_USERCONFIG	#visual boot -c editor
options 	KTRACE			#ktrace(1) syscall trace support
options 	SYSVSHM			#SYSV-style shared memory
options 	SYSVMSG			#SYSV-style message queues
options 	SYSVSEM			#SYSV-style semaphores
options		IPFIREWALL		#IP Firewall
options		IPDIVERT		#IP Divert
#options		EXT2FS			#EXT2 (linux) File System support
#options		SC_KERNEL_CONS_ATTR("FG_BLUE|BG_BLACK")
config		kernel	root on wd0
controller	isa0
controller	pnp0			# PnP support for ISA
controller	eisa0
controller	pci0
controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2
disk		fd0	at fdc0 drive 0
disk		fd1	at fdc0 drive 1
options		"CMD640"	# work around CMD640 chip deficiency
controller	wdc0	at isa? port "IO_WD1" bio irq 14
disk		wd0	at wdc0 drive 0
disk		wd1	at wdc0 drive 1
controller	wdc1	at isa? port "IO_WD2" bio irq 15
disk		wd2	at wdc1 drive 0
disk		wd3	at wdc1 drive 1
options		ATAPI		#Enable ATAPI support for IDE bus
options		ATAPI_STATIC	#Don't do it as an LKM
device		acd0		#IDE CD-ROM
device		wfd0		#IDE Floppy (e.g. LS-120)
controller	atkbdc0	at isa? port IO_KBD tty
device		atkbd0	at isa? tty irq 1
device		psm0	at isa? tty irq 12
device		vga0	at isa? port ? conflicts
pseudo-device	splash
device		sc0	at isa? tty
device		npx0	at isa? port IO_NPX irq 13
device		sio0	at isa? port "IO_COM1" flags 0x10 tty irq 4
device		sio1	at isa? port "IO_COM2" tty irq 3
device		sio2	at isa? disable port "IO_COM3" tty irq 5
device		sio3	at isa? disable port "IO_COM4" tty irq 9
device		ppc0	at isa? port? flags 0x40 net irq 7
controller	ppbus0			# Parallel port bus (required)
device		lpt0	at ppbus?	# Printer
device		plip0	at ppbus?	# TCP/IP over parallel
device		ppi0	at ppbus?	# Parallel port interface device
device		pn0		# Lite-On 82c168/82c169 (``PNIC'')
device		rl0		# RealTek 8129/813
device          pcm0
pseudo-device	loop		# Network loopback
pseudo-device	ether		# Ethernet support
pseudo-device	sl	1	# Kernel SLIP
pseudo-device	ppp	1	# Kernel PPP
pseudo-device	tun	1	# Packet tunnel
pseudo-device	pty	16	# Pseudo-ttys (telnet etc)
pseudo-device	gzip		# Exec gzipped a.out's
pseudo-device   speaker         # added by Eric F Crist
pseudo-device	snp	3	#Snoop Device
pseudo-device	bpfilter 5	#Berkeley packet filter