Re: /proc/config idea

2001-04-03 Thread J . A . Magallon
On 04.03 David Lang wrote: > > if the distro/sysadmin _always_ installs the kernel the 'right way' then > the difference isn't nessasarily that large, but if you want reliability > on any system it may be worth loosing a page or so of memory (hasn't > someone said that the data can be compressed

Re: /proc/config idea

2001-04-03 Thread J . A . Magallon
On 04.03 Ben Ford wrote: > J . A . Magallon wrote: > > > > If this has not been done for System.map, that is a much more important > > info for debug and oops, and the de facto standard is to put it aside > > kernel with some standadr naming, lets use the same met

Re: asm/unistd.h

2001-04-05 Thread J . A . Magallon
On 04.05 Andreas Schwab wrote: > > Try this and watch your compiler complaining: > > #define foo() { } > #define bar() do { } while (0) > void mumble () > { > if (1) foo(); else bar(); > if (2) bar(); else foo(); > } > Perhaps it is time to USE gcc, yet the kernel can be built

Re: How to embed linux into a board based on QED rm5230 mips cpu?

2001-04-05 Thread J . A . Magallon
On 04.05 Miao Qingjun wrote: > Hi, > > Can anybody help me? > > How to embed linux into a board based on QED rm5230 > mips cpu? > http://www.uclinux.org/ -- J.A. Magallon # Let the source mailto:[EMAIL PROTECTED] # be wi

Re: Proper way to release binary driver?

2001-04-06 Thread J . A . Magallon
On 04.06 Christopher Turcksin wrote: > > In practice, that doesn't work. A driver compiled with 2.2.16 doesn't > load with 2.2.16-5.0 (from RedHat 6.2) (just an example). > Thats is probably because RH 2.2.16-5.0 is not 2.2.16, but 2.2.17-pre-something. Due to the bad idea of distros to name

aic7xxx 6.1.10 breaks 2.4.3-ac3

2001-04-07 Thread J . A . Magallon
Hi. Subject says it all. With latest updates, i just deleted the kernel aic7xxx subtree, put instead the updated (from people.freebsd.org) tree, and built. All went fine until (and including) 6.1.9. 6.1.10 just stops after the init messages and stays there forever. scsi0 : Adaptec AIC7XXX EISA

Re: aic7xxx 6.1.10 breaks 2.4.3-ac3

2001-04-07 Thread J . A . Magallon
On 04.07 Justin T. Gibbs wrote: > > That's not a sufficient way to upgrade. The tar files are there for > people who are porting the driver to other platforms. You should always > use the patches to upgrade as they often touch other portions of the > Linux kernel that need fixes in order to wo

Re: aic7xxx 6.1.10 breaks 2.4.3-ac3

2001-04-07 Thread J . A . Magallon
On 04.08 Justin T. Gibbs wrote: > > Actually, I would say, "Apply the 2.4.3 patch. It will probably apply > cleanly to your kernel. If it doesn't, and you don't know enough C > to correct the problem, you shouldn't be playing around with kernel > patches." > Below is inlined the patch that to

Re: aic7xxx 6.1.10 and 2.4.4-pre1

2001-04-07 Thread J . A . Magallon
On 04.08 Justin T. Gibbs wrote: > > > > In file included from aic7xxx_linux.c:131: > > aic7xxx_osm.h: In function `ahc_pci_read_config': > > aic7xxx_osm.h:862: warning: control reaches end of non-void function > > This is because panic() is not marked as a "no return" function. So, linux

Re: aic7xxx and 2.4.3 failures

2001-04-09 Thread J . A . Magallon
On 04.10 Vivek Dasmohapatra wrote: > On Mon, 9 Apr 2001, Alan Cox wrote: > > > > A typical startup with 6.1.9 proceeds like this... (6.1.10 hangs silently > > > after emitting the scsi0 and scsi1 adapter summaries, maybe it is > > > going through the same gyrations silently.) > > > > Try sayi

Re: 2.4.3 compile error No 4

2001-04-11 Thread J . A . Magallon
On 04.11 info wrote: > OS: Mandrake 6.0RE > AMD K6-200 144 M > gcc 2.95.2-ipl3mdk > Have you checked in linux/Documentation/Changes if you have all the tools and required versions for 2.4.3 ? Still running a 6.0 ? 'cause your error messages look like stupid things misunderstood by cpp. Check if

Re: Linux 2.4.3-ac9

2001-04-18 Thread J . A . Magallon
On 04.18 Alan Cox wrote: > > 2.4.3-ac9 .. > 2.4.3-ac8 > o ACPI updates(Andrew Grover) Patch for ac9 generates a file named linux/acpi-20010413.diff. It partially applies, some hunks failed and some offset. Is this rest of your work ? -- J.A. Magallon

ac10 ide-cd oopses on boot

2001-04-19 Thread J . A . Magallon
Hi, Just built 2.4.3-ac10 and got an oops when booting. It tries to detect the CD and gives the oops. Here follows the oops both raw and decoded: Unable to handle kernel NULL pointer dereference at virtual address printing eip: c01bfc7c pgd entry c0101000: pmd entry

Re: ac10 ide-cd oopses on boot

2001-04-19 Thread J . A . Magallon
On 04.20 Alan Cox wrote: > > Just built 2.4.3-ac10 and got an oops when booting. It tries to detect > > the CD and gives the oops. > > Can you back out the ide-cd changes Jens did and see if that fixes it ? > > Reverted the changes in ide-cd.[hc], and same result. Bootlog from ac9: Uniform M

Re: ac10 ide-cd oopses on boot

2001-04-19 Thread J . A . Magallon
On 04.20 Udo A. Steinberg wrote: > Alan Cox wrote: > > > > > Just built 2.4.3-ac10 and got an oops when booting. It tries to detect > > > the CD and gives the oops. > > I'm getting a similar oops with -ac10. I initially thought this might be > a result of switching to gcc-2.95.3, because -ac9 r

Re: Linux 2.4.3-ac11

2001-04-20 Thread J . A . Magallon
On 04.21 Alan Cox wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ gcc-2.96 spits warnings about possibly-used-before-initialized vars in mtrr.c, line 2004: static void __init centaur_mcr_init(void) { int lo,hi; .. if (anything) set hi,lo

Re: Linux 2.4.3-ac12

2001-04-22 Thread J . A . Magallon
On 04.22 Dieter Nützel wrote: > > My belief however is that several million people have gcc 2.96-69+, about 50 > > are likely to have random cvs snapshots and none of them are going to build > > kernels with them anyway, as they wont work __builtin_expect or otherwise. > > > > Alan > > I will no

disable_ide_dma gcc-3.0 warn

2001-04-23 Thread J . A . Magallon
Hi, everyone. One other gcc-3.0 warning (apart from the classic multiline strings) I do not know if it can be important. gcc -D__KERNEL__ -I/usr/src/linux-2.4.3-ac12/include -Wall -Wstrict-prototypes - O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 -march=i686

[PATCH] i2c 2.5.5

2001-02-14 Thread J . A . Magallon
Hi, everyone... Kernel 2.4 looks like including the updated i2c package. But the diff automatic generator from i25 2.5.5 still gives this diffs against 2.4.1-ac13. Think about them for inclussion...(I do not know if some of them are not valid, like the change of for , but the #ifdefs CONFIG_

aic7xxx plans

2001-02-14 Thread J . A . Magallon
Hi. I have read in the Doug Ledford www page that the drivers for the aic7xxx card are going to a more or less unmantained state, 'cause he has not the time. And also recommends to use the Justin Gibbs's ones from FreeBSD. They are now at version 6.1.1, no more beta. Are there any plans of switc

Re: [PATCH] i2c 2.5.5

2001-02-14 Thread J . A . Magallon
On 02.15 Alan Cox wrote: > > The rest are revision noise and incorrect reverts of include changes > > > #ifndef MODULE > > +#ifdef CONFIG_I2C_CHARDEV > > extern int i2c_dev_init(void); > > Also reverting a cleanup > And I manually deleted the #endif /* X */ (kernel) vs #endif X

modules_install target

2001-02-14 Thread J . A . Magallon
I have recently noticed that 'make modules_install' tries as a last step if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.1-ac13; fi I depends on 'make install' doing the right symlinks in /boot. Would not be better to do a: if [ -r System.map-2.4.1-ac13 ]; then /sbin/depmod -ae -

Re: aic7xxx (and sym53c8xx) plans

2001-02-15 Thread J . A . Magallon
On 02.15 Justin T. Gibbs wrote: > >All of my boxes with that card are on 2.2.16. The rest are on 2.4.1, so I > >don't really have a need to test 2.2.18 as I would rather be on 2.4.x for > >all of my boxes. > > Well, I'll try and generate patches against 2.2.16 soon. I probably > need to support

Re: aic7xxx (and sym53c8xx) plans

2001-02-15 Thread J . A . Magallon
On 02.15 Chip Salzenberg wrote: > According to J . A . Magallon: > > Might I suggest that Justin imitate the maintainers of lm_sensors, and > create a program (shell script, Perl program, whatever) that *creates* > a patch against any given Linux source tree? Obviously it could

Re: kernel 2.4.0/1/1-ac15 and ncr53c810a

2001-02-16 Thread J . A . Magallon
On 02.17 Wolfgang Teichmann wrote: > Hello, > > I have problems using my scanner (HP C6270A connected to ncr53c810a) > with xsane. > > I always get the error message: > > error during read: Error during device I/O > > > Feb 15 23:57:27 localhost kernel: Attached scsi generic sg2 at scsi0, >

gcc-2.96 and kernel

2001-02-16 Thread J . A . Magallon
Hi, (I suppose people track this info, but a remark never hurts...) Just updated Mandrake gcc to gcc-2.96-0.37mdk. Interesting point: * Thu Feb 15 2001 David BAUDENS <[EMAIL PROTECTED]> 2.96-0.37mdk - Fix build on PPC :) * Thu Feb 15 2001 Chmouel Boudjnah <[EMAIL PROTECTED]> 2.96-0.36mdk - Br

Re: [PATCH] a more efficient BUG() macro

2001-02-17 Thread J . A . Magallon
On 02.17 Hugh Dickins wrote: > On Sat, 17 Feb 2001, Paul Gortmaker wrote: > > I was poking around in a vmlinux the other day and was surprised at the > > amount of repetitive crap text that was in there. For example, try: > > > > strings vmlinux|grep $PWD|wc -c > > If you try strings vmlinux

Re: [PATCH] a more efficient BUG() macro

2001-02-17 Thread J . A . Magallon
On 02.17 J . A . Magallon wrote: > #if 1 > extern void *__io_virt_debug(unsigned long x, const char *file, int line); > extern unsigned long __io_phys_debug(unsigned long x, const char *file, int > li > ne); > #define __io_virt(x) __io_virt_debug((unsigned long)(x),

Re: [PATCH] a more efficient BUG() macro

2001-02-17 Thread J . A . Magallon
On 02.17 Paul Gortmaker wrote: > I was poking around in a vmlinux the other day and was surprised at the > amount of repetitive crap text that was in there. For example, try: > > strings vmlinux|grep $PWD|wc -c > > which gets some 70KB in my case - depends on strlen($PWD) obviously. The > c

Re: [PATCH] a more efficient BUG() macro

2001-02-17 Thread J . A . Magallon
On 02.18 Keith Owens wrote: > > __C_FILE__ and __C_LINE__ refer to the .c or .s file that included the > header, so you get the exact location of the failing code instead of > the name and line number of a common header which is used all over the > place. __C_FILE__ would be replaced with the m

Re: [PATCH] a more efficient BUG() macro

2001-02-17 Thread J . A . Magallon
On 02.18 Andrew Morton wrote: > > __BASE_FILE__ does this. It expands to the thing which you > typed on the `gcc' command line. > .. > 3 at a.c > 3 at a.c I also thought that, but look at the line numbers...wrong and repeated. -- J.A. Magallon

swap still stuck

2001-02-20 Thread J . A . Magallon
Hi, everyone. I seem to have again a problem that was talked about on the list, but I thought it was yet corrected with some VM constants balancing. I run 2.4.1-ac19-SMP. System works fine, but after a couple kernel untars and an open netscape, starts to swap. Read buffers are still there. Do th

Re: [PATCH] Better BUG() macro - take 2

2001-02-20 Thread J . A . Magallon
On 02.20 Paul Gortmaker wrote: > > +#ifdef CONFIG_DEBUG_ERRORS > +const char *kernel_bug = "kernel BUG at %s: line %d!\n"; > +#endif > .. > EXPORT_SYMBOL(daemonize); > +EXPORT_SYMBOL(kernel_bug); > Should also be #ifdef'd. -- J.A. Magallon

afpfs or fs template

2001-02-21 Thread J . A . Magallon
Hi, Anybody knows if there is a port of afpfs (AppleShare networkin) to 2.4 kernels ? If not, which file system module would you choose as a template to port an existent fs module (afpfs worked for 2.2.6) ? TIA -- J.A. Magallon $> cd pub ma

Re: Linux-2.4.2

2001-02-22 Thread J . A . Magallon
Building with gcc-2.96: In file included from /usr/src/linux/include/linux/raid/md.h:50, from init/main.c:24: /usr/src/linux/include/linux/raid/md_k.h: In function `pers_to_level': /usr/src/linux/include/linux/raid/md_k.h:41: warning: control reaches end of non -void function --

Re: Linux 2.4.2ac1

2001-02-22 Thread J . A . Magallon
On 02.22 Alan Cox wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ > Patching 2.4.2: patching file include/linux/raid/md_k.h Hunk #1 succeeded at 17 with fuzz 2 (offset 2 lines). I think it's because the line: 18: #include is already present, and patch tries to add i

[PATCH] mmio-debug

2001-02-22 Thread J . A . Magallon
Hi, This is a patch that makes the __io_virt_debug use conditional. It is mainly the patch submitted by Jeff Garzik but without the extra configs and a short text in Configure.help. (plz check help for my english...) = patch-mmio-debug diff -ruN linux-2.4.2-ac1/Documentation/Configu

Re: PROBLEM: __buggy_fxsr_alignment error 2.4.1 and 2.4.2

2001-02-23 Thread J . A . Magallon
On 02.23 Kurt V. Hindenburg wrote: > asm-i386: > init/main.o(.text.init+0x63): undefined reference to `__buggy_fxsr_alignment' > > I don't recall this error in 2.4.0, but it is present in 2.4.1 and was not > fixed in 2.4.2. > > >sh scripts/ver_linux > -- Versions installed: (if some fields ar

Re: Linux 2.4.2ac3

2001-02-23 Thread J . A . Magallon
On 02.23 Alan Cox wrote: > > Handle with care.. Its possible the ioremap debugging change > might remove casts that hid older problems in a few drivers > > > ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ > > 2.4.2-ac3 make xconfig: /tkparse < ../arch/i386/conf

Re: Probably patch-2.4.1 is not complete

2001-02-25 Thread J . A . Magallon
On 02.25 Nick Kurshev wrote: > Hello! > > I have downloaded a full tarball of linux-kernel-2.4.0 and patches: > patch-2.4.1 patch-2.4.2. > But patch-2.4.1 imho it not complete. During linking a linker said about > unresolved reference: > __buggy_fxsr_alignment Are you using pgcc ? Which compile

Re: "io mapaddr 0xXXXXX not valid" in smc-mca in 2.4.x

2001-02-26 Thread J . A . Magallon
On 02.26 Stephen Mollett wrote: > In kernel version 2.4.x (x from 0 to 2-ac3), the > smc-mca driver gives many errors like the following on > the console log: > > io mapaddr 0xX not valid at smc-mca.c:YYY! > > where X is an address within the shared-memory > assigned to the adapter card

Re: Posible bug in gcc

2001-02-26 Thread J . A . Magallon
On 02.26 Alan Cox wrote: Also fails in gcc-2.96-0.38mdk (Mandrake Cooker): rpm -q --changelog gcc * Sat Feb 17 2001 Chmouel Boudjnah <[EMAIL PROTECTED]> 2.96-0.38mdk - exit 0 if [ $1 = 0 ] if we are in %postun (to don't screwd up the alternatives). * Thu Feb 15 2001 David BAUDENS <[EMAIL PROT

Re: Posible bug in gcc

2001-02-26 Thread J . A . Magallon
On 02.26 David wrote: > I hope you will find this information usefull. > > I am not in the linux-kernel list so, if posible, I would like to be > personally CC'ed the answers/comments sent to the list in response to > this posting. > > I think I heve found a bug in gcc. I have tried both egcs 1

Re: Will Mosix go into the standard kernel?

2001-02-27 Thread J . A . Magallon
On 02.27 Zack Brown wrote: > Do the Mosix folks have anything to add about possible integration into the > kernel? (should have cced them earlier, but it slipped my mind) > And also beowulf people, [EMAIL PROTECTED] -- J.A. Magallon $> cd p

Re: Linux 2.4.2ac6

2001-02-27 Thread J . A . Magallon
On 02.28 Alan Cox wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ > > 2.4.2-ac6 Warning: EXTRAVERSION is still -ac5. -- J.A. Magallon $> cd pub mailto:[EMAIL PROTECTED] $> mo

2.4.2ac8 lost char devices

2001-03-01 Thread J . A . Magallon
Hi, Well, somethig has broken in ac8, because I lost my PS/2 mouse and (less important, but perhaps it is useful) the microcode driver. So I think it something common to both. The onle diff in dmesg from ac7 to ac8 is just the errors: 1c1 < Linux version 2.4.2-ac7 ([EMAIL PROTECTED]) (gcc versi

Re: 2.4.2ac8 lost char devices

2001-03-01 Thread J . A . Magallon
On 03.02 Mark Hahn wrote: > > > > Well, somethig has broken in ac8, because I lost my PS/2 mouse and > > > > > > me too . > > > my theory at the moment is that perhaps the new apic feature > > > killed it (I also had ioapic enabled). mine's a kt133 system... > > > > Mm, lets try noapic...

[OT] style-curiosity

2001-03-02 Thread J . A . Magallon
On 03.02 Tigran Aivazian wrote: > + c = misc_list.next; > + while (c != &misc_list) { > + if (c->minor == misc->minor) { > + up(&misc_sem); > + return -EBUSY; > + } > c = c->next; > - if (c == &misc_list) {

Re: [OT] style-curiosity

2001-03-02 Thread J . A . Magallon
On 03.02 Tigran Aivazian wrote: > On Fri, 2 Mar 2001, J . A . Magallon wrote: > > for (c = misc_list.next; c != &misc_list; c = c->next) > > { > > if (c->minor == misc->minor) { > > up(&misc_sem); > > return -EBUSY;

usb-storage log verbosity

2001-03-05 Thread J . A . Magallon
Hi, I have recently started to use an USB cd toaster and have a little problem. Writer is driven by usb-storage and scsi-cdrom and scsi-generic drivers. Burning works fine. The problem is that the usb-storage module spits so many info-debug messages (even if I configured no debug in kernel confi

Re: Linux 2.4.2ac12

2001-03-05 Thread J . A . Magallon
On 03.05 Sergey Kubushin wrote: > On Mon, 5 Mar 2001, Alexander Viro wrote: > > New Adaptec driver does not build. It won't. People, can anyone enlighten me > why do we use a user space library for a kernel driver at all? > > gcc -I/usr/include -ldb1 aicasm_gram.c aicasm_scan.c aicasm.c aicasm_

Re: Linux 2.4.2ac12

2001-03-05 Thread J . A . Magallon
On 03.06 Sergey Kubushin wrote: > On Mon, 5 Mar 2001, J . A . Magallon wrote: > > > What that line does is to build a tool (aicasm) to generate the ucode > > that > > is built into the kernel (afaik, it is a kind of assembler from a > > language > > to AI

Re: INIT: No inittab file found

2001-01-04 Thread J . A . Magallon
On 2001.01.04 Mike wrote: > Hi, > > I am unable to boot my linux. I got the following message during boot. > > > INIT: No inittab file found > INIT: Can't open(/etc/ioctl.save, O_WRONLY): No such file or directory > > Enter Runlevel: > =

Re: So, what about kwhich on RH6.2?

2001-01-04 Thread J . A . Magallon
On 2001.01.04 Alan Cox wrote: > > On Thu, Jan 04, 2001 at 07:13:58PM +1100, Andrew Morton wrote: > > > Silly question: > > > > > > can't we just hardwire `kgcc' into the build system and be done > > > with all this kwhich stuff? It's just a symlink > > > > And break compilation on all non

Re: And oh, btw..

2001-01-04 Thread J . A . Magallon
On 2001.01.05 Alan Cox wrote: > > http://www.kernel.org/pub/linux/kernel/testing/prerelease-diff > > Please don't flood kernel.org though... use a mirror. > > You'll find the proper 2.4.0 on > > ftp://ftp.linux.org/pub/linux/linux-2.4/linux-2.4.0.tar.gz > Also ftp://ftp.uk.linux.org/pub

Re: How to Power off with ACPI/APM?

2001-01-04 Thread J . A . Magallon
On 2001.01.05 James H. Cloos Jr. wrote: > Michael> APM gives its message first in the boot process, then later > Michael> ACPI does. But ACPI says something like "APM already > Michael> present, exiting", so the doc is wrong both ways you read it, > Michael> or else ACPI doesn't succeed in the i

Re: How to Power off with ACPI/APM?

2001-01-04 Thread J . A . Magallon
On 2001.01.05 J . A . Magallon wrote: > > > > > Either way you need the userspace daemon running to actually do > > anything. Even my notebook's key for toggling full-screen vs > > un-expanded display on the lcd does nothing unless apmd or acpid > >

Re: How to Power off with ACPI/APM?

2001-01-05 Thread J . A . Magallon
On 2001.01.05 Michael D. Crawford wrote: > > In my own work I mostly do multithreaded software development and I just sort > of > felt like it would be good karma to enable it even if my machine didn't > support > it. Go figure. So this was mostly a user error, although I guess I've been > hel

Re: How to Power off with ACPI/APM?

2001-01-05 Thread J . A . Magallon
On 2001.01.05 Dominik Kubla wrote: > On Fri, Jan 05, 2001 at 10:18:46AM +0100, J . A . Magallon wrote: > > > > Silly question, but have you realized that you don't have to enable > > SMP in kernel to do multithreading ? > > > > That depends on your

Module section warning

2001-01-05 Thread J . A . Magallon
Hi everyone. As linux-2.4.0/Documentation/canges says, you need: o binutils 2.9.1.0.25 # ld -v o modutils 2.4.0 # insmod -V and 2.4 uses gas instead of as86 for real mode. Are not that versions enough to delete the __asm__(".section

Re: The advantage of modules?

2001-01-06 Thread J . A . Magallon
On 2001.01.06 Drew Bertola wrote: > My best reasons are... > > Development: You don't have to recompile the kernel a billion times > while working on a driver, you just recompile the module. Also, you > can debug, unload, fix, recompile, reload a module to add or fix > pieces of it all (hopeful

Re: 2.4.0 Module compile error

2001-01-06 Thread J . A . Magallon
On 2001.01.06 George R . Kasica wrote: > > Here it iswhat do I need to fix on it: > > >[root@eagle 2.4.0]# cd /etc > >[root@eagle /etc]# more modules.conf > >keep > > > >path[usb]=/lib/modules/`uname -r`/`uname -v` ^ ?? $ uname -v #6 SMP Sat

Re: Coppermine is a PIII or a Celeron?

2001-01-08 Thread J . A . Magallon
On 2001.01.08 Giacomo Catenazzi wrote: > > Thus the older Celerons should be compiled with CONFIG_M686 (Pentium > Pro), > but the Celeron Coppermine can be compiled with CONFIG_M686FXSR (Pentium > III), right? > In this case we should update the files Configure.help and the config.in > files. >

Re: Shared memory not enabled in 2.4.0?

2001-01-08 Thread J . A . Magallon
Try 'ipcs' and you'll see your shared mem segments info... On 2001.01.08 [EMAIL PROTECTED] wrote: > > > For some reason shared memory is not being enabled on my system running kernel > v2.4.0 (on RedHat v6.2, with all updates applied). > > Per the documentation I have this line in my /etc/fst

Re: Linux 2.4.0-ac4

2001-01-09 Thread J . A . Magallon
Compiling kernel/ksyms.c: ksyms.c:209: warning: type defaults to `int' in declaration of `EXPORT_SYKBOL' ksyms.c:209: warning: parameter names (without types) in function declaration ksyms.c:209: warning: data definition has no type or storage class patch-2.4.0-ac4.gz, line 195029: EXPORT_SYMB

2.4 patch branch

2001-01-10 Thread J . A . Magallon
Hi everyone. What is the relationship betwwen 2.4.1-pre1 and Alan's ac5 ? As I see dates over ftp, ac5 is newer than pre1 (and bigger...) Is the next step a pre1-ac1 ? -- J.A. Magallon $> cd pub mailto:[EMAIL PROTECTED]

PIII vs FXSR

2001-01-10 Thread J . A . Magallon
arch/i386/Makefile: --- linux-2.4.0-ac5/arch/i386/Makefile.org Wed Jan 10 23:22:54 2001 +++ linux-2.4.0-ac5/arch/i386/Makefile Wed Jan 10 23:23:10 2001 @@ -50,7 +50,7 @@ CFLAGS += -march=i686 endif -ifdef CONFIG_M686FXSR +ifdef CONFIG_MPENTIUMIII CFLAGS += -march=i686 endif -- J.A.

Re: Linux 2.4.0-ac6

2001-01-11 Thread J . A . Magallon
On 2001.01.11 Alan Cox wrote: > ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ > > 2.4.0-ac6 The PentiumIII misnaming in arch/i386/Makefile is still there: --- linux-2.4.0-ac6/arch/i386/Makefile.org Thu Jan 11 11:48:09 2001 +++ linux-2.4.0-ac6/arch/i386/Makefile Thu Jan 11

Re: 2.4.0 will not boot for me

2001-01-11 Thread J . A . Magallon
On 2001.01.11 Grahame Jordan wrote: > > > On Tue, Jan 09, 2001 at 07:08:58PM +1100, Grahame Jordan wrote: > > > I have a Tyan Thunder ATX S1696DULA Motherboard with 2 x PII266, humble ^^ Perhaps this ???: > # > # Processor type

Re: Strange umount problem in latest 2.4.0 kernels

2001-01-11 Thread J . A . Magallon
On 2001.01.11 [EMAIL PROTECTED] wrote: > > The "none" bit puzzles me the most. > > It is a common misconfiguration. Given a line > > device dir type options garbage > > in /etc/fstab, some umount versions will complain "device busy" > when the umount fails. Thus, it is better to use > >

Re: Cannot compile my kernel due to unpredictible situations:

2001-01-11 Thread J . A . Magallon
On 2001.01.12 Gregg Lloyd wrote: > the right 2.4 kernel?? (Kernel howto talks about going to /usr/src/linux and > start compiling..but current /usr/src/linux is a link to my current 2.2.5 > kernel !!!) > So you have just wrote kernel2.4 OVER your kernel2.2. Kernel tarballs always untar and give

shmfs behaviour

2001-01-12 Thread J . A . Magallon
Hi everyone. A couple of questions about shm filesystem: - Time ago I remember you could see some dot files inside the /dev/shm filesystem (then, even it was mounted in /var/shm...). No it shows nothing. Is it the supposed behaviour ? - By accident (switching between 2.2 and 2.4), i left the

Re: Linux 2.4.0-ac8

2001-01-12 Thread J . A . Magallon
On 2001.01.12 Alan Cox wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.4/ > > 2.4.0-ac8 I was not sure to ask this, because one of your answers to one other mail suggested that you will take a parallel way to linux updates. But as you seem to be tracking close the 2.4.1-pr

Re: Call for testers: ne2k-pci and io apic

2001-01-13 Thread J . A . Magallon
On 2001.01.13 Manfred Spraul wrote: > > Any volunteers with ne2k-pci cards and other motherboards that include > an io apic (e.g. all Intel motherboards that use an IO Controller Hub, > Via Apollo Pro133, Pro133A, KX133)? > > Please: > * apply the attached patch. > * compile the kernel for SMP,

Re: Call for testers: ne2k-pci and io apic (was: Re: QUESTION: Network hangs with BP6...)

2001-01-13 Thread J . A . Magallon
On 2001.01.13 Manfred Spraul wrote: > > Please: > * apply the attached patch. > -- > Manfred > --- linux/arch/i386/kernel/apic.c Tue Dec 5 21:43:48 2000 > +++ linux/arch/i386/kernel/apic.c.new Sat Jan 13 15:54:56 2001 > @@ -270,7 +270,7 @@ >* PCI Ne2000 networking cards and

Re: Call for testers: ne2k-pci and io apic

2001-01-13 Thread J . A . Magallon
On 2001.01.13 Manfred Spraul wrote: > > Any volunteers with ne2k-pci cards and other motherboards that include > an io apic (e.g. all Intel motherboards that use an IO Controller Hub, > Via Apollo Pro133, Pro133A, KX133)? > In my case, (440GX/BX, PIIX4), network goes off (both with a ping-floo

Re: Linux not adhering to BIOS Drive boot order?

2001-01-17 Thread J . A . Magallon
On 2001.01.17 Ishikawa wrote: > Anyway, I view myself a typical Linux end-user in > the framework of linux system hacker, linux > tools developer and the rest (user). > All I do on my PC is run netscape, read e-mails, > post news articles, run editor to edit documents, > and compile a few utilit

Re: PROBLEM: 128M memory OK, but with 192M sound card es1391 trouble

2001-01-17 Thread J . A . Magallon
On 2001.01.18 Joel Franco Guzmán wrote: > 1. 128M memory OK, but with 192M the sound card generate a noise while > use the DSP. .. > the problem: The sound card generates a toc.. toc.. toc .. toc...while > playing a sound using the DSP of the soundcard. Two "tocs"/sec > aproxiumadetely. > > >

Re: Linux not adhering to BIOS Drive boot order?

2001-01-16 Thread J . A . Magallon
On 2001.01.16 Michael Meissner wrote: > On Tue, Jan 16, 2001 at 12:01:12PM -0800, Dr. Kelsey Hudson wrote: > > On Tue, 16 Jan 2001, Venkatesh Ramamurthy wrote: .. > > besides, how many 'end-users' do you know of that will have multiple scsi > > adapters in one system? how many end-users -period-

Re: PROBLEM: 128M memory OK, but with 192M sound card es1391 trouble

2001-01-18 Thread J . A . Magallon
On 2001.01.17 Josh Myer wrote: > > My guess is that JA's console player doesn't move around as much memory as > the gnome one (imagine that), therefore produces less memory noise. No, that is the problem. It is just the same player, just launched from the command line (also opens his gnome wind

TLB IPI error

2001-01-19 Thread J . A . Magallon
Trying new updated nVidia drivers with AGPGART, I get: Jan 19 15:44:39 werewolf kernel: stuck on TLB IPI wait (CPU#0) (..or CPU#1, sometimes one or other...) What does that mean ? Hard or soft error or some kernel feature that is badly supported-malfunctions in my mobo ? Mobo: i440GX, PIIX4, AGP

lilo and removable media

2001-01-22 Thread J . A . Magallon
Hi, everyone. I have recently added an IDE ZIP drive to the system, and when I run lilo I get the following messages: Jan 22 16:01:05 werewolf kernel: ide-floppy: hda: I/O error, pc = 0, key = 2, asc = 3a, ascq = 0 Jan 22 16:01:05 werewolf kernel: ide-floppy: hda: I/O error, pc = 1b, key = 2,

net mods installed under misc in 2.2.18-pre21

2000-11-15 Thread J . A . Magallon
Hi everyone. I have noticed that some kernel modules are installed under /lib/modules/XXX/misc, instead of /net. I have been checking the drivers/net/Makefile (little knowledge of kernel make infraestructure...), and MOD_LIST_NAME is set properly, but the only content of modules/NET_MODULES is d

Re: Reproducable oops in 2.2.17 and 2.2.18pre21

2000-11-17 Thread J . A . Magallon
On Fri, 17 Nov 2000 14:49:38 Rasmus Andersen wrote: > Hi. > > I get an oops reproducably with 2.2.17 and 2.2.18pre21 on a stock RH 6.2 > system. I cannot trigger it with the RH supplied kernel (2.2.14-5.0). > I also got it with 2.2.17pre10 which prompted me to upgrade the kernel. > I initially s

Errors in aa2

2000-11-17 Thread J . A . Magallon
Hi everyone. When compiling Andreas aa2 patch I got: /usr/bin/kgcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O4 -fomit-frame-pointer -fno-strict-aliasing -D__SMP__ -pipe -fno-strength-reduce -march=i686 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -c -o

Re: Errors in aa2

2000-11-18 Thread J . A . Magallon
On Sat, 18 Nov 2000 18:19:37 Andrea Arcangeli wrote: > On Sat, Nov 18, 2000 at 03:36:09AM +0100, J . A . Magallon wrote: > > /usr/bin/kgcc -D__KERNEL__ -I/usr/src/linux/include -Wall > -Wstrict-prototypes > > -O4 -fomit-frame-pointer -fno-strict-aliasing -D__SMP__ -pipe > &

Re: Linux 2.2.18pre22

2000-11-18 Thread J . A . Magallon
On Sun, 19 Nov 2000 02:11:33 Alan Cox wrote: > > Bugs to go: PS/2 mouse detection > > Anything which isnt a strict bug fix or previously agreed is now 2.2.19 > material. > What about memory sizing ? Is ready or still to test ? -- Juan Antonio Magallon Lacarta

Re: beware of dead string constants

2000-11-21 Thread J . A . Magallon
On Tue, 21 Nov 2000 13:13:27 Jakub Jelinek wrote: > On Tue, Nov 21, 2000 at 06:02:35AM -0600, Peter Samuelson wrote: > > > > While trying to clean up some code recently (CONFIG_MCA, hi Jeff), I > > discovered that gcc 2.95.2 (i386) does not remove dead string > > constants: > > > > void foo (

Re: [PATCH] removal of "static foo = 0" from drivers/ide (test11)

2000-11-21 Thread J . A . Magallon
On Tue, 21 Nov 2000 22:25:01 Bartlomiej Zolnierkiewicz wrote: > > Quick removal of unnecessary initialization to 0. > > > -static int basePort = 0; /* base port address */ > -static int regPort = 0; /* port for register number */ > -static int dataPort = 0; /* port for re

Re: [PATCH] removal of "static foo = 0" from drivers/ide (test11)

2000-11-21 Thread J . A . Magallon
On Wed, 22 Nov 2000 00:04:53 Tigran Aivazian wrote: > On Tue, 21 Nov 2000, J . A . Magallon wrote: > > Quite the contrary. The patch seems correct and useful to me. What do you > think is wrong with it? (Linus accepted megabytes worth of the above in > the past...) > Sorry

Re: [PATCH] removal of "static foo = 0" from drivers/ide (test11)

2000-11-21 Thread J . A . Magallon
On Wed, 22 Nov 2000 00:26:23 Tigran Aivazian wrote: > On Wed, 22 Nov 2000, J . A . Magallon wrote: > > In the case of kernel, we have to do many things manually, can't rely on > some compiler (sometimes :). So, the code I pointed you at > arch/i386/kernel/head.S (look fo

uname

2000-11-22 Thread J . A . Magallon
Hi everyone. Little question about 'uname'. Does it read data from kernel, /proc or get its data from other source ? uname info page: $ uname -a Linux hayley 1.0.4 #3 Thu May 12 18:06:34 1994 i486 my system: uname -a Linux werewolf 2.2.18-pre23-vm #3 SMP Wed Nov 22 22:33:53 CET 2000 i686 unkno

Re: [PATCH] removal of "static foo = 0" from drivers/ide (test11)

2000-11-24 Thread J . A . Magallon
On Thu, 23 Nov 2000 12:01:53 Rusty Russell wrote: > > What irritates about these monkey-see-monkey-do patches is that if I > initialize a variable to NULL, it's because my code actually relies on > it; I don't want that information eliminated. > What I understood from the previous answer from

Re: LKCD from SGI

2000-11-25 Thread J . A . Magallon
On Sat, 25 Nov 2000 02:58:37 Keith Owens wrote: > > 2.5 kernel build wish list[1] has a couple of entries for standardising > the install targets. My thinking (and I know that some people disagree > with this) is that the standard targets of a linux compile are only > > * vmlinux > * System.ma

Re: LKCD from SGI

2000-11-25 Thread J . A . Magallon
On Sat, 25 Nov 2000 14:23:57 Keith Owens wrote: > On Sat, 25 Nov 2000 14:18:30 +0100, > "J . A . Magallon" <[EMAIL PROTECTED]> wrote: > >Could the default target install names int the std kernel be changed to > >System.map -> System.map-$(KERNELRELEASE) >

Re: gcc-2.95.2-51 is buggy

2000-11-26 Thread J . A . Magallon
On Sun, 26 Nov 2000 16:33:25 Olaf Dietsche wrote: > > A simple `gcc -march=i686' or `gcc -mpentiumpro' does fix it as > well. So, if you configure your kernel with `CONFIG_M686=y' the problem > should be gone. > That does not work for 2.2 kernels. Always compile for -m486. To use the -march fl

Re: XFree 4.0.1/NVIDIA 0.9-5/2.4.0-testX/11 woes [solved]

2000-11-28 Thread J . A . Magallon
On Wed, 29 Nov 2000 01:39:56 Dan Hollis wrote: > > Dont forget the nvidia driver is completely SMP broken. As in, trash your > filesystems broken. > Not so broken. I use it under SMP 2.2.18-pre23 and works fine. But under 2.4 hangs. So I think it is something that changed between 2.2 and 2.4 (

Re: XFree 4.0.1/NVIDIA 0.9-5/2.4.0-testX/11 woes [solved]

2000-11-28 Thread J . A . Magallon
On Wed, 29 Nov 2000 02:29:04 Dan Hollis wrote: > On Wed, 29 Nov 2000, J . A . Magallon wrote: > > On Wed, 29 Nov 2000 01:39:56 Dan Hollis wrote: > > > Dont forget the nvidia driver is completely SMP broken. As in, trash your > > > filesystems broken. > > Not so

Re: [RHSA-2000:108-02] Up2.2.16-22 Kernel Compile errors...

2000-11-17 Thread J . A . Magallon
On Fri, 17 Nov 2000 11:39:28 jeffrey wrote: > Hi guys.I just did a clean install(of RedHat 7) on my box.I'm trying to > recompile my kernel to support a second NIC(SMC Ultra) and when I > do make zImage > the compile process start but immediately stops with the following error > message: > > >

PM in 2.2

2000-12-04 Thread J . A . Magallon
Hi everyone. I would like to know if there is any back-port of ACPI to 2.2. Problem: 2-way machine, so APM does not work. I would love my box powers down when I shutdown...just like macs. -- Juan Antonio Magallon Lacarta #> cd /pub mailto:[EMAIL PROTECTED]

  1   2   3   >