Linux-Misc Digest #781, Volume #18               Wed, 27 Jan 99 06:13:09 EST

Contents:
  Re: startx not found (Vito DeFilippo)
  Re: fetchmail on ppp dial-up (iNoDE)
  fax permission problems (Charles Stroom)
  Re: Disk image (Tim Moore)
  Re: Advice for Microsoft-haters (Michael Powe)
  Re: bash/sh "exec" problem - startx doesn't work (Glen Turner)
  Debian und telnet ([EMAIL PROTECTED])
  Re: kernel 2.20 problem (PC^God)
  Re: bash/sh "exec" problem - startx doesn't work (Tim Moore)
  Re: Kernel 2.2 Stable Problem with RealTek 8129/8139 ethernet  (Tim Moore)
  Re: Advice for Microsoft-haters (Michael Powe)
  Re: TCP/IP connectivity on LAN (Jerry Lynn Kreps)
  Re: why are linux x apps so slow? (David M. Cook)
  Re: Linux on an overclocked PII (Tim Moore)
  Re: Linux keyboard? (For emacs use) (Shaun Lipscombe)
  Re: linux max RAM is 1GB? (John Cochran)
  linux max RAM is 1GB? (Mark Ramos)
  Re: why are linux x apps so slow? ("Ron van Middendorp")
  Re: StarOffice and Microsoft Office (Rod Smith)
  ISDN and RedHat 5.2 ("Ron van Middendorp")
  Re: why are linux x apps so slow? (Rod Smith)
  Re: Recompiling Blues (Tim Moore)
  Re: Redhat 5.2 & MP3 (Sam E. Trenholme)

----------------------------------------------------------------------------

From: Vito DeFilippo <[EMAIL PROTECTED]>
Subject: Re: startx not found
Date: Wed, 27 Jan 1999 02:40:26 -0500

Thanks for the replies!

Vito Defilippo

------------------------------

From: iNoDE <[EMAIL PROTECTED]>
Subject: Re: fetchmail on ppp dial-up
Date: Mon, 25 Jan 1999 16:08:07 -0600

Michael Perry wrote:
> 
> On Sun, 24 Jan 1999 02:27:59 -0600, iNoDE <[EMAIL PROTECTED]> wrote:
> >I have a working .fetchmailrc in my ~/.  It deposits my mail in
> >/var/spoo/mail/inode and then I can read it w/postilion,mutt,mail,
> >etc... just fine...
> >
> >       I added the following line to my ppp-up (as the very last line)
> >su -c 'fetchmail --daemon 300 --syslog;' inode
> >
> >       When I get connected, the daemon doesn;t start... and I have to type at
> >the prompt every time to get my mail... What is wrong with my syntax?
> >
> >p.s. I added to my ppp-down (as the very last line)
> >su -c "fetchmail --quit" inode
> >and it doesn't kill the daemon when I disconnect...
> >
> >Thanks a lot....
> >--
> >o My Computer talkz about Linux: "BriNg iT On!!!"
> >o After the fact: "I'm a LeAn and mEAn Linux machine!"
> >o Chickz dig Linux...
> >o Linux... for IQ's GREATER than 98
> >
> Try this in your /root/.fetchmailrc instead
> 
> poll pop.host protocol pop3 user mperry with pass xxxxx is mperry here
> set daemon 450
> 
> Some things to note.  I use procmail to send things around and I have the
> MAIL variable set to something else besides /var/spool/mail/~user.  I also
> have a .forward and .procmailrc file.  This is not essential, I just want
> you to know what my setup is.
> 
> Note that this .fetchmailrc redirects email to the local user called
> mperry which is me.  The set daemon starts the daemon mode of fetchmail.
> Now go into /etc/ppp/ip-up and go down to almost the end to a clean place
> of the file and put in "fetchmail &".  If you want to see a little output,
> place "fetchmail -v &". This will make fetchmail do verbose stuff.  To
> kill the daemon when you disconnect, edit /etc/ppp/ip-down and put in
> there somewhere "fetchmail -q".  This kills fetchmail when ip comes down.
> 
> This works for me.  I dont have to type fetchmail ever.  I dont have to do
> enter the su -c thing either since the .fetchmailrc file is at root here.
> 
> Take care.
> 
> --
> Michael E. Perry
> [EMAIL PROTECTED]
> ------------------
        Thanks... I am happy camper now... here is what i did...  i created
/etc/ppp/ip-up.local; chmod +x it and added
#!/bin/bash
export PATH=/sbin:/usr/sbin:/bin:/usr/bin
su -c 'fetchmail --daemon 300 --syslog;' inode

also created /etc/ppp/ip-down.local; chmod +x it and added
#!/bin/bash
export PATH=/sbin:/usr/sbin:/bin:/usr/bin
su -c "fetchmail --quit" inode

my .fetchmailrc was;
defaults        fetchall
mda "/usr/sbin/sendmail -oep -bm inode"
poll my_domain.com
protocol pop3
user inode
password my_passwd
smtphost 127.0.0.1

THis works beautifully for me... connect to net... and fetchmail gets my
mail every 5 mins... read it w/elm, pine, mutt, postilion, etc...
disconnect and the daemon is terminated as well....


------------------------------

From: [EMAIL PROTECTED] (Charles Stroom)
Subject: fax permission problems
Date: Tue, 26 Jan 1999 22:28:19 GMT
Reply-To: [EMAIL PROTECTED]


I am trying to set up a "fax printer" under RH5.1 with the efax/faxlpr
package, according to the "Linux simple fax printer server mini-HOWTO".

In principle everything works as it should if I run the command

    cat file | lpr -Pfax -Jnumber

as root, but when I run as normal user, there is a permission problem.

lpr creates 2 files in the /var/spool/fax, one is the "cfxxxx" file
which contains the telephone number and some more info.  The faxlpr
script needs to read that file in order to get the phone number, but
this "cfxxx" file has permissions:

-rw-rw----   1 bin      lp            107 Dec 30 22:45 cfA031Aa02984

faxlpr does not have the appropriate permission, fails to open the file,
hence the fax submission fails.

I have tried several combinations (e.g. to set the sticky bit of faxlpr,
to make lpd member of the bin group, etc), but everything fails.

Any help?

-- 
Charles Stroom
email: [EMAIL PROTECTED]
url:   http://www.stroom-schreurs.demon.nl/

------------------------------

Date: Wed, 27 Jan 1999 00:33:22 -0800
From: Tim Moore <[EMAIL PROTECTED]>
Subject: Re: Disk image

> I should install Linux & NT on 2 identical machines, can I do a complete
> install on one machine, connect the second SCSI HD and create an "image"
> of the first hd to the second ?
> Something like dd -if=/dev/sda -of=/dev/sdb  may work ?
> (18 Gb SCSI HD)

No.  NT is not portable.  It has to be reinstalled each time even with
identical hardware.

-- 
[Replies: remove the dot(s)]

"Everything is permitted.  Nothing is forbidden."
                                   WS Burroughs.

------------------------------

Crossposted-To: alt.linux,alt.os.linux,comp.os.linux.advocacy
Subject: Re: Advice for Microsoft-haters
From: Michael Powe <[EMAIL PROTECTED]>
Date: 27 Jan 1999 00:34:00 -0800

=====BEGIN PGP SIGNED MESSAGE=====
Hash: SHA1

>>>>> "pdohert" == pdohert  <[EMAIL PROTECTED]> writes:

    pdohert> Michael Powe wrote:
    >> Hard to see where you got the idea that "the US has pretty much
    >> initiated the whole thing."  The modern "computer revolution"
    >> started in Britain.  Americans are too self-congratulatory for
    >> my taste.  They seem to forget a few major technological facts,
    >> like they got hosed in automotive technology and manufacturing
    >> technologies and had to play catchup in electronic

    pdohert> Makes it pretty easy to see where the "US has pretty much
    pdohert> initiated the whole thing" comes from...  :-)

Doh!  Computers were invented in England.  Get it?  If you don't, get
a library card and do some reading.  You <can> read something more
complicated than a newsgroup, can't you?

mp

8<---------------how-easy-is-it-to-demunge-an-address?------------------->8
#! /usr/bin/perl # if you are [EMAIL PROTECTED] (Another Luser):
while ($line = <>){ if ($line =~ m/^\s*$/ ){ last; }
if ($line =~ m/^From: (\S+) \(([^()]*)\)/){ $from_address = $1; } }
if ($from_address =~ m/\S+NOSPAM\S+/){ $x = index($from_address, NOSPAM);
substr($from_address, $x, 6+1) = ""; printf("The real address is %s\n",
$from_address);}else { printf("No munge, just plain %s\n",$from_address);}
printf("\nBrought to you by the Truth In Mail Headers Foundation\n");
8<-----------------------here's-one-example------------------------------>8

- --
                             Michael Powe
            [EMAIL PROTECTED]   http://www.trollope.org
                         Portland, Oregon USA

=====BEGIN PGP SIGNATURE=====
Version: GnuPG v0.9.0 (GNU/Linux)
Comment: Encrypted with Mailcrypt 3.5.1 and GNU Privacy Guard

iD8DBQE2rs9W755rgEMD+T8RAmwNAJ9cG1nY/SA+iShPlusM0C4+dGy03gCfXZ98
3SMGE0l+CGmSJahrJLgT2CM=
=56f0
=====END PGP SIGNATURE=====

------------------------------

Date: Wed, 27 Jan 1999 12:10:58 +1030
From: Glen Turner <[EMAIL PROTECTED]>
Subject: Re: bash/sh "exec" problem - startx doesn't work

Mark Paulus wrote:

> When I run startx (RH 5.2, w/XFree-3.3.3.1 RPM updates for my
> Creative Labs TNT), I get a gray screen (XServer starts), and my
> nice 'X' cursor, and there it sits.  My window manager never starts.
> However, if I run xinit, and then run /etc/X11/xinit/Xclients in the
> xterm that is started, my X comes up fully, with the window manager.
> So, I went further.  My shell startup/identification string in
> /etc/X11/xinit/xinitrc
> is defined as #!/bin/sh, and in Xclients it's #!/bin/bash.  It appears
> to me that somehow the "sh clone" is having problems doing
> an "exec <script>" when the script is not the same shell.
> If I change xinitrc to be #!/bin/bash, then I get a hangup in some
> other script that it 'execs'.  I would really like to know what is
> wrong here, and fix it, rather than have to manually edit all
> my script files, and then have to re-edit them if I ever upgrade
> any little software package.  Any info appreciated.

A good start is to set the root profiles back to the defaults.

Unfortunately, even setting "set -o noclobber" in the root
profiles can stop X starting.

------------------------------

From: [EMAIL PROTECTED]
Subject: Debian und telnet
Date: Tue, 26 Jan 1999 23:20:30 GMT

Hallo,

wahrscheinlich ein ultratriviales Problem, aber ich weiss mom noch nicht,
worans hapert...

ich kann auf mein Linux System (Debian) kein telnet machen, solange ich die
Kiste, von der aus ich das telnet machen m�chte nicht in die

/etc/host

Datei eingetragen habe.
Wenn ich DAS tue, klappt sofort mit dem Nachbarn.

Aber das kann�s ja irgendwie nicht sein, da� ich erst jeden m�glichen hist in
die /etc/hosts Tabelle eintagen muss, zumal ich das auch schon anders gesehen
habe.

Wo ist mein Fehler ?

elmar pape

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

------------------------------

From: PC^God <[EMAIL PROTECTED]>
Subject: Re: kernel 2.20 problem
Date: Wed, 27 Jan 1999 08:29:02 +0000
Reply-To: [EMAIL PROTECTED]

ty wrote:
> 
> Hi,
> 
> I just compiled kernel 2.20, and got the following error message.   Does
> anyone know what's the problem and how to correct it?
> 
[snip]

I'll bet you have an SB AWE 32 or 64 card :-)
read the documentation that comes with the kernel for AWE32 cards:
/usr/src/linux/Documentation/sound/AWE32

I did have a problem with the module that has to do with MIDI (wouldn't
compile), but I don't use MIDI, so I'm happy :-)

-- PC^God --

------------------------------

Date: Wed, 27 Jan 1999 00:46:00 -0800
From: Tim Moore <[EMAIL PROTECTED]>
Subject: Re: bash/sh "exec" problem - startx doesn't work

% startx >& startx.log &

(or sh equiv)
-- 
[Replies: remove the dot(s)]

"Everything is permitted.  Nothing is forbidden."
                                   WS Burroughs.

------------------------------

Date: Wed, 27 Jan 1999 00:42:21 -0800
From: Tim Moore <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.networking,comp.os.linux.setup,comp.os.linux.development,comp.os.linux.development.system,comp.os.linux.help
Subject: Re: Kernel 2.2 Stable Problem with RealTek 8129/8139 ethernet 

Haven't compiled yet but remember seeing a suggestion to use something
besides xconfig.  Or just manually set the config to =m or =y.

Several upgrade guides on http://www.linuxhq.com/
-- 
[Replies: remove the dot(s)]

"Everything is permitted.  Nothing is forbidden."
                                   WS Burroughs.

------------------------------

Crossposted-To: alt.linux,alt.os.linux,comp.os.linux.advocacy
Subject: Re: Advice for Microsoft-haters
From: Michael Powe <[EMAIL PROTECTED]>
Date: 27 Jan 1999 00:40:06 -0800

=====BEGIN PGP SIGNED MESSAGE=====
Hash: SHA1

>>>>> "eagle95" == eagle95  <[EMAIL PROTECTED]> writes:

    eagle95> i'd say both sides need to read the history books.  the
    eagle95> advances came out of military and university groups,
    eagle95> regardless of nationall boundaries, which is the
    eagle95> POINT...but for the record..don't forget the U.S. army in
    eagle95> the 40's or 50's or 60's or.. (ala eniac, mainframes,
    eagle95> arpanet, tcp/ip,...) or the AI lab at MIT( ala hacking,
    eagle95> basic, bill gates,...), the san fransisco bay hardware
    eagle95> hackers of the 70's( ala the "pc", ....) should i go on?
    eagle95> 'nuff said.

Machine technology from Germany ... steel-manufacturing technology
from Scandinavia ... robot technology from Japan ... computers from
England ... should I go on?  'nuff said.

mp

8<---------------how-easy-is-it-to-demunge-an-address?------------------->8
#! /usr/bin/perl # if you are [EMAIL PROTECTED] (Another Luser):
while ($line = <>){ if ($line =~ m/^\s*$/ ){ last; }
if ($line =~ m/^From: (\S+) \(([^()]*)\)/){ $from_address = $1; } }
if ($from_address =~ m/\S+NOSPAM\S+/){ $x = index($from_address, NOSPAM);
substr($from_address, $x, 6+1) = ""; printf("The real address is %s\n",
$from_address);}else { printf("No munge, just plain %s\n",$from_address);}
printf("\nBrought to you by the Truth In Mail Headers Foundation\n");
8<-----------------------here's-one-example------------------------------>8

- --
                             Michael Powe
            [EMAIL PROTECTED]   http://www.trollope.org
                         Portland, Oregon USA

=====BEGIN PGP SIGNATURE=====
Version: GnuPG v0.9.0 (GNU/Linux)
Comment: Encrypted with Mailcrypt 3.5.1 and GNU Privacy Guard

iD8DBQE2rtDW755rgEMD+T8RAjWEAKCbOCHVmiHEB28iEQHZsNLOR7nIcQCeI3Hh
8CCLZhMuK4ACdNVtSt7hkHU=
=BMWa
=====END PGP SIGNATURE=====

------------------------------

From: Jerry Lynn Kreps <[EMAIL PROTECTED]>
Subject: Re: TCP/IP connectivity on LAN
Date: Tue, 26 Jan 1999 20:18:50 -0600

Julienna Chu wrote:
> 
> Guys,
> 
> I don't want to use SAMABA. I want to just use TCP/IP.
> I have a Win NT machine 192.168.1.1 and subnet 255.255.255.0
> and a Linux box 192.168.1.2 with subnet 255.255.255.0
> 
> What should I use for their default gateway?
> I want the NT boxto be able to launch a telnet to 192.168.1.2
> This is just a LAN with no Internet connectivity.
> 
> Thanks! Can someone please e-mail me the answer?


I not sure you understand what a gateway is...
Learn about it at this URL:

http://metalab.unc.edu/LDP/LDP/nag/node23.html#SECTION004000000

------------------------------

From: [EMAIL PROTECTED] (David M. Cook)
Subject: Re: why are linux x apps so slow?
Date: Wed, 27 Jan 1999 09:46:37 GMT

On Wed, 27 Jan 1999 00:52:49 GMT, Frederick Senn <[EMAIL PROTECTED]> wrote:

>yet, why are netscape or wordperfect behaving so slowly on my pentium
>200mhz compared to their windows versions?

Netscape is slow by poor design, but WP8 is very zippy in my experience.
How much memory do you have?

Dave Cook

------------------------------

Date: Wed, 27 Jan 1999 00:55:50 -0800
From: Tim Moore <[EMAIL PROTECTED]>
Subject: Re: Linux on an overclocked PII

> I overclocked my PII 266 to 300 and upped the bus speed to 75 mhz. Now
> when I boot Linux turns off DMA on my hard drives. Is this bad? What
> does DMA do anyway?

You overclocked your PCI bus by 15% also.  DMA was turned off due to retry
errors.  Better than disk corruption.
-- 
[Replies: remove the dot(s)]

"Everything is permitted.  Nothing is forbidden."
                                   WS Burroughs.

------------------------------

From: Shaun Lipscombe <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.hardware,comp.unix.questions,comp.unix.misc,comp.emacs,comp.editors
Subject: Re: Linux keyboard? (For emacs use)
Date: 27 Jan 1999 09:38:47 +0000


It states, on digital's www site, that it is a VMS style keyboard.
What does that mean (in terms of styling).  The mere mention of VMS
puts me off quite frankly.

-- 
          (o_
(o_  (o_  //\
(/)_ (/)_ V_/_   [EMAIL PROTECTED]

------------------------------

From: [EMAIL PROTECTED] (John Cochran)
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: linux max RAM is 1GB?
Date: 27 Jan 1999 04:59:58 -0500

In article <78lt32$k99$[EMAIL PROTECTED]>,
Stephen Costaras  <[EMAIL PROTECTED]> wrote:
>I haven't really looked into this (I'm only at 768MB on the systems I have
>here). But as I understand the problem it is to do with the 32bit processors
>in the intel line.  They can only address 4GB of memory max, that being 4GB
>of RAM, or a combination of swap & RAM that equals 4GB.  
>
>Assuming the above is correct (Any kernel people here want to comment on this?)
>You might be able to get the memory you want when running Linux on an Alpha
>or Ultra Sparc processor.
The problem is with the 32 bit processors....
Linux requires the kernel to be able to map the entire physical memory. The
default is for all phyical memory to be mapped starting at 0xc0000000 and
for the user virtual memory to be mapped starting at 0. This allows up to
3 Gig of virtual memory for a user process and 1 Gig of physical memory in
the machine. There is a simple patch that allows 2 Gigs of physical memory,
but this then limits the maximum virtual memory for a user process to 2 Gig
as well. For processors with a larger address space, the limits are raised.

Hope this helps,
John Cochran

------------------------------

From: Mark Ramos <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup
Subject: linux max RAM is 1GB?
Date: Tue, 26 Jan 1999 14:59:28 -0800

I am trying to bring Linux into our environment at work along side some
Sun Ultra's and Enterprise systems but I became disappointed to hear
that Linux only supports up to 1GB of RAM?  That is unfortunate when
Linux is trying to penetrate the enterprise server market and can't keep
up with the big guys?  I am not putting Linux down as I am a very big
Linux advocate but if I am to compare linux head-to-head with other UNIX
servers then what am I supposed to say?  Even the Sun Ultra-2's support
up to 2GB RAM and that is limited by hardware in the small footprint
case.  We have Enterprise 4000 systems that have 8GB of RAM.  And I know
that isn't the limit in Solaris.  The systems we are ordering are dual
Xeon 450's in an Intel MS440GX motherboard.  I know the board can handle
2GB too.  Is there a reason why it can't > 1GB and does anyone know of
future support?

Thanks,

Mark Ramos
[EMAIL PROTECTED]



------------------------------

From: "Ron van Middendorp" <[EMAIL PROTECTED]>
Subject: Re: why are linux x apps so slow?
Date: Wed, 27 Jan 1999 11:06:00 +0100
Reply-To: "Ron van Middendorp" <[EMAIL PROTECTED]>

Are you sure that Linux sees all the available memory?

Frederick Senn <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
>linux counts as a fast and reliable os.
>samba 2.0 claims to be the fastest smb package out there.
>I don't doubt this a single instant.
>
>yet, why are netscape or wordperfect behaving so slowly on my pentium
>200mhz compared to their windows versions?
>
>



------------------------------

From: [EMAIL PROTECTED] (Rod Smith)
Crossposted-To: comp.os.linux.advocacy,comp.sys.sun.apps
Subject: Re: StarOffice and Microsoft Office
Date: 27 Jan 1999 01:02:26 GMT

[Posted and mailed]

In article <[EMAIL PROTECTED]>,
        [EMAIL PROTECTED] (David Rogoff) writes:
> [EMAIL PROTECTED] (Rod Smith) wrote:
>>
>>Most commercial software for commercial versions of UNIX is more expensive
>>than the same titles in Linux.  Often MUCH more expensive....
>>
>>
>>Try BuyComp (http://www.buycomp.com).  They've got it for $60.95.  This is
>>probably the personal edition (or whatever they call it), vs. the
>>developer's edition that includes some extra doo-dads that most end users
>>won't need.  Also, BuyComp tends to overcharge for shipping, at least for
>>the first item in an order (it was ~$11 when I bought WordPerfect from
>>them recently).
...
> I checked buycomp & Microcenter.  They only have the Linux version.  I called
> Applix and was told the exact same software for Solaris was $695 per seat!

Yes.  My apologies for not being clearer.  I was reading this message in a
Linux newsgroup, and didn't notice it was being cross-posted to a Sun
newsgroup.  The Linux version IS much less expensive than the Solaris
version.

-- 
Rod Smith
[EMAIL PROTECTED]
http://www.users.fast.net/~rodsmith
NOTE: Remove the digit and following word from my address to mail me

------------------------------

From: "Ron van Middendorp" <[EMAIL PROTECTED]>
Subject: ISDN and RedHat 5.2
Date: Wed, 27 Jan 1999 11:11:36 +0100
Reply-To: "Ron van Middendorp" <[EMAIL PROTECTED]>

I have a TELES 16.3 Bri ISDN adapter which I want to use under RH Linux 5.2.
What do I need to get it running?

Somewhere I read about the ISDN4K-utils for RH5.1, but when I tried to
install these under RH5.1 I got so much errors that I decided to upgrade to
RH5.2 first.

And I don't have the guts to install RH5.1 things under RH5.2, 'cause I
don't wanna fuck up a now stable environment.

So, anybody?

TIA
Ron



------------------------------

From: [EMAIL PROTECTED] (Rod Smith)
Subject: Re: why are linux x apps so slow?
Date: 27 Jan 1999 01:09:22 GMT

[Posted and mailed]

In article <[EMAIL PROTECTED]>,
        [EMAIL PROTECTED] (Frederick Senn) writes:
> linux counts as a fast and reliable os.
> samba 2.0 claims to be the fastest smb package out there.
> I don't doubt this a single instant.
> 
> yet, why are netscape or wordperfect behaving so slowly on my pentium
> 200mhz compared to their windows versions?

First, this is a subjective statement.  What's "unacceptably slow" to one
person may be a barely-noticeable slowdown to another.  That said, on my
system, WP and Netscape seem to perform at similar speeds under Linux and
Windows, with the exception that WP slows down a lot more quickly when
adding text boxes to a document under Linux than under Windows. 
Possibilities for why you're seeing problems include:

- Bad or poorly-configured drivers for your video card.
- Running in higher resolution or, especially, bit depth in Linux vs.
  Windows.
- Font differences or font problems.  This is most likely if you're
  using a font server on another system, but this would also most likely
  affect Netscape more than WordPerfect, given that WP seems to include
  its own font support.
- The fact that X is a networking protocol, which adds some overhead to
  its operations.  Personally, I don't find that this causes much speed
  difference, but others might disagree.

If you can provide some more precise information, including what sort of
video card you're using, the X server you're using with it, and some
measurement of the speed differences, then you might get some more precise
help.

-- 
Rod Smith
[EMAIL PROTECTED]
http://www.users.fast.net/~rodsmith
NOTE: Remove the digit and following word from my address to mail me

------------------------------

Date: Wed, 27 Jan 1999 00:30:10 -0800
From: Tim Moore <[EMAIL PROTECTED]>
Subject: Re: Recompiling Blues

> So I recompiled but this time I did not make anything modules and I then
> was able to access my cdrom and dos partion; however, I am still unable
> to get online. When I type ppp-on, I get the following message:
> 
> This system lacks kernel support for ppp. This could be
> because the PPP Kernel module is not loaded or because
> the kernel is not configured for ppp.
> 
> All this does not make sense because I enabled all these
> options while I compiled.

There is only one PPP option are in the 2.0.34 config:
[0:25] asus:/<1%src/linux-2.0.34 > egrep -i 'ppp.*=y' .config
CONFIG_PPP=y

Monolithic kernels: make <x|menu|"">config; make dep; make clean; make
zImage; copy to /boot; /sbin/lilo -v (if you use LILO); reboot.  See
/usr/src/linux/README.

> edited a few files as per the directions and when I attempt to compile
> this driver either as module or just hitting yes I get the following
> message after I type make zImage or make modules:

a) the edit was incorrectly executed or simply incorrect.  Check for
version skew between driver and edit instructions, or better yet find a
proper patch ala patch(1).

b) don't 'make modules'.  You're not making a modular kernel.


-- 
[Replies: remove the dot(s)]

"Everything is permitted.  Nothing is forbidden."
                                   WS Burroughs.

------------------------------

From: [EMAIL PROTECTED] (Sam E. Trenholme)
Crossposted-To: comp.os.linux.help
Subject: Re: Redhat 5.2 & MP3
Date: 26 Jan 1999 18:44:59 -0800

>Everytime when I start to play mp3 files using  mpg123 or xaudio(
>http://www.xaudio.com ), it suddenly stop and keyboard is locked also , I have
>to reboot my machine . It can play CD very well .

I am not familiar with this problem.  Have you tried x11amp
(http://www.x11amp.org)?

- Sam

-- 
Email address here: http://www.samiam.org/ssi/mailme.shtml
Music I write here: http://www.mp3.com/sam http://www.samiam.org/mp3
Mp3 reviews here:   http://www.samiam.org/music

------------------------------


** FOR YOUR REFERENCE **

The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:

    Internet: [EMAIL PROTECTED]

You can send mail to the entire list (and comp.os.linux.misc) via:

    Internet: [EMAIL PROTECTED]

Linux may be obtained via one of these FTP sites:
    ftp.funet.fi                                pub/Linux
    tsx-11.mit.edu                              pub/linux
    sunsite.unc.edu                             pub/Linux

End of Linux-Misc Digest
******************************

Reply via email to