You are not logged in.

#1 2005-02-25 10:38:19

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

[extra]: kernel26mm 2.6.11.rc4.mm1-1

kernel26mm 2.6.11.rc4.mm1-1

is built with preemption enabled ... also it includes lots of bugfixes, updates of drivers and some new drivers

details on changed config here:

http://cvs.archlinux.org/cgi-bin/viewcv … ag=CURRENT

also make sure you read this:

http://kerneltrap.org/node/4766


The impossible missions are the only ones which succeed.

Offline

#2 2005-02-26 21:33:51

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: [extra]: kernel26mm 2.6.11.rc4.mm1-1

thanks dp smile

Offline

#3 2005-02-26 22:02:28

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [extra]: kernel26mm 2.6.11.rc4.mm1-1

Pajaro wrote:

thanks dp smile

no problem ... it is the first kernel26mm to compile and run correctly with preemption+acpi enabled


The impossible missions are the only ones which succeed.

Offline

#4 2005-02-26 23:24:56

soniX
Member
From: Oslo, Norway
Registered: 2004-01-23
Posts: 161

Re: [extra]: kernel26mm 2.6.11.rc4.mm1-1

thanx dp, finally a kernel that recognizes my alps touchpad without patching...

Offline

#5 2005-02-27 01:08:54

UNIX4ALL
Member
From: Canary Islands, Spain.
Registered: 2004-02-02
Posts: 25
Website

Re: [extra]: kernel26mm 2.6.11.rc4.mm1-1

Great Work !!

It works very good in my system, only one issue...

The nvidia-mm package of stage seems to be outdated, it doesn´t compile and I haven´t nvidia binary drivers working sad.

Any workaround ?

Greetings.


Arch Linux Powered

Offline

#6 2005-02-27 03:25:07

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [extra]: kernel26mm 2.6.11.rc4.mm1-1

UNIX4ALL wrote:

Great Work !!

It works very good in my system, only one issue...

The nvidia-mm package of stage seems to be outdated, it doesn´t compile and I haven´t nvidia binary drivers working sad.

Any workaround ?

Greetings.

i addapted the PKGBUILD from staging:

# Contributor : Tobias Powalowski <t.powa@gmx.de>

pkgname=nvidia-mm
pkgver=1.0.6629
pkgbinary=NVIDIA-Linux-x86-1.0-6629-pkg1
pkgrel=s1
pkgdesc="The Nvidia drivers for XFree86/X.Org only mm-kernel"
url="http://www.nvidia.com/object/linux.html"
depends=('bash' 'gcc' 'binutils' 'glibc' 'make' 'kernel26mm' 'nvidia')
source=(ftp://download.nvidia.com/XFree86/Linux-x86/1.0-6629/$pkgbinary.run nv.patch)
install="nvidia.install"
build() {
  cd $startdir/src/
  chmod +x $pkgbinary.run
  ./$pkgbinary.run --extract-only
  cd $pkgbinary
  patch -Np0 -i ../nv.patch
  cd ..
  rm *
  mkdir -p $startdir/pkg/opt/nvidia
  mv * $startdir/pkg/opt/nvidia
 }

the other 2 files can be found here:

http://xentac.net/tur/tags/staging/nvidia-mm/

put the 3 files in a dir and run makepkg ... and with lot of luck, you will have built the updated pkg yourself. then you can install it with pacman -U nvidia-mm-.....pkg.tar.gz

good luck

(i don't have a nvidia card)


The impossible missions are the only ones which succeed.

Offline

#7 2005-02-27 16:10:25

KalephOne
Member
From: Fortaleza, Brasil
Registered: 2004-04-02
Posts: 99

Re: [extra]: kernel26mm 2.6.11.rc4.mm1-1

Still doesnt work - i always get this message: /var/lib/pacman/local/nvidia-mm-1.0.6111-s2/install: line 98: nvidia-installer: command not found


Kaleph
jabber: kaleph@jabber.org

Offline

#8 2005-02-27 16:20:31

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

Re: [extra]: kernel26mm 2.6.11.rc4.mm1-1

Can anyone suggest why the keyboard and mouse don't respond after booting with kernel26mm 2.6.11.rc4.mm1-1 ?  Booting appears to succeed, as it gets to the login prompt, (both console or gui).

Am using a PS/2 keybd and mouse.
They both work with the stock 2.6.10 kernel.

I've tried appending pci=noacpi apic=off but to no effect.

Offline

#9 2005-02-27 16:38:18

KalephOne
Member
From: Fortaleza, Brasil
Registered: 2004-04-02
Posts: 99

Re: [extra]: kernel26mm 2.6.11.rc4.mm1-1

This is what I get when I try to build the nvidia pkg (and nvidia-mm doesnt work since it needs the nvidia module to be installed correctly):

From /var/log/nvidia-installer.log

   make[3]: *** [/opt/nvidia/NVIDIA-Linux-x86-1.0-6629-pkg0/usr/src/nv/nv.o] Er
   ror 1
   make[2]: *** [_module_/opt/nvidia/NVIDIA-Linux-x86-1.0-6629-pkg0/usr/src/nv]
   Error 2
   NVIDIA: left KBUILD.
   nvidia.ko failed to build!
   make[1]: *** [module] Error 1
   make: *** [module] Error 2
-> Error.
ERROR: Unable to build the NVIDIA kernel module.

Kaleph
jabber: kaleph@jabber.org

Offline

#10 2005-02-27 17:43:06

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [extra]: kernel26mm 2.6.11.rc4.mm1-1

Cotton wrote:

Can anyone suggest why the keyboard and mouse don't respond after booting with kernel26mm 2.6.11.rc4.mm1-1 ?  Booting appears to succeed, as it gets to the login prompt, (both console or gui).

Am using a PS/2 keybd and mouse.
They both work with the stock 2.6.10 kernel.

I've tried appending pci=noacpi apic=off but to no effect.

check the kernel log file for more infos


The impossible missions are the only ones which succeed.

Offline

#11 2005-02-27 17:47:46

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [extra]: kernel26mm 2.6.11.rc4.mm1-1

KalephOne wrote:

This is what I get when I try to build the nvidia pkg (and nvidia-mm doesnt work since it needs the nvidia module to be installed correctly):

From /var/log/nvidia-installer.log

   make[3]: *** [/opt/nvidia/NVIDIA-Linux-x86-1.0-6629-pkg0/usr/src/nv/nv.o] Er
   ror 1
   make[2]: *** [_module_/opt/nvidia/NVIDIA-Linux-x86-1.0-6629-pkg0/usr/src/nv]
   Error 2
   NVIDIA: left KBUILD.
   nvidia.ko failed to build!
   make[1]: *** [module] Error 1
   make: *** [module] Error 2
-> Error.
ERROR: Unable to build the NVIDIA kernel module.

try an older version - maybe it will compile


The impossible missions are the only ones which succeed.

Offline

#12 2005-02-28 00:19:51

stonecrest
Member
From: Boulder
Registered: 2005-01-22
Posts: 1,190

Re: [extra]: kernel26mm 2.6.11.rc4.mm1-1

Thanks dp! This fixed the nasty freeze I was getting with trying to modprobe the es1968 module for my soundcard. Everything seems to be going perfectly for me.


I am a gated community.

Offline

#13 2005-02-28 00:44:44

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

Re: [extra]: kernel26mm 2.6.11.rc4.mm1-1

dp wrote:

check the kernel log file for more infos

The only difference is the following line in /var/log/errors:

padlock: VIA PadLock not detected

Is that relevant?

kernel log files were identical.

Offline

#14 2005-02-28 00:56:09

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [extra]: kernel26mm 2.6.11.rc4.mm1-1

Cotton wrote:
dp wrote:

check the kernel log file for more infos

The only difference is the following line in /var/log/errors:

padlock: VIA PadLock not detected

Is that relevant?

kernel log files were identical.

padlock is not at all related to keyboard or mouse ... it is an addition to VIA processors to support some crypto functions (
http://www.ussg.iu.edu/hypermail/linux/ … /0672.html )

to really find out, why your keyboard/mouse doesn't work, it would be needed to debug the kernel more deeply (build it with pointers for a start) ... on the other hand: waiting for the next release and then testing if this is fixed is often much faster ;-)


The impossible missions are the only ones which succeed.

Offline

#15 2005-02-28 22:11:53

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: [extra]: kernel26mm 2.6.11.rc4.mm1-1

My root hd does not appear... sad I can no longer use kernel26mm

Offline

#16 2005-03-01 14:37:25

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [extra]: kernel26mm 2.6.11.rc4.mm1-1

Pajaro wrote:

My root hd does not appear... sad I can no longer use kernel26mm

sata? scsi? ide?

for scsi you need to load modules before as kernel26mm has them only as module

for sata it _should_ work, as i hope they are built in (at least last time i checked it was so)

any more infos?


The impossible missions are the only ones which succeed.

Offline

#17 2005-03-01 23:10:29

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: [extra]: kernel26mm 2.6.11.rc4.mm1-1

ide. I have to check somethings, but this week i don't have time. I posted only if you know what could it be. I'll post again when I have reviewed more deeply the problem

Offline

#18 2005-03-02 00:26:22

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [extra]: kernel26mm 2.6.11.rc4.mm1-1

Pajaro wrote:

ide. I have to check somethings, but this week i don't have time. I posted only if you know what could it be. I'll post again when I have reviewed more deeply the problem

rc5-mm1 is uploading ... it has some updates for drive-drivers ... maybe this helps


The impossible missions are the only ones which succeed.

Offline

#19 2005-03-02 23:56:07

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: [extra]: kernel26mm 2.6.11.rc4.mm1-1

rc5-mm1 works smile

There's still one point in mm to fix in order to have realtime-lsm module working. This is the output that realtime-lsm compiling returns:

Failed: Security Capabilities not configured as module

If this could be added I think that kernel mm would be ready for realtime editing.

Offline

#20 2005-03-03 00:12:18

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [extra]: kernel26mm 2.6.11.rc4.mm1-1

Pajaro wrote:

rc5-mm1 works smile

There's still one point in mm to fix in order to have realtime-lsm module working. This is the output that realtime-lsm compiling returns:

Failed: Security Capabilities not configured as module

If this could be added I think that kernel mm would be ready for realtime editing.

do they mean this 2 lines?

# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set

i'll consider them for the next pkg-release


The impossible missions are the only ones which succeed.

Offline

#21 2005-03-03 00:34:27

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: [extra]: kernel26mm 2.6.11.rc4.mm1-1

the second is, and maybe the first is a depency of the second... I simply enable the module in xconfig

Remember: It has to be a module.

Offline

#22 2005-03-03 00:36:34

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: [extra]: kernel26mm 2.6.11.rc4.mm1-1

ndiswrapper 1.0 compilation returns this:

*** WARNING: Kernel seems to have 4K size stack option (CONFIG_4KSTACKS) removed; many Windows drivers will need at least 8K size stacks. You should read wiki about 4K size stack issue. Don't complain about crashes until you resolve this.

I'll check all ndiswrapper when I have time.

Offline

#23 2005-03-03 01:17:16

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: [extra]: kernel26mm 2.6.11.rc4.mm1-1

Pajaro wrote:

ndiswrapper 1.0 compilation returns this:

*** WARNING: Kernel seems to have 4K size stack option (CONFIG_4KSTACKS) removed; many Windows drivers will need at least 8K size stacks. You should read wiki about 4K size stack issue. Don't complain about crashes until you resolve this.

I'll check all ndiswrapper when I have time.

:twisted: CONFIG_4KSTACKS is on kill-list because it is depreached and mess with other features IIRC:

http://lwn.net/Articles/101696/

http://marc.theaimsgroup.com/?l=linux-k … 8635818749


The impossible missions are the only ones which succeed.

Offline

Board footer

Powered by FluxBB