Re: newpcm (or newpnp?)

2000-01-27 Thread Christopher M. Giordano

Cameron Grant wrote:

 would everyone who currently has an issue outstanding with newpcm please
 report it to me in the next few days directly, please, so i can get an idea
 of what needs work before release.  i need as much detail as possible.

Well, since you asked...

Since rebuilding -CURRENT with newpcm and newpnp about a month ago,
my soundcard, a Soundblaster AWE64, ISA PnP, will only play the first
second or less of a sound file.  Audio apps often claim "unable to open /dev/dsp".

I notice that my modem, a Diamond SupraExpress 56i Sp, is now attaching
to irq 5, and the soundcard attaches to irq 9.

Previous to newpnp, I forced the modem (sio2) to irq 15 and the soundcard to
irq 5 via pnp commands in my /boot/kernel.conf.  I did this because I had
found by experimentation that this was the only combination of the supposedly
available PnP configurations which enabled both devices to work.

Now that pnp attaches sio2 to irq 5, the soundcard refuses to work on irq9,
even though irq9 is available and supposedly valid for that card.  So I'd
like to be able to get it to work on irq9 (preferably), but failing that,
at least try to return to my original PnP configuration to see if that works.
I don't know how to force this since the removal of pnp(4), though, and have
searched the mailing list archives to no avail.

I have tried configuring a kernel to force irq 5 on the soundcard
with no success.

Any advice would be greatly appreciated.
My kernel config and other info is attached.

Chris Giordano
[EMAIL PROTECTED]


$ /opt/home/cgiordan  uname -a
FreeBSD boston 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Mon Jan 17 02:15:15 EST 2000 
root@boston:/opt/src/src/sys/compile/BOSTON 
i386

$ /opt/home/cgiordan  cat /dev/sndstat
FreeBSD Audio Driver (newpcm) Jan 17 2000 02:13:33
Installed devices:
pcm0: SB DSP 4.16 at io 0x220 irq 9 drq 0:5 (1p/1r channels duplex)

#
# BOSTON -- Generic machine with WD/AHx/NCR/BTx family disks
#-- added PnP and sound support
#-- added ATAPI LS-120/Zip support
#-- switched over to Luigi's new sound driver
#-- added SCSI/CAM devices for 3.X
#
# For more information read the handbook part System Administration - 
# Configuring the FreeBSD Kernel - The Configuration File. 
# The handbook is available in /usr/share/doc/handbook or online as
# latest version from the FreeBSD World Wide Web server 
# URL:http://www.FreeBSD.ORG/
#
# An exhaustive list of options and more detailed explanations of the 
# device lines is present in the ./LINT configuration file. If you are 
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
#   $Id: GENERIC,v 1.107 1998/02/16 23:57:03 msmith Exp $

machine i386
cpu I686_CPU
ident   BOSTON

maxusers64

## config   kernel  root on da0 dumps on da0

## options  HZ=100  #use 10 ms clock tick
options INET#InterNETworking

#
# Implement system calls compatible with 4.3BSD and older versions of
# FreeBSD.  You probably do NOT want to remove this as much current code
# still relies on the 4.3 emulation.
#
options COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]

options USER_LDT#allow user level control of i386 LDT
options MD5
options UCONSOLE#Allow users to grab the console
options USERCONFIG  #boot -c editor
options VISUAL_USERCONFIG   #visual boot -c editor

#optionsMROUTING# Multicast routing
#optionsIPFIREWALL  #firewall
#optionsIPFIREWALL_VERBOSE  #print information about
# dropped packets
#optionsIPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity
#optionsIPDIVERT#divert sockets

options FFS #Berkeley Fast Filesystem
options NFS #Network Filesystem
options MSDOSFS #MSDOS Filesystem
options NTFS#NT File System
options PROCFS  #Process filesystem
options CD9660  #ISO 9660 Filesystem
options EXT2FS

options FFS_ROOT#FFS usable as root device [keep this!]
options NFS_ROOT#NFS usable as root device
options CD9660_ROOT #CD-ROM usable as root device

options SOFTUPDATES #in Alpha test!

options NSWAPDEV=20

# Don't enable both of these in a real config.
#optionsMATH_EMULATE#Support for x87 emulation
options GPL_MATH_EMULATE#Support for x87 emulation via
#new math emulator

options NBUF=512
options NMBCLUSTERS=8192#workaround for mbuf bug

# This provides support for System V 

Re: Staroffice 5.01?

1999-02-24 Thread Christopher M. Giordano
Alok K. Dhir wrote:
 
 Has anyone gotten SO501 to run on -current?

  Yes, it runs fairly well out of the box, without
  the registration problems of the previous version.


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message