[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ACM 4.7-3 with Debian Linux 1.2.4



     SUMMARY:
     I find problems with "Air Combat Maneuvers" coming as Debian (1.2.4)
package, both trying to run it (can't load libX11.so.6 and once that is
done with a workaround there is very slow motion) and trying to rebuild
the binaries (random number generators, a portability problem which the
man page says has been fixed). 

     The problems may not just involve the (networked) ACM simulator
itself, so I think some other Debian users may be interested. Slackware
and RedHat are also mentioned. 

     As I will be away and so not able to read incoming messages since
tomorrow Thursday 24th until Monday 28th, I'll try to do an exhaustive
report with this unique posting, though bandwith-intensive, I beg
everybody's pardon in advance. 


     I had previously sent this to Ian Murdock, who maintains the package
(and who invited me to post the question to the list):

--------------- Forwarded message ---------------
Date: Mon, 21 Apr 1997 02:47:28 -0200 (GMT+2)
From: Nicola Bernardelli <nbern@mail.protos.it>
To: Ian Murdock <imurdock@debian.org>
Subject: ACM 4.7-3 with Debian Linux 1.2.4

     I can't run ACM 4.7 under Debian Linux 1.2.4, from which CD I had
dselect install it. It's not a problem of my P90 system, I have by now
some hundred hours ACM "flight" under and old Slackware installation (and
some with a quite recent Slackware and RedHat). 

     Here is what I get when I run acms. I tried putting symbolic links in
/usr/lib and even /lib to have libX11.so.6 appear there (actually, inside
/usr/X11R6/lib/ the libX11.so.6 itself is a symbolic link to
libX11.so.6.1), but the result does not change:

acms: can't load library '/usr/lib/libX11.so.6'
	Unknown error
acms: can't load library '/lib/libX11.so.6'
	Unknown error
acms: can't find library 'libX11.so.6'



     Here is my /etc/ld.so.conf file (I ran ldconfig after adding the last
line, and I did it also with the X11 files already installed): 

/usr/local/lib
/usr/lib/i486-linuxaout
/usr/X11R6/lib



     I tried rebuilding with the environment variables x_includes and
x_libraries initialized as the README explains (respectively
/usr/X11R6/include and /usr/X11R6/lib) but when I run ./configure I get
complains about the random number generators:

checking for gcc
checking for a BSD compatible install
checking for ranlib
checking how to run the C preprocessor
checking for ANSI C header files
checking for stdlib.h
checking for malloc.h
checking for unistd.h
checking for elf.h
checking for return type of signal handlers
checking for X include and library files with xmkmf
checking for X include and library files directly
checking for -lXt
checking for -laudio
checking for AuCloseServer
checking for ACloseAudio
checking for -lnsl
checking for -lsocket
checking for -ldnet_stub
checking for -lbsd
checking for -lm
checking for strdup
checking for gettimeofday
checking for setsid
checking for rand
checking for random
Hmm. Your system does not support either random() or rand().
ACM needs one of the random number generators to operate.

(Actually, I was also hoping to be able to rebuild with some Pentium
optimization switched on, and by the way I wonder if the XF86_W32 server
also exists in [possibly prebuilt binary] Pentium-optimized version.)


     The diff file on the CD seems to have already been applied. Please,
can you help me?
------------ Enf of Forwarded message -----------


     Of course I also tried putting a symbolic link in /usr/lib and even
in /lib to /usr/X11R6/lib/libX11.so.6, but it didn't work. 

     Why not try with THE OLD library file? So I have put a link to the
same file I have in an old Slackware, August '95:
     libX11.so.6 -> /mnt/linuxOld/usr/X11R6/lib/libX11.so.6

     NOW acms, the server process, succesfully starts and so does the
frontend acm, but everything is VEEEEERY slow, also with another X server
binary, an alfa (3.2A) I got a few months ago via ftp (...the one coming
with Slackware 3.1 December '96 had no ics5341 ramdac awareness yet, while
I was using _one_year_before_ that improvement done by Koen Gadeyne...).
With that same X server, acms was running very fast (just thanks to the
Pentium optimized kernel I suppose) under Slackware 3.1 and also under
RedHat 3.03 (for the latter, PROVIDED I FIRED THE *OLD* acms binary and
*NOT* the one coming with the RedHat package, which gave a similar slow
motion too!!! but unfortunately with Debian 1.2.4 this makes no
difference). 

     I put some few attachments that _may_ (or may not) be involved: 

     - result of startx with the two X servers I tried 
       (--->>> those PEX and XIE complains reveal that also OTHER
       libraries are NOT loaded - maybe ANY - which ARE currently 
       installed in /usr/X11R6/lib <<<---)

     - result of 'ldconfig -D'
     - result of 'ps -aux'
     - kernel configuration... Could it be the loopback device the cause
       of such slow motion? 

     battle zone (cbzone), not a Debian package (yet, as I know) and not a
networked game, has the same libX11.so.6 load problem but then it runs
quite fast with the old library file.

     (xpilot has none of the above mentioned problems and runs quite
fine... anyway I suppose it is less heavy than ACM with respect to the
graphics work required and MUCH less heavy both in computational load and
network bandwidth.)


     By the way, just to report, libX11.so.6 is a link to 6.1 in Debian
1.2.4:
     /usr/X11R6/lib# ls -l libX11.so*
lrwxrwxrwx   1 root     root           13 Apr 21 22:46 libX11.so -> libX11.so.6.1*
lrwxrwxrwx   1 root     root           13 Apr 11 22:45 libX11.so.6 -> libX11.so.6.1*
-rwxr-xr-x   1 root     root       623740 Nov 22 05:21 libX11.so.6.1*

     In that old Slackware August '95 it is a link to 6.0: 
     /mnt/linuxOld/usr/X11R6/lib# ls -l libX11.so*
lrwxrwxrwx   1 root     root           15 Feb 15 23:27 libX11.so.3 -> libX11.so.3.1.0*
-r-xr-xr-x   1 root     root       320516 Mar 29  1996 libX11.so.3.1.0*
lrwxrwxrwx   1 root     root           13 Feb 15 23:27 libX11.so.6 -> libX11.so.6.0*
-r-xr-xr-x   1 root     root       529412 Mar 29  1996 libX11.so.6.0*


     I think that some games are a nice test for performances... starting
with ACM. That should also be a _very_ interesting field to learn use of
the network socket from C and quite a lot of other goodies, even more the
(still beta?) 4.8 release.

     Bye.

     Nicola Bernardelli <nbern@mail.protos.it>
---------------------------------------------------------------------------
     Please use <n.bern@mail.protos.it> for messages from any kind of
robot, such as mailing lists. From that address no autoresponse
messages will return even when I'm not at home.
---------------------------------------------------------------------------




XFree86 Version 3.2 / X Window System
(protocol Version 11, revision 0, vendor release 6100)
Release Date: Oct 26 1996
	If the server is older than 6-12 months, or if your card is newer
	than the above date, look for a newer version before reporting
	problems.  (see http://www.XFree86.Org/FAQ)
Operating System: Linux [ELF] 
Configured drivers:
  ET4000W32: accelerated server for ET4000W32 graphics adaptors (Patchlevel 0):
      et4000w32, et4000w32i, et4000w32p_rev_a, et4000w32i_rev_b,
      et4000w32i_rev_c, et4000w32p_rev_b, et4000w32p_rev_c,
      et4000w32p_rev_d, et6000
(using VT number 7)

XF86Config: /usr/X11R6/lib/X11/XF86Config
(**) stands for supplied, (--) stands for probed/default values
(**) XKB: keycodes: "xfree86"
(**) XKB: types: "default"
(**) XKB: compat: "default"
(**) XKB: symbols: "en_US(pc102)+it"
(**) XKB: geometry: "pc"
(**) Mouse: type: Microsoft, device: /dev/mouse, baudrate: 1200,
       3 button emulation (timeout: 50ms)
(**) ET4000W32: Graphics device ID: "California Graphics ST2000p"
(**) ET4000W32: Monitor ID: "Sony Multiscan 17se"
Warning: No FontPath specified, using compiled-in default.
(--) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) ET4000W32: Ramdac: ics5341
(--) ET4000W32: chipset:  et4000w32p_rev_b
(--) ET4000W32: videoram: 2047k
(--) ET4000W32: Ramdac speed: 135
(**) ET4000W32: Using W32p programmable clock chip ICS5341
(**) ET4000W32: Option "hibit_high"
(--) ET4000W32: Maximum allowed dot-clock: 135.000 MHz
(**) ET4000W32: Mode "1024x768": mode clock = 114.100
(--) ET4000W32: Mode "1024x768" will use pixel multiplexing.
(**) ET4000W32: Mode "1280x1024": mode clock = 135.000
(--) ET4000W32: Mode "1280x1024" will use pixel multiplexing.
(**) ET4000W32: Mode "1504x1128": mode clock = 135.000
(--) ET4000W32: Mode "1504x1128" will use pixel multiplexing.
(**) ET4000W32: Mode "1600x1200": mode clock = 135.000
(--) ET4000W32: Mode "1600x1200" will use pixel multiplexing.
(**) ET4000W32: Mode "1600x1280": mode clock = 135.000
(--) ET4000W32: Mode "1600x1280" will use pixel multiplexing.
(**) ET4000W32: Mode "320x200": mode clock =  12.588
(**) ET4000W32: Mode "400x300": mode clock =  25.000
(**) ET4000W32: Mode "640x480": mode clock =  40.400
(**) ET4000W32: Mode "800x600": mode clock =  60.100
(--) ET4000W32: Operating RAMDAC in pixel multiplex mode
(--) ET4000W32: Virtual resolution set to 1600x1280
PEX extension module not loaded
XIE extension module not loaded


waiting for X server to shut down 



XFree86 Version 3.2A / X Window System
(protocol Version 11, revision 0, vendor release 6300)
Release Date: Jan 28 1997
	If the server is older than 6-12 months, or if your card is newer
	than the above date, look for a newer version before reporting
	problems.  (see http://www.XFree86.Org/FAQ)
Operating System: Linux 2.0.28 i586 [ELF] 
Configured drivers:
  ET4000W32: accelerated server for ET4000W32 graphics adaptors (Patchlevel 0):
      et4000w32, et4000w32i, et4000w32p_rev_a, et4000w32i_rev_b,
      et4000w32i_rev_c, et4000w32p_rev_b, et4000w32p_rev_c,
      et4000w32p_rev_d, et6000
(using VT number 7)

XF86Config: /usr/X11R6/lib/X11/XF86Config
(**) stands for supplied, (--) stands for probed/default values
(**) XKB: keycodes: "xfree86"
(**) XKB: types: "default"
(**) XKB: compat: "default"
(**) XKB: symbols: "en_US(pc102)+it"
(**) XKB: geometry: "pc"
(**) Mouse: type: Microsoft, device: /dev/mouse, baudrate: 1200,
       3 button emulation (timeout: 50ms)
(**) ET4000W32: Graphics device ID: "California Graphics ST2000p"
(**) ET4000W32: Monitor ID: "Sony Multiscan 17se"
(--) ET4000W32: Invalid vertical timing for mode "400x300". Deleted.
Warning: No FontPath specified, using compiled-in default.
(--) FontPath set to "/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(--) ET4000W32: ET4000W32: Interleaved DRAM detected.
(**) ET4000W32: Ramdac: ics5341
(--) ET4000W32: chipset:  et4000w32p_rev_b
(--) ET4000W32: videoram: 2047k
(--) ET4000W32: Ramdac speed: 135
(**) ET4000W32: Using W32p programmable clock chip ICS5341
(**) ET4000W32: Option "hibit_high"
(--) ET4000W32: Maximum allowed dot-clock: 135.000 MHz
(**) ET4000W32: Mode "1024x768": mode clock = 114.100
(--) ET4000W32: Mode "1024x768" will use pixel multiplexing.
(**) ET4000W32: Mode "1280x1024": mode clock = 135.000
(--) ET4000W32: Mode "1280x1024" will use pixel multiplexing.
(**) ET4000W32: Mode "1504x1128": mode clock = 135.000
(--) ET4000W32: Mode "1504x1128" will use pixel multiplexing.
(**) ET4000W32: Mode "1600x1200": mode clock = 135.000
(--) ET4000W32: Mode "1600x1200" will use pixel multiplexing.
(**) ET4000W32: Mode "1600x1280": mode clock = 135.000
(--) ET4000W32: Mode "1600x1280" will use pixel multiplexing.
(**) ET4000W32: Mode "320x200": mode clock =  12.588
(**) ET4000W32: Mode "400x300": mode clock =  25.000
(**) ET4000W32: Mode "640x480": mode clock =  40.400
(**) ET4000W32: Mode "800x600": mode clock =  60.100
(--) ET4000W32: Operating RAMDAC in pixel multiplex mode
(--) ET4000W32: Virtual resolution set to 1600x1280
PEX extension module not loaded
XIE extension module not loaded
error opening security policy file /usr/X11R6/lib/X11/xserver/SecurityPolicy


waiting for X server to shut down 


    USER   PID %CPU %MEM   VSZ   RSS  TT STAT  START   TIME COMMAND
daemon    1019  0.0  0.9   820   300  ?  S     14:40   0:00 /usr/sbin/rpc.portm 
root         1  0.4  1.0   808   320  ?  S     14:39   0:17 init  
root         2  0.0  0.0     0     0  ?  SW    14:39   0:00 kflushd 
root         3  0.0  0.0     0     0  ?  SW<   14:39   0:00 kswapd 
root         9  0.0  0.7   784   236  ?  S     14:39   0:00 update  
root       249  0.0  0.0     0     0  ?  SW    14:39   0:00 nfsiod 
root       250  0.0  0.0     0     0  ?  SW    14:39   0:00 nfsiod 
root       251  0.0  0.0     0     0  ?  SW    14:39   0:00 nfsiod 
root       252  0.0  0.0     0     0  ?  SW    14:39   0:00 nfsiod 
root      1006  0.0  1.1   828   360  ?  S     14:40   0:00 /sbin/syslogd  
root      1008  0.0  1.6  1000   512  ?  S     14:40   0:00 /sbin/klogd  
root      1015  0.0  0.9   796   292  ?  S     14:40   0:00 /sbin/kerneld  
root      1021  0.0  1.0   804   312  ?  S     14:40   0:00 /usr/sbin/inetd  
root      1027  0.0  0.9   824   296  ?  S     14:40   0:00 /usr/sbin/lpd  
root      1037  0.0  1.1   824   364  ?  S     14:40   0:00 /usr/sbin/cron  
root      1043  0.0  2.6  1460   824   1 S     14:40   0:00 -bash  
root      1044  0.0  0.9   800   280   2 S     14:40   0:00 /sbin/getty 38400 t 
root      1048  0.0  0.9   800   280   6 S     14:40   0:00 /sbin/getty 38400 t 
root      1175  0.0  0.9   800   280   5 S     15:19   0:00 /sbin/getty 38400 t 
root      1294  0.0  0.9   800   280   4 S     15:33   0:00 /sbin/getty 38400 t 
root      1295  0.0  0.9   800   280   3 S     15:33   0:00 /sbin/getty 38400 t 
root      1366  0.0  1.9  1400   608   1 S     15:40   0:00 sh /usr/bin/X11/sta 
root      1367  0.0  1.9  1892   604   1 S     15:40   0:00 xinit /usr/X11R6/li 
root      1368  2.9  6.5  3080  2016  ?  S     15:40   0:02 X :0  
root      1370  0.5  2.6  1680   820   1 S     15:40   0:00 /usr/X11R6/bin/fvwm 
root      1378  0.3  4.9  2664  1528   1 S     15:40   0:00 xterm -ls  
root      1381  0.0  1.8  1512   576   1 S     15:40   0:00 /usr/X11R6/lib/X11/ 
root      1382  0.1  2.6  1460   836  p0 S     15:40   0:00 -bash  
root      1392 54.5 12.7  5664  3964  p0 R     15:41   0:14 acms -da 1.0  
root      1394  0.0  1.3   908   420  p0 R     15:41   0:00 ps -aux  
ldconfig: version 1.8.5
/usr/local/lib:
/usr/lib/i486-linuxaout:
	libdb.so.1 => libdb.so.1.85.1
/usr/X11R6/lib:
	libXpm.so.4 => libXpm.so.4.7
	libXtst.so.6 => libXtst.so.6.1
	libXt.so.6 => libXt.so.6.0
	libXmu.so.6 => libXmu.so.6.0
	libXi.so.6 => libXi.so.6.0
	libXext.so.6 => libXext.so.6.1
	libXaw.so.6 => libXaw.so.6.1
	libXIE.so.6 => libXIE.so.6.0
	libX11.so.6 => libX11.so.6.1
	libSM.so.6 => libSM.so.6.0
	libPEX5.so.6 => libPEX5.so.6.0
	libICE.so.6 => libICE.so.6.0
/usr/lib:
	libpaper.so.1 => libpaper.so.1.0.2
	libz.so.1 => libz.so.1.0.4
	libvgagl.so.1 => libvgagl.so.1.2.10
	libvga.so.1 => libvga.so.1.2.10
	libpng.so.1 => libpng.so.1.0.89c
	libjpeg.so.6a => libjpeg.so.6a.0.0
	libgnumalloc.so.5 => libgnumalloc.so.5.4.20
	libmh.so.3.2 => libmh.so.3.2
	libstdc++.so.27 => libstdc++.so.27.2.1
	libg++.so.27 => libg++.so.27.2.1
	libelf.so.0 => libelf.so.0.6.4
	libopcodes.so.2.7.0.3 => libopcodes.so.2.7.0.3
	libbfd.so.2.7.0.3 => libbfd.so.2.7.0.3
	libgdbm.so.1 => libgdbm.so.1.7.3
	libdb.so.1 => libdb.so.1.85.2
	libhistory.so.2.0 => libhistory.so.2.0.1
	libpanel.so.3.0 => libpanel.so.3.0
	libmenu.so.3.0 => libmenu.so.3.0
	libform.so.3.0 => libform.so.3.0
/lib:
	libm.so.5 => libm.so.5.0.7
	libc.so.5 => libc.so.5.4.20
	libm.so.4 => libm.so.4.6.27
	libc.so.4 => libc.so.4.6.27
	libcurses.so.0 => libcurses.so.0.1.2
	libproc.so.1.11 => libproc.so.1.11
	libuuid.so.1 => libuuid.so.1.0
	libe2p.so.2 => libe2p.so.2.2
	libext2fs.so.2 => libext2fs.so.2.1
	libss.so.2 => libss.so.2.0
	libcom_err.so.2 => libcom_err.so.2.0
	libreadline.so.2.0 => libreadline.so.2.0.1
	libncurses.so.3.0 => libncurses.so.3.0
	libdl.so.1 => libdl.so.1.8.5
#
# Automatically generated make config: don't edit
#

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KERNELD=y

#
# General setup
#
CONFIG_MATH_EMULATION=y
CONFIG_NET=y
# CONFIG_MAX_16M is not set
CONFIG_PCI=y
# CONFIG_PCI_OPTIMIZE is not set
CONFIG_SYSVIPC=y
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_JAVA=m
CONFIG_KERNEL_ELF=y
# CONFIG_M386 is not set
# CONFIG_M486 is not set
CONFIG_M586=y
# CONFIG_M686 is not set

#
# Floppy, IDE, and other block devices
#
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_HD_IDE is not set
# CONFIG_BLK_DEV_IDECD is not set
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDE_PCMCIA is not set
CONFIG_BLK_DEV_CMD640=y
CONFIG_BLK_DEV_CMD640_ENHANCED=y
CONFIG_BLK_DEV_RZ1000=y
# CONFIG_BLK_DEV_TRITON is not set
# CONFIG_IDE_CHIPSETS is not set

#
# Additional Block Devices
#
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_MD=y
CONFIG_MD_LINEAR=m
CONFIG_MD_STRIPED=m
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_INITRD=y
# CONFIG_BLK_DEV_XD is not set
# CONFIG_BLK_DEV_HD is not set

#
# Networking options
#
# CONFIG_FIREWALL is not set
# CONFIG_NET_ALIAS is not set
CONFIG_INET=y
CONFIG_IP_FORWARD=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ACCT is not set
# CONFIG_IP_ROUTER is not set
CONFIG_NET_IPIP=m
CONFIG_ARPD=y

#
# (it is safe to leave these untouched)
#
# CONFIG_INET_PCTCP is not set
CONFIG_INET_RARP=m
# CONFIG_NO_PATH_MTU_DISCOVERY is not set
CONFIG_IP_NOSR=y
CONFIG_SKB_LARGE=y

#
#  
#
CONFIG_IPX=m
# CONFIG_IPX_INTERN is not set
# CONFIG_ATALK is not set
# CONFIG_AX25 is not set
# CONFIG_BRIDGE is not set
CONFIG_NETLINK=y
CONFIG_RTNETLINK=y

#
# SCSI support
#
CONFIG_SCSI=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_ST=m
CONFIG_BLK_DEV_SR=y
CONFIG_CHR_DEV_SG=m

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y

#
# SCSI low-level drivers
#
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AHA1740 is not set
CONFIG_SCSI_AIC7XXX=y
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA_DMA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_NCR53C7xx is not set
# CONFIG_SCSI_NCR53C8XX is not set
# CONFIG_SCSI_PPA is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_ISP is not set
# CONFIG_SCSI_SEAGATE is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set

#
# Network device support
#
CONFIG_NETDEVICES=y
CONFIG_DUMMY=m
CONFIG_EQUALIZER=m
# CONFIG_DLCI is not set
# CONFIG_PLIP is not set
CONFIG_PPP=m

#
# CCP compressors for PPP are only built as modules.
#
CONFIG_SLIP=m
CONFIG_SLIP_COMPRESSED=y
# CONFIG_SLIP_SMART is not set
# CONFIG_SLIP_MODE_SLIP6 is not set
# CONFIG_NET_RADIO is not set
# CONFIG_NET_ETHERNET is not set
# CONFIG_TR is not set
# CONFIG_FDDI is not set
CONFIG_ARCNET=m
CONFIG_ARCNET_ETH=y
CONFIG_ARCNET_1051=y

#
# ISDN subsystem
#
# CONFIG_ISDN is not set

#
# CD-ROM drivers (not for SCSI or IDE/ATAPI drives)
#
# CONFIG_CD_NO_IDESCSI is not set

#
# Filesystems
#
# CONFIG_QUOTA is not set
# CONFIG_LOCK_MANDATORY is not set
CONFIG_MINIX_FS=y
# CONFIG_EXT_FS is not set
CONFIG_EXT2_FS=y
# CONFIG_XIA_FS is not set
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=m
CONFIG_UMSDOS_FS=m
CONFIG_PROC_FS=y
CONFIG_NFS_FS=m
CONFIG_SMB_FS=m
CONFIG_SMB_WIN95=y
CONFIG_NCP_FS=m
CONFIG_ISO9660_FS=y
CONFIG_HPFS_FS=m
CONFIG_SYSV_FS=m
CONFIG_AFFS_FS=m
CONFIG_AMIGA_PARTITION=y
CONFIG_UFS_FS=m
CONFIG_BSD_DISKLABEL=y
CONFIG_SMD_DISKLABEL=y

#
# Character devices
#
CONFIG_SERIAL=m
# CONFIG_DIGI is not set
# CONFIG_CYCLADES is not set
# CONFIG_STALDRV is not set
# CONFIG_RISCOM8 is not set
CONFIG_PRINTER=m
# CONFIG_MOUSE is not set
CONFIG_UMISC=y
# CONFIG_QIC02_TAPE is not set
# CONFIG_FTAPE is not set
# CONFIG_APM is not set
CONFIG_WATCHDOG=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
CONFIG_WDT=m
# CONFIG_WDT_501 is not set
CONFIG_PCWATCHDOG=m
CONFIG_RTC=y

#
# Sound
#
# CONFIG_SOUND is not set

#
# Kernel hacking
#
# CONFIG_PROFILE is not set

Reply to: