Re: [expert] Partition "imaging"...

2001-11-03 Thread David E. Fox

> You don,t have to look that far.
> It is included in 8.1.
> Just not installed by default.

dd is just fine for that and it's in there too :).

>Charles

David E. Fox  Thanks for letting me
[EMAIL PROTECTED]change magnetic patterns
[EMAIL PROTECTED]   on your hard disk.
---



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] CD-RW as backup!

2001-11-03 Thread Ricardo Castanho de O. Freitas

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello!

In the past I used to take those CD-RW and make backups on them just
mounting them and then using taz (and gzip) but, now with mdk8.1 I
can't!!

I can use the CD-writer normally! At /dev/sg!

How can I use the CD-writer for this?
In the past it looked like a *big* floppy for zip-disquete!
It was a HP8100i (RIP) ;-(

Now I would like to do the same on a CD-writer creative! (remember it's
working ok with cdrecord!)!

Can I put a *second* entry on fstab to use and write my cd-writer!
(it's installed on /dev/hdd!)

tia

Ricardo Castanho

- -- 
==
Linux user # 102240 => Machine # 96125 => Seti@home user
==
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Made with pgp4pine 1.75-6

iD8DBQE75MpQqJymTCNNyXERAsRKAKCxCS02Eab8FGgHVGdgO9nDK6Y8AwCePOo3
4fQPj4/ijgbPjZjNjFg3neU=
=RQsB
-END PGP SIGNATURE-





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Has anyone been able to get Brahms to work on 8.1?

2001-11-03 Thread Pierre Fortin

Joe, 

Some advice:  start a new thread if you want to have better odds at getting a
response...  this msg is in the "Find" thread because you cheated and hit Reply
rather than NewMsg...

If you do this on an obscure thread or one which everyone is avoiding; you'll
get no responses.

HTH,
Pierre

Joseph Braddock wrote:
> 
> Has anyone been able to get Brahms to compile and run on Mandrake 8.1?  I can
> get it to compile by turning off NO_ASCII_CAST in the configure file, but I
> can not get it to run without crashing.  I've been to brahms.sourceforge.net,
> and tried somethings there, but to no avail.
> 
> If someone has succeeded with this on 8.1, I'd appreciate knowing what steps
> you took.
> 
> TIA,
> 
> Joe



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Has anyone been able to get Brahms to work on 8.1?

2001-11-03 Thread Joseph Braddock

Has anyone been able to get Brahms to compile and run on Mandrake 8.1?  I can 
get it to compile by turning off NO_ASCII_CAST in the configure file, but I 
can not get it to run without crashing.  I've been to brahms.sourceforge.net, 
and tried somethings there, but to no avail.  

If someone has succeeded with this on 8.1, I'd appreciate knowing what steps 
you took.

TIA,

Joe



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Does rm -rf follow links?

2001-11-03 Thread Pierre Fortin

No more than "rm -f " will; but I will never try "rm -rf .*" like I did on
SunOS years ago...

Hint: it followed ".."  :^P

Pierre

pesarif wrote:
> 
> Sorry for posting two messages to the list at the same time but...:)
> 
> I was just wondering whether or not:
> 
> su
> md afolder
> cd afolder
> ln -s / root
> cd ..
> rm -rf afolder
> 
> would erase my entire filesystem?
> As you may have guessed, I am not in a position to try this :)
> 
> I ask this because cp -r follows links, unless -d is used.
> However, there isn't an equivalent option for rm.
> 
> So does rm follow links?
> 
> Thanks again,
> pesarif
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [expert] YaST2 can not detect ISDN Fritz!Card

2001-11-03 Thread Mike & Tracy Holt



> Dear my friends...
> 
> I find a catasthroph about detecting ISDN Fritz!Card in SuSE Linux 7.2
and
> 7.3 .
> 
> Before it, I was using the same ISDN (Teledat 150 PCI [Fritz!card])
card
> but
> I could detect this ISDN card very easily with SuSE Linux 7.3 . But
why
> can
> my SuSE not detect this card now ? I have made sure that the card
plugged
> correctly.. but xconsole always said "Can not find Fritz!card PCI"
after
> I
> installed the driver of my Fritz!card manually.
> 
> Is there a file that I have to modify  to make my SuSE Linux can
detect an
> ISDN card ? which one ?
> 
> Thank you very much in advance
>

hmmm...  I've used SuSE but not since version 6.3 and I'm sure it's
changed quite a bit since then.  Even when I did use it, I never quite
mastered the YaST admin tools.  I would suggest this page:

http://www.suse.com/us/support/mailinglists/index.html

On it you will find a fairly extensive choice of lists to join - they
even have one just for isdn.

Good luck!
Mike
 





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Does rm -rf follow links?

2001-11-03 Thread ltiu

Test it on a temporary directory with temporary links to useless files 
located somewhere else. See if the useless files are still there after the 
test.

On Saturday 03 November 2001 16:46, pesarif wrote:
> Sorry for posting two messages to the list at the same time but...:)
>
> I was just wondering whether or not:
>
> su
> md afolder
> cd afolder
> ln -s / root
> cd ..
> rm -rf afolder
>
> would erase my entire filesystem?
> As you may have guessed, I am not in a position to try this :)
>
> I ask this because cp -r follows links, unless -d is used.
> However, there isn't an equivalent option for rm.
>
> So does rm follow links?
>
> Thanks again,
> pesarif



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Does rm -rf follow links?

2001-11-03 Thread pesarif


Sorry for posting two messages to the list at the same time but...:)

I was just wondering whether or not:

su
md afolder
cd afolder
ln -s / root
cd ..
rm -rf afolder

would erase my entire filesystem?
As you may have guessed, I am not in a position to try this :)

I ask this because cp -r follows links, unless -d is used.
However, there isn't an equivalent option for rm.

So does rm follow links?

Thanks again,
pesarif




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] MDK 8.1 broke networking

2001-11-03 Thread ltiu

try the command lsmod and see what modules are loaded.

On Saturday 03 November 2001 08:33, [EMAIL PROTECTED] wrote:
> MDK 8.1 broke networking
>
>  hi, upgraded to 8.1 mdk and now no networking comes up...
>  the module is loaded and can see ifconfig for eth0 (eepro100)
>
>  but no loopback lo0 interface, or any routes.
>  error from ip:
>  Address family not supported by protocol
>
>  anybody seen this?
>
>  thx, Al-Man



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] KMail

2001-11-03 Thread ltiu

Depends what type of computer(including peripherals) you have, also on what 
other software you have running. QA/QC is not guaranteed in Open Source 
software. Use at your own risk.

On Saturday 03 November 2001 14:55, Kaj Haulrich wrote:
> KMail - a Microsoft Calculator ???
>
> Whenever  trying to fetch mail it crashes with the message SIGFPE(8) -
> which means a Floating Point Error (or division by zero). Never happened on
> Mandrake 7.0 - 8.0. Do I really have to mention that ALL my other E-mail
> clients ( evolution, sylpheed, mozilla, netscape etc.) work without a
> glitch?
>
> Annoying, to say the least, 'cause I like KDE. Anyone have an explanation ?
>
> kajhaul



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Mandrake PPC Powerbook NIC problem

2001-11-03 Thread bassque



I finally got around to loading Mandrake PPC 8.0 on 
my powerbook. The model is a Powerbook G3 250Mhz Wallstreet w/ 13" display. 
First I was having a problem with the video which I solved by setting kernel 
arguments video=vesa vga=0x317 in the bootx program. Second I noticed eth0 never 
initialized, it detected it and installed the bmac module for it but I cannot 
get the interface up at all. I have tried to use dhcp and a static address, and 
I checked /etc/sysconfig/network-scripts/ifcfg-eth0 and /etc/sysconfig/network 
and everything looks just like it should. Has anyone seen this, or does anyone 
have any idea how I can correct the problem? I love the way the OS performs on 
this machine, but it would be a shame not to be able to use it on the 
network.
thanks


Re: [expert] cups

2001-11-03 Thread Greg Sarsons

Excellent ... tks for the info.

Greg

On Sat, 2001-11-03 at 17:02, Andreas J. Guelzow wrote:
> Greg Sarsons wrote:
> 
> >I know I say this somewhere but I can't seem to find it now.  How do I
> >stop CUPs on port 631 sending out a broadcast every 
> >15 minutes?
> >
> /etc/cups/cupsd.conf :
> 
> #
> # Browsing: whether or not to broadcast and/or listen for CUPS printer
> # information on the network.  Enabled by default.
> #
> 
> Browsing Off
> 
> Andreas
> 





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] KMail

2001-11-03 Thread Kaj Haulrich

KMail - a Microsoft Calculator ???

Whenever  trying to fetch mail it crashes with the message SIGFPE(8) - which 
means a Floating Point Error (or division by zero). Never happened on 
Mandrake 7.0 - 8.0. Do I really have to mention that ALL my other E-mail 
clients ( evolution, sylpheed, mozilla, netscape etc.) work without a glitch?

Annoying, to say the least, 'cause I like KDE. Anyone have an explanation ?

kajhaul



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] cups

2001-11-03 Thread Andreas J. Guelzow

Greg Sarsons wrote:

>I know I say this somewhere but I can't seem to find it now.  How do I
>stop CUPs on port 631 sending out a broadcast every 
>15 minutes?
>
/etc/cups/cupsd.conf :

#
# Browsing: whether or not to broadcast and/or listen for CUPS printer
# information on the network.  Enabled by default.
#

Browsing Off

Andreas

-- 
Prof. Dr. Andreas J. Guelzow
Assoc. Prof of Mathematics
Concordia University College of Alberta
http://www.math.concordia.ab.ca/aguelzow






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Installation floppies

2001-11-03 Thread Sergio Korlowsky

On Saturday 03 November 2001 02:39 am, you wrote:
> Thanks for you help.
>
> Just another question,
> Once I boot up from this disk,
> how do I start installing Mandrake???
>
> Jay
>

Wait  then it is something different what you want, is NOT the boot 
floppy what you need, BUT the "Auto-Install" floppy to install in several 
pcs... is it?  if so... then you need to create this floppy from The Mandrake 
Control Center and Click on 'Boot'  you have three choices there,
'Boot Disk'   'Boot Config'  and 'Auto-Install' use that latest to create 
your Auto Install Disk.
---

You are about to configure an Auto Install floppy. This feature is somewhat 
dangerous and must be used circumspectly.

With that feature, you will be able to replay the installation you've 
performed on this computer, being interactively prompted for some steps, in 
order to change their values.

For maximum safety, the partitioning and formatting will never be performed 
automatically, whatever you chose during the install of this computer.

Do you want to continue?
---

This is what you want...  right?

Sergio Korlowsky
-- 
--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Thank - you for contacting the SedeComp Communications Technical Support Team.
Please click <'REPLY'> when discussing this matter in further detail with us.
http://www.sedecomp.linux-site.net | mailto:[EMAIL PROTECTED]
We use and support Linux Mandrake  | http://www.linux-mandrake.com


Current Linux kernel 2.4.8-30.1mdk uptime: 11 hours 27 minutes.



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Quake 3 arena and Mandrake 8.1

2001-11-03 Thread Patrick Mayer

Following my first post about the subject:

I have managed to make it work, although not in full screen mode. Sound works 
fine BUT:

Only the skirmish mode works properly. Whenever I try to launch a full game, 
starting with the q3dm0 level, everything crashes right after the game part 
starts (just before moving).

So, basically, it just about works but not quite.

Setup is as follows:
Mandrake 8.1
PIII 800 mhz, 768 megs ram.
Xfree 4.1.0 in 1024x768 x 16bpp
Matrox G400, 16mb ram
Standard Q3 install, with the latest patch.

Anybody has some advice about this?

Thanks!



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Floppy

2001-11-03 Thread Larry Sword

Randy Donohoe wrote:
> 
> Under 8.1 I can mount, read, and write my floppy when in root. As
> normal user I can't. Any ideas?
> Thanks,
> Randy Donohoe
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com

You could add yourself (user) to the floppy group.

Larry

-- 
Sword'sEdge
VoiceMail/Fax: (858) 860-6406 x1587



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Floppy

2001-11-03 Thread Randy Donohoe

Under 8.1 I can mount, read, and write my floppy when in root. As 
normal user I can't. Any ideas?
Thanks,
Randy Donohoe



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Floppy

2001-11-03 Thread Randy Donohoe

Under 8.1 I can mount, read, and write my floppy when in root. As 
normal user I can't. Any ideas?
Thanks,
Randy Donohoe



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] 2.4.13-2 & NVIDIA

2001-11-03 Thread richard

Hi All

Can someone lease verify the Nvidia drivers work with kernel 2.4.13-2
mdk


Ive upgraded the kernel and cannot get my geforce 2 card to function.

I used the rpm -e on both the nvidia kenel and nvidia glx , rebuilt the
kernel rpm, but keep getting kernel already installed when tring to
install the upgraded nvidia kernel.
XFREE4 will not start up with the geforce 2 card , no problems on
2.4.8-26mdk.   Threw in a matrox mystic.. works no problem.


anyone had the same  ??
regards
richard






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Physical memory calculation in Linux

2001-11-03 Thread Jose Luis Vazquez Gonzalez

Thanks to all for your help,

I finally recompilled my kernel with the option High Memory set to 4GB.

Now the kernel sees all the memory.

Thanks again!

Jose

El Sábado 03 Noviembre 2001 16:32, Rony Shapiro escribió:
> Hi,
>
> As people have written, you might want to add mem=1024M to the lilo.conf
> file (don't forget to run lilo aferwards!).
>
> The kernel configuration option is:
>
> High Memory support
> CONFIG_NOHIGHMEM
>   Linux can use up to 64 Gigabytes of physical memory on x86 systems.
>   However, the address space of 32-bit x86 processors is only 4
>   Gigabytes large. That means that, if you have a large amount of
>   physical memory, not all of it can be "permanently mapped" by the
>   kernel. The physical memory that's not permanently mapped is called
>   "high memory".
>
>   If you are compiling a kernel which will never run on a machine with
>   more than 1 Gigabyte total physical RAM, answer "off" here (default
>   choice and suitable for most users). This will result in a "3GB/1GB"
>   split: 3GB are mapped so that each process sees a 3GB virtual memory
>   space and the remaining part of the 4GB virtual memory space is used
>   by the kernel to permanently map as much physical memory as
>   possible.
>
>   If the machine has between 1 and 4 Gigabytes physical RAM, then
>   answer "4GB" here.
>
>
> From the Linux FAQ:
>
>
> 1.8. Minimum and Maximum Memory Requirements.
> At least 4MB, and then you will need to use special installation procedures
> until the disk swap space is installed. Linux will run comfortably in 4MB
> of RAM, although running GUI apps is impractically slow because they need
> to swap out to disk.
>
> Some applications, like StarOffice, require 32 MB of physical memory, and
> compiling C++ code can easily consume over 100 MB of combined physical and
> virtual memory.
>
> There is a distribution, ``Small Linux,'' that will run on machines with
> 2MB of RAM. Refer to the answer to: ``Where Are the Linux FTP Archives?''
>
> A number of people have asked how to address more than 64 MB of memory,
> which is the default upper limit in most standard kernels. Either type, at
> the BOOT lilo: prompt:
>
> mem=XXM
>
>
>
> Or place the following in your /etc/lilo.conf file:
>
> append="mem=XXM"
>
>
>
> The parameter ``XXM'' is the amount of memory, specified as megabytes; for
> example, ``128M.''
>
> If an ``append='' directive with other configuration options already exists
> in /etc/lilo.conf, then add the mem= directive to the end of the existing
> argument, and separated from the previous arguments by a space; e.g.:
>
> # Example only; do not use.
> append="parport=0x3bc,none serial=0x3f8,4 mem=XXM"
>
>
>
> Be sure to run the ``lilo'' command to install the new configuration.
>
> If Linux still doesn't recognize the extra memory, the kernel may need
> additional configuration. Refer to the
> /usr/src/linux/Documentation/memory.txt file in the kernel source as a
> start.
>
> For further information about LILO, refer to the manual pages for lilo and
> lilo.conf, the documentation in /usr/doc/lilo, and the answer for:
> ``Boot-Time Configuration.'', below.
> .
>
> From the Linux FAQ:
>
> 1.8. Minimum and Maximum Memory Requirements.
> At least 4MB, and then you will need to use special installation procedures
> until the disk swap space is installed. Linux will run comfortably in 4MB
> of RAM, although running GUI apps is impractically slow because they need
> to swap out to disk.
>
> Some applications, like StarOffice, require 32 MB of physical memory, and
> compiling C++ code can easily consume over 100 MB of combined physical and
> virtual memory.
>
> There is a distribution, ``Small Linux,'' that will run on machines with
> 2MB of RAM. Refer to the answer to: ``Where Are the Linux FTP Archives?''
>
> A number of people have asked how to address more than 64 MB of memory,
> which is the default upper limit in most standard kernels. Either type, at
> the BOOT lilo: prompt:
>
> mem=XXM
>
>
>
> Or place the following in your /etc/lilo.conf file:
>
> append="mem=XXM"
>
>
>
> The parameter ``XXM'' is the amount of memory, specified as megabytes; for
> example, ``128M.''
>
> If an ``append='' directive with other configuration options already exists
> in /etc/lilo.conf, then add the mem= directive to the end of the existing
> argument, and separated from the previous arguments by a space; e.g.:
>
> # Example only; do not use.
> append="parport=0x3bc,none serial=0x3f8,4 mem=XXM"
>
>
>
> Be sure to run the ``lilo'' command to install the new configuration.
>
> If Linux still doesn't recognize the extra memory, the kernel may need
> additional configuration. Refer to the
> /usr/src/linux/Documentation/memory.txt file in the kernel source as a
> start.
>
> For further information about LILO, refer to the manual pages for lilo and
> lilo.conf, the documentation in /usr/doc/lilo, and the answer for:
> ``Boot-Time Configuration.'', below.
>
>
> -Original Message-
> From: [EMAIL

Re: [expert] Floppy

2001-11-03 Thread Randy Donohoe


> It is "nobiospnp" not "nopnpbios".
> It is not very logical.
>
> Bjarne
Thanks Bjarne, I've tried it both ways. On the 8.1 Errata page they 
specify nonpnpbios, but on a check of the archives someone said 
nobiospnp. Moot point, neither work for me. Back to the drawing board.
Randy Donohoe



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] CD not working any more???

2001-11-03 Thread Jose Luis Vazquez Gonzalez

Thanks!

Jose

El Sábado 03 Noviembre 2001 17:29, Michael Osten escribió:
> On Sat, 3 Nov 2001 15:49:45 +0100
>
> Jose Luis Vazquez Gonzalez <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I don't know the difference between kernel-source-2.4.13-2mdk.i586.rpm
> > and
> > kernel-2.4.13-2mdk.src.rpm, I didn't look at their content list.
> > I just know that after installing the the ...src.rpm I didn't have
> > anything
> > new under /usr/src/ as expected but I did after installing
> > 'kernel-headers'
> > and 'kernel-sources'.
>
> rpm's are binary, src.rpm's are source rpm's.  If you do a rpm -Uvh on a
> *.src.rpm it is the same as
>
> cd /usr/src/RPM/SOURCES/
> tar xzf kernel.tar.gz
>
> to install a filename.src.rpm you need to do
>
> rpm --rebuild filename.src.rpm
> cd /usr/src/RPM/RPMS/i686/
> rpm -Uvh filename.rpm



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Floppy

2001-11-03 Thread Bjarne Thomsen

It is "nobiospnp" not "nopnpbios".
It is not very logical.

Bjarne


Randy Donohoe wrote:
> 
> I can't get my floppy mounted after trying everything I can find. I
> inserted "nopnpbios" in my lilo.conf, recreated my icon, etc. My floppy
> entry looks like, "/dev/fd0 /mnt/floppy auto
> iocharset=iso8859-1,umask=0,sync,nosuid,exec,user,noauto,codepage=850,nodev,unhide
> 0 0 ", in fstab. Does that look like anybody's with a working floppy?
> Thanks,
> Randy Donohoe
> 
>   
>
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] KPPP

2001-11-03 Thread Ilham Firdaus

Dear My friend...

If I am using KPPP, where can I give a value for MSN/EAZ value ?

ps. I still can not detect my ISDN card with YaST2.




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] YaST2 can not detect ISDN Fritz!Card

2001-11-03 Thread Ilham Firdaus

Dear my friends... 

I find a catasthroph about detecting ISDN Fritz!Card in SuSE Linux 7.2 and 
7.3 .

Before it, I was using the same ISDN (Teledat 150 PCI [Fritz!card]) card but 
I could detect this ISDN card very easily with SuSE Linux 7.3 . But why can 
my SuSE not detect this card now ? I have made sure that the card plugged 
correctly.. but xconsole always said "Can not find Fritz!card PCI"  after I 
installed the driver of my Fritz!card manually.

Is there a file that I have to modify  to make my SuSE Linux can detect an 
ISDN card ? which one ?

Thank you very much in advance




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] MDK 8.1 broke networking

2001-11-03 Thread jurgensen

MDK 8.1 broke networking
 
 hi, upgraded to 8.1 mdk and now no networking comes up...
 the module is loaded and can see ifconfig for eth0 (eepro100)
 
 but no loopback lo0 interface, or any routes.
 error from ip:
 Address family not supported by protocol
 
 anybody seen this?
 
 thx, Al-Man
 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] CD not working any more???

2001-11-03 Thread Michael Osten

On Sat, 3 Nov 2001 15:49:45 +0100
Jose Luis Vazquez Gonzalez <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I don't know the difference between kernel-source-2.4.13-2mdk.i586.rpm
> and 
> kernel-2.4.13-2mdk.src.rpm, I didn't look at their content list. 
> I just know that after installing the the ...src.rpm I didn't have
> anything 
> new under /usr/src/ as expected but I did after installing
> 'kernel-headers' 
> and 'kernel-sources'.
>

rpm's are binary, src.rpm's are source rpm's.  If you do a rpm -Uvh on a
*.src.rpm it is the same as

cd /usr/src/RPM/SOURCES/
tar xzf kernel.tar.gz

to install a filename.src.rpm you need to do

rpm --rebuild filename.src.rpm
cd /usr/src/RPM/RPMS/i686/
rpm -Uvh filename.rpm


-- 
Michael Osten
Reefedge Inc.


-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

mQGhBDuxPdYRBADzFXgIcmDpZXOxYeplGQQdv1HONlLFxis5YiR2R7dQ6KAmZG/X
5xcXPcbrstXPuUJz4DPVaWTF59e1oXFuBFX/BSeyat45diu/cUZVLHjsEDqdodiG
BPfsTNtaW3ZP245ZZVr3m4jedssXuboKNOlLX166N0aWqXGo3ncGXnR7dwCg6978
ZnAbBmOZg8zD+3Z9alWwa0MD/A2IlkVNg0K19jJuRvGOd3neXjESqQ/84d6NvGEG
yKaTUMzESZEuF4hPynpSFkUPLSE+1tZ4hqkIzP2IYrD74ObZnkKVtcjNNB4GAdk/
kYsuEo6TNQC7xuTky3Slc/sXQL5YFFYeIO3Wdt0+L/E1vU3YVfPDhcnMe6lalGQH
5YwfA/dfU8o2x7JsS0eF3YiQhXQ2kHYfCTkmyD5QZZosHdmUmPGaMyTXvancHbNl
cLDe9ZQubYSQQTBTmDBF8MfRmxInGTGn6jnVOc8dYVfkG7mVeQqI0hwYpAVj4TLp
IMLddL0N1HBDI1R5h9xtXMGsj8rh85ZHAdhjWmXfRky4XQuqtCNNaWNoYWVsIE9z
dGVuIDxtb3N0ZW5AcmVlZmVkZ2UuY29tPohXBBMRAgAXBQI7sT3WBQsHCgMEAxUD
AgMWAgECF4AACgkQK9WwSrQMCYkpEgCg6g1gvlGn0E2FcQrPpP0+IP5FGzMAoNKB
n2q/sJf35ugdDSef/uD+vYNVuQENBDuxPdgQBADG+SfLco3vL583je7Bz+n82X6w
cgeS6tm4EqGb6NXcEa+FvniBefBueRssBzaEqhluUV9rzn5W+N7nf7VGoLI2oGhg
ZFhVdNqR8SNofZue8lEqWMkIMdFlXRqojlzbejOXa54WVXEfSZybsuitKsfoDREO
QDKa7MTPtnwEedaJIwADBgQAgcZ5nFJoZhGHfnqsz4LHjldFnr5PaeEiWYrYjBcz
drLLaLf2EI5oAnMwDIN3apXb2MRMp1gD93kWcbY6DsVQMgGIXvNYjHR8mwuH/6l5
VNGVQOdiouXf1LqXjFlO+Ld0PqvDyILZPktDz8vd+rnhzv3u8GZduMytuJvPN9hQ
L+WIRgQYEQIABgUCO7E92AAKCRAr1bBKtAwJiWnbAJ4wHX/ejEwC3VLJjFZyg+SN
ORdi/QCfbY1VFUL0hTZtCdpXQ/W7rMxRq/s=
=mqPG
-END PGP PUBLIC KEY BLOCK-




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Aumix in 8.1

2001-11-03 Thread Roger Sherman

I'm having a strange problem in 8.1...I've installed it a couple times
now, and when I boot into it the first time, sound works flawlessly. But
when I reboot, and this has happened every single time I've installed it,
it says Couldn't open aumix during boot and sound won't work at all. I've
tried restarting aumix, but it won't work. Any ideas?


peace,

Rog

"The guy was all over the place. I had to swerve a number of times before I hit him"




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] cable modem question

2001-11-03 Thread Bill Beauchemin

I user all linksys stuff. I have 2 switched 10/100 hubs the wireless network 
access point a laptop using the wireless pcmcia nic. I am also using the 
Linksys cable/dsl router for a IDSL line. The piece I am having a hell of a 
time with is there 2 port print server. all I get out out of it is garbage 
excepth when I printt out the diagnostics from each port. then I get a nice 
printout. I called there tech support and all he could say is I have a 
corupted driver for both my hp500 and hp842c printers. Ive uninstalled 
everything for printing and reinstalled it no help. tis is on win98. The CUPS 
server wont even print through this thing. I finally hooked up a hp 
printserver and bam it worked first time. 

On Friday 02 November 2001 15:32, you wrote:
> > just FWI  as for the Linksys stuff ... I'd stay away.  My choice,
> > and the one that I was using with Rogers, was a NetGear RT314.
> >
> > Greg
>
> I have 3 Linksys NIC's and a Linksys hub/switch that have not failed once.
> I like linksys stuff and would recomend them to anyone.


Content-Type: text/plain; charset="iso-8859-1"; name="message.footer"
Content-Transfer-Encoding: 8bit
Content-Description: 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] CD not working any more???

2001-11-03 Thread Jose Luis Vazquez Gonzalez

Hi,

I don't know the difference between kernel-source-2.4.13-2mdk.i586.rpm and 
kernel-2.4.13-2mdk.src.rpm, I didn't look at their content list. 
I just know that after installing the the ...src.rpm I didn't have anything 
new under /usr/src/ as expected but I did after installing 'kernel-headers' 
and 'kernel-sources'.

I think the right steps to recompile (under X Windows and as root) are:

cd /usr/src
ls -l   (check /usr/src/linux points to your brand new 2.4.13)
cd linux
make mrproper
make xconfig (here is where you customize your kernel, it can take you a long 
time)
make dep
make clean
make bzImage
make modules
make modules_install

Copy /usr/src/linux/arch/i386/boot/bzImage /boot/vmlinuz-2.4.13-mdk-new. Then 
go to /etc/lilo.conf add something like this:

image=/boot/vmlinuz-2.4.13-2mdk-new
label=newlinux
root=/dev/hde6 <- change to your root partition
read-only
optional
vga=788
append="devfs=mount quiet"
 
And change

default=newlinux

and ensure timeout is enough for you to change your mind...

timeout=100

Save the changes a do:
lilo 

And reboot your new kernel!

If something goes wrong reboot again but choose 'linux' instead of 'newlinux' 
at lilo.

Please, correct me if some step is wrong.

Jose

El Sábado 03 Noviembre 2001 16:22, Søren Neigaard escribió:
> I have now downloaded it all. What's the difference between
> kernel-source-2.4.13-2mdk.i586.rpm and kernel-2.4.13-2mdk.src.rpm?
>
> I want to conmipe my own kernel, so I can exclude the modules I'm not
> using. Is there a good howto for Mandrake on this, one that tells me how
> to make a rollback if everything goes wrong too?
>
> On Sat, 2001-11-03 at 10:32, Jose Luis Vazquez Gonzalez wrote:
> > Yes,
> >
> > kernel-2.4.13-2mdk.i586.rpm (Cooker)
> >
> > Is the one. is says Cooker because is under Mandrake cooker development
> > and not under any of the official bersions of mandrake 7.1, 7.2, 8.0 or
> > 8.1. I suppose the packages may be in the next distro release, 8.2?
> >
> > Remembar to get also 'kernel-headers' and 'kernel-source' so you may
> > costumize your kernel.
> >
> > Jose
> >
> > El Sábado 03 Noviembre 2001 10:54, Søren Neigaard escribió:
> > > I cant seem to find that package, but I can find
> > > kernel-2.4.13-2mdk.i586.rpm (Cooker) - is this the one?
> > >
> > > On Fri, 2001-11-02 at 11:59, Jose Luis Vazquez Gonzalez wrote:
> > > > The easiest thing for you would be to go to rpmfind.net:
> > > >
> > > > fr2.rpmfind.net (for instace, it's the fastest for me, I'am in Spain)
> > > >
> > > > and look for 'kernel'
> > > >
> > > > You will find a mandrake package called 2.4.13-13mdk, download it and
> > > > install it with rpm. This is a precompiled kernel with all the
> > > > modules.
> > > >
> > > > Anyway I would have the sources arround just in case, so download
> > > > as well 'kernel-headers' and 'kernel-sources'  for version 2.4.13
> > > > from rpmfind.net and install them with rpm. You will have to use the
> > > > option 'nodeps' for 'kernel-headers' because it will conflict with
> > > > version 2.4.8.
> > > >
> > > > I did that and, apart of the problem with my mouse with or without
> > > > devfs, it seems that mount and supermount work fine.
> > > >
> > > > I had to recompile the kernel because I wanted it to be costumized
> > > > for my Athlon processor, the precompiled one by mandrake is for an
> > > > intel processor.
> > > >
> > > > Jose
> > > >
> > > > El Jueves 01 Noviembre 2001 12:52, Søren Neigaard escribió:
> > > > > uname -r gives me 2.4.8-26mdk
> > > > >
> > > > > What would you do then, upgrade the kernel, or something easier?
> > > > >
> > > > > If you recommend me to upgrade the kernel, could you then give me a
> > > > > intro to how to do this please?
> > > > >
> > > > > On Thu, 2001-11-01 at 11:59, Jose Luis Vazquez Gonzalez wrote:
> > > > > > It seems that you are not using supermount, so probably your
> > > > > > problem comes from something else.
> > > > > >
> > > > > > Anyway but I would avoid kernel 2.4.8 and devfs.
> > > > > >
> > > > > > Jose
> > > > > >
> > > > > > El Jueves 01 Noviembre 2001 11:13, Søren Neigaard escribió:
> > > > > > > Here's my fstab:
> > > > > > >
> > > > > > > /dev/hda5 / ext2 noatime 1 1
> > > > > > > none /dev/pts devpts mode=0620 0 0
> > > > > > > none /dev/shm tmpfs defaults 0 0
> > > > > > > /dev/hdd /mnt/cdrom auto
> > > > > > > user,iocharset=iso8859-1,umask=0,exec,codepage=850,ro,noauto 0
> > > > > > > 0 /dev/hdc /mnt/floppy auto
> > > > > > > user,iocharset=iso8859-1,umask=0,sync,exec,codepage=850,noauto
> > > > > > > 0 0 none /proc proc defaults 0 0
> > > > > > > /dev/hda8 /usr ext2 noatime 1 2
> > > > > > > /dev/hda6 /var ext2 noatime 1 2
> > > > > > > /dev/hda7 swap swap defaults 0 0
> > > > > > >
> > > > > > > How do I check my kernel version (I have just installed
> > > > > > > Mandrake 8.1)?
> > > > > > >
> > > > > > > On Thu, 2001-11-01 at 11:04, Jose Luis Vazquez Gonzalez wrote:
> > > > > > > > There is some ki

Re: [expert] Help! devfs related? Strange behaviour of 8.1

2001-11-03 Thread Leif Madsen

Does 8.1 install with DevFs?  If so, could this be the problem I am having 
with trying to install Mandrake, and telling it to use disks 2 and 3, but 
when it tries to eject the CD, it just locks? (I never had this problem with 
8.0)

And if so, is there a way to turn of the devfs when installing Mandrake 8.1, 
or do I have to (what I did to get 8.1) install just the install CD, then 
install any other packages with Software Manager (or RPM in the console)

On Friday 02 November 2001 01:15 am, you wrote:
> On Fri, 2 Nov 2001 10:08:25 +0530
>
> A quick fix for this until the problems being which are being caused by
> devfs on some systems have been sorted out is to edit the append line
> in /etc/lilo.conf
> Change the entry devfs=mount to devfs=nomount
> And run lilo.
> This will turn off devfs and all your drives will now mount in the same
> manner as in 8.0
>
> Devfs, per say, is a good structure but there are problems with certain
> system and hardware configs which were not encountered during its testing.

-- 
Leif Madsen - Project Manager
http://www.plannettechnologies.com
Plan-Net Technologies



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [expert] Physical memory calculation in Linux

2001-11-03 Thread Rony Shapiro

Hi,

As people have written, you might want to add mem=1024M to the lilo.conf
file (don't forget to run lilo aferwards!).

The kernel configuration option is:

High Memory support
CONFIG_NOHIGHMEM
  Linux can use up to 64 Gigabytes of physical memory on x86 systems.
  However, the address space of 32-bit x86 processors is only 4
  Gigabytes large. That means that, if you have a large amount of
  physical memory, not all of it can be "permanently mapped" by the
  kernel. The physical memory that's not permanently mapped is called
  "high memory".

  If you are compiling a kernel which will never run on a machine with
  more than 1 Gigabyte total physical RAM, answer "off" here (default
  choice and suitable for most users). This will result in a "3GB/1GB"
  split: 3GB are mapped so that each process sees a 3GB virtual memory
  space and the remaining part of the 4GB virtual memory space is used
  by the kernel to permanently map as much physical memory as
  possible.

  If the machine has between 1 and 4 Gigabytes physical RAM, then
  answer "4GB" here.


>From the Linux FAQ:


1.8. Minimum and Maximum Memory Requirements.
At least 4MB, and then you will need to use special installation procedures
until the disk swap space is installed. Linux will run comfortably in 4MB of
RAM, although running GUI apps is impractically slow because they need to
swap out to disk.

Some applications, like StarOffice, require 32 MB of physical memory, and
compiling C++ code can easily consume over 100 MB of combined physical and
virtual memory.

There is a distribution, ``Small Linux,'' that will run on machines with 2MB
of RAM. Refer to the answer to: ``Where Are the Linux FTP Archives?''

A number of people have asked how to address more than 64 MB of memory,
which is the default upper limit in most standard kernels. Either type, at
the BOOT lilo: prompt:

mem=XXM



Or place the following in your /etc/lilo.conf file:

append="mem=XXM"



The parameter ``XXM'' is the amount of memory, specified as megabytes; for
example, ``128M.''

If an ``append='' directive with other configuration options already exists
in /etc/lilo.conf, then add the mem= directive to the end of the existing
argument, and separated from the previous arguments by a space; e.g.:

# Example only; do not use.
append="parport=0x3bc,none serial=0x3f8,4 mem=XXM"



Be sure to run the ``lilo'' command to install the new configuration.

If Linux still doesn't recognize the extra memory, the kernel may need
additional configuration. Refer to the
/usr/src/linux/Documentation/memory.txt file in the kernel source as a
start.

For further information about LILO, refer to the manual pages for lilo and
lilo.conf, the documentation in /usr/doc/lilo, and the answer for:
``Boot-Time Configuration.'', below.
.

>From the Linux FAQ:

1.8. Minimum and Maximum Memory Requirements.
At least 4MB, and then you will need to use special installation procedures
until the disk swap space is installed. Linux will run comfortably in 4MB of
RAM, although running GUI apps is impractically slow because they need to
swap out to disk.

Some applications, like StarOffice, require 32 MB of physical memory, and
compiling C++ code can easily consume over 100 MB of combined physical and
virtual memory.

There is a distribution, ``Small Linux,'' that will run on machines with 2MB
of RAM. Refer to the answer to: ``Where Are the Linux FTP Archives?''

A number of people have asked how to address more than 64 MB of memory,
which is the default upper limit in most standard kernels. Either type, at
the BOOT lilo: prompt:

mem=XXM



Or place the following in your /etc/lilo.conf file:

append="mem=XXM"



The parameter ``XXM'' is the amount of memory, specified as megabytes; for
example, ``128M.''

If an ``append='' directive with other configuration options already exists
in /etc/lilo.conf, then add the mem= directive to the end of the existing
argument, and separated from the previous arguments by a space; e.g.:

# Example only; do not use.
append="parport=0x3bc,none serial=0x3f8,4 mem=XXM"



Be sure to run the ``lilo'' command to install the new configuration.

If Linux still doesn't recognize the extra memory, the kernel may need
additional configuration. Refer to the
/usr/src/linux/Documentation/memory.txt file in the kernel source as a
start.

For further information about LILO, refer to the manual pages for lilo and
lilo.conf, the documentation in /usr/doc/lilo, and the answer for:
``Boot-Time Configuration.'', below.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jose Luis Vazquez
Gonzalez
Sent: Saturday, November 03, 2001 12:21 PM
To: Expert
Subject: [expert] Physical memory calculation in Linux


Hi,

I would like to understand what is the calculation that Linux makes to say
how much memory does the system have as it is a lot less that the BIOS and
Windows says. I have just upgraded to 1GB (2x256 +1x512) and this are the
results:

Win98 (only bo

[expert] kde cd-audio-browser and mp3

2001-11-03 Thread Tobias Marx

is there a way to enable mp3 enconding in the cd-audio-browser? i know 
it's a licence problem, so mandrake doesn't ship with support for it. 
but i want to use mp3 rather than ogg. any suggestions?

thanks,
Tobias

-- 

Free Dmitry Sklyarov, NOW! Fuck the DMCA!




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] CD not working any more???

2001-11-03 Thread Søren Neigaard

I have now downloaded it all. What's the difference between
kernel-source-2.4.13-2mdk.i586.rpm and kernel-2.4.13-2mdk.src.rpm?

I want to conmipe my own kernel, so I can exclude the modules I'm not
using. Is there a good howto for Mandrake on this, one that tells me how
to make a rollback if everything goes wrong too?


On Sat, 2001-11-03 at 10:32, Jose Luis Vazquez Gonzalez wrote:
> Yes,
> 
> kernel-2.4.13-2mdk.i586.rpm (Cooker)
> 
> Is the one. is says Cooker because is under Mandrake cooker development and 
> not under any of the official bersions of mandrake 7.1, 7.2, 8.0 or 8.1. I 
> suppose the packages may be in the next distro release, 8.2?
> 
> Remembar to get also 'kernel-headers' and 'kernel-source' so you may 
> costumize your kernel.
> 
> Jose
> 
> El Sábado 03 Noviembre 2001 10:54, Søren Neigaard escribió:
> > I cant seem to find that package, but I can find
> > kernel-2.4.13-2mdk.i586.rpm (Cooker) - is this the one?
> >
> > On Fri, 2001-11-02 at 11:59, Jose Luis Vazquez Gonzalez wrote:
> > > The easiest thing for you would be to go to rpmfind.net:
> > >
> > > fr2.rpmfind.net (for instace, it's the fastest for me, I'am in Spain)
> > >
> > > and look for 'kernel'
> > >
> > > You will find a mandrake package called 2.4.13-13mdk, download it and
> > > install it with rpm. This is a precompiled kernel with all the modules.
> > >
> > > Anyway I would have the sources arround just in case, so download
> > > as well 'kernel-headers' and 'kernel-sources'  for version 2.4.13 from
> > > rpmfind.net and install them with rpm. You will have to use the option
> > > 'nodeps' for 'kernel-headers' because it will conflict with version
> > > 2.4.8.
> > >
> > > I did that and, apart of the problem with my mouse with or without devfs,
> > > it seems that mount and supermount work fine.
> > >
> > > I had to recompile the kernel because I wanted it to be costumized for my
> > > Athlon processor, the precompiled one by mandrake is for an intel
> > > processor.
> > >
> > > Jose
> > >
> > > El Jueves 01 Noviembre 2001 12:52, Søren Neigaard escribió:
> > > > uname -r gives me 2.4.8-26mdk
> > > >
> > > > What would you do then, upgrade the kernel, or something easier?
> > > >
> > > > If you recommend me to upgrade the kernel, could you then give me a
> > > > intro to how to do this please?
> > > >
> > > > On Thu, 2001-11-01 at 11:59, Jose Luis Vazquez Gonzalez wrote:
> > > > > It seems that you are not using supermount, so probably your problem
> > > > > comes from something else.
> > > > >
> > > > > Anyway but I would avoid kernel 2.4.8 and devfs.
> > > > >
> > > > > Jose
> > > > >
> > > > > El Jueves 01 Noviembre 2001 11:13, Søren Neigaard escribió:
> > > > > > Here's my fstab:
> > > > > >
> > > > > > /dev/hda5 / ext2 noatime 1 1
> > > > > > none /dev/pts devpts mode=0620 0 0
> > > > > > none /dev/shm tmpfs defaults 0 0
> > > > > > /dev/hdd /mnt/cdrom auto
> > > > > > user,iocharset=iso8859-1,umask=0,exec,codepage=850,ro,noauto 0 0
> > > > > > /dev/hdc /mnt/floppy auto
> > > > > > user,iocharset=iso8859-1,umask=0,sync,exec,codepage=850,noauto 0 0
> > > > > > none /proc proc defaults 0 0
> > > > > > /dev/hda8 /usr ext2 noatime 1 2
> > > > > > /dev/hda6 /var ext2 noatime 1 2
> > > > > > /dev/hda7 swap swap defaults 0 0
> > > > > >
> > > > > > How do I check my kernel version (I have just installed Mandrake
> > > > > > 8.1)?
> > > > > >
> > > > > > On Thu, 2001-11-01 at 11:04, Jose Luis Vazquez Gonzalez wrote:
> > > > > > > There is some kind of bug in supermount at least at kernel 2.4.8.
> > > > > > > Kernel 2.4.13 seems to be ok.
> > > > > > >
> > > > > > > Do you have your CD device managed by supermount?
> > > > > > >  (check it at /etc/fstab)
> > > > > > >
> > > > > > > Is your kernel a 2.4.8?
> > > > > > >
> > > > > > > Hope this helps.
> > > > > > >
> > > > > > > Jose
> > > > > > >
> > > > > > > El Jueves 01 Noviembre 2001 10:26, Søren Neigaard escribió:
> > > > > > > > I chang IP/Netmask/DNS/Gateway to fit another network, and back
> > > > > > > > again, and now I cant pllay CD's with Gnome CD Player, and I
> > > > > > > > also can't access my CD from my Gnome desktop icon (I used to
> > > > > > > > do that).
> > > > > > > >
> > > > > > > > What's my problem, and how do I solve it?
> > > > > > > >
> > > > > > > > Best regards
> > > > > > > > Søren
> > >
> > > =_1004698930-1734-4857
> > > Want to buy your Pack or Services from MandrakeSoft?
> > > Go to http://www.mandrakestore.com
> 





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Physical memory calculation in Linux

2001-11-03 Thread Alexander Skwar

So sprach »Jose Luis Vazquez Gonzalez« am 2001-11-03 um 13:13:03 +0100 :
> What do you mean by 'enterprise kernel'?

I mean, if you're running the -enterprise kernel rpm or just the plain
old kernel, which doesn't support that much memory.

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.iso-top.de  | Jabber: [EMAIL PROTECTED]
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 21 hours 32 minutes



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Floppy

2001-11-03 Thread Randy Donohoe


> This mount works fine in my system.
>
> /dev/fd0 /mnt/floppy auto
> user,iocharset=iso8859-1,umask=0,sync,exec,codepage=850,noauto 0 0
>
> ls -l /dev/fd0
> lr-xr-xr-x1 root root8 Nov  2 13:13 /dev/fd0 ->
> floppy/0
>
> Larry
Thanks Larry. My floppy worked fine under 8.0, but it's sure being 
stubborn under 8.1.
Randy Donohoe




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Physical memory calculation in Linux

2001-11-03 Thread Jose Luis Vazquez Gonzalez

My kernel (2.4.13) is not on the standard M81 distro, its from Mandake 
cooker... (and I already recompiled it for K7 instead of intel)

Can I make my kernel 'enterprise' recompilling it? I mean at make xconfig

How is the option called? where is it?

Many thanks!

Jose

El Sábado 03 Noviembre 2001 14:53, escribiste:
> On Sat, 3 Nov 2001 13:13:03 +0100
>
> Jose Luis Vazquez Gonzalez <[EMAIL PROTECTED]> wrote:
> > What do you mean by 'enterprise kernel'?
> >
> > I am running v2.4.13-2mdk costumized for Athlon processors. I haven't
> > changed any other option.
> >
> > Jose
> >
> > El Sábado 03 Noviembre 2001 12:58, Alexander Skwar escribió:
> > > So sprach »Jose Luis Vazquez Gonzalez« am 2001-11-03 um 11:20:42 +0100 :
> > > > Linux (it depens where you look)
> > > >
> > > > >From 896MB to 921MB
> > >
> > > Are you using the -enterprise kernel?  If not, do so.
> > >
> > > Alexander Skwar
>
> In order for for linux to 'see' the amount of memory you have in your
> system, gig or more, you need to install and run the -enterprise kernel
> rather than the 'standard' kernel.
>
> It is included in the 8.1 cds.
> Unless you wish to still be able to boot to your current kernel, which can
> not see all your ram, you should install the -e kernel rpm -Uvh rather than
> the normal rpm -ivh.
> It uses the same headers and source as the standard kernel so you need
> install only the single rpm.
>
>Charles



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Physical memory calculation in Linux

2001-11-03 Thread Pierre Fortin

I had the same problem...  solved with:

image=/boot/vmlinuz-enterprise
label=linux
root=/dev/hde5
initrd=/boot/initrd-enterprise.img
append=" hdc=ide-scsi devfs=mount mem=1024M"
read-only^^

which loads the -enterprise version.

Pierre

Jose Luis Vazquez Gonzalez wrote:
> 
> Hi,
> 
> I would like to understand what is the calculation that Linux makes to say
> how much memory does the system have as it is a lot less that the BIOS and
> Windows says. I have just upgraded to 1GB (2x256 +1x512) and this are the
> results:
> 
> Win98 (only boots in failsafe mode, otherwise it reboots by itself)
> ->1024MB RAM
> 
> W2000
> -> 1048.028KB RAM
> 
> BIOS
> -> 1048576KB RAM (Memory test)
> 
> Linux (it depens where you look)
> >From 896MB to 921MB
> 
> I know 1 KB should be 1024 bytes , and 1MB should be 1024 x 1024, so 1GB is
> 1024³= 1073741824 = 1048576K (so the BIOS seems right).
> 
> 1) Is linux detecting problems in my memory and discounting the 'bad memory'
> part?  I haven't detected any error message.
> 2) How is the calculation being made?
> 
> Thanks in advance!
> 
> Jose
> 
>   
> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] cable modem question

2001-11-03 Thread Pierre Fortin

Good question Todd...  don't let people make sweeping comments which are not
backed up...

I have a LinkSys BEFSR41 (4port/1wan) which works quite well; never a problem. 
The other day, I upgraded the firmware.  I was pleasantly surprised to find that
unlike most TFTP upgradable boxes, this one can be uploaded via a TFTP client
"put" rather than needing to install a TFTP server.  BTW, the upgrade did not
require me to touch the box physically, so it's great if you need to locate it
remotely and still maintain its s/w.

The latest software now has the ability to log all connections/attempts (see
who's knocking at the door) to a log server (as well as maintain a short
internal list).  For details on setting up your Linux box to accept these log
entries, visit my site at http://pfortin.com/Linux/LinkSys/

HTH,
Pierre

PS:  I finally retired my Cisco router which used to be my firewall when I got
the LinkSys (small, quiet, fast and reliable).


Todd Zashin wrote:
> 
> Greg,
> 
> Why would you stay away from Linksys?  Can you give me an example where the
> product line failed you?  It seems to be a very popular product.
> 
> Todd
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Greg Sarsons
> Sent: Friday, November 02, 2001 3:29 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [expert] cable modem question
> 
> just FWI  as for the Linksys stuff ... I'd stay away.  My choice,
> and the one that I was using with Rogers, was a NetGear RT314.
> 
> Greg



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Physical memory calculation in Linux

2001-11-03 Thread Charles A Edwards

On Sat, 3 Nov 2001 13:13:03 +0100
Jose Luis Vazquez Gonzalez <[EMAIL PROTECTED]> wrote:

> What do you mean by 'enterprise kernel'?
> 
> I am running v2.4.13-2mdk costumized for Athlon processors. I haven't changed 
> any other option.
> 
> Jose
> 
> El Sábado 03 Noviembre 2001 12:58, Alexander Skwar escribió:
> > So sprach »Jose Luis Vazquez Gonzalez« am 2001-11-03 um 11:20:42 +0100 :
> > > Linux (it depens where you look)
> > >
> > > >From 896MB to 921MB
> >
> > Are you using the -enterprise kernel?  If not, do so.
> >
> > Alexander Skwar
> 
> 

In order for for linux to 'see' the amount of memory you have in your system,
gig or more, you need to install and run the -enterprise kernel rather than
the 'standard' kernel.

It is included in the 8.1 cds.
Unless you wish to still be able to boot to your current kernel, which can 
not see all your ram, you should install the -e kernel rpm -Uvh rather than 
the normal rpm -ivh.
It uses the same headers and source as the standard kernel so you need install
only the single rpm.

   Charles   




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Physical memory calculation in Linux

2001-11-03 Thread Jose Luis Vazquez Gonzalez

What do you mean by 'enterprise kernel'?

I am running v2.4.13-2mdk costumized for Athlon processors. I haven't changed 
any other option.

Jose

El Sábado 03 Noviembre 2001 12:58, Alexander Skwar escribió:
> So sprach »Jose Luis Vazquez Gonzalez« am 2001-11-03 um 11:20:42 +0100 :
> > Linux (it depens where you look)
> >
> > >From 896MB to 921MB
>
> Are you using the -enterprise kernel?  If not, do so.
>
> Alexander Skwar



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Quake 3 and Mandrake 8.1

2001-11-03 Thread Mike & Tracy Holt

Patrick Mayer wrote:

>I am trying to run Quake 3 Arena on Mandrake 8.1.
>
>My hardware is as follows:
>PIII 800mhz, 768 megs ram
>Matrox G400, 16mb 1024x768x 16bpp
>Soundblaster Live!
>Asus P3B
>
>DRI runs well with the games packaged with MDK 8.1.
>
>However, Quake 3 Arena crashes just before it gets in play mode.
>The same goes with Descent 3.
>This crashes X but does not lock up th emachine: I can still telnet and 
>shutdown.
>
>Both programs have been patched to their latest version.
>
>Has anybody been able to make hose two games runwith Mdk 8.1, using similar 
>hardware?
>
>Any help would be appreciated. Thanks! 
>

Can you start it from eterm or similar and then post the error message 
please?
thanks, mike




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Physical memory calculation in Linux

2001-11-03 Thread Alexander Skwar

So sprach »Jose Luis Vazquez Gonzalez« am 2001-11-03 um 11:20:42 +0100 :
> Linux (it depens where you look)
> >From 896MB to 921MB

Are you using the -enterprise kernel?  If not, do so.

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.iso-top.de  | Jabber: [EMAIL PROTECTED]
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 18 hours 15 minutes



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[expert] Physical memory calculation in Linux

2001-11-03 Thread Jose Luis Vazquez Gonzalez

Hi,

I would like to understand what is the calculation that Linux makes to say 
how much memory does the system have as it is a lot less that the BIOS and 
Windows says. I have just upgraded to 1GB (2x256 +1x512) and this are the 
results:

Win98 (only boots in failsafe mode, otherwise it reboots by itself)
->1024MB RAM

W2000
-> 1048.028KB RAM

BIOS
-> 1048576KB RAM (Memory test)

Linux (it depens where you look)
>From 896MB to 921MB

I know 1 KB should be 1024 bytes , and 1MB should be 1024 x 1024, so 1GB is 
1024³= 1073741824 = 1048576K (so the BIOS seems right). 

1) Is linux detecting problems in my memory and discounting the 'bad memory' 
part?  I haven't detected any error message.
2) How is the calculation being made?

Thanks in advance!

Jose



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Command line FTP mystery?

2001-11-03 Thread Jose Luis Vazquez Gonzalez

   gftp-2.0.8-1mdk.i586.rpm 
(not gftp-2.0.8-2mdk.i586.rpm)

Is on my CD #1 (inst) for Mandrake 8.1, I downloaded the iso images for
MDK 8.1 thanks to ADSL and about 20 hours of ftp. ;-)

Jose

El Sábado 03 Noviembre 2001 06:09, Sergio Korlowsky escribió:
> On Friday 02 November 2001 05:10 pm, you wrote:
> > I went to:
> >
> > www.google.com
> >
> > and asked 'gftp' and I got:
> >
> > http://gftp.seul.org/
> >
> > But I recommend you rpmfind.net so you can download de RPM for your linux
> > distribution. Try:
> >
> > http://fr2.rpmfind.net/linux/rpm2html/search.php?query=gftp
> >
> > Anyway, are you sure it doesn't come with your linux distro, I think I
> > havent downloaded separately.
> >
> > Jose
> >
> > El Viernes 02 Noviembre 2001 20:50, Hal Wigoda escribió:
> > > > gftp is good for a graphical ftp.
> > >
> > > 9
> > >
> > > where do you get it?
>
> Is in your CD  or download from ANY cooker mirror (for the latest)
>
> cooker/Mandrake/RPMS/gftp-2.0.8-2mdk.i586.rpm



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] CD not working any more???

2001-11-03 Thread Jose Luis Vazquez Gonzalez

Yes,

kernel-2.4.13-2mdk.i586.rpm (Cooker)

Is the one. is says Cooker because is under Mandrake cooker development and 
not under any of the official bersions of mandrake 7.1, 7.2, 8.0 or 8.1. I 
suppose the packages may be in the next distro release, 8.2?

Remembar to get also 'kernel-headers' and 'kernel-source' so you may 
costumize your kernel.

Jose

El Sábado 03 Noviembre 2001 10:54, Søren Neigaard escribió:
> I cant seem to find that package, but I can find
> kernel-2.4.13-2mdk.i586.rpm (Cooker) - is this the one?
>
> On Fri, 2001-11-02 at 11:59, Jose Luis Vazquez Gonzalez wrote:
> > The easiest thing for you would be to go to rpmfind.net:
> >
> > fr2.rpmfind.net (for instace, it's the fastest for me, I'am in Spain)
> >
> > and look for 'kernel'
> >
> > You will find a mandrake package called 2.4.13-13mdk, download it and
> > install it with rpm. This is a precompiled kernel with all the modules.
> >
> > Anyway I would have the sources arround just in case, so download
> > as well 'kernel-headers' and 'kernel-sources'  for version 2.4.13 from
> > rpmfind.net and install them with rpm. You will have to use the option
> > 'nodeps' for 'kernel-headers' because it will conflict with version
> > 2.4.8.
> >
> > I did that and, apart of the problem with my mouse with or without devfs,
> > it seems that mount and supermount work fine.
> >
> > I had to recompile the kernel because I wanted it to be costumized for my
> > Athlon processor, the precompiled one by mandrake is for an intel
> > processor.
> >
> > Jose
> >
> > El Jueves 01 Noviembre 2001 12:52, Søren Neigaard escribió:
> > > uname -r gives me 2.4.8-26mdk
> > >
> > > What would you do then, upgrade the kernel, or something easier?
> > >
> > > If you recommend me to upgrade the kernel, could you then give me a
> > > intro to how to do this please?
> > >
> > > On Thu, 2001-11-01 at 11:59, Jose Luis Vazquez Gonzalez wrote:
> > > > It seems that you are not using supermount, so probably your problem
> > > > comes from something else.
> > > >
> > > > Anyway but I would avoid kernel 2.4.8 and devfs.
> > > >
> > > > Jose
> > > >
> > > > El Jueves 01 Noviembre 2001 11:13, Søren Neigaard escribió:
> > > > > Here's my fstab:
> > > > >
> > > > > /dev/hda5 / ext2 noatime 1 1
> > > > > none /dev/pts devpts mode=0620 0 0
> > > > > none /dev/shm tmpfs defaults 0 0
> > > > > /dev/hdd /mnt/cdrom auto
> > > > > user,iocharset=iso8859-1,umask=0,exec,codepage=850,ro,noauto 0 0
> > > > > /dev/hdc /mnt/floppy auto
> > > > > user,iocharset=iso8859-1,umask=0,sync,exec,codepage=850,noauto 0 0
> > > > > none /proc proc defaults 0 0
> > > > > /dev/hda8 /usr ext2 noatime 1 2
> > > > > /dev/hda6 /var ext2 noatime 1 2
> > > > > /dev/hda7 swap swap defaults 0 0
> > > > >
> > > > > How do I check my kernel version (I have just installed Mandrake
> > > > > 8.1)?
> > > > >
> > > > > On Thu, 2001-11-01 at 11:04, Jose Luis Vazquez Gonzalez wrote:
> > > > > > There is some kind of bug in supermount at least at kernel 2.4.8.
> > > > > > Kernel 2.4.13 seems to be ok.
> > > > > >
> > > > > > Do you have your CD device managed by supermount?
> > > > > >  (check it at /etc/fstab)
> > > > > >
> > > > > > Is your kernel a 2.4.8?
> > > > > >
> > > > > > Hope this helps.
> > > > > >
> > > > > > Jose
> > > > > >
> > > > > > El Jueves 01 Noviembre 2001 10:26, Søren Neigaard escribió:
> > > > > > > I chang IP/Netmask/DNS/Gateway to fit another network, and back
> > > > > > > again, and now I cant pllay CD's with Gnome CD Player, and I
> > > > > > > also can't access my CD from my Gnome desktop icon (I used to
> > > > > > > do that).
> > > > > > >
> > > > > > > What's my problem, and how do I solve it?
> > > > > > >
> > > > > > > Best regards
> > > > > > > Søren
> >
> > =_1004698930-1734-4857
> > Want to buy your Pack or Services from MandrakeSoft?
> > Go to http://www.mandrakestore.com



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] CD not working any more???

2001-11-03 Thread Søren Neigaard

I cant seem to find that package, but I can find
kernel-2.4.13-2mdk.i586.rpm (Cooker) - is this the one?

On Fri, 2001-11-02 at 11:59, Jose Luis Vazquez Gonzalez wrote:
> The easiest thing for you would be to go to rpmfind.net:
> 
> fr2.rpmfind.net (for instace, it's the fastest for me, I'am in Spain)
> 
> and look for 'kernel'
> 
> You will find a mandrake package called 2.4.13-13mdk, download it and
> install it with rpm. This is a precompiled kernel with all the modules.
> 
> Anyway I would have the sources arround just in case, so download
> as well 'kernel-headers' and 'kernel-sources'  for version 2.4.13 from 
> rpmfind.net and install them with rpm. You will have to use the option 
> 'nodeps' for 'kernel-headers' because it will conflict with version 2.4.8.
> 
> I did that and, apart of the problem with my mouse with or without devfs, it 
> seems that mount and supermount work fine.
> 
> I had to recompile the kernel because I wanted it to be costumized for my 
> Athlon processor, the precompiled one by mandrake is for an intel processor.
> 
> Jose
> 
> El Jueves 01 Noviembre 2001 12:52, Søren Neigaard escribió:
> > uname -r gives me 2.4.8-26mdk
> >
> > What would you do then, upgrade the kernel, or something easier?
> >
> > If you recommend me to upgrade the kernel, could you then give me a
> > intro to how to do this please?
> >
> > On Thu, 2001-11-01 at 11:59, Jose Luis Vazquez Gonzalez wrote:
> > > It seems that you are not using supermount, so probably your problem
> > > comes from something else.
> > >
> > > Anyway but I would avoid kernel 2.4.8 and devfs.
> > >
> > > Jose
> > >
> > > El Jueves 01 Noviembre 2001 11:13, Søren Neigaard escribió:
> > > > Here's my fstab:
> > > >
> > > > /dev/hda5 / ext2 noatime 1 1
> > > > none /dev/pts devpts mode=0620 0 0
> > > > none /dev/shm tmpfs defaults 0 0
> > > > /dev/hdd /mnt/cdrom auto
> > > > user,iocharset=iso8859-1,umask=0,exec,codepage=850,ro,noauto 0 0
> > > > /dev/hdc /mnt/floppy auto
> > > > user,iocharset=iso8859-1,umask=0,sync,exec,codepage=850,noauto 0 0
> > > > none /proc proc defaults 0 0
> > > > /dev/hda8 /usr ext2 noatime 1 2
> > > > /dev/hda6 /var ext2 noatime 1 2
> > > > /dev/hda7 swap swap defaults 0 0
> > > >
> > > > How do I check my kernel version (I have just installed Mandrake 8.1)?
> > > >
> > > > On Thu, 2001-11-01 at 11:04, Jose Luis Vazquez Gonzalez wrote:
> > > > > There is some kind of bug in supermount at least at kernel 2.4.8.
> > > > > Kernel 2.4.13 seems to be ok.
> > > > >
> > > > > Do you have your CD device managed by supermount?
> > > > >  (check it at /etc/fstab)
> > > > >
> > > > > Is your kernel a 2.4.8?
> > > > >
> > > > > Hope this helps.
> > > > >
> > > > > Jose
> > > > >
> > > > > El Jueves 01 Noviembre 2001 10:26, Søren Neigaard escribió:
> > > > > > I chang IP/Netmask/DNS/Gateway to fit another network, and back
> > > > > > again, and now I cant pllay CD's with Gnome CD Player, and I also
> > > > > > can't access my CD from my Gnome desktop icon (I used to do that).
> > > > > >
> > > > > > What's my problem, and how do I solve it?
> > > > > >
> > > > > > Best regards
> > > > > > Søren
> 
> 
> =_1004698930-1734-4857
> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com





Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [expert] Installation floppies

2001-11-03 Thread Jay

Thanks for you help.

Just another question,
Once I boot up from this disk,
how do I start installing Mandrake???

Jay

- Original Message -
From: "Sergio Korlowsky" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, November 03, 2001 5:40 AM
Subject: Re: [expert] Installation floppies


> On Friday 02 November 2001 06:30 am, you wrote:
> > Hello All,
> >
> > I forgot to make the "auto install" floppy when I installed Mandrake.
> > Can these be made after installation??
> >
> > Thanks in advance.
> >
> > Jay
>
> Yes..!
>
> > mkbootdisk
> usage: mkbootdisk [--version] [--noprompt] [--mkinitrdargs ]
>[--appendargs ] [--device ] [--verbose -v]
> [--compact]
> 
>(ex: mkbootdisk --device /dev/fd1 2.0.31)
> [root@linux admin]#
>
> sk
> --
> --=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> Thank - you for contacting the SedeComp Communications Technical Support
Team.
> Please click <'REPLY'> when discussing this matter in further detail with
us.
> http://www.sedecomp.linux-site.net | mailto:[EMAIL PROTECTED]
> We use and support Linux Mandrake  | http://www.linux-mandrake.com
>
>
> Current Linux kernel 2.4.8-30.1mdk uptime: 13 hours 0 minutes.
>
>






> Want to buy your Pack or Services from MandrakeSoft?
> Go to http://www.mandrakestore.com
>




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com