Re: ESS1869 sound card problem....

2000-02-15 Thread Alexandr Listopad

I have 3.1-REL at home and this sound card.
All work nice, and mpgs play too! ;))

This is my kernel configs:

controller  snd0
device  sb0 at isa? port 0x220 irq 5 drq 1
device  sbxvi0  at isa? port? irq? drq 1 conflicts
device  opl0at isa? port 0x808
device  sbmidi0 at isa? port? irq? conflicts


some of them (sbmidi0, sbxvi0) - don't work, but I still use it, I don't
know why. Try to play with this devices.

Good Luck.


Hi...

I have this ESS1869 ver 1.0.10 sound card and having problem to configure 
it. I'm taking this from my windowz settings.

DMA - 01
DMA - 03
IRQ - 05
I/O range - 0220-022F
I/O range - 0388-038B
I/O range - 0330-0331

I doesn't really know how to add it into the kernel. Before this I was using 
the OSS (open sound system) but the evaluation copy has expired. Can anyone 
help me? Thank you.
__
Get Your Private, Free Email at http://www.hotmail.com



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


Regards,
  Listopad Alexandr
  ([EMAIL PROTECTED]), LAA7-RIPE
  ZGIA, Zaporozhye, Ukraine. 
  http://www.zgia.zp.ua. 



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



Re: ESS1869 sound card problem....

2000-02-15 Thread Panagiotis Astithas

 Hi...

 I have this ESS1869 ver 1.0.10 sound card and having problem to configure
 it. I'm taking this from my windowz settings.

 DMA - 01
 DMA - 03
 IRQ - 05
 I/O range - 0220-022F
 I/O range - 0388-038B
 I/O range - 0330-0331

 I doesn't really know how to add it into the kernel. Before this I was
using
 the OSS (open sound system) but the evaluation copy has expired. Can
anyone
 help me? Thank you.

Try adding this in your kernel's config file:
device pcm0 at isa ? port? tty irq 5 drq 1 flags 0x13

-past



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



make install problems with OpenSSH

2000-02-15 Thread No Spam

make install fails when building OpenSSH on 3.4-R
Here are the errors:

===   OpenSSH-1.2.2 depends on shared library:
crypto.1 - found
===   OpenSSH-1.2.2 depends on shared library:
rsaref.2 - found
===  Patching for OpenSSH-1.2.2
===  Applying FreeBSD patches for OpenSSH-1.2.2
===  Configuring for OpenSSH-1.2.2
===  Building for OpenSSH-1.2.2
=== lib
Warning: Object directory not changed from original
/usr/ports/security/openssh/work/ssh/lib
cc -O -pipe
-I/usr/ports/security/openssh/work/ssh/lib/.. -I 
-I/usr/ports/security/openssh/work/ssh/lib/..
-I/usr/local/usr/include -c
/usr/ports/security/openssh/work/ssh/lib/../authfd.c
-o authfd.o
In file included from
/usr/ports/security/openssh/work/ssh/lib/../ssh.h:21,
 from
/usr/ports/security/openssh/work/ssh/lib/../authfd.c:19:
/usr/ports/security/openssh/work/ssh/lib/../rsa.h:21:
openssl/bn.h: No such file or directory
/usr/ports/security/openssh/work/ssh/lib/../rsa.h:22:
openssl/rsa.h: No such file or directory
In file included from
/usr/ports/security/openssh/work/ssh/lib/../ssh.h:22,
 from
/usr/ports/security/openssh/work/ssh/lib/../authfd.c:19:
/usr/ports/security/openssh/work/ssh/lib/../cipher.h:19:
openssl/des.h: No such file or directory
/usr/ports/security/openssh/work/ssh/lib/../cipher.h:20:
openssl/blowfish.h: No such file or directory
/usr/ports/security/openssh/work/ssh/lib/../authfd.c:27:
openssl/rsa.h: No such file or directory
In file included from
/usr/ports/security/openssh/work/ssh/lib/../ssh.h:21,
 from
/usr/ports/security/openssh/work/ssh/lib/../authfd.c:19:
/usr/ports/security/openssh/work/ssh/lib/../rsa.h:25:
parse error before `*'
/usr/ports/security/openssh/work/ssh/lib/../rsa.h:35:
parse error before `*'
/usr/ports/security/openssh/work/ssh/lib/../rsa.h:36:
parse error before `*'
In file included from
/usr/ports/security/openssh/work/ssh/lib/../ssh.h:22,
 from
/usr/ports/security/openssh/work/ssh/lib/../authfd.c:19:
/usr/ports/security/openssh/work/ssh/lib/../cipher.h:37:
parse error before `des_key_schedule'
/usr/ports/security/openssh/work/ssh/lib/../cipher.h:37:
warning: no semicolon at end of struct or union
/usr/ports/security/openssh/work/ssh/lib/../cipher.h:37:
warning: no semicolon at end of struct or union
/usr/ports/security/openssh/work/ssh/lib/../cipher.h:38:
warning: no semicolon at end of struct or union
/usr/ports/security/openssh/work/ssh/lib/../cipher.h:39:
warning: data definition has no type or storage class
/usr/ports/security/openssh/work/ssh/lib/../cipher.h:40:
parse error before `key3'
/usr/ports/security/openssh/work/ssh/lib/../cipher.h:40:
warning: data definition has no type or storage class
/usr/ports/security/openssh/work/ssh/lib/../cipher.h:41:
parse error before `iv3'
/usr/ports/security/openssh/work/ssh/lib/../cipher.h:41:
warning: data definition has no type or storage class
/usr/ports/security/openssh/work/ssh/lib/../cipher.h:42:
warning: data definition has no type or storage class
/usr/ports/security/openssh/work/ssh/lib/../cipher.h:44:
field `key' has incomplete type
/usr/ports/security/openssh/work/ssh/lib/../cipher.h:47:
parse error before `}'
/usr/ports/security/openssh/work/ssh/lib/../cipher.h:47:
warning: data definition has no type or storage class
/usr/ports/security/openssh/work/ssh/lib/../cipher.h:48:
parse error before `}'
/usr/ports/security/openssh/work/ssh/lib/../cipher.h:48:
warning: data definition has no type or storage class
/usr/ports/security/openssh/work/ssh/lib/../cipher.h:70:
parse error before `*'
/usr/ports/security/openssh/work/ssh/lib/../cipher.h:78:
parse error before `*'
/usr/ports/security/openssh/work/ssh/lib/../cipher.h:83:
parse error before `*'
/usr/ports/security/openssh/work/ssh/lib/../cipher.h:88:
parse error before `*'
In file included from
/usr/ports/security/openssh/work/ssh/lib/../authfd.c:19:
/usr/ports/security/openssh/work/ssh/lib/../ssh.h:299:
parse error before `RSA'
/usr/ports/security/openssh/work/ssh/lib/../ssh.h:317:
parse error before `BIGNUM'
/usr/ports/security/openssh/work/ssh/lib/../ssh.h:330:
parse error before `BIGNUM'
/usr/ports/security/openssh/work/ssh/lib/../ssh.h:336:
parse error before `BIGNUM'
/usr/ports/security/openssh/work/ssh/lib/../ssh.h:384:
parse error before `BIGNUM'
/usr/ports/security/openssh/work/ssh/lib/../ssh.h:392:
parse error before `BIGNUM'
/usr/ports/security/openssh/work/ssh/lib/../ssh.h:399:
parse error before `*'
/usr/ports/security/openssh/work/ssh/lib/../ssh.h:416:
parse error before `RSA'
/usr/ports/security/openssh/work/ssh/lib/../ssh.h:425:
parse error before `RSA'
/usr/ports/security/openssh/work/ssh/lib/../ssh.h:437:
parse error before `RSA'
In file included from
/usr/ports/security/openssh/work/ssh/lib/../authfd.c:21:
/usr/ports/security/openssh/work/ssh/lib/../authfd.h:72:
parse error before `BIGNUM'
/usr/ports/security/openssh/work/ssh/lib/../authfd.h:82:
parse error before `BIGNUM'
/usr/ports/security/openssh/work/ssh/lib/../authfd.h:88:

Re: Parallel port in GENERIC (Was FreeBSD 3.4 and printing)

2000-02-15 Thread Nik Clayton

On Sat, Feb 12, 2000 at 03:24:48PM -0600, Stephen Montgomery-Smith wrote:
 What is needed is a *comment* in GENERIC telling users to change net to tty
 if they want to use their printers.

Agreed.  Attached is a trivial patch to GENERIC, for -stable only.  The
same line in GENERIC in -current looks like

device  ppc0at isa? irq 7

so I assume -current doesn't have that problem.

This will close conf/16394.  Any objections?

N
-- 
If you want to imagine the future, imagine a tennis shoe stamping
on a penguin's face forever.
--- with apologies to George Orwell


Index: GENERIC
===
RCS file: /home/ncvs/src/sys/i386/conf/GENERIC,v
retrieving revision 1.143.2.26
diff -u -r1.143.2.26 GENERIC
--- GENERIC 2000/01/31 21:30:31 1.143.2.26
+++ GENERIC 2000/02/15 12:28:32
@@ -154,6 +154,10 @@
 device sio3at isa? disable port "IO_COM4" tty irq 9
 
 # Parallel port
+#
+# Note:  The ppc0 entry is to support networking over the parallel port.
+#If you will be printing to it, change "net" to "tty", and 
+#review ppc(4) to ensure you have the correct flags value.
 device ppc0at isa? port? flags 0x40 net irq 7
 controller ppbus0  # Parallel port bus (required)
 device lpt0at ppbus?   # Printer



PCMCIA insertion

2000-02-15 Thread Robert Swindells


I recently upgraded my Libretto 70CT from 2.2.8-STABLE to 3.4-STABLE.

It now fails to detect PCMCIA card insertion and removal, is this a
known problem ?

Any cards still work fine if I reboot with one inserted.

Robert Swindells



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



Re: User ppp question (fwd)

2000-02-15 Thread Forrest W. Christian

On Tue, 15 Feb 2000, Roman Shterenzon wrote:

 Perhaps I'm missing something, but it happends in the middle of set login
 script, not before.. it says Waiting for RING and then Phase - disc..
 Look in the previous mail.

What I believe is occuring is that it "enables" carrier detection before
the start of the login script.  Thus, when the script hangs up the modem,
ppp sees the carrier transition and exits the login script.

- Forrest W. Christian ([EMAIL PROTECTED]) KD7EHZ
--
iMach, Ltd., P.O. Box 5749, Helena, MT 59604  http://www.imach.com
Solutions for your high-tech problems.  (406)-442-6648
--



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



Re: Parallel port in GENERIC (Was FreeBSD 3.4 and printing)

2000-02-15 Thread Stephen Montgomery-Smith

Hi Nik,

Thanks for taking the suggestion seriously.  I think what you propose
is a very good idea.

I found the language you used a little cryptic - I think that I, as a
newbie, might be a little confused by what you wrote.  How about 
rewriting it very slightly as follows:

+#
+# Note:  The ppc0 entry is to support networking over the parallel port.
+#If you will be using it for printing, change "net" to "tty", and 
+#review ppc(4) to ensure you have the correct flags value.

-- 

Stephen Montgomery-Smith  [EMAIL PROTECTED]
307 Math Science Building [EMAIL PROTECTED]
Department of Mathematics [EMAIL PROTECTED]
University of Missouri-Columbia
Columbia, MO 65211
USA

Phone (573) 882 4540
Fax   (573) 882 1869

http://www.math.missouri.edu/~stephen


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



panic

2000-02-15 Thread Joao Pedras

Hello

Supposing I am not misconfiguring this, as I believe the ftp proxy should be
before any portmap, I ask someone who uses ipfilter with nat capability on
FreeBSD 3.4-stable (from last month or so), to configure nat with the following
sequence (as long as the ftp comes first):

map tun0 192.168.0.0/24 - 0/32 proxy port ftp ftp/tcp
map tun0 192.168.0.0/24 - 0/32 portmap tcp 2:6
map tun0 192.168.0.0/24 - 0/32

ipf rules don't matter.

When I ftp from some client the nat machine simply panics.

What am I doing wrong ?

Tkx

Joao
  ^\   /^
O O
o00-(_)-00o--

It's a damn poor mind that can only think of one way to spell a word.
-- Andrew Jackson

-
PGP key available upon request or may be cut at 
http://pedras.webvolution.net/pgpkey.html



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



Re: make installworld

2000-02-15 Thread ian j hart

Jose Marques wrote:

 It may be something I did wrong but "make installworld" failed for me this
 afternoon.  The error is:


No, it's broken again You're lucky, I'm trying to make release ;-(


 === games/wargames
 install -c -o root -g games -m 555 wargames.sh  /usr/games/wargames
 install: wargames.sh: No such file or directory
 *** Error code 71

 Stop.
 *** Error code 1
 etc...

 Quick fix:

 cd /usr/src/games/wargames/
 cp wargames.sh /usr/obj/usr/src/games/wargames/

 and "make installworld" again.


Revision 1.7 fixes this - doesn't seem to apply to stable though. Ho Hum!


 I am running FreeBSD 3.4-Stable and ran CVSup just before the "make
 buildworld".

 --
 Jose Marques

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

ian j hart - up very late, and rather stressed.



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



xl0 packet dropping, still

2000-02-15 Thread Coleman Kane

Well, I switched my xl0 ethernet carc, but I am still recieving
messages saying that there are packets being dropped. Sometimes this
results in the card being shut down.

--cokane

 PGP signature


Re: Parallel port in kernel config, lpt(4)

2000-02-15 Thread Kenneth W Cochran

Hmmm...  Ok...  Why?  ( why not the others?)

What criteria can (should?) I use to determine whether I should
use Interrupt-driven, BIOS, or polled-mode?

-kc

From [EMAIL PROTECTED]  Tue Feb 15 01:52:20 2000
Date: Tue, 15 Feb 2000 17:50:26 +1100
Subject: Re: Parallel port in kernel config, lpt(4)

Hi Kenneth,

I use polled mode for printers...

Eddie

Kenneth W Cochran wrote:
 
 Hi again...
 
 This might be more appropriate for -questions, but this also
 appears to me to be related to this discussion-thread...
 
 The lpt(4) manpage describes interrupt-driven, BIOS-probed, 
 polled ports.  Under which circumstances might I want to use
 these various selections?  IOW, how do I choose among these?
 Naturally, FAQ, book,  doc-pointers are most welcome...
 
 Thanks,
 
 -kc
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-stable" in the body of the message


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



Re: ESS1869 sound card problem....

2000-02-15 Thread Michael Hallgren

Ernst de Haan wrote:



Someone's found a working setup for the Maestro found in an Inspiron 7k Dell
laptop ?


Michael


 Same problem with me. Wouldn't know how to enable my SoundBlaster Live!
 :-(
 Any help would be appreciated.

 Ernst

 KAMIL MUHD wrote:
 
  Hi...
 
  I have this ESS1869 ver 1.0.10 sound card and having problem to configure
  it. I'm taking this from my windowz settings.
 
  DMA - 01
  DMA - 03
  IRQ - 05
  I/O range - 0220-022F
  I/O range - 0388-038B
  I/O range - 0330-0331
 
  I doesn't really know how to add it into the kernel. Before this I was using
  the OSS (open sound system) but the evaluation copy has expired. Can anyone
  help me? Thank you.
  __
  Get Your Private, Free Email at http://www.hotmail.com
 
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with "unsubscribe freebsd-stable" in the body of the message



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



installworld fails 2/15

2000-02-15 Thread Jeff Palmer

cvsup was done at around midnight, 
and then again at: Wed Feb 16 02:26:15 EST 2000


installworld fails at:

=== games/wargames
install -c -o root -g games -m 555 wargames.sh  /usr/games/wargames
install: wargames.sh: No such file or directory
*** Error code 71
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1

(BTW,  when I did the second cvsup,  there were a couple (3-4?) edits,
but non relating to games)

I don't play the games,  but being fairly new to FreeBSD,  I don't know
how to NOT sup the full source tree (including games)

Thanks in advance,

Jeff
[EMAIL PROTECTED]




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



Re: ESS1869 sound card problem....

2000-02-15 Thread Valery V. Lunyov

On Tue, 15 Feb 2000, KAMIL MUHD wrote:

 
 Hi...
 
 I have this ESS1869 ver 1.0.10 sound card and having problem to configure 
 it. I'm taking this from my windowz settings.


There were many problems with my ESS688 Sound Card with both
snd and pcm drivers. I have installed patched pcm driver from
http://home.jp.freebsd.org/~sanpei/ and my card working
fine now!

Thanks for developers!

Only one problem present in this time - sometimes kde mixer
don't work properly.
 
 DMA - 01
 DMA - 03
 IRQ - 05
 I/O range - 0220-022F
 I/O range - 0388-038B
 I/O range - 0330-0331
 
 I doesn't really know how to add it into the kernel. Before this I was using 
 the OSS (open sound system) but the evaluation copy has expired. Can anyone 
 help me? Thank you.


Try to install new pcm driver wich supports ESS1869 too.


My Bests!
--
Valery V. Lunyov - SysAdmin @ ISP NENSI Information Center
Cherkassy, Ukraine
--
E-mail: [EMAIL PROTECTED]
--



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