> > Ok i've tested it with a fedora core 5 kernel (2.6.16-1.2080_FC5) and it's > working. I've installed the following packages using yum (really i prefer > apt-rpm). > > yum install make > yum install gcc > yum install kernel-devel.i686 > > Just untar the latest snapshots, and do a make. I'll grab the fedora core 4 > cds, and do the same.
I think there is something "strange" (I mean new) in the current kernel-devel for FC4, although I don't know whether I am saying something relevant or absolutely irrelevant. Just having a look this evening, here you are: [EMAIL PROTECTED] daniel]# cd /usr/src/ [EMAIL PROTECTED] src]# ls ATI debug kernels redhat [EMAIL PROTECTED] src]# cd kernels [EMAIL PROTECTED] kernels]# ls 2.6.15-1.1831_FC4-i686 2.6.15-1.1833_FC4-i686 2.6.16-1.2069_FC4-i686 [EMAIL PROTECTED] kernels]# cd *31* [EMAIL PROTECTED] 2.6.15-1.1831_FC4-i686]# ls arch drivers init lib Module.symvers security block fs ipc Makefile net sound crypto include kernel mm scripts usr [EMAIL PROTECTED] 2.6.15-1.1831_FC4-i686]# cd ../*33* [EMAIL PROTECTED] 2.6.15-1.1833_FC4-i686]# ls arch drivers init lib Module.symvers security block fs ipc Makefile net sound crypto include kernel mm scripts usr [EMAIL PROTECTED] 2.6.15-1.1833_FC4-i686]# cd ../*69* [EMAIL PROTECTED] 2.6.16-1.2069_FC4-i686]# ls arch drivers init lib mm scripts usr block fs ipc Makefile Module.symvers security crypto include kernel Makefile.orig net sound [EMAIL PROTECTED] 2.6.16-1.2069_FC4-i686]# ls -l total 476 drwxr-xr-x 26 root root 4096 abr 7 20:54 arch drwxr-xr-x 2 root root 4096 abr 7 20:56 block drwxr-xr-x 4 root root 4096 abr 7 20:55 crypto drwxr-xr-x 56 root root 4096 abr 7 20:54 drivers drwxr-xr-x 61 root root 4096 abr 7 20:54 fs drwxr-xr-x 15 root root 4096 abr 7 20:54 include drwxr-xr-x 2 root root 4096 abr 7 20:54 init drwxr-xr-x 2 root root 4096 abr 7 20:56 ipc drwxr-xr-x 4 root root 4096 abr 7 20:56 kernel drwxr-xr-x 5 root root 4096 abr 7 20:55 lib -rw-r--r-- 1 root root 44832 mar 28 19:43 Makefile -rw-r--r-- 1 root root 44815 mar 28 19:43 Makefile.orig drwxr-xr-x 2 root root 4096 abr 7 20:54 mm -rw-r--r-- 1 root root 245798 mar 28 19:43 Module.symvers drwxr-xr-x 37 root root 4096 abr 7 20:54 net drwxr-xr-x 9 root root 4096 abr 7 20:54 scripts drwxr-xr-x 4 root root 4096 abr 7 20:54 security drwxr-xr-x 16 root root 4096 abr 7 20:55 sound drwxr-xr-x 2 root root 4096 abr 7 20:54 usr [EMAIL PROTECTED] 2.6.16-1.2069_FC4-i686]# diff Makefile Makefile.orig 4c4 < EXTRAVERSION = -1.2069_FC4 --- > EXTRAVERSION = .1 188c188 < HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -Wundef --- > HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer [EMAIL PROTECTED] 2.6.16-1.2069_FC4-i686]# ----- Since I am unable to go on deeper, the first thing that occurred to me was to remove, via yum, the kernel-devel 2.6.16*2069* package, and then install it again. But nothing better... That's all I can go into. Regards, Daniel _______________________________________________ pwc mailing list [email protected] http://lists.saillard.org/mailman/listinfo/pwc
