View previous topic :: View next topic |
Author |
Message |
phaseburn Tux's lil' helper
Joined: 21 Feb 2003 Posts: 85 Location: Admin Land (Kernel Stack)
|
Posted: Thu Sep 29, 2005 10:45 pm Post subject: No keyboard input |
|
|
Greetings, all...
Having a problem here that seems very familiar, but I can't remember if I've had it before (if I did it was forever ago, and have forgotten how to correct)...
Here's what's going on...
I was running 2.6.12-gentoo-r4 with no problems. I upgraded to 2.6.13-hardened. Only, now, the keyboard doesn't work. Not running X, not running anything fancy (no bootsplash), just pure console... Before you kind people tell me to check my cables, let me assure you, that isn't it. First off, when the system POSTs, I can get into BIOS via the delete key with no problems. When my grub menu comes up, that fully works. Can edit, etc, from there. Once the system is booted, the keyboard acts like it is just unplugged. A reboot doesn't fix it. Thankfully, the system comes up normally, and, at that point, I'm able to get into the system via SSH.
This is a normal PS/2 keyboard, not a USB keyboard. I don't know if the mouse works, but I assume it does... Here's some output that may be of interest... Yes, the event debugger is active because I'm working on the keyboard problem; I know better than to have it on afterwards
Any help/suggestions would be very helpful, thanks...
# ls -la /dev/input/
Code: | total 0
drwxr-xr-x 2 root root 280 Sep 29 15:16 .
drwxr-xr-x 19 root root 19700 Sep 29 15:16 ..
crw-rw---- 1 root root 13, 64 Mar 10 2005 event0
crw-rw---- 1 root root 13, 65 Mar 10 2005 event1
crw-rw---- 1 root root 13, 66 Mar 10 2005 event2
crw-rw---- 1 root root 13, 67 Mar 10 2005 event3
crw-rw---- 1 root root 13, 0 Mar 10 2005 js0
crw-rw---- 1 root root 13, 1 Mar 10 2005 js1
crw-rw---- 1 root root 13, 2 Mar 10 2005 js2
crw-rw---- 1 root root 13, 3 Mar 10 2005 js3
crw-r--r-- 1 root root 13, 63 Sep 29 15:16 mice
crw-rw---- 1 root root 13, 33 Mar 10 2005 mouse1
crw-rw---- 1 root root 13, 34 Mar 10 2005 mouse2
crw-rw---- 1 root root 13, 35 Mar 10 2005 mouse3 |
Output of lspci:
Code: | 0000:00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host Bridge (rev 80)
0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
0000:00:09.0 Ethernet controller: Macronix, Inc. [MXIC] MX987x5 (rev 20)
0000:00:0a.0 Ethernet controller: Accton Technology Corporation SMC2-1211TX (rev 10)
0000:00:0f.0 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
0000:00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
0000:00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
0000:00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
0000:00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
0000:00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
0000:00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge [KT600/K8T800/K8T890 South]
0000:01:00.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15) |
My kernel .config file is as such:
Code: | #
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.13-hardened
# Thu Sep 29 15:29:16 2005
#
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
CONFIG_CLEAN_COMPILE=y
CONFIG_BROKEN_ON_SMP=y
CONFIG_INIT_ENV_ARG_LIMIT=32
#
# General setup
#
CONFIG_LOCALVERSION=""
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
CONFIG_SYSCTL=y
CONFIG_AUDIT=y
CONFIG_AUDITSYSCALL=y
CONFIG_HOTPLUG=y
CONFIG_KOBJECT_UEVENT=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
# CONFIG_EMBEDDED is not set
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SHMEM=y
CONFIG_CC_ALIGN_FUNCTIONS=0
CONFIG_CC_ALIGN_LABELS=0
CONFIG_CC_ALIGN_LOOPS=0
CONFIG_CC_ALIGN_JUMPS=0
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_OBSOLETE_MODPARM=y
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y
#
# Processor type and features
#
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
CONFIG_MK7=y
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_X86_GENERIC is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_ALIGNMENT_16=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_USE_3DNOW=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
# CONFIG_SMP is not set
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
CONFIG_X86_UP_APIC=y
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_TSC=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_NONFATAL=y
CONFIG_X86_MCE_P4THERMAL=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
CONFIG_X86_REBOOTFIXUPS=y
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
#
# Firmware Drivers
#
# CONFIG_EDD is not set
# CONFIG_NOHIGHMEM is not set
CONFIG_HIGHMEM4G=y
# CONFIG_HIGHMEM64G is not set
CONFIG_HIGHMEM=y
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y
# CONFIG_DISCONTIGMEM_MANUAL is not set
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
# CONFIG_HIGHPTE is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_EFI is not set
# CONFIG_REGPARM is not set
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_PHYSICAL_START=0x100000
# CONFIG_KEXEC is not set
#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
CONFIG_SOFTWARE_SUSPEND=y
CONFIG_PM_STD_PARTITION=""
#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SLEEP_PROC_FS=y
# CONFIG_ACPI_SLEEP_PROC_SLEEP is not set
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=m
# CONFIG_ACPI_HOTKEY is not set
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_IBM is not set
# CONFIG_ACPI_TOSHIBA is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y
# CONFIG_X86_PM_TIMER is not set
# CONFIG_ACPI_CONTAINER is not set
#
# APM (Advanced Power Management) BIOS Support
#
# CONFIG_APM is not set
#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set
#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
# CONFIG_PCIEPORTBUS is not set
# CONFIG_PCI_MSI is not set
CONFIG_PCI_LEGACY_PROC=y
CONFIG_PCI_NAMES=y
CONFIG_ISA_DMA_API=y
# CONFIG_ISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
#
# PCCARD (PCMCIA/CardBus) support
#
# CONFIG_PCCARD is not set
#
# PCI Hotplug Support
#
# CONFIG_HOTPLUG_PCI is not set
#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_MISC=y
#
# Networking
#
CONFIG_NET=y
#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
CONFIG_UNIX=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_ASK_IP_FIB_HASH=y
# CONFIG_IP_FIB_TRIE is not set
CONFIG_IP_FIB_HASH=y
# CONFIG_IP_MULTIPLE_TABLES is not set
# CONFIG_IP_ROUTE_MULTIPATH is not set
# CONFIG_IP_ROUTE_VERBOSE is not set
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE=m
# CONFIG_NET_IPGRE_BROADCAST is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_ARPD is not set
CONFIG_SYN_COOKIES=y
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_TUNNEL is not set
CONFIG_IP_TCPDIAG=y
CONFIG_IP_TCPDIAG_IPV6=y
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_BIC=y
#
# IP: Virtual Server Configuration
#
# CONFIG_IP_VS is not set
CONFIG_IPV6=y
# CONFIG_IPV6_PRIVACY is not set
# CONFIG_INET6_AH is not set
# CONFIG_INET6_ESP is not set
# CONFIG_INET6_IPCOMP is not set
# CONFIG_INET6_TUNNEL is not set
# CONFIG_IPV6_TUNNEL is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
#
# IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=y
CONFIG_IP_NF_CT_ACCT=y
CONFIG_IP_NF_CONNTRACK_MARK=y
CONFIG_IP_NF_CT_PROTO_SCTP=m
CONFIG_IP_NF_FTP=m
CONFIG_IP_NF_IRC=m
# CONFIG_IP_NF_TFTP is not set
# CONFIG_IP_NF_AMANDA is not set
CONFIG_IP_NF_QUEUE=m
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP_NF_MATCH_LIMIT=m
CONFIG_IP_NF_MATCH_IPRANGE=y
CONFIG_IP_NF_MATCH_MAC=y
CONFIG_IP_NF_MATCH_PKTTYPE=m
CONFIG_IP_NF_MATCH_MARK=m
CONFIG_IP_NF_MATCH_MULTIPORT=m
CONFIG_IP_NF_MATCH_TOS=m
CONFIG_IP_NF_MATCH_RECENT=m
CONFIG_IP_NF_MATCH_ECN=m
CONFIG_IP_NF_MATCH_DSCP=m
CONFIG_IP_NF_MATCH_AH_ESP=m
CONFIG_IP_NF_MATCH_LENGTH=m
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_MATCH_TCPMSS=m
CONFIG_IP_NF_MATCH_STEALTH=m
CONFIG_IP_NF_MATCH_HELPER=m
CONFIG_IP_NF_MATCH_STATE=m
CONFIG_IP_NF_MATCH_CONNTRACK=m
CONFIG_IP_NF_MATCH_OWNER=m
# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
# CONFIG_IP_NF_MATCH_REALM is not set
# CONFIG_IP_NF_MATCH_SCTP is not set
CONFIG_IP_NF_MATCH_COMMENT=m
CONFIG_IP_NF_MATCH_CONNMARK=m
# CONFIG_IP_NF_MATCH_HASHLIMIT is not set
CONFIG_IP_NF_FILTER=y
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_TARGET_ULOG=m
CONFIG_IP_NF_TARGET_TCPMSS=m
CONFIG_IP_NF_NAT=y
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=y
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_TARGET_NETMAP=m
CONFIG_IP_NF_TARGET_SAME=m
# CONFIG_IP_NF_NAT_SNMP_BASIC is not set
CONFIG_IP_NF_NAT_IRC=m
CONFIG_IP_NF_NAT_FTP=m
CONFIG_IP_NF_MANGLE=y
CONFIG_IP_NF_TARGET_TOS=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_DSCP=m
CONFIG_IP_NF_TARGET_MARK=m
CONFIG_IP_NF_TARGET_CLASSIFY=m
CONFIG_IP_NF_TARGET_CONNMARK=m
CONFIG_IP_NF_TARGET_CLUSTERIP=m
CONFIG_IP_NF_RAW=m
CONFIG_IP_NF_TARGET_NOTRACK=m
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_ARP_MANGLE=m
#
# IPv6: Netfilter Configuration (EXPERIMENTAL)
#
CONFIG_IP6_NF_QUEUE=m
CONFIG_IP6_NF_IPTABLES=m
CONFIG_IP6_NF_MATCH_LIMIT=m
CONFIG_IP6_NF_MATCH_MAC=m
CONFIG_IP6_NF_MATCH_RT=m
CONFIG_IP6_NF_MATCH_OPTS=m
CONFIG_IP6_NF_MATCH_FRAG=m
CONFIG_IP6_NF_MATCH_HL=m
CONFIG_IP6_NF_MATCH_MULTIPORT=m
CONFIG_IP6_NF_MATCH_OWNER=m
CONFIG_IP6_NF_MATCH_MARK=m
CONFIG_IP6_NF_MATCH_IPV6HEADER=m
CONFIG_IP6_NF_MATCH_AHESP=m
CONFIG_IP6_NF_MATCH_LENGTH=m
CONFIG_IP6_NF_MATCH_EUI64=m
CONFIG_IP6_NF_FILTER=m
CONFIG_IP6_NF_TARGET_LOG=m
CONFIG_IP6_NF_MANGLE=m
CONFIG_IP6_NF_TARGET_MARK=m
CONFIG_IP6_NF_RAW=m
#
# SCTP Configuration (EXPERIMENTAL)
#
# CONFIG_IP_SCTP is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
CONFIG_NET_SCHED=y
# CONFIG_NET_SCH_CLK_JIFFIES is not set
# CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set
CONFIG_NET_SCH_CLK_CPU=y
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_HTB=m
CONFIG_NET_SCH_HFSC=m
CONFIG_NET_SCH_PRIO=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
CONFIG_NET_SCH_TBF=m
CONFIG_NET_SCH_GRED=m
CONFIG_NET_SCH_DSMARK=m
CONFIG_NET_SCH_NETEM=m
CONFIG_NET_SCH_INGRESS=m
CONFIG_NET_QOS=y
CONFIG_NET_ESTIMATOR=y
CONFIG_NET_CLS=y
CONFIG_NET_CLS_BASIC=m
CONFIG_NET_CLS_TCINDEX=m
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_ROUTE=y
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
CONFIG_CLS_U32_PERF=y
# CONFIG_NET_CLS_IND is not set
# CONFIG_CLS_U32_MARK is not set
# CONFIG_NET_CLS_RSVP is not set
# CONFIG_NET_CLS_RSVP6 is not set
# CONFIG_NET_EMATCH is not set
CONFIG_NET_CLS_ACT=y
CONFIG_NET_ACT_POLICE=m
CONFIG_NET_ACT_GACT=m
CONFIG_GACT_PROB=y
CONFIG_NET_ACT_MIRRED=m
CONFIG_NET_ACT_IPT=m
CONFIG_NET_ACT_PEDIT=m
# CONFIG_NET_ACT_SIMP is not set
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
#
# Device Drivers
#
#
# Generic Driver Options
#
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=m
#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set
#
# Parallel port support
#
# CONFIG_PARPORT is not set
#
# Plug and Play support
#
CONFIG_PNP=y
# CONFIG_PNP_DEBUG is not set
#
# Protocols
#
CONFIG_PNPACPI=y
#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_CRYPTOLOOP=y
CONFIG_BLK_DEV_NBD=y
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=4096
# CONFIG_BLK_DEV_INITRD is not set
CONFIG_INITRAMFS_SOURCE=""
CONFIG_LBD=y
# CONFIG_CDROM_PKTCDVD is not set
#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_ATA_OVER_ETH is not set
#
# ATA/ATAPI/MFM/RLL support
#
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y
#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_IDE_SATA is not set
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
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
#
# IDE chipset support/bugfixes
#
# CONFIG_IDE_GENERIC is not set
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
# CONFIG_BLK_DEV_OFFBOARD is not set
# CONFIG_BLK_DEV_GENERIC is not set
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_BLK_DEV_ATIIXP is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_SC1200 is not set
# CONFIG_BLK_DEV_PIIX is not set
# CONFIG_BLK_DEV_IT821X is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE 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=y
# CONFIG_IDE_ARM is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_BLK_DEV_HD is not set
#
# SCSI device support
#
CONFIG_SCSI=y
CONFIG_SCSI_PROC_FS=y
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
# CONFIG_BLK_DEV_SR is not set
CONFIG_CHR_DEV_SG=y
# CONFIG_CHR_DEV_SCH is not set
#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
#
# SCSI Transport Attributes
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
#
# SCSI low-level drivers
#
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
CONFIG_SCSI_DPT_I2O=m
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
CONFIG_SCSI_SATA=y
# CONFIG_SCSI_SATA_AHCI is not set
# CONFIG_SCSI_SATA_SVW is not set
CONFIG_SCSI_ATA_PIIX=y
# CONFIG_SCSI_SATA_NV is not set
# CONFIG_SCSI_SATA_PROMISE is not set
# CONFIG_SCSI_SATA_QSTOR is not set
CONFIG_SCSI_SATA_SX4=m
# CONFIG_SCSI_SATA_SIL is not set
CONFIG_SCSI_SATA_SIS=m
# CONFIG_SCSI_SATA_ULI is not set
# CONFIG_SCSI_SATA_VIA is not set
# CONFIG_SCSI_SATA_VITESSE is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
CONFIG_SCSI_IPR=m
# CONFIG_SCSI_IPR_TRACE is not set
# CONFIG_SCSI_IPR_DUMP is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
CONFIG_SCSI_QLA2XXX=y
# CONFIG_SCSI_QLA21XX is not set
# CONFIG_SCSI_QLA22XX is not set
# CONFIG_SCSI_QLA2300 is not set
# CONFIG_SCSI_QLA2322 is not set
# CONFIG_SCSI_QLA6312 is not set
# CONFIG_SCSI_QLA24XX is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set
#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set
#
# Fusion MPT device support
#
# CONFIG_FUSION is not set
# CONFIG_FUSION_SPI is not set
# CONFIG_FUSION_FC is not set
#
# IEEE 1394 (FireWire) support
#
# CONFIG_IEEE1394 is not set
#
# I2O device support
#
# CONFIG_I2O is not set
#
# Network device support
#
CONFIG_NETDEVICES=y
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
CONFIG_TUN=m
# CONFIG_NET_SB1000 is not set
#
# ARCnet devices
#
# CONFIG_ARCNET is not set
#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_NET_VENDOR_3COM is not set
#
# Tulip family network device support
#
CONFIG_NET_TULIP=y
# CONFIG_DE2104X is not set
CONFIG_TULIP=m
# CONFIG_TULIP_MWI is not set
# CONFIG_TULIP_MMIO is not set
# CONFIG_TULIP_NAPI is not set
# CONFIG_DE4X5 is not set
# CONFIG_WINBOND_840 is not set
# CONFIG_DM9102 is not set
# CONFIG_HP100 is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_B44 is not set
# CONFIG_FORCEDETH is not set
# CONFIG_DGRS is not set
# CONFIG_EEPRO100 is not set
# CONFIG_E100 is not set
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_8139CP is not set
CONFIG_8139TOO=m
CONFIG_8139TOO_PIO=y
# 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_TLAN is not set
# CONFIG_VIA_RHINE is not set
#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SKGE is not set
# CONFIG_SK98LIN is not set
# CONFIG_VIA_VELOCITY is not set
# CONFIG_TIGON3 is not set
# CONFIG_BNX2 is not set
#
# Ethernet (10000 Mbit)
#
# CONFIG_IXGB is not set
CONFIG_S2IO=m
# CONFIG_S2IO_NAPI is not set
# CONFIG_2BUFF_MODE is not set
#
# Token Ring devices
#
# CONFIG_TR is not set
#
# Wireless LAN (non-hamradio)
#
# CONFIG_NET_RADIO is not set
#
# Wan interfaces
#
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_NET_FC is not set
# CONFIG_SHAPER is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
#
# ISDN subsystem
#
# CONFIG_ISDN is not set
#
# Telephony Support
#
# CONFIG_PHONE is not set
#
# Input device support
#
CONFIG_INPUT=y
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
CONFIG_INPUT_EVDEV=y
CONFIG_INPUT_EVBUG=y
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_PCSPKR is not set
CONFIG_INPUT_UINPUT=y
#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_GAMEPORT is not set
#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_SERIAL_NONSTANDARD is not set
#
# Serial drivers
#
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_CONSOLE is not set
# CONFIG_SERIAL_8250_ACPI is not set
CONFIG_SERIAL_8250_NR_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set
#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set
#
# IPMI
#
# CONFIG_IPMI_HANDLER is not set
#
# Watchdog Cards
#
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_NOWAYOUT=y
#
# Watchdog Device Drivers
#
CONFIG_SOFT_WATCHDOG=y
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_ADVANTECH_WDT is not set
# CONFIG_ALIM1535_WDT is not set
# CONFIG_ALIM7101_WDT is not set
# CONFIG_SC520_WDT is not set
# CONFIG_EUROTECH_WDT is not set
# CONFIG_IB700_WDT is not set
# CONFIG_WAFER_WDT is not set
# CONFIG_I8XX_TCO is not set
# CONFIG_SC1200_WDT is not set
# CONFIG_60XX_WDT is not set
# CONFIG_CPU5_WDT is not set
# CONFIG_W83627HF_WDT is not set
# CONFIG_W83877F_WDT is not set
# CONFIG_MACHZ_WDT is not set
#
# PCI-based Watchdog Cards
#
# CONFIG_PCIPCWATCHDOG is not set
# CONFIG_WDTPCI is not set
#
# USB-based Watchdog Cards
#
# CONFIG_USBPCWATCHDOG is not set
CONFIG_HW_RANDOM=y
# CONFIG_NVRAM is not set
CONFIG_RTC=y
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set
#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
CONFIG_AGP=y
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_ATI is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
# CONFIG_AGP_INTEL is not set
# CONFIG_AGP_NVIDIA is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
CONFIG_AGP_VIA=y
# CONFIG_AGP_EFFICEON is not set
# CONFIG_DRM is not set
# CONFIG_MWAVE is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_HPET is not set
CONFIG_HANGCHECK_TIMER=y
#
# TPM devices
#
# CONFIG_TCG_TPM is not set
#
# I2C support
#
CONFIG_I2C=m
CONFIG_I2C_CHARDEV=m
#
# I2C Algorithms
#
CONFIG_I2C_ALGOBIT=m
# CONFIG_I2C_ALGOPCF is not set
# CONFIG_I2C_ALGOPCA is not set
#
# I2C Hardware Bus support
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_I810 is not set
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_ISA is not set
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_PROSAVAGE is not set
# CONFIG_I2C_SAVAGE4 is not set
# CONFIG_SCx200_ACB is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_STUB is not set
CONFIG_I2C_VIA=m
CONFIG_I2C_VIAPRO=m
# CONFIG_I2C_VOODOO3 is not set
# CONFIG_I2C_PCA_ISA is not set
# CONFIG_I2C_SENSOR is not set
#
# Miscellaneous I2C Chip support
#
# CONFIG_SENSORS_DS1337 is not set
# CONFIG_SENSORS_DS1374 is not set
# CONFIG_SENSORS_EEPROM is not set
# CONFIG_SENSORS_PCF8574 is not set
# CONFIG_SENSORS_PCA9539 is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_SENSORS_RTC8564 is not set
# CONFIG_SENSORS_MAX6875 is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set
#
# Dallas's 1-wire bus
#
# CONFIG_W1 is not set
#
# Hardware Monitoring support
#
CONFIG_HWMON=m
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ASB100 is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_FSCHER is not set
# CONFIG_SENSORS_FSCPOS is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not set
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM75 is not set
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
# CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM85 is not set
# CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83L785TS is not set
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_W83627EHF is not set
# CONFIG_HWMON_DEBUG_CHIP is not set
#
# Misc devices
#
# CONFIG_IBM_ASM is not set
#
# Multimedia devices
#
CONFIG_VIDEO_DEV=m
#
# Video For Linux
#
#
# Video Adapters
#
# CONFIG_VIDEO_BT848 is not set
# CONFIG_VIDEO_CPIA is not set
# CONFIG_VIDEO_SAA5246A is not set
# CONFIG_VIDEO_SAA5249 is not set
# CONFIG_TUNER_3036 is not set
# CONFIG_VIDEO_STRADIS is not set
# CONFIG_VIDEO_ZORAN is not set
# CONFIG_VIDEO_MXB is not set
# CONFIG_VIDEO_DPC is not set
# CONFIG_VIDEO_HEXIUM_ORION is not set
# CONFIG_VIDEO_HEXIUM_GEMINI is not set
# CONFIG_VIDEO_CX88 is not set
# CONFIG_VIDEO_OVCAMCHIP is not set
#
# Radio Adapters
#
# CONFIG_RADIO_GEMTEK_PCI is not set
# CONFIG_RADIO_MAXIRADIO is not set
# CONFIG_RADIO_MAESTRO is not set
#
# Digital Video Broadcasting Devices
#
# CONFIG_DVB is not set
#
# Graphics support
#
# CONFIG_FB is not set
# CONFIG_VIDEO_SELECT is not set
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
#
# Sound
#
# CONFIG_SOUND is not set
#
# USB support
#
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
# CONFIG_USB_SUSPEND is not set
# CONFIG_USB_OTG is not set
#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_SPLIT_ISO is not set
CONFIG_USB_EHCI_ROOT_HUB_TT=y
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_SL811_HCD is not set
#
# USB Device Class drivers
#
# CONFIG_USB_BLUETOOTH_TTY is not set
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
#
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information
#
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
CONFIG_USB_STORAGE_DATAFAB=y
CONFIG_USB_STORAGE_FREECOM=y
CONFIG_USB_STORAGE_ISD200=y
CONFIG_USB_STORAGE_DPCM=y
# CONFIG_USB_STORAGE_USBAT is not set
CONFIG_USB_STORAGE_SDDR09=y
CONFIG_USB_STORAGE_SDDR55=y
# CONFIG_USB_STORAGE_JUMPSHOT is not set
#
# USB Input Devices
#
# CONFIG_USB_HID is not set
#
# USB HID Boot Protocol drivers
#
# 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_ACECAD is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_MTOUCH is not set
# CONFIG_USB_ITMTOUCH is not set
# CONFIG_USB_EGALAX is not set
# CONFIG_USB_XPAD is not set
# CONFIG_USB_ATI_REMOTE is not set
# CONFIG_USB_KEYSPAN_REMOTE is not set
#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
#
# USB Multimedia devices
#
# CONFIG_USB_DABUSB is not set
# CONFIG_USB_VICAM is not set
# CONFIG_USB_DSBR is not set
# CONFIG_USB_IBMCAM is not set
# CONFIG_USB_KONICAWC is not set
# CONFIG_USB_OV511 is not set
# CONFIG_USB_SE401 is not set
# CONFIG_USB_SN9C102 is not set
# CONFIG_USB_STV680 is not set
# CONFIG_USB_PWC is not set
#
# USB Network Adapters
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET is not set
CONFIG_USB_MON=y
#
# USB port drivers
#
#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set
#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_PHIDGETKIT is not set
# CONFIG_USB_PHIDGETSERVO is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TEST is not set
#
# USB DSL modem support
#
#
# USB Gadget Support
#
# CONFIG_USB_GADGET is not set
#
# MMC/SD Card support
#
# CONFIG_MMC is not set
#
# InfiniBand support
#
# CONFIG_INFINIBAND is not set
#
# SN Devices
#
#
# File systems
#
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
# CONFIG_EXT3_FS_POSIX_ACL is not set
# CONFIG_EXT3_FS_SECURITY is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_FS_POSIX_ACL is not set
#
# XFS support
#
# CONFIG_XFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_INOTIFY=y
# CONFIG_QUOTA is not set
CONFIG_DNOTIFY=y
# CONFIG_AUTOFS_FS is not set
CONFIG_AUTOFS4_FS=y
#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_ZISOFS_FS=y
CONFIG_UDF_FS=y
CONFIG_UDF_NLS=y
#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_NTFS_FS is not set
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_SYSFS=y
CONFIG_DEVPTS_FS_XATTR=y
# CONFIG_DEVPTS_FS_SECURITY is not set
CONFIG_TMPFS=y
# CONFIG_TMPFS_XATTR is not set
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_RAMFS=y
#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_SQUASHFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
#
# Network File Systems
#
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
CONFIG_NFS_V4=y
# CONFIG_NFS_DIRECTIO is not set
CONFIG_NFSD=y
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
# CONFIG_NFSD_V4 is not set
CONFIG_NFSD_TCP=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y
CONFIG_RPCSEC_GSS_KRB5=y
# CONFIG_RPCSEC_GSS_SPKM3 is not set
# CONFIG_SMB_FS is not set
CONFIG_CIFS=y
CONFIG_CIFS_STATS=y
CONFIG_CIFS_XATTR=y
# CONFIG_CIFS_POSIX is not set
# CONFIG_CIFS_EXPERIMENTAL is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
#
# Native Language Support
#
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# 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_ASCII is not set
CONFIG_NLS_ISO8859_1=y
# 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
#
# Profiling support
#
CONFIG_PROFILING=y
CONFIG_OPROFILE=y
#
# Kernel hacking
#
# CONFIG_PRINTK_TIME is not set
# CONFIG_DEBUG_KERNEL is not set
CONFIG_LOG_BUF_SHIFT=14
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_EARLY_PRINTK=y
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
#
# Security options
#
#
# Grsecurity
#
CONFIG_GRKERNSEC=y
# CONFIG_GRKERNSEC_LOW is not set
# CONFIG_GRKERNSEC_MEDIUM is not set
# CONFIG_GRKERNSEC_HIGH is not set
CONFIG_GRKERNSEC_CUSTOM=y
#
# Address Space Protection
#
# CONFIG_GRKERNSEC_KMEM is not set
# CONFIG_GRKERNSEC_IO is not set
# CONFIG_GRKERNSEC_BRUTE is not set
CONFIG_GRKERNSEC_HIDESYM=y
#
# Role Based Access Control Options
#
CONFIG_GRKERNSEC_ACL_HIDEKERN=y
CONFIG_GRKERNSEC_ACL_MAXTRIES=3
CONFIG_GRKERNSEC_ACL_TIMEOUT=30
#
# Filesystem Protections
#
CONFIG_GRKERNSEC_PROC=y
CONFIG_GRKERNSEC_PROC_USER=y
CONFIG_GRKERNSEC_PROC_ADD=y
CONFIG_GRKERNSEC_LINK=y
CONFIG_GRKERNSEC_FIFO=y
CONFIG_GRKERNSEC_CHROOT=y
CONFIG_GRKERNSEC_CHROOT_MOUNT=y
CONFIG_GRKERNSEC_CHROOT_DOUBLE=y
CONFIG_GRKERNSEC_CHROOT_PIVOT=y
CONFIG_GRKERNSEC_CHROOT_CHDIR=y
CONFIG_GRKERNSEC_CHROOT_CHMOD=y
CONFIG_GRKERNSEC_CHROOT_FCHDIR=y
CONFIG_GRKERNSEC_CHROOT_MKNOD=y
CONFIG_GRKERNSEC_CHROOT_SHMAT=y
CONFIG_GRKERNSEC_CHROOT_UNIX=y
CONFIG_GRKERNSEC_CHROOT_FINDTASK=y
CONFIG_GRKERNSEC_CHROOT_NICE=y
CONFIG_GRKERNSEC_CHROOT_SYSCTL=y
CONFIG_GRKERNSEC_CHROOT_CAPS=y
#
# Kernel Auditing
#
# CONFIG_GRKERNSEC_AUDIT_GROUP is not set
# CONFIG_GRKERNSEC_EXECLOG is not set
CONFIG_GRKERNSEC_RESLOG=y
# CONFIG_GRKERNSEC_CHROOT_EXECLOG is not set
# CONFIG_GRKERNSEC_AUDIT_CHDIR is not set
# CONFIG_GRKERNSEC_AUDIT_MOUNT is not set
# CONFIG_GRKERNSEC_AUDIT_IPC is not set
# CONFIG_GRKERNSEC_SIGNAL is not set
# CONFIG_GRKERNSEC_FORKFAIL is not set
# CONFIG_GRKERNSEC_TIME is not set
# CONFIG_GRKERNSEC_PROC_IPADDR is not set
#
# Executable Protections
#
# CONFIG_GRKERNSEC_EXECVE is not set
# CONFIG_GRKERNSEC_SHM is not set
CONFIG_GRKERNSEC_DMESG=y
CONFIG_GRKERNSEC_RANDPID=y
# CONFIG_GRKERNSEC_TPE is not set
#
# Network Protections
#
CONFIG_GRKERNSEC_RANDNET=y
CONFIG_GRKERNSEC_RANDSRC=y
# CONFIG_GRKERNSEC_SOCKET is not set
#
# Sysctl support
#
CONFIG_GRKERNSEC_SYSCTL=y
CONFIG_GRKERNSEC_SYSCTL_ON=y
#
# Logging Options
#
CONFIG_GRKERNSEC_FLOODTIME=10
CONFIG_GRKERNSEC_FLOODBURST=4
#
# PaX
#
# CONFIG_PAX is not set
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set
#
# Cryptographic options
#
CONFIG_CRYPTO=y
# CONFIG_CRYPTO_HMAC is not set
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
# CONFIG_CRYPTO_SHA1 is not set
CONFIG_CRYPTO_SHA256=y
# CONFIG_CRYPTO_SHA512 is not set
# CONFIG_CRYPTO_WP512 is not set
# CONFIG_CRYPTO_TGR192 is not set
CONFIG_CRYPTO_DES=y
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_TWOFISH is not set
# CONFIG_CRYPTO_SERPENT is not set
CONFIG_CRYPTO_AES_586=m
# CONFIG_CRYPTO_CAST5 is not set
CONFIG_CRYPTO_CAST6=m
# CONFIG_CRYPTO_TEA is not set
# CONFIG_CRYPTO_ARC4 is not set
CONFIG_CRYPTO_KHAZAD=m
CONFIG_CRYPTO_ANUBIS=m
# CONFIG_CRYPTO_DEFLATE is not set
# CONFIG_CRYPTO_MICHAEL_MIC is not set
# CONFIG_CRYPTO_CRC32C is not set
# CONFIG_CRYPTO_TEST is not set
#
# Hardware crypto devices
#
# CONFIG_CRYPTO_DEV_PADLOCK is not set
#
# Library routines
#
# CONFIG_CRC_CCITT is not set
CONFIG_CRC32=y
CONFIG_LIBCRC32C=m
CONFIG_ZLIB_INFLATE=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_PC=y |
_________________ -PhaseBurn
Last edited by phaseburn on Fri Sep 30, 2005 1:07 am; edited 1 time in total |
|
Back to top |
|
|
phaseburn Tux's lil' helper
Joined: 21 Feb 2003 Posts: 85 Location: Admin Land (Kernel Stack)
|
Posted: Fri Sep 30, 2005 1:06 am Post subject: |
|
|
I've done some more digging, and here's some more info:
From dmesg while booting 2.6.12-gentoo-r4:
Code: | serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
mice: PS/2 mouse device common for all mice
input: AT Translated Set 2 keyboard on isa0060/serio0
input: ImPS/2 Generic Wheel Mouse on isa0060/serio1 |
However, the new kernel doesn't have all that:
Code: | serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A |
Nothing about input of keyboard or anything, it's like, it isn't detecting the keyboard the way it should be... I've checked the atkbd.c file, and commented out some of the ifdef debug commands, and, it does in fact see keyboard input:
Code: | atkbd.c: Received 00 flags 01
atkbd.c: Received fe flags 03 |
Gets one of those for every keypress I do, but still nothing appears on the screen (nor will entering in my username and pressing enter prompt for a password)... _________________ -PhaseBurn |
|
Back to top |
|
|
phaseburn Tux's lil' helper
Joined: 21 Feb 2003 Posts: 85 Location: Admin Land (Kernel Stack)
|
Posted: Fri Sep 30, 2005 1:38 am Post subject: |
|
|
Still digging:
According to the LKML, adding "usb-handoff" and "acpi=off" should fix this, as it's a minor issue with the way the USB legacy support works... However, all the issues that this solves the problem for have one thing in common:
Code: | i8042.c: Can't read CTR while initializing i8042 |
My kernel doesn't output that...
Actually, it doesn't output anything that provides much. I'm about to turn on debugging and go through a few more steps... But needless to say, usb-handoff didn't solve... _________________ -PhaseBurn |
|
Back to top |
|
|
diletante n00b
Joined: 03 Oct 2005 Posts: 5
|
Posted: Mon Oct 03, 2005 12:24 pm Post subject: no keyboard input |
|
|
I have the same problem but in a Toshiba P30, sometimes the keyboard just doesn't work, i don't know what to do |
|
Back to top |
|
|
phaseburn Tux's lil' helper
Joined: 21 Feb 2003 Posts: 85 Location: Admin Land (Kernel Stack)
|
Posted: Mon Oct 03, 2005 4:04 pm Post subject: |
|
|
I think I'm narrowed the problem down to a couple of the serio.c changes made in the last update to the linux kernel.
I stopped posting here as it isn't a gentoo-specific problem.
A vanilla kernel did the same thing. Basically after a lot of recompiles and some test code here and there, serio isn't detecting my keyboard. No combination of USB options (I removed USB support from both my kernel and my motherboard BIOS at one point) seemed to allow usb-handoff to work.
This may work for you: add "i8042.noacpi=1" to your grub/lilo config
As it stands, this is (according to #linux on GameSurge, and a few other places) a bug in the upstream kernel... _________________ -PhaseBurn |
|
Back to top |
|
|
dtor Guru
Joined: 19 Jan 2004 Posts: 461 Location: Indiana, USA
|
Posted: Wed Oct 05, 2005 4:15 am Post subject: |
|
|
Ok, if "i8042.noacpi" helps could you post your dmesg - I wonder what data is present in your ACPI tables... _________________ Dmitry |
|
Back to top |
|
|
phaseburn Tux's lil' helper
Joined: 21 Feb 2003 Posts: 85 Location: Admin Land (Kernel Stack)
|
Posted: Wed Oct 05, 2005 9:47 am Post subject: |
|
|
Sure. I'm posting 3 of them. Top one is under 2.6.13-hardened. The one below that is under 2.6.12-gentoo-r4, and the last is what I'm currently running, 2.6.11-hardened-r15
I had to pull these examples out of syslog as dmesg is the last one, etc, and for consistancy, I did them all from there... If you need any thing else, please let me know...
2.6.13-hardened:
Code: |
Sep 29 14:27:52 localhost syslogd 1.4.1: restart.
Sep 29 14:27:53 localhost kernel: klogd 1.4.1, log source = /proc/kmsg started.
Sep 29 14:27:53 localhost kernel: Inspecting /boot/System.map-2.6.13-hardened
Sep 29 14:27:53 localhost kernel: Loaded 33687 symbols from /boot/System.map-2.6.13-hardened.
Sep 29 14:27:53 localhost kernel: Symbols match kernel version 2.6.13.
Sep 29 14:27:53 localhost kernel: Linux version 2.6.13-hardened (root@rhyn) (gcc version 3.3.5-20050130 (Gentoo 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7.1)) #2 Thu Sep 29 14:23:23 PDT 2005
Sep 29 14:27:53 localhost kernel: BIOS-provided physical RAM map:
Sep 29 14:27:53 localhost kernel: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Sep 29 14:27:53 localhost kernel: BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
Sep 29 14:27:53 localhost kernel: BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
Sep 29 14:27:53 localhost kernel: BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
Sep 29 14:27:53 localhost kernel: BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
Sep 29 14:27:53 localhost kernel: BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
Sep 29 14:27:53 localhost kernel: BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
Sep 29 14:27:53 localhost kernel: BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Sep 29 14:27:53 localhost kernel: BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
Sep 29 14:27:53 localhost kernel: 127MB HIGHMEM available.
Sep 29 14:27:53 localhost kernel: 896MB LOWMEM available.
Sep 29 14:27:53 localhost kernel: found SMP MP-table at 000f5290
Sep 29 14:27:53 localhost kernel: DMI 2.2 present.
Sep 29 14:27:53 localhost kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Sep 29 14:27:53 localhost kernel: Processor #0 6:8 APIC version 16
Sep 29 14:27:53 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Sep 29 14:27:53 localhost kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Sep 29 14:27:53 localhost kernel: IOAPIC[0]: apic_id 2, version 3, address 0xfec00000, GSI 0-23
Sep 29 14:27:53 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 29 14:27:53 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 dfl dfl)
Sep 29 14:27:53 localhost kernel: Enabling APIC mode: Flat. Using 1 I/O APICs
Sep 29 14:27:53 localhost kernel: Using ACPI (MADT) for SMP configuration information
Sep 29 14:27:53 localhost kernel: Allocating PCI resources starting at 40000000 (gap: 40000000:bec00000)
Sep 29 14:27:53 localhost kernel: Built 1 zonelists
Sep 29 14:27:53 localhost kernel: Kernel command line: root=/dev/hda5
Sep 29 14:27:53 localhost kernel: Initializing CPU#0
Sep 29 14:27:53 localhost kernel: PID hash table entries: 4096 (order: 12, 65536 bytes)
Sep 29 14:27:53 localhost kernel: Detected 1099.138 MHz processor.
Sep 29 14:27:53 localhost kernel: Using tsc for high-res timesource
Sep 29 14:27:53 localhost kernel: Console: colour VGA+ 80x25
Sep 29 14:27:53 localhost kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Sep 29 14:27:53 localhost kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Sep 29 14:27:53 localhost kernel: Memory: 1034276k/1048512k available (2869k kernel code, 13456k reserved, 469k data, 184k init, 131008k highmem)
Sep 29 14:27:53 localhost kernel: Checking if this processor honours the WP bit even in supervisor mode... Ok.
Sep 29 14:27:53 localhost kernel: Calibrating delay using timer specific routine.. 2201.94 BogoMIPS (lpj=4403880)
Sep 29 14:27:53 localhost kernel: Mount-cache hash table entries: 512
Sep 29 14:27:53 localhost kernel: CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
Sep 29 14:27:53 localhost kernel: CPU: L2 Cache: 256K (64 bytes/line)
Sep 29 14:27:53 localhost kernel: Intel machine check architecture supported.
Sep 29 14:27:53 localhost kernel: Intel machine check reporting enabled on CPU#0.
Sep 29 14:27:53 localhost kernel: mtrr: v2.0 (20020519)
Sep 29 14:27:53 localhost kernel: CPU: AMD Athlon(tm) stepping 01
Sep 29 14:27:53 localhost kernel: Enabling fast FPU save and restore... done.
Sep 29 14:27:53 localhost kernel: Enabling unmasked SIMD FPU exception support... done.
Sep 29 14:27:53 localhost kernel: Checking 'hlt' instruction... OK.
Sep 29 14:27:53 localhost kernel: ENABLING IO-APIC IRQs
Sep 29 14:27:53 localhost kernel: ..TIMER: vector=0x31 pin1=2 pin2=-1
Sep 29 14:27:53 localhost kernel: NET: Registered protocol family 16
Sep 29 14:27:53 localhost kernel: ACPI: bus type pci registered
Sep 29 14:27:53 localhost kernel: PCI: PCI BIOS revision 2.10 entry at 0xfb360, last bus=1
Sep 29 14:27:53 localhost kernel: PCI: Using configuration type 1
Sep 29 14:27:53 localhost kernel: ACPI: Subsystem revision 20050408
Sep 29 14:27:53 localhost kernel: ACPI: Interpreter enabled
Sep 29 14:27:53 localhost kernel: ACPI: Using IOAPIC for interrupt routing
Sep 29 14:27:53 localhost kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
Sep 29 14:27:53 localhost kernel: PCI: Probing PCI hardware (bus 00)
Sep 29 14:27:53 localhost kernel: ACPI: Assume root bridge [\_SB_.PCI0] segment is 0
Sep 29 14:27:53 localhost kernel: ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 10 11 12) *5
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12)
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 *10 11 12)
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12) *0, disabled.
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12) *0, disabled.
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12) *0, disabled.
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12) *0, disabled.
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12) *0, disabled.
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt Link [ALKA] (IRQs 20) *0, disabled.
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt Link [ALKB] (IRQs 21) *0, disabled.
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt Link [ALKC] (IRQs 22) *0, disabled.
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt Link [ALKD] (IRQs 23) *0, disabled.
Sep 29 14:27:53 localhost kernel: Linux Plug and Play Support v0.97 (c) Adam Belay
Sep 29 14:27:53 localhost kernel: pnp: PnP ACPI init
Sep 29 14:27:53 localhost kernel: pnp: PnP ACPI: found 10 devices
Sep 29 14:27:53 localhost kernel: SCSI subsystem initialized
Sep 29 14:27:53 localhost kernel: usbcore: registered new driver usbfs
Sep 29 14:27:53 localhost kernel: usbcore: registered new driver hub
Sep 29 14:27:53 localhost kernel: PCI: Using ACPI for IRQ routing
Sep 29 14:27:53 localhost kernel: PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
Sep 29 14:27:53 localhost kernel: TC classifier action (bugs to netdev@vger.kernel.org cc hadi@cyberus.ca)
Sep 29 14:27:53 localhost kernel: pnp: 00:01: ioport range 0x4000-0x407f could not be reserved
Sep 29 14:27:53 localhost kernel: pnp: 00:01: ioport range 0x5000-0x500f has been reserved
Sep 29 14:27:53 localhost kernel: PCI: Bridge: 0000:00:01.0
Sep 29 14:27:53 localhost kernel: IO window: disabled.
Sep 29 14:27:53 localhost kernel: MEM window: da000000-dbffffff
Sep 29 14:27:53 localhost kernel: PREFETCH window: d8000000-d9ffffff
Sep 29 14:27:53 localhost kernel: Machine check exception polling timer started.
Sep 29 14:27:53 localhost kernel: audit: initializing netlink socket (disabled)
Sep 29 14:27:53 localhost kernel: audit(1128029260.368:1): initialized
Sep 29 14:27:53 localhost kernel: highmem bounce pool size: 64 pages
Sep 29 14:27:53 localhost kernel: Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Sep 29 14:27:53 localhost kernel: Initializing Cryptographic API
Sep 29 14:27:53 localhost kernel: ACPI: Power Button (FF) [PWRF]
Sep 29 14:27:53 localhost kernel: ACPI: Power Button (CM) [PWRB]
Sep 29 14:27:53 localhost kernel: ACPI: Sleep Button (CM) [SLPB]
Sep 29 14:27:53 localhost kernel: ACPI: Fan [FAN] (on)
Sep 29 14:27:53 localhost kernel: ACPI: CPU0 (power states: C1[C1] C2[C2])
Sep 29 14:27:53 localhost kernel: ACPI: Thermal Zone [THRM] (40 C)
Sep 29 14:27:53 localhost kernel: Real Time Clock Driver v1.12
Sep 29 14:27:53 localhost kernel: Software Watchdog Timer: 0.07 initialized. soft_noboot=0 soft_margin=60 sec (nowayout= 1)
Sep 29 14:27:53 localhost kernel: Linux agpgart interface v0.101 (c) Dave Jones
Sep 29 14:27:53 localhost kernel: agpgart: Detected VIA KT400/KT400A/KT600 chipset
Sep 29 14:27:53 localhost kernel: agpgart: AGP aperture is 128M @ 0xd0000000
Sep 29 14:27:53 localhost kernel: Hangcheck: starting hangcheck timer 0.9.0 (tick is 180 seconds, margin is 60 seconds).
Sep 29 14:27:53 localhost kernel: Hangcheck: Using monotonic_clock().
Sep 29 14:27:53 localhost kernel: PNP: PS/2 controller doesn't have AUX irq; using default 0xc
Sep 29 14:27:53 localhost kernel: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 112
Sep 29 14:27:53 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 29 14:27:53 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 29 14:27:53 localhost kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
Sep 29 14:27:53 localhost kernel: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Sep 29 14:27:53 localhost kernel: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Sep 29 14:27:53 localhost kernel: io scheduler noop registered
Sep 29 14:27:53 localhost kernel: io scheduler anticipatory registered
Sep 29 14:27:53 localhost kernel: io scheduler deadline registered
Sep 29 14:27:53 localhost kernel: io scheduler cfq registered
Sep 29 14:27:53 localhost kernel: Floppy drive(s): fd0 is 1.44M
Sep 29 14:27:53 localhost kernel: FDC 0 is a post-1991 82077
Sep 29 14:27:53 localhost kernel: RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Sep 29 14:27:53 localhost kernel: loop: loaded (max 8 devices)
Sep 29 14:27:53 localhost kernel: nbd: registered device at major 43
Sep 29 14:27:53 localhost kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Sep 29 14:27:53 localhost kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Sep 29 14:27:53 localhost kernel: VP_IDE: IDE controller at PCI slot 0000:00:0f.0
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt Link [ALKA] BIOS reported IRQ 0, using IRQ 20
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt Link [ALKA] enabled at IRQ 20
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt 0000:00:0f.0[A] -> Link [ALKA] -> GSI 20 (level, low) -> IRQ 16
Sep 29 14:27:53 localhost kernel: PCI: Via IRQ fixup for 0000:00:0f.0, from 255 to 0
Sep 29 14:27:53 localhost kernel: VP_IDE: chipset revision 6
Sep 29 14:27:53 localhost kernel: VP_IDE: not 100%% native mode: will probe irqs later
Sep 29 14:27:53 localhost kernel: VP_IDE: VIA vt8237 (rev 00) IDE UDMA133 controller on pci0000:00:0f.0
Sep 29 14:27:53 localhost kernel: ide0: BM-DMA at 0xd800-0xd807, BIOS settings: hda:DMA, hdb:DMA
Sep 29 14:27:53 localhost kernel: ide1: BM-DMA at 0xd808-0xd80f, BIOS settings: hdc:DMA, hdd:DMA
Sep 29 14:27:53 localhost kernel: hda: Maxtor 6Y080L0, ATA DISK drive
Sep 29 14:27:53 localhost kernel: hdb: HDS724040KLAT80, ATA DISK drive
Sep 29 14:27:53 localhost kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Sep 29 14:27:53 localhost kernel: hdc: Maxtor 91728D8, ATA DISK drive
Sep 29 14:27:53 localhost kernel: hdd: LITE-ON LTR-40125S, ATAPI CD/DVD-ROM drive
Sep 29 14:27:53 localhost kernel: ide1 at 0x170-0x177,0x376 on irq 15
Sep 29 14:27:53 localhost kernel: hda: max request size: 128KiB
Sep 29 14:27:53 localhost kernel: hda: 160086528 sectors (81964 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(133)
Sep 29 14:27:53 localhost kernel: hda: cache flushes supported
Sep 29 14:27:53 localhost kernel: hda: hda1 hda2 < hda5 hda6 hda7 hda8 >
Sep 29 14:27:53 localhost kernel: hdb: max request size: 1024KiB
Sep 29 14:27:53 localhost kernel: hdb: 781422768 sectors (400088 MB) w/7919KiB Cache, CHS=48641/255/63, UDMA(133)
Sep 29 14:27:53 localhost kernel: hdb: cache flushes supported
Sep 29 14:27:53 localhost kernel: hdb: hdb1 < hdb5 hdb6 >
Sep 29 14:27:53 localhost kernel: hdc: max request size: 128KiB
Sep 29 14:27:53 localhost kernel: hdc: 33750864 sectors (17280 MB) w/512KiB Cache, CHS=33483/16/63, UDMA(33)
Sep 29 14:27:53 localhost kernel: hdc: cache flushes not supported
Sep 29 14:27:53 localhost kernel: hdc: hdc1 hdc2 < hdc5 hdc6 hdc7 hdc8 >
Sep 29 14:27:53 localhost kernel: hdd: ATAPI 48X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
Sep 29 14:27:53 localhost kernel: Uniform CD-ROM driver Revision: 3.20
Sep 29 14:27:53 localhost kernel: usbmon: debugfs is not available
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt Link [ALKB] BIOS reported IRQ 0, using IRQ 21
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt Link [ALKB] enabled at IRQ 21
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt 0000:00:10.4[C] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 17
Sep 29 14:27:53 localhost kernel: PCI: Via IRQ fixup for 0000:00:10.4, from 10 to 1
Sep 29 14:27:53 localhost kernel: ehci_hcd 0000:00:10.4: VIA Technologies, Inc. USB 2.0
Sep 29 14:27:53 localhost kernel: ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 1
Sep 29 14:27:53 localhost kernel: ehci_hcd 0000:00:10.4: irq 17, io mem 0xdd002000
Sep 29 14:27:53 localhost kernel: ehci_hcd 0000:00:10.4: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
Sep 29 14:27:53 localhost kernel: hub 1-0:1.0: USB hub found
Sep 29 14:27:53 localhost kernel: hub 1-0:1.0: 8 ports detected
Sep 29 14:27:53 localhost kernel: USB Universal Host Controller Interface driver v2.3
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt 0000:00:10.0[A] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 17
Sep 29 14:27:53 localhost kernel: PCI: Via IRQ fixup for 0000:00:10.0, from 5 to 1
Sep 29 14:27:53 localhost kernel: uhci_hcd 0000:00:10.0: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller
Sep 29 14:27:53 localhost kernel: uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
Sep 29 14:27:53 localhost kernel: uhci_hcd 0000:00:10.0: irq 17, io base 0x0000dc00
Sep 29 14:27:53 localhost kernel: hub 2-0:1.0: USB hub found
Sep 29 14:27:53 localhost kernel: hub 2-0:1.0: 2 ports detected
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt 0000:00:10.1[A] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 17
Sep 29 14:27:53 localhost kernel: PCI: Via IRQ fixup for 0000:00:10.1, from 5 to 1
Sep 29 14:27:53 localhost kernel: uhci_hcd 0000:00:10.1: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (#2)
Sep 29 14:27:53 localhost kernel: uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
Sep 29 14:27:53 localhost kernel: uhci_hcd 0000:00:10.1: irq 17, io base 0x0000e000
Sep 29 14:27:53 localhost kernel: hub 3-0:1.0: USB hub found
Sep 29 14:27:53 localhost kernel: hub 3-0:1.0: 2 ports detected
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt 0000:00:10.2[B] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 17
Sep 29 14:27:53 localhost kernel: PCI: Via IRQ fixup for 0000:00:10.2, from 11 to 1
Sep 29 14:27:53 localhost kernel: uhci_hcd 0000:00:10.2: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (#3)
Sep 29 14:27:53 localhost kernel: uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
Sep 29 14:27:53 localhost kernel: uhci_hcd 0000:00:10.2: irq 17, io base 0x0000e400
Sep 29 14:27:53 localhost kernel: hub 4-0:1.0: USB hub found
Sep 29 14:27:53 localhost kernel: hub 4-0:1.0: 2 ports detected
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt 0000:00:10.3[B] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 17
Sep 29 14:27:53 localhost kernel: PCI: Via IRQ fixup for 0000:00:10.3, from 11 to 1
Sep 29 14:27:53 localhost kernel: uhci_hcd 0000:00:10.3: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (#4)
Sep 29 14:27:53 localhost kernel: uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 5
Sep 29 14:27:53 localhost kernel: uhci_hcd 0000:00:10.3: irq 17, io base 0x0000e800
Sep 29 14:27:53 localhost kernel: hub 5-0:1.0: USB hub found
Sep 29 14:27:53 localhost kernel: hub 5-0:1.0: 2 ports detected
Sep 29 14:27:53 localhost kernel: Initializing USB Mass Storage driver...
Sep 29 14:27:53 localhost kernel: usbcore: registered new driver usb-storage
Sep 29 14:27:53 localhost kernel: USB Mass Storage support registered.
Sep 29 14:27:53 localhost kernel: mice: PS/2 mouse device common for all mice
Sep 29 14:27:53 localhost kernel: oprofile: using NMI interrupt.
Sep 29 14:27:53 localhost kernel: NET: Registered protocol family 2
Sep 29 14:27:53 localhost kernel: IP route cache hash table entries: 65536 (order: 6, 262144 bytes)
Sep 29 14:27:53 localhost kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
Sep 29 14:27:53 localhost kernel: TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
Sep 29 14:27:53 localhost kernel: TCP: Hash tables configured (established 262144 bind 65536)
Sep 29 14:27:53 localhost kernel: TCP reno registered
Sep 29 14:27:53 localhost kernel: ip_conntrack version 2.1 (8191 buckets, 65528 max) - 248 bytes per conntrack
Sep 29 14:27:53 localhost kernel: ip_tables: (C) 2000-2002 Netfilter core team
Sep 29 14:27:53 localhost kernel: TCP bic registered
Sep 29 14:27:53 localhost kernel: NET: Registered protocol family 1
Sep 29 14:27:53 localhost kernel: NET: Registered protocol family 10
Sep 29 14:27:53 localhost kernel: IPv6 over IPv4 tunneling driver
Sep 29 14:27:53 localhost kernel: NET: Registered protocol family 17
Sep 29 14:27:53 localhost kernel: Using IPI Shortcut mode
Sep 29 14:27:53 localhost kernel: ACPI wakeup devices:
Sep 29 14:27:53 localhost kernel: SLPB PCI0 USB0 USB1 USB2 USB6 USB7 USB8 USB9 LAN0 MC97 UAR1
Sep 29 14:27:53 localhost kernel: ACPI: (supports S0 S1 S4 S5)
Sep 29 14:27:53 localhost kernel: usb 2-2: new full speed USB device using uhci_hcd and address 2
Sep 29 14:27:53 localhost kernel: kjournald starting. Commit interval 5 seconds
Sep 29 14:27:53 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Sep 29 14:27:53 localhost kernel: VFS: Mounted root (ext3 filesystem) readonly.
Sep 29 14:27:53 localhost kernel: Freeing unused kernel memory: 184k freed
Sep 29 14:27:53 localhost kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
Sep 29 14:27:53 localhost kernel: EXT3 FS on hda5, internal journal
Sep 29 14:27:53 localhost kernel: Linux Tulip driver version 1.1.13 (May 11, 2002)
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt 0000:00:09.0[A] -> GSI 17 (level, low) -> IRQ 18
Sep 29 14:27:53 localhost kernel: eth0: Macronix 98715 PMAC rev 32 at 0001d000, 00:80:C6:F7:A4:18, IRQ 18.
Sep 29 14:27:53 localhost kernel: 8139too Fast Ethernet driver 0.9.27
Sep 29 14:27:53 localhost kernel: ACPI: PCI Interrupt 0000:00:0a.0[A] -> GSI 18 (level, low) -> IRQ 19
Sep 29 14:27:53 localhost kernel: eth1: RealTek RTL8139 at 0xd400, 00:e0:29:6d:f9:c6, IRQ 19
Sep 29 14:27:53 localhost kernel: Linux video capture interface: v1.00
Sep 29 14:27:53 localhost kernel: pwc Philips webcam module version 10.0.7-unofficial loaded.
Sep 29 14:27:53 localhost kernel: pwc Supports Philips PCA645/646, PCVC675/680/690, PCVC720[40]/730/740/750 & PCVC830/840.
Sep 29 14:27:53 localhost kernel: pwc Also supports the Askey VC010, various Logitech Quickcams, Samsung MPC-C10 and MPC-C30,
Sep 29 14:27:53 localhost kernel: pwc the Creative WebCam 5 & Pro Ex, SOTEC Afina Eye and Visionite VCS-UC300 and VCS-UM100.
Sep 29 14:27:53 localhost kernel: pwc Trace options: 0x00a1
Sep 29 14:27:53 localhost kernel: pwc Logitech QuickCam 4000 Pro USB webcam detected.
Sep 29 14:27:53 localhost kernel: pwc Registered as /dev/video0.
Sep 29 14:27:53 localhost kernel: usbcore: registered new driver Philips webcam
Sep 29 14:27:53 localhost kernel: kjournald starting. Commit interval 5 seconds
Sep 29 14:27:53 localhost kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
Sep 29 14:27:53 localhost kernel: EXT3 FS on hda1, internal journal
Sep 29 14:27:53 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Sep 29 14:27:53 localhost kernel: kjournald starting. Commit interval 5 seconds
Sep 29 14:27:53 localhost kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
Sep 29 14:27:53 localhost kernel: EXT3 FS on hda6, internal journal
Sep 29 14:27:53 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Sep 29 14:27:53 localhost kernel: kjournald starting. Commit interval 5 seconds
Sep 29 14:27:53 localhost kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
Sep 29 14:27:53 localhost kernel: EXT3 FS on hda7, internal journal
Sep 29 14:27:53 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Sep 29 14:27:53 localhost kernel: kjournald starting. Commit interval 5 seconds
Sep 29 14:27:53 localhost kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
Sep 29 14:27:53 localhost kernel: EXT3 FS on hdb5, internal journal
Sep 29 14:27:53 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Sep 29 14:27:53 localhost kernel: kjournald starting. Commit interval 5 seconds
Sep 29 14:27:53 localhost kernel: EXT3-fs warning: mounting unchecked fs, running e2fsck is recommended
Sep 29 14:27:53 localhost kernel: EXT3 FS on hdb6, internal journal
Sep 29 14:27:53 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Sep 29 14:27:54 localhost kernel: eth1: link up, 100Mbps, full-duplex, lpa 0x45E1 |
2.6.12-gentoo-r4
Code: |
Sep 29 16:42:44 localhost kernel: klogd 1.4.1, log source = /proc/kmsg started.
Sep 29 16:42:44 localhost kernel: Inspecting /boot/System.map-2.6.12-gentoo-r4
Sep 29 16:42:44 localhost kernel: Loaded 33121 symbols from /boot/System.map-2.6.12-gentoo-r4.
Sep 29 16:42:44 localhost kernel: Symbols match kernel version 2.6.12.
Sep 29 16:42:44 localhost kernel: Linux version 2.6.12-gentoo-r4 (root@rhyn) (gcc version 3.3.5-20050130 (Gentoo 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7.1)) #5 Thu Sep 29 16:40:24 PDT 2005
Sep 29 16:42:44 localhost kernel: BIOS-provided physical RAM map:
Sep 29 16:42:44 localhost kernel: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Sep 29 16:42:44 localhost kernel: BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
Sep 29 16:42:44 localhost kernel: BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
Sep 29 16:42:44 localhost kernel: BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
Sep 29 16:42:44 localhost kernel: BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
Sep 29 16:42:44 localhost kernel: BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
Sep 29 16:42:44 localhost kernel: BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
Sep 29 16:42:44 localhost kernel: BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Sep 29 16:42:44 localhost kernel: BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
Sep 29 16:42:44 localhost kernel: 127MB HIGHMEM available.
Sep 29 16:42:44 localhost kernel: 896MB LOWMEM available.
Sep 29 16:42:44 localhost kernel: found SMP MP-table at 000f5290
Sep 29 16:42:44 localhost kernel: DMI 2.2 present.
Sep 29 16:42:44 localhost kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Sep 29 16:42:44 localhost kernel: Processor #0 6:8 APIC version 16
Sep 29 16:42:44 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Sep 29 16:42:44 localhost kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Sep 29 16:42:44 localhost kernel: IOAPIC[0]: apic_id 2, version 3, address 0xfec00000, GSI 0-23
Sep 29 16:42:44 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 29 16:42:44 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 dfl dfl)
Sep 29 16:42:44 localhost kernel: Enabling APIC mode: Flat. Using 1 I/O APICs
Sep 29 16:42:44 localhost kernel: Using ACPI (MADT) for SMP configuration information
Sep 29 16:42:44 localhost kernel: Allocating PCI resources starting at 40000000 (gap: 40000000:bec00000)
Sep 29 16:42:44 localhost kernel: Built 1 zonelists
Sep 29 16:42:44 localhost kernel: Kernel command line: root=/dev/hda5 gentoo=nodevfs
Sep 29 16:42:44 localhost kernel: Initializing CPU#0
Sep 29 16:42:44 localhost kernel: PID hash table entries: 4096 (order: 12, 65536 bytes)
Sep 29 16:42:44 localhost kernel: Detected 1099.298 MHz processor.
Sep 29 16:42:44 localhost kernel: Using tsc for high-res timesource
Sep 29 16:42:44 localhost kernel: Console: colour VGA+ 80x25
Sep 29 16:42:44 localhost kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Sep 29 16:42:44 localhost kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Sep 29 16:42:44 localhost kernel: Memory: 1034244k/1048512k available (2888k kernel code, 13484k reserved, 1115k data, 192k init, 131008k highmem)
Sep 29 16:42:44 localhost kernel: Checking if this processor honours the WP bit even in supervisor mode... Ok.
Sep 29 16:42:44 localhost kernel: Mount-cache hash table entries: 512
Sep 29 16:42:44 localhost kernel: CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
Sep 29 16:42:44 localhost kernel: CPU: L2 Cache: 256K (64 bytes/line)
Sep 29 16:42:44 localhost kernel: Intel machine check architecture supported.
Sep 29 16:42:44 localhost kernel: Intel machine check reporting enabled on CPU#0.
Sep 29 16:42:44 localhost kernel: CPU: AMD Athlon(tm) stepping 01
Sep 29 16:42:44 localhost kernel: Enabling fast FPU save and restore... done.
Sep 29 16:42:44 localhost kernel: Enabling unmasked SIMD FPU exception support... done.
Sep 29 16:42:44 localhost kernel: Checking 'hlt' instruction... OK.
Sep 29 16:42:44 localhost kernel: ENABLING IO-APIC IRQs
Sep 29 16:42:44 localhost kernel: ..TIMER: vector=0x31 pin1=2 pin2=-1
Sep 29 16:42:44 localhost kernel: NET: Registered protocol family 16
Sep 29 16:42:44 localhost kernel: PCI: PCI BIOS revision 2.10 entry at 0xfb360, last bus=1
Sep 29 16:42:44 localhost kernel: PCI: Using configuration type 1
Sep 29 16:42:44 localhost kernel: mtrr: v2.0 (20020519)
Sep 29 16:42:44 localhost kernel: ACPI: Subsystem revision 20050309
Sep 29 16:42:44 localhost kernel: ACPI: Interpreter enabled
Sep 29 16:42:44 localhost kernel: ACPI: Using IOAPIC for interrupt routing
Sep 29 16:42:44 localhost kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
Sep 29 16:42:44 localhost kernel: PCI: Probing PCI hardware (bus 00)
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 10 11 12) *5
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12)
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 *10 11 12)
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12) *0, disabled.
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12) *0, disabled.
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12) *0, disabled.
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12) *0, disabled.
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12) *0, disabled.
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt Link [ALKA] (IRQs 20) *0, disabled.
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt Link [ALKB] (IRQs 21) *0, disabled.
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt Link [ALKC] (IRQs 22) *0, disabled.
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt Link [ALKD] (IRQs 23) *0, disabled.
Sep 29 16:42:44 localhost kernel: Linux Plug and Play Support v0.97 (c) Adam Belay
Sep 29 16:42:44 localhost kernel: pnp: PnP ACPI init
Sep 29 16:42:44 localhost kernel: pnp: PnP ACPI: found 10 devices
Sep 29 16:42:44 localhost kernel: SCSI subsystem initialized
Sep 29 16:42:44 localhost kernel: usbcore: registered new driver usbfs
Sep 29 16:42:44 localhost kernel: usbcore: registered new driver hub
Sep 29 16:42:44 localhost kernel: PCI: Using ACPI for IRQ routing
Sep 29 16:42:44 localhost kernel: PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
Sep 29 16:42:44 localhost kernel: TC classifier action (bugs to netdev@vger.kernel.org cc hadi@cyberus.ca)
Sep 29 16:42:44 localhost kernel: pnp: 00:01: ioport range 0x4000-0x407f could not be reserved
Sep 29 16:42:44 localhost kernel: pnp: 00:01: ioport range 0x5000-0x500f has been reserved
Sep 29 16:42:44 localhost kernel: Machine check exception polling timer started.
Sep 29 16:42:44 localhost kernel: audit: initializing netlink socket (disabled)
Sep 29 16:42:44 localhost kernel: highmem bounce pool size: 64 pages
Sep 29 16:42:44 localhost kernel: inotify device minor=63
Sep 29 16:42:44 localhost kernel: Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Sep 29 16:42:44 localhost kernel: Initializing Cryptographic API
Sep 29 16:42:44 localhost kernel: Real Time Clock Driver v1.12
Sep 29 16:42:44 localhost kernel: Software Watchdog Timer: 0.07 initialized. soft_noboot=0 soft_margin=60 sec (nowayout= 1)
Sep 29 16:42:44 localhost kernel: Linux agpgart interface v0.101 (c) Dave Jones
Sep 29 16:42:44 localhost kernel: agpgart: Detected VIA KT400/KT400A/KT600 chipset
Sep 29 16:42:44 localhost kernel: agpgart: AGP aperture is 128M @ 0xd0000000
Sep 29 16:42:44 localhost kernel: Hangcheck: starting hangcheck timer 0.9.0 (tick is 180 seconds, margin is 60 seconds).
Sep 29 16:42:44 localhost kernel: Hangcheck: Using monotonic_clock().
Sep 29 16:42:44 localhost kernel: ACPI: Power Button (FF) [PWRF]
Sep 29 16:42:44 localhost kernel: ACPI: Sleep Button (CM) [SLPB]
Sep 29 16:42:44 localhost kernel: ACPI: Fan [FAN] (on)
Sep 29 16:42:44 localhost kernel: ACPI: CPU0 (power states: C1[C1] C2[C2])
Sep 29 16:42:44 localhost kernel: ACPI: Thermal Zone [THRM] (40 C)
Sep 29 16:42:44 localhost kernel: PNP: PS/2 controller doesn't have AUX irq; using default 0xc
Sep 29 16:42:44 localhost kernel: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 112
Sep 29 16:42:44 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 29 16:42:44 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 29 16:42:44 localhost kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled
Sep 29 16:42:44 localhost kernel: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Sep 29 16:42:44 localhost kernel: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Sep 29 16:42:44 localhost kernel: mice: PS/2 mouse device common for all mice
Sep 29 16:42:44 localhost kernel: io scheduler noop registered
Sep 29 16:42:44 localhost kernel: io scheduler anticipatory registered
Sep 29 16:42:44 localhost kernel: io scheduler deadline registered
Sep 29 16:42:44 localhost kernel: io scheduler cfq registered
Sep 29 16:42:44 localhost kernel: Floppy drive(s): fd0 is 1.44M
Sep 29 16:42:44 localhost kernel: FDC 0 is a post-1991 82077
Sep 29 16:42:44 localhost kernel: loop: loaded (max 8 devices)
Sep 29 16:42:44 localhost kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Sep 29 16:42:44 localhost kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Sep 29 16:42:44 localhost kernel: VP_IDE: IDE controller at PCI slot 0000:00:0f.0
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt Link [ALKA] BIOS reported IRQ 0, using IRQ 20
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt Link [ALKA] enabled at IRQ 20
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt 0000:00:0f.0[A] -> Link [ALKA] -> GSI 20 (level, low) -> IRQ 20
Sep 29 16:42:44 localhost kernel: PCI: Via IRQ fixup for 0000:00:0f.0, from 255 to 4
Sep 29 16:42:44 localhost kernel: VP_IDE: chipset revision 6
Sep 29 16:42:44 localhost kernel: VP_IDE: not 100%% native mode: will probe irqs later
Sep 29 16:42:44 localhost kernel: VP_IDE: VIA vt8237 (rev 00) IDE UDMA133 controller on pci0000:00:0f.0
Sep 29 16:42:44 localhost kernel: ide0: BM-DMA at 0xd800-0xd807, BIOS settings: hda:DMA, hdb:DMA
Sep 29 16:42:44 localhost kernel: ide1: BM-DMA at 0xd808-0xd80f, BIOS settings: hdc:DMA, hdd:DMA
Sep 29 16:42:44 localhost kernel: input: AT Translated Set 2 keyboard on isa0060/serio0
Sep 29 16:42:44 localhost kernel: hda: Maxtor 6Y080L0, ATA DISK drive
Sep 29 16:42:44 localhost kernel: input: ImPS/2 Generic Wheel Mouse on isa0060/serio1
Sep 29 16:42:44 localhost kernel: hdb: HDS724040KLAT80, ATA DISK drive
Sep 29 16:42:44 localhost kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Sep 29 16:42:44 localhost kernel: hdc: Maxtor 91728D8, ATA DISK drive
Sep 29 16:42:44 localhost kernel: hdd: LITE-ON LTR-40125S, ATAPI CD/DVD-ROM drive
Sep 29 16:42:44 localhost kernel: ide1 at 0x170-0x177,0x376 on irq 15
Sep 29 16:42:44 localhost kernel: hda: max request size: 128KiB
Sep 29 16:42:44 localhost kernel: hda: 160086528 sectors (81964 MB) w/2048KiB Cache, CHS=65535/16/63, UDMA(133)
Sep 29 16:42:44 localhost kernel: hda: cache flushes supported
Sep 29 16:42:44 localhost kernel: hda: hda1 hda2 < hda5 hda6 hda7 hda8 >
Sep 29 16:42:44 localhost kernel: hdb: max request size: 1024KiB
Sep 29 16:42:44 localhost kernel: hdb: 781422768 sectors (400088 MB) w/7919KiB Cache, CHS=48641/255/63, UDMA(133)
Sep 29 16:42:44 localhost kernel: hdb: cache flushes supported
Sep 29 16:42:44 localhost kernel: hdb: hdb1 < hdb5 hdb6 >
Sep 29 16:42:44 localhost kernel: hdc: max request size: 128KiB
Sep 29 16:42:44 localhost kernel: hdc: 33750864 sectors (17280 MB) w/512KiB Cache, CHS=33483/16/63, UDMA(33)
Sep 29 16:42:44 localhost kernel: hdc: cache flushes not supported
Sep 29 16:42:44 localhost kernel: hdc: hdc1 hdc2 < hdc5 hdc6 hdc7 hdc8 >
Sep 29 16:42:44 localhost kernel: hdd: ATAPI 48X CD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
Sep 29 16:42:44 localhost kernel: Uniform CD-ROM driver Revision: 3.20
Sep 29 16:42:44 localhost kernel: usbmon: debugs is not available
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt Link [ALKB] BIOS reported IRQ 0, using IRQ 21
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt Link [ALKB] enabled at IRQ 21
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt 0000:00:10.4[C] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 21
Sep 29 16:42:44 localhost kernel: PCI: Via IRQ fixup for 0000:00:10.4, from 10 to 5
Sep 29 16:42:44 localhost kernel: ehci_hcd 0000:00:10.4: VIA Technologies, Inc. USB 2.0
Sep 29 16:42:44 localhost kernel: ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 1
Sep 29 16:42:44 localhost kernel: ehci_hcd 0000:00:10.4: irq 21, io mem 0xdd002000
Sep 29 16:42:44 localhost kernel: ehci_hcd 0000:00:10.4: USB 2.0 initialized, EHCI 1.00, driver 10 Dec 2004
Sep 29 16:42:44 localhost kernel: hub 1-0:1.0: USB hub found
Sep 29 16:42:44 localhost kernel: hub 1-0:1.0: 8 ports detected
Sep 29 16:42:44 localhost kernel: USB Universal Host Controller Interface driver v2.2
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt 0000:00:10.0[A] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 21
Sep 29 16:42:44 localhost kernel: uhci_hcd 0000:00:10.0: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller
Sep 29 16:42:44 localhost kernel: uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
Sep 29 16:42:44 localhost kernel: uhci_hcd 0000:00:10.0: irq 21, io base 0x0000dc00
Sep 29 16:42:44 localhost kernel: hub 2-0:1.0: USB hub found
Sep 29 16:42:44 localhost kernel: hub 2-0:1.0: 2 ports detected
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt 0000:00:10.1[A] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 21
Sep 29 16:42:44 localhost kernel: uhci_hcd 0000:00:10.1: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (#2)
Sep 29 16:42:44 localhost kernel: uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
Sep 29 16:42:44 localhost kernel: uhci_hcd 0000:00:10.1: irq 21, io base 0x0000e000
Sep 29 16:42:44 localhost kernel: hub 3-0:1.0: USB hub found
Sep 29 16:42:44 localhost kernel: hub 3-0:1.0: 2 ports detected
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt 0000:00:10.2[B] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 21
Sep 29 16:42:44 localhost kernel: PCI: Via IRQ fixup for 0000:00:10.2, from 11 to 5
Sep 29 16:42:44 localhost kernel: uhci_hcd 0000:00:10.2: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (#3)
Sep 29 16:42:44 localhost kernel: uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
Sep 29 16:42:44 localhost kernel: uhci_hcd 0000:00:10.2: irq 21, io base 0x0000e400
Sep 29 16:42:44 localhost kernel: hub 4-0:1.0: USB hub found
Sep 29 16:42:44 localhost kernel: hub 4-0:1.0: 2 ports detected
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt 0000:00:10.3[B] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 21
Sep 29 16:42:44 localhost kernel: PCI: Via IRQ fixup for 0000:00:10.3, from 11 to 5
Sep 29 16:42:44 localhost kernel: uhci_hcd 0000:00:10.3: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (#4)
Sep 29 16:42:44 localhost kernel: uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 5
Sep 29 16:42:44 localhost kernel: uhci_hcd 0000:00:10.3: irq 21, io base 0x0000e800
Sep 29 16:42:44 localhost kernel: hub 5-0:1.0: USB hub found
Sep 29 16:42:44 localhost kernel: hub 5-0:1.0: 2 ports detected
Sep 29 16:42:44 localhost kernel: Initializing USB Mass Storage driver...
Sep 29 16:42:44 localhost kernel: usb 2-2: new full speed USB device using uhci_hcd and address 2
Sep 29 16:42:44 localhost kernel: usbcore: registered new driver usb-storage
Sep 29 16:42:44 localhost kernel: USB Mass Storage support registered.
Sep 29 16:42:44 localhost kernel: oprofile: using NMI interrupt.
Sep 29 16:42:44 localhost kernel: NET: Registered protocol family 2
Sep 29 16:42:44 localhost kernel: IP: routing cache hash table of 8192 buckets, 64Kbytes
Sep 29 16:42:44 localhost kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
Sep 29 16:42:44 localhost kernel: TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
Sep 29 16:42:44 localhost kernel: TCP: Hash tables configured (established 262144 bind 65536)
Sep 29 16:42:44 localhost kernel: ip_conntrack version 2.1 (8191 buckets, 65528 max) - 212 bytes per conntrack
Sep 29 16:42:44 localhost kernel: ip_tables: (C) 2000-2002 Netfilter core team
Sep 29 16:42:44 localhost kernel: ipt_recent v0.3.1: Stephen Frost <sfrost@snowman.net>. http://snowman.net/projects/ipt_recent/
Sep 29 16:42:44 localhost kernel: arp_tables: (C) 2002 David S. Miller
Sep 29 16:42:44 localhost kernel: NET: Registered protocol family 1
Sep 29 16:42:44 localhost kernel: NET: Registered protocol family 10
Sep 29 16:42:44 localhost kernel: IPv6 over IPv4 tunneling driver
Sep 29 16:42:44 localhost kernel: NET: Registered protocol family 17
Sep 29 16:42:44 localhost kernel: ACPI wakeup devices:
Sep 29 16:42:44 localhost kernel: SLPB PCI0 USB0 USB1 USB2 USB6 USB7 USB8 USB9 LAN0 MC97 UAR1
Sep 29 16:42:44 localhost kernel: ACPI: (supports S0 S1 S4 S5)
Sep 29 16:42:44 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Sep 29 16:42:44 localhost kernel: VFS: Mounted root (ext3 filesystem) readonly.
Sep 29 16:42:44 localhost kernel: Freeing unused kernel memory: 192k freed
Sep 29 16:42:44 localhost kernel: kjournald starting. Commit interval 5 seconds
Sep 29 16:42:44 localhost kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
Sep 29 16:42:44 localhost kernel: EXT3 FS on hda5, internal journal
Sep 29 16:42:44 localhost kernel: Linux Tulip driver version 1.1.13 (May 11, 2002)
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt 0000:00:09.0[A] -> GSI 17 (level, low) -> IRQ 17
Sep 29 16:42:44 localhost kernel: eth0: Macronix 98715 PMAC rev 32 at 0001d000, 00:80:C6:F7:A4:18, IRQ 17.
Sep 29 16:42:44 localhost kernel: 8139too Fast Ethernet driver 0.9.27
Sep 29 16:42:44 localhost kernel: ACPI: PCI Interrupt 0000:00:0a.0[A] -> GSI 18 (level, low) -> IRQ 18
Sep 29 16:42:44 localhost kernel: eth1: RealTek RTL8139 at 0xd400, 00:e0:29:6d:f9:c6, IRQ 18
Sep 29 16:42:44 localhost kernel: Linux video capture interface: v1.00
Sep 29 16:42:44 localhost kernel: pwc Philips webcam module version 9.0.2-unofficial loaded.
Sep 29 16:42:44 localhost kernel: pwc Supports Philips PCA645/646, PCVC675/680/690, PCVC720[40]/730/740/750 & PCVC830/840.
Sep 29 16:42:44 localhost kernel: pwc Also supports the Askey VC010, various Logitech Quickcams, Samsung MPC-C10 and MPC-C30,
Sep 29 16:42:44 localhost kernel: pwc the Creative WebCam 5 & Pro Ex, SOTEC Afina Eye and Visionite VCS-UC300 and VCS-UM100.
Sep 29 16:42:44 localhost kernel: pwc Logitech QuickCam 4000 Pro USB webcam detected.
Sep 29 16:42:44 localhost kernel: pwc Registered as /dev/video0.
Sep 29 16:42:44 localhost kernel: usbcore: registered new driver Philips webcam
Sep 29 16:42:44 localhost kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
Sep 29 16:42:44 localhost kernel: kjournald starting. Commit interval 5 seconds
Sep 29 16:42:44 localhost kernel: EXT3 FS on hda1, internal journal
Sep 29 16:42:44 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Sep 29 16:42:44 localhost kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
Sep 29 16:42:44 localhost kernel: kjournald starting. Commit interval 5 seconds
Sep 29 16:42:44 localhost kernel: EXT3 FS on hda6, internal journal
Sep 29 16:42:44 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Sep 29 16:42:44 localhost kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
Sep 29 16:42:44 localhost kernel: kjournald starting. Commit interval 5 seconds
Sep 29 16:42:44 localhost kernel: EXT3 FS on hda7, internal journal
Sep 29 16:42:44 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Sep 29 16:42:44 localhost kernel: EXT3-fs warning: maximal mount count reached, running e2fsck is recommended
Sep 29 16:42:44 localhost kernel: kjournald starting. Commit interval 5 seconds
Sep 29 16:42:44 localhost kernel: EXT3 FS on hdb5, internal journal
Sep 29 16:42:44 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Sep 29 16:42:44 localhost kernel: EXT3-fs warning: mounting unchecked fs, running e2fsck is recommended
Sep 29 16:42:44 localhost kernel: kjournald starting. Commit interval 5 seconds
Sep 29 16:42:44 localhost kernel: EXT3 FS on hdb6, internal journal
Sep 29 16:42:44 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Sep 29 16:42:45 localhost kernel: eth1: link up, 100Mbps, full-duplex, lpa 0x45E1 |
2.6.11-hardened-r15
[code:1:cce3a7363a]
Sep 29 22:46:41 rhyn kernel: klogd 1.4.1, log source = /proc/kmsg started.
Sep 29 22:46:41 rhyn kernel: Inspecting /boot/System.map-2.6.11-hardened-r15
Sep 29 22:46:41 rhyn kernel: Loaded 30267 symbols from /boot/System.map-2.6.11-hardened-r15.
Sep 29 22:46:41 rhyn kernel: Symbols match kernel version 2.6.11.
Sep 29 22:46:41 rhyn kernel: Linux version 2.6.11-hardened-r15 (root@rhyn.phaseburn.net) (gcc version 3.3.5-20050130 (Gentoo 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7.1)) #2 Thu Sep 29 22:35:42 PDT 2005
Sep 29 22:46:41 rhyn kernel: BIOS-provided physical RAM map:
Sep 29 22:46:41 rhyn kernel: BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
Sep 29 22:46:41 rhyn kernel: BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
Sep 29 22:46:41 rhyn kernel: BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
Sep 29 22:46:41 rhyn kernel: BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
Sep 29 22:46:41 rhyn kernel: BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
Sep 29 22:46:41 rhyn kernel: BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
Sep 29 22:46:41 rhyn kernel: BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Sep 29 22:46:41 rhyn kernel: BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
Sep 29 22:46:41 rhyn kernel: 127MB HIGHMEM available.
Sep 29 22:46:41 rhyn kernel: 896MB LOWMEM available.
Sep 29 22:46:41 rhyn kernel: found SMP MP-table at 000f5290
Sep 29 22:46:41 rhyn kernel: DMI 2.2 present.
Sep 29 22:46:41 rhyn kernel: Intel MultiProcessor Specification v1.4
Sep 29 22:46:41 rhyn kernel: Virtual Wire compatibility mode.
Sep 29 22:46:41 rhyn kernel: OEM ID: OEM00000 Product ID: PROD00000000 APIC at: 0xFEE00000
Sep 29 22:46:41 rhyn kernel: Processor #0 6:8 APIC version 17
Sep 29 22:46:41 rhyn kernel: I/O APIC #2 Version 17 at 0xFEC00000.
Sep 29 22:46:41 rhyn kernel: Enabling APIC mode: Flat. Using 1 I/O APICs
Sep 29 22:46:41 rhyn kernel: Processors: 1
Sep 29 22:46:41 rhyn kernel: Allocating PCI resources starting at 40000000 (gap: 40000000:bec00000)
Sep 29 22:46:41 rhyn kernel: Built 1 zonelists
Sep 29 22:46:41 rhyn kernel: Kernel command line: root=/dev/hda5 gentoo=nodevfs acpi=off i8042.noacpi=1 pax_softmode=1
Sep 29 22:46:41 rhyn kernel: Initializing CPU#0
Sep 29 22:46:41 rhyn kernel: CPU 0 irqstacks, hard=c04b2000 soft=c04b1000
Sep 29 22:46:41 rhyn kernel: PID hash table entries: 4096 (order: 12, 65536 bytes)
Sep 29 22:46:41 rhyn kernel: Detected 1099.298 MHz processor.
Sep 29 22:46:41 rhyn kernel: Using tsc for high-res timesource
Sep 29 22:46:41 rhyn kernel: Console: colour VGA+ 80x25
Sep 29 22:46:41 rhyn kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Sep 29 22:46:41 rhyn kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Sep 29 22:46:41 rhyn kernel: Memory: 1034584k/1048512k available (2755k kernel code, 13312k reserved, 406k data, 172k init, 131008k highmem)
Sep 29 22:46:41 rhyn kernel: Checking if this processor honours the WP bit even in supervisor mode... Ok.
Sep 29 22:46:41 rhyn kernel: Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
Sep 29 22:46:41 rhyn kernel: CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
Sep 29 22:46:41 rhyn kernel: CPU: L2 Cache: 256K (64 bytes/line)
Sep 29 22:46:41 rhyn kernel: Intel machine check architecture supported.
Sep 29 22:46:41 rhyn kernel: Intel machine check reporting enabled on CPU#0.
Sep 29 22:46:41 rhyn kernel: CPU: AMD Athlon(tm) stepping 01
Sep 29 22:46:41 rhyn kernel: Enabling fast FPU save and restore... done.
Sep 29 22:46:41 rhyn kernel: Enabling unmasked SIMD FPU exception support... done.
Sep 29 22:46:41 rhyn kernel: Checking 'hlt' instruction... OK.
Sep 29 22:46:41 rhyn kernel: ENABLING IO-APIC IRQs
Sep 29 22:46:41 rhyn kernel: ..TIMER: vector=0x31 pin1=2 pin2=0
Sep 29 22:46:41 rhyn kernel: NET: Registered protocol family 16
Sep 29 22:46:41 rhyn kernel: PCI: PCI BIOS revision 2.10 entry at 0xfb360, last bus=1
Sep 29 22:46:41 rhyn kernel: PCI: Using configuration type 1
Sep 29 22:46:41 rhyn kernel: mtrr: v2.0 (20020519)
Sep 29 22:46:41 rhyn kernel: SCSI subsystem initialized
Sep 29 22:46:41 rhyn kernel: usbcore: registered new driver usbfs
Sep 29 22:46:41 rhyn kernel: usbcore: registered new driver hub
Sep 29 22:46:41 rhyn kernel: PCI: Probing PCI hardware
Sep 29 22:46:41 rhyn kernel: PCI: Probing PCI hardware (bus 00)
Sep 29 22:46:41 rhyn kernel: PCI: Via IRQ fixup
Sep 29 22:46:41 rhyn kernel: PCI: Using IRQ router VIA [1106/3227] at 0000:00:11.0
Sep 29 22:46:41 rhyn kernel: PCI->APIC IRQ transform: 0000:00:09.0[A] -> IRQ 17
Sep 29 22:46:41 rhyn kernel: PCI->APIC IRQ transform: 0000:00:0a.0[A] -> IRQ 18
Sep 29 22:46:41 rhyn kernel: PCI->APIC IRQ transform: 0000:00:10.0[A] -> IRQ 21
Sep 29 22:46:41 rhyn kernel: PCI->APIC IRQ transform: 0000:00:10.1[A] -> IRQ 21
Sep 29 22:46:41 rhyn kernel: PCI->APIC IRQ transform: 0000:00:10.2[B] -> IRQ 21
Sep 29 22:46:41 rhyn kernel: PCI->APIC IRQ transform: 0000:00:10.3[B] -> IRQ 21
Sep 29 22:46:41 rhyn kernel: PCI->APIC IRQ transform: 0000:00:10.4[C] -> IRQ 21
Sep 29 22:46:41 rhyn kernel: PCI->APIC IRQ transform: 0000:01:00.0[A] -> IRQ 16
Sep 29 22:46:41 rhyn kernel: TC classifier action (bugs to netdev@oss.sgi.com cc hadi@cyberus.ca)
Sep 29 22:46:41 rhyn kernel: Machine check exception polling timer started.
Sep 29 22:46:41 rhyn kernel: audit: initializing netlink socket (disabled)
Sep 29 22:46:41 rhyn kernel: highmem bounce pool size: 64 pages
Sep 29 22:46:41 rhyn kernel: inotify device minor=63
Sep 29 22:46:41 rhyn kernel: Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Sep 29 22:46:41 rhyn kernel: Initializing Cryptographic API
Sep 29 22:46:41 rhyn kernel: Real Time Clock Driver v1.12
Sep 29 22:46:41 rhyn kernel: Software Watchdog Timer: 0.07 initialized. soft_noboot=0 soft_margin=60 sec (nowayout= 1)
Sep 29 22:46:41 rhyn kernel: Linux agpgart interface v0.100 (c) Dave Jones
Sep 29 22:46:41 rhyn kernel: agpgart: Detected VIA KT400/KT400A/KT600 chipset
Sep 29 22:46:41 rhyn kernel: agpgart: Maximum main memory to use for agp memory: 941M
Sep 29 22:46:41 rhyn kernel: agpgart: AGP aperture is 128M @ 0xd0000000
Sep 29 22:46:41 rhyn kernel: Hangcheck: starting hangcheck timer 0.5.0 (tick is 180 seconds, margin is 60 seconds).
Sep 29 22:46:41 rhyn kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 29 22:46:41 rhyn kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 29 22:46:41 rhyn kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled
Sep 29 22:46:41 rhyn kernel: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Sep 29 22:46:41 rhyn kernel: io scheduler noop registered
Sep 29 22:46:41 rhyn kernel: io scheduler anticipatory registered
Sep 29 22:46:41 rhyn kernel: io scheduler deadline registered
Sep 29 22:46:41 rhyn kernel: io scheduler cfq registered
Sep 29 22:46:41 rhyn kernel: Floppy drive(s): fd0 is 1.44M
Sep 29 22:46:41 rhyn kernel: FDC 0 is a post-1991 82077
Sep 29 22:46:41 rhyn kernel: RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Sep 29 22:46:41 rhyn kernel: loop: loaded (max 8 devices)
Sep 29 22:46:41 rhyn kernel: nbd: registered device at major 43
Sep 29 22:46:41 rhyn kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Sep 29 22:46:41 rhyn kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Sep 29 22:46:41 rhyn kernel: VP_IDE: IDE controller at PCI slot 0000:00:0f.0
Sep 29 22:46:41 rhyn kernel: VP_IDE: chipset revision 6
Sep 29 22:46:41 rhyn kernel: VP_IDE: not 100%% native mode: will probe irqs later
Sep 29 22:46:41 rhyn kernel: VP_IDE: VIA vt8237 (rev 00) IDE UDMA133 controller on pci0000:00:0f.0
Sep 29 22:46:41 rhyn kernel: ide0: BM-DMA at 0xd800-0xd807, BIOS settings: hda:DMA, hdb:DMA
Sep 29 22:46:41 rhyn kernel: ide1: BM-DMA at 0xd808-0xd80f, BIOS settings: hdc:DMA, hdd:DMA
Sep 29 22:46:41 rhyn kernel: hda: Maxtor 6Y080L0, ATA DISK drive
Sep 29 22:46:41 rhyn kernel: hdb: HDS724040KLAT80, ATA DISK drive
Sep 29 22:46:41 rhyn kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Sep 29 22:46:41 rhyn kernel: hdc: Maxtor 91728D8, ATA DISK drive
Sep 29 22:46:41 rhyn kernel: hdd: LITE-ON LTR-40125S, ATAPI CD/DVD-ROM drive
Sep 29 22:46:41 rhyn kernel: ide1 at 0x _________________ -PhaseBurn |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|