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

2.4.20-Kernelkompilierung: Nur einmal möglich!



Hallo zusammen,

durch Herunterladen des 2.4.20-Kernels und .config-Modifikation sowie Kompilierung wurde
das Rootdateiensystem-bootfähig für LVM und grosse IDE-Platten (60GB).
Herzlichen Dank mal für Eure Hinweise diesbezüglich.

Ursprünglich war das System ja auf dem Default-2.4.18-Kernel von Woody aufgebaut.
Um weitere HW einzubinden, musste ich 2.4.20-Kernel erneut kompilieren.

Dieses klappt aber nicht mehr, auch wenn ich die erste, ursprüngliche .config-Datei in der 
/usr/src/linux-2.4.20-Umgebung verwende.

Also, es funktioniert weder mit
fakeroot make-kpkg clean
fakeroot make-kpkg --config=menuconfig kernel-image,

noch mit

make menuconfig; make dep; make clean; make bzImage; make modules; make modules_install

Zur Aufklärung dieses "schweren" Falles hier mal eine ganze Reihe von Konfigurations- und Logdateien
des betroffenen Systems:

.config-Datei:

#
# Automatically generated by make menuconfig: don't edit
#
CONFIG_X86=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

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

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
CONFIG_M586MMX=y
# CONFIG_M686 is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MELAN is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_USE_STRING_486=y
CONFIG_X86_ALIGNMENT_16=y
CONFIG_X86_HAS_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PPRO_FENCE=y
# CONFIG_X86_F00F_WORKS_OK is not set
CONFIG_X86_MCE=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_HIGHMEM is not set
CONFIG_MATH_EMULATION=y
# CONFIG_MTRR is not set
CONFIG_SMP=y
# CONFIG_MULTIQUAD is not set
# CONFIG_X86_TSC_DISABLE is not set
CONFIG_X86_TSC=y
CONFIG_HAVE_DEC_LOCK=y

#
# General setup
#
CONFIG_NET=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_ISA=y
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y

#
# PCMCIA/CardBus support
#
CONFIG_PCMCIA=y
CONFIG_CARDBUS=y
# CONFIG_TCIC is not set
# CONFIG_I82092 is not set
# CONFIG_I82365 is not set

#
# PCI Hotplug Support
#
# CONFIG_HOTPLUG_PCI is not set
# CONFIG_HOTPLUG_PCI_COMPAQ is not set
# CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
# CONFIG_HOTPLUG_PCI_IBM is not set
# CONFIG_HOTPLUG_PCI_ACPI is not set
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=y
CONFIG_PM=y
# CONFIG_ACPI is not set
# CONFIG_APM is not set

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
# CONFIG_PARPORT is not set

#
# Plug and Play configuration
#
CONFIG_PNP=y
CONFIG_ISAPNP=y

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_XD=m
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_CISS_SCSI_TAPE is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
CONFIG_BLK_DEV_LOOP=m
# CONFIG_BLK_DEV_NBD is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_SIZE=4096
CONFIG_BLK_DEV_INITRD=y
# CONFIG_BLK_STATS is not set

#
# Multi-device support (RAID and LVM)
#
CONFIG_MD=y
# CONFIG_BLK_DEV_MD is not set
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID5 is not set
# CONFIG_MD_MULTIPATH is not set
CONFIG_BLK_DEV_LVM=y

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
# CONFIG_NETLINK_DEV is not set
# CONFIG_NETFILTER is not set
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_ARPD is not set
# CONFIG_INET_ECN is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_IPV6 is not set
# CONFIG_KHTTPD is not set
# CONFIG_ATM is not set
# CONFIG_VLAN_8021Q is not set
CONFIG_IPX=m
# CONFIG_IPX_INTERN is not set
CONFIG_ATALK=m

#
# Appletalk devices
#
# CONFIG_DEV_APPLETALK is not set
# CONFIG_DECNET is not set
# CONFIG_BRIDGE is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_LLC is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set

#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set

#
# Telephony Support
#
# CONFIG_PHONE is not set
# CONFIG_PHONE_IXJ is not set
# CONFIG_PHONE_IXJ_PCMCIA is not set

#
# ATA/IDE/MFM/RLL support
#
CONFIG_IDE=y

#
# IDE, ATA and ATAPI Block devices
#
CONFIG_BLK_DEV_IDE=y
# CONFIG_BLK_DEV_HD_IDE is not set
# CONFIG_BLK_DEV_HD is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_IDEDISK_STROKE=y
# CONFIG_BLK_DEV_IDEDISK_VENDOR is not set
# CONFIG_BLK_DEV_IDEDISK_FUJITSU is not set
# CONFIG_BLK_DEV_IDEDISK_IBM is not set
# CONFIG_BLK_DEV_IDEDISK_MAXTOR is not set
# CONFIG_BLK_DEV_IDEDISK_QUANTUM is not set
# CONFIG_BLK_DEV_IDEDISK_SEAGATE is not set
# CONFIG_BLK_DEV_IDEDISK_WD is not set
# CONFIG_BLK_DEV_COMMERIAL is not set
# CONFIG_BLK_DEV_TIVO is not set
# CONFIG_BLK_DEV_IDECS is not set
CONFIG_BLK_DEV_IDECD=y
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
# CONFIG_IDE_TASK_IOCTL is not set
CONFIG_BLK_DEV_CMD640=y
# CONFIG_BLK_DEV_CMD640_ENHANCED is not set
# CONFIG_BLK_DEV_ISAPNP is not set
CONFIG_BLK_DEV_RZ1000=y
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_OFFBOARD is not set
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_PCI_WIP is not set
# CONFIG_BLK_DEV_IDEDMA_TIMEOUT is not set
# CONFIG_IDEDMA_NEW_DRIVE_LISTINGS is not set
CONFIG_BLK_DEV_ADMA=y
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_AEC62XX_TUNING is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_WDC_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_AMD74XX_OVERRIDE is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_CMD680 is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_HPT34X_AUTODMA is not set
# CONFIG_BLK_DEV_HPT366 is not set
CONFIG_BLK_DEV_PIIX=y
CONFIG_PIIX_TUNING=y
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_PDC202XX is not set
# CONFIG_PDC202XX_BURST is not set
# CONFIG_PDC202XX_FORCE is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_IDE_CHIPSETS is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_IDEDMA_IVB is not set
# CONFIG_DMA_NONPCI is not set
CONFIG_BLK_DEV_IDE_MODES=y
# CONFIG_BLK_DEV_ATARAID is not set
# CONFIG_BLK_DEV_ATARAID_PDC is not set
# CONFIG_BLK_DEV_ATARAID_HPT is not set

#
# SCSI support
#
CONFIG_SCSI=m
CONFIG_BLK_DEV_SD=m
CONFIG_SD_EXTRA_DEVS=40
CONFIG_CHR_DEV_ST=m
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=m
# CONFIG_BLK_DEV_SR_VENDOR is not set
CONFIG_SR_EXTRA_DEVS=2
CONFIG_CHR_DEV_SG=m
CONFIG_SCSI_DEBUG_QUEUES=y
CONFIG_SCSI_MULTI_LUN=y
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set

#
# SCSI low-level drivers
#
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
CONFIG_SCSI_7000FASST=m
# CONFIG_SCSI_ACARD is not set
CONFIG_SCSI_AHA152X=m
CONFIG_SCSI_AHA1542=m
CONFIG_SCSI_AHA1740=m
# CONFIG_SCSI_AACRAID is not set
CONFIG_SCSI_AIC7XXX=m
CONFIG_AIC7XXX_CMDS_PER_DEVICE=253
CONFIG_AIC7XXX_RESET_DELAY_MS=15000
# CONFIG_AIC7XXX_PROBE_EISA_VL is not set
# CONFIG_AIC7XXX_BUILD_FIRMWARE is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_DPT_I2O is not set
CONFIG_SCSI_ADVANSYS=m
CONFIG_SCSI_IN2000=m
CONFIG_SCSI_AM53C974=m
# CONFIG_SCSI_MEGARAID is not set
CONFIG_SCSI_BUSLOGIC=m
# CONFIG_SCSI_OMIT_FLASHPOINT is not set
# CONFIG_SCSI_CPQFCTS is not set
# CONFIG_SCSI_DMX3191D is not set
CONFIG_SCSI_DTC3280=m
CONFIG_SCSI_EATA=m
# CONFIG_SCSI_EATA_TAGGED_QUEUE is not set
# CONFIG_SCSI_EATA_LINKED_COMMANDS is not set
CONFIG_SCSI_EATA_MAX_TAGS=16
CONFIG_SCSI_EATA_DMA=m
CONFIG_SCSI_EATA_PIO=m
CONFIG_SCSI_FUTURE_DOMAIN=m
# CONFIG_SCSI_GDTH is not set
CONFIG_SCSI_GENERIC_NCR5380=m
# CONFIG_SCSI_GENERIC_NCR53C400 is not set
CONFIG_SCSI_G_NCR5380_PORT=y
# CONFIG_SCSI_G_NCR5380_MEM is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
CONFIG_SCSI_NCR53C406A=m
CONFIG_SCSI_NCR53C7xx=m
# CONFIG_SCSI_NCR53C7xx_sync is not set
CONFIG_SCSI_NCR53C7xx_FAST=y
CONFIG_SCSI_NCR53C7xx_DISCONNECT=y
# CONFIG_SCSI_SYM53C8XX_2 is not set
CONFIG_SCSI_NCR53C8XX=m
CONFIG_SCSI_SYM53C8XX=m
CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS=4
CONFIG_SCSI_NCR53C8XX_MAX_TAGS=32
CONFIG_SCSI_NCR53C8XX_SYNC=20
# CONFIG_SCSI_NCR53C8XX_PROFILE is not set
# CONFIG_SCSI_NCR53C8XX_IOMAPPED is not set
# CONFIG_SCSI_NCR53C8XX_PQS_PDS is not set
# CONFIG_SCSI_NCR53C8XX_SYMBIOS_COMPAT is not set
CONFIG_SCSI_PAS16=m
# CONFIG_SCSI_PCI2000 is not set
# CONFIG_SCSI_PCI2220I is not set
# CONFIG_SCSI_PSI240I is not set
CONFIG_SCSI_QLOGIC_FAS=m
CONFIG_SCSI_QLOGIC_ISP=m
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
CONFIG_SCSI_SEAGATE=m
# CONFIG_SCSI_SIM710 is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_DC390T is not set
CONFIG_SCSI_T128=m
CONFIG_SCSI_U14_34F=m
# CONFIG_SCSI_U14_34F_LINKED_COMMANDS is not set
CONFIG_SCSI_U14_34F_MAX_TAGS=8
CONFIG_SCSI_ULTRASTOR=m
# CONFIG_SCSI_DEBUG is not set

#
# PCMCIA SCSI adapter support
#
# CONFIG_SCSI_PCMCIA is not set

#
# Fusion MPT device support
#
# CONFIG_FUSION is not set
# CONFIG_FUSION_BOOT is not set
# CONFIG_FUSION_ISENSE is not set
# CONFIG_FUSION_CTL is not set
# CONFIG_FUSION_LAN is not set

#
# IEEE 1394 (FireWire) support (EXPERIMENTAL)
#
# CONFIG_IEEE1394 is not set

#
# I2O device support
#
# CONFIG_I2O is not set
# CONFIG_I2O_PCI is not set
# CONFIG_I2O_BLOCK is not set
# CONFIG_I2O_LAN is not set
# CONFIG_I2O_SCSI is not set
# CONFIG_I2O_PROC is not set

#
# Network device support
#
CONFIG_NETDEVICES=y

#
# ARCnet devices
#
CONFIG_ARCNET=m
# CONFIG_ARCNET_1201 is not set
CONFIG_ARCNET_1051=m
# CONFIG_ARCNET_RAW is not set
# CONFIG_ARCNET_COM90xx is not set
# CONFIG_ARCNET_COM90xxIO is not set
# CONFIG_ARCNET_RIM_I is not set
# CONFIG_ARCNET_COM20020 is not set
# CONFIG_ARCNET_COM20020_ISA is not set
# CONFIG_ARCNET_COM20020_PCI is not set
CONFIG_DUMMY=m
# CONFIG_BONDING is not set
CONFIG_EQUALIZER=m
# CONFIG_TUN is not set
# CONFIG_ETHERTAP is not set
# CONFIG_NET_SB1000 is not set

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
# CONFIG_SUNLANCE is not set
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNBMAC is not set
# CONFIG_SUNQE is not set
# CONFIG_SUNGEM is not set
CONFIG_NET_VENDOR_3COM=y
CONFIG_EL1=m
CONFIG_EL2=m
CONFIG_ELPLUS=m
CONFIG_EL16=m
CONFIG_EL3=m
# CONFIG_3C515 is not set
# CONFIG_ELMC is not set
# CONFIG_ELMC_II is not set
CONFIG_VORTEX=m
CONFIG_LANCE=y
CONFIG_NET_VENDOR_SMC=y
CONFIG_WD80x3=m
# CONFIG_ULTRAMCA is not set
CONFIG_ULTRA=m
# CONFIG_ULTRA32 is not set
CONFIG_SMC9194=m
# CONFIG_NET_VENDOR_RACAL is not set
CONFIG_AT1700=m
CONFIG_DEPCA=m
CONFIG_HP100=m
CONFIG_NET_ISA=y
CONFIG_E2100=m
CONFIG_EWRK3=m
CONFIG_EEXPRESS=m
CONFIG_EEXPRESS_PRO=m
CONFIG_HPLAN_PLUS=m
CONFIG_HPLAN=m
# CONFIG_LP486E is not set
CONFIG_ETH16I=m
CONFIG_NE2000=m
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_ADAPTEC_STARFIRE is not set
CONFIG_AC3200=m
CONFIG_APRICOT=m
# CONFIG_CS89x0 is not set
# CONFIG_TULIP is not set
CONFIG_DE4X5=m
CONFIG_DGRS=m
# CONFIG_DM9102 is not set
CONFIG_EEPRO100=y
# CONFIG_E100 is not set
# CONFIG_LNE390 is not set
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_NE3210 is not set
# CONFIG_ES3210 is not set
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
# CONFIG_8139TOO_PIO is not set
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
# CONFIG_8139_OLD_RX_RESET is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_SUNDANCE_MMIO is not set
# CONFIG_TLAN is not set
# CONFIG_TC35815 is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_VIA_RHINE_MMIO is not set
# CONFIG_WINBOND_840 is not set
CONFIG_NET_POCKET=y
CONFIG_ATP=y
CONFIG_DE600=m
CONFIG_DE620=m

#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_MYRI_SBUS is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_SK98LIN is not set
# CONFIG_TIGON3 is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PLIP is not set
CONFIG_PPP=m
# CONFIG_PPP_MULTILINK is not set
# CONFIG_PPP_FILTER is not set
# CONFIG_PPP_ASYNC is not set
# CONFIG_PPP_SYNC_TTY is not set
# CONFIG_PPP_DEFLATE is not set
# CONFIG_PPP_BSDCOMP is not set
# CONFIG_PPPOE is not set
CONFIG_SLIP=m
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLIP_SMART=y
# CONFIG_SLIP_MODE_SLIP6 is not set

#
# Wireless LAN (non-hamradio)
#
CONFIG_NET_RADIO=y
CONFIG_STRIP=m
CONFIG_WAVELAN=m
# CONFIG_ARLAN is not set
# CONFIG_AIRONET4500 is not set
# CONFIG_AIRONET4500_NONCS is not set
# CONFIG_AIRONET4500_PROC is not set
# CONFIG_AIRO is not set
# CONFIG_HERMES is not set
# CONFIG_PLX_HERMES is not set
# CONFIG_PCI_HERMES is not set
# CONFIG_PCMCIA_HERMES is not set
# CONFIG_AIRO_CS is not set
CONFIG_NET_WIRELESS=y

#
# Token Ring devices
#
CONFIG_TR=y
CONFIG_IBMTR=m
# CONFIG_IBMOL is not set
# CONFIG_IBMLS is not set
# CONFIG_3C359 is not set
# CONFIG_TMS380TR is not set
# CONFIG_SMCTR is not set
# CONFIG_NET_FC is not set
# CONFIG_RCPCI is not set
# CONFIG_SHAPER is not set

#
# Wan interfaces
#
# CONFIG_WAN is not set

#
# PCMCIA network device support
#
CONFIG_NET_PCMCIA=y
# CONFIG_PCMCIA_3C589 is not set
# CONFIG_PCMCIA_3C574 is not set
# CONFIG_PCMCIA_FMVJ18X is not set
CONFIG_PCMCIA_PCNET=y
# CONFIG_PCMCIA_AXNET is not set
# CONFIG_PCMCIA_NMCLAN is not set
# CONFIG_PCMCIA_SMC91C92 is not set
# CONFIG_PCMCIA_XIRC2PS is not set
# CONFIG_ARCNET_COM20020_CS is not set
# CONFIG_PCMCIA_IBMTR is not set
# CONFIG_PCMCIA_XIRCOM is not set
# CONFIG_PCMCIA_XIRTULIP is not set
CONFIG_NET_PCMCIA_RADIO=y
CONFIG_PCMCIA_RAYCS=y
# CONFIG_PCMCIA_NETWAVE is not set
# CONFIG_PCMCIA_WAVELAN is not set
# CONFIG_AIRONET4500_CS is not set

#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set

#
# IrDA (infrared) support
#
# CONFIG_IRDA is not set

#
# ISDN subsystem
#
CONFIG_ISDN=m
CONFIG_ISDN_BOOL=y
CONFIG_ISDN_PPP=y
CONFIG_ISDN_PPP_VJ=y
CONFIG_ISDN_MPP=y
# CONFIG_ISDN_PPP_BSDCOMP is not set
CONFIG_ISDN_AUDIO=y
CONFIG_ISDN_TTY_FAX=y

#
# ISDN feature submodules
#
# CONFIG_ISDN_DRV_LOOP is not set
# CONFIG_ISDN_DIVERSION is not set

#
# Passive ISDN cards
#
CONFIG_ISDN_DRV_HISAX=m
CONFIG_ISDN_HISAX=y
# CONFIG_HISAX_EURO is not set
# CONFIG_HISAX_1TR6 is not set
# CONFIG_HISAX_NI1 is not set
CONFIG_HISAX_MAX_CARDS=8
# CONFIG_HISAX_16_0 is not set
# CONFIG_HISAX_16_3 is not set
CONFIG_HISAX_AVM_A1=y
# CONFIG_HISAX_IX1MICROR2 is not set
# CONFIG_HISAX_ASUSCOM is not set
# CONFIG_HISAX_TELEINT is not set
# CONFIG_HISAX_HFCS is not set
# CONFIG_HISAX_SPORTSTER is not set
# CONFIG_HISAX_MIC is not set
# CONFIG_HISAX_ISURF is not set
# CONFIG_HISAX_HSTSAPHIR is not set
# CONFIG_HISAX_TELESPCI is not set
# CONFIG_HISAX_S0BOX is not set
CONFIG_HISAX_FRITZPCI=y
# CONFIG_HISAX_AVM_A1_PCMCIA is not set
# CONFIG_HISAX_ELSA is not set
# CONFIG_HISAX_DIEHLDIVA is not set
# CONFIG_HISAX_SEDLBAUER is not set
# CONFIG_HISAX_NETJET is not set
# CONFIG_HISAX_NETJET_U is not set
# CONFIG_HISAX_NICCY is not set
# CONFIG_HISAX_BKM_A4T is not set
# CONFIG_HISAX_SCT_QUADRO is not set
# CONFIG_HISAX_GAZEL is not set
# CONFIG_HISAX_HFC_PCI is not set
# CONFIG_HISAX_W6692 is not set
# CONFIG_HISAX_HFC_SX is not set
# CONFIG_HISAX_ENTERNOW_PCI is not set
# CONFIG_HISAX_DEBUG is not set
# CONFIG_HISAX_SEDLBAUER_CS is not set
# CONFIG_HISAX_ELSA_CS is not set
# CONFIG_HISAX_AVM_A1_CS is not set
# CONFIG_HISAX_ST5481 is not set
CONFIG_HISAX_FRITZ_PCIPNP=m

#
# Active ISDN cards
#
CONFIG_ISDN_DRV_ICN=m
CONFIG_ISDN_DRV_PCBIT=m
# CONFIG_ISDN_DRV_SC is not set
# CONFIG_ISDN_DRV_ACT2000 is not set
# CONFIG_ISDN_DRV_EICON is not set
# CONFIG_ISDN_DRV_TPAM is not set
# CONFIG_ISDN_CAPI is not set
# CONFIG_HYSDN is not set
# CONFIG_HYSDN_CAPI is not set

#
# Old CD-ROM drivers (not SCSI, not IDE)
#
CONFIG_CD_NO_IDESCSI=y
CONFIG_AZTCD=m
CONFIG_GSCD=m
CONFIG_SBPCD=m
CONFIG_MCD=m
CONFIG_MCD_IRQ=11
CONFIG_MCD_BASE=300
CONFIG_MCDX=m
CONFIG_OPTCD=m
CONFIG_CM206=m
CONFIG_SJCD=m
CONFIG_ISP16_CDI=m
CONFIG_CDU31A=m
CONFIG_CDU535=m

#
# Input core support
#
# CONFIG_INPUT is not set
# CONFIG_INPUT_KEYBDEV is not set
# CONFIG_INPUT_MOUSEDEV is not set
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_EVDEV is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=m
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256

#
# I2C support
#
# CONFIG_I2C is not set

#
# Mice
#
CONFIG_BUSMOUSE=m
CONFIG_ATIXL_BUSMOUSE=m
# CONFIG_LOGIBUSMOUSE is not set
CONFIG_MS_BUSMOUSE=m
CONFIG_MOUSE=y
CONFIG_PSMOUSE=m
CONFIG_82C710_MOUSE=y
# CONFIG_PC110_PAD is not set
# CONFIG_MK712_MOUSE is not set

#
# Joysticks
#
# CONFIG_INPUT_GAMEPORT is not set
# CONFIG_QIC02_TAPE is not set

#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
# CONFIG_AMD_RNG is not set
# CONFIG_INTEL_RNG is not set
# CONFIG_AMD_PM768 is not set
# CONFIG_NVRAM is not set
# CONFIG_RTC is not set
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set

#
# Ftape, the floppy tape device driver
#
CONFIG_FTAPE=m
# CONFIG_ZFTAPE is not set
CONFIG_FT_NR_BUFFERS=3
# CONFIG_FT_PROC_FS is not set
CONFIG_FT_NORMAL_DEBUG=y
# CONFIG_FT_FULL_DEBUG is not set
# CONFIG_FT_NO_TRACE is not set
# CONFIG_FT_NO_TRACE_AT_ALL is not set
CONFIG_FT_STD_FDC=y
# CONFIG_FT_MACH2 is not set
# CONFIG_FT_PROBE_FC10 is not set
# CONFIG_FT_ALT_FDC is not set
CONFIG_FT_FDC_THR=8
CONFIG_FT_FDC_MAX_RATE=2000
CONFIG_FT_ALPHA_CLOCK=0
CONFIG_AGP=y
CONFIG_AGP_INTEL=y
CONFIG_AGP_I810=y
CONFIG_AGP_VIA=y
CONFIG_AGP_AMD=y
# CONFIG_AGP_AMD_8151 is not set
CONFIG_AGP_SIS=y
CONFIG_AGP_ALI=y
# CONFIG_AGP_SWORKS is not set
CONFIG_DRM=y
# CONFIG_DRM_OLD is not set
CONFIG_DRM_NEW=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_I810_XFREE_41 is not set
# CONFIG_DRM_I830 is not set
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set

#
# PCMCIA character devices
#
# CONFIG_PCMCIA_SERIAL_CS is not set
# CONFIG_SYNCLINK_CS is not set
# CONFIG_MWAVE is not set

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set

#
# File systems
#
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
CONFIG_AUTOFS4_FS=y
# CONFIG_REISERFS_FS is not set
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
# CONFIG_ADFS_FS is not set
# CONFIG_ADFS_FS_RW is not set
CONFIG_AFFS_FS=m
# CONFIG_HFS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BEFS_DEBUG is not set
# CONFIG_BFS_FS is not set
CONFIG_EXT3_FS=y
CONFIG_JBD=y
CONFIG_JBD_DEBUG=y
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_UMSDOS_FS=m
CONFIG_VFAT_FS=m
# CONFIG_EFS_FS is not set
# CONFIG_JFFS_FS is not set
# CONFIG_JFFS2_FS is not set
# CONFIG_CRAMFS is not set
CONFIG_TMPFS=y
CONFIG_RAMFS=y
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
# CONFIG_JFS_FS is not set
# CONFIG_JFS_DEBUG is not set
# CONFIG_JFS_STATISTICS is not set
CONFIG_MINIX_FS=y
# CONFIG_VXFS_FS is not set
# CONFIG_NTFS_FS is not set
# CONFIG_NTFS_RW is not set
CONFIG_HPFS_FS=m
CONFIG_PROC_FS=y
# CONFIG_DEVFS_FS is not set
# CONFIG_DEVFS_MOUNT is not set
# CONFIG_DEVFS_DEBUG is not set
CONFIG_DEVPTS_FS=y
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX4FS_RW is not set
# CONFIG_ROMFS_FS is not set
CONFIG_EXT2_FS=y
CONFIG_SYSV_FS=m
# CONFIG_UDF_FS is not set
# CONFIG_UDF_RW is not set
CONFIG_UFS_FS=m
# CONFIG_UFS_FS_WRITE is not set

#
# Network File Systems
#
# CONFIG_CODA_FS is not set
# CONFIG_INTERMEZZO_FS is not set
CONFIG_NFS_FS=m
# CONFIG_NFS_V3 is not set
# CONFIG_ROOT_NFS is not set
CONFIG_NFSD=y
# CONFIG_NFSD_V3 is not set
# CONFIG_NFSD_TCP is not set
CONFIG_SUNRPC=y
CONFIG_LOCKD=y
CONFIG_SMB_FS=m
# CONFIG_SMB_NLS_DEFAULT is not set
CONFIG_NCP_FS=m
# CONFIG_NCPFS_PACKET_SIGNING is not set
# CONFIG_NCPFS_IOCTL_LOCKING is not set
# CONFIG_NCPFS_STRONG is not set
# CONFIG_NCPFS_NFS_NS is not set
# CONFIG_NCPFS_OS2_NS is not set
# CONFIG_NCPFS_SMALLDOS is not set
# CONFIG_NCPFS_NLS is not set
CONFIG_NCPFS_EXTRAS=y
CONFIG_ZISOFS_FS=m

#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_SMB_NLS=y
CONFIG_NLS=y

#
# Native Language Support
#
CONFIG_NLS_DEFAULT="iso8859-1"
# CONFIG_NLS_CODEPAGE_437 is not set
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=y
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ISO8859_1 is not set
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not set

#
# Console drivers
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VIDEO_SELECT is not set
# CONFIG_MDA_CONSOLE is not set

#
# Frame-buffer support
#
# CONFIG_FB is not set

#
# Sound
#
CONFIG_SOUND=m
# CONFIG_SOUND_ALI5455 is not set
# CONFIG_SOUND_BT878 is not set
# CONFIG_SOUND_CMPCI is not set
# CONFIG_SOUND_EMU10K1 is not set
# CONFIG_MIDI_EMU10K1 is not set
# CONFIG_SOUND_FUSION is not set
# CONFIG_SOUND_CS4281 is not set
# CONFIG_SOUND_ES1370 is not set
CONFIG_SOUND_ES1371=m
# CONFIG_SOUND_ESSSOLO1 is not set
# CONFIG_SOUND_MAESTRO is not set
# CONFIG_SOUND_MAESTRO3 is not set
# CONFIG_SOUND_FORTE is not set
# CONFIG_SOUND_ICH is not set
# CONFIG_SOUND_RME96XX is not set
# CONFIG_SOUND_SONICVIBES is not set
# CONFIG_SOUND_TRIDENT is not set
# CONFIG_SOUND_MSNDCLAS is not set
# CONFIG_SOUND_MSNDPIN is not set
# CONFIG_SOUND_VIA82CXXX is not set
# CONFIG_MIDI_VIA82CXXX is not set
CONFIG_SOUND_OSS=m
CONFIG_SOUND_TRACEINIT=y
# CONFIG_SOUND_DMAP is not set
# CONFIG_SOUND_AD1816 is not set
# CONFIG_SOUND_SGALAXY is not set
# CONFIG_SOUND_ADLIB is not set
# CONFIG_SOUND_ACI_MIXER is not set
# CONFIG_SOUND_CS4232 is not set
# CONFIG_SOUND_SSCAPE is not set
# CONFIG_SOUND_GUS is not set
# CONFIG_SOUND_VMIDI is not set
# CONFIG_SOUND_TRIX is not set
# CONFIG_SOUND_MSS is not set
# CONFIG_SOUND_MPU401 is not set
# CONFIG_SOUND_NM256 is not set
# CONFIG_SOUND_MAD16 is not set
# CONFIG_SOUND_PAS is not set
# CONFIG_PAS_JOYSTICK is not set
# CONFIG_SOUND_PSS is not set
CONFIG_SOUND_SB=m
# CONFIG_SOUND_AWE32_SYNTH is not set
# CONFIG_SOUND_WAVEFRONT is not set
# CONFIG_SOUND_MAUI is not set
# CONFIG_SOUND_YM3812 is not set
# CONFIG_SOUND_OPL3SA1 is not set
# CONFIG_SOUND_OPL3SA2 is not set
# CONFIG_SOUND_YMFPCI is not set
# CONFIG_SOUND_YMFPCI_LEGACY is not set
# CONFIG_SOUND_UART6850 is not set
# CONFIG_SOUND_AEDSP16 is not set
# CONFIG_SOUND_TVMIXER is not set

#
# USB support
#
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
# CONFIG_USB_DEVICEFS is not set
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_LONG_TIMEOUT is not set
# CONFIG_USB_EHCI_HCD is not set
CONFIG_USB_UHCI_ALT=y
# CONFIG_USB_OHCI is not set
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_BLUETOOTH is not set
# CONFIG_USB_MIDI is not set
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_HP8200e is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_HID is not set
# CONFIG_USB_HIDINPUT is not set
# CONFIG_USB_HIDDEV is not set
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_DC2XX is not set
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_SCANNER is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USB_HPUSBSCSI is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_CATC is not set
# CONFIG_USB_CDCETHER is not set
# CONFIG_USB_USBNET is not set
# CONFIG_USB_USS720 is not set

#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_TIGL is not set
# CONFIG_USB_BRLVGER is not set
# CONFIG_USB_LCD is not set

#
# Bluetooth support
#
# CONFIG_BLUEZ is not set

#
# Kernel hacking
#
# CONFIG_DEBUG_KERNEL is not set

#
# Library routines
#
CONFIG_ZLIB_INFLATE=m
# CONFIG_ZLIB_DEFLATE is not set

Bei apt-get install /usr/src/kernel-image-2.4.20_10.00.Custom_i386.deb

erscheint:

E: Release 'kernel-image-2.4.20_10.00.Custom_i386' for 'python-zlib' was not found


So sehen die Fehlermeldungen aus, wenn mit einzelnen make-Befehlen hantiert wird

make -s dep:

m5sum: can't open hfc_pci
/usr/src/linux-2.4.20/include/linux/modversion.h wasn not updated.

make -s clean:  keine Fehlermeldungen

make -s bzImage:

init/do_mounts.c: In function 'rd_load_image':
init/do_mounts.c: 597: warning: int format, long int arg (arg 3)
		.
		.
agpgart_be.c: In function 'agp_generic_create_gatt_table':
agpgart_be.c: 591: warning: assignment from incompatible pointer type
		.
		.
m5sum: can't open hfc_pci (4x)
smp.c: 555: warning: type defaults to 'int' in declaration of 'send_IPI_all: butself'
smp.c: warning: function declaration isn't a prototype
smp.c: conflicting types for 'send_IPI_allbutself'
smp.c: warning: data definition has no type or storage class
smp.c: in function 'stop_this_cpu':
smp.c: 574: invalid lvalue in unary '&'
		.
		.
make [1]: *** [smp.o] Error 1
make: *** [_dir_arch/i386/kernel] Error 2


depmod -a 2.4.20:

depmod: Unresolved symbols in /lib/modules/2.4.20/kernel/fs/affs/affs.o
		.
		.

make -s modules:

md5sum: can't open hfc_pci.
cert.c: In function 'artification_check':
cert.c: 50: warning: control reaches end of non-void function
aha1542.c: 114: warning: 'setup_str' defined but not used
NCR5380.c: 458: warning:  ......
		.
		.

make -s modules_install:

md5sum: can't open hfc_pci


Seitdem ich erfolgslos so versuche, einen neuen Kernel zu kompilieren,
lässt sich in diesem Zusammenhang das X-Windows nicht mehr starten!

Wenn ich das richtig gesehen habe, fehlen in der X11-Umgebung neuerdings Fonts, 
die X-Windows zum Starten/Arbeiten ja braucht... 
Wie diese abhanden gekommen sind, ist mir absolut schleierhaft !

/var/log/kdm.log:

XFree86 Version 3.3.6a / X Window System
(protocol Version 11, revision 0, vendor release 6300)
Release Date: xx November 2000
	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.4.13 i686 [ELF] 
Configured drivers:
  SVGA: server for SVGA graphics adaptors (Patchlevel 1):
      NV1, STG2000, RIVA 128, RIVA TNT, RIVA TNT2, RIVA ULTRA TNT2,
      RIVA VANTA, RIVA ULTRA VANTA, RIVA INTEGRATED, GeForce 256,
      GeForce DDR, Quadro, GeForce2 GTS, GeForce2 GTS (rev1),
      GeForce2 Ultra, Quadro 2 Pro, GeForce2 MX, GeForce2 MX DDR,
      Quadro 2 MXR, ET4000, ET4000W32, ET4000W32i, ET4000W32i_rev_b,
      ET4000W32i_rev_c, ET4000W32p, ET4000W32p_rev_a, ET4000W32p_rev_b,
      ET4000W32p_rev_c, ET4000W32p_rev_d, ET6000, ET6100, et3000, pvga1,
      wd90c00, wd90c10, wd90c30, wd90c24, wd90c31, wd90c33, gvga, r128, ati,
      sis86c201, sis86c202, sis86c205, sis86c215, sis86c225, sis5597,
      sis5598, sis6326, sis530, sis620, sis300, sis630, sis540, tvga8200lx,
      tvga8800cs, tvga8900b, tvga8900c, tvga8900cl, tvga8900d, tvga9000,
      tvga9000i, tvga9100b, tvga9200cxr, tgui9400cxi, tgui9420, tgui9420dgi,
      tgui9430dgi, tgui9440agi, cyber9320, tgui9660, tgui9680, tgui9682,
      tgui9685, cyber9382, cyber9385, cyber9388, cyber9397, cyber9520,
      cyber9525, 3dimage975, 3dimage985, cyber9397dvd, blade3d, cyberblade,
      clgd5420, clgd5422, clgd5424, clgd5426, clgd5428, clgd5429, clgd5430,
      clgd5434, clgd5436, clgd5446, clgd5480, clgd5462, clgd5464, clgd5465,
      clgd6205, clgd6215, clgd6225, clgd6235, clgd7541, clgd7542, clgd7543,
      clgd7548, clgd7555, clgd7556, ncr77c22, ncr77c22e, cpq_avga, mga2064w,
      mga1064sg, mga2164w, mga2164w AGP, mgag200, mgag100, mgag400, oti067,
      oti077, oti087, oti037c, al2101, ali2228, ali2301, ali2302, ali2308,
      ali2401, cl6410, cl6412, cl6420, cl6440, video7, ark1000vl, ark1000pv,
      ark2000pv, ark2000mt, mx, realtek, s3_savage, s3_virge, AP6422, AT24,
      AT3D, s3_svga, NM2070, NM2090, NM2093, NM2097, NM2160, NM2200,
      ct65520, ct65525, ct65530, ct65535, ct65540, ct65545, ct65546,
      ct65548, ct65550, ct65554, ct65555, ct68554, ct69000, ct64200,
      ct64300, mediagx, V1000, V2100, V2200, p9100, spc8110, i740, i740_pci,
      Voodoo Banshee, Voodoo3, smi, generic
(using VT number 7)

XF86Config: /etc/X11/XF86Config
(**) stands for supplied, (--) stands for probed/default values
(--) no ModulePath specified using default: /usr/X11R6/lib/modules
pex5.so: Unknown error loading module
xie.so: Unknown error loading module
(**) XKB: rules: "xfree86"
(**) XKB: model: "pc104"
(**) XKB: layout: "de"
(**) Mouse: type: Microsoft, device: /dev/ttyS0, baudrate: 1200
(**) Mouse: buttons: 5, 3 button emulation (timeout: 50ms)
(**) Mouse: zaxismapping: (-)4 (+)5
(**) SVGA: Graphics device ID: "Generic Video Card"
(**) SVGA: Monitor ID: "Generic Monitor"
(--) SVGA: Mode "1280x960" needs hsync freq of 85.94 kHz. Deleted.
(--) SVGA: Mode "1280x1024" needs hsync freq of 79.98 kHz. Deleted.
(--) SVGA: Mode "1280x1024" needs hsync freq of 91.15 kHz. Deleted.
(--) SVGA: Mode "1600x1200" needs hsync freq of 75.00 kHz. Deleted.
(--) SVGA: Mode "1600x1200" needs hsync freq of 81.25 kHz. Deleted.
(--) SVGA: Mode "1600x1200" needs hsync freq of 87.50 kHz. Deleted.
(--) SVGA: Mode "1600x1200" needs hsync freq of 93.75 kHz. Deleted.
(--) SVGA: Mode "1600x1200" needs hsync freq of 106.25 kHz. Deleted.
(--) SVGA: Mode "1792x1344" needs hsync freq of 83.66 kHz. Deleted.
(--) SVGA: Mode "1792x1344" needs hsync freq of 106.27 kHz. Deleted.
(--) SVGA: Mode "1856x1392" needs hsync freq of 86.35 kHz. Deleted.
(--) SVGA: Mode "1856x1392" needs hsync freq of 112.50 kHz. Deleted.
(--) SVGA: Mode "1920x1440" needs hsync freq of 90.00 kHz. Deleted.
(--) SVGA: Mode "1920x1440" needs hsync freq of 112.50 kHz. Deleted.
Warning: The directory "/usr/lib/X11/fonts/cyrillic" does not exist.
         Entry deleted from font path.
Warning: The directory "/usr/lib/X11/fonts/100dpi/" does not exist.
         Entry deleted from font path.
Warning: The directory "/usr/lib/X11/fonts/Type1" does not exist.
         Entry deleted from font path.
Warning: The directory "/usr/lib/X11/fonts/CID" does not exist.
         Entry deleted from font path.
Warning: The directory "/usr/lib/X11/fonts/Speedo" does not exist.
         Entry deleted from font path.
Warning: The directory "/usr/lib/X11/fonts/100dpi" does not exist.
         Entry deleted from font path.
(**) FontPath set to "unix/:7100,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/75dpi/:unscaled,/usr/lib/X11/fonts/75dpi"
(--) SVGA: PCI: ATI Mach64 GT Pro rev 92, Memory @ 0xe0000000, MMIO @ 0xe1002000, I/O @ 0x6800
Using XFree86 ATI driver version 4.9.
ATI 3D Rage Pro graphics controller detected.
Chip type 4750 "GP", version 4, foundry UMC, class 0, revision 0x01.
PCI interface detected;  Block I/O base is 0x6800.
ATI Mach64 video adapter detected.
Internal RAMDAC (subtype 1) detected.
Using 8MB linear aperture at 0xE0000000.
8192 kB of SGRAM (1:1) detected.
Internal programmable clock generator detected.
Reference clock 29.500 MHz.
(--) SVGA: chipset:  ati
(--) SVGA: videoram: 8192k
(**) SVGA: Using 32 bpp, Depth 24, Color weight: 888
(--) SVGA: Maximum allowed dot-clock: 230.000 MHz
(**) SVGA: Mode "1024x768": mode clock =  94.500
(--) SVGA: Virtual resolution set to 1024x768

Fatal server error:
Cannot open mouse (No such device)


When reporting a problem related to a server crash, please send
the full server output, not just the last messages

warning: process set to nice value 0 instead of -10 as requested



/var/log/syslog:

Feb 24 10:42:26 CWALTH02 syslogd 1.4.1#10: restart.
Feb 24 10:42:26 CWALTH02 kernel: klogd 1.4.1#10, log source = /proc/kmsg started.
Feb 24 10:42:26 CWALTH02 kernel: Inspecting /boot/System.map-2.4.20
Feb 24 10:42:27 CWALTH02 rpc.statd[273]: Version 1.0 Starting
Feb 24 10:42:28 CWALTH02 /usr/sbin/gpm[284]: oops() invoked from gpm.c(993)
Feb 24 10:42:28 CWALTH02 /usr/sbin/gpm[284]: /dev/psaux: No such device
Feb 24 10:42:28 CWALTH02 kernel: Loaded 18194 symbols from /boot/System.map-2.4.20.
Feb 24 10:42:28 CWALTH02 kernel: Symbols match kernel version 2.4.20.
Feb 24 10:42:28 CWALTH02 kernel: No module symbols loaded.
Feb 24 10:42:28 CWALTH02 kernel: Linux version 2.4.20 (root@CWALTH02) (gcc version 2.95.4 20011002 (Debian prerelease)) #1 SMP Sun Jan 26 21:17:30 CET 2003
Feb 24 10:42:28 CWALTH02 kernel: BIOS-provided physical RAM map:
Feb 24 10:42:28 CWALTH02 kernel:  BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
Feb 24 10:42:28 CWALTH02 kernel:  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
Feb 24 10:42:28 CWALTH02 kernel:  BIOS-e820: 0000000000100000 - 0000000010000000 (usable)
Feb 24 10:42:28 CWALTH02 kernel:  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
Feb 24 10:42:28 CWALTH02 kernel: 256MB LOWMEM available.
Feb 24 10:42:28 CWALTH02 kernel: On node 0 totalpages: 65536
Feb 24 10:42:28 CWALTH02 kernel: zone(0): 4096 pages.
Feb 24 10:42:28 CWALTH02 kernel: zone(1): 61440 pages.
Feb 24 10:42:28 CWALTH02 kernel: zone(2): 0 pages.
Feb 24 10:42:28 CWALTH02 kernel: Kernel command line: BOOT_IMAGE=lvm root=3a02 ramdisk=8192 116301,16,63
Feb 24 10:42:28 CWALTH02 kernel: No local APIC present or hardware disabled
Feb 24 10:42:28 CWALTH02 kernel: Initializing CPU#0
Feb 24 10:42:28 CWALTH02 kernel: Detected 167.045 MHz processor.
Feb 24 10:42:28 CWALTH02 kernel: Console: colour VGA+ 80x25
Feb 24 10:42:28 CWALTH02 kernel: Calibrating delay loop... 333.41 BogoMIPS
Feb 24 10:42:28 CWALTH02 kernel: Memory: 255404k/262144k available (1354k kernel code, 6356k reserved, 538k data, 108k init, 0k highmem)
Feb 24 10:42:28 CWALTH02 kernel: Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)
Feb 24 10:42:28 CWALTH02 kernel: Inode cache hash table entries: 16384 (order: 5, 131072 bytes)
Feb 24 10:42:28 CWALTH02 kernel: Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
Feb 24 10:42:28 CWALTH02 kernel: Buffer-cache hash table entries: 16384 (order: 4, 65536 bytes)
Feb 24 10:42:28 CWALTH02 kernel: Page-cache hash table entries: 65536 (order: 6, 262144 bytes)
Feb 24 10:42:28 CWALTH02 kernel: Intel Pentium with F0 0F bug - workaround enabled.
Feb 24 10:42:28 CWALTH02 kernel: CPU:     After generic, caps: 008001bf 00000000 00000000 00000000
Feb 24 10:42:28 CWALTH02 kernel: CPU:             Common caps: 008001bf 00000000 00000000 00000000
Feb 24 10:42:28 CWALTH02 kernel: Checking 'hlt' instruction... OK.
Feb 24 10:42:28 CWALTH02 kernel: POSIX conformance testing by UNIFIX
Feb 24 10:42:28 CWALTH02 kernel: CPU:     After generic, caps: 008001bf 00000000 00000000 00000000
Feb 24 10:42:28 CWALTH02 kernel: CPU:             Common caps: 008001bf 00000000 00000000 00000000
Feb 24 10:42:28 CWALTH02 kernel: CPU0: Intel Pentium MMX stepping 03
Feb 24 10:42:28 CWALTH02 kernel: per-CPU timeslice cutoff: 159.91 usecs.
Feb 24 10:42:28 CWALTH02 kernel: SMP motherboard not detected.
Feb 24 10:42:28 CWALTH02 kernel: Local APIC not detected. Using dummy APIC emulation.
Feb 24 10:42:28 CWALTH02 kernel: Waiting on wait_init_idle (map = 0x0)
Feb 24 10:42:28 CWALTH02 kernel: All processors have done init_idle
Feb 24 10:42:28 CWALTH02 kernel: PCI: PCI BIOS revision 2.10 entry at 0xfb460, last bus=0
Feb 24 10:42:28 CWALTH02 kernel: PCI: Using configuration type 1
Feb 24 10:42:28 CWALTH02 kernel: PCI: Probing PCI hardware
Feb 24 10:42:28 CWALTH02 kernel: PCI: Using IRQ router ALI [10b9/1533] at 00:02.0
Feb 24 10:42:28 CWALTH02 kernel: isapnp: Scanning for PnP cards...
Feb 24 10:42:28 CWALTH02 kernel: isapnp: No Plug & Play device found
Feb 24 10:42:28 CWALTH02 kernel: Linux NET4.0 for Linux 2.4
Feb 24 10:42:28 CWALTH02 kernel: Based upon Swansea University Computer Society NET3.039
Feb 24 10:42:28 CWALTH02 kernel: Initializing RT netlink socket
Feb 24 10:42:28 CWALTH02 kernel: Starting kswapd
Feb 24 10:42:28 CWALTH02 kernel: Journalled Block Device driver loaded
Feb 24 10:42:28 CWALTH02 kernel: Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Feb 24 10:42:28 CWALTH02 kernel: pty: 256 Unix98 ptys configured
Feb 24 10:42:28 CWALTH02 kernel: Uniform Multi-Platform E-IDE driver Revision: 6.31
Feb 24 10:42:28 CWALTH02 kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Feb 24 10:42:28 CWALTH02 kernel: ALI15X3: IDE controller on PCI bus 00 dev 58
Feb 24 10:42:28 CWALTH02 kernel: ALI15X3: detected chipset, but driver not compiled in!
Feb 24 10:42:28 CWALTH02 kernel: PCI: Assigned IRQ 10 for device 00:0b.0
Feb 24 10:42:28 CWALTH02 kernel: ALI15X3: chipset revision 32
Feb 24 10:42:28 CWALTH02 kernel: ALI15X3: not 100%% native mode: will probe irqs later
Feb 24 10:42:28 CWALTH02 kernel: ALI15X3: simplex device:  DMA disabled
Feb 24 10:42:28 CWALTH02 kernel: ide0: ALI15X3 Bus-Master DMA disabled (BIOS)
Feb 24 10:42:28 CWALTH02 kernel: ALI15X3: simplex device:  DMA disabled
Feb 24 10:42:28 CWALTH02 kernel: ide1: ALI15X3 Bus-Master DMA disabled (BIOS)
Feb 24 10:42:28 CWALTH02 kernel: hda: IBM-DCAA-34330, ATA DISK drive
Feb 24 10:42:28 CWALTH02 kernel: hdb: LTN483L, ATAPI CD/DVD-ROM drive
Feb 24 10:42:28 CWALTH02 kernel: hdc: ST360020A, ATA DISK drive
Feb 24 10:42:28 CWALTH02 kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Feb 24 10:42:28 CWALTH02 kernel: ide1 at 0x170-0x177,0x376 on irq 15
Feb 24 10:42:28 CWALTH02 kernel: hda: 8467200 sectors (4335 MB) w/96KiB Cache, CHS=527/255/63
Feb 24 10:42:28 CWALTH02 kernel: hdc: 117231408 sectors (60022 MB) w/2048KiB Cache, CHS=116301/16/63
Feb 24 10:42:28 CWALTH02 kernel: hdb: ATAPI 48X CD-ROM drive, 120kB Cache
Feb 24 10:42:28 CWALTH02 kernel: Uniform CD-ROM driver Revision: 3.12
Feb 24 10:42:28 CWALTH02 kernel: Partition check:
Feb 24 10:42:28 CWALTH02 kernel:  hda: hda1
Feb 24 10:42:28 CWALTH02 kernel:  hdc: hdc1 hdc2
Feb 24 10:42:28 CWALTH02 kernel: Floppy drive(s): fd0 is 1.44M, fd1 is 1.2M
Feb 24 10:42:28 CWALTH02 kernel: FDC 0 is a post-1991 82077
Feb 24 10:42:28 CWALTH02 kernel: RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
Feb 24 10:42:28 CWALTH02 kernel: atp.c:v1.09 8/9/2000 Donald Becker <becker@scyld.com>
Feb 24 10:42:28 CWALTH02 kernel:   http://www.scyld.com/network/atp.html
Feb 24 10:42:28 CWALTH02 kernel: Linux agpgart interface v0.99 (c) Jeff Hartmann
Feb 24 10:42:28 CWALTH02 kernel: agpgart: Maximum main memory to use for agp memory: 204M
Feb 24 10:42:28 CWALTH02 kernel: agpgart: no supported devices found.
Feb 24 10:42:28 CWALTH02 kernel: Linux Kernel Card Services 3.1.22
Feb 24 10:42:28 CWALTH02 kernel:   options:  [pci] [cardbus] [pm]
Feb 24 10:42:28 CWALTH02 kernel: usb.c: registered new driver hub
Feb 24 10:42:28 CWALTH02 kernel: uhci.c: USB Universal Host Controller Interface driver v1.1
Feb 24 10:42:28 CWALTH02 kernel: LVM version 1.0.5+(22/07/2002)
Feb 24 10:42:28 CWALTH02 kernel: NET4: Linux TCP/IP 1.0 for NET4.0
Feb 24 10:42:28 CWALTH02 kernel: IP Protocols: ICMP, UDP, TCP
Feb 24 10:42:28 CWALTH02 kernel: IP: routing cache hash table of 2048 buckets, 16Kbytes
Feb 24 10:42:28 CWALTH02 kernel: TCP: Hash tables configured (established 16384 bind 16384)
Feb 24 10:42:28 CWALTH02 kernel: NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
Feb 24 10:42:28 CWALTH02 kernel: ds: no socket drivers loaded!
Feb 24 10:42:28 CWALTH02 kernel: RAMDISK: Compressed image found at block 0
Feb 24 10:42:28 CWALTH02 kernel: Freeing initrd memory: 1080k freed
Feb 24 10:42:28 CWALTH02 kernel: VFS: Mounted root (ext2 filesystem).
Feb 24 10:42:28 CWALTH02 kernel: kjournald starting.  Commit interval 5 seconds
Feb 24 10:42:28 CWALTH02 kernel: EXT3-fs: mounted filesystem with ordered data mode.
Feb 24 10:42:28 CWALTH02 kernel: VFS: Mounted root (ext3 filesystem) readonly.
Feb 24 10:42:28 CWALTH02 kernel: Trying to move old root to /initrd ... okay
Feb 24 10:42:28 CWALTH02 kernel: Freeing unused kernel memory: 108k freed
Feb 24 10:42:28 CWALTH02 kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on lvm(58,2), internal journal
Feb 24 10:42:28 CWALTH02 kernel: kjournald starting.  Commit interval 5 seconds
Feb 24 10:42:28 CWALTH02 kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
Feb 24 10:42:28 CWALTH02 kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on lvm(58,0), internal journal
Feb 24 10:42:28 CWALTH02 kernel: EXT3-fs: mounted filesystem with ordered data mode.
Feb 24 10:42:28 CWALTH02 kernel: kjournald starting.  Commit interval 5 seconds
Feb 24 10:42:28 CWALTH02 kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
Feb 24 10:42:28 CWALTH02 kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on lvm(58,3), internal journal
Feb 24 10:42:28 CWALTH02 kernel: EXT3-fs: mounted filesystem with ordered data mode.
Feb 24 10:42:32 CWALTH02 dhcpd-2.2.x: Internet Software Consortium DHCP Server 2.0pl5
Feb 24 10:42:32 CWALTH02 dhcpd-2.2.x: Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
Feb 24 10:42:32 CWALTH02 dhcpd-2.2.x: All rights reserved.
Feb 24 10:42:32 CWALTH02 dhcpd-2.2.x: 
Feb 24 10:42:32 CWALTH02 dhcpd-2.2.x: Please contribute if you find this software useful.
Feb 24 10:42:32 CWALTH02 dhcpd-2.2.x: For info, please visit http://www.isc.org/dhcp-contrib.html
Feb 24 10:42:32 CWALTH02 dhcpd-2.2.x: 
Feb 24 10:42:32 CWALTH02 dhcpd-2.2.x: Sending on   Socket/fallback/fallback-net
Feb 24 10:42:32 CWALTH02 dhcpd-2.2.x: There's already a DHCP server running. 
Feb 24 10:42:32 CWALTH02 lpd[306]: restarted
Feb 24 10:42:34 CWALTH02 kernel: snort uses obsolete (PF_INET,SOCK_PACKET)
Feb 24 10:42:34 CWALTH02 snort: ioctl(SIOC*MTU):No such device
Feb 24 10:42:34 CWALTH02 snort: Automagic MTU discovery failed. Using default 1500
Feb 24 10:42:34 CWALTH02 snort: FATAL ERROR: ERROR: OpenPcap() device eth0 open:  ^Ibind: No such device 
Feb 24 10:42:35 CWALTH02 /usr/sbin/cron[338]: (CRON) INFO (pidfile fd = 5)
Feb 24 10:42:35 CWALTH02 /usr/sbin/cron[339]: (CRON) STARTUP (fork ok)
Feb 24 10:42:35 CWALTH02 /usr/sbin/cron[339]: (CRON) INFO (Running @reboot jobs)
Feb 24 10:42:36 CWALTH02 /USR/SBIN/CRON[345]: (root) CMD (test -x /usr/sbin/logcheck && nice -n10 /usr/sbin/logcheck)
Feb 24 10:42:36 CWALTH02 /USR/SBIN/CRON[346]: (root) CMD (test -x /usr/lib/atsar/atsadc && /usr/lib/atsar/atsadc /var/log/atsar/atsa`date +%d`)
Feb 24 10:42:43 CWALTH02 modprobe: modprobe: Can't locate module char-major-4
Feb 24 10:42:44 CWALTH02 kdm[421]: IO Error in XOpenDisplay
Feb 24 10:42:44 CWALTH02 kdm[393]: Display :0 cannot be opened
Feb 24 10:42:46 CWALTH02 modprobe: modprobe: Can't locate module char-major-4
Feb 24 10:42:48 CWALTH02 kdm[592]: IO Error in XOpenDisplay
Feb 24 10:42:48 CWALTH02 kdm[393]: Display :0 cannot be opened
Feb 24 10:42:50 CWALTH02 modprobe: modprobe: Can't locate module char-major-4
Feb 24 10:42:51 CWALTH02 kdm[622]: IO Error in XOpenDisplay
Feb 24 10:42:51 CWALTH02 kdm[393]: Display :0 cannot be opened
Feb 24 10:42:52 CWALTH02 modprobe: modprobe: Can't locate module char-major-4
Feb 24 10:42:54 CWALTH02 kdm[668]: IO Error in XOpenDisplay
Feb 24 10:42:54 CWALTH02 kdm[393]: Display :0 cannot be opened
Feb 24 10:42:54 CWALTH02 kdm[393]: Display :0 is being disabled (restarting too fast)
Feb 24 10:43:14 CWALTH02 mc: /dev/gpmctl: No such file or directory
Feb 24 10:43:14 CWALTH02 mc: /dev/gpmctl: No such file or directory
Feb 24 10:43:46 CWALTH02 kernel: FAT: bogus logical sector size 63222
Feb 24 10:43:46 CWALTH02 kernel: VFS: Can't find a valid FAT filesystem on dev 02:00.
Feb 24 10:44:34 CWALTH02 modprobe: modprobe: Can't locate module nls_cp437
Feb 24 10:44:34 CWALTH02 modprobe: modprobe: Can't locate module nls_iso8859-1
Feb 24 10:44:34 CWALTH02 modprobe: modprobe: Can't locate module nls_iso8859-1
Feb 24 10:45:01 CWALTH02 /USR/SBIN/CRON[699]: (root) CMD (test -x /usr/lib/sysstat/sa1 && /usr/lib/sysstat/sa1)
Feb 24 10:50:02 CWALTH02 /USR/SBIN/CRON[709]: (root) CMD (/usr/sbin/checkservice -l /var/log/checkservice > /dev/null)
Feb 24 10:50:02 CWALTH02 /USR/SBIN/CRON[710]: (root) CMD (test -x /usr/lib/atsar/atsa1 && /usr/lib/atsar/atsa1)
Feb 24 10:50:59 CWALTH02 modprobe: modprobe: Can't locate module char-major-4

/var/log/messages:

Feb 24 10:42:26 CWALTH02 syslogd 1.4.1#10: restart.
Feb 24 10:42:26 CWALTH02 kernel: klogd 1.4.1#10, log source = /proc/kmsg started.
Feb 24 10:42:26 CWALTH02 kernel: Inspecting /boot/System.map-2.4.20
Feb 24 10:42:28 CWALTH02 kernel: Loaded 18194 symbols from /boot/System.map-2.4.20.
Feb 24 10:42:28 CWALTH02 kernel: Symbols match kernel version 2.4.20.
Feb 24 10:42:28 CWALTH02 kernel: No module symbols loaded.
Feb 24 10:42:28 CWALTH02 kernel: Linux version 2.4.20 (root@CWALTH02) (gcc version 2.95.4 20011002 (Debian prerelease)) #1 SMP Sun Jan 26 21:17:30 CET 2003
Feb 24 10:42:28 CWALTH02 kernel: BIOS-provided physical RAM map:
Feb 24 10:42:28 CWALTH02 kernel:  BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
Feb 24 10:42:28 CWALTH02 kernel:  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
Feb 24 10:42:28 CWALTH02 kernel:  BIOS-e820: 0000000000100000 - 0000000010000000 (usable)
Feb 24 10:42:28 CWALTH02 kernel:  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
Feb 24 10:42:28 CWALTH02 kernel: 256MB LOWMEM available.
Feb 24 10:42:28 CWALTH02 kernel: On node 0 totalpages: 65536
Feb 24 10:42:28 CWALTH02 kernel: zone(0): 4096 pages.
Feb 24 10:42:28 CWALTH02 kernel: zone(1): 61440 pages.
Feb 24 10:42:28 CWALTH02 kernel: zone(2): 0 pages.
Feb 24 10:42:28 CWALTH02 kernel: Kernel command line: BOOT_IMAGE=lvm root=3a02 ramdisk=8192 116301,16,63
Feb 24 10:42:28 CWALTH02 kernel: No local APIC present or hardware disabled
Feb 24 10:42:28 CWALTH02 kernel: Initializing CPU#0
Feb 24 10:42:28 CWALTH02 kernel: Detected 167.045 MHz processor.
Feb 24 10:42:28 CWALTH02 kernel: Console: colour VGA+ 80x25
Feb 24 10:42:28 CWALTH02 kernel: Calibrating delay loop... 333.41 BogoMIPS
Feb 24 10:42:28 CWALTH02 kernel: Memory: 255404k/262144k available (1354k kernel code, 6356k reserved, 538k data, 108k init, 0k highmem)
Feb 24 10:42:28 CWALTH02 kernel: Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)
Feb 24 10:42:28 CWALTH02 kernel: Inode cache hash table entries: 16384 (order: 5, 131072 bytes)
Feb 24 10:42:28 CWALTH02 kernel: Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
Feb 24 10:42:28 CWALTH02 kernel: Buffer-cache hash table entries: 16384 (order: 4, 65536 bytes)
Feb 24 10:42:28 CWALTH02 kernel: Page-cache hash table entries: 65536 (order: 6, 262144 bytes)
Feb 24 10:42:28 CWALTH02 kernel: Intel Pentium with F0 0F bug - workaround enabled.
Feb 24 10:42:28 CWALTH02 kernel: Checking 'hlt' instruction... OK.
Feb 24 10:42:28 CWALTH02 kernel: POSIX conformance testing by UNIFIX
Feb 24 10:42:28 CWALTH02 kernel: CPU0: Intel Pentium MMX stepping 03
Feb 24 10:42:28 CWALTH02 kernel: per-CPU timeslice cutoff: 159.91 usecs.
Feb 24 10:42:28 CWALTH02 kernel: SMP motherboard not detected.
Feb 24 10:42:28 CWALTH02 kernel: Local APIC not detected. Using dummy APIC emulation.
Feb 24 10:42:28 CWALTH02 kernel: Waiting on wait_init_idle (map = 0x0)
Feb 24 10:42:28 CWALTH02 kernel: All processors have done init_idle
Feb 24 10:42:28 CWALTH02 kernel: PCI: PCI BIOS revision 2.10 entry at 0xfb460, last bus=0
Feb 24 10:42:28 CWALTH02 kernel: PCI: Using configuration type 1
Feb 24 10:42:28 CWALTH02 kernel: PCI: Probing PCI hardware
Feb 24 10:42:28 CWALTH02 kernel: PCI: Using IRQ router ALI [10b9/1533] at 00:02.0
Feb 24 10:42:28 CWALTH02 kernel: isapnp: Scanning for PnP cards...
Feb 24 10:42:28 CWALTH02 kernel: isapnp: No Plug & Play device found
Feb 24 10:42:28 CWALTH02 kernel: Linux NET4.0 for Linux 2.4
Feb 24 10:42:28 CWALTH02 kernel: Based upon Swansea University Computer Society NET3.039
Feb 24 10:42:28 CWALTH02 kernel: Initializing RT netlink socket
Feb 24 10:42:28 CWALTH02 kernel: Starting kswapd
Feb 24 10:42:28 CWALTH02 kernel: Journalled Block Device driver loaded
Feb 24 10:42:28 CWALTH02 kernel: Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Feb 24 10:42:28 CWALTH02 kernel: pty: 256 Unix98 ptys configured
Feb 24 10:42:28 CWALTH02 kernel: Uniform Multi-Platform E-IDE driver Revision: 6.31
Feb 24 10:42:28 CWALTH02 kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Feb 24 10:42:28 CWALTH02 kernel: ALI15X3: IDE controller on PCI bus 00 dev 58
Feb 24 10:42:28 CWALTH02 kernel: ALI15X3: detected chipset, but driver not compiled in!
Feb 24 10:42:28 CWALTH02 kernel: PCI: Assigned IRQ 10 for device 00:0b.0
Feb 24 10:42:28 CWALTH02 kernel: ALI15X3: chipset revision 32
Feb 24 10:42:28 CWALTH02 kernel: ALI15X3: not 100%% native mode: will probe irqs later
Feb 24 10:42:28 CWALTH02 kernel: ALI15X3: simplex device:  DMA disabled
Feb 24 10:42:28 CWALTH02 kernel: ide0: ALI15X3 Bus-Master DMA disabled (BIOS)
Feb 24 10:42:28 CWALTH02 kernel: ALI15X3: simplex device:  DMA disabled
Feb 24 10:42:28 CWALTH02 kernel: ide1: ALI15X3 Bus-Master DMA disabled (BIOS)
Feb 24 10:42:28 CWALTH02 kernel: hda: IBM-DCAA-34330, ATA DISK drive
Feb 24 10:42:28 CWALTH02 kernel: hdb: LTN483L, ATAPI CD/DVD-ROM drive
Feb 24 10:42:28 CWALTH02 kernel: hdc: ST360020A, ATA DISK drive
Feb 24 10:42:28 CWALTH02 kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Feb 24 10:42:28 CWALTH02 kernel: ide1 at 0x170-0x177,0x376 on irq 15
Feb 24 10:42:28 CWALTH02 kernel: hda: 8467200 sectors (4335 MB) w/96KiB Cache, CHS=527/255/63
Feb 24 10:42:28 CWALTH02 kernel: hdc: 117231408 sectors (60022 MB) w/2048KiB Cache, CHS=116301/16/63
Feb 24 10:42:28 CWALTH02 kernel: hdb: ATAPI 48X CD-ROM drive, 120kB Cache
Feb 24 10:42:28 CWALTH02 kernel: Uniform CD-ROM driver Revision: 3.12
Feb 24 10:42:28 CWALTH02 kernel: Partition check:
Feb 24 10:42:28 CWALTH02 kernel:  hda: hda1
Feb 24 10:42:28 CWALTH02 kernel:  hdc: hdc1 hdc2
Feb 24 10:42:28 CWALTH02 kernel: Floppy drive(s): fd0 is 1.44M, fd1 is 1.2M
Feb 24 10:42:28 CWALTH02 kernel: FDC 0 is a post-1991 82077
Feb 24 10:42:28 CWALTH02 kernel: RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
Feb 24 10:42:28 CWALTH02 kernel: atp.c:v1.09 8/9/2000 Donald Becker <becker@scyld.com>
Feb 24 10:42:28 CWALTH02 kernel:   http://www.scyld.com/network/atp.html
Feb 24 10:42:28 CWALTH02 kernel: Linux agpgart interface v0.99 (c) Jeff Hartmann
Feb 24 10:42:28 CWALTH02 kernel: agpgart: Maximum main memory to use for agp memory: 204M
Feb 24 10:42:28 CWALTH02 kernel: Linux Kernel Card Services 3.1.22
Feb 24 10:42:28 CWALTH02 kernel:   options:  [pci] [cardbus] [pm]
Feb 24 10:42:28 CWALTH02 kernel: usb.c: registered new driver hub
Feb 24 10:42:28 CWALTH02 kernel: uhci.c: USB Universal Host Controller Interface driver v1.1
Feb 24 10:42:28 CWALTH02 kernel: LVM version 1.0.5+(22/07/2002)
Feb 24 10:42:28 CWALTH02 kernel: NET4: Linux TCP/IP 1.0 for NET4.0
Feb 24 10:42:28 CWALTH02 kernel: IP Protocols: ICMP, UDP, TCP
Feb 24 10:42:28 CWALTH02 kernel: IP: routing cache hash table of 2048 buckets, 16Kbytes
Feb 24 10:42:28 CWALTH02 kernel: TCP: Hash tables configured (established 16384 bind 16384)
Feb 24 10:42:28 CWALTH02 kernel: NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
Feb 24 10:42:28 CWALTH02 kernel: ds: no socket drivers loaded!
Feb 24 10:42:28 CWALTH02 kernel: RAMDISK: Compressed image found at block 0
Feb 24 10:42:28 CWALTH02 kernel: Freeing initrd memory: 1080k freed
Feb 24 10:42:28 CWALTH02 kernel: VFS: Mounted root (ext2 filesystem).
Feb 24 10:42:28 CWALTH02 kernel: kjournald starting.  Commit interval 5 seconds
Feb 24 10:42:28 CWALTH02 kernel: EXT3-fs: mounted filesystem with ordered data mode.
Feb 24 10:42:28 CWALTH02 kernel: VFS: Mounted root (ext3 filesystem) readonly.
Feb 24 10:42:28 CWALTH02 kernel: Trying to move old root to /initrd ... okay
Feb 24 10:42:28 CWALTH02 kernel: Freeing unused kernel memory: 108k freed
Feb 24 10:42:28 CWALTH02 kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on lvm(58,2), internal journal
Feb 24 10:42:28 CWALTH02 kernel: kjournald starting.  Commit interval 5 seconds
Feb 24 10:42:28 CWALTH02 kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
Feb 24 10:42:28 CWALTH02 kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on lvm(58,0), internal journal
Feb 24 10:42:28 CWALTH02 kernel: EXT3-fs: mounted filesystem with ordered data mode.
Feb 24 10:42:28 CWALTH02 kernel: kjournald starting.  Commit interval 5 seconds
Feb 24 10:42:28 CWALTH02 kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
Feb 24 10:42:28 CWALTH02 kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on lvm(58,3), internal journal
Feb 24 10:42:28 CWALTH02 kernel: EXT3-fs: mounted filesystem with ordered data mode.
Feb 24 10:42:32 CWALTH02 lpd[306]: restarted
Feb 24 10:42:34 CWALTH02 kernel: snort uses obsolete (PF_INET,SOCK_PACKET)
Feb 24 10:43:14 CWALTH02 mc: /dev/gpmctl: No such file or directory
Feb 24 10:43:46 CWALTH02 kernel: FAT: bogus logical sector size 63222
Feb 24 10:43:46 CWALTH02 kernel: VFS: Can't find a valid FAT filesystem on dev 02:00.


/var/log/dmesg:

Linux version 2.4.20 (root@CWALTH02) (gcc version 2.95.4 20011002 (Debian prerelease)) #1 SMP Sun Jan 26 21:17:30 CET 2003
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 0000000010000000 (usable)
 BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
256MB LOWMEM available.
On node 0 totalpages: 65536
zone(0): 4096 pages.
zone(1): 61440 pages.
zone(2): 0 pages.
Kernel command line: BOOT_IMAGE=lvm root=3a02 ramdisk=8192 116301,16,63
No local APIC present or hardware disabled
Initializing CPU#0
Detected 167.045 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 333.41 BogoMIPS
Memory: 255404k/262144k available (1354k kernel code, 6356k reserved, 538k data, 108k init, 0k highmem)
Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)
Inode cache hash table entries: 16384 (order: 5, 131072 bytes)
Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
Buffer-cache hash table entries: 16384 (order: 4, 65536 bytes)
Page-cache hash table entries: 65536 (order: 6, 262144 bytes)
Intel Pentium with F0 0F bug - workaround enabled.
CPU:     After generic, caps: 008001bf 00000000 00000000 00000000
CPU:             Common caps: 008001bf 00000000 00000000 00000000
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
CPU:     After generic, caps: 008001bf 00000000 00000000 00000000
CPU:             Common caps: 008001bf 00000000 00000000 00000000
CPU0: Intel Pentium MMX stepping 03
per-CPU timeslice cutoff: 159.91 usecs.
SMP motherboard not detected.
Local APIC not detected. Using dummy APIC emulation.
Waiting on wait_init_idle (map = 0x0)
All processors have done init_idle
PCI: PCI BIOS revision 2.10 entry at 0xfb460, last bus=0
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Using IRQ router ALI [10b9/1533] at 00:02.0
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
Journalled Block Device driver loaded
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
pty: 256 Unix98 ptys configured
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ALI15X3: IDE controller on PCI bus 00 dev 58
ALI15X3: detected chipset, but driver not compiled in!
PCI: Assigned IRQ 10 for device 00:0b.0
ALI15X3: chipset revision 32
ALI15X3: not 100% native mode: will probe irqs later
ALI15X3: simplex device:  DMA disabled
ide0: ALI15X3 Bus-Master DMA disabled (BIOS)
ALI15X3: simplex device:  DMA disabled
ide1: ALI15X3 Bus-Master DMA disabled (BIOS)
hda: IBM-DCAA-34330, ATA DISK drive
hdb: LTN483L, ATAPI CD/DVD-ROM drive
hdc: ST360020A, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: 8467200 sectors (4335 MB) w/96KiB Cache, CHS=527/255/63
hdc: 117231408 sectors (60022 MB) w/2048KiB Cache, CHS=116301/16/63
hdb: ATAPI 48X CD-ROM drive, 120kB Cache
Uniform CD-ROM driver Revision: 3.12
Partition check:
 hda: hda1
 hdc: hdc1 hdc2
Floppy drive(s): fd0 is 1.44M, fd1 is 1.2M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
atp.c:v1.09 8/9/2000 Donald Becker <becker@scyld.com>
  http://www.scyld.com/network/atp.html
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 204M
agpgart: no supported devices found.
Linux Kernel Card Services 3.1.22
  options:  [pci] [cardbus] [pm]
usb.c: registered new driver hub
uhci.c: USB Universal Host Controller Interface driver v1.1
LVM version 1.0.5+(22/07/2002)
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
IP: routing cache hash table of 2048 buckets, 16Kbytes
TCP: Hash tables configured (established 16384 bind 16384)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
ds: no socket drivers loaded!
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 1080k freed
VFS: Mounted root (ext2 filesystem).
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Trying to move old root to /initrd ... okay
Freeing unused kernel memory: 108k freed
EXT3 FS 2.4-0.9.19, 19 August 2002 on lvm(58,2), internal journal
kjournald starting.  Commit interval 5 seconds
EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
EXT3 FS 2.4-0.9.19, 19 August 2002 on lvm(58,0), internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
EXT3 FS 2.4-0.9.19, 19 August 2002 on lvm(58,3), internal journal
EXT3-fs: mounted filesystem with ordered data mode.


Kann jemand anhand des Fehlerbildes mir sagen, warum das Kernelkompilieren und das X11-Windows
nicht  mehr funktionieren und was ich unternehmen kann, damit es wieder weiter geht, denn in diesem Status 
kann ich diesen Debian-Linux-Rechner absolut vergessen ! 

Danke mal für Euer Interesse und Eure Geduld :-)

Christoph



Reply to: