Hi, System: Debian 1.3/kernel 2.0.30/pcmcia 3com 562D/563G card
My goal is to recompile the kernel2.0.30 in order to solve some bug with pcmcia.(see below for the error message at boot time) I have installed pcmcia-source_2.9.6-3, same for pcmcia-cs and pcmcia-modules. Also kernel-image_2.0.30_2.0.30-7 and kernel sources2.0.30_2.0.30-7. This is what i get when i try to start compilation: "cd /usr/src/linux" "make menuconfig" "rm -f include/asm" "..........gcc -02 ............." "In file included from lxdialog.c:22:" dialog.h:22: sys/types.h: no such file" (Same for fcntl.h, unistd.h, ctype.h, stdlib.h, string.h,curses.h) lxdialog.c:53:locale.h: no such file make[1]:*** [lxdialog.o] error 1 ...." Error output at boot time: ____________________ START OUTPUT ___________________ Starting PCMCIA Card Services 2.9.6 Intel PCIC probe: Cirrus PD672x at 0x3e0 ofs 0x00, 2 sockets host opts: [ring] [65/6/0] [1/15/0] irq list (default) = 3,4,5,7,9,10,11 status change on irq 11 cardmgr: starting version 2.9.6 watching 2 sockets cs: IO port probe 0x0100-0x03ff: excluding 0x290-0x297 0x2f8-0x2ff 0x378-0x37f 0x3f8-0x3ff cs: IO port probe 0x0a20-0x0a27: clean. cardmgr: initializing socket 0 cs: memory probe 0x0c0000-0x0fffff: excluding 0xc0000-0xcbfff 0xe0000-0xe7fff 0xf0000-0xfffff cardmgr: socket 0: 3com 562D/563D Lan + Modem card cardmgr: executing: 'insmod /lib/modules/2.0.30/pcmcia/3c589_cs.o cardmgr: executing: 'insmod /lib/modules/2.0.30/pcmcia/serial_cs.o ********************* cardmgr(100): register_serial: wrong version or undefined cardmgr(100): un register_serial: wrong version or undefined Loading failed ! The module symbols (from linux 2.0.30) don't match your linux_2.0.30 insmod exited with status 2 ******************** loading 'eth0' eth0: 3com 3C562, port 0x300, irq 3, Auto port: 00 60 97 EE FB EB ******************** bind 'serial_cs' to socket failed: no such device __________________ END OUTPUT _________________________ Regards, Marc -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

