mpg123 weirdness with 4.3-BETA #2

2001-03-19 Thread David Miller

Over the weekend I upgraded hardware and software at the same time. 

I went from 4.1-stable to 4.3-BETA #2, and upgraded to a 1100 MHz T-bird
mobo.  Same genuine SB16 sound card.

Before the upgrade, mpg123 running under gqmpeg gave the clean, clear
sound.  Now it's laced with static.

The card and wires seem OK - xcdplayer plays CD's static free, it's only
mp3 files with a problem.

Ideas?  Known t-bird problem?

Thanks,

--- David


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: serial port stuck at 9600

2001-06-12 Thread David Miller

On Mon, 11 Jun 2001, David Miller wrote:

> Hi All:)
> 
> Is there a problem with setting serial port speeds in 4.3R?  

After digging through a couple of other "identical" systems, I've
discovered that the only reason it worked at all was that the BIOS was
configured with the com port on "auto".  When set to be com1 at IRQ 4 it
ceased to function at all, matching the other two systems.

I've tracked the problem down to the port (ttyd0) not having DCD
input.  Using cuaa0 worked fine, so the serial port is OK.

I checked the cable, and DCD is wired straight through (pin 1 on the 9 pin
ports), so it's not the cable.

I'm connecting with a serial port on another PC running freebsd and "cu -l
/dev/cuaa0 or cu -l /dev/ttyd0".  In both cases I get a connection
message, but the remote end never responds.  I slapped a breakout box on
the end of the cable and confirmed that DCD is not being raised by cu.



That means my question is: "When using a FreeBSD system as a console for
another system, how do I raise DCD in order to establish a connection?"


Clues welcomed:)

--- David


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



/usr/bin/w -n changes?

2002-07-08 Thread David Miller

Hi all;

Is /usr/bin/w -n not supposed to show IP addresses anymore?

Thanks,

--- David


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Server Farms?

2000-05-09 Thread David Miller

I love being able to track bug fixes and such via cvsup and -stable
branches.  But it's not really an appropriate process to sup and make
buildworld on every server in a hundred server farm.

Is there some way to roll binary only changes off one server tracking
-stable?

Secondly, is there any existing method for tracking significant changes,
for some value of significant?  My definition would be first security
related patches and secondly stability related changes.  It would be
really nice to seperate them into those which require relinking/rebooting
and those which don't.


RTFM comments welcome if they have a pointer to TFM:)

Thanks,

--- David




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



RE: ps does not work after a cvsupdate to 4.0-STABLE

2000-05-09 Thread David Miller

On Sun, 7 May 2000, Henk Wevers wrote:

> 
> Yes i did, i found the solution in the Dutch FreeBSD mailinglist 
> [EMAIL PROTECTED]
> FAQ IIRC.
> 
> libkvm is out of sync.

[make libkvm and ps]

> This did work fine.

I suffered the same problem, and got to wondering; why would make
buildworld after the cvsup not do this?  I thought the whole point of
buildworld was to compile and install everything as a coordinated set?

Thanks,

--- David



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



make installworld to a different dir?

2000-06-30 Thread David Miller

Is it possible to make installworld to some other directory than the
actual system?  Something like:

make installworld ROOT=/usr/test

Thanks,

--- David



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message