(OT sorta ) Re: question about hostname FOLLOWUP: EXIM

2001-09-01 Thread Cliff Rice
On Fri, Aug 31, 2001 at 08:04:51PM -0500, [EMAIL PROTECTED] wrote:
 
 Hi,
 
 'kay, important things first: what is that there furshlugginer HTH? I
 notice lots o' people usin' it. :)

HTH :== hope that helps

 
 I went onto the #debian channel on openprojects.net IRC and asked around
 about the exim/fetchmail thing. Was told to add this to my .fetchmailrc file:
 
 with mda /usr/bin/procmail -d %T
 
 ... and now it works. Or seems to.
 
 But I must know: WHY does it work? And is procmail REPLACING exim, or some
 other part of the quilt? How to sort out sendmail/exim/procmail/fetchmail
 and the slew of names ...

Hmmm.  ROFL.  This is how I think the scheme works.  Sendmail and Exim
are what are known as MTA's (mail transport agents) .  One can choose
sendmail or exim to do the same thing.  So no, procmail is not replacing
exim.  Actually procmail is not really needed but is nice to have  as
a way of doing what the name implies , processing mail.  In my case
(I use procmail as well) it acts as a go between Exim and fetchmail. 
Procmail is actually quite versatile and can be used as an mda (mail
delivery agent ) and the like... The -d arg is a recipient flag. Don't
know what the %T does exactly wrt recpient.   Now I'd like to know about
that one.  Fetchmail is best described as a program which retrieves
your mail off of your ISP's mail server. If you're really into
fetchmail , goto

http://www.tuxedo.org/%7Eesr/fetchmail/fetchmail%2DFAQ.html 

Lots of stuff about mutt there also.  And I think your error message
was due to using localhost which may be 127.0.0.1 (sort of the network
equivalent of /dev/null)  I had to use 

/usr/etc/route add -host host.infected.codered.com  gw 127.0.0.1 
to keep my webserver logs from filling up a while back...
 
 I crave me some clarity. Gotta go read some manpages.
 
Yuppers, I think I could spend a lifetime trying to learn all there
is to know about email.  So many options/programs etc. 
There's also stuff in /usr/doc/procmail etc. as well.

You may also wish to visit http://www.intp.org.  I have a hunch you
may well be one of us...  The But I must know: WHY does it work?
is a real tipoff.

-- 
My inner child is cranky  www.hardradio.com
homepage : www.pecanquest.com 
Cliff



Re: question about hostname FOLLOWUP: EXIM

2001-08-31 Thread Cliff Rice
On Fri, Aug 31, 2001 at 02:02:21PM -0500, [EMAIL PROTECTED] wrote:
 
 Hi,
 
 
 ... essentially, I'm floundering here, because at base I'm not sure WHAT
 eximconfig option to choose at the outset. I have a DSL connection but it
 seems like eximconfig option (2) (Internet site using smarthost) is the
 closest (since after all I've been getting mail by ssh-ing in to the
 account), but I don't know what to list as the smarthost ... would it
 be mail.burningclown.com?
 

Howdy ,

 Yeah, nice to know exim is lots fun for others.  I have the same set-up
as you, static DSL.  I'll attach my exim.config/fetchmailrc  files as I had to 
hack this sucker up to get what I wanted: 

1. local mail from cron and such to not go to my ISP's mail server.
   (I managed to make this happen once, not a good thing(tm).

2. Outbound mail to not look like spam on mailing lists and thusly and
   rightly get bounced. 

3. If you have a firewall, you may wish to make sure you're not blocking
your ISP's pop server. Allow pop3.myisp.com access to your box's 110
port. My ISP does not play nice if I don't do this. And u of course
allow yourself access to their pop3 server.

4. I'll also attach the /etc/email-addresses as well. I think exim
uses this to sort out the local users vs. ISP user name.

In the exim.conf I've attached , make sure to fix up the local_domain
and host_accept_relay to suit your box.  I think you want localhost :
and then your static IP for the www.xxx.yyy.zzz.  And oh yeah, the
route_list should be your smtp mail server in the smarthost section.

HTH

-- 
My inner child is cranky  www.hardradio.com
homepage : www.pecanquest.com 
Cliff
# Configuration created Tue Oct 12 17:36:48 1999 by fetchmailconf
set postmaster cliff
poll mymailserver.myisp.com with proto POP3 :
   no dns 
   user x there with password yyy is cliff  fetchall 
# This is the main exim configuration file.
# It was originally generated by `eximconfig', part of the exim package
# distributed with Debian, but it may edited by the mail system administrator.
# This file originally generated by eximconfig at Sat Feb 10 08:26:38 CST 2001
# See exim info section for details of the things that can be configured here.

# Please see the manual for a complete list
# of all the runtime configuration options that can be included in a
# configuration file.

# This file is divided into several parts, all but the last of which are
# terminated by a line containing the word end. The parts must appear
# in the correct order, and all must be present (even if some of them are
# in fact empty). Blank lines, and lines starting with # are ignored.

##
#MAIN CONFIGURATION SETTINGS #
##

# Specify the domain you want to be added to all unqualified addresses
# here. Unqualified addresses are accepted only from local callers by
# default. See the receiver_unqualified_{hosts,nets} options if you want
# to permit unqualified addresses from remote sources. If this option is
# not set, the primary_hostname value is used for qualification.

qualify_domain = loki.localnet
# 
# Get rid of bogus Send stuff from loki.localnet
#
local_from_check = false

# If you want unqualified recipient addresses to be qualified with a different
# domain to unqualified sender addresses, specify the recipient domain here.
# If this option is not set, the qualify_domain value is used.

# qualify_recipient =

# Specify your local domains as a colon-separated list here. If this option
# is not set (i.e. not mentioned in the configuration file), the
# qualify_recipient value is used as the only local domain. If you do not want
# to do any local deliveries, uncomment the following line, but do not supply
# any data for it. This sets local_domains to an empty string, which is not
# the same as not mentioning it at all. An empty string specifies that there
# are no local domains; not setting it at all causes the default value (the
# setting of qualify_recipient) to be used.

local_domains = localhost:loki.localnet

# Allow mail addressed to our hostname, or to our IP address.

local_domains_include_host = true
local_domains_include_host_literals = true

# Domains we relay for; that is domains that aren't considered local but we 
# accept mail for them.

#relay_domains = 

# If this is uncommented, we accept and relay mail for all domains we are 
# in the DNS as an MX for.

#relay_domains_include_local_mx = true

# No local deliveries will ever be run under the uids of these users (a colon-
# separated list). An attempt to do so gets changed so that it runs under the
# uid of nobody instead. This is a paranoic safety catch. Note the default
# setting means you cannot deliver mail addressed to root as if it were a
# normal user. This isn't usually a problem, as most sites have an alias for
# root that 

Re: simple network card setup (netgear 10/100 tulip)

2000-11-23 Thread Cliff Rice
On Thu, Nov 23, 2000 at 09:10:09AM -0500, J. Bruce Fields wrote:
 
 Yowza! Watch out for those model numbers, and don't assume two cards with
 similar names are really related. Apparently the FA311 does not use the
 tulip driver.  Try a google search on FA311 and linux.  It looks like some
 people have complaints about it, but if you plow through the hits you'll
 find some folks that say they've gotten it working.
 
 Best of luck---jbf

Jeff, Bruce is correct here.  Just curious, do you have the box handy
which the card came in?.  You can get the model number off of that or
by looking at the card itself.  My cards also came with a floppy called
Drivers and Diagnostic Disk.  It has Micro~s??t DOS on it but if you
mount it up , you may find some Linux drivers.  All of mine did.  I have
the FA311 drivers on my floppy btw and can send them to you offlist if
these are the ones you need and for some reason you can't get them off
your floppy.  (I'd check your floppy first of course.) 

The exact model I have is Netgear FA311 REV-A1.  I also have the other
models as well.

Jeff, here is another gotcha you may want to watch for when compiling
your own drivers.  Go to /usr/doc/kernel-source-? and look at the
README.header.gz.  There is a big messy issue with kernel headers wrt to
/usr/include/asm and /usr/include/linux.  I do know form personal
experience that compiling with /usr/include/linux and the /usr/src/linux
headers makes nonfunctional drivers. Some vendors tend to make
assumptions which aren't valid at present. 


Good luck,  15 hours to get a device to work is a real pain. 
Been there, done that. (:
 
---
Cliff



Re: simple network card setup (netgear 10/100 tulip)

2000-11-22 Thread Cliff Rice
On Wed, Nov 22, 2000 at 07:43:34AM -0800, Jeff Davis wrote:
 I have a Netgear 10/100 card. I am sure it works, and I have used the
 same type of card with other distros. In it's linux.txt it describes
 an object file called tulip.o, which I assume to be the same as in the
 Debian distro (I am using 2.2). I tried first to do modprobe tulip and
 I get an error from insmod (I think modprobe is just a higher-level
 version of insmod, but I am not sure of this. I tried both) like device
 or resource busy and then something about how I might try changing the
 parameters.

Hi Jeff, I also use netgear cards.  You may want to try old_tulip
instead.  Here is the Ethernet section of my kernel config file:
(This is a custom kernel from www.kernel.org so YMMV on some options...)
I also chose to compile it in the kernal, btw.  Oh yeah, kernel is
2.2.17.

CONFIG_NET_ETHERNET=y
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
# CONFIG_RTL8139 is not set
# CONFIG_NET_ISA is not set
CONFIG_NET_EISA=y
# CONFIG_PCNET32 is not set
# CONFIG_AC3200 is not set
# CONFIG_APRICOT is not set
# CONFIG_CS89x0 is not set
# CONFIG_DM9102 is not set
# CONFIG_DE4X5 is not set
# CONFIG_DEC_ELCP is not set
CONFIG_DEC_ELCP_OLD=y
# CONFIG_DGRS is not set
CONFIG_EEXPRESS_PRO100=y
# CONFIG_LNE390 is not set
# CONFIG_NE3210 is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_TLAN is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_SIS900 is not set
# CONFIG_ES3210 is not set
# CONFIG_EPIC100 is not set
# CONFIG_ZNET is not set
# CONFIG_NET_POCKET is not set

In dmesg , I get 
tulip.c:v0.89H 5/23/98 [EMAIL PROTECTED]
eth0: Lite-On 82c168 PNIC at 0xd000, 00 a0 cc 58 67 ea, IRQ 11.
eth0:  MII transceiver found at MDIO address 1, config 3000 status 7829.
eth0:  Advertising 01e1 on PHY 1, previously advertising 01e1.


 
 I have no /dev/eth* devices at all in my system. When I try to load the
 tulip module during the initial install I get the same insmod error (but
 before it asks for parameters).

This may seem strange, but that is normal .  Try looking in /proc/pci
instead. (:  You should see something like

Non-prefetchable 32 bit memory at 0xd800 [0xd800].
Bus  0, device  11, function  0:
Ethernet controller: LiteOn LNE100TX (rev 32).
Medium devsel.  Fast back-to-back capable.  IRQ 11.  Master Capable.  
Latency=32.  

Hope this helps and good luck

-- 
My inner child is cranky  www.hardradio.com
Cliff



Re: simple network card setup (netgear 10/100 tulip)

2000-11-22 Thread Cliff Rice
On Wed, Nov 22, 2000 at 12:58:29PM -0500, J. Bruce Fields wrote:
snip
 
 I'm using the newest tulip driver with a netgear (a FA310TX--the model
 number matters a lot, which is yours?), and it works fine.  See
 http://www.scyld.com/network/tulip.html, and note that you actually have
 to download 3 different files and compile them seperately from the
 kernel.---jbf

Strange,  That is what I have. 2  FA310TX's, REV-D2 which I bought last end of
last year.  To be fair, I did use the regular tulip driver which came
with the 2.2.12 kernel.  It was the 2.2.17 kernel where I had to use 
old_tulip.  As for model numbers, you are correct,  I just found a
FA311 in my closet, and I have a floppy with a fa311.c driver file
and then it goes on to say :

The FA311 driver is developed for use on Linux v2.0.36. It can be
configured either as a static driver into the kernel or as a loadable
module. The driver is capable of 10/100 Mbps Full/Half duplex mode
operation via an internal PHY. Detailed features are given below.
  and .

Unsupported Features
...
Newer MP kernels 2.2.xx

(All of my Netgear cards have come with floppies with M$ drivers and
Linux drivers.)

-- 
My inner child is cranky  www.hardradio.com
homepage : cliff.neosoft.com
Cliff



Re: WARNING - Virus infected messages on list

2000-11-14 Thread Cliff Rice
On Mon, Nov 13, 2000 at 09:11:26PM -0900, Ethan Benson wrote:
 
 I hearby propose that the list automatically reject all postings that
 appear to have been sent using MS Outlook.   this way this garbage
 won't happen each and every time ya new Outlook worm comes out.

I agree, 400+ emails is crazy, most of them about all of this 
M$ virus crap.
 
 
 -- 
Cliff



Exim Question

2000-11-12 Thread Cliff Rice
##
#  ROUTERS CONFIGURATION #
#Specifies how remote addresses are handled  #
##
#  ORDER DOES MATTER #
#  A remote address is passed to each in turn until it is accepted.  #
##
# Send all mail to a smarthost
smarthost:
  driver = domainlist
  transport = remote_smtp
  route_list = * smtp.neosoft.com bydns_a
end
##
#  RETRY CONFIGURATION   #
##
*  *   F,2h,15m; G,16h,2h,1.5; F,4d,8h
end
##
#  REWRITE CONFIGURATION #
##


# There are no rewriting specifications in this default configuration file.
[EMAIL PROTECTED]${lookup{$1}lsearch{/etc/email-addresses}\
{$value}fail} bcfrF
# End of Exim configuration file
---
Here is the header info:

Fromm [EMAIL PROTECTED] Sun Nov 12 10:18:07 2000
Envelope-to: [EMAIL PROTECTED]
Received: from localhost ([127.0.0.1])
by loki.localnet with esmtp (Exim 3.12 #1 (Debian))
id 13uzpX-K8-00
for [EMAIL PROTECTED]; Sun, 12 Nov 2000 10:18:07 -0600
Received: from mailbox.neosoft.com
by localhost with POP3 (fetchmail-5.3.3)
for [EMAIL PROTECTED] (multi-drop); Sun, 12 Nov 2000 10:18:07 -0600 
(CST)
Received: from loki.localnet from [206.109.32.5] by mail3.iadfw.net 
(/\##/\ Smail3.1.30.16 #30.4) with esmtp for [EMAIL PROTECTED] sender:
+[EMAIL PROTECTED]
id mO/[EMAIL PROTECTED]; Sun, 12 Nov 2000 10:18:32 -0600
+(CST)
Received: from cliff by loki.localnet with local (Exim 3.12 #1 (Debian))
id 13uzpH-K1-00
for [EMAIL PROTECTED]; Sun, 12 Nov 2000 10:17:51 -0600
Date: Sun, 12 Nov 2000 10:17:51 -0600
From: Cliff Rice [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: test
Message-ID: [EMAIL PROTECTED] 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Sender: Cliff Rice [EMAIL PROTECTED]
X-Airmail-Delivered: Sun, 12 Nov 2000 10:18:32 -0600 (CST)
X-Airmail-Spooled:   Sun, 12 Nov 2000 10:18:32 -0600 (CST)
X-Fetchmail-Warning: recipient address [EMAIL PROTECTED] didn't match any local
^^
+name
^
here is a test
-- 

TIA
Cliff
-- 



Re: En snabb fr?ga... (A quick question)

2000-10-31 Thread Cliff Rice


pgpnsSsE8OCS3.pgp
Description: PGP message


Re: Soundblaster AWE 64 installation and stuff

2000-10-15 Thread Cliff Rice
On Sun, Oct 15, 2000 at 11:18:28AM -0700, Jeff Hornsberger wrote:

Hi Jeff,  I have the same card you do.   IIRC, I read somewhere that
one needs the softoss modules with the 2.2.17 kernel. 
 

snippage 
#
# Sound
#
CONFIG_SOUND=m
# CONFIG_SOUND_CMPCI is not set
# CONFIG_SOUND_ES1370 is not set
# CONFIG_SOUND_ES1371 is not set
# CONFIG_SOUND_MAESTRO is not set
# CONFIG_SOUND_ESSSOLO1 is not set
# CONFIG_SOUND_ICH is not set
# CONFIG_SOUND_SONICVIBES is not set
# CONFIG_SOUND_TRIDENT is not set
# CONFIG_SOUND_MSNDCLAS is not set
# CONFIG_SOUND_MSNDPIN is not set
CONFIG_SOUND_OSS=m
# CONFIG_SOUND_PAS is not set
CONFIG_SOUND_SB=m
# CONFIG_SOUND_GUS is not set
# CONFIG_SOUND_MPU401 is not set
# CONFIG_SOUND_PSS is not set
# CONFIG_SOUND_MSS is not set
# CONFIG_SOUND_SSCAPE is not set
# CONFIG_SOUND_TRIX is not set
# CONFIG_SOUND_VIA82CXXX is not set
# CONFIG_SOUND_MAD16 is not set
# CONFIG_SOUND_WAVEFRONT is not set
# CONFIG_SOUND_CS4232 is not set
# CONFIG_SOUND_OPL3SA2 is not set
# CONFIG_SOUND_MAUI is not set
# CONFIG_SOUND_SGALAXY is not set
# CONFIG_SOUND_AD1816 is not set
# CONFIG_SOUND_OPL3SA1 is not set
CONFIG_SOUND_SOFTOSS=m
CONFIG_SOUND_YM3812=m
# CONFIG_SOUND_VMIDI is not set
# CONFIG_SOUND_UART6850 is not set
# CONFIG_SOUND_NM256 is not set
# CONFIG_SOUND_YMPCI is not set

#
# Additional low level sound drivers
#
CONFIG_LOWLEVEL_SOUND=y
# CONFIG_ACI_MIXER is not set
# CONFIG_VIDEO_MSP3400 is not set
CONFIG_AWE32_SYNTH=m
# CONFIG_AEDSP16 is not set


and for good measure , my modules.dep file (sound modules only )

/lib/modules/2.2.17/misc/adlib_card.o:  /lib/modules/2.2.17/misc/sound.o \
/lib/modules/2.2.17/misc/opl3.o
/lib/modules/2.2.17/misc/awe_wave.o:/lib/modules/2.2.17/misc/sound.o
/lib/modules/2.2.17/misc/opl3.o:/lib/modules/2.2.17/misc/sound.o
/lib/modules/2.2.17/misc/sb.o:  /lib/modules/2.2.17/misc/sound.o \
/lib/modules/2.2.17/misc/uart401.o \
/lib/modules/2.2.17/misc/soundcore.o
/lib/modules/2.2.17/misc/softoss2.o:/lib/modules/2.2.17/misc/sound.o
/lib/modules/2.2.17/misc/sound.o:   /lib/modules/2.2.17/misc/soundlow.o \
/lib/modules/2.2.17/misc/soundcore.o
/lib/modules/2.2.17/misc/soundcore.o:
/lib/modules/2.2.17/misc/soundlow.o:
/lib/modules/2.2.17/misc/uart401.o: /lib/modules/2.2.17/misc/sound.o

I use the following script to build my kernels, (I'm not sure if this
is really relevent to the modules.conf more recent than the .dep file,
but here goes (I'm always mucking with kernels (: ) so I automated it.
#!/bin/bash
cd /usr/src
make-kpkg clean
make-kpkg -revision custom.1.0 kernel_image
mv /lib/modules/2.2.17  /lib/modules/2.2.17.save
dpkg -i /usr/src/kernel-image-2.2.17_custom.1.0_i386.deb


Good luck and hope this helps

-- 
Cliff



Re: I hosed my network

2000-09-03 Thread Cliff Rice
On Sat, Sep 02, 2000 at 10:57:06PM -0400, Jonathan D. Proulx wrote:
 From your opening line I assume this was working in the past.  If so
 what has changed?

First, thanks for the reply. The only changes were the recent updates
in potato wrt to Netscape and libc.  However, before I was working on
my ipchains rule sets.  At times the link would fail, which I ascribed
to some bad rules.  So... it was flaky starting last week.  Not
sure if it matters but the ipchains -L command would get stuck at
times.  From the error messages,  it at first glance seems that my
routing is messed up.  The routing tables *seem* OK, but of course
I could be overlooking something, which is what I wanted to have
double checked.  If the routing is OK, then yes, the cable could be
bad or even one of the cards, I suppose. 

 
 If this has never worked, are you using a crossover cable?

The real bummer is I have had a working LAN for a year until now.

 In either case are there link lights on your ethernet cards and are
 they lit?  maybe we wire went bad.

Well the link light is on, but the ACK and COL lights are not on .
The ACK light may indicate something, but I'd reckon the COL light
means collision which I supoose should not be on.  
  
 good luck,

Thanks,  apparently I need it. (:

-- 
Cliff



Re: I hosed my network (fixed)

2000-09-03 Thread Cliff Rice
On Mon, Sep 04, 2000 at 12:40:50AM +0200, Danny Pansters wrote:

Thanks,  I managed to get things up and going again by just bumping
the IP numbers of loki and thor up by one and the redo from start
techinique. Note to self, never do networks after 11:00 P.M

 (I also don't like the double lo appearance in the other machines routing)

Again, thanks,  I found the entry and deleted it.

 
 I'm missing an important piece of info: was your ppp0 interface up when 
snip

PPP/IP MASQ is working fine now that loki and thor are talking via
ethernet.
 
 
 Does your /etc/host.conf have
 
 order bind,hosts

Yes, and no bind running here.  
 
  
[snip]

 nameservers in /etc/resolv.conf

Yup, the ISP nameservers are in /etc/resolv.conf on both systems.

 
 Don't change the /etc/init.d/networking script too easily, instead use 
 /etc/network/interfaces and the like, and restart the daemon everytime by 

Yes, I think this is where things went awry. I restored the networking script
from a backup and used /etc/network/interfaces. 

 
 (I rather not use reload). If you'll do ipchains rules for your local net, 
 /etc/init.d/networking might be a good place for that.

 
 The networking HOWTO will likely be needed.
 

. and a pot of coffee helped also, I also stuck my hand on the
porch and applied a hammer for getting myself in this mess. 
  
 -- 
Cliff



I hosed my network

2000-09-02 Thread Cliff Rice
Howdy all,
   Somehow I managed to muck up my 2 node LAN.  I have two machines,
loki, which is a potato box, and thor which is woody.  Both are running
the 2.2.17 kernel.  I've RTFM'd all day and can't get these 2 to talk
to each other.  Here is the set up and some hopefully useful info about
this mess I've gotten myself into.  I get the following errors:

loki:/var/log# ftp thor
ftp: connect: No route to host
ftp 

and ... interestingly

loki:/var/log# traceroute thor
traceroute to thor.localnet (192.168.1.2), 30 hops max, 38 byte packets
 1  loki.localnet (192.168.1.1)  3000.384 ms !H  3009.530 ms !H  3010.097 ms !H
(thor does the same stuff going to loki )

(hardware IRQ conflict? or something )

I didn't see any ipchains DENY or such in the kern.log or syslog.


loki:
--
/etc/host file for loki
127.0.0.1   localhost
192.168.1.1 loki.localnet   loki loghost
192.168.1.2 thor.localnet   thor

# The following lines are desirable for IPv6 capable hosts
# (added automatically by netbase upgrade)
--
/etc/networks from loki
loopback127.0.0.0
localnet192.168.1.0
---
ping output from loki:
PING loki.localnet (192.168.1.1): 56 data bytes
64 bytes from 192.168.1.1: icmp_seq=0 ttl=255 time=0.2 ms
64 bytes from 192.168.1.1: icmp_seq=1 ttl=255 time=0.1 ms

--- loki.localnet ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 0.1/0.1/0.2 ms
bash-2.03$ ping 192.168.1.0
PING 192.168.1.0 (192.168.1.0): 56 data bytes
64 bytes from 192.168.1.1: icmp_seq=0 ttl=255 time=0.2 ms
64 bytes from 192.168.1.1: icmp_seq=1 ttl=255 time=0.1 ms

--- 192.168.1.0 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 0.1/0.1/0.2 ms
bash-2.03$ 
---
loki:/etc# netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags   MSS Window  irtt Iface
204.145.251.52  0.0.0.0 255.255.255.255 UH0 0  0 ppp0
127.0.0.1   0.0.0.0 255.255.255.255 UH0 0  0 lo
192.168.1.0 0.0.0.0 255.255.255.0   U 0 0  0 eth0
0.0.0.0 204.145.251.52  0.0.0.0 UG0 0  0 ppp0
-

OK, thank god for floppies (:  network information about thor:

--
/etc/hosts from thor
127.0.0.1   localhost
192.168.1.1 loki.localnet   loki
192.168.1.2 thor.localnet   thorloghost

# The following lines are desirable for IPv6 capable hosts
# (added automatically by netbase upgrade)

::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
--
/etc/networks from thor
loopback 127.0.0.0
localnet 192.168.1.0 

-
ping output from thor

PING thor.localnet (192.168.1.2) from 192.168.1.2 : 56 data bytes
64 bytes from 192.168.1.2: icmp_seq=0 ttl=255 time=0.5 ms
64 bytes from 192.168.1.2: icmp_seq=1 ttl=255 time=0.4 ms
64 bytes from 192.168.1.2: icmp_seq=2 ttl=255 time=0.3 ms
64 bytes from 192.168.1.2: icmp_seq=3 ttl=255 time=0.3 ms

--- thor.localnet ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 0.3/0.3/0.5 ms

ping the network:  (here on woody) , I have to do a ping -b,  
is this an indication of a problem?  


Do you want to ping broadcast? Then -b
^^
PING 192.168.1.0 (192.168.1.0) from 192.168.1.2 : 56 data bytes
64 bytes from 192.168.1.2: icmp_seq=0 ttl=255 time=0.5 ms
64 bytes from 192.168.1.2: icmp_seq=1 ttl=255 time=0.4 ms
64 bytes from 192.168.1.2: icmp_seq=2 ttl=255 time=0.4 ms
64 bytes from 192.168.1.2: icmp_seq=3 ttl=255 time=0.4 ms
64 bytes from 192.168.1.2: icmp_seq=4 ttl=255 time=0.4 ms
64 bytes from 192.168.1.2: icmp_seq=5 ttl=255 time=0.4 ms
64 bytes from 192.168.1.2: icmp_seq=6 ttl=255 time=0.3 ms

--- 192.168.1.0 ping statistics ---
7 packets transmitted, 7 packets received, 0% packet loss
round-trip min/avg/max = 0.3/0.4/0.5 ms
---
Kernel IP routing table
Destination Gateway Genmask Flags   MSS Window  irtt Iface
127.0.0.1   0.0.0.0 255.255.255.255 UH0 0  0 lo
192.168.1.0 0.0.0.0 255.255.255.0   U 0 0  0 eth0
127.0.0.0   0.0.0.0 255.0.0.0   U 0 0  0 lo



-- 
Cliff



(OFFTOPIC? ) Re: Pretty-Park.exe = VIRUS

2000-03-15 Thread Cliff Rice
On Wed, Mar 15, 2000 at 09:47:57PM +0100, Vitux wrote:
  On Wed, 15 Mar 2000, Arne wrote:
  
   Pretty-Park.exe = VIRUS
   Delete, Don't run!

Delete what?  The virus or WinBillBlows?

Seems either option would solve the problem.

 
 
 Debian GNU/Linux
 Micro$loth-free Zone
 
 
-- 
Cliff  --- Debian.org = intp.org,  a walk in the park = lots of posts.


Re: Info sources for Programming

2000-01-02 Thread Cliff Rice
On Sat, Jan 01, 2000 at 07:56:41PM +, Colin Watson wrote:
 
 I don't know what clear_input() is, but yylex() is a lexical analysis
 function which should have been generated for that particular program by
 some derivative of the program 'lex', normally 'flex'. Install the flex
 package and see if that helps.
 
 -- 
 Colin Watson   [EMAIL PROTECTED]

Thanks Colin, that was the missing link.  It even cleared the
clear_input error.

-- 
Cliff


Info sources for Programming

2000-01-01 Thread Cliff Rice
I'm fairly new to the Linux scene and have found a nifty program
on the net I'd like to build called GRASS.  I'm running potato
with a kernel of 2.2.12 and have what I think is all of the
programming libraries and such.  However when I did a build on
GRASS 4.3 , I got the following at link time. I have programmed
GIS programs before and would like to start using this one.

OBJ.i386/main.o: In function `main':
OBJ.i386/main.o(.text+0x246): undefined reference to `clear_input'
OBJ.i386/gis_pars.o: In function `yyparse':
OBJ.i386/gis_pars.o(.text+0x1cd): undefined reference to `yylex'
collect2: ld returned 1 exit status
make[1]: *** [/mnt/grass4.3/i386/etc/r.combine] Error 1
make[1]: Leaving directory `/mnt/grass4.3/src/raster/r.combine/cmd'
make: *** [all] Error 1
GISGEN failure at STEP: src/raster/r.combine

OK, I did a man and info on yylex and clear_input and got nothing.
Is there a reference somewhere that I can find out what these
are so I can 1. download the appropriate libraries, or 2, 
edit the source and use newer function calls if they are
obsolete.  (Hope this is a proper query for this board)

Thanks 
-- 
Cliff


Re: AWE-soundcard problem (potato)

1999-11-13 Thread Cliff Rice
On Sat, Nov 13, 1999 at 03:42:23PM +0100, Sven Esbjerg wrote:
 Hi
 
 Yesterday I decided to upgrade one of my Slink machines to Potato to see how
 it works. Except for a minor problem whith a package it all worked out well, I
 thought... After upgrading I decided to listen to some mp3 and then my
 problems startet. First I had to learn that you are no longer able to set
 parameters in modules.conf. After outcommenting those modprobe worked again.
 Next I found out that somehow the irq had been set to 7 and not 5 as before.
 Loading the module whith isapnp.conf didn't work either. It just didn't
 matter. So I decided to try modconf. After that at modprobe -c showed:
 options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330
 which is correct for my AWE64 card. Well when I load the module and afterwards
 start mpg123 dmesg will (still) show me:
 Sound: DMA (output) timed out - IRQ/DRQ config error?
 furthermore when I try to do a 'cat /dev/sndstat' I get 
 cat: /dev/sndstat: No such device
 'ls -la /dev/sndstat' shows
 crw-rw1 root audio 14,   6 Aug  6 15:48 /dev/sndstat
 
Hi Sven, I'm a newbie, so you may want to take this with a grain
of salt.  I also have an AWE 64 card and I've had better luck with
potato than I ever did with slink.  I think there is a sound HOWTO
on www.linux.org that I used which worked real well.  I'll
just go over the highlights and what optios I chose.

Some details, I'm running the 2.2.12 kernel and when I did my
apt-get session I made sure I got the awe-drivers and such.
I think I still had the to run the install.sh in my /usr/src/awedrv
directory.  I'll include my .config file for you.  Hope this helps.
I've found the folks here most helpful in getting my stuff to go,
so thanks everyone.

---
/usr/src/linux/.config:

#
#
# Automatically generated make config: don't edit
#

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
CONFIG_M586=y
# CONFIG_M586TSC is not set
# CONFIG_M686 is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_1GB=y
# CONFIG_2GB is not set
# CONFIG_MATH_EMULATION is not set
# CONFIG_MTRR is not set
CONFIG_SMP=y

#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
CONFIG_KMOD=y

#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_QUIRKS=y
# CONFIG_PCI_OPTIMIZE is not set
CONFIG_PCI_OLD_PROC=y
# CONFIG_MCA is not set
# CONFIG_VISWS is not set
CONFIG_X86_IO_APIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=y
# CONFIG_BINFMT_JAVA is not set
# CONFIG_PARPORT is not set
# CONFIG_APM is not set

#
# Plug and Play support
#
CONFIG_PNP=y

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_BLK_DEV_IDECD=m
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
CONFIG_BLK_DEV_IDESCSI=m
CONFIG_BLK_DEV_CMD640=y
# CONFIG_BLK_DEV_CMD640_ENHANCED is not set
CONFIG_BLK_DEV_RZ1000=y
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_VIA82C586 is not set
# CONFIG_BLK_DEV_CMD646 is not set
# CONFIG_IDE_CHIPSETS is not set

#
# Additional Block Devices
#
CONFIG_BLK_DEV_LOOP=m
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_XD is not set
# CONFIG_BLK_DEV_DAC960 is not set
CONFIG_PARIDE_PARPORT=y
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_DEV_HD is not set

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_NETLINK is not set
# CONFIG_FIREWALL is not set
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_IP_ROUTER is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_ALIAS is not set
# CONFIG_SYN_COOKIES is not set

#
# (it is safe to leave these untouched)
#
# CONFIG_INET_RARP is not set
CONFIG_SKB_LARGE=y
# CONFIG_IPV6 is not set

#
#  
#
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_BRIDGE is not set
# CONFIG_LLC is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set
# CONFIG_CPU_IS_SLOW is not set

#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set

#
# SCSI support
#
CONFIG_SCSI=y

#
# SCSI support type (disk, tape, CD-ROM)
#
# CONFIG_BLK_DEV_SD 

Re: Where is cfdisk gone?

1999-11-08 Thread Cliff Rice
On Mon, Nov 08, 1999 at 01:51:39AM +0200, Martin Fluch wrote:
 On Mon, 8 Nov 1999, Martin Fluch wrote:
 
  does anybody know, where cfdisk out of util-linux has disapared suddenly?
 
 (Ops, I forgot to say, I use potato)
 
 Martin
 

I think something is amiss with the util-linux package. I just  
found out it had rdev missing as well.  I do have an older
version I saved which is OK.  The file name is
util-linux_2.9x-1.deb and the date I have is Oct, 25, 1999.
(Download timestamp, not what is on the ftp site here.)
The README's and such have a Sept 21 timestamp in /usr/doc.
After downgrading, I got rdev, cfdisk, etc. back.
The versions I speak of , are from the potato dist.
Oh yeah , the size is  489436. 

Cliff


Re: Do I have a virus?

1999-10-29 Thread Cliff Rice
On Fri, Oct 29, 1999 at 02:24:52AM -0500, David Punsalan wrote:
 
 A friend of mine (not me...I'm just writing this e-mail for him - yeah,
 that's it) decided to remove debian from my...uh...I mean his PC and he's
 tried several things to make lilo go away so he can go back to his normal 
 win98 life: 
 
 1. typed 'fdisk /mbr' at both c:\ and c:\windows\command
 2. completely erased linux native and swap partitions
 
 Yet...after restarting the computer...low and behold - lilo kicks in,
 and proceeds to attempt to boot debian.
 
 Could there be a virus here?
 
 I'd really appreciate a reply.

Sorry, can't resist passing this up.  I do believe there is 
a computer virus known as WinBillBlows98 floating around.
This virus looks deceptivly like an operating system, but
will crash your computer, overwrite other OS's, and so on. (:

Seriously, reinstalling Windows will wipe out lilo or
if you have a save copy of the MBR, reinstalling it
will also work.  Others on the list have 
enumerated other ways and how to reinstall the MBR.

I've messed up and had to do this myself since I forgot to
include dos in my lilo.conf file.  Typical newbie boo-boo.
What I did is I did save a copy of the MBR in Debian and did
a dd command.  (This is a bit risky and there is some info
in on this website on how to do this. )  Don't recall offhand
where. But it is a surefire way to clear out lilo.  Hope it
comes in handy later for you. Perhaps someone with a better
memory has the details on this.

-- 
Cliff


Re: Creative Labs SoundBlaster AWE64 question

1999-10-26 Thread Cliff Rice
On Sat, Oct 23, 1999 at 10:55:44AM +, Jonathan Heaney wrote:
 
 Just a thought, but is it an Awe64 Value?  If so, the ram is only 512k.  I 
 seem to
 remember somewhere in the distant past something about the Awe driver 
 sometimes not
 getting the ram size right.
 
 This part you uncommented -
 
 #define AWE_DEFAULT_BASE_ADDR   0x620   /* base port address */
 #define AWE_DEFAULT_MEM_SIZE4096/* kbytes */
 
 Try replacing the 4096 with 512?
 
 Unless you are sure you have 4096k. otherwise, I'd suggest trying the 
 latest kernel
 (2.2.13), or at least a newer one that comes with 0.4.3 Awe drivers built-in.
 
 Probably not related, your isapnp.conf settings look OK but I had to put a 
 line
 (VERIFYLD N)
 above the readport part at the top.
 
 ***Ah, having read your dmesg output (properly, this time!), I think I can 
 see what the
 problem is.  You've compiled the AWE driver straight in to the kernel.  For 
 an isapnp
 card, you have to do ALL of the sound stuff as modules - including the 
 low-level one and
 the Awe driver.  Then run modconf to load them, passing the correct 
 parameters to each
 (only sb and opl3 modules need parameters).
 
 Tacking on the Awe driver to the 2.0.whatever kernel that comes with Debian 
 is not ideal,
 get the latest kernel and use it.
 
 Jonathan.
 
 
 -- 

Thanks for the help.  I went and looked at the potato dist.  It has
the raplayer and such as well.  I need those as well.  So. I'm
downloading the dist at present and will install it where I used
to have Redhat.  (Being new, don't want to mess up what passes
for a functional system. ) Hopefully potato isn't as bad as the
warnings in the README's and posts indicate. :)

Cliff

-- 
Cliff


Re: Looking for monitor sync settings

1999-10-24 Thread Cliff Rice
On Fri, Oct 22, 1999 at 09:05:26PM -0600, jh wrote:
 Sorry to keep posting on this subject. I have tried about 35 different
 combinations in xf86config, but I still cannot find what the monitor needs.
 Every time I run xf86config and then do startx I get a screen with screwed,
 flickering and unreadable characters. My monitor is a Micron m14fg 
 
 During xf86config it says that I may find info on my monitor by reading
 /usr/doc/xserver-common/monitors.gz I do not know how to look at this file. 
 
 I have run many searches on the internet including all over Micron's site
 but can find no info on this monitor. Also, Micron's tech department has
 not e-mailed me back. Does anybody have any suggestions?
 
 Do I want or need x on my computer? I am interested in running spreadsheet
 and database programs like star office or similar.
 
 Thank you for any help you may be able to give.
 
 Jeff
 
 
Hi Jeff,  I'm a newbie, so you may wish to take this with
a grain of salt.  I had lots of fun with my monitor as
well.  It is a 14'' Compaq 1425.  As for specs try looking
in the your monitor user guide and look for Technical
Specs.  In this section you should see stuff like
dimensions, screen area, and most important for the
X-window setup, something like display resolutions.
In my user guide I have 3 columns under this
which goes like:


48.4 kHz  60Hz 1024x768 VESA timing
37.8 kHz  60Hz  800x600 VESA timing
31.9 khz  70Hz  720x400

I'll go ahead and include my config file.  BTW if
anyone knows if there is a Linux repository for this
type of stuff let me know.  Hopefully all this work
I did to get X to work on my monitor can save
someone the agony I went through figuring this out. :)
[Setting up non listed monitors sucks ]

(Jeff, feel free to try this , but make sure you
change the video card settings to match whatever you have
on your box). And also the mouse settings. Listed under
Pointer in my file.

Good luck

*

# File generated by xf86config.

#
# Copyright (c) 1995 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the Software),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# 
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# **
# Refer to the XF86Config(4/5) man page for details about the format of 
# this file.
# **

# **
# Files section.  This allows default font and rgb paths to be set
# **

Section Files

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like .txt or .db).  There is normally
# no need to change the default.

RgbPath /usr/X11R6/lib/X11/rgb

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# 
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
# 

FontPath   /usr/X11R6/lib/X11/fonts/misc/
FontPath   /usr/X11R6/lib/X11/fonts/75dpi/:unscaled
#FontPath   /usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath   /usr/X11R6/lib/X11/fonts/Type1/
FontPath   /usr/X11R6/lib/X11/fonts/Speedo/
FontPath   /usr/X11R6/lib/X11/fonts/75dpi/
#FontPath   /usr/X11R6/lib/X11/fonts/100dpi/

# For OSs that support Dynamically loaded modules, ModulePath can be
# used to set a search path for the modules.  This is currently supported
# for Linux ELF, FreeBSD 2.x and NetBSD 1.x.  The 

Creative Labs SoundBlaster AWE64 question

1999-10-23 Thread Cliff Rice
Hello all,

Newbie question:  I get the error below when I attempt to 
do a cat endoftheworld to /dev/dsp.  Obviously I've not
configured something right for my soundcard since the test
failed. I've included the files below.  Any help is most
welcome.  


Thanks in advance

Cliff

Sound error: Couldn't allocate DMA buffer
AWE32-0.4.2c (RAM4096k)
***
cat /proc/devices
Character devices:
 1 mem
 2 pty
 3 ttyp
 4 ttyp
 5 cua
 7 vcs
10 misc
14 sound

Block devices:
 2 fd
 3 ide0
 7 loop
22 ide1

*

Device:  Sound Blaster AWE64 
Version for AWE driver : 0.4.2c from awe_version.h

uncommented these lines out in awe_config.h, got big number
when I didn't do this.
#define AWE_DEFAULT_BASE_ADDR   0x620   /* base port address */
#define AWE_DEFAULT_MEM_SIZE4096/* kbytes */


**
 /etc/isapnp.conf
(shows this stuff also when booting , but not in dmesg )

[snip]
#
# Compiler flags: -DREALTIME -DNEEDSETSCHEDULER
#
# Trying port address 0203
# Trying port address 020b
# Board 1 has serial identifier 85 14 be a1 d2 c5 00 8c 0e

# (DEBUG)
(READPORT 0x020b)
(ISOLATE PRESERVE)
(IDENTIFY *)
(VERBOSITY 2)
(CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING

# Card 1: (serial identifier 85 14 be a1 d2 c5 00 8c 0e)
# Vendor Id CTL00c5, Serial Number 348037586, checksum 0x85.
# Version 1.0, Vendor version 1.0
# ANSI string --Creative SB AWE64 PnP--
# Vendor defined tag:  73 02 45 01
#
# Logical device id CTL0045
# Device supports vendor reserved register @ 0x39
# Device supports vendor reserved register @ 0x3a
# Device supports vendor reserved register @ 0x3c
# Device supports vendor reserved register @ 0x3d
#
# Edit the entries below to uncomment out the configuration required.
# Note that only the first value of any range is given, this may be changed if 
required
# Don't forget to uncomment the activate (ACT Y) when happy

(CONFIGURE CTL00c5/348037586 (LD 0
# ANSI string --Audio--

# Multiple choice time, choose one only !

(INT 0 (IRQ 5 (MODE +E)))
(DMA 0 (CHANNEL 1))
(DMA 1 (CHANNEL 5))
#(IO 0  (BASE 0x0220))   --- these didn't work either ---
#(IO 1  (BASE 0x0330))    copied from AWE howto -
#(IO 2  (BASE 0x0388))
(IO 0 (SIZE 16) (BASE 0x0220))
(IO 1 (SIZE 2) (BASE 0x0330))
(IO 2 (SIZE 4) (BASE 0x0388))
(NAME CTL00c5/348037586[0]{Audio   })
# End dependent functions
(ACT Y)
))
#
(CONFIGURE CTL00c5/348037586 (LD 1
# Compatible device id PNPb02f
# ANSI string --Game--
(IO 0 (SIZE 8) (BASE 0x0200))
#(IO 0  (BASE 0x0200))
(NAME CTL00c5/348037586[1]{Game})
# End dependent functions
(ACT Y)
))
#
(CONFIGURE CTL00c5/348037586 (LD 2
# ANSI string --WaveTable--
(IO 0 (SIZE 4) (BASE 0x0620))
(IO 1 (SIZE 4) (BASE 0x0A20))  (added as per awe32  for Wavetable)
(IO 2 (SIZE 4) (BASE 0x0E20))  (since pnpdump does not find these ) 
#(IO 0  (BASE 0x0620))  - these also didn't work -
#(IO 1  (BASE 0x0A20)) - From AWE howto ---
#(IO 2  (BASE 0x0E20))
(NAME CTL00c5/348037586[2]{WaveTable   })
(ACT Y)
))
# End tag... Checksum 0x00 (OK)

# Returns all cards to the Wait for Key state
(WAITFORKEY)

*

output from cat /dev/sndstat

Type 7: SB MPU-401

Card config: 
Sound Blaster at 0x220 irq 5 drq 1,5
SB MPU-401 at 0x330 irq 5
OPL-2/OPL-3 FM at 0x388 drq 0

Audio devices:
0: Sound Blaster 16 (4.16)

Synth devices:
0: Yamaha OPL-3
1: AWE32-0.4.2c (RAM4096k)

Midi devices:
0: Sound Blaster 16

Timers:
0: System clock

Mixers:
0: Sound Blaster
1: AWE32 Equalizer

***
dmesg output
Memory: sized by int13 0e801h
Console: 16 point font, 400 scans
Probing PCI hardware.
Calibrating delay loop.. ok - 901.12 BogoMIPS
Memory: 257080k/262080k available (696k kernel code, 384k reserved, 3920k data)
Swansea University Computer Society NET3.035 for Linux 2.0
NET3: Unix domain sockets 0.13 for Linux NET3.035.
Swansea University Computer Society TCP/IP for NET3.034
IP Protocols: ICMP, UDP, TCP
Checking 386/387 coupling... Ok, fpu using exception 16 error reporting.
Checking 'hlt' instruction... Ok.
Linux version 2.0.36 ([EMAIL PROTECTED]) (gcc version 2.7.2.3) #1 Fri Oct 22 
11:49:22 CD
T 1999
Starting kswapd v 1.4.2.2 
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
PS/2 auxiliary pointing device detected -- driver installed.
AWE32-0.4.2c (RAM4096k)

[snip here ]

Sound error: Couldn't allocate DMA buffer
Sound error: Couldn't allocate DMA buffer
AWE32-0.4.2c (RAM4096k)

-- 
Cliff