Re: /proc/PID/stat format

2001-01-17 Thread Erik Mouw
On Tue, Jan 16, 2001 at 08:26:46AM -0500, [EMAIL PROTECTED] wrote: What is the format of /proc/PID/stat for 2.2.x? See function get_stat() in fs/proc/array.c. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information

Re: Why only Linux uses GCC to compile the source code. please help

2001-01-24 Thread Erik Mouw
types e.g. for one processor the unsigned long may be 32 bits or 16 bits. That's what the __uXX/__sXX data types are for: to ensure that the data types are indeed XX bits long. See include/asm-*/types.h. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department

Re: 2.2.19 Crash Help, please

2001-05-11 Thread Erik Mouw
(compose instead of reply). If I killed the write to dvd ram thread I wouldn't have seen your message at all. -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO

Re: PROBLEM: Process accessing a Sony DSC-F505V camera through USB as a storage device hangs.

2001-05-12 Thread Erik Mouw
(autoclean) [vfat] You're using the binary only NVdriver. Boot the system without that driver and try to recreate the problem. If not, you'll have to contact nvidia. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information

Re: PROBLEM: Process accessing a Sony DSC-F505V camera through USB as a storage device hangs.

2001-05-12 Thread Erik Mouw
On Sat, May 12, 2001 at 06:53:10PM +0300, Akos Maroy wrote: Erik Mouw wrote: On Sat, May 12, 2001 at 03:36:17PM +0300, Akos Maroy wrote: [1.] One line summary of the problem: Process accessing a Sony DSC-F505V camera through USB as a storage device hangs. Additional

Re: PROBLEM: Process accessing a Sony DSC-F505V camera through USB as a storage device hangs.

2001-05-12 Thread Erik Mouw
On Sat, May 12, 2001 at 08:34:54PM +0300, Akos Maroy wrote: Erik Mouw wrote: Hmm. Not that I am a USB expert, but could you try it with the usb-uhci driver? The uhci driver got quite some changes in 2.4.4, so it might be related with those changes. Good tip, it works with this driver

[PATCH] fix menuconfig

2001-05-15 Thread Erik Mouw
:57 1.1.1.12 @@ -347,7 +347,7 @@ echo -e function $firstchoice () \ - { l_choice '$title' \$choices\ $current ;} MCradiolists + { l_choice '$title' \$choices\ \$current\ ;} MCradiolists } } # END load_functions() -- J.A.K. (Erik) Mouw

Re: Linux kernel programming for beginners

2001-05-15 Thread Erik Mouw
. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15-2781843 Email: [EMAIL

[PATCH] fix yenta_socket

2001-05-15 Thread Erik Mouw
/i386_ksyms.c Tue May 15 16:56:25 2001 @@ -112,6 +112,7 @@ #ifdef CONFIG_PCI EXPORT_SYMBOL(pcibios_penalize_isa_irq); +EXPORT_SYMBOL(pci_mem_start); #endif #ifdef CONFIG_X86_USE_3DNOW -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering

Re: LANANA: To Pending Device Number Registrants

2001-05-16 Thread Erik Mouw
happens when you want to install debian-arm on an SA1100 system. A serial device registry like we have for the sound cards would be most welcome. Erik [1] StrongARM SA1100 embedded board, http://www.lart.tudelft.nl/ -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department

Re: kernel2.2 to kernel2.4!!

2001-05-16 Thread Erik Mouw
in that driver. So you basically have to fix your driver. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15

Re: Read-only memory on x86?

2001-05-16 Thread Erik Mouw
. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15-2781843 Email: [EMAIL PROTECTED

Re: your mail

2001-05-16 Thread Erik Mouw
in UNIX I don't know, I don't have Unix source available. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone

Re: __exit

2001-05-17 Thread Erik Mouw
(.text.init))) #define __exit __attribute__ ((unused, __section__(.text.exit))) And they tell the compiler to put the function in .text.init and .text.exit sections of the object file. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering

Re: Delivery reports about your email [FAILED(1)] (fwd)

2001-05-18 Thread Erik Mouw
=10123 - 250 [EMAIL PROTECTED] is syntactically correct - RCPT To:[EMAIL PROTECTED] - 550-Open relay - see http://www.orbs.org/verify.php3?address=212.153.111.69 - 550 mail from 212.153.111.69 rejected: administrative prohibition (host is blacklisted) -- J.A.K. (Erik) Mouw

Re: [RFD w/info-PATCH] device arguments from lookup, partion code

2001-05-19 Thread Erik Mouw
On Sat, May 19, 2001 at 10:45:11AM -0700, Aaron Lehmann wrote: On Sat, May 19, 2001 at 06:48:19PM +0200, Erik Mouw wrote: One of the fundamentals of Unix is that everything is a file and that you can do everything by reading or writing that file. But /dev/sda/offset=234234,limit=626737537

Re: BUG ? and questions

2001-05-21 Thread Erik Mouw
11 , if it's sh or rarely make - segmentation fault. It is not a hardware problem (with kernel 2.2.x it does not do this and I have a cooler on my cpu) Are your sure? Check out the SIG11 FAQ at http://www.bitwizard.nl/sig11/ . Erik -- J.A.K. (Erik) Mouw, Information and Communication

Re: patch to put IDE drives in sleep-mode after an halt

2001-05-24 Thread Erik Mouw
goes the diff: What was wrong with hdparm -Y /dev/hd* in the halt/reboot script that you need to do it in kernel? Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University

Re: patch to put IDE drives in sleep-mode after an halt

2001-05-24 Thread Erik Mouw
the boot code's task to set up the system in a proper way. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone

Re: Dying disk and filesystem choice.

2001-05-24 Thread Erik Mouw
*, so I think that a patch that adds a useful feature like badblock support would be OK. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA

Re: ac15 and 2.4.5-pre6, pwc format conversion

2001-05-25 Thread Erik Mouw
in kernel. Note for example that none of the sound drivers does sample rate conversion although some sound chips are locked at 48kHz only. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft

Re: Fwd: Copyright infringement in linux/drivers/usb/serial/keyspan*fw.h

2001-05-25 Thread Erik Mouw
'Bessel functions' in a math book and you should be able to derive the constants. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft

Re: Reg ramfs mkfs

2001-05-25 Thread Erik Mouw
befor mounting it. Ramfs is a virtual filesystem, it doesn't use a block device, it lives in the page cache. Just mount it to use it: mount -t ramfs none /mnt Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information

Re: The difference between Linus's kernel and Alan Cox's kernel

2001-05-25 Thread Erik Mouw
On Sat, May 26, 2001 at 07:40:18AM +1000, CaT wrote: On Fri, May 25, 2001 at 11:32:18PM +0200, Erik Mouw wrote: I just added this to the kernelnewbies FAQ: http://www.kernelnewbies.org/faq.php3 Typo: First para, last sentence: s/Linux/Linus/ Oops. Fixed, thanks. Erik -- J.A.K

[PATCH] Fix ov511 compile time bug in 2.4.5-pre5

2001-05-24 Thread Erik Mouw
-customid); out += sprintf (out, model : %s\n, ov511-desc ? clist[ov511-desc].description : unknown); -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University

Re: ac15 and 2.4.5-pre6, pwc format conversion

2001-05-25 Thread Erik Mouw
On Fri, May 25, 2001 at 03:22:44PM +0200, Nemosoft Unv. wrote: On 25-May-01 Erik Mouw wrote: On Fri, May 25, 2001 at 10:48:12AM +0200, Nemosoft Unv. wrote: The format conversion shouldn't be there in the first place. Format conversion is policy, so it doesn't belong in kernel. Note

Re: Problem compiling kernel 2.4.5 with gcc 2.96

2001-05-27 Thread Erik Mouw
-ac1 for it. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15-2781843 Email

[PATCH] Minor cleanup in drivers/net/pcmcia/Makefile

2001-05-24 Thread Erik Mouw
$@ $ + +ibmtr_cs.o: tmp-ibmtr.o tmp-ibmtr_cs.o + $(LD) -r -o $@ tmp-ibmtr_cs.o tmp-ibmtr.o -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600

Re: unresolved symbols printk ?

2001-05-28 Thread Erik Mouw
://www.tux.org/lkml/#s8-8 Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15-2781843

Re: [PATCH] Procfs Guide

2001-05-30 Thread Erik Mouw
/lkprocfsguide.html Erik PS: Was it really necessary to quote my complete message *including* the patch? Next time quote properly before you post. -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems

Re: Oops with 2.4.5-ac3

2001-05-31 Thread Erik Mouw
over here. If not, complain to nvidia. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635

Re: [PATCH] Procfs Guide

2001-05-30 Thread Erik Mouw
On Wed, May 30, 2001 at 09:30:48AM +0100, Tim Waugh wrote: On Wed, May 30, 2001 at 01:29:17AM +0200, Erik Mouw wrote: I'm still looking for a proper way to automatically include the example source into the SGML file, this patch with the same content in two files is a bit of an ugly hack

Re: HowTo: Kernel verbose logging.

2001-06-01 Thread Erik Mouw
isn't feasible but perhaps there is something that takes me halfway? You probably want strace, see man strace. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University

Re: [RFD w/info-PATCH] device arguments from lookup, partion code

2001-05-19 Thread Erik Mouw
should get rid of them] -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15-2781843

Re: Compile problem with ov511.c (Kernel 2.4.5)

2001-06-03 Thread Erik Mouw
/1010.html Or use 2.4.5-ac*. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31

[PATCH] procfs guide

2001-06-03 Thread Erik Mouw
-ac7 as well. Please apply. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15

Re: ov511 driver doesn't compile

2001-05-26 Thread Erik Mouw
? clist[ov511-desc].description : unknown); -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635

Re: Question about Bind Souce Code

2000-09-13 Thread Erik Mouw
racter set, or use a better mailer. Anyway: this is the linux-kernel mailing list. Questions about Bind should be asked on other mailing lists. The Internet Software Consortium has more information about Bind: http://www.isc.org/products/BIND/ Erik -- J.A.K. (Erik) Mouw, Information and Communicat

Re: Can't compile linus 2.2.17 with latest gcc due to checksum.S

2000-09-26 Thread Erik Mouw
On Tue, 26 Sep 2000 10:37:01 -0500, Timur Tabi wrote: ** Reply to message from Horst von Brand [EMAIL PROTECTED] on Tue, 26 Sep 2000 10:45:10 -0400 Maybe this can be fixed for 2.96, but it breaks badly elsewhere (doesn't compile; kernel builds but hangs/crashes at boot; kernel appears to work

Re: Russell King forks ARM Linux.

2000-09-27 Thread Erik Mouw
the last thing we can use is another flamewar on this list. Please help me to solve this issue by not putting more fuel on this fire. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft

RE: Russell King forks ARM Linux.

2000-09-28 Thread Erik Mouw
. We are currently working on a solution and working out the technical details. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft

usb-audio, does it work at all?

2000-10-05 Thread Erik Mouw
t) running SuSE 6.4. USB controller is an Intel 82371AB PIIX4 USB and both UHCI drivers fail to do something useful with the sound card. Erik [1] http://linux-usb.sourceforge.net/usb.ids , look for Philips -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of

Re: Majordomo Problems?

2000-10-05 Thread Erik Mouw
for [EMAIL PROTECTED]; Thu, 5 Oct 2000 10:37:54 -0700 Received: ([EMAIL PROTECTED]) by vger.kernel.org via listexpand id S130058AbQJESow; Thu, 5 Oct 2000 14:44:52 -0400 Received: ([EMAIL PROTECTED]) by vger.kernel.org I think it goes wrong at cam035106.student.utwente.nl. Erik -- J.A.K. (

Re: usb-audio, does it work at all?

2000-10-05 Thread Erik Mouw
() and mem_map_reserve(). Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15-2781843

Re: K7 on SD11 and 2.2.17: memory not detected

2000-10-11 Thread Erik Mouw
otherwise the first ACPI event crashes the system. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-1

Re: [PATCH] usb audio.

2000-10-13 Thread Erik Mouw
: If#= 2 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=00 Prot=00 Driver=hid E: Ad=83(I) Atr=03(Int.) MxPS= 1 Ivl= 10ms Let me know if you want to have more information. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information

Re: [PATCH] usb audio.

2000-10-13 Thread Erik Mouw
ally found the problem, but how to solve it? Is this a bug in APM or in USB? Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherl

Re: 2.4 MM overview?

2000-10-15 Thread Erik Mouw
waiting for 2.4 to stabilize. Now we're looking at moving to 2.4. Have a look at the Linux-MM pages at: http://www.linux.eu.org/Linux-MM/ There is also some information in Documentation/vm/, but I don't think that's really useful. Erik -- J.A.K. (Erik) Mouw, Information and Communication

Re: [PATCH] usb audio.

2000-10-15 Thread Erik Mouw
On Fri, Oct 13, 2000 at 09:16:36PM +0200, Erik Mouw wrote: On Fri, Oct 13, 2000 at 10:27:05AM -0700, Dunlap, Randy wrote: How about trying latency_timer=10, which will apparently show up as being 0 (since 10 is smaller than its implemented granularity). That didn't help, but I found

Re: PCMCIA slot 1 invisible under 2.4.0-test10-pre3

2000-10-17 Thread Erik Mouw
worked, slot #1 was dead. I actualy forgot about it because rebooting solved the problem (the machine got some extra RAM). My laptop is an Asus P6300 (PII/266, Intel 440 BX/ZX, TI PCI1131 cardbus bridge). Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical

Re: process header declaration?

2000-10-19 Thread Erik Mouw
p '^struct task_struct' {} /dev/null \; vi+ctags or emacs+etags are also good combinations to find identifiers in the kernel source. Or use the cross referencing tool at lxr.linux.no: http://lxr.linux.no/ident Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group,

Re: floppy linux installation

2001-02-23 Thread Erik Mouw
/ I'm quite sure the other distributions also support install via FTP. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft

Re: Linux device driver writing

2001-02-23 Thread Erik Mouw
e to start is of course http://www.kernelnewbies.org/ Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-27

reiserfs: still problems with tail conversion

2001-02-23 Thread Erik Mouw
t with an ext2 filesystem, but didn't see any error. System is SuSE 7.0, compiler gcc-2.95.2. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 260

Re: reiserfs: still problems with tail conversion

2001-02-23 Thread Erik Mouw
-2.4.2 to see if it solves the problem. (was running 2.4.2-pre4 + your patch) Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft

Re: reiserfs: still problems with tail conversion

2001-02-25 Thread Erik Mouw
On Fri, Feb 23, 2001 at 11:19:49PM +0100, Erik Mouw wrote: On Fri, Feb 23, 2001 at 05:10:46PM -0500, Chris Mason wrote: Many thanks for sending along a test program for reproducing. But, it doesn't seem to reproduce the problem here, how many times did you have to run it to see the null

Re: reiserfs: still problems with tail conversion

2001-02-25 Thread Erik Mouw
On Sun, Feb 25, 2001 at 05:37:52PM +0100, Erik Mouw wrote: I upgraded to 2.4.2, and initially I couldn't reproduce the problem. Besides the kernel version difference, another difference was the fact that I did the 2.4.2. test on a freshly booted system, while the 2.4.2-pre4 test was done

Re: [PATCH] Re: reiserfs: still problems with tail conversion

2001-02-26 Thread Erik Mouw
a first run. I'll let my code run for a couple of times to stress the system, but at first glance the bug seems to be fixed. Thanks for your efforts, Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology

Re: [PATCH] Re: reiserfs: still problems with tail conversion

2001-02-26 Thread Erik Mouw
On Mon, Feb 26, 2001 at 12:07:04PM +0100, Erik Mouw wrote: On Sun, Feb 25, 2001 at 09:40:44PM -0500, Chris Mason wrote: Any testing on non-production machines would be appreciated, I'll forward to Linus/Alan once I've gotten more feedback. Yes, this did the trick, I can't repeat

Re: Posible bug in gcc

2001-02-27 Thread Erik Mouw
front-end ? Yes and no. There is some common code in the optimiser, but each target has its own optimisation tricks for which the code is not shared with other targets. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty

Re: [RFC] linux class diagrams

2001-02-27 Thread Erik Mouw
by on the #kernelnewbies IRC channel. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15

Re: Can't compilete 2.4.2 kernel

2001-02-28 Thread Erik Mouw
Known problem. Disable "SMP support" for Athlon CPUs. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands

Re: [RFC] linux class diagrams

2001-02-28 Thread Erik Mouw
as well do that on IRC :) Erik On Tue, 27 Feb 2001, Erik Mouw wrote: On Tue, Feb 27, 2001 at 09:54:54PM +0700, [EMAIL PROTECTED] wrote: i put some gifs describing linux. they're in uml. linux doesn't have class, so i tried to capture every struct (struct is kinda class in c++) related

Re: [PATCH] reiserfs patch for linux-2.4.2

2001-02-28 Thread Erik Mouw
at he made after my bug report? Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 F

Re: Wrong data [was Re: Incorrect module init message..]

2001-03-02 Thread Erik Mouw
ust before the system shuts down - on bootup I set the time with: CURRENTTIME=date -r /etc/timestamp date -s "$CURRENTTIME" Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Syste

Re: [Slightly OT] x86 PROM project

2001-03-04 Thread Erik Mouw
compliant firmware, like used by SUN (for example). Erik [who likes SUN firmware even more than SGI firmware] -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX

Re: Where is the RAM?

2001-03-22 Thread Erik Mouw
. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15-2781843 Email: [EMAIL PROTECTED] WWW: http

Re: 3c59x: Using bad IRQ 0

2000-11-24 Thread Erik Mouw
ant more information. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15-2781843 Ema

Re: Loading initrd from flash

2000-11-28 Thread Erik Mouw
the contents of the (compressed) ramdisk from flash to a place in ram where the kernel expects it to be. Another possibility is to point the kernel to the flash memory and have it decompressed from there. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department

USB doesn't work with 440MX chipset, PCI IRQ problem?

2000-11-29 Thread Erik Mouw
() irtty_net_open() irlap_change_speed(), setting speed to 9600 PCI: Setting latency timer of device 00:00.1 to 64 I'll be glad to supply more information on request. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information

Re: test12-pre6

2000-12-06 Thread Erik Mouw
stWrite+ 16-bit legacy interface ports at 0001 Let me know if you need more information. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 503

Re: test12-pre6

2000-12-06 Thread Erik Mouw
On Wed, Dec 06, 2000 at 10:38:51AM -0800, Linus Torvalds wrote: On Wed, 6 Dec 2000, Erik Mouw wrote: So at first the PCI code can't allocate an IRQ for devices 00:00.1 (audio), 00:07.2 (USB), and 00:09.0 (winmodem), but after the audio and USB modules get inserted, IRQ 5 and 11 get

Re: test12-pre6

2000-12-06 Thread Erik Mouw
Dec 6 20:54:48 2000 @@ -2941,6 +2941,8 @@ if (pci_enable_device(dev) 0) return -ENODEV; + + pci_set_master(dev); /* Search for the IO base address.. */ for (i = 0; i 6; i++) { Thanks again, Erik [listening to an MP3 with the USB audio device] --

Re: kernel error

2000-12-12 Thread Erik Mouw
can help me? Yes, upgrade to the latest modutils. See the file Documentation/Changes in the kernel source tree. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University

[PATCH] cs89x0 is not only an ISA card

2000-12-13 Thread Erik Mouw
$CONFIG_PCI if [ "$CONFIG_PCI" = "y" -o "$CONFIG_EISA" = "y" ]; then tristate 'Generic DECchip DIGITAL EtherWORKS PCI/EISA' CONFIG_DE4X5 -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engine

Re: Fwd: [Fwd: [PATCH] cs89x0 is not only an ISA card]

2000-12-14 Thread Erik Mouw
state 'DECchip Tulip (dc21x4x) PCI support' CONFIG_TULIP $CONFIG_PCI if [ "$CONFIG_PCI" = "y" -o "$CONFIG_EISA" = "y" ]; then tristate 'Generic DECchip DIGITAL EtherWORKS PCI/EISA' CONFIG_DE4X5 -- J.A.K. (Erik) Mouw, Information and

Re: ORBit speed measure

2000-12-14 Thread Erik Mouw
On Thu, Dec 14, 2000 at 03:44:01PM -0600, Mike Castle wrote: Then again, isn't Jim some how involved in ORBit and GNOME? Or just a big supporter? :- Jim works on XFree86 (among other things). So yes, he is indeed *somehow* involved in GNOME ;-) Erik -- J.A.K. (Erik) Mouw, Information

Re: User based routing?

2000-12-18 Thread Erik Mouw
anything searching archives, but maybe it's out there. Sounds like you're looking for masqdialer. It doesn't give full control to users (why should it), but it allows users to select from multiple ISPs. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department

Re: About Celeron processor memory barrier problem

2000-12-23 Thread Erik Mouw
try to run a kernel with support for P4 on a "lower" CPU, read the documentation about CONFIG_M386 in Documentation/Configure.help for more information. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information

Re: About Celeron processor memory barrier problem

2000-12-23 Thread Erik Mouw
Pentium-4 CONFIG_MPENTIUM4 \ K6/K6-II/K6-IIICONFIG_MK6 \ Athlon/K7 CONFIG_MK7 \ Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Informati

Re: About Celeron processor memory barrier problem

2000-12-24 Thread Erik Mouw
n is based on a PIII core. Both Celerons have the same features as the CPU they are based on, but with less cache memory. Selecting PIII for the new PIII based Celeron will indeed give you slightly better performance. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group,

Re: Problem with ATX halt

2000-12-29 Thread Erik Mouw
t;. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15-2781843 Email: [EMAIL PROT

Re: Linux 2.2.18: /proc/apm slows system time (was: Linux 2.2.19pre3)

2000-12-29 Thread Erik Mouw
USB on my desktop (Asus P5A motherboard, K6 333, 160MB, Ali 1541 chipset, Award BIOS) when I run the GNOME battery_applet. So is this an Asus problem, or a general APM problem? Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of I

Re: DOS vm86 not working?

2000-12-29 Thread Erik Mouw
are you using? When running the latest kernel releases you really need a development version of dosemu. I didn't have any problem running dosesemu-1.1.1 on 2.4.0-test11. Check out http://www.dosemu.org/ for the latest release. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory

Re: Linux 2.2.18: /proc/apm slows system time (was: Linux 2.2.19pre3)

2000-12-30 Thread Erik Mouw
. Is there any way to find out if my laptop also enters SMM mode? Just to check if it has the same problem as your laptop. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University

Re: Problems with ov511/USB on test13-pre7

2000-12-30 Thread Erik Mouw
-- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15-2781843 Email: [EMAIL PROTECTED

Re: Linux 2.2.18: /proc/apm slows system time (was: Linux 2.2.19pre3)

2000-12-31 Thread Erik Mouw
call and only call the APM BIOS once a minute or so? Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31

Re: Coppermine is a PIII or a Celeron? WINCHIP2/WINCHIP3D diff?

2001-01-02 Thread Erik Mouw
: 999.42 Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15-2781843 Email: [EMAIL

Re: CPRM copy protection for ATA drives

2001-01-02 Thread Erik Mouw
't think it's worth the effort. The recording industry has to realise that they already lost the game: once you release your stuff on an open platform (the PC), there is no way you're going to protect it. I have to kill this timeout bug or people will scream bloody murder. Heh, please do ;-)

Re: [RFC] prevention of syscalls from writable segments, breaking bug exploits

2001-01-03 Thread Erik Mouw
gment!\n", task-comm, task-pid); ^^ I suppose this should read "writable"... +} Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Te

Re: Journaling: Surviving or allowing unclean shutdown?

2001-01-04 Thread Erik Mouw
here in Europe where we use GSM phones. The phone numbers, phone settings, and SMS (Small Message Services) messages are all stored in the flash memory on the SIM (Subscriber Identity Module, a 1x2.5 cm chip card). /offtopic Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group

Re: Announce: modutils 2.4.0 is available

2001-01-05 Thread Erik Mouw
pm and deb. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands Phone: +31-15-2783635 Fax: +31-15-2781843 Ema

Re: Network Performance?

2001-01-08 Thread Erik Mouw
similar problems two weeks ago. Turned out the connection between two switches: one of them was hard wired to 100Mbit/s full duplex, the other one to 100Mbit/s half duplex. Just to rule out the obvious... Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department

Re: [PATCH] More compile warning fixes for 2.4.0

2001-01-08 Thread Erik Mouw
it. If it does, it is a bug in gcc IMHO. Erik (compiling a GCC CVS snapshot to see if it really breaks) -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delft University of Technology, PO BOX 5031, 2600

Re: Bug in 2.2 kernels (mysterious hangs after freeing unused memory)

2001-01-08 Thread Erik Mouw
equipped with Intel Pentium MMX. On all machines except Pentium PRO boot process was stopping after freeing unused kernel memory. A kernel compiled and optimised for a PPro does not neccesarily run on an AMD K5 or a Pentium MMX. Erik -- J.A.K. (Erik) Mouw, Information and Communication

Re: 2.4.0 APM w/ Compaq 16xx laptop...

2001-01-08 Thread Erik Mouw
-pre12-test7. Try linux-2.4.0, if that doesn't work, boot the kernel with "mem=1MB-less-than-the-machine-actually-has", so for a 128MB machine, try "mem=127M". Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Fa

Re: Coppermine is a PIII or a Celeron?

2001-01-08 Thread Erik Mouw
\ -Pentium-IIICONFIG_M686FXSR \ +Pentium-III/Celeron Coppermine CONFIG_M686FXSR \ Pentium-4 CONFIG_MPENTIUM4 \ K6/K6-II/K6-IIICONFIG_MK6 \ Athlon/K7 CONFIG_MK7 \ Erik

Oops in block_read_full_page()

2000-10-29 Thread Erik Mouw
-s_blocksize; if (!page-buffers) create_empty_buffers(page, inode, blocksize); I'm currently running a kernel with this diff applied, but haven't yet succeeded in reproducing the Oops. Config file is attached. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory

Re: gcc question (off topic)

2000-10-29 Thread Erik Mouw
want, try "objdump -D -S" on the generated object file. You have to use the "-g" flag for gcc to let this trick work. Erik -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology and Systems, Delf

Re: kernel 2.4.0-test9 nd bttv

2000-10-30 Thread Erik Mouw
, but you have to enable I2C support and I2C bit-banging interfaces to be able to select BT848 support. Erik [happily using his BT848 card under 2.4.0-test10-pre3] -- J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department of Electrical Engineering, Faculty of Information Technology

  1   2   3   4   5   >