Re: Procmailrc to play sound async when message arrives

2003-09-23 Thread Robert Vollmert
 if I fork bplay several times, it doesn't mix the sounds: they 
 still play out synchronously, even though the caller isn't blocked.

I've experienced this with OSS emulation on ALSA. Perhaps playing the
sound with 'aplay' instead helps? If not, consider configuring the
'dmix' plug-in for ALSA.

Cheers
Robert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: SpamAssassin and false-negative spam

2003-09-23 Thread Robert Vollmert
On Tue, Sep 23, 2003 at 06:10:42AM -0500, Ron Johnson wrote:
   How can I find out the SA (v2.55) scores of all email?
 
 Ok, clarification: I'm not asking for the score parameters; I'm 
 asking for the score of each individual email.

easiest seems to be to pipe the message to 'spamassassin -t'.
Depending on your mailclient, of course.

I'm sure it's also possible to make spamassassin insert its report
header into every mail it checks.

Cheers
Robert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: SpamAssassin and false-negative spam

2003-09-23 Thread Robert Vollmert
 I always pipe it through spamc, and the report is added to the
 headers, even when it's ham.
 
 Doesn't that work for you, too?

It does, actually. I was thinking of the more detailed report that
comes in the body of spam messages, and which lists each matched
test's score and description.

Cheers
Robert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: en_US.UTF-8 compose bug fixed, but whom should i send it to ?

2003-09-23 Thread Robert Vollmert
On Tue, Sep 23, 2003 at 08:43:36AM -0300, Jan Pfeifer wrote:
 So I just patched the file
 
 /usr/X11R6/lib/X11/locale/en_US.UTF-8/Compose
 
 to include any order (for all key compositions).
 
 i'd like to send the fix to the proper debian maintainer(s). How do I
 find this out ? 

$ dpkg -S /usr/X11R6/lib/X11/locale/en_US.UTF-8/Compose

should give you the package the file belongs to. Then it's probably
easiest to report a bug / update a bug report with
'reportbug package', including that patch.

Cheers
Robert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: record sound...

2003-09-22 Thread Robert Vollmert
 I need a program that can record from mic, or line-in, and encode 
 realtime to mp3/ogg, or just record to wav.
 Anyone knows a program which can do this?

If you're using ALSA, try arecord with oggenc:

$ arecord | oggenc -o record.ogg -

Select the recording device using a mixer (e.g. alsamixer).

Cheers
Robert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: record sound...

2003-09-22 Thread Robert Vollmert
 I am not using alsa :). Any other ideas? Or programs?

sox will work, though I don't know the correct arguments. Or try
audacity.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Getting X to recognise usb mouse on plugin

2003-09-21 Thread Robert Vollmert
On Sun, Sep 21, 2003 at 01:43:51PM +0300, Micha Feigin wrote:
 I have a usb mous which isn't always plugged in (its a loptop).
 It its plugged in when X starts up it is recognised ok (there is a
 pointer entry for /dev/input/mice). If its not plugged in its not always
 recognized. I haven't managed to pinpoint the reason. I do make
 occational changes to the driver setup when I change things. What should
 I do to make it recognized by a running X session? Is it the mousedev
 module?
 usb is configured as a modules on my system.

Just guessing, but: When X fails to recognize the mouse, were the usb
modules responsible for /dev/input/mice loaded when X started, i.e.
did X manage to open that device? Or did you get errors in
XFree86.0.log? I assume that /dev/input/mice needs to be accessible on
startup.

Cheers
Robert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: starting different window managers

2003-09-20 Thread Robert Vollmert
 Now I'm trying to build an box for audio work, where kde is too heavy.
 So I would like to try out some lightweight windowmanagers.  What is an
 easy way to start different window managers (so I can try them out)?
 I'm working on Debian unstable.

$ startx /usr/bin/X11/mywindowmanager

or even

$ startx /usr/bin/X11/xterm

and then launch and kill your window managers from the xterm.

Cheers
Robert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Uppercasing filenames

2003-09-20 Thread Robert Vollmert
On Sat, Sep 20, 2003 at 05:06:26PM -0400, Jeff Elkins wrote:
 I need to convert a bunch of filenames to uppercase. I tried the script below, 
 which does...nothing.

While we're at it:

$ rename tr/a-z/A-Z/ *


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Insert module at startup

2003-09-18 Thread Robert Vollmert
 But how can i add the module so that it starts when the system boots, i find
 information about modutils, modules.conf, ... But all this is not so clear!
 Could someone *plz* explain me clairly how i have to do it ? Or a link or
 whatever ?

Just add a line to /etc/modules.

 And what dhcp client do i have to use ? Dhcpd ? Pump ? Dhclient ?

dhcp-client seems to work fine here (configured on initial
installation of Debian 3.0). You need CONFIG_PACKET and CONFIG_FILTER
in your kernel for it to work.

Cheers
Robert


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Sound capture via fake driver

2003-09-17 Thread Robert Vollmert
On Tue, Sep 16, 2003 at 09:23:15PM -0400, Carl Fink wrote:
 On Wed, Sep 17, 2003 at 07:57:57AM +0800, csj wrote:
 
  Why not try mplayer?
 
 Because it doesn't work well with streaming stuff in general and
 never with RealAudio, on my system.

mplayer works for capturing realaudio streams here, in that it dumps a
file which it can play itself. realplayer doesn't like the result,
though.

Another solution is using vsound (debian package available) with
realplayer (or better, trplayer:
http://www.linux-speakup.org/trplayer.html), like 

$ vsound -t -s trplayer -q -n exmple.rpm | sox -t au - -t wav - | \
 oggenc -q 0 -o example.ogg -


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: reiserfs

2003-09-17 Thread Robert Vollmert
On Wed, Sep 17, 2003 at 01:50:53PM +0200, Robert Epprecht wrote:
 I have created the partition, re-booted, mkfs.reiser.
 I have created the directory (as user), but whatever I have tried in
 /etc/fstab I cannot write to the directory as normal user, only as
 root. As soon as I mount the partition, the directory changes to
 belonging to root. It does so, even if I give the *user* the right
 to mount the partition and mount it as user.

Have you tried chown'ing the mount-point after mounting the partition?
That should change ownership of the partition's root directory. I
think the mount-point's permissions are overridden by those of the
partition's root.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Dont wanna upgrade package

1999-09-21 Thread Robert Vollmert
On Tue, Sep 21, 1999 at 10:21:15AM +0200, Steeve Lennmark wrote:
 Hi, Can I somehow say to apt that i dont want to upgrade a package, EVER?

I think
echo packagename hold | dpkg --set-selections
should work.

HTH,
Robert

-- 
Robert Vollmert  [EMAIL PROTECTED]


Re: Guessing the date style from the timezone for postgresql postinst

1999-09-19 Thread Robert Vollmert
On Sun, Sep 19, 1999 at 12:31:27AM +0200, Josip Rodin wrote:
 On Sat, Sep 18, 1999 at 06:36:47PM +0200, Robert Vollmert wrote:
  With /bin/sh - /bin/ash, I get the following error:
  
  guess.datestyle: 25: Syntax error: word unexpected (expecting ))
  
  It works fine with bash. It seems the opening brace on 
  
  case $x in ( SystemV | posix | right )
   ^
  is causing this.
 
 Wasn't this fixed in potato ash? I seem to remember seeing a bug report
 about this once...

You're right. It was fixed in 0.3.5-4, while I was still running
0.3.5-3. It works as is, now.

-- 
Robert Vollmert  [EMAIL PROTECTED]


Re: Guessing the date style from the timezone for postgresql postinst

1999-09-18 Thread Robert Vollmert
On Sat, Sep 18, 1999 at 01:45:55AM +0100, Oliver Elphick wrote:
 If you have a recent potato system, with timezone files in
 /usr/share/zoneinfo, could you please run the script and let me know if
 it gives WRONG results for you.  If it does, please tell me your timezone
 and offset (date '+%Z %z') and what the date style ought to be. If you
 can suggest a change to the script that will get it right without breaking 
 results for other countries, that will be even better!

With /bin/sh - /bin/ash, I get the following error:

guess.datestyle: 25: Syntax error: word unexpected (expecting ))

It works fine with bash. It seems the opening brace on 

case $x in ( SystemV | posix | right )
 ^
is causing this.

-- 
Robert Vollmert  [EMAIL PROTECTED]


Re: Video Rules?

1999-08-22 Thread Robert Vollmert
On Sun, Aug 22, 1999 at 06:02:24AM -0600, Karl F. Larsen wrote:
   Are there any rule of thumb on how much ram the video card must
 have to achieve a given resolution? I have a 1 meg card now and get 8 bit
 16 color when using a 1024x480 screen. 

(bpp / 8) * hr * vr = ram

with:   bpp -- colour depth
hr  -- horizontal resolution
vr  -- vertical resolution
ram -- video card memory

I think X needs a little additional memory for fonts and pixmaps.

   But windows 98 seems to get far better resolution with this card.
 I wonder how?

The theoretical maximum at 16 bit would be something like 836x627,
1180x885 at 8 bit, provided you want a 4x3 display ratio. See the
XFree86-VideoTimings-HOWTO for additional information.

HTH, Robert

-- 
Robert Vollmert  [EMAIL PROTECTED]


Re: CS 4232

1999-08-13 Thread Robert Vollmert
On Thu, Aug 12, 1999 at 04:57:06AM -0300, Paulo Henrique Baptista de Oliveira 
wrote:
 Hi all,
 a week ago or so, I asked about getting CS4232 sound card to work in
 Linux. I got some responses and tried without luck.
 I dont have /dev/mixer and
 cat /proc/sound shows:

Hi,

your config looks fine. Probably, all you have to do is create the
audio devices (as root):

# cd /dev
# ./MAKEDEV audio

If things still don't work, please post exactly what fails and any
related error messages.

HTH, Robert

-- 
Robert Vollmert  [EMAIL PROTECTED]


Re: Sound module problems

1999-08-10 Thread Robert Vollmert
On Mon, Aug 09, 1999 at 11:04:38AM +0100, Matthew Vernon wrote:
 Hi all,
 
   I'm running 2.2.10 here, and am having a few problems with sound -
 whenever a program tries to access the sound device, logs show this error:
 
 Aug  9 11:00:10 aardvark modprobe: can't locate module sound-slot-0
 Aug  9 11:00:10 aardvark modprobe: can't locate module sound-service-0-3
 
 I don't have either module compiled, nor can I see any mention of where
 they should come from. lsmod shows this afterwards:
 
 aardvark# lsmod
 Module  Size  Used by
 soundcore   2372   0  (autoclean) (unused)
 
 modprobe -a opl3sa2 works fine, however.
 
 Do I need to add aliases for sound-slot-0 and sound-service-0-3 or what?

I think that
alias sound-slot-0 opl3sa2
should make things work.

HTH, Robert

-- 
Robert Vollmert  [EMAIL PROTECTED]


Re: Init takes long time and what is lspci?

1999-08-01 Thread Robert Vollmert
On Sun, Aug 01, 1999 at 02:31:15PM +0200, Jonas Steverud wrote:
 When I boot, init prints out INIT 2.74 (?) and then it stops for
 10-20 seconds and then continues with NET4: Unix domain sockets 1.0
 for Linux NET4.0. which takes another 5-10 seconds. Anyone who knows
 why this happens? Is it trying to get some information from somewhere
 or what? Before I changed to the 2.2.10-kernel (see other thread) this
 did not happen. Or is it perfectly normal?

I had this problem, too, after a partial upgrade to potato. After
upgrading a few more packages, it worked again. I can't remember
which packages exactly, but I think sysvinit was among them.

-- 
Robert Vollmert  [EMAIL PROTECTED]


Re: new mail messages

1999-06-26 Thread Robert Vollmert
Hi,

On Sun, Jun 27, 1999 at 05:11:44AM +1200, Tim Nicholas wrote:
 When new mail arives on the system i get a message saying:
 
 [EMAIL PROTECTED]
 You have mail in /var/spool/mail/tim
 [EMAIL PROTECTED]
 
 Is there any way to have whichever program does this also monitor
 other mailboxes for mail? I have very little unfiltered mail so i
 dont often get that message.

From info bash:

Bourne Shell Variables
==
...
`MAILPATH'
 A colon-separated list of files which the shell periodically checks
 for new mail.You can also specify what message is printed by
 separating the file name from the message with a `?'.  When used
 in the text of the message, `$_' stands for the name of the
 current mailfile.

`MAIL'
 If this parameter is set to a filename and the `MAILPATH' variable
 is not set, Bash informs the user of the arrival of mail in the
 specified file.

HTH, Robert

-- 
Robert Vollmert  [EMAIL PROTECTED]


Re: Flushing the slink question cache

1999-06-24 Thread Robert Vollmert
On Tue, Jun 22, 1999 at 10:27:41PM +0200, Enrico Zini wrote:
 Hello!
 
 I've come up with a bunch of practical questions around the Debian Slink
 distribution:

Hello,

I'll try to answer a few of them:

  2) /cdrom isn't given an entry in /etc/passwd after a fresh install,
 even if it has been used during all the installation and there
 is a /cdrom directory for it: this is a note for the next
 installation procedure

While you probably meant /etc/fstab, this would be a useful feature.

  5) On a server I installed (hamm upgraded to slink), the wwwoffle
 daily maintenance script happen to kill the wwwoffle daemon; I
 didn't happen to discover why is it doing this, and I can't just
 work around it putting /etc/init.d/wwwoffle start as the last
 line in the maintenance script because I can't guess what state
 wwwoffle was before being killed (e.g. online, offline,
 autodial)

It doesn't here (also upgraded from hamm to slink). The script simply
calls wwwoffle -purge. Maybe there's a wwwoffle.dpkg-dist file in
/etc/cron.daily.

  8) I've never been able to use the multi_cd access method of
 dselect: I always happen to see only the contents of the first
 cd, while with apt I need every cd mounted to see them both. For
 the former, I know it's my fault, for the latter I understood I
 have to wait for potato to be able to use apt with multiple cd:
 am I right? And for multi_cd, what's the right way of operation?
 I have never been asked for the second CD.

When setting up (or was it updating?) multi_cd, you have to insert the
_last_ binary CD of your set.

HTH, Robert

-- 
Robert Vollmert  [EMAIL PROTECTED]


Re: Environment variables and X

1999-05-22 Thread Robert Vollmert
On Fri, May 21, 1999 at 08:56:16AM -0500, Marc Mongeon wrote:
  Arcady Genkin [EMAIL PROTECTED] 05/21 1:30 AM  Where is
 the proper place to set environment variables, so that they would
 propagate to X apps?
 Look in the wdm man pages for a profile that wdm executes on
 startup (I would be very surprised if there wasn't one), in that
 file, source your .profile or .bashrc or both:
 
 . $HOME/.profile

Or put the above line into ~/.xsession .

-- 
Robert Vollmert  [EMAIL PROTECTED]


Re: ssh and PATH trouble

1999-05-22 Thread Robert Vollmert
On Sat, May 22, 1999 at 05:21:27PM +0200, Ramin Motakef wrote:
 Hi everybody!
 
 I have some troble with ssh. I want to restart (or reload) services in
 /etc/init.d from a perl script. But what happens is:
 
 [EMAIL PROTECTED]/root]# ssh  -x  vmdebian /etc/init.d/nfs-server reload 
 Reloading NFS servers configuration files.
 /etc/init.d/nfs-server: start-stop-daemon: command not found
 
 So i did:
 
 [EMAIL PROTECTED]/root]# ssh -x vmdebian echo $PATH

The $PATH is interpreted by your shell before being passed to ssh.
Quote it to get the $PATH variable ssh uses.

 /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11
 
 wich seems ok for me.

From ssh(1):

ENVIRONMENT
   Ssh will normally set the following environment variables:
[snip]
   PATH   Set to the default PATH, as specified when  compil-
  ing  ssh  or,  on some systems, /etc/environment or
  /etc/default/login.

HTH, Robert

-- 
Robert Vollmert  [EMAIL PROTECTED]


Re: HTML formatter

1999-05-19 Thread Robert Vollmert
On Tue, May 18, 1999 at 10:26:56PM +0200, Stephan Engelke wrote:
 Hi,
  is there a program that formats html source code. I would like to
  have a pretty printer for HTML just like 'indent' does with c
  source code.
 
 for interactive work the Emacs's html-helper-mode may be an
 option. Select the entire buffer and run M-x indent-region (forgot
 the keystroke, sorry).

Where can I find html-helper-mode? It doesn't seem to be include in
emacs20.

-- 
Robert Vollmert  [EMAIL PROTECTED]


Re: Aliases in .bashrc

1999-05-19 Thread Robert Vollmert
 alias mcd='mount /dev/hdb /cdrom|cd /cdrom' 

try alias mcd='mount /dev/hdb /cdrom  cd /cdrom'

-- 
Robert Vollmert  [EMAIL PROTECTED]


Re: gui progs as root in x under normal user?

1999-05-18 Thread Robert Vollmert
On Mon, May 17, 1999 at 07:20:55AM -0400, Allen B. Riddell wrote:
 Easy way to do this...
 
 put xhost localhost in your .xinitrc
 or, you could type it each time before you go into root.

A safer solution would be to do (as root):

# export DISPLAY=:0.0
# export XAUTHORITY=/home/yourname/.Xauthority

or (if ssh is installed)

$ ssh -l root localhost

-- 
Robert Vollmert  [EMAIL PROTECTED]


Re: PPP with IP masquerading over a null modem

1999-05-18 Thread Robert Vollmert
 it slow =).
 
 Any help is greatly appreciated.
 
 Thanks in advance!
 
 Nathaniel

HTH, Robert

-- 
Robert Vollmert  [EMAIL PROTECTED]


remote execution

1999-05-13 Thread Robert Vollmert
Hi,

What is the safest way to execute a command as root on a remote
computer? What I'm trying to do is run a script on computer B when
computer A brings up a PPP link. This script has to be run as root.
Currently, I'm using ssh with a /root/.shosts file on B, but this
seems a little dangerous. Any better suggestions?

TIA, Robert

-- 
Robert Vollmert  [EMAIL PROTECTED]


Re: Shell for gunzip so I don't have to remember?

1999-05-12 Thread Robert Vollmert
Hi,

On Tue, May 11, 1999 at 04:56:30PM -0500, André Bell wrote:
 Is there a good shell for gunzip so I don't have to remember all the
 operators?
 
 I ask because I must be doing something wrong.  When I ungzip file.gz the
 system converts my .gz file to one file with no extension instead of
 unzipping the file and all of its contents.
 
 I know there are multiple files in the gzips that I look at because I can
 view all of the compressed files when I view the contents of the gzip file
 on my pc, just not with gzip on linux :(
 
 If you knoww why this happens and know what I need to do to work around it
 please let me know.

If they aren't .tar.gz/.tgz's, they might be .zip files (especially
since you can view them in Windows. In that case, use unzip (package
unzip). 

HTH, Robert

-- 
Robert Vollmert  [EMAIL PROTECTED]


Re: libpcre.so.1 and libpcre.so.1.01

1999-04-29 Thread Robert Vollmert
On Wed, Apr 28, 1999 at 01:56:57PM -0600, David Karlin wrote:
 What is the difference between libpcre.so.1 and libpcre.so.1.01?
 Have I installed an incompatible version of libpcre1?

Hello,
as far as I know, libpcre.so.1 should be a symlink to libpcre.so.1.01 .

Regards,
Robert

-- 
Robert Vollmert  [EMAIL PROTECTED]


Re: system shutdown from xdm

1999-04-28 Thread Robert Vollmert
On Wed, Apr 28, 1999 at 11:07:16AM +, Dave Whiteley wrote:
 In the olden days I worked with a PDP11/44 running Unix.  I did not know
 a lot about Unix, but I was trusted to  shut the system down by logging
 is as a special user shutdown.

 I have made the user shutdown's shell a script which calls the
 shutdown command. However xdm does not seem to run this script.

Hi,

on X login, ~/.xsession is executed by default, so I suppose you could
call your shutdown script from there.

Robert

-- 
Robert Vollmert  [EMAIL PROTECTED]


Re: Direct serial connection

1999-04-25 Thread Robert Vollmert
Hi,

On Sun, Apr 25, 1999 at 11:39:53AM -0500, Jor-el wrote:
   The what I would like to do is to use the monitor that I have as a
 console for both machines A and B. Unfortunately, I cant accomplish this
 via a CPU switch, thanks to the non-standard monitor cable (Aptiva S90)
 that I have. I was thinking that maybe I could hook up B as using a serial
 console, and connect the serial port to the serial port of A, and then
 somehow get the stuff displayed on a separate window / tty on A.

I'd suggest creating a small network using PPP over your serial ports
(you would need a null-modem cable for this). You can then use telnet
on A to work on B, and can even run X apps on B. There is a section on
this in the PPP HOWTO (packages doc-linux-text or doc-linux-html).

Good luck,
Robert

-- 
Robert Vollmert  [EMAIL PROTECTED]


Re: diff.gz file size

1999-03-20 Thread Robert Vollmert
On Fri, Mar 19, 1999 at 11:06:50AM +0530, XRDLAB wrote:
 But it still does not answer my question. Why the difference in the
 size? How to get back the same if I decompress? Any maintainer who is
 reading this thread would like to clarify?

I remember reading somewhere that netscape doesn't actually unzip
.gz-Files when downloading them, it simply strips the .gz. So maybe
you gzipped an already gzipped file which would explain the difference
in size.

-- 
Robert Vollmert  [EMAIL PROTECTED]


Re: exim

1999-02-21 Thread Robert Vollmert
 When I use fetchmail to retrieve my mail, exim delivers the first 10 and
 then leaves the rest queued until cron next fires-up it's queue-runner.

Take a look at `smtp_accept_queue_per_connection' in
/usr/doc/exim/NewStuff.gz .

-- 
Robert Vollmert  [EMAIL PROTECTED]


Re: creating 10 disks of Debian

1999-02-17 Thread Robert Vollmert
Hello,

On Fri, Feb 12, 1999 at 11:26:13PM -0500, [EMAIL PROTECTED] wrote:
 I have downloaded the files recommended to their own directories (e.g.
 base14-1.exe) - but have only successfully extracted the first two image
 disks.  I infer from the documenation that 10 in total exist.
 
 After trying to create the third - I get a disk that shows now files in
 Windows 3.1 filemanager.

I think that only the first two disks contain MS-DOS filesystems, the
others aren't readable by DOS/Windows.

Robert


-- 
Robert Vollmert  [EMAIL PROTECTED]


Re: sound card/which kernel

1999-02-15 Thread Robert Vollmert
On Mon, Feb 15, 1999 at 11:27:51AM -0600, ktb wrote:
 Hi, I'm attempting to compile my kernel (2.0.34) for the first time to
 enable sound.  I was reading in the sound HOWTO that there is a card
 supported Crystal CS4232 (PnP)  mine is Crystal pnp Audio System
 CODEC  I was wondering if anyone has had experience with this card and
 if  it is possible that my card will work with the CS4232 card?

I got a Terratec card apparently based on the Crystal chip to work
well with the 2.0 kernels. Try to find the parameters (IRQ, IO, etc.)
under Windows and fill them in during kernel config. If it wont't work
this way, you might have to mess with the isapnp-package.

 Also there was mention in the HOWTO about PnP being supported in the 2.1
 kernel.  We are now at 2.2.1 if I remember correctly.  I was wondering
 if it would be better for me to get a new kernel and compile that one
 for sound?  Perhaps in 2.2.1 my card is now an option and maybe it
 supports PnP that would make obtaining sound easier?

The PnP-stuff in 2.2-kernels is only about some parallel port
stuff. I don't think it will help with sound. There is a sound
related change, though. With the 2.0 kernels, if you compiled sound
as a module, you still had to enter your card settings at configure
time. For 2.2 sound modules, you have to specify the resources when
you insert the module. 

Good luck,
Robert


starting X apps as root

1999-01-20 Thread Robert Vollmert
Hello,

is there a comfortable way of starting programs as root when I'm logged
in as a normal user? Currently, I start an xterm, su to root and use
that xterm to start other programs.

I'm thinking of an application I can run as root which will allow me to
start other programs (a `root menu'), something like a part of the
window manager running as another user. Does any window manager
implement this, or does anyone know a stand-alone program?

Thank you in advance,
Robert
-- 
Robert Vollmert [EMAIL PROTECTED]


Re: I tweaked my Linux box too much!

1998-12-14 Thread Robert Vollmert
 went blank and everything locked up. I figured that if I new how to
 disable xdm, I could boot up to just the Linux command line and run
 XF86Setup again, but I do not know what config file to edit in order to
 disable xdm.

To disable xdm, you can also replace the
  start-xdm
line in '/etc/X11/config' with
  no-start-xdm
. This file checked by '/etc/init.d/xdm'.

Robert


Re: Debian installation hangs

1998-12-12 Thread Robert Vollmert
  Look at the message just before the md driver message for the
  problem.  It will probably turn out to be the disk controler doesn't
  like being probed at boot time and is locking up.  Some systems will
  require an entry on the boot line or use the tecra rescue disk like the
  lap top systems need.  Search the archives at www.debian.org for the
  source of a new rescue disk if you have a aha27xx disk controler. You will
  also find sources of 1440 SLINK disks but I would not recomend them at
  this time.
 
 The line before the md driver line was the floppy controller detect, which 
 worked.  And before that, was a perfectly correct detection of both IDE 
 controllers and all four devices on them.  What I'll try is booting up with a 
 few more combinations of hardware device disabled, to see if this works.

Now that you mention it, I think I remeber the reason my computer paused on
boot was neither the md-driver nor the previous driver; it was the SCSI-driver
which followed. Here is part of the dmesg-output I get when booting the debian
kernel:

...
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
Floppy drive(s): fd0 is 1.44M
FDC 0 is a National Semiconductor PC87306
md driver 0.35 MAX_MD_DEV=4, MAX_REAL=8
Failed initialization of WD-7000 SCSI card!
ppa: Version 1.42
ppa: Probing port 03bc
ppa: SPP port present
ppa: EPP not supported at this address
ppa: Probing port 0378
ppa: Probing port 0278
scsi : 0 hosts.
scsi : detected total.
Partition check:
 hda: hda1 hda2 hda3  hda5 hda6 hda7 hda8 hda9 hda10 
...

maybe this helps,

robert


Re: Debian installation hangs

1998-12-09 Thread Robert Vollmert
 The installation (CD or rescue floppy) loads the Linux kernel, and during the 
 long series of hardware detection messages, successfully detects all the IDE 
 devices and then hangs on the line.
 
 md driver 0.35 MAX_MD_DEV=4 MAX_REAL=8

I have almost the same problem on my similar machine: When booting a pre-
compiled debian kernel, my computer halts for about 30 seconds at the above
line. Afterwards, it continues perfectly.

Try waiting?

Robert
--
Robert Vollmert [EMAIL PROTECTED]



Re: Pine Netscape

1998-12-09 Thread Robert Vollmert
 Hello everyone,
   I've been playing with pine so it'll open a netscape window if I
 wish to follow a link from an email. I've read through the 'online' help
 in pine and even found a link on the netscape site about the -remote
 (http://home.netscape.com/newsref/std/x-remote.html) argument to control
 an existing netscape session. Since I usually already have a browser
 window open I'd like for pine to simply control that browser and open the
 new url.
   I've been playing with this for sometime now and have not been
 able to get it working. The following will _start_ a new process thus
 conflicting with bookmarks and lock files. It works but not what i want.
 
 url-viewers   = _TEST(test -n '${DISPLAY}')_ 
 /usr/local/netscape4.5/netscape 
 
   Does anyone know of how to use the -remote argument or some other
 way for pine to open the selected url in the current netscape process?
 Thanks for any help in this. I'm not sure but this could possibly also be
 of interest to other pine/netscape users.

try netscape -remote 'openurl(http://www.debian.org/)' 

robert