[PATCH] Fix speakers on Acer Predator Helios 500 Ryzen laptops

2019-03-04 Thread Bernhard Rosenkraenzer
t. Signed-off-by: Bernhard Rosenkraenzer diff -up linux-5.0-rc8/sound/pci/hda/patch_realtek.c.0006~ linux-5.0-rc8/sound/pci/hda/patch_realtek.c --- linux-5.0-rc8/sound/pci/hda/patch_realtek.c.0006~ 2019-02-25 01:46:45.0 +0100 +++ linux-5.0-rc8/sound/pci/hda/patch_realtek.c 2019-0

Re: 4.17.x won't boot due to "x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G"

2018-07-03 Thread Bernhard Rosenkraenzer
On Tuesday, July 03, 2018 16:02 CEST, Thomas Gleixner wrote: > On Tue, 3 Jul 2018, Kirill A. Shutemov wrote: > > On Tue, Jul 03, 2018 at 01:24:49PM +0200, Gabriel C wrote: > > > 2018-07-01 23:32 GMT+02:00 Benjamin Gilbert : > > > > On Sun, Jul 01, 2018 at 05:15:59PM -0400, Benjamin Gilbert

Re: 4.17.x won't boot due to "x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G"

2018-07-03 Thread Bernhard Rosenkraenzer
On Tuesday, July 03, 2018 16:02 CEST, Thomas Gleixner wrote: > On Tue, 3 Jul 2018, Kirill A. Shutemov wrote: > > On Tue, Jul 03, 2018 at 01:24:49PM +0200, Gabriel C wrote: > > > 2018-07-01 23:32 GMT+02:00 Benjamin Gilbert : > > > > On Sun, Jul 01, 2018 at 05:15:59PM -0400, Benjamin Gilbert

[PATCH] Add delay-init quirk for Corsair K70 LUX keyboards

2017-11-03 Thread Bernhard Rosenkraenzer
Without this patch, K70 LUX keyboards don't work, saying usb 3-3: unable to read config index 0 descriptor/all usb 3-3: can't read configurations, error -110 usb usb3-port3: unable to enumerate USB device Signed-off-by: Bernhard Rosenkraenzer <bernhard.rosenkran...@linaro.org> --- drive

[PATCH] Add delay-init quirk for Corsair K70 LUX keyboards

2017-11-03 Thread Bernhard Rosenkraenzer
Without this patch, K70 LUX keyboards don't work, saying usb 3-3: unable to read config index 0 descriptor/all usb 3-3: can't read configurations, error -110 usb usb3-port3: unable to enumerate USB device Signed-off-by: Bernhard Rosenkraenzer --- drivers/usb/core/quirks.c | 3 +++ 1 file

[PATCH v3] Perf on Android

2012-11-26 Thread Bernhard Rosenkraenzer
This is another attempt at getting perf ot work on Android - it's rebased to 3.7-rc6 and cleaned up from the earlier version. Also adds support for Android 4.2. Signed-off-by: Bernhard Rosenkraenzer --- tools/perf/Makefile | 17 +- tools/perf/builtin-record.c

[PATCH v3] Perf on Android

2012-11-26 Thread Bernhard Rosenkraenzer
This is another attempt at getting perf ot work on Android - it's rebased to 3.7-rc6 and cleaned up from the earlier version. Also adds support for Android 4.2. Signed-off-by: Bernhard Rosenkraenzer bernhard.rosenkran...@linaro.org --- tools/perf/Makefile | 17 +- tools

[tip:perf/core] perf tools: Add on_exit implementation

2012-10-09 Thread tip-bot for Bernhard Rosenkraenzer
Commit-ID: 78da39faf7c903bb6e3c20a726fde1bf98d10af8 Gitweb: http://git.kernel.org/tip/78da39faf7c903bb6e3c20a726fde1bf98d10af8 Author: Bernhard Rosenkraenzer AuthorDate: Mon, 8 Oct 2012 09:43:26 +0300 Committer: Arnaldo Carvalho de Melo CommitDate: Mon, 8 Oct 2012 17:38:25 -0300 perf

[tip:perf/core] perf tools: Add on_exit implementation

2012-10-09 Thread tip-bot for Bernhard Rosenkraenzer
Commit-ID: 78da39faf7c903bb6e3c20a726fde1bf98d10af8 Gitweb: http://git.kernel.org/tip/78da39faf7c903bb6e3c20a726fde1bf98d10af8 Author: Bernhard Rosenkraenzer bernhard.rosenkran...@linaro.org AuthorDate: Mon, 8 Oct 2012 09:43:26 +0300 Committer: Arnaldo Carvalho de Melo a...@redhat.com

[PATCHv2 1/1] perf: Port to Android

2012-08-23 Thread Bernhard Rosenkraenzer
commit 4dc79eed16e3bb03b3cf92fcc6127e107e7537aa Author: Bernhard Rosenkraenzer Date: Sat Jun 23 06:18:05 2012 +0200 perf: Port to Android Adapt perf to deal with some missing functions in Bionic etc. Change-Id: I0cda2aad3edba26e1be3aebc9475a229ea9e8356 Signed-off

[PATCHv2 1/1] perf: Port to Android

2012-08-23 Thread Bernhard Rosenkraenzer
commit 4dc79eed16e3bb03b3cf92fcc6127e107e7537aa Author: Bernhard Rosenkraenzer bernhard.rosenkran...@linaro.org Date: Sat Jun 23 06:18:05 2012 +0200 perf: Port to Android Adapt perf to deal with some missing functions in Bionic etc. Change-Id

[PATCH] 2.6.23-mm1 gdth doesn't compile with CONFIG_ISA && !CONFIG_EISA

2007-10-13 Thread Bernhard Rosenkraenzer
gdth_irq_tab is defined only in #ifdef CONFIG_EISA, but used in gdth_init_isa() Signed-off-by: Bernhard Rosenkraenzer <[EMAIL PROTECTED]> --- linux-2.6.23/drivers/scsi/gdth.c.ark2007-10-13 20:51:32.0 +0200 +++ linux-2.6.23/drivers/scsi/gdth.c2007-10-13 20:52:05.000

[PATCH] 2.6.23-mm1 gdth doesn't compile with CONFIG_ISA !CONFIG_EISA

2007-10-13 Thread Bernhard Rosenkraenzer
gdth_irq_tab is defined only in #ifdef CONFIG_EISA, but used in gdth_init_isa() Signed-off-by: Bernhard Rosenkraenzer [EMAIL PROTECTED] --- linux-2.6.23/drivers/scsi/gdth.c.ark2007-10-13 20:51:32.0 +0200 +++ linux-2.6.23/drivers/scsi/gdth.c2007-10-13 20:52:05.0 +0200

Re: [alsa-devel] [PARTIAL PATCH] snd-hda-intel on Medion WIM2160

2007-09-19 Thread Bernhard Rosenkraenzer
On Thursday 13 September 2007, Takashi Iwai wrote: > > The patch below fixes it, but unfortunately, Medion MD2 uses the same PCI > > (and subvendor/subdevice) ID -- so the patch quite likely breaks Medion > > MD2 support. > > In that case, try to reset board_config after >

Re: [alsa-devel] [PARTIAL PATCH] snd-hda-intel on Medion WIM2160

2007-09-19 Thread Bernhard Rosenkraenzer
On Thursday 13 September 2007, Takashi Iwai wrote: The patch below fixes it, but unfortunately, Medion MD2 uses the same PCI (and subvendor/subdevice) ID -- so the patch quite likely breaks Medion MD2 support. In that case, try to reset board_config after snd_hda_check_board_config() but

[PATCH] Make wistron-btns recognize special keys on Medion WIM2160 notebooks

2007-09-14 Thread Bernhard Rosenkraenzer
The patch below adds support for Medion WIM2160 notebooks to the wistron-btns driver. Signed-off-by: Bernhard Rosenkraenzer <[EMAIL PROTECTED]> --- linux-2.6.22/drivers/input/misc/wistron_btns.c.ark 2007-09-07 22:47:49.0 + +++ linux-2.6.22/drivers/input/misc/wistron_

[PATCH] Make wistron-btns recognize special keys on Medion WIM2160 notebooks

2007-09-14 Thread Bernhard Rosenkraenzer
The patch below adds support for Medion WIM2160 notebooks to the wistron-btns driver. Signed-off-by: Bernhard Rosenkraenzer [EMAIL PROTECTED] --- linux-2.6.22/drivers/input/misc/wistron_btns.c.ark 2007-09-07 22:47:49.0 + +++ linux-2.6.22/drivers/input/misc/wistron_btns.c 2007

[PARTIAL PATCH] snd-hda-intel on Medion WIM2160

2007-09-11 Thread Bernhard Rosenkraenzer
Hi, On Medion WIM2160 notebooks (soundchip PCI ID 8086:27d8/17c0:4071), snd-hda-intel loads and everything acts like it's working, but there's no sound. The master volume is muted and there's no way to unmute it. The patch below fixes it, but unfortunately, Medion MD2 uses the same PCI (and

[PARTIAL PATCH] snd-hda-intel on Medion WIM2160

2007-09-11 Thread Bernhard Rosenkraenzer
Hi, On Medion WIM2160 notebooks (soundchip PCI ID 8086:27d8/17c0:4071), snd-hda-intel loads and everything acts like it's working, but there's no sound. The master volume is muted and there's no way to unmute it. The patch below fixes it, but unfortunately, Medion MD2 uses the same PCI (and

Re: [patch-mm 01/25] NOHZ: Fix nox x86 dyntick idle handling

2007-06-16 Thread Bernhard Rosenkraenzer
On Saturday 16 June 2007, Thomas Gleixner wrote: > +#if defined(CONFIG_NO_HZ) && !defined(CONFIG_NONIRQ_WAKEUP) > + /* Make sure that timer wheel updates are propagated */ > + if (!in_interrupt() && idle_cpu(smp_processor_id()) && !need_resched()) > +

Re: [patch-mm 01/25] NOHZ: Fix nox x86 dyntick idle handling

2007-06-16 Thread Bernhard Rosenkraenzer
On Saturday 16 June 2007, Thomas Gleixner wrote: +#if defined(CONFIG_NO_HZ) !defined(CONFIG_NONIRQ_WAKEUP) + /* Make sure that timer wheel updates are propagated */ + if (!in_interrupt() idle_cpu(smp_processor_id()) !need_resched()) + tick_nohz_stop_sched_tick();a

Re: 2.6.21-rc5-mm[12]: Oops on bootup in xor_see_2

2007-04-03 Thread Bernhard Rosenkraenzer
On Saturday 31 March 2007, Neil Brown wrote: > > > Code: 44 89 74 24 48 0f 20 c6 0f 06 0f 11 04 24 0f 11 4c 24 10 0f 11 54 > > > 24 20 0f > > > 11 5c 24 30 0f 18 82 00 01 00 00 0f 18 82 20 01 00 00 <00> 00 00 > > > 00 00 00 > > > 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 > > > - > >

Re: 2.6.21-rc5-mm[12]: Oops on bootup in xor_see_2

2007-04-03 Thread Bernhard Rosenkraenzer
On Saturday 31 March 2007, Neil Brown wrote: Code: 44 89 74 24 48 0f 20 c6 0f 06 0f 11 04 24 0f 11 4c 24 10 0f 11 54 24 20 0f 11 5c 24 30 0f 18 82 00 01 00 00 0f 18 82 20 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 - Them bytes that look

2.6.21-rc5-mm[12]: Oops on bootup in xor_see_2

2007-03-31 Thread Bernhard Rosenkraenzer
I'm getting this Oops when booting an 2.6.21-rc5-mm1 or 2.6.21-rc5-mm2 on an Acer Aspire 1501 LMi in 32 bit mode (2.6.21-rc4-mm1 + hotfixes works perfectly): xor: automatically using best checksumming function: pIII_sse BUG: unable to handle kernel NULL pointer dereference at virtual address

2.6.21-rc5-mm[12]: Oops on bootup in xor_see_2

2007-03-31 Thread Bernhard Rosenkraenzer
I'm getting this Oops when booting an 2.6.21-rc5-mm1 or 2.6.21-rc5-mm2 on an Acer Aspire 1501 LMi in 32 bit mode (2.6.21-rc4-mm1 + hotfixes works perfectly): xor: automatically using best checksumming function: pIII_sse BUG: unable to handle kernel NULL pointer dereference at virtual address

[PATCH] 2.6.20-rc6-mm1: Fix compile if PREEMPT_RCU is set, but RCU_TRACE isn't

2007-01-29 Thread Bernhard Rosenkraenzer
2.6.20-rc6-mm1 fails to compile if CONFIG_PREEMPT_RCU is set and CONFIG_RCU_TRACE isn' -- the fix is fairly obvious. Signed-off-by: Bernhard Rosenkraenzer <[EMAIL PROTECTED]> --- --- linux-2.6.19/kernel/rcupreempt.c.ark2007-01-28 23:38:07.0 +0100 +++ linux-2.6.19/

[PATCH] 2.6.20-rc6-mm1: Fix compile if PREEMPT_RCU is set, but RCU_TRACE isn't

2007-01-29 Thread Bernhard Rosenkraenzer
2.6.20-rc6-mm1 fails to compile if CONFIG_PREEMPT_RCU is set and CONFIG_RCU_TRACE isn' -- the fix is fairly obvious. Signed-off-by: Bernhard Rosenkraenzer [EMAIL PROTECTED] --- --- linux-2.6.19/kernel/rcupreempt.c.ark2007-01-28 23:38:07.0 +0100 +++ linux-2.6.19/kernel

Re: 2.6.11-mm3 - DRM/i915 broken

2005-03-14 Thread Bernhard Rosenkraenzer
On Monday 14 March 2005 22:54, Brice Goglin wrote: > DRM/i915 does not work on my Dell Dimension 3000 (i865 chipset). > It's the first -mm kernel I try on this box. I don't whether previous -mm > worked or not. Anyway, 2.6.11 works great. You may want to try compiling without CONFIG_4KSTACKS.

Re: bug in kernel

2005-03-14 Thread Bernhard Rosenkraenzer
On Monday 14 March 2005 15:48, Evgeniy wrote: > #include > #include > main(){ > int err; > err=read(0,NULL,6); > printf("%d %d\n",err,errno); > } On my box (2.6.11), that does exactly what it is supposed to do -- "-1 14" 14 == EFAULT == "Bad Address", which is what NULL is... Btw,

Re: bug in kernel

2005-03-14 Thread Bernhard Rosenkraenzer
On Monday 14 March 2005 15:48, Evgeniy wrote: #include stdio.h #include errno.h main(){ int err; err=read(0,NULL,6); printf(%d %d\n,err,errno); } On my box (2.6.11), that does exactly what it is supposed to do -- -1 14 14 == EFAULT == Bad Address, which is what NULL is... Btw,

Re: 2.6.11-mm3 - DRM/i915 broken

2005-03-14 Thread Bernhard Rosenkraenzer
On Monday 14 March 2005 22:54, Brice Goglin wrote: DRM/i915 does not work on my Dell Dimension 3000 (i865 chipset). It's the first -mm kernel I try on this box. I don't whether previous -mm worked or not. Anyway, 2.6.11 works great. You may want to try compiling without CONFIG_4KSTACKS. I've

2.6.11-mm3 breaks compile of drivers/char/esp.c

2005-03-12 Thread Bernhard Rosenkraenzer
drivers/char/esp.c: In function 'rs_stop': drivers/char/esp.c:213: error: 'struct esp_struct' has no member named 'lock' drivers/char/esp.c:219: error: 'struct esp_struct' has no member named 'lock' drivers/char/esp.c: In function 'rs_start': drivers/char/esp.c:230: error: 'struct esp_struct' has

2.6.11-mm3 breaks compile of drivers/char/esp.c

2005-03-12 Thread Bernhard Rosenkraenzer
drivers/char/esp.c: In function 'rs_stop': drivers/char/esp.c:213: error: 'struct esp_struct' has no member named 'lock' drivers/char/esp.c:219: error: 'struct esp_struct' has no member named 'lock' drivers/char/esp.c: In function 'rs_start': drivers/char/esp.c:230: error: 'struct esp_struct' has

2.6.11-rc5-mm1: (seemingly non-fatal) NULL pointer dereference on startup

2005-03-01 Thread Bernhard Rosenkraenzer
I got this right after the initramfs script was finished and the root filesystem was mounted: Unable to handle kernel NULL pointer dereference at virtual address printing eip: c02f52fa *pde = Oops: 0002 [#1] PREEMPT Modules linked in: CPU:0 EIP:0060:[]Not tainted

2.6.11-rc5-mm1: (seemingly non-fatal) NULL pointer dereference on startup

2005-03-01 Thread Bernhard Rosenkraenzer
I got this right after the initramfs script was finished and the root filesystem was mounted: Unable to handle kernel NULL pointer dereference at virtual address printing eip: c02f52fa *pde = Oops: 0002 [#1] PREEMPT Modules linked in: CPU:0 EIP:0060:[c02f52fa]Not

Re: bug in redhat gcc 2.96

2001-05-09 Thread Bernhard Rosenkraenzer
On Wed, 9 May 2001, Dan Kegel wrote: > OH. I kept looking for a package called 'kgcc'. Silly me. > > Guess it's time for a "How to compile a kernel on Red Hat 7.1" FAQ. The answer is that you can safely use gcc 2.96. No need to install kgcc or any other old compiler. LLaP bero - To

Re: bug in redhat gcc 2.96

2001-05-09 Thread Bernhard Rosenkraenzer
On Wed, 9 May 2001, Dan Kegel wrote: OH. I kept looking for a package called 'kgcc'. Silly me. Guess it's time for a How to compile a kernel on Red Hat 7.1 FAQ. The answer is that you can safely use gcc 2.96. No need to install kgcc or any other old compiler. LLaP bero - To unsubscribe

[PATCH] MatroxFB support can't be compiled into kernel in 2.4.0-ac11

2001-01-26 Thread Bernhard Rosenkraenzer
Subject says it all - works as a module, but can't be compiled into the kernel because of duplicate definitions, caused by several files including matroxfb_base.h which in turn defines global_disp. Patch attached. LLaP bero --- linux/drivers/video/matrox/matroxfb_base.h.bero Fri Jan 26

[PATCH] MatroxFB support can't be compiled into kernel in 2.4.0-ac11

2001-01-26 Thread Bernhard Rosenkraenzer
Subject says it all - works as a module, but can't be compiled into the kernel because of duplicate definitions, caused by several files including matroxfb_base.h which in turn defines global_disp. Patch attached. LLaP bero --- linux/drivers/video/matrox/matroxfb_base.h.bero Fri Jan 26

Re: `rmdir .` doesn't work in 2.4

2001-01-11 Thread Bernhard Rosenkraenzer
On Mon, 8 Jan 2001, Benson Chow wrote: > Not very portable at all... > > hpux = HP/UX 10.2 > > hpux:~/foo$ rmdir . > rmdir: cannot remove .. or . Same on FreeBSD, by the way bash-2.04# uname -a FreeBSD freebsd.redhat.de 5.0-20001112-CURRENT FreeBSD 5.0-20001112-CURRENT #0: Sun Nov 12 14:04:55

Re: `rmdir .` doesn't work in 2.4

2001-01-11 Thread Bernhard Rosenkraenzer
On Mon, 8 Jan 2001, Benson Chow wrote: Not very portable at all... hpux = HP/UX 10.2 hpux:~/foo$ rmdir . rmdir: cannot remove .. or . Same on FreeBSD, by the way bash-2.04# uname -a FreeBSD freebsd.redhat.de 5.0-20001112-CURRENT FreeBSD 5.0-20001112-CURRENT #0: Sun Nov 12 14:04:55 GMT

Re: Signal 11

2000-12-14 Thread Bernhard Rosenkraenzer
On Thu, 14 Dec 2000, Linus Torvalds wrote: > If you ask any gcc folks, the main reason they think this was a really > stupid thing to do was exactly that the 2.96 thing is incompatible BOTH > with the 2.95.x release _and_ the upcoming 3.0 release. The same thing is true of *any* gcc release.

Re: Signal 11

2000-12-14 Thread Bernhard Rosenkraenzer
On Thu, 14 Dec 2000, Linus Torvalds wrote: If you ask any gcc folks, the main reason they think this was a really stupid thing to do was exactly that the 2.96 thing is incompatible BOTH with the 2.95.x release _and_ the upcoming 3.0 release. The same thing is true of *any* gcc release. For

de4x5 hangs in 2.4.0-test11-pre7

2000-11-20 Thread Bernhard Rosenkraenzer
The de4x5 driver crashed on me twice today (on a 2 CPU x86 box); The network went down for no visible reason (nothing in syslog or on the console). The network card is a 00:0b.0 Ethernet controller: Digital Equipment Corporation DECchip 21142/43 (rev 41) Subsystem: Compu-Shack: Unknown

Re: Defective Red Hat Distribution poorly represents Linux

2000-11-20 Thread Bernhard Rosenkraenzer
On Mon, 20 Nov 2000, Tigran Aivazian wrote: > Try Red Hat 7.0 -- it is certainly better. True, no distribution is > perfect but over the years I've developed my own CD image upgrade.iso > which goes directly after installing latest Red Hat distribution. It is > full of things like BRS, dict(1),

Re: Defective Red Hat Distribution poorly represents Linux

2000-11-20 Thread Bernhard Rosenkraenzer
Wrong list, but this needs to be set straight. Please send any further problem reports about Red Hat Linux to http://bugzilla.redhat.com/bugzilla > I was terribly wrong. This Red Hat version is irrevocably defective. With the exception that it works for everyone else. > (1) It will not

Oops in 2.4.0-test11-pre4 (SMP x86)

2000-11-20 Thread Bernhard Rosenkraenzer
I just got this on a dual Pentium III-700 system, running 2.4.0-test11-pre4; no special patches applied except for commenting out the printk line generating the tons of "APIC error on CPU0" messages generated on Gigabyte P2D boards: Unexpected IRQ trap at vector 6c kernel BUG at smp.c:281

Oops in 2.4.0-test11-pre4 (SMP x86)

2000-11-20 Thread Bernhard Rosenkraenzer
I just got this on a dual Pentium III-700 system, running 2.4.0-test11-pre4; no special patches applied except for commenting out the printk line generating the tons of "APIC error on CPU0" messages generated on Gigabyte P2D boards: Unexpected IRQ trap at vector 6c kernel BUG at smp.c:281

Re: Defective Red Hat Distribution poorly represents Linux

2000-11-20 Thread Bernhard Rosenkraenzer
Wrong list, but this needs to be set straight. Please send any further problem reports about Red Hat Linux to http://bugzilla.redhat.com/bugzilla I was terribly wrong. This Red Hat version is irrevocably defective. With the exception that it works for everyone else. (1) It will not create

Re: Defective Red Hat Distribution poorly represents Linux

2000-11-20 Thread Bernhard Rosenkraenzer
On Mon, 20 Nov 2000, Tigran Aivazian wrote: Try Red Hat 7.0 -- it is certainly better. True, no distribution is perfect but over the years I've developed my own CD image upgrade.iso which goes directly after installing latest Red Hat distribution. It is full of things like BRS, dict(1),

de4x5 hangs in 2.4.0-test11-pre7

2000-11-20 Thread Bernhard Rosenkraenzer
The de4x5 driver crashed on me twice today (on a 2 CPU x86 box); The network went down for no visible reason (nothing in syslog or on the console). The network card is a 00:0b.0 Ethernet controller: Digital Equipment Corporation DECchip 21142/43 (rev 41) Subsystem: Compu-Shack: Unknown

APIC errors w/ 2.4.0-test11-pre2

2000-11-10 Thread Bernhard Rosenkraenzer
Hi, after booting a 2.4.0 (any testx-release I've tried so far, including test11-pre2) on a Dual-Pentium III box, the system works ok, but the console gets filled with APIC error on CPU0: 08(08) every couple of seconds, occasionally some lines in between say APIC error on CPU0: 08(02) and

Re: What is up with Redhat 7.0?

2000-09-30 Thread Bernhard Rosenkraenzer
On Sat, 30 Sep 2000, Marc Lehmann wrote: > OTOH, [EMAIL PROTECTED] might get pressed into not doing incompatible > changes, We're doing no such thing. If we did this sort of thing, he would have been pressed into releasing glibc 2.2 in time. [EMAIL PROTECTED] did have some influence on choosing

Re: What is up with Redhat 7.0?

2000-09-30 Thread Bernhard Rosenkraenzer
On Fri, 29 Sep 2000, Alec Smith wrote: > Congratulations, you got further than I did. I couldn't even get that > disaster known as RH7.0 to even install. It died with some error about not > being able to detect free disk space after formatting the paritions... Please report this at

Re: What is up with Redhat 7.0?

2000-09-30 Thread Bernhard Rosenkraenzer
On Fri, 29 Sep 2000, David M. Rector wrote: > Has anyone tried Redhat 7.0 yet? Sure... > What a mess. Not quite... > 1) It would not compile stock kernels out of the box. (ends at > compress.S) with a fatal error. Either use the kernel compiler (kgcc) or patch the file to be compatible with

Re: What is up with Redhat 7.0?

2000-09-30 Thread Bernhard Rosenkraenzer
On Sat, 30 Sep 2000, Marc Lehmann wrote: > Which still makes it an broken, experimental, unreleased and unofficial > compiler, with all the consequences I said. I agree about the "unreleased and unofficial" part, but it's not quite that broken and experimental. Everything that is shipped with

Re: What is up with Redhat 7.0?

2000-09-30 Thread Bernhard Rosenkraenzer
On Fri, 29 Sep 2000, David M. Rector wrote: Has anyone tried Redhat 7.0 yet? Sure... What a mess. Not quite... 1) It would not compile stock kernels out of the box. (ends at compress.S) with a fatal error. Either use the kernel compiler (kgcc) or patch the file to be compatible with

Re: What is up with Redhat 7.0?

2000-09-30 Thread Bernhard Rosenkraenzer
On Fri, 29 Sep 2000, Alec Smith wrote: Congratulations, you got further than I did. I couldn't even get that disaster known as RH7.0 to even install. It died with some error about not being able to detect free disk space after formatting the paritions... Please report this at