zcat ./glEvalMesh

2003-03-23 Thread Kleiner Hampel
Hi, yesterday i saw this in my ps -aux output: root 9735 0.0 0.1 1680 356 ?RN 12:09 0:00 zcat ./glEvalMesh What the hell is this??? please help regards, hampel -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/r

ACPI GUI

2003-03-18 Thread Kleiner Hampel
Hello, i'm searching a gui for changing the ACPI settings. Is there another solution in changing these settings instead of edit the files in /proc/acpi manually? regards, hampel -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redha

Re: When /etc/modules.conf goes bad

2003-03-17 Thread Kleiner Hampel
But what is with own modules? Modules that are not shipped with the kernel? a 'install myownmodule' does not work! I have copied myownmodule to /lib/modules and did a depmod, but it doesn't work! please help hampel Am Mon, 2003-03-17 um 06.37 schrieb Michael Fratoni: > -BEGIN PGP SIGNED MESS

RE: shell script - expert question

2003-03-17 Thread Kleiner Hampel
Thanks! Am Son, 2003-03-16 um 22.23 schrieb Robert P. J. Day: >... -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

RE: Audigy 2 working.

2003-03-17 Thread Kleiner Hampel
; Another example... trying to set things with emu-dspmgr and the -m option gives > errors for all the ports. > > > > > -Original Message- > From: Kleiner Hampel [mailto:[EMAIL PROTECTED] > Sent: Sunday, 16 March 2003 4:07 AM > To: redhat-list > Subject

RE: shell script - expert question

2003-03-16 Thread Kleiner Hampel
Hi, this results in the same error message! regards, hampel Am Son, 2003-03-16 um 18.20 schrieb Cowles, Steve: > > -Original Message- > > From: Kleiner Hampel > > Sent: Sunday, March 16, 2003 10:41 AM > > Subject: Re: shell script - expert question > >

RE: shell script - expert question

2003-03-16 Thread Kleiner Hampel
16 Mar 2003, Cowles, Steve wrote: > > > > -Original Message----- > > > From: Kleiner Hampel > > > Sent: Sunday, March 16, 2003 10:41 AM > > > Subject: Re: shell script - expert question > > > > > > > > > Hi, > > >

Re: shell script - expert question

2003-03-16 Thread Kleiner Hampel
Thanks, this works! regards, hampel Am Son, 2003-03-16 um 18.23 schrieb Mikkel L. Ellertson: > On 16 Mar 2003, Kleiner Hampel wrote: > > > Hi, > > > > now it works, but because of the '*'. > > > > now i want to remove the leading abc fr

Re: shell script - expert question

2003-03-16 Thread Kleiner Hampel
the reason are the white spaces in the names. perhaps the expression `echo $i | sed s/abc//` also have to be set in '' or so, but it doesn't work this way. please help regards, hampel Am Son, 2003-03-16 um 16.20 schrieb Rus Foster: > On Sun, 16 Mar 2003, Kleiner Hampel w

shell script - expert question

2003-03-16 Thread Kleiner Hampel
Hi, i have a directory with some files with spaces in the name: abc 1.mp3 abc 2.mp3 abc 3 track 2.mp3 For my shell script i have to begin so: for i in `ls`; do echo $i; done the output results in: abc 1.mp3 abc 2.mp3 abc 3 track 2.mp3 But i want to get the same output as 'ls': abc 1.mp3 abc

Re: Audigy 2 working.

2003-03-15 Thread Kleiner Hampel
Hi, first an question from me: What is 'multitrack'? --- You must say aumix to load a file with a content like this: vol:100:100:P bass:50:50:P treble:68:68:P pcm:100:100:P speaker:100:100:P line:0:0:P mic:0:0:P cd:100:100:R igain:100:100:P ogain:0:0:P line1:67:67:P dig1:100:100:P phin:67:67:P

Re: acpi support in Redhat 8

2003-03-15 Thread Kleiner Hampel
Do you have compiled the kernel?? Try this before. regards, hampel Am Fre, 2003-03-14 um 02.33 schrieb Bill Johnson: > I have a Dell Inspiron 2650 laptop. Doesn't support APM, uses the new > ACPI power management. > > I got brave and downloaded the acpi patch for my kernel (2.4.18-14) and > fol

Re: How to load own modules? (Which file to use)

2003-03-12 Thread Kleiner Hampel
Am Mit, 2003-03-12 um 09.13 schrieb Edward Dekkers: > > i have some third party modules i want to load automatically at startup. > > Which file can i use with which syntax? > > 'man modules.conf' pre-install cryptoloop /sbin/modprobe cryptoapi does not work! why? (the modules won't be loaded) >

Re: PGP/GnuPG

2003-03-11 Thread Kleiner Hampel
Yes, you can. Export and import the key as ascii file! regards, hampel Am Mon, 2003-03-10 um 22.18 schrieb Christian Campbell: > I am fairly new to PGP, and have created a PGP keypair on my Windows NT > (company's choice...not mine) machine using PGPtools. Can my keyring be > used on both my Win

Where to put modules that have to be loaded

2003-03-10 Thread Kleiner Hampel
Hi! i tried this in /etc/modules.conf: install mymodule but it wasn't loaded! Why? regards, hampel -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Installing a custom kernel and ext3

2003-03-10 Thread Kleiner Hampel
Am Mon, 2003-03-10 um 16.31 schrieb Robert P. J. Day: > On Mon, 10 Mar 2003, Michael Schwendt wrote: > > > When I build ext3 not as a module (CONFIG_EXT3_FS=y, CONFIG_JBD=y), > > I can boot the kernel fine without a RAM-disk. "LABEL=" has never > > worked for me in GRUB boot menu. But it works in

Re: Installing a custom kernel and ext3

2003-03-10 Thread Kleiner Hampel
Am Mon, 2003-03-10 um 14.41 schrieb Robert P. J. Day: > On Mon, 10 Mar 2003, Me wrote: > > > Okay, this really isn't a problem. It's just an annoyance. > > > > I had the hardest time installing a custom built kernel on my Redhat 8.0 > > box. After some research I found the culprit to be ext3.

Re: Cannot load module (after recompiling kernel)

2003-03-10 Thread Kleiner Hampel
I have compiled the kernel again and now it works! thanks hampel Am Son, 2003-03-09 um 21.23 schrieb Mikkel L. Ellertson: > On 9 Mar 2003, Kleiner Hampel wrote: > > > Hello, > > > > i have compiled emu10k1 in section 'sound' as module. > > After &#x

Re: View pictures from command line

2003-03-09 Thread Kleiner Hampel
I'll check this... But what is 'igain' and 'ogain'? thanks hampel Am Son, 2003-03-09 um 19.45 schrieb Emmanuel Seyman: > On Sun, Mar 09, 2003 at 04:40:35PM +0100, Kleiner Hampel wrote: > > > > it works now... > > Do you have sound, too? > >

Re: View pictures from command line

2003-03-09 Thread Kleiner Hampel
Hi! it works now... Do you have sound, too? regards, hampel Am Sam, 2003-03-08 um 13.10 schrieb Emmanuel Seyman: > On Sat, Mar 08, 2003 at 11:19:22AM +0100, Kleiner Hampel wrote: > > > > when trying to execute fbtv i get the error "the device /dev/fb0 does > &g

Re: USB: where to deaktivate the modules?

2003-03-09 Thread Kleiner Hampel
Am Son, 2003-03-09 um 03.38 schrieb [EMAIL PROTECTED]: > On 9 Mar 2003, Kleiner Hampel wrote: > > I want to deactivate the usb mouse module which is loaded automatically > > at startup. Where can i do this? > > There might be a line in your /etc/modules.conf you can comment

RE: Cannot load module (after recompiling kernel)

2003-03-09 Thread Kleiner Hampel
IF YOU HAVE A NEW QUESTION PLEASE START A NEW THREAD!! Am Son, 2003-03-09 um 01.52 schrieb Gehring, Andrew x66132: > Hello, > > > Anyone know how to force a ethernet (Dell System) interface on RH8 to Full > 100? > > Thanks, > Andrew -- redhat-list mailing list unsubscribe mailto:[EMAIL PROT

Cannot load module (after recompiling kernel)

2003-03-08 Thread Kleiner Hampel
Hello, i have compiled emu10k1 in section 'sound' as module. After 'insmod emu10lk1' i get this: /lib/modules/2.4.20/kernel/drivers/sound/emu10k1/emu10k1.o: init_module: No such device Which device is missing and why? /dev/audio exists.. many thanks for help hampel -- redhat-list mailing

USB: where to deaktivate the modules?

2003-03-08 Thread Kleiner Hampel
Hello! I want to deactivate the usb mouse module which is loaded automatically at startup. Where can i do this? regards, hampel -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: 5.1 speakers

2003-03-08 Thread Kleiner Hampel
I have the emu10k1 chipset and use the emu-config tools. With this tools (only for the emu10k1 chipset) you can activate dolby surround and much more features, 12dB boost and so on. When the software only uses stereo, you cannot hear surround (xmms uses all speakers itself), but you can record from

CryptoAPI support already shipped with kernel 2.4.x?

2003-03-08 Thread Kleiner Hampel
Hello, is it right, that you don't have to install the cryptoapi support from kerneli.org, because it already belongs to the kernel source in redhat linux? regards, hampel -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Keyboard: key mapping

2003-03-08 Thread Kleiner Hampel
Hello, how can i map my keyboard keys? I want to use the "Windows" key... regards, hampel -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: 5.1 speakers

2003-03-08 Thread Kleiner Hampel
Hi, but you get sound from the rear speakers with xmms, right? regards, hampel Am Fre, 2003-03-07 um 17.32 schrieb AntonioBurzio: > I have creative 5.1 inspire 5300 installed on my soundblaster audigy. > now i can only ear sounds from my front speakers, what i have to do to > make all 5 five spe

Re: View pictures from command line

2003-03-08 Thread Kleiner Hampel
Hi! when trying to execute fbtv i get the error "the device /dev/fb0 does not exist"!. Is the framebuffer support in the kernel missing?? regards, hampel Am Fre, 2003-03-07 um 23.19 schrieb Emmanuel Seyman: > On Fri, Mar 07, 2003 at 01:15:21PM -0500, Robert Adkins II wrote: > > > > It was a

GNUPG: copy key from Mandrake 8.x to RedHat 8.0 does not work

2003-03-07 Thread Kleiner Hampel
Hello! I have updated my system from mandrake 8.x to redhat 8.0. I have copied my old .gnupg directory to my new home dir. I want to decrypt my old files (gpg -d ...), but it always says that my mantra isn't correct! I'm sure it IS correct! Does anyone have an idea? What could be the problem? If

Re: USB printer doesn't work

2003-03-05 Thread Kleiner Hampel
Am Mit, 2003-03-05 um 02.16 schrieb Marc Dobler: > Le mer 05/03/2003 à 05:27, Kleiner Hampel a écrit : > > > Hi! > > > > which driver do u use? > > please give the name! > > > > > i have an Epson Stylus PM-770C on USB, > > with the follow

Re: USB printer doesn't work

2003-03-04 Thread Kleiner Hampel
puts. > > maybe this could helps. > > Marc > > Le mar 04/03/2003 à 03:01, Kleiner Hampel a écrit : > > > Hello! > > > > I have the Epson Stylus Photo 750, it should work at least with redhat > > 7.3. > > i can see it with "lsusb&quo

Re: USB printer doesn't work

2003-03-04 Thread Kleiner Hampel
fore testing it. > > HTH, > Matt > > - Original Message ----- > From: "Kleiner Hampel" <[EMAIL PROTECTED]> > To: "redhat-list" <[EMAIL PROTECTED]> > Sent: Monday, March 03, 2003 1:01 PM > Subject: Re: USB printer doesn't work

Re: USB on kernal 2.4.18-24.8.0

2003-03-04 Thread Kleiner Hampel
Am Don, 2003-02-27 um 15.30 schrieb Lawrence Houston: > On Wed, 26 Feb 2003, Jay Moore wrote: > > > i've been trying to load usb-uhci on my dell poweredge 180 with an IO > > Gear USB card in a spare PCI slot. the module won't load and i'm unsure > > of what to do next. i've included the insmod

Re: USB printer doesn't work

2003-03-03 Thread Kleiner Hampel
Am Son, 2003-03-02 um 00.50 schrieb Todd A. Jacobs: > On 2 Mar 2003, Kleiner Hampel wrote: > > > usb.c: USB device 2 (vend/prod 0x4b8/0x1) is not claimed by any active > > driver. > > This is telling you that there is no driver for your printer. Check the > hardwa

USB printer doesn't work

2003-03-01 Thread Kleiner Hampel
Hello, my USB printer doesn't work. I have configured it with redhat-config-printer. All modules are loaded correctly, no error messages at boot, all seems to be "[ OK ]". Even the printer's name was recognized in redhat-config-printer!! The only message i am worried about is this one: hub.c: USB

Re: Press 'I' to enter interactive startup

2003-02-22 Thread Kleiner Hampel
I key and > holding it there to repeat it must give it a greater chance of seeing the > key's been pressed. > > Regards > > Cliff Diamond > > - Original Message - > From: "Kleiner Hampel" <[EMAIL PROTECTED]> > To: "redhat-list"

Press 'I' to enter interactive startup

2003-02-22 Thread Kleiner Hampel
Hello, what does this message mean? If i really hit 'I' after this message has promt, nothing happens! regards, hampel -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Mount vfat partition writeable for all users on startup

2003-02-22 Thread Kleiner Hampel
Hello, i have a FAT32 partition which i want to make writeable to all users on my system. i have written the following line in my /etc/fstab: /dev/hdb4 /vfat-part vfat defaults,user,mode=777 0 0 But this doesn't work, because FAT32 doesn't know user rights. What can i do, if i want to mount