Re: HyperThreading CPUs under Debian

2003-09-29 Thread gaspard
In the former case, you > may also need to use the boot parameter "acpismp=force". If memory > serves, it's no longer required as of 2.4.22. And, even if it sound stupid: enable hyperthreading in the bios. Gaspard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Equation system resolver

2003-09-18 Thread gaspard
even get a nice representation of the mathematics with texemacs... yacas: http://yacas.sourceforge.net/infoindex.html Gaspard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: kernel recompile in woody

2003-09-15 Thread gaspard
sr/src/kernel-source-2.4.18 > make distclean > cp /boot/config-2.4.18-k7 .config > menuconfig (i exited and saved without making changes) I put a `make dep` between `menuconfig` and `make-dpkg ...`, what is sed to do after menuconfig. > make-kpkg --append-to-version=gonzo-1 kernel-im

Re: Ask for some suggestion packages on linux...

2003-09-09 Thread gaspard
On Wed, 10 Sep 2003, James Ng Yuen Sum wrote: > The program that can view the pictures one by one in a folder: I did not know that existed under windows. It is one of my arguments to switch people to GNU/Linux ;-) gqview In full screen mode nice for slideshows on expositions... Gasp

Re: How do I make quality PDFs from LaTeX?

2003-09-09 Thread gaspard
nstall the 'foo' package, and > you're set", but I'd be willing to do a fair bit of digging around if > anyone thinks it'll help. On the other hand, I hope that maybe there's > another font package that needs installing? Prrrlease? I never installed

Re: xferring files from window

2003-08-27 Thread gaspard
On Wed, 27 Aug 2003, Colin Watson wrote: > How are you trying to transfer these files? Filenames with spaces work, > they just require more quoting or backslashes: cp /mnt/win/file\ with\ spaces /home/user/ Gaspard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subj

Re: X11 with different keyboards

2003-08-21 Thread gaspard
Layout" "ru" Option "XkbOptions" "ctrl:nocaps,grp:shift_toggle" EndSection The line Option "XkbLayout" "ru" should be replaced by Option "XkbLayout" "us,ru" of course replace "us,ru" with the

Re: pdf readers

2003-08-14 Thread gaspard
27;t work, the rest of the navigation is OK. You could also install acroread on Linux... Gaspard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: pdf readers

2003-08-14 Thread gaspard
unstable on stable? It seems unsavory. I did it from de adobe website... although it is not very clean and more work than apt-get, it worked. Gaspard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: resolv.conf

2003-07-29 Thread gaspard
For me, that fixed the problem. wfg, Gaspard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Source Code for Kernel Modules

2003-07-15 Thread gaspard
On Tue, 15 Jul 2003, Andreas Janssen wrote: > [EMAIL PROTECTED] wrote: > > On Tue, 15 Jul 2003, Chris Metzler wrote: > >> On Tue, 15 Jul 2003 19:08:32 +0200 (CEST) > >> [EMAIL PROTECTED] wrote: > >>> On Tue, 15 Jul 2003, Andrea Tasso wrote: > > 1 - try if it is possible to search kerne

Re: Source Code for Kernel Modules

2003-07-15 Thread gaspard
> > > or not so far: > > > > %xxx# locate sundance.c > > /usr/src/kernel-source-2.4.20/drivers/net/sundance.c > > %xxx# > > Except the original poster asked about 2.2.20, not 2.4.20. Yes, I saw it too late... :-) But is it not possible to use that for a 2.2? Gaspard

Re: Source Code for Kernel Modules

2003-07-15 Thread gaspard
On Tue, 15 Jul 2003, Andrea Tasso wrote: > 1 - try if it is possible to search kernel.org > 2 - google sundance.c or not so far: %xxx# locate sundance.c /usr/src/kernel-source-2.4.20/drivers/net/sundance.c %xxx# Gaspard > On Tue, Jul 15, 2003 at 11:34:20AM -0400 or thereabo

Re: Cannot mount cdrom if I use GRUB

2003-07-04 Thread gaspard
have this in /boot/grub/menu.lst: > # kopt=root=/dev/hda13 ro vga=791 hdc=scsi did you try hdc=ide-scsi? wfg, Gaspard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: E: Internal Error, Could not perform immediate configuration(2) on libpam0g

2003-07-02 Thread gaspard
/cache (or something like that -- see man apt-get) there I do dpkg -i libpam0g* which gives a dependency error after trying a lot I ended up doing dpkg -i libpam0g* libpam-modules libdb3* (the last -- libdb3 -- you should check in the error messages) After that it works and you can redo a dist-u