dwl650 & 4.9

2003-11-18 Thread Riley J. McIntire
Hey folks, IBM thinkpad p3/450 with a dwl650/prism 2.5 which works with win98 & knoppix 3.2 but isn't detected with fbsd 4.9-R. Google doesn't seem to indicate any issues with 4.9 other than a sleep/timeout issue. I'm d/l'ing 5.1 to give it a try but if I'm missing something silly or someone has

RE: dwl650 & 4.9

2003-11-18 Thread Riley J. McIntire
> From: Riley J. McIntire > It doesn't detect a linksys 10/100 card either. Didn't test it with > Knoppix but this card worked recently with w98. Are there any issues > with thinkpad 390x? dmesg is below. Just to followup fbsd 5.1 detects the dwl650 and installs the wi

RE: Questions about updating...

2003-12-03 Thread Riley J. McIntire
> From: rotten rottie > I installed a box for trial it was 5.1, I wanted to see if I could use > ports > to update openssh for a test examp. After the port installed I noticed > that > another version of openssh was installed on the system. I Bad test example. As with named, sendmail and a few ot

RE: SCSI Disk not found

2003-12-03 Thread Riley J. McIntire
> From: Michael E. Mercer > Ok, its the "System Configuration Utility" supplied by Compaq not the > BIOS. > Michael Just to jump in...after reading the thread you probably have hardware raid 0 (mirroring) on the system using 2 controllers and 2 drives--the Compaq cu should tell you what's going

RE: SCSI Disk not found

2003-12-04 Thread Riley J. McIntire
> From: Michael E. Mercer > The drive that can not be found is a > Western Digital WD Enterprise 4360 > 4.3 GB Wide-Ultra SCSI > I have removed the second SCSI controller card (PCI) and > the Seagate SCSI Hard Drive. It's been a while--but if you're saying you removed the drive that fbsd sees a

where's sasl.h?

2002-09-17 Thread Riley J. McIntire
Hi all, I'm trying to install ASMTP for sendmail with sasl by modifying /etc/make.conf with the following: SENDMAIL_CFLAGS+= -I/usr/local/include -DSASL=2 SENDMAIL_LDFLAGS+= -L/usr/local/lib SENDMAIL_LDADD+=-lsasl2 cyrus-sasl was installed via ports after deinstalling cyrus-sasl2. Curre

RE: After editing freebsd.mc, how do I use this m4 processor?

2002-09-17 Thread Riley J. McIntire
> These would have been installed at the last time I recompiled the > kernel. I'm fairly comfortable in editing these files as required, but I > am pretty certain that after editing freebsd.mc (so as to define > masquerading, default gateway, etc), I am supposed to use m4 to generate > a new freeb

RE: where's sasl.h?

2002-09-17 Thread Riley J. McIntire
> > SENDMAIL_CFLAGS+= -I/usr/local/include -DSASL=2 > SENDMAIL_LDFLAGS+= -L/usr/local/lib > SENDMAIL_LDADD+=-lsasl2 > > cyrus-sasl was installed via ports after deinstalling cyrus-sasl2. But I didn't change the cyrus-sasl2 flags to the cyrus-sasl flags. I hate that. sigh. Riley To Uns

RE: where's sasl.h?

2002-09-17 Thread Riley J. McIntire
> But I didn't change the cyrus-sasl2 flags to the cyrus-sasl flags. I hate > that. sigh. > > Riley Unfortunately that didn't fix it. /etc/make.conf now has: SENDMAIL_CFLAGS+= -I/usr/local/include -DSASL SENDMAIL_LDFLAGS+= -L/usr/local/lib SENDMAIL_LDADD+=-lsasl cyrus-sasl is installe