[CLUE-Talk] Returned mail: User unknown

Dave Hahn dhahn at techangle.com
Wed Oct 25 14:13:16 MDT 2000


This would seem to be the problem:

---> ... while talking to spot.elfwerks.com.:
>>> RCPT To:<clue-talk at clue.denver.co.us>
<<< 550 <clue-talk at clue.denver.co.us>... User unknown
550 clue-talk at clue.denver.co.us... User unknown

Some people are still talking to spot, not the clue server.


-----Original Message-----
From: clue-talk-admin at clue.denver.co.us
[mailto:clue-talk-admin at clue.denver.co.us]On Behalf Of Mail Delivery
Subsystem
Sent: Friday, October 06, 2000 12:00 PM
To: ockers at ockers.net
Subject: [CLUE-Talk] Returned mail: User unknown


The original message was received at Fri, 6 Oct 2000 11:59:46 -0600
from ockers at localhost

   ----- The following addresses had delivery problems -----
clue-talk at clue.denver.co.us  (unrecoverable error)

   ----- Transcript of session follows -----
... while talking to spot.elfwerks.com.:
>>> RCPT To:<clue-talk at clue.denver.co.us>
<<< 550 <clue-talk at clue.denver.co.us>... User unknown
550 clue-talk at clue.denver.co.us... User unknown

   ----- Original message follows -----
Return-Path: ockers
Received: (from ockers at localhost) by ducktape.ockers.net (8.6.12/8.6.12) id
LAA15416 for clue-talk at clue.denver.co.us; Fri, 6 Oct 2000 11:59:46 -0600
From: Jim Ockers <ockers>
Message-Id: <200010061759.LAA15416 at ducktape.ockers.net>
Subject: Re: [CLUE-Talk] Module loading
To: clue-talk at clue.denver.co.us
Date: Fri, 6 Oct 2000 11:59:46 -0600 (MDT)
In-Reply-To:
<Pine.LNX.4.04.10010061106580.15261-100000 at c70051-b.aurora1.co.home.com>
from "grant" at Oct 6, 1900 11:09:17 am
X-Operating-System: Linux 1.2.10 i486
Content-Type: text
Content-Length: 1411


> I have module loading turned on in the kernel options, but it still does
> not automatically load my soundcard module.  I can modprobe it, and it
> works fine.  How do I set this up?  I figure it has something to do with
> /etc/modules.conf, but I don't know specifics.  I also would like to know
> the general concept, so that I can do this for other modules in the
> future.

You are right about conf.modules or modules.conf.  Here are some lines
from a conf.modules of mine for a Dell desktop with some on-board sound
card.  Those lines were created by 'sndconfig' I think, except for maybe
the first one.

This working example should give you some ideas on how it works.  To get
the drivers loaded, I just do "modprobe sound" and they all load in the
correct order.  Also, any program that tries to access char-major-14
(which must be the sound devices) to do sound stuff will trigger kerneld
into loading the modules as specified in the conf.modules file.

# Sound example

alias char-major-14 opl3sa2
pre-install opl3sa2 modprobe "ad1848"
pre-install opl3sa2 modprobe "opl3"
options opl3sa2 io=0x220 mss_io=0x530 mpu_io=0x330 irq=5 dma=0 dma2=1
options opl3 io=0x388

--
Jim Ockers - Pason USA (ockers at pason.com)          Ask me about Linux!
Contact info:  http://www.us.pason.com/contact.html

Fight Spam! Join CAUCE (Coalition Against Unsolicited Commercial Email)
at http://www.cauce.org/ .

_______________________________________________
CLUE-Talk mailing list
CLUE-Talk at clue.denver.co.us
http://clue.denver.co.us/mailman/listinfo/clue-talk




More information about the clue-talk mailing list