* ide-core.o & libata.o ICH5
@ 2004-12-17 20:29 Christopher R. Thompson
2004-12-22 19:51 ` ICH5 ide modules in BOIS Compatibilty mode Christopher R. Thompson
` (4 more replies)
0 siblings, 5 replies; 9+ messages in thread
From: Christopher R. Thompson @ 2004-12-17 20:29 UTC (permalink / raw)
To: linux-ide
[-- Attachment #1: Type: text/plain, Size: 11792 bytes --]
Can anbody tell me the correct insmod sequence for the initrd disk to
get my drives up and running on an intel ICH5 chip in native mode?
I am running an ASUS P4P800 SE MB. It has two SATA ports with maxtor
6Y160M0 160GB hard drives. It also has two parallel ATA ports. One with
a dvdwriter and a fried 140 GB maxtor disk from my crashed 486 server
machine.
I want to boot off of my SATA disks and move the recoverable parts of
the fried disk to another backup hard drive on the other (primary)
parallel ide channel.
I am currently running the bios setting in compatability mode with the
two sata disk configured as the primary channel, and have downloaded
various 2.4 versions of kernels and various patch kits to no avail.
Right now I can boot kernel 2.4.27 with the bios in compatability mode
and all of the ide stuff compiled into the kernel. When I switch the
bios to native mode and compile in the kernel with scsi support, libata
and piix the kernel crashes with with a stack dump that locks up the
screen so I can't scroll back to see what happened. I suspect that it
might have something to do with the bad "hdc" disk Maxtor 4R120L4 that
gives me "hdc: dma_intr: error=0x84 {DriveStatusError BadCRC)" and "hdc:
dma_intr: status=0x51 {DriveReady SeekComplete Error }" when in
compatability mode. This is a "SMART" drive where the bios tells me to
back it up and remove it.... which I am attempting to do.
I tried to compile just the scsi stuff and leave ide-everything out of
the kernel completely... that didn't work. Stack Dump. No hard copy
saved. Don't know how.. and to lazy to insmod carbon-record.o.
So then I tried to compile everything as modules with both ide and
libata together, hoping that I could configure two different "initrd
disks"... one for compatibility mode that I know is working for backup
and migration purposes, and the other with libata to test the native
mode.... No luck there either. The system locks, or can't mount
root=/dev/hda3.
Except for the last two months I haven't compiled a kernel in three of
four years or more. I am upgrading my server from 100MHz 486 w/ 200+gigs
to a 300MHz pII, and my worstation from a pII/100MHz to a pentium-4
3.2GHz 1GB ram. All my machines were running RedHat 6.1.92 kernel
2.2.15. I am running RedHat 8.0 on this machine (pentium 4) with the 2.4
kernel set. Currently kernel-2.4.27 with patch 2.4.27-rc3-libata1.patch.
The first problem is that nomatter what... the RedHat mkinitrd always
does the "Right Thing" and includes ide.o into the initrd disk. I
suspect this is what causes me the system hangs when I switch over to
native mode in the bios. The last message I get is "hda: attached
ide-disk driver." and then "hda: host protected area =>1" and nothing
else...
The other confusing thing is that the kernel always seems to say
attaching ide-disk....( or maybe it was ide-scsi ) even when the
ide-disk.o is not included in the linuxrc scripts... but it may have
been included in the /lib directory.
Another confusing thing is where to put the kernel parameters, or how to
find out what parameters the different modules accept. I tried.
insmod ide-core.o idebus=66 hdd=ide-scsi
insmod ide-disk.o idebus=66 hdd=ide-scsi
insmod piix.o idebus=66 hdd=ide-scsi
insmod ide-detect idebus=66 hdd=ide-scsi
Not one module accepts the parameters, the commands are already kernel
boot parameters, and the ide-bus always configures at 33Mhz.?????
This gives me a message that ide0 is already in use, hda and hdb never
get probed and the boot dies cause it can't find the "init" program on
root=/.
I tried to make an initrd recovery disk that had copies of /bin /sbin
/etc and /lib that would give me a bash prompt... but that didn't work
for me either. It still says that it either can't mount root=/dev/ram or
INIT is not found.... Now that I think about it... the RedHat 8.0
mkinitrd puts everything into /bin and creates a symlink that points
/sbin to there. I'll try putting /sbin/init where it belongs and try
that. The idea here is that if I can get a prompt on tty1 after the
kernel boots using a ram disk then I can try probing the modules in
different orders until I find the sequence that works correctly.
I would be happy to help out with testing the libata stuff, if I could
only just get it to boot up.
cat /proc/pci gives me
PCI devices found:
Bus 0, device 0, function 0:
Host bridge: Intel Corp. 82865G/PE/P Processor to I/O Controller
(rev 2).
Prefetchable 32 bit memory at 0xf8000000 [0xfbffffff].
Bus 0, device 1, function 0:
PCI bridge: Intel Corp. 82865G/PE/P Processor to AGP Controller
(rev 2).
Master Capable. Latency=64. Min Gnt=8.
Bus 0, device 29, function 0:
USB Controller: Intel Corp. 82801EB USB (rev 2).
IRQ 10.
I/O at 0xeec0 [0xeedf].
Bus 0, device 29, function 1:
USB Controller: Intel Corp. 82801EB USB (rev 2).
IRQ 5.
I/O at 0xef00 [0xef1f].
Bus 0, device 29, function 2:
USB Controller: Intel Corp. 82801EB USB (rev 2).
IRQ 5.
I/O at 0xef20 [0xef3f].
Bus 0, device 29, function 3:
USB Controller: Intel Corp. 82801EB USB (rev 2).
IRQ 10.
I/O at 0xef40 [0xef5f].
Bus 0, device 29, function 7:
USB Controller: Intel Corp. 82801EB USB2 (rev 2).
IRQ 5.
Non-prefetchable 32 bit memory at 0xfebff800 [0xfebffbff].
Bus 0, device 30, function 0:
PCI bridge: Intel Corp. 82801BA/CA/DB/EB PCI Bridge (rev 194).
Master Capable. No bursts. Min Gnt=2.
Bus 0, device 31, function 0:
ISA bridge: Intel Corp. 82801EB LPC Interface Controller (rev 2).
Bus 0, device 31, function 2:
IDE interface: Intel Corp. 82801EB Ultra ATA Storage Controller
(rev 2).
IRQ 5.
I/O at 0xfc00 [0xfc0f].
Bus 0, device 31, function 3:
SMBus: Intel Corp. 82801EB SMBus Controller (rev 2).
IRQ 5.
I/O at 0x400 [0x41f].
Bus 0, device 31, function 5:
Multimedia audio controller: Intel Corp. 82801EB AC'97 Audio
Controller (rev 2).
IRQ 5.
I/O at 0xe800 [0xe8ff].
I/O at 0xee80 [0xeebf].
Non-prefetchable 32 bit memory at 0xfebff400 [0xfebff5ff].
Non-prefetchable 32 bit memory at 0xfebff000 [0xfebff0ff].
Bus 1, device 0, function 0:
VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX
400] (rev 178).
IRQ 10.
Master Capable. Latency=64. Min Gnt=5.Max Lat=1.
Non-prefetchable 32 bit memory at 0xfd000000 [0xfdffffff].
Prefetchable 32 bit memory at 0xe8000000 [0xefffffff].
Bus 2, device 5, function 0:
Ethernet controller: Galileo Technology Ltd. Gigabit Ethernet
Adapter (rev 19).
IRQ 11.
Master Capable. Latency=64. Min Gnt=23.Max Lat=31.
Non-prefetchable 32 bit memory at 0xfeafc000 [0xfeafffff].
I/O at 0xd400 [0xd4ff].
Bus 2, device 9, function 0:
Multimedia video controller: Brooktree Corporation Bt878 Video
Capture (rev 2).
IRQ 5.
Master Capable. Latency=64. Min Gnt=16.Max Lat=40.
Prefetchable 32 bit memory at 0xf7efe000 [0xf7efefff].
Bus 2, device 9, function 1:
Multimedia controller: Brooktree Corporation Bt878 Audio Capture
(rev 2).
IRQ 5.
Master Capable. Latency=64. Min Gnt=4.Max Lat=255.
Prefetchable 32 bit memory at 0xf7eff000 [0xf7efffff].
Bus 2, device 12, function 0:
SCSI storage controller: Adaptec AIC-7861 (rev 3).
IRQ 11.
Master Capable. Latency=64. Min Gnt=4.Max Lat=4.
I/O at 0xd800 [0xd8ff].
Non-prefetchable 32 bit memory at 0xfeafb000 [0xfeafbfff].
Bus 2, device 13, function 0:
Communication controller: Intel Corp. 536EP Data Fax Modem (rev 0).
IRQ 5.
Master Capable. Latency=64.
Non-prefetchable 32 bit memory at 0xfe400000 [0xfe7fffff].
cat /proc/ide/piix
Controller: 0
Intel PIIX4 SATA 150 Chipset.
--------------- Primary Channel ---------------- Secondary Channel
-------------
enabled enabled
--------------- drive0 --------- drive1 -------- drive0 ----------
drive1 ------
DMA enabled: yes yes yes no
UDMA enabled: yes yes yes yes
UDMA enabled: 5 5 4 4
UDMA
DMA
PIO
Here is a normal bootup log.
CI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Ignoring BAR0-3 of IDE controller 00:1f.2
Transparent bridge - Intel Corp. 82801BA/CA/DB/EB PCI Bridge
PCI: Using IRQ router PIIX/ICH [8086/24d0] at 00:1f.0
PCI: Found IRQ 5 for device 00:1f.2
PCI: Sharing IRQ 5 with 00:1d.2
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16)
Starting kswapd
allocated 32 pages and 32 bhs reserved for the highmem bounces
VFS: Disk quotas vdquot_6.5.1
pty: 2048 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT
SHARE_IRQ SERIAL_PCI ISAPNP enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
Real Time Clock Driver v1.10f
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
NET4: Frame Diverter 0.46
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH5-SATA: IDE controller at PCI slot 00:1f.2
PCI: Found IRQ 5 for device 00:1f.2
PCI: Sharing IRQ 5 with 00:1d.2
ICH5-SATA: chipset revision 2
ICH5-SATA: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xfc00-0xfc07, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xfc08-0xfc0f, BIOS settings: hdc:DMA, hdd:DMA
hda: Maxtor 6Y160M0, ATA DISK drive
hdb: Maxtor 6Y160M0, ATA DISK drive
blk: queue c0335100, I/O limit 4095Mb (mask 0xffffffff)
blk: queue c033523c, I/O limit 4095Mb (mask 0xffffffff)
hdc: Maxtor 4R120L4, ATA DISK drive
hdd: GENERIC DVD DUAL 4XMax, ATAPI CD/DVD-ROM drive
blk: queue c0335554, I/O limit 4095Mb (mask 0xffffffff)
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: attached ide-disk driver.
hda: host protected area => 1
hda: 320173056 sectors (163929 MB) w/7936KiB Cache, CHS=19929/255/63,
UDMA(33)
hdb: attached ide-disk driver.
hdb: host protected area => 1
hdb: 312581808 sectors (160042 MB) w/7936KiB Cache, CHS=19457/255/63,
UDMA(33)
hdc: attached ide-disk driver.
hdc: host protected area => 1
hdc: 240121728 sectors (122942 MB) w/2048KiB Cache, CHS=14946/255/63,
UDMA(100)
Partition check:
hda: hda1 hda2 hda3
hdb: hdb1 hdb2
hdc:hdc: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hdc: dma_intr: error=0x84 { DriveStatusError BadCRC }
hdc: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hdc: dma_intr: error=0x84 { DriveStatusError BadCRC }
hdc: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hdc: dma_intr: error=0x84 { DriveStatusError BadCRC }
hdc: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hdc: dma_intr: error=0x84 { DriveStatusError BadCRC }
hdd: DMA disabled
ide1: reset: success
hdc1 hdc2 hdc3 hdc4
ide: late registration of driver.
SCSI subsystem driver Revision: 1.00
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
I have included as an attachment my kernel.config file.
[-- Attachment #2: .config --]
[-- Type: text/plain, Size: 26760 bytes --]
#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
# CONFIG_SBUS is not set
CONFIG_UID16=y
#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
CONFIG_KMOD=y
#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMIII is not set
CONFIG_MPENTIUM4=y
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MELAN is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_L1_CACHE_SHIFT=7
CONFIG_X86_HAS_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_F00F_WORKS_OK=y
CONFIG_X86_MCE=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
CONFIG_MICROCODE=m
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
# CONFIG_EDD is not set
# CONFIG_NOHIGHMEM is not set
CONFIG_HIGHMEM4G=y
# CONFIG_HIGHMEM64G is not set
CONFIG_HIGHMEM=y
CONFIG_HIGHIO=y
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_SMP 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_DISABLE is not set
CONFIG_X86_TSC=y
#
# General setup
#
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
# CONFIG_ISA is not set
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y
#
# PCMCIA/CardBus support
#
# CONFIG_PCMCIA is not set
#
# PCI Hotplug Support
#
# CONFIG_HOTPLUG_PCI is not set
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=m
# CONFIG_OOM_KILLER is not set
# CONFIG_PM is not set
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
# CONFIG_APM_DO_ENABLE is not set
CONFIG_APM_CPU_IDLE=y
# CONFIG_APM_DISPLAY_BLANK is not set
# CONFIG_APM_RTC_IS_GMT is not set
# CONFIG_APM_ALLOW_INTS is not set
# CONFIG_APM_REAL_MODE_POWER_OFF is not set
#
# ACPI Support
#
# CONFIG_ACPI is not set
#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set
#
# Parallel port support
#
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_PC_CML1=m
# CONFIG_PARPORT_SERIAL is not set
# CONFIG_PARPORT_PC_FIFO is not set
# CONFIG_PARPORT_PC_SUPERIO is not set
# CONFIG_PARPORT_AMIGA is not set
# CONFIG_PARPORT_MFC3 is not set
# CONFIG_PARPORT_ATARI is not set
# CONFIG_PARPORT_GSC is not set
# CONFIG_PARPORT_SUNBPP is not set
# CONFIG_PARPORT_IP22 is not set
# CONFIG_PARPORT_OTHER is not set
CONFIG_PARPORT_1284=y
#
# Plug and Play configuration
#
# CONFIG_PNP is not set
#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_PARIDE is not set
# 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_SX8 is not set
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_NBD=m
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_SIZE=8192
CONFIG_BLK_DEV_INITRD=y
CONFIG_BLK_STATS=y
#
# Multi-device support (RAID and LVM)
#
CONFIG_MD=y
CONFIG_BLK_DEV_MD=m
CONFIG_MD_LINEAR=m
CONFIG_MD_RAID0=m
CONFIG_MD_RAID1=m
CONFIG_MD_RAID5=m
# CONFIG_MD_MULTIPATH is not set
CONFIG_BLK_DEV_LVM=m
#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_NETLINK_DEV=y
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_FILTER=y
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_FWMARK=y
CONFIG_IP_ROUTE_NAT=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_TOS=y
CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE=m
CONFIG_NET_IPGRE_BROADCAST=y
CONFIG_IP_MROUTE=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
# CONFIG_ARPD is not set
# CONFIG_INET_ECN is not set
CONFIG_SYN_COOKIES=y
#
# IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=m
CONFIG_IP_NF_FTP=m
# CONFIG_IP_NF_AMANDA is not set
# CONFIG_IP_NF_TFTP is not set
CONFIG_IP_NF_IRC=m
CONFIG_IP_NF_QUEUE=m
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_LIMIT=m
CONFIG_IP_NF_MATCH_MAC=m
# CONFIG_IP_NF_MATCH_PKTTYPE is not set
CONFIG_IP_NF_MATCH_MARK=m
CONFIG_IP_NF_MATCH_MULTIPORT=m
CONFIG_IP_NF_MATCH_TOS=m
# CONFIG_IP_NF_MATCH_RECENT is not set
# CONFIG_IP_NF_MATCH_ECN is not set
# CONFIG_IP_NF_MATCH_DSCP is not set
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_HELPER is not set
CONFIG_IP_NF_MATCH_STATE=m
# CONFIG_IP_NF_MATCH_CONNTRACK is not set
CONFIG_IP_NF_MATCH_UNCLEAN=m
CONFIG_IP_NF_MATCH_OWNER=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_MIRROR=m
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_NAT_LOCAL=y
CONFIG_IP_NF_NAT_SNMP_BASIC=m
CONFIG_IP_NF_NAT_IRC=m
CONFIG_IP_NF_NAT_FTP=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_TOS=m
# CONFIG_IP_NF_TARGET_ECN is not set
# CONFIG_IP_NF_TARGET_DSCP is not set
CONFIG_IP_NF_TARGET_MARK=m
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_TARGET_ULOG=m
CONFIG_IP_NF_TARGET_TCPMSS=m
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
# CONFIG_IP_NF_ARP_MANGLE is not set
CONFIG_IP_NF_COMPAT_IPCHAINS=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_COMPAT_IPFWADM=m
CONFIG_IP_NF_NAT_NEEDED=y
#
# IP: Virtual Server Configuration
#
CONFIG_IP_VS=m
# CONFIG_IP_VS_DEBUG is not set
CONFIG_IP_VS_TAB_BITS=16
#
# IPVS scheduler
#
CONFIG_IP_VS_RR=m
CONFIG_IP_VS_WRR=m
CONFIG_IP_VS_LC=m
CONFIG_IP_VS_WLC=m
CONFIG_IP_VS_LBLC=m
CONFIG_IP_VS_LBLCR=m
CONFIG_IP_VS_DH=m
CONFIG_IP_VS_SH=m
# CONFIG_IP_VS_SED is not set
# CONFIG_IP_VS_NQ is not set
#
# IPVS application helper
#
CONFIG_IP_VS_FTP=m
CONFIG_IPV6=m
#
# IPv6: Netfilter Configuration
#
# CONFIG_IP6_NF_QUEUE is not set
CONFIG_IP6_NF_IPTABLES=m
CONFIG_IP6_NF_MATCH_LIMIT=m
CONFIG_IP6_NF_MATCH_MAC=m
# CONFIG_IP6_NF_MATCH_RT is not set
# CONFIG_IP6_NF_MATCH_OPTS is not set
# CONFIG_IP6_NF_MATCH_FRAG is not set
# CONFIG_IP6_NF_MATCH_HL is not set
CONFIG_IP6_NF_MATCH_MULTIPORT=m
CONFIG_IP6_NF_MATCH_OWNER=m
CONFIG_IP6_NF_MATCH_MARK=m
# CONFIG_IP6_NF_MATCH_IPV6HEADER is not set
# CONFIG_IP6_NF_MATCH_AHESP is not set
# CONFIG_IP6_NF_MATCH_LENGTH is not set
# CONFIG_IP6_NF_MATCH_EUI64 is not set
CONFIG_IP6_NF_FILTER=m
CONFIG_IP6_NF_TARGET_LOG=m
CONFIG_IP6_NF_MANGLE=m
CONFIG_IP6_NF_TARGET_MARK=m
# CONFIG_KHTTPD is not set
#
# SCTP Configuration (EXPERIMENTAL)
#
# CONFIG_IP_SCTP is not set
# CONFIG_ATM is not set
CONFIG_VLAN_8021Q=m
#
#
#
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
#
# Appletalk devices
#
# CONFIG_DECNET is not set
# CONFIG_BRIDGE is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_LLC is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set
#
# QoS and/or fair queueing
#
CONFIG_NET_SCHED=y
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_HTB=m
CONFIG_NET_SCH_CSZ=m
# CONFIG_NET_SCH_HFSC is not set
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_NETEM is not set
CONFIG_NET_SCH_DSMARK=m
CONFIG_NET_SCH_INGRESS=m
CONFIG_NET_QOS=y
CONFIG_NET_ESTIMATOR=y
CONFIG_NET_CLS=y
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_NET_CLS_RSVP=m
CONFIG_NET_CLS_RSVP6=m
CONFIG_NET_CLS_POLICE=y
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
#
# Telephony Support
#
# CONFIG_PHONE is not set
#
# ATA/IDE/MFM/RLL support
#
CONFIG_IDE=m
#
# IDE, ATA and ATAPI Block devices
#
CONFIG_BLK_DEV_IDE=m
#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_HD_IDE is not set
# CONFIG_BLK_DEV_HD is not set
# CONFIG_BLK_DEV_IDE_SATA is not set
CONFIG_BLK_DEV_IDEDISK=m
CONFIG_IDEDISK_MULTI_MODE=y
# CONFIG_IDEDISK_STROKE is not set
CONFIG_BLK_DEV_IDECD=m
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
CONFIG_BLK_DEV_IDESCSI=m
# CONFIG_IDE_TASK_IOCTL is not set
#
# IDE chipset support/bugfixes
#
# CONFIG_BLK_DEV_CMD640 is not set
CONFIG_BLK_DEV_IDEPCI=y
# CONFIG_BLK_DEV_GENERIC is not set
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_OFFBOARD is not set
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_PCI_WIP is not set
# CONFIG_BLK_DEV_ADMA100 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_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
CONFIG_BLK_DEV_PIIX=m
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_RZ1000 is not set
# CONFIG_BLK_DEV_SC1200 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 is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_IDEDMA_IVB is not set
# CONFIG_DMA_NONPCI is not set
# CONFIG_BLK_DEV_ATARAID is not set
#
# SCSI support
#
CONFIG_SCSI=m
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=m
CONFIG_SD_EXTRA_DEVS=40
# 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 is not set
#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_DEBUG_QUEUES is not set
# CONFIG_SCSI_MULTI_LUN is not set
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
#
# SCSI low-level drivers
#
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AHA1740 is not set
# CONFIG_SCSI_AACRAID is not set
CONFIG_SCSI_AIC7XXX=m
CONFIG_AIC7XXX_CMDS_PER_DEVICE=32
CONFIG_AIC7XXX_RESET_DELAY_MS=15000
# CONFIG_AIC7XXX_PROBE_EISA_VL is not set
# CONFIG_AIC7XXX_BUILD_FIRMWARE is not set
# CONFIG_AIC7XXX_DEBUG_ENABLE is not set
CONFIG_AIC7XXX_DEBUG_MASK=0
# CONFIG_AIC7XXX_REG_PRETTY_PRINT is not set
# CONFIG_SCSI_AIC79XX is not set
CONFIG_SCSI_AIC7XXX_OLD=m
# CONFIG_AIC7XXX_OLD_TCQ_ON_BY_DEFAULT is not set
CONFIG_AIC7XXX_OLD_CMDS_PER_DEVICE=8
CONFIG_AIC7XXX_OLD_PROC_STATS=y
CONFIG_SCSI_DPT_I2O=m
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_MEGARAID is not set
# CONFIG_SCSI_MEGARAID2 is not set
CONFIG_SCSI_SATA=y
# CONFIG_SCSI_SATA_SVW is not set
CONFIG_SCSI_ATA_PIIX=m
# CONFIG_SCSI_SATA_NV is not set
# CONFIG_SCSI_SATA_PROMISE is not set
# CONFIG_SCSI_SATA_SX4 is not set
# CONFIG_SCSI_SATA_SIL is not set
# CONFIG_SCSI_SATA_SIS 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_CPQFCTS is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_EATA_DMA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_PPA is not set
# CONFIG_SCSI_IMM is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_NCR53C7xx is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_NCR53C8XX is not set
# CONFIG_SCSI_SYM53C8XX is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PCI2000 is not set
# CONFIG_SCSI_PCI2220I is not set
# CONFIG_SCSI_PSI240I is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_ISP is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_SEAGATE is not set
# CONFIG_SCSI_SIM710 is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set
#
# Fusion MPT device support
#
# CONFIG_FUSION is not set
# CONFIG_FUSION_BOOT is not set
# CONFIG_FUSION_ISENSE is not set
# CONFIG_FUSION_CTL is not set
# CONFIG_FUSION_LAN is not set
#
# IEEE 1394 (FireWire) support (EXPERIMENTAL)
#
# CONFIG_IEEE1394 is not set
#
# I2O device support
#
CONFIG_I2O=m
CONFIG_I2O_PCI=m
CONFIG_I2O_BLOCK=m
CONFIG_I2O_LAN=m
CONFIG_I2O_SCSI=m
CONFIG_I2O_PROC=m
#
# Network device support
#
CONFIG_NETDEVICES=y
#
# ARCnet devices
#
# CONFIG_ARCNET is not set
CONFIG_DUMMY=m
CONFIG_BONDING=m
CONFIG_EQUALIZER=m
CONFIG_TUN=m
# CONFIG_ETHERTAP is not set
#
# Ethernet (10 or 100Mbit)
#
# CONFIG_NET_ETHERNET 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_SK98LIN=m
# CONFIG_TIGON3 is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PLIP is not set
CONFIG_PPP=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPPOE=m
CONFIG_SLIP=m
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLIP_SMART=y
CONFIG_SLIP_MODE_SLIP6=y
#
# Wireless LAN (non-hamradio)
#
# CONFIG_NET_RADIO is not set
#
# Token Ring devices
#
# CONFIG_TR is not set
# CONFIG_NET_FC is not set
# CONFIG_RCPCI is not set
CONFIG_SHAPER=m
#
# Wan interfaces
#
# CONFIG_WAN is not set
#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set
#
# IrDA (infrared) support
#
# CONFIG_IRDA is not set
#
# ISDN subsystem
#
# CONFIG_ISDN is not set
#
# Input core support
#
# CONFIG_INPUT is not set
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_SERIAL_CONSOLE=y
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=2048
CONFIG_PRINTER=m
CONFIG_LP_CONSOLE=y
CONFIG_PPDEV=m
# CONFIG_TIPAR is not set
#
# I2C support
#
CONFIG_I2C=m
CONFIG_I2C_ALGOBIT=m
# CONFIG_I2C_PHILIPSPAR is not set
# CONFIG_I2C_ELV is not set
# CONFIG_I2C_VELLEMAN is not set
CONFIG_SCx200_I2C_SCL=12
CONFIG_SCx200_I2C_SDA=13
# CONFIG_SCx200_ACB is not set
# CONFIG_I2C_ALGOPCF is not set
CONFIG_I2C_CHARDEV=m
CONFIG_I2C_PROC=m
#
# Mice
#
# CONFIG_BUSMOUSE is not set
CONFIG_MOUSE=y
CONFIG_PSMOUSE=y
# CONFIG_82C710_MOUSE is not set
# CONFIG_PC110_PAD is not set
# CONFIG_MK712_MOUSE is not set
#
# Joysticks
#
# CONFIG_INPUT_GAMEPORT is not set
#
# Input core support is needed for gameports
#
#
# Input core support is needed for joysticks
#
# CONFIG_QIC02_TAPE is not set
# CONFIG_IPMI_HANDLER is not set
#
# Watchdog Cards
#
CONFIG_WATCHDOG=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
# 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_PCWATCHDOG is not set
# CONFIG_EUROTECH_WDT is not set
# CONFIG_IB700_WDT is not set
# CONFIG_WAFER_WDT is not set
# CONFIG_I810_TCO is not set
# CONFIG_MIXCOMWD is not set
# CONFIG_60XX_WDT is not set
# CONFIG_SC1200_WDT is not set
# CONFIG_SCx200_WDT is not set
CONFIG_SOFT_WATCHDOG=m
# CONFIG_W83877F_WDT is not set
# CONFIG_WDT is not set
# CONFIG_WDTPCI is not set
# CONFIG_MACHZ_WDT is not set
# CONFIG_SCx200 is not set
# CONFIG_AMD_RNG is not set
CONFIG_INTEL_RNG=m
# CONFIG_HW_RANDOM is not set
# CONFIG_AMD_PM768 is not set
# CONFIG_NVRAM is not set
CONFIG_RTC=y
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set
#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
CONFIG_AGP=m
CONFIG_AGP_INTEL=y
# CONFIG_AGP_I810 is not set
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD_K8 is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_SWORKS is not set
CONFIG_AGP_NVIDIA=y
# CONFIG_AGP_ATI is not set
#
# Direct Rendering Manager (XFree86 DRI support)
#
CONFIG_DRM=y
# CONFIG_DRM_OLD is not set
#
# DRM 4.1 drivers
#
CONFIG_DRM_NEW=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_GAMMA is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_I830 is not set
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_MWAVE is not set
#
# Multimedia devices
#
CONFIG_VIDEO_DEV=y
#
# Video For Linux
#
CONFIG_VIDEO_PROC_FS=y
# CONFIG_I2C_PARPORT is not set
#
# Video Adapters
#
CONFIG_VIDEO_BT848=m
# CONFIG_VIDEO_PMS is not set
# CONFIG_VIDEO_BWQCAM is not set
# CONFIG_VIDEO_CQCAM is not set
# CONFIG_VIDEO_W9966 is not set
# CONFIG_VIDEO_CPIA 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_ZR36120 is not set
#
# Radio Adapters
#
# CONFIG_RADIO_GEMTEK_PCI is not set
# CONFIG_RADIO_MAXIRADIO is not set
# CONFIG_RADIO_MAESTRO is not set
#
# File systems
#
CONFIG_QUOTA=y
# CONFIG_QFMT_V2 is not set
CONFIG_AUTOFS_FS=m
CONFIG_AUTOFS4_FS=m
CONFIG_REISERFS_FS=m
# CONFIG_REISERFS_CHECK is not set
CONFIG_REISERFS_PROC_INFO=y
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
CONFIG_HFS_FS=m
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
CONFIG_EXT3_FS=m
CONFIG_JBD=m
# CONFIG_JBD_DEBUG is not set
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_UMSDOS_FS=m
CONFIG_VFAT_FS=m
# CONFIG_EFS_FS is not set
CONFIG_CRAMFS=m
CONFIG_TMPFS=y
CONFIG_RAMFS=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_JFS_FS=m
CONFIG_JFS_DEBUG=y
# CONFIG_JFS_STATISTICS is not set
CONFIG_MINIX_FS=m
# CONFIG_VXFS_FS is not set
# CONFIG_NTFS_FS is not set
# CONFIG_HPFS_FS is not set
CONFIG_PROC_FS=y
# CONFIG_DEVFS_FS is not set
CONFIG_DEVPTS_FS=y
# CONFIG_QNX4FS_FS is not set
CONFIG_ROMFS_FS=m
CONFIG_EXT2_FS=y
# CONFIG_SYSV_FS is not set
CONFIG_UDF_FS=m
CONFIG_UDF_RW=y
# CONFIG_UFS_FS is not set
# CONFIG_XFS_FS is not set
#
# Network File Systems
#
CONFIG_CODA_FS=m
CONFIG_INTERMEZZO_FS=m
CONFIG_NFS_FS=m
CONFIG_NFS_V3=y
# CONFIG_NFS_DIRECTIO is not set
CONFIG_NFSD=m
CONFIG_NFSD_V3=y
# CONFIG_NFSD_TCP is not set
CONFIG_SUNRPC=m
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_SMB_FS=m
CONFIG_SMB_NLS_DEFAULT=y
CONFIG_SMB_NLS_REMOTE="cp437"
CONFIG_SMB_UNIX=y
CONFIG_NCP_FS=m
CONFIG_NCPFS_PACKET_SIGNING=y
CONFIG_NCPFS_IOCTL_LOCKING=y
CONFIG_NCPFS_STRONG=y
CONFIG_NCPFS_NFS_NS=y
CONFIG_NCPFS_OS2_NS=y
CONFIG_NCPFS_SMALLDOS=y
CONFIG_NCPFS_NLS=y
CONFIG_NCPFS_EXTRAS=y
CONFIG_ZISOFS_FS=y
#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION is not set
CONFIG_MSDOS_PARTITION=y
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
# CONFIG_LDM_PARTITION is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_EFI_PARTITION is not set
CONFIG_SMB_NLS=y
CONFIG_NLS=y
#
# Native Language Support
#
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=m
CONFIG_NLS_CODEPAGE_737=m
CONFIG_NLS_CODEPAGE_775=m
CONFIG_NLS_CODEPAGE_850=m
CONFIG_NLS_CODEPAGE_852=m
CONFIG_NLS_CODEPAGE_855=m
CONFIG_NLS_CODEPAGE_857=m
CONFIG_NLS_CODEPAGE_860=m
CONFIG_NLS_CODEPAGE_861=m
CONFIG_NLS_CODEPAGE_862=m
CONFIG_NLS_CODEPAGE_863=m
CONFIG_NLS_CODEPAGE_864=m
CONFIG_NLS_CODEPAGE_865=m
CONFIG_NLS_CODEPAGE_866=m
CONFIG_NLS_CODEPAGE_869=m
CONFIG_NLS_CODEPAGE_936=m
CONFIG_NLS_CODEPAGE_950=m
CONFIG_NLS_CODEPAGE_932=m
CONFIG_NLS_CODEPAGE_949=m
CONFIG_NLS_CODEPAGE_874=m
CONFIG_NLS_ISO8859_8=m
CONFIG_NLS_CODEPAGE_1250=m
CONFIG_NLS_CODEPAGE_1251=m
CONFIG_NLS_ISO8859_1=m
CONFIG_NLS_ISO8859_2=m
CONFIG_NLS_ISO8859_3=m
CONFIG_NLS_ISO8859_4=m
CONFIG_NLS_ISO8859_5=m
CONFIG_NLS_ISO8859_6=m
CONFIG_NLS_ISO8859_7=m
CONFIG_NLS_ISO8859_9=m
CONFIG_NLS_ISO8859_13=m
CONFIG_NLS_ISO8859_14=m
CONFIG_NLS_ISO8859_15=m
CONFIG_NLS_KOI8_R=m
CONFIG_NLS_KOI8_U=m
CONFIG_NLS_UTF8=m
#
# Console drivers
#
CONFIG_VGA_CONSOLE=y
CONFIG_VIDEO_SELECT=y
# CONFIG_MDA_CONSOLE is not set
#
# Frame-buffer support
#
CONFIG_FB=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FB_RIVA=y
# CONFIG_FB_CLGEN is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CYBER2000 is not set
CONFIG_FB_VESA=y
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_HGA is not set
CONFIG_VIDEO_SELECT=y
# CONFIG_FB_MATROX is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_IT8181 is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_FBCON_ADVANCED is not set
CONFIG_FBCON_CFB8=y
CONFIG_FBCON_CFB16=y
CONFIG_FBCON_CFB24=y
CONFIG_FBCON_CFB32=y
# CONFIG_FBCON_FONTWIDTH8_ONLY is not set
# CONFIG_FBCON_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
#
# Sound
#
CONFIG_SOUND=m
# CONFIG_SOUND_ALI5455 is not set
CONFIG_SOUND_BT878=m
# CONFIG_SOUND_CMPCI is not set
# CONFIG_SOUND_EMU10K1 is not set
# CONFIG_SOUND_FUSION is not set
# CONFIG_SOUND_CS4281 is not set
# CONFIG_SOUND_ES1370 is not set
# CONFIG_SOUND_ES1371 is not set
# CONFIG_SOUND_ESSSOLO1 is not set
# CONFIG_SOUND_MAESTRO is not set
# CONFIG_SOUND_MAESTRO3 is not set
# CONFIG_SOUND_FORTE is not set
# CONFIG_SOUND_ICH is not set
# CONFIG_SOUND_RME96XX is not set
# CONFIG_SOUND_SONICVIBES is not set
# CONFIG_SOUND_TRIDENT is not set
# CONFIG_SOUND_MSNDCLAS is not set
# CONFIG_SOUND_MSNDPIN is not set
# CONFIG_SOUND_VIA82CXXX is not set
CONFIG_SOUND_OSS=m
# CONFIG_SOUND_TRACEINIT is not set
# CONFIG_SOUND_DMAP is not set
# CONFIG_SOUND_AD1816 is not set
# CONFIG_SOUND_AD1889 is not set
# CONFIG_SOUND_SGALAXY is not set
# CONFIG_SOUND_ADLIB is not set
# CONFIG_SOUND_ACI_MIXER is not set
# CONFIG_SOUND_CS4232 is not set
# CONFIG_SOUND_SSCAPE is not set
# CONFIG_SOUND_GUS is not set
CONFIG_SOUND_VMIDI=m
# CONFIG_SOUND_TRIX is not set
CONFIG_SOUND_MSS=m
CONFIG_SOUND_MPU401=m
# CONFIG_SOUND_NM256 is not set
# CONFIG_SOUND_MAD16 is not set
# CONFIG_SOUND_PAS is not set
# CONFIG_SOUND_PSS is not set
# CONFIG_SOUND_SB is not set
# CONFIG_SOUND_AWE32_SYNTH is not set
# CONFIG_SOUND_WAVEFRONT is not set
# CONFIG_SOUND_MAUI is not set
# CONFIG_SOUND_YM3812 is not set
# CONFIG_SOUND_OPL3SA1 is not set
# CONFIG_SOUND_OPL3SA2 is not set
# CONFIG_SOUND_YMFPCI is not set
# CONFIG_SOUND_UART6850 is not set
# CONFIG_SOUND_AEDSP16 is not set
CONFIG_SOUND_TVMIXER=m
# CONFIG_SOUND_AD1980 is not set
# CONFIG_SOUND_WM97XX is not set
#
# USB support
#
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=m
CONFIG_USB_UHCI=m
# CONFIG_USB_UHCI_ALT is not set
# CONFIG_USB_OHCI is not set
# CONFIG_USB_SL811HS_ALT is not set
# CONFIG_USB_SL811HS is not set
#
# USB Device Class drivers
#
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_BLUETOOTH is not set
# CONFIG_USB_MIDI is not set
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_HP8200e is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
#
# USB Human Interface Devices (HID)
#
# CONFIG_USB_HID is not set
#
# Input core support is needed for USB HID input layer or HIDBP support
#
#
# USB Imaging devices
#
# CONFIG_USB_DC2XX is not set
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_SCANNER is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USB_HPUSBSCSI is not set
#
# USB Multimedia devices
#
# CONFIG_USB_IBMCAM is not set
# CONFIG_USB_KONICAWC is not set
# CONFIG_USB_OV511 is not set
# CONFIG_USB_PWC is not set
# CONFIG_USB_SE401 is not set
# CONFIG_USB_STV680 is not set
# CONFIG_USB_W9968CF is not set
# CONFIG_USB_VICAM is not set
# CONFIG_USB_DSBR is not set
# CONFIG_USB_DABUSB is not set
#
# USB Network adaptors
#
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_CATC is not set
# CONFIG_USB_CDCETHER is not set
CONFIG_USB_USBNET=m
#
# USB port drivers
#
# CONFIG_USB_USS720 is not set
#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set
#
# USB Miscellaneous drivers
#
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_TIGL is not set
# CONFIG_USB_BRLVGER is not set
# CONFIG_USB_LCD is not set
#
# Support for USB gadgets
#
# CONFIG_USB_GADGET is not set
#
# Bluetooth support
#
# CONFIG_BLUEZ is not set
#
# Kernel hacking
#
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_DEBUG_HIGHMEM is not set
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_IOVIRT is not set
CONFIG_MAGIC_SYSRQ=y
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_FRAME_POINTER is not set
CONFIG_LOG_BUF_SHIFT=0
#
# Cryptographic options
#
CONFIG_CRYPTO=y
# CONFIG_CRYPTO_HMAC is not set
CONFIG_CRYPTO_NULL=m
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=m
CONFIG_CRYPTO_SHA1=m
CONFIG_CRYPTO_SHA256=m
CONFIG_CRYPTO_SHA512=m
CONFIG_CRYPTO_DES=m
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_SERPENT=m
CONFIG_CRYPTO_AES=m
CONFIG_CRYPTO_CAST5=m
CONFIG_CRYPTO_CAST6=m
CONFIG_CRYPTO_TEA=m
CONFIG_CRYPTO_ARC4=m
CONFIG_CRYPTO_DEFLATE=m
CONFIG_CRYPTO_MICHAEL_MIC=m
CONFIG_CRYPTO_TEST=m
#
# Library routines
#
CONFIG_CRC32=m
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=m
CONFIG_FW_LOADER=m
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ICH5 ide modules in BOIS Compatibilty mode
2004-12-17 20:29 ide-core.o & libata.o ICH5 Christopher R. Thompson
@ 2004-12-22 19:51 ` Christopher R. Thompson
2004-12-22 19:58 ` ICH5 libata with Bios in Compatibility mode Christopher R. Thompson
` (3 subsequent siblings)
4 siblings, 0 replies; 9+ messages in thread
From: Christopher R. Thompson @ 2004-12-22 19:51 UTC (permalink / raw)
To: linux-ide
[-- Attachment #1: Type: text/plain, Size: 1054 bytes --]
The responses to my questions have been overwhelming... So I guess I'll
debug it myself.
Here is the syslog (attached file Kernel-001.log) when loading just the
ide modules thusly:
echo Installing ide modules
insmod /lib/ide-core.o
insmod /lib/ide-disk.o
insmod /lib/piix.o
insmod /lib/ide-detect.o
echo Installing scsi modules
insmod /lib/scsi_mod.o
insmod /lib/sd_mod.o
insmod /lib/aic7xxx.o
insmod /lib/ide-scsi.o
echo Installing usb modules
insmod /lib/usbcore.o
insmod /lib/ehci-hcd.o
insmod /lib/usb-uhci.o
insmod /lib/usb-storage.o
Note that kernel parameters idebus=66 and hdd=ide-scsi are not applied
and that "ide0: ports already in use".
Cannot probe hda or hdb
...
Christopher R. Thompson wrote:
Forget it.
--
Christopher R. Thompson
Student of Mechanical Engineering
California State Polytechnic University, Pomona
home: http://www.csupomona.edu/~cthompson1/
Email: mailto:Christoffur050@Verizon.SPAM
Note the Anti-SSSpppaaammm Mailing address...
"Net" will work better than "SPAM" if
you really want to send a message to me.
[-- Attachment #2: Kernel-001.log --]
[-- Type: text/plain, Size: 7860 bytes --]
Linux version 2.4.27 (root@Sharlie.TfJC) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #33-Christopher R. Thompson Wednesday December 15, 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003ffb0000 (usable)
BIOS-e820: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
BIOS-e820: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
BIOS-e820: 000000003fff0000 - 0000000040000000 (reserved)
BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
user-defined physical RAM map:
user: 0000000000000000 - 000000000009fc00 (usable)
user: 000000000009fc00 - 00000000000a0000 (reserved)
user: 00000000000e8000 - 0000000000100000 (reserved)
user: 0000000000100000 - 000000003ffb0000 (usable)
user: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
user: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
user: 000000003fff0000 - 0000000040000000 (reserved)
user: 00000000ffb80000 - 0000000100000000 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000ff780
hm, page 000ff000 reserved twice.
hm, page 00100000 reserved twice.
hm, page 000f1000 reserved twice.
hm, page 000f2000 reserved twice.
On node 0 totalpages: 262064
zone(0): 4096 pages.
zone(1): 225280 pages.
zone(2): 32688 pages.
Intel MultiProcessor Specification v1.1
Virtual Wire compatibility mode.
OEM ID: ASUSTeK Product ID: P4P800SE APIC at: 0xFEE00000
I/O APIC #13 Version 32 at 0xFEC00000.
Enabling APIC mode: Flat. Using 1 I/O APICs
SMP mptable: no processors registered!
BIOS bug, MP table errors detected!...
... disabling SMP support. (tell your hw vendor)
Kernel command line: mem=1024mb root=/dev/hda3 rw console=ttyS0,115200n8 console=tty0 idebus=66 hdd=ide-scsi BOOT_IMAGE=bzi2427
Found and enabled local APIC!
Initializing CPU#0
Detected 3198.620 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 6383.20 BogoMIPS
Memory: 1029488k/1048256k available (1099k kernel code, 18380k reserved, 405k data, 108k init, 130752k highmem)
Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Inode cache hash table entries: 65536 (order: 7, 524288 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 65536 (order: 6, 262144 bytes)
Page-cache hash table entries: 262144 (order: 8, 1048576 bytes)
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 1024K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel(R) Pentium(R) 4 CPU 3.20GHz stepping 04
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 3198.4964 MHz.
..... host bus clock speed is 199.9059 MHz.
cpu: 0, clocks: 1999059, slice: 999529
CPU0<T0:1999056,T1:999520,D:7,S:999529,C:1999059>
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Ignoring BAR0-3 of IDE controller 00:1f.2
Transparent bridge - Intel Corp. 82801BA/CA/DB/EB PCI Bridge
PCI: Using IRQ router PIIX/ICH [8086/24d0] at 00:1f.0
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
allocated 32 pages and 32 bhs reserved for the highmem bounces
VFS: Disk quotas vdquot_6.5.1
rivafb: RIVA MTRR set to ON
Console: switching to colour frame buffer device 80x30
rivafb: PCI nVidia NV10 framebuffer ver 0.9.4 (GeForce2-MX, 64MB @ 0xE8000000)
pty: 2048 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
Real Time Clock Driver v1.10f
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 10240K size 1024 blocksize
Linux video capture interface: v1.00
Initializing Cryptographic API
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 8192 buckets, 64Kbytes
TCP: Hash tables configured (established 262144 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 4089k freed
VFS: Mounted root (ext2 filesystem).
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ide0: ports already in use, skipping probe
hdc: Maxtor 4R120L4, ATA DISK drive
hdd: GENERIC DVD DUAL 4XMax, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
SCSI subsystem driver Revision: 1.00
scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36
<Adaptec 2940A Ultra SCSI adapter>
aic7860: Ultra Single Channel A, SCSI Id=7, 3/253 SCBs
blk: queue f7eca594, I/O limit 4095Mb (mask 0xffffffff)
(scsi0:A:0): 10.000MB/s transfers (10.000MHz, offset 15)
Vendor: SEAGATE Model: ST15230W Rev: 0298
Type: Direct-Access ANSI SCSI revision: 02
blk: queue f7eca694, I/O limit 4095Mb (mask 0xffffffff)
(scsi0:A:1): 10.000MB/s transfers (10.000MHz, offset 15)
Vendor: SEAGATE Model: ST15230W Rev: 0298
Type: Direct-Access ANSI SCSI revision: 02
blk: queue f7eca794, I/O limit 4095Mb (mask 0xffffffff)
scsi0:A:0:0: Tagged Queuing enabled. Depth 32
scsi0:A:1:0: Tagged Queuing enabled. Depth 32
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi disk sdb at scsi0, channel 0, id 1, lun 0
SCSI device sda: 8386733 512-byte hdwr sectors (4294 MB)
Partition check:
sda: sda1 sda2 sda3
SCSI device sdb: 8386733 512-byte hdwr sectors (4294 MB)
sdb: sdb1 sdb2
hdd: attached ide-scsi driver.
scsi1 : SCSI host adapter emulation for IDE ATAPI devices
Vendor: GENERIC Model: DVD DUAL 4XMax Rev: 2.17
Type: CD-ROM ANSI SCSI revision: 02
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
ehci_hcd 00:1d.7: Intel Corp. 82801EB USB2
ehci_hcd 00:1d.7: irq 5, pci mem fd8a5800
usb.c: new USB bus registered, assigned bus number 1
ehci_hcd 00:1d.7: enabled 64bit PCI DMA
ehci_hcd 00:1d.7: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29/2.4
hub.c: USB hub found
hub.c: 8 ports detected
usb-uhci.c: $Revision: 1.275 $ time 10:01:42 Dec 21 2004
usb-uhci.c: High bandwidth mode enabled
usb-uhci.c: USB UHCI at I/O 0xeec0, IRQ 10
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
hub.c: 2 ports detected
usb-uhci.c: USB UHCI at I/O 0xef00, IRQ 5
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 3
hub.c: USB hub found
hub.c: 2 ports detected
usb-uhci.c: USB UHCI at I/O 0xef20, IRQ 5
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 4
hub.c: USB hub found
hub.c: 2 ports detected
usb-uhci.c: USB UHCI at I/O 0xef40, IRQ 10
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 5
hub.c: USB hub found
hub.c: 2 ports detected
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
USB Mass Storage support registered.
Freeing unused kernel memory: 108k freed
Kernel panic: No init found. Try passing init= option to kernel.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ICH5 libata with Bios in Compatibility mode
2004-12-17 20:29 ide-core.o & libata.o ICH5 Christopher R. Thompson
2004-12-22 19:51 ` ICH5 ide modules in BOIS Compatibilty mode Christopher R. Thompson
@ 2004-12-22 19:58 ` Christopher R. Thompson
2004-12-22 20:06 ` ICH5 libata and bios in Native mode Kernel BUG Christopher R. Thompson
` (2 subsequent siblings)
4 siblings, 0 replies; 9+ messages in thread
From: Christopher R. Thompson @ 2004-12-22 19:58 UTC (permalink / raw)
To: linux-ide
[-- Attachment #1: Type: text/plain, Size: 454 bytes --]
Loading scsi modules thusly without any ide modules:
echo Installing ide modules
echo Installing scsi modules
insmod /lib/scsi_mod.o
insmod /lib/sd_mod.o
insmod /lib/aic7xxx.o
echo Installing libata
insmod /lib/libata.o
insmod /lib/ata_piix.o
insmod /lib/ide-scsi.o
echo Installing usb modules
insmod /lib/usbcore.o
insmod /lib/ehci-hcd.o
insmod /lib/usb-uhci.o
insmod /lib/usb-storage.o
Yields the following syslog (attached as file Kernel-002.log)
[-- Attachment #2: Kernel-002.log --]
[-- Type: text/plain, Size: 6878 bytes --]
Linux version 2.4.27 (root@Sharlie.TfJC) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #33-Christopher R. Thompson Wednesday December 15, 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003ffb0000 (usable)
BIOS-e820: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
BIOS-e820: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
BIOS-e820: 000000003fff0000 - 0000000040000000 (reserved)
BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
user-defined physical RAM map:
user: 0000000000000000 - 000000000009fc00 (usable)
user: 000000000009fc00 - 00000000000a0000 (reserved)
user: 00000000000e8000 - 0000000000100000 (reserved)
user: 0000000000100000 - 000000003ffb0000 (usable)
user: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
user: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
user: 000000003fff0000 - 0000000040000000 (reserved)
user: 00000000ffb80000 - 0000000100000000 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000ff780
hm, page 000ff000 reserved twice.
hm, page 00100000 reserved twice.
hm, page 000f1000 reserved twice.
hm, page 000f2000 reserved twice.
On node 0 totalpages: 262064
zone(0): 4096 pages.
zone(1): 225280 pages.
zone(2): 32688 pages.
Intel MultiProcessor Specification v1.1
Virtual Wire compatibility mode.
OEM ID: ASUSTeK Product ID: P4P800SE APIC at: 0xFEE00000
I/O APIC #13 Version 32 at 0xFEC00000.
Enabling APIC mode: Flat. Using 1 I/O APICs
SMP mptable: no processors registered!
BIOS bug, MP table errors detected!...
... disabling SMP support. (tell your hw vendor)
Kernel command line: mem=1024mb root=/dev/ram1 rw console=tty0 console=ttyS0,115200n8 idebus=66 hdd=ide-scsi BOOT_IMAGE=bzi2427
Found and enabled local APIC!
Initializing CPU#0
Detected 3198.620 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 6383.20 BogoMIPS
Memory: 1029488k/1048256k available (1099k kernel code, 18380k reserved, 405k data, 108k init, 130752k highmem)
Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Inode cache hash table entries: 65536 (order: 7, 524288 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 65536 (order: 6, 262144 bytes)
Page-cache hash table entries: 262144 (order: 8, 1048576 bytes)
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 1024K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel(R) Pentium(R) 4 CPU 3.20GHz stepping 04
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 3198.4972 MHz.
..... host bus clock speed is 199.9060 MHz.
cpu: 0, clocks: 1999060, slice: 999530
CPU0<T0:1999056,T1:999520,D:6,S:999530,C:1999060>
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Ignoring BAR0-3 of IDE controller 00:1f.2
Transparent bridge - Intel Corp. 82801BA/CA/DB/EB PCI Bridge
PCI: Using IRQ router PIIX/ICH [8086/24d0] at 00:1f.0
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
allocated 32 pages and 32 bhs reserved for the highmem bounces
VFS: Disk quotas vdquot_6.5.1
rivafb: RIVA MTRR set to ON
Console: switching to colour frame buffer device 80x30
rivafb: PCI nVidia NV10 framebuffer ver 0.9.4 (GeForce2-MX, 64MB @ 0xE8000000)
pty: 2048 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
Real Time Clock Driver v1.10f
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 10240K size 1024 blocksize
Linux video capture interface: v1.00
Initializing Cryptographic API
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 8192 buckets, 64Kbytes
TCP: Hash tables configured (established 262144 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 4089k freed
VFS: Mounted root (ext2 filesystem).
Red Hat nash version 3.4.28 starting
Mounting /SCSI subsystem driver Revision: 1.00
proc filesystem
Installing ide modules
Installing scsi modules
scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36
<Adaptec 2940A Ultra SCSI adapter>
aic7860: Ultra Single Channel A, SCSI Id=7, 3/253 SCBs
blk: queue f7eca594, I/O limit 4095Mb (mask 0xffffffff)
(scsi0:A:0): 10.000MB/s transfers (10.000MHz, offset 15)
Vendor: SEAGATE Model: ST15230W Rev: 0298
Type: Direct-Access ANSI SCSI revision: 02
blk: queue f7eca694, I/O limit 4095Mb (mask 0xffffffff)
(scsi0:A:1): 10.000MB/s transfers (10.000MHz, offset 15)
Vendor: SEAGATE Model: ST15230W Rev: 0298
Type: Direct-Access ANSI SCSI revision: 02
blk: queue f7eca794, I/O limit 4095Mb (mask 0xffffffff)
scsi0:A:0:0: Tagged Queuing enabled. Depth 32
scsi0:A:1:0: Tagged Queuing enabled. Depth 32
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi disk sdb at scsi0, channel 0, id 1, lun 0
SCSI device sda: 8386733 512-byte hdwr sectors (4294 MB)
Partition check:
sda: sda1 sda2 sda3
SCSI device sdb: 8386733 512-byte hdwr sectors (4294 MB)
sdb: sdb1 sdb2
Installing libata
ata_piix: combined mode detected
ata1: SATA max UDMA/133 cmd 0x1F0 ctl 0x3F6 bmdma 0xFC00 irq 14
kernel BUG at highmem.c:166!
invalid operand: 0000
CPU: 0
EIP: 0010:[<c0139aa8>] Not tainted
EFLAGS: 00010246
eax: 00000000 ebx: f71b1078 ecx: 00000000 edx: f71b1570
esi: 00000000 edi: 00000000 ebp: c1c34000 esp: c1c35f68
ds: 0018 es: 0018 ss: 0018
Process keventd (pid: 2, stackpage=c1c35000)
Stack: f71b1078 fd85f9bb f71b1078 c1c35f84 c1c35f84 c011f04a f71b1078 f71b15c4
f71b15c4 c1c34560 c1c34570 c0127b53 c023a090 c1c35fb0 00000000 c1c34560
c1c34570 c1c34000 00000001 00000000 0000001b 00010000 00000000 00000700
Call Trace: [<fd85f9bb>] [<c011f04a>] [<c0127b53>] [<c0127a20>] [<c0105000>]
[<c010733e>] [<c0127a20>]
Code: 0f 0b a6 00 b3 e8 21 c0 05 00 00 80 00 ba a0 ab 2a c0 c1 e8
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ICH5 libata and bios in Native mode Kernel BUG
2004-12-17 20:29 ide-core.o & libata.o ICH5 Christopher R. Thompson
2004-12-22 19:51 ` ICH5 ide modules in BOIS Compatibilty mode Christopher R. Thompson
2004-12-22 19:58 ` ICH5 libata with Bios in Compatibility mode Christopher R. Thompson
@ 2004-12-22 20:06 ` Christopher R. Thompson
2004-12-22 20:13 ` ICH5 compiled in IDE, no libata, bios in Native Mode - Kernel Hung Christopher R. Thompson
2004-12-22 20:14 ` ide-core.o & libata.o ICH5 Jeff Garzik
4 siblings, 0 replies; 9+ messages in thread
From: Christopher R. Thompson @ 2004-12-22 20:06 UTC (permalink / raw)
To: linux-ide
[-- Attachment #1: Type: text/plain, Size: 484 bytes --]
Loading the modules exactly the same as before.. but with the bios
configured in Native mode with "P-ATA+SATA"
echo Installing ide modules
echo Installing scsi modules
insmod /lib/scsi_mod.o
insmod /lib/sd_mod.o
insmod /lib/aic7xxx.o
echo Installing libata
insmod /lib/libata.o
insmod /lib/ata_piix.o
insmod /lib/ide-scsi.o
echo Installing usb modules
insmod /lib/usbcore.o
insmod /lib/ehci-hcd.o
insmod /lib/usb-uhci.o
insmod /lib/usb-storage.o
Yields the following syslog w oops
[-- Attachment #2: Kernel-003.log --]
[-- Type: text/plain, Size: 6866 bytes --]
Linux version 2.4.27 (root@Sharlie.TfJC) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #33-Christopher R. Thompson Wednesday December 15, 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003ffb0000 (usable)
BIOS-e820: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
BIOS-e820: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
BIOS-e820: 000000003fff0000 - 0000000040000000 (reserved)
BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
user-defined physical RAM map:
user: 0000000000000000 - 000000000009fc00 (usable)
user: 000000000009fc00 - 00000000000a0000 (reserved)
user: 00000000000e8000 - 0000000000100000 (reserved)
user: 0000000000100000 - 000000003ffb0000 (usable)
user: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
user: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
user: 000000003fff0000 - 0000000040000000 (reserved)
user: 00000000ffb80000 - 0000000100000000 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000ff780
hm, page 000ff000 reserved twice.
hm, page 00100000 reserved twice.
hm, page 000f1000 reserved twice.
hm, page 000f2000 reserved twice.
On node 0 totalpages: 262064
zone(0): 4096 pages.
zone(1): 225280 pages.
zone(2): 32688 pages.
Intel MultiProcessor Specification v1.1
Virtual Wire compatibility mode.
OEM ID: ASUSTeK Product ID: P4P800SE APIC at: 0xFEE00000
I/O APIC #13 Version 32 at 0xFEC00000.
Enabling APIC mode: Flat. Using 1 I/O APICs
SMP mptable: no processors registered!
BIOS bug, MP table errors detected!...
... disabling SMP support. (tell your hw vendor)
Kernel command line: mem=1024mb root=/dev/ram1 rw console=tty0 console=ttyS0,115200n8 idebus=66 hdd=ide-scsi BOOT_IMAGE=bzi2427
Found and enabled local APIC!
Initializing CPU#0
Detected 3198.573 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 6383.20 BogoMIPS
Memory: 1029488k/1048256k available (1099k kernel code, 18380k reserved, 405k data, 108k init, 130752k highmem)
Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Inode cache hash table entries: 65536 (order: 7, 524288 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 65536 (order: 6, 262144 bytes)
Page-cache hash table entries: 262144 (order: 8, 1048576 bytes)
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 1024K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel(R) Pentium(R) 4 CPU 3.20GHz stepping 04
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 3198.4944 MHz.
..... host bus clock speed is 199.9057 MHz.
cpu: 0, clocks: 1999057, slice: 999528
CPU0<T0:1999056,T1:999520,D:8,S:999528,C:1999057>
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
Transparent bridge - Intel Corp. 82801BA/CA/DB/EB PCI Bridge
PCI: Using IRQ router PIIX/ICH [8086/24d0] at 00:1f.0
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
allocated 32 pages and 32 bhs reserved for the highmem bounces
VFS: Disk quotas vdquot_6.5.1
rivafb: RIVA MTRR set to ON
Console: switching to colour frame buffer device 80x30
rivafb: PCI nVidia NV10 framebuffer ver 0.9.4 (GeForce2-MX, 64MB @ 0xE8000000)
pty: 2048 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
Real Time Clock Driver v1.10f
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 10240K size 1024 blocksize
Linux video capture interface: v1.00
Initializing Cryptographic API
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 8192 buckets, 64Kbytes
TCP: Hash tables configured (established 262144 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 4089k freed
VFS: Mounted root (ext2 filesystem).
Red Hat nash version 3.4.28 starting
Mounting /SCSI subsystem driver Revision: 1.00
proc filesystem
Installing ide modules
Installing scsi modules
scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36
<Adaptec 2940A Ultra SCSI adapter>
aic7860: Ultra Single Channel A, SCSI Id=7, 3/253 SCBs
blk: queue f7eca594, I/O limit 4095Mb (mask 0xffffffff)
(scsi0:A:0): 10.000MB/s transfers (10.000MHz, offset 15)
Vendor: SEAGATE Model: ST15230W Rev: 0298
Type: Direct-Access ANSI SCSI revision: 02
blk: queue f7eca694, I/O limit 4095Mb (mask 0xffffffff)
(scsi0:A:1): 10.000MB/s transfers (10.000MHz, offset 15)
Vendor: SEAGATE Model: ST15230W Rev: 0298
Type: Direct-Access ANSI SCSI revision: 02
blk: queue f7eca794, I/O limit 4095Mb (mask 0xffffffff)
scsi0:A:0:0: Tagged Queuing enabled. Depth 32
scsi0:A:1:0: Tagged Queuing enabled. Depth 32
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi disk sdb at scsi0, channel 0, id 1, lun 0
SCSI device sda: 8386733 512-byte hdwr sectors (4294 MB)
Partition check:
sda: sda1 sda2 sda3
SCSI device sdb: 8386733 512-byte hdwr sectors (4294 MB)
sdb: sdb1 sdb2
Installing libata
ata1: SATA max UDMA/133 cmd 0xEFA0 ctl 0xEF8E bmdma 0xEF60 irq 11
ata2: SATA max UDMA/133 cmd 0xEF80 ctl 0xEF8A bmdma 0xEF68 irq 11
kernel BUG at highmem.c:166!
invalid operand: 0000
CPU: 0
EIP: 0010:[<c0139aa8>] Not tainted
EFLAGS: 00010246
eax: 00000000 ebx: f71b1078 ecx: 00000000 edx: f71b1570
esi: 00000000 edi: 00000000 ebp: c1c34000 esp: c1c35f68
ds: 0018 es: 0018 ss: 0018
Process keventd (pid: 2, stackpage=c1c35000)
Stack: f71b1078 fd85f9bb f71b1078 c1c35f84 c1c35f84 c011f04a f71b1078 f71b15c4
f71b15c4 c1c34560 c1c34570 c0127b53 c023a090 c1c35fb0 00000000 c1c34560
c1c34570 c1c34000 00000001 00000000 0000001b 00010000 00000000 00000700
Call Trace: [<fd85f9bb>] [<c011f04a>] [<c0127b53>] [<c0127a20>] [<c0105000>]
[<c010733e>] [<c0127a20>]
Code: 0f 0b a6 00 b3 e8 21 c0 05 00 00 80 00 ba a0 ab 2a c0 c1 e8
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ICH5 compiled in IDE, no libata, bios in Native Mode - Kernel Hung
2004-12-17 20:29 ide-core.o & libata.o ICH5 Christopher R. Thompson
` (2 preceding siblings ...)
2004-12-22 20:06 ` ICH5 libata and bios in Native mode Kernel BUG Christopher R. Thompson
@ 2004-12-22 20:13 ` Christopher R. Thompson
2004-12-22 20:14 ` ide-core.o & libata.o ICH5 Jeff Garzik
4 siblings, 0 replies; 9+ messages in thread
From: Christopher R. Thompson @ 2004-12-22 20:13 UTC (permalink / raw)
To: linux-ide
[-- Attachment #1: Type: text/plain, Size: 354 bytes --]
Compiled in IDE modules no libata. Bios in Native Mode: "P-ATA+SATA"
echo "Loading aic7xxx module"
insmod /lib/aic7xxx.o
echo "Loading ide-scsi module"
insmod /lib/ide-scsi.o
echo "Loading usb-storage module"
insmod /lib/usbcore.o
insmod /lib/ehci-hcd.o
insmod /lib/usb-uhci.o
insmod /lib/usb-storage.o
Yields syslog (attached as file Kernel-004.log)
[-- Attachment #2: Kernel-004.log --]
[-- Type: text/plain, Size: 4909 bytes --]
Linux version 2.4.27-Sharlie-two (root@Sharlie.TfJC) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #19 Mon Nov 15 06:34:48 PST 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003ffb0000 (usable)
BIOS-e820: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
BIOS-e820: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
BIOS-e820: 000000003fff0000 - 0000000040000000 (reserved)
BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
user-defined physical RAM map:
user: 0000000000000000 - 000000000009fc00 (usable)
user: 000000000009fc00 - 00000000000a0000 (reserved)
user: 00000000000e8000 - 0000000000100000 (reserved)
user: 0000000000100000 - 000000003ffb0000 (usable)
user: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
user: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
user: 000000003fff0000 - 0000000040000000 (reserved)
user: 00000000ffb80000 - 0000000100000000 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
On node 0 totalpages: 262064
zone(0): 4096 pages.
zone(1): 225280 pages.
zone(2): 32688 pages.
Kernel command line: mem=1024mb idebus=66 root=/dev/hda3 hdd=ide-scsi console=tty0 console=ttyS0,115200n8 BOOT_IMAGE=bzi2427.2
ide_setup: idebus=66
ide_setup: hdd=ide-scsi
Initializing CPU#0
Detected 3198.580 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 6383.20 BogoMIPS
Memory: 1032948k/1048256k available (1365k kernel code, 14920k reserved, 531k data, 128k init, 130752k highmem)
Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Inode cache hash table entries: 65536 (order: 7, 524288 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 65536 (order: 6, 262144 bytes)
Page-cache hash table entries: 262144 (order: 8, 1048576 bytes)
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 1024K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel(R) Pentium(R) 4 CPU 3.20GHz stepping 04
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
Transparent bridge - Intel Corp. 82801BA/CA/DB/EB PCI Bridge
PCI: Using IRQ router PIIX/ICH [8086/24d0] at 00:1f.0
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16)
Starting kswapd
allocated 32 pages and 32 bhs reserved for the highmem bounces
VFS: Disk quotas vdquot_6.5.1
pty: 2048 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI ISAPNP enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
Real Time Clock Driver v1.10f
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
NET4: Frame Diverter 0.46
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 66MHz system bus speed for PIO modes
ICH5: IDE controller at PCI slot 00:1f.1
PCI: Enabling device 00:1f.1 (0005 -> 0007)
PCI: Found IRQ 11 for device 00:1f.1
PCI: Sharing IRQ 11 with 00:1d.2
PCI: Sharing IRQ 11 with 00:1f.2
ICH5: chipset revision 2
ICH5: 100% native mode on irq 11
ide0: BM-DMA at 0xef90-0xef97, BIOS settings: hda:pio, hdb:pio
ide1: BM-DMA at 0xef98-0xef9f, BIOS settings: hdc:pio, hdd:DMA
ICH5-SATA: IDE controller at PCI slot 00:1f.2
PCI: Found IRQ 11 for device 00:1f.2
PCI: Sharing IRQ 11 with 00:1d.2
PCI: Sharing IRQ 11 with 00:1f.1
ICH5-SATA: chipset revision 2
ICH5-SATA: 100% native mode on irq 11
ide2: BM-DMA at 0xef60-0xef67, BIOS settings: hde:DMA, hdf:pio
ide3: BM-DMA at 0xef68-0xef6f, BIOS settings: hdg:DMA, hdh:pio
hdc: Maxtor 4R120L4, ATA DISK drive
hdd: GENERIC DVD DUAL 4XMax, ATAPI CD/DVD-ROM drive
blk: queue c0335554, I/O limit 4095Mb (mask 0xffffffff)
hde: Maxtor 6Y160M0, ATA DISK drive
blk: queue c03359a8, I/O limit 4095Mb (mask 0xffffffff)
hdg: Maxtor 6Y160M0, ATA DISK drive
hdh: probing with STATUS(0x00) instead of ALTSTATUS(0x50)
hdh: probing with STATUS(0x00) instead of ALTSTATUS(0x50)
blk: queue c0335dfc, I/O limit 4095Mb (mask 0xffffffff)
ide1 at 0xefa8-0xefaf,0xefe2 on irq 11
ide2 at 0xefa0-0xefa7,0xef8e on irq 11
ide3 at 0xef80-0xef87,0xef8a on irq 11
hdc: attached ide-disk driver.
hdc: host protected area => 1
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ide-core.o & libata.o ICH5
2004-12-17 20:29 ide-core.o & libata.o ICH5 Christopher R. Thompson
` (3 preceding siblings ...)
2004-12-22 20:13 ` ICH5 compiled in IDE, no libata, bios in Native Mode - Kernel Hung Christopher R. Thompson
@ 2004-12-22 20:14 ` Jeff Garzik
2004-12-22 22:21 ` Christopher R. Thompson
` (2 more replies)
4 siblings, 3 replies; 9+ messages in thread
From: Jeff Garzik @ 2004-12-22 20:14 UTC (permalink / raw)
To: Christopher R. Thompson; +Cc: linux-ide
You need (a) 2.4.29-pre2 and (b) to build IDE into the kernel, not as a
module.
Also, when posting oopses, they are useless unless you run them through
ksymoops.
Jeff
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ide-core.o & libata.o ICH5
2004-12-22 20:14 ` ide-core.o & libata.o ICH5 Jeff Garzik
@ 2004-12-22 22:21 ` Christopher R. Thompson
2004-12-23 8:07 ` ICH5 in 2.4.29-pre2 Christopher R. Thompson
2004-12-23 9:53 ` ide-core.o & libata.o ICH5 Christopher R. Thompson
2 siblings, 0 replies; 9+ messages in thread
From: Christopher R. Thompson @ 2004-12-22 22:21 UTC (permalink / raw)
To: Jeff Garzik; +Cc: linux-ide
Thanks. I'm getting the new kernel now.
Here's the ksymoops for the first one. (Kernel-002.log)
ksymoops -v vmlinux.Sharlie-fourteen -K -L -o /lib/modules/2.4.27/ -m
System.map.Sharlie-fourteen <~/Sharlie-fourteen/Kernel-002.log
ksymoops 2.4.5 on i686 2.4.27-Sharlie-two. Options used
-v vmlinux.Sharlie-fourteen (specified)
-K (specified)
-L (specified)
-o /lib/modules/2.4.27/ (specified)
-m System.map.Sharlie-fourteen (specified)
No modules in ksyms, skipping objects
cpu: 0, clocks: 1999060, slice: 999530
kernel BUG at highmem.c:166!
invalid operand: 0000
CPU: 0
EIP: 0010:[<c0139aa8>] Not tainted
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00010246
eax: 00000000 ebx: f71b1078 ecx: 00000000 edx: f71b1570
esi: 00000000 edi: 00000000 ebp: c1c34000 esp: c1c35f68
ds: 0018 es: 0018 ss: 0018
Process keventd (pid: 2, stackpage=c1c35000)
Stack: f71b1078 fd85f9bb f71b1078 c1c35f84 c1c35f84 c011f04a f71b1078
f71b15c4
f71b15c4 c1c34560 c1c34570 c0127b53 c023a090 c1c35fb0 00000000
c1c34560
c1c34570 c1c34000 00000001 00000000 0000001b 00010000 00000000
00000700
Call Trace: [<fd85f9bb>] [<c011f04a>] [<c0127b53>] [<c0127a20>]
[<c0105000>]
[<c010733e>] [<c0127a20>]
Code: 0f 0b a6 00 b3 e8 21 c0 05 00 00 80 00 ba a0 ab 2a c0 c1 e8
>>EIP; c0139aa8 <kunmap_high+8/70> <=====
>>ebx; f71b1078 <END_OF_CODE+36ed0ec0/????>
>>edx; f71b1570 <END_OF_CODE+36ed13b8/????>
>>ebp; c1c34000 <END_OF_CODE+1953e48/????>
>>esp; c1c35f68 <END_OF_CODE+1955db0/????>
Trace; fd85f9bb <END_OF_CODE+3d57f803/????>
Trace; c011f04a <__run_task_queue+5a/70>
Trace; c0127b53 <context_thread+133/1c0>
Trace; c0127a20 <context_thread+0/1c0>
Trace; c0105000 <_stext+0/0>
Trace; c010733e <arch_kernel_thread+2e/40>
Trace; c0127a20 <context_thread+0/1c0>
Code; c0139aa8 <kunmap_high+8/70>
00000000 <_EIP>:
Code; c0139aa8 <kunmap_high+8/70> <=====
0: 0f 0b ud2a <=====
Code; c0139aaa <kunmap_high+a/70>
2: a6 cmpsb %es:(%edi),%ds:(%esi)
Code; c0139aab <kunmap_high+b/70>
3: 00 b3 e8 21 c0 05 add %dh,0x5c021e8(%ebx)
Code; c0139ab1 <kunmap_high+11/70>
9: 00 00 add %al,(%eax)
Code; c0139ab3 <kunmap_high+13/70>
b: 80 00 ba addb $0xba,(%eax)
Code; c0139ab6 <kunmap_high+16/70>
e: a0 ab 2a c0 c1 mov 0xc1c02aab,%al
Code; c0139abb <kunmap_high+1b/70>
13: e8 00 00 00 00 call 18 <_EIP+0x18>
Jeff Garzik wrote:
> You need (a) 2.4.29-pre2 and (b) to build IDE into the kernel, not as
> a module.
>
> Also, when posting oopses, they are useless unless you run them
> through ksymoops.
>
> Jeff
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ide" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
Christopher R. Thompson
Student of Mechanical Engineering
California State Polytechnic University, Pomona
home: http://www.csupomona.edu/~cthompson1/
Email: mailto:Christoffur050@Verizon.SPAM
Note the Anti-SSSpppaaammm Mailing address...
"Net" will work better than "SPAM" if
you really want to send a message to me.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ICH5 in 2.4.29-pre2
2004-12-22 20:14 ` ide-core.o & libata.o ICH5 Jeff Garzik
2004-12-22 22:21 ` Christopher R. Thompson
@ 2004-12-23 8:07 ` Christopher R. Thompson
2004-12-23 9:53 ` ide-core.o & libata.o ICH5 Christopher R. Thompson
2 siblings, 0 replies; 9+ messages in thread
From: Christopher R. Thompson @ 2004-12-23 8:07 UTC (permalink / raw)
To: linux-ide
[-- Attachment #1: Type: text/plain, Size: 1108 bytes --]
Ok. It looks like 2.4.29-pre2 is basically working for me. I got
/dev/sda3 to mount and was able to do stuff to the disk. I have some
problems with the RedHat Junk screwing with my fstab (I think) 'cause it
still thinks that /dev/sda3 is /dev/hda3.
Probably 'cause I forgot to delete /etc/mtab or something.
The weird thing is when booting with loadlin. When I boot from the
autoexec.bat file under win98 the initrd file extends beyond the end of
memory, and the scsi card fails to initialize..
When I drop to dos and boot from a regular batch file using the same
loadlin instructions... initrd loads just fine.
The only problem is when we load the ide-scsi driver module for the
dvd-writer. Then the system hangs.
I've attached several syslogs together if anyone is interested.
I'll try not-loading the ide-scsi driver at boot-time to get around the
dvd-writer, and see if I can load it after the system is up and running.
--
Regards from,
Christopher R. Thompson
Student of Mechanical Engineering
California State Polytechnic University, Pomona
home: http://www.csupomona.edu/~cthompson1/
[-- Attachment #2: 2-4-29-compiled-in.log --]
[-- Type: text/plain, Size: 72495 bytes --]
*
*** Booted "Linux8" from win98se autoexec.bat ie: "loadlin @C:\linux8" ***
*
*** Note that aic7xxx is mia??? ****
*
*** Native Mode Bios Config
*
*** initrd extends beyond end of memory
*
Linux version 2.4.29-pre2-Sharlie-two (root@Sharlie.TfJC) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #11 Wed Dec 22 19:28:50 PST 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003ffb0000 (usable)
BIOS-e820: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
BIOS-e820: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
BIOS-e820: 000000003fff0000 - 0000000040000000 (reserved)
BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
user-defined physical RAM map:
user: 0000000000000000 - 000000000009fc00 (usable)
user: 000000000009fc00 - 00000000000a0000 (reserved)
user: 00000000000e8000 - 0000000000100000 (reserved)
user: 0000000000100000 - 000000003ffb0000 (usable)
user: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
user: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
user: 000000003fff0000 - 0000000040000000 (reserved)
user: 00000000ffb80000 - 0000000100000000 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000ff780
hm, page 000ff000 reserved twice.
hm, page 00100000 reserved twice.
hm, page 000f1000 reserved twice.
hm, page 000f2000 reserved twice.
initrd extends beyond end of memory (0x3ffffc93 > 0x38000000)
disabling initrd
On node 0 totalpages: 262064
zone(0): 4096 pages.
zone(1): 225280 pages.
zone(2): 32688 pages.
Intel MultiProcessor Specification v1.1
Virtual Wire compatibility mode.
OEM ID: ASUSTeK Product ID: P4P800SE APIC at: 0xFEE00000
I/O APIC #13 Version 32 at 0xFEC00000.
Enabling APIC mode: Flat. Using 1 I/O APICs
SMP mptable: no processors registered!
BIOS bug, MP table errors detected!...
... disabling SMP support. (tell your hw vendor)
Kernel command line: mem=1024mb root=/dev/sda3 rw console=tty0 console=ttyS0,115200n8 idebus=66 hdd=ide-scsi BOOT_IMAGE=bzi2429.2
ide_setup: idebus=66
ide_setup: hdd=ide-scsi
Found and enabled local APIC!
Initializing CPU#0
Detected 3198.575 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 6383.20 BogoMIPS
Memory: 1033316k/1048256k available (1261k kernel code, 14552k reserved, 497k data, 116k init, 130752k highmem)
Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Inode cache hash table entries: 65536 (order: 7, 524288 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 65536 (order: 6, 262144 bytes)
Page-cache hash table entries: 262144 (order: 8, 1048576 bytes)
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 1024K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel(R) Pentium(R) 4 CPU 3.20GHz stepping 04
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 3198.4973 MHz.
..... host bus clock speed is 199.9060 MHz.
cpu: 0, clocks: 1999060, slice: 999530
CPU0<T0:1999056,T1:999520,D:6,S:999530,C:1999060>
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
Transparent bridge - Intel Corp. 82801BA/CA/DB/EB PCI Bridge
PCI: Using IRQ router PIIX/ICH [8086/24d0] at 00:1f.0
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
allocated 32 pages and 32 bhs reserved for the highmem bounces
VFS: Disk quotas vdquot_6.5.1
rivafb: RIVA MTRR set to ON
Console: switching to colour frame buffer device 80x30
rivafb: PCI nVidia NV10 framebuffer ver 0.9.4 (GeForce2-MX, 64MB @ 0xE8000000)
pty: 2048 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
Real Time Clock Driver v1.10f
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 10240K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 66MHz system bus speed for PIO modes
ICH5: IDE controller at PCI slot 00:1f.1
PCI: Enabling device 00:1f.1 (0005 -> 0007)
ICH5: chipset revision 2
ICH5: 100% native mode on irq 11
ide0: BM-DMA at 0xef90-0xef97, BIOS settings: hda:pio, hdb:pio
ide1: BM-DMA at 0xef98-0xef9f, BIOS settings: hdc:pio, hdd:DMA
hdc: Maxtor 4R120L4, ATA DISK drive
hdd: GENERIC DVD DUAL 4XMax, ATAPI CD/DVD-ROM drive
blk: queue c0317bb4, I/O limit 4095Mb (mask 0xffffffff)
ide1 at 0xefa8-0xefaf,0xefe2 on irq 11
Partition check:
hdc:end_request: I/O error, dev 16:00 (hdc), sector 0
end_request: I/O error, dev 16:00 (hdc), sector 2
end_request: I/O error, dev 16:00 (hdc), sector 4
end_request: I/O error, dev 16:00 (hdc), sector 6
end_request: I/O error, dev 16:00 (hdc), sector 0
end_request: I/O error, dev 16:00 (hdc), sector 2
end_request: I/O error, dev 16:00 (hdc), sector 4
end_request: I/O error, dev 16:00 (hdc), sector 6
unable to read partition table
SCSI subsystem driver Revision: 1.00
ata1: SATA max UDMA/133 cmd 0xEFA0 ctl 0xEF8E bmdma 0xEF60 irq 11
ata2: SATA max UDMA/133 cmd 0xEF80 ctl 0xEF8A bmdma 0xEF68 irq 11
ata1: dev 0 ATA, max UDMA/133, 320173056 sectors: lba48
ata1: dev 0 configured for UDMA/133
ata2: dev 0 ATA, max UDMA/133, 312581808 sectors: lba48
ata2: dev 0 configured for UDMA/133
scsi0 : ata_piix
scsi1 : ata_piix
Vendor: ATA Model: Maxtor 6Y160M0 Rev: YAR5
Type: Direct-Access ANSI SCSI revision: 05
Vendor: ATA Model: Maxtor 6Y160M0 Rev: YAR5
Type: Direct-Access ANSI SCSI revision: 05
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0
SCSI device sda: 320173056 512-byte hdwr sectors (163929 MB)
sda: sda1 sda2 sda3
SCSI device sdb: 312581808 512-byte hdwr sectors (160042 MB)
sdb: sdb1 sdb2
Linux video capture interface: v1.00
Initializing Cryptographic API
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 8192 buckets, 64Kbytes
TCP: Hash tables configured (established 262144 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
VFS: Mounted root (ext2 filesystem).
Freeing unused kernel memory: 116k freed
INIT: version 2.84 booting
Welcome to Red Hat Linux
Press 'I' to enter interactive startup.
Mounting proc filesystem: [ OK ]
Configuring kernel parameters: [ OK ]
Setting clock (localtime): Wed Dec 22 21:53:18 PST 2004 [ OK ]
Setting hostname Sharlie.TfJC: [ OK ]
Initializing USB controller (ehci-hcd): [ OK ]
Initializing USB controller (usb-uhci): [ OK ]
Mounting USB filesystem: [ OK ]
Initializing USB HID interface: modprobe: Can't locate module hid
[FAILED]
Initializing USB keyboard: modprobe: Can't locate module keybdev
[FAILED]
Initializing USB mouse: modprobe: Can't locate module mousedev
[FAILED]
Checking root filesystem
/dev/sda3 is mounted. [/sbin/fsck.ext2 (1) -- /] fsck.ext2 -a /dev/sda3
e2fsck: Cannot continue, aborting.
[FAILED]
*** An error occurred during the file system check.
*** Dropping you to a shell; the system will reboot
*** when you leave the shell.
Give root password for maintenance
(or type Control-D for normal startup):
*** Looks good here except for old fstab entries *** modified and rebooted ***
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda3 78289508 43456020 30856600 59% /
none 0 0 0 - /proc
usbdevfs 0 0 0 - /proc/bus/usb
none 78289508 43456020 30856600 59% /dev/pts
none 78289508 43456020 30856600 59% /dev/shm
/dev/sdb1 78289508 43456020 30856600 59% /linux2
/dev/sda1 78289508 43456020 30856600 59% /cdrive
/NOAA/NOAA_OE.iso 78289508 43456020 30856600 59% /NOAA/ExplorerCD
usbdevfs 0 0 0 - /proc/bus/usb
Sending all processes the TERM signal...
Sending all processes the KILL signal...
Syncing hardware clock to system time
Turning off quotas:
umount2: Invalid argument
umount: /NOAA/NOAA_OE.iso: not mounted
umount: /NOAA/ExplorerCD: Illegal seek
umount2: Invalid argument
umount: /dev/sda1: not mounted
umount2: Invalid argument
umount: /dev/sdb1: not mounted
umount2: Invalid argument
umount: none: not found
umount: /dev/shm: not mounted
umount2: Invalid argument
umount: none: not found
umount: /dev/pts: not mounted
umount2: Invalid argument
umount: usbdevfs: not found
umount: /proc/bus/usb: not mounted
Please stand by while rebooting the system...
Restarting system.
*
*** Booted from dos linux8.bat ie: "loadlin @c:\linux8" ***
*
*** Note that aic7xxx is loaded here but not above ***
*
*** Same initrd file is used for both boots!!!! ***
*
Linux version 2.4.29-pre2-Sharlie-two (root@Sharlie.TfJC) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #11 Wed Dec 22 19:28:50 PST 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003ffb0000 (usable)
BIOS-e820: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
BIOS-e820: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
BIOS-e820: 000000003fff0000 - 0000000040000000 (reserved)
BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
user-defined physical RAM map:
user: 0000000000000000 - 000000000009fc00 (usable)
user: 000000000009fc00 - 00000000000a0000 (reserved)
user: 00000000000e8000 - 0000000000100000 (reserved)
user: 0000000000100000 - 000000003ffb0000 (usable)
user: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
user: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
user: 000000003fff0000 - 0000000040000000 (reserved)
user: 00000000ffb80000 - 0000000100000000 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000ff780
hm, page 000ff000 reserved twice.
hm, page 00100000 reserved twice.
hm, page 000f1000 reserved twice.
hm, page 000f2000 reserved twice.
On node 0 totalpages: 262064
zone(0): 4096 pages.
zone(1): 225280 pages.
zone(2): 32688 pages.
Intel MultiProcessor Specification v1.1
Virtual Wire compatibility mode.
OEM ID: ASUSTeK Product ID: P4P800SE APIC at: 0xFEE00000
I/O APIC #13 Version 32 at 0xFEC00000.
Enabling APIC mode: Flat. Using 1 I/O APICs
SMP mptable: no processors registered!
BIOS bug, MP table errors detected!...
... disabling SMP support. (tell your hw vendor)
Kernel command line: mem=1024mb root=/dev/sda3 rw console=tty0 console=ttyS0,115200n8 idebus=66 hdd=ide-scsi BOOT_IMAGE=bzi2429.2
ide_setup: idebus=66
ide_setup: hdd=ide-scsi
Found and enabled local APIC!
Initializing CPU#0
Detected 3198.573 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 6383.20 BogoMIPS
Memory: 1032824k/1048256k available (1261k kernel code, 15044k reserved, 497k data, 116k init, 130752k highmem)
Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Inode cache hash table entries: 65536 (order: 7, 524288 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 65536 (order: 6, 262144 bytes)
Page-cache hash table entries: 262144 (order: 8, 1048576 bytes)
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 1024K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel(R) Pentium(R) 4 CPU 3.20GHz stepping 04
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 3198.4974 MHz.
..... host bus clock speed is 199.9059 MHz.
cpu: 0, clocks: 1999059, slice: 999529
CPU0<T0:1999056,T1:999520,D:7,S:999529,C:1999059>
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
Transparent bridge - Intel Corp. 82801BA/CA/DB/EB PCI Bridge
PCI: Using IRQ router PIIX/ICH [8086/24d0] at 00:1f.0
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
allocated 32 pages and 32 bhs reserved for the highmem bounces
VFS: Disk quotas vdquot_6.5.1
rivafb: RIVA MTRR set to ON
Console: switching to colour frame buffer device 80x30
rivafb: PCI nVidia NV10 framebuffer ver 0.9.4 (GeForce2-MX, 64MB @ 0xE8000000)
pty: 2048 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
Real Time Clock Driver v1.10f
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 10240K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 66MHz system bus speed for PIO modes
ICH5: IDE controller at PCI slot 00:1f.1
PCI: Enabling device 00:1f.1 (0005 -> 0007)
ICH5: chipset revision 2
ICH5: 100% native mode on irq 11
ide0: BM-DMA at 0xef90-0xef97, BIOS settings: hda:pio, hdb:pio
ide1: BM-DMA at 0xef98-0xef9f, BIOS settings: hdc:pio, hdd:DMA
hdc: Maxtor 4R120L4, ATA DISK drive
hdd: GENERIC DVD DUAL 4XMax, ATAPI CD/DVD-ROM drive
blk: queue c0317bb4, I/O limit 4095Mb (mask 0xffffffff)
ide1 at 0xefa8-0xefaf,0xefe2 on irq 11
Partition check:
hdc:end_request: I/O error, dev 16:00 (hdc), sector 0
end_request: I/O error, dev 16:00 (hdc), sector 2
end_request: I/O error, dev 16:00 (hdc), sector 4
end_request: I/O error, dev 16:00 (hdc), sector 6
end_request: I/O error, dev 16:00 (hdc), sector 0
end_request: I/O error, dev 16:00 (hdc), sector 2
end_request: I/O error, dev 16:00 (hdc), sector 4
end_request: I/O error, dev 16:00 (hdc), sector 6
unable to read partition table
SCSI subsystem driver Revision: 1.00
ata1: SATA max UDMA/133 cmd 0xEFA0 ctl 0xEF8E bmdma 0xEF60 irq 11
ata2: SATA max UDMA/133 cmd 0xEF80 ctl 0xEF8A bmdma 0xEF68 irq 11
ata1: dev 0 ATA, max UDMA/133, 320173056 sectors: lba48
ata1: dev 0 configured for UDMA/133
ata2: dev 0 ATA, max UDMA/133, 312581808 sectors: lba48
ata2: dev 0 configured for UDMA/133
scsi0 : ata_piix
scsi1 : ata_piix
Vendor: ATA Model: Maxtor 6Y160M0 Rev: YAR5
Type: Direct-Access ANSI SCSI revision: 05
Vendor: ATA Model: Maxtor 6Y160M0 Rev: YAR5
Type: Direct-Access ANSI SCSI revision: 05
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0
SCSI device sda: 320173056 512-byte hdwr sectors (163929 MB)
sda: sda1 sda2 sda3
SCSI device sdb: 312581808 512-byte hdwr sectors (160042 MB)
sdb: sdb1 sdb2
Linux video capture interface: v1.00
Initializing Cryptographic API
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 8192 buckets, 64Kbytes
TCP: Hash tables configured (established 262144 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 491k freed
VFS: Mounted root (ext2 filesystem).
Red Hat nash version 3.4.28 starting
Loading aic7xxx module
scsi2 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36
<Adaptec 2940A Ultra SCSI adapter>
aic7860: Ultra Single Channel A, SCSI Id=7, 3/253 SCBs
blk: queue f7ec8994, I/O limit 4095Mb (mask 0xffffffff)
(scsi2:A:0): 10.000MB/s transfers (10.000MHz, offset 15)
Vendor: SEAGATE Model: ST15230W Rev: 0298
Type: Direct-Access ANSI SCSI revision: 02
blk: queue f7ec8a94, I/O limit 4095Mb (mask 0xffffffff)
(scsi2:A:1): 10.000MB/s transfers (10.000MHz, offset 15)
Vendor: SEAGATE Model: ST15230W Rev: 0298
Type: Direct-Access ANSI SCSI revision: 02
blk: queue f7ec8b94, I/O limit 4095Mb (mask 0xffffffff)
scsi2:A:0:0: Tagged Queuing enabled. Depth 32
scsi2:A:1:0: Tagged Queuing enabled. Depth 32
Attached scsi disk sdc at scsi2, channel 0, id 0, lun 0
Attached scsi disk sdd at scsi2, channel 0, id 1, lun 0
SCSI device sdc: 8386733 512-byte hdwr sectors (4294 MB)
sdc: sdc1 sdc2 sdc3
SCSI device sdd: 8386733 512-byte hdwr sectors (4294 MB)
sdd: sdd1 sdd2
Loading ide-scsi module
hdd: attached ide-scsi driver.
scsi3 : SCSI host adapter emulation for IDE ATAPI devices
*
*** System Hang *** <ctl-alt-delete> unresponsive *** <pg-up><pg-down> unresponsive *** <sys-req> unresponsive ***
*
*
*** Booted from dos linux8.bat ie: "Loadlin @c:\linux8"
*
*** Same as before except delete bootparam hdd=ide-scsi
*
Linux version 2.4.29-pre2-Sharlie-two (root@Sharlie.TfJC) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #11 Wed Dec 22 19:28:50 PST 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003ffb0000 (usable)
BIOS-e820: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
BIOS-e820: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
BIOS-e820: 000000003fff0000 - 0000000040000000 (reserved)
BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
user-defined physical RAM map:
user: 0000000000000000 - 000000000009fc00 (usable)
user: 000000000009fc00 - 00000000000a0000 (reserved)
user: 00000000000e8000 - 0000000000100000 (reserved)
user: 0000000000100000 - 000000003ffb0000 (usable)
user: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
user: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
user: 000000003fff0000 - 0000000040000000 (reserved)
user: 00000000ffb80000 - 0000000100000000 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000ff780
hm, page 000ff000 reserved twice.
hm, page 00100000 reserved twice.
hm, page 000f1000 reserved twice.
hm, page 000f2000 reserved twice.
On node 0 totalpages: 262064
zone(0): 4096 pages.
zone(1): 225280 pages.
zone(2): 32688 pages.
Intel MultiProcessor Specification v1.1
Virtual Wire compatibility mode.
OEM ID: ASUSTeK Product ID: P4P800SE APIC at: 0xFEE00000
I/O APIC #13 Version 32 at 0xFEC00000.
Enabling APIC mode: Flat. Using 1 I/O APICs
SMP mptable: no processors registered!
BIOS bug, MP table errors detected!...
... disabling SMP support. (tell your hw vendor)
Kernel command line: mem=1024mb root=/dev/sda3 rw console=tty0 console=ttyS0,115200n8 idebus=66 BOOT_IMAGE=bzi2429.2
ide_setup: idebus=66
Found and enabled local APIC!
Initializing CPU#0
Detected 3198.573 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 6383.20 BogoMIPS
Memory: 1032824k/1048256k available (1261k kernel code, 15044k reserved, 497k data, 116k init, 130752k highmem)
Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Inode cache hash table entries: 65536 (order: 7, 524288 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 65536 (order: 6, 262144 bytes)
Page-cache hash table entries: 262144 (order: 8, 1048576 bytes)
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 1024K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel(R) Pentium(R) 4 CPU 3.20GHz stepping 04
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 3198.4965 MHz.
..... host bus clock speed is 199.9059 MHz.
cpu: 0, clocks: 1999059, slice: 999529
CPU0<T0:1999056,T1:999520,D:7,S:999529,C:1999059>
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
Transparent bridge - Intel Corp. 82801BA/CA/DB/EB PCI Bridge
PCI: Using IRQ router PIIX/ICH [8086/24d0] at 00:1f.0
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
allocated 32 pages and 32 bhs reserved for the highmem bounces
VFS: Disk quotas vdquot_6.5.1
rivafb: RIVA MTRR set to ON
Console: switching to colour frame buffer device 80x30
rivafb: PCI nVidia NV10 framebuffer ver 0.9.4 (GeForce2-MX, 64MB @ 0xE8000000)
pty: 2048 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
Real Time Clock Driver v1.10f
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 10240K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 66MHz system bus speed for PIO modes
ICH5: IDE controller at PCI slot 00:1f.1
PCI: Enabling device 00:1f.1 (0005 -> 0007)
ICH5: chipset revision 2
ICH5: 100% native mode on irq 11
ide0: BM-DMA at 0xef90-0xef97, BIOS settings: hda:pio, hdb:pio
ide1: BM-DMA at 0xef98-0xef9f, BIOS settings: hdc:pio, hdd:DMA
hdc: Maxtor 4R120L4, ATA DISK drive
hdd: GENERIC DVD DUAL 4XMax, ATAPI CD/DVD-ROM drive
blk: queue c0317bb4, I/O limit 4095Mb (mask 0xffffffff)
ide1 at 0xefa8-0xefaf,0xefe2 on irq 11
Partition check:
hdc:end_request: I/O error, dev 16:00 (hdc), sector 0
end_request: I/O error, dev 16:00 (hdc), sector 2
end_request: I/O error, dev 16:00 (hdc), sector 4
end_request: I/O error, dev 16:00 (hdc), sector 6
end_request: I/O error, dev 16:00 (hdc), sector 0
end_request: I/O error, dev 16:00 (hdc), sector 2
end_request: I/O error, dev 16:00 (hdc), sector 4
end_request: I/O error, dev 16:00 (hdc), sector 6
unable to read partition table
SCSI subsystem driver Revision: 1.00
ata1: SATA max UDMA/133 cmd 0xEFA0 ctl 0xEF8E bmdma 0xEF60 irq 11
ata2: SATA max UDMA/133 cmd 0xEF80 ctl 0xEF8A bmdma 0xEF68 irq 11
ata1: dev 0 ATA, max UDMA/133, 320173056 sectors: lba48
ata1: dev 0 configured for UDMA/133
ata2: dev 0 ATA, max UDMA/133, 312581808 sectors: lba48
ata2: dev 0 configured for UDMA/133
scsi0 : ata_piix
scsi1 : ata_piix
Vendor: ATA Model: Maxtor 6Y160M0 Rev: YAR5
Type: Direct-Access ANSI SCSI revision: 05
Vendor: ATA Model: Maxtor 6Y160M0 Rev: YAR5
Type: Direct-Access ANSI SCSI revision: 05
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0
SCSI device sda: 320173056 512-byte hdwr sectors (163929 MB)
sda: sda1 sda2 sda3
SCSI device sdb: 312581808 512-byte hdwr sectors (160042 MB)
sdb: sdb1 sdb2
Linux video capture interface: v1.00
Initializing Cryptographic API
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 8192 buckets, 64Kbytes
TCP: Hash tables configured (established 262144 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 491k freed
VFS: Mounted root (ext2 filesystem).
Red Hat nash version 3.4.28 starting
Loading aic7xxx module
scsi2 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36
<Adaptec 2940A Ultra SCSI adapter>
aic7860: Ultra Single Channel A, SCSI Id=7, 3/253 SCBs
blk: queue f7ec8994, I/O limit 4095Mb (mask 0xffffffff)
(scsi2:A:0): 10.000MB/s transfers (10.000MHz, offset 15)
Vendor: SEAGATE Model: ST15230W Rev: 0298
Type: Direct-Access ANSI SCSI revision: 02
blk: queue f7ec8a94, I/O limit 4095Mb (mask 0xffffffff)
(scsi2:A:1): 10.000MB/s transfers (10.000MHz, offset 15)
Vendor: SEAGATE Model: ST15230W Rev: 0298
Type: Direct-Access ANSI SCSI revision: 02
blk: queue f7ec8b94, I/O limit 4095Mb (mask 0xffffffff)
scsi2:A:0:0: Tagged Queuing enabled. Depth 32
scsi2:A:1:0: Tagged Queuing enabled. Depth 32
Attached scsi disk sdc at scsi2, channel 0, id 0, lun 0
Attached scsi disk sdd at scsi2, channel 0, id 1, lun 0
SCSI device sdc: 8386733 512-byte hdwr sectors (4294 MB)
sdc: sdc1 sdc2 sdc3
SCSI device sdd: 8386733 512-byte hdwr sectors (4294 MB)
sdd: sdd1 sdd2
Loading ide-scsi module
hdd: attached ide-scsi driver.
scsi3 : SCSI host adapter emulation for IDE ATAPI devices
*
*** System hang *** Same as before ***
*
*
*** Booted from win98se autoexec.bat ie: "loadlin @c:\linux8"
*
*** Same as first time... no aic7xxx initialization
*
*** Why is "initrd extends beyond end of memory"?
*
Linux version 2.4.29-pre2-Sharlie-two (root@Sharlie.TfJC) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #11 Wed Dec 22 19:28:50 PST 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003ffb0000 (usable)
BIOS-e820: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
BIOS-e820: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
BIOS-e820: 000000003fff0000 - 0000000040000000 (reserved)
BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
user-defined physical RAM map:
user: 0000000000000000 - 000000000009fc00 (usable)
user: 000000000009fc00 - 00000000000a0000 (reserved)
user: 00000000000e8000 - 0000000000100000 (reserved)
user: 0000000000100000 - 000000003ffb0000 (usable)
user: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
user: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
user: 000000003fff0000 - 0000000040000000 (reserved)
user: 00000000ffb80000 - 0000000100000000 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000ff780
hm, page 000ff000 reserved twice.
hm, page 00100000 reserved twice.
hm, page 000f1000 reserved twice.
hm, page 000f2000 reserved twice.
initrd extends beyond end of memory (0x3ffffc93 > 0x38000000)
disabling initrd
On node 0 totalpages: 262064
zone(0): 4096 pages.
zone(1): 225280 pages.
zone(2): 32688 pages.
Intel MultiProcessor Specification v1.1
Virtual Wire compatibility mode.
OEM ID: ASUSTeK Product ID: P4P800SE APIC at: 0xFEE00000
I/O APIC #13 Version 32 at 0xFEC00000.
Enabling APIC mode: Flat. Using 1 I/O APICs
SMP mptable: no processors registered!
BIOS bug, MP table errors detected!...
... disabling SMP support. (tell your hw vendor)
Kernel command line: mem=1024mb root=/dev/sda3 rw console=tty0 console=ttyS0,115200n8 idebus=66 BOOT_IMAGE=bzi2429.2
ide_setup: idebus=66
Found and enabled local APIC!
Initializing CPU#0
Detected 3198.620 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 6383.20 BogoMIPS
Memory: 1033316k/1048256k available (1261k kernel code, 14552k reserved, 497k data, 116k init, 130752k highmem)
Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Inode cache hash table entries: 65536 (order: 7, 524288 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 65536 (order: 6, 262144 bytes)
Page-cache hash table entries: 262144 (order: 8, 1048576 bytes)
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 1024K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel(R) Pentium(R) 4 CPU 3.20GHz stepping 04
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 3198.4973 MHz.
..... host bus clock speed is 199.9059 MHz.
cpu: 0, clocks: 1999059, slice: 999529
CPU0<T0:1999056,T1:999520,D:7,S:999529,C:1999059>
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
Transparent bridge - Intel Corp. 82801BA/CA/DB/EB PCI Bridge
PCI: Using IRQ router PIIX/ICH [8086/24d0] at 00:1f.0
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
allocated 32 pages and 32 bhs reserved for the highmem bounces
VFS: Disk quotas vdquot_6.5.1
rivafb: RIVA MTRR set to ON
Console: switching to colour frame buffer device 80x30
rivafb: PCI nVidia NV10 framebuffer ver 0.9.4 (GeForce2-MX, 64MB @ 0xE8000000)
pty: 2048 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
Real Time Clock Driver v1.10f
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 10240K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 66MHz system bus speed for PIO modes
ICH5: IDE controller at PCI slot 00:1f.1
PCI: Enabling device 00:1f.1 (0005 -> 0007)
ICH5: chipset revision 2
ICH5: 100% native mode on irq 11
ide0: BM-DMA at 0xef90-0xef97, BIOS settings: hda:pio, hdb:pio
ide1: BM-DMA at 0xef98-0xef9f, BIOS settings: hdc:pio, hdd:DMA
hdc: Maxtor 4R120L4, ATA DISK drive
hdd: GENERIC DVD DUAL 4XMax, ATAPI CD/DVD-ROM drive
blk: queue c0317bb4, I/O limit 4095Mb (mask 0xffffffff)
ide1 at 0xefa8-0xefaf,0xefe2 on irq 11
Partition check:
hdc:end_request: I/O error, dev 16:00 (hdc), sector 0
end_request: I/O error, dev 16:00 (hdc), sector 2
end_request: I/O error, dev 16:00 (hdc), sector 4
end_request: I/O error, dev 16:00 (hdc), sector 6
end_request: I/O error, dev 16:00 (hdc), sector 0
end_request: I/O error, dev 16:00 (hdc), sector 2
end_request: I/O error, dev 16:00 (hdc), sector 4
end_request: I/O error, dev 16:00 (hdc), sector 6
unable to read partition table
SCSI subsystem driver Revision: 1.00
ata1: SATA max UDMA/133 cmd 0xEFA0 ctl 0xEF8E bmdma 0xEF60 irq 11
ata2: SATA max UDMA/133 cmd 0xEF80 ctl 0xEF8A bmdma 0xEF68 irq 11
ata1: dev 0 ATA, max UDMA/133, 320173056 sectors: lba48
ata1: dev 0 configured for UDMA/133
ata2: dev 0 ATA, max UDMA/133, 312581808 sectors: lba48
ata2: dev 0 configured for UDMA/133
scsi0 : ata_piix
scsi1 : ata_piix
Vendor: ATA Model: Maxtor 6Y160M0 Rev: YAR5
Type: Direct-Access ANSI SCSI revision: 05
Vendor: ATA Model: Maxtor 6Y160M0 Rev: YAR5
Type: Direct-Access ANSI SCSI revision: 05
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0
SCSI device sda: 320173056 512-byte hdwr sectors (163929 MB)
sda: sda1 sda2 sda3
SCSI device sdb: 312581808 512-byte hdwr sectors (160042 MB)
sdb: sdb1 sdb2
Linux video capture interface: v1.00
Initializing Cryptographic API
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 8192 buckets, 64Kbytes
TCP: Hash tables configured (established 262144 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
VFS: Mounted root (ext2 filesystem).
Freeing unused kernel memory: 116k freed
INIT: version 2.84 booting
Welcome to Red Hat Linux
Press 'I' to enter interactive startup.
Mounting proc filesystem: [ OK ]
Configuring kernel parameters: [ OK ]
Setting clock (localtime): Wed Dec 22 22:00:41 PST 2004 [ OK ]
Setting hostname Sharlie.TfJC: [ OK ]
Initializing USB controller (ehci-hcd): [ OK ]
Initializing USB controller (usb-uhci): [ OK ]
Mounting USB filesystem: [ OK ]
Initializing USB HID interface: modprobe: Can't locate module hid
[FAILED]
Initializing USB keyboard: modprobe: Can't locate module keybdev
[FAILED]
Initializing USB mouse: modprobe: Can't locate module mousedev
[FAILED]
Checking root filesystem
/dev/sda3 is mounted. [/sbin/fsck.ext2 (1) -- /] fsck.ext2 -a /dev/sda3
e2fsck: Cannot continue, aborting.
[FAILED]
*
*** I don't get it *** fstab should be ok
*** but system still thinks that root dev is /dev/hda3 ?
*** I think that I thought that this problem was caused
*** by the scsi card not being initialized
*
*** An error occurred during the file system check.
*** Dropping you to a shell; the system will reboot
*** when you leave the shell.
Give root password for maintenance
(or type Control-D for normal startup):
-rw-r--r-- 1 root root 1879 Dec 22 21:55 fstab
-rw-r--r-- 1 root root 1963 Dec 22 10:26 fstab.hda3.sav
-rw-r--r-- 1 root root 0 Dec 22 10:26 fstab.REVOKE
-rw-r--r-- 1 root root 35 Sep 3 2002 updfstab.conf
-rw-r--r-- 1 root root 852 Oct 30 23:09 updfstab.conf.default
*
*** Put old fstab back and reboot ***
*
INIT: (Repair filesystem) 6 # (Repair filesystem) 6 # Starting killall: [ OK ]
Sending all processes the TERM signal...
Sending all processes the KILL signal...
Syncing hardware clock to system time
Turning off quotas:
umount2: Invalid argument
umount: /NOAA/NOAA_OE.iso: not mounted
umount: /NOAA/ExplorerCD: Illegal seek
Please stand by while rebooting the system...
Restarting system.
*
*** Back to compatibility mode
*
*** Whoops... forgot to change back bootparam to root=/dev/hda3
*
Linux version 2.4.29-pre2-Sharlie-two (root@Sharlie.TfJC) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #11 Wed Dec 22 19:28:50 PST 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003ffb0000 (usable)
BIOS-e820: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
BIOS-e820: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
BIOS-e820: 000000003fff0000 - 0000000040000000 (reserved)
BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
user-defined physical RAM map:
user: 0000000000000000 - 000000000009fc00 (usable)
user: 000000000009fc00 - 00000000000a0000 (reserved)
user: 00000000000e8000 - 0000000000100000 (reserved)
user: 0000000000100000 - 000000003ffb0000 (usable)
user: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
user: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
user: 000000003fff0000 - 0000000040000000 (reserved)
user: 00000000ffb80000 - 0000000100000000 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000ff780
hm, page 000ff000 reserved twice.
hm, page 00100000 reserved twice.
hm, page 000f1000 reserved twice.
hm, page 000f2000 reserved twice.
initrd extends beyond end of memory (0x3ffffc93 > 0x38000000)
disabling initrd
On node 0 totalpages: 262064
zone(0): 4096 pages.
zone(1): 225280 pages.
zone(2): 32688 pages.
Intel MultiProcessor Specification v1.1
Virtual Wire compatibility mode.
OEM ID: ASUSTeK Product ID: P4P800SE APIC at: 0xFEE00000
I/O APIC #13 Version 32 at 0xFEC00000.
Enabling APIC mode: Flat. Using 1 I/O APICs
SMP mptable: no processors registered!
BIOS bug, MP table errors detected!...
... disabling SMP support. (tell your hw vendor)
Kernel command line: mem=1024mb root=/dev/sda3 rw console=tty0 console=ttyS0,115200n8 idebus=66 BOOT_IMAGE=bzi2429.2
ide_setup: idebus=66
Found and enabled local APIC!
Initializing CPU#0
Detected 3198.573 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 6383.20 BogoMIPS
Memory: 1033316k/1048256k available (1261k kernel code, 14552k reserved, 497k data, 116k init, 130752k highmem)
Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Inode cache hash table entries: 65536 (order: 7, 524288 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 65536 (order: 6, 262144 bytes)
Page-cache hash table entries: 262144 (order: 8, 1048576 bytes)
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 1024K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel(R) Pentium(R) 4 CPU 3.20GHz stepping 04
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 3198.4954 MHz.
..... host bus clock speed is 199.9059 MHz.
cpu: 0, clocks: 1999059, slice: 999529
CPU0<T0:1999056,T1:999520,D:7,S:999529,C:1999059>
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Ignoring BAR0-3 of IDE controller 00:1f.2
Transparent bridge - Intel Corp. 82801BA/CA/DB/EB PCI Bridge
PCI: Using IRQ router PIIX/ICH [8086/24d0] at 00:1f.0
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
allocated 32 pages and 32 bhs reserved for the highmem bounces
VFS: Disk quotas vdquot_6.5.1
rivafb: RIVA MTRR set to ON
Console: switching to colour frame buffer device 80x30
rivafb: PCI nVidia NV10 framebuffer ver 0.9.4 (GeForce2-MX, 64MB @ 0xE8000000)
pty: 2048 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
Real Time Clock Driver v1.10f
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 10240K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 66MHz system bus speed for PIO modes
hda: Maxtor 6Y160M0, ATA DISK drive
hdb: Maxtor 6Y160M0, ATA DISK drive
hdc: Maxtor 4R120L4, ATA DISK drive
hdd: GENERIC DVD DUAL 4XMax, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
Partition check:
hda:end_request: I/O error, dev 03:00 (hda), sector 0
end_request: I/O error, dev 03:00 (hda), sector 2
end_request: I/O error, dev 03:00 (hda), sector 4
end_request: I/O error, dev 03:00 (hda), sector 6
end_request: I/O error, dev 03:00 (hda), sector 0
end_request: I/O error, dev 03:00 (hda), sector 2
end_request: I/O error, dev 03:00 (hda), sector 4
end_request: I/O error, dev 03:00 (hda), sector 6
unable to read partition table
hdb:end_request: I/O error, dev 03:40 (hdb), sector 0
end_request: I/O error, dev 03:40 (hdb), sector 2
end_request: I/O error, dev 03:40 (hdb), sector 4
end_request: I/O error, dev 03:40 (hdb), sector 6
end_request: I/O error, dev 03:40 (hdb), sector 0
end_request: I/O error, dev 03:40 (hdb), sector 2
end_request: I/O error, dev 03:40 (hdb), sector 4
end_request: I/O error, dev 03:40 (hdb), sector 6
unable to read partition table
hdc:end_request: I/O error, dev 16:00 (hdc), sector 0
end_request: I/O error, dev 16:00 (hdc), sector 2
end_request: I/O error, dev 16:00 (hdc), sector 4
end_request: I/O error, dev 16:00 (hdc), sector 6
end_request: I/O error, dev 16:00 (hdc), sector 0
end_request: I/O error, dev 16:00 (hdc), sector 2
end_request: I/O error, dev 16:00 (hdc), sector 4
end_request: I/O error, dev 16:00 (hdc), sector 6
unable to read partition table
SCSI subsystem driver Revision: 1.00
ata_piix: combined mode not supported
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
Linux video capture interface: v1.00
Initializing Cryptographic API
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 8192 buckets, 64Kbytes
TCP: Hash tables configured (established 262144 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
kmod: failed to exec /sbin/modprobe -s -k block-major-8, errno = 2
VFS: Cannot open root device "sda3" or 08:03
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on 08:03
*
*** bios back in compatibility mode *** root=/dev/hda3
*
Linux version 2.4.29-pre2-Sharlie-two (root@Sharlie.TfJC) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #11 Wed Dec 22 19:28:50 PST 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003ffb0000 (usable)
BIOS-e820: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
BIOS-e820: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
BIOS-e820: 000000003fff0000 - 0000000040000000 (reserved)
BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
user-defined physical RAM map:
user: 0000000000000000 - 000000000009fc00 (usable)
user: 000000000009fc00 - 00000000000a0000 (reserved)
user: 00000000000e8000 - 0000000000100000 (reserved)
user: 0000000000100000 - 000000003ffb0000 (usable)
user: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
user: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
user: 000000003fff0000 - 0000000040000000 (reserved)
user: 00000000ffb80000 - 0000000100000000 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000ff780
hm, page 000ff000 reserved twice.
hm, page 00100000 reserved twice.
hm, page 000f1000 reserved twice.
hm, page 000f2000 reserved twice.
On node 0 totalpages: 262064
zone(0): 4096 pages.
zone(1): 225280 pages.
zone(2): 32688 pages.
Intel MultiProcessor Specification v1.1
Virtual Wire compatibility mode.
OEM ID: ASUSTeK Product ID: P4P800SE APIC at: 0xFEE00000
I/O APIC #13 Version 32 at 0xFEC00000.
Enabling APIC mode: Flat. Using 1 I/O APICs
SMP mptable: no processors registered!
BIOS bug, MP table errors detected!...
... disabling SMP support. (tell your hw vendor)
Kernel command line: mem=1024mb root=/dev/hda3 rw console=tty0 console=ttyS0,115200n8 idebus=66 hdd=ide-scsi BOOT_IMAGE=bzi2429.2
ide_setup: idebus=66
ide_setup: hdd=ide-scsi
Found and enabled local APIC!
Initializing CPU#0
Detected 3198.573 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 6383.20 BogoMIPS
Memory: 1032824k/1048256k available (1261k kernel code, 15044k reserved, 497k data, 116k init, 130752k highmem)
Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Inode cache hash table entries: 65536 (order: 7, 524288 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 65536 (order: 6, 262144 bytes)
Page-cache hash table entries: 262144 (order: 8, 1048576 bytes)
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 1024K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel(R) Pentium(R) 4 CPU 3.20GHz stepping 04
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 3198.4954 MHz.
..... host bus clock speed is 199.9057 MHz.
cpu: 0, clocks: 1999057, slice: 999528
CPU0<T0:1999056,T1:999520,D:8,S:999528,C:1999057>
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Ignoring BAR0-3 of IDE controller 00:1f.2
Transparent bridge - Intel Corp. 82801BA/CA/DB/EB PCI Bridge
PCI: Using IRQ router PIIX/ICH [8086/24d0] at 00:1f.0
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
allocated 32 pages and 32 bhs reserved for the highmem bounces
VFS: Disk quotas vdquot_6.5.1
rivafb: RIVA MTRR set to ON
Console: switching to colour frame buffer device 80x30
rivafb: PCI nVidia NV10 framebuffer ver 0.9.4 (GeForce2-MX, 64MB @ 0xE8000000)
pty: 2048 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
Real Time Clock Driver v1.10f
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 10240K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 66MHz system bus speed for PIO modes
hda: Maxtor 6Y160M0, ATA DISK drive
hdb: Maxtor 6Y160M0, ATA DISK drive
hdc: Maxtor 4R120L4, ATA DISK drive
hdd: GENERIC DVD DUAL 4XMax, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
Partition check:
hda:end_request: I/O error, dev 03:00 (hda), sector 0
end_request: I/O error, dev 03:00 (hda), sector 2
end_request: I/O error, dev 03:00 (hda), sector 4
end_request: I/O error, dev 03:00 (hda), sector 6
end_request: I/O error, dev 03:00 (hda), sector 0
end_request: I/O error, dev 03:00 (hda), sector 2
end_request: I/O error, dev 03:00 (hda), sector 4
end_request: I/O error, dev 03:00 (hda), sector 6
unable to read partition table
hdb:end_request: I/O error, dev 03:40 (hdb), sector 0
end_request: I/O error, dev 03:40 (hdb), sector 2
end_request: I/O error, dev 03:40 (hdb), sector 4
end_request: I/O error, dev 03:40 (hdb), sector 6
end_request: I/O error, dev 03:40 (hdb), sector 0
end_request: I/O error, dev 03:40 (hdb), sector 2
end_request: I/O error, dev 03:40 (hdb), sector 4
end_request: I/O error, dev 03:40 (hdb), sector 6
unable to read partition table
hdc:end_request: I/O error, dev 16:00 (hdc), sector 0
end_request: I/O error, dev 16:00 (hdc), sector 2
end_request: I/O error, dev 16:00 (hdc), sector 4
end_request: I/O error, dev 16:00 (hdc), sector 6
end_request: I/O error, dev 16:00 (hdc), sector 0
end_request: I/O error, dev 16:00 (hdc), sector 2
end_request: I/O error, dev 16:00 (hdc), sector 4
end_request: I/O error, dev 16:00 (hdc), sector 6
unable to read partition table
SCSI subsystem driver Revision: 1.00
ata_piix: combined mode not supported
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
Linux video capture interface: v1.00
Initializing Cryptographic API
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 8192 buckets, 64Kbytes
TCP: Hash tables configured (established 262144 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 491k freed
VFS: Mounted root (ext2 filesystem).
Red Hat nash version 3.4.28 starting
Loading aic7xxx module
scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36
<Adaptec 2940A Ultra SCSI adapter>
aic7860: Ultra Single Channel A, SCSI Id=7, 3/253 SCBs
blk: queue f7ec9794, I/O limit 4095Mb (mask 0xffffffff)
(scsi0:A:0): 10.000MB/s transfers (10.000MHz, offset 15)
Vendor: SEAGATE Model: ST15230W Rev: 0298
Type: Direct-Access ANSI SCSI revision: 02
blk: queue f7ec9894, I/O limit 4095Mb (mask 0xffffffff)
(scsi0:A:1): 10.000MB/s transfers (10.000MHz, offset 15)
Vendor: SEAGATE Model: ST15230W Rev: 0298
Type: Direct-Access ANSI SCSI revision: 02
blk: queue f7ec9994, I/O limit 4095Mb (mask 0xffffffff)
scsi0:A:0:0: Tagged Queuing enabled. Depth 32
scsi0:A:1:0: Tagged Queuing enabled. Depth 32
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi disk sdb at scsi0, channel 0, id 1, lun 0
SCSI device sda: 8386733 512-byte hdwr sectors (4294 MB)
sda: sda1 sda2 sda3
SCSI device sdb: 8386733 512-byte hdwr sectors (4294 MB)
sdb: sdb1 sdb2
Loading ide-scsi module
hdd: attached ide-scsi driver.
scsi1 : SCSI host adapter emulation for IDE ATAPI devices
Vendor: GENERIC Model: DVD DUAL 4XMax Rev: 2.17
Type: CD-ROM ANSI SCSI revision: 02
Loading ide-disk module
hda: attached ide-disk driver.
hda: host protected area => 1
hda: 320173056 sectors (163929 MB) w/7936KiB Cache, CHS=19929/255/63
hdb: attached ide-disk driver.
hdb: host protected area => 1
hdb: 312581808 sectors (160042 MB) w/7936KiB Cache, CHS=19457/255/63
hdc: attached ide-disk driver.
hdc: host protected area => 1
hdc: 240121728 sectors (122942 MB) w/2048KiB Cache, CHS=14946/255/63
hda: hda1 hda2 hda3
hdb: hdb1 hdb2
hdc: hdc1 hdc2 hdc3 hdc4
Loading usbcore module
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
Loading ehci-hcd module
insmod: ehci-hcd.o:
ERROR: /bin/insmod exited abnormally!
Loading usb-uhci module
insmod: usb-uhci.o:
ERROR: /bin/insmod exited abnormally!
Loading usb-storage module
insmod: usb-storage.o:
ERROR: /bin/insmod exited abnormally!
Mounting /proc filesystem
Creating block devices
Creating root device
Mounting root filesystem
Freeing unused kernel memory: 116k freed
INIT: version 2.84 booting
Welcome to Red Hat Linux
Press 'I' to enter interactive startup.
Mounting proc filesystem: [ OK ]
Unmounting initrd: [ OK ]
Configuring kernel parameters: [ OK ]
Setting clock (localtime): Wed Dec 22 22:04:38 PST 2004 [ OK ]
Setting hostname Sharlie.TfJC: [ OK ]
Mounting USB filesystem: [ OK ]
Initializing USB HID interface: modprobe: Can't locate module hid
[FAILED]
Initializing USB keyboard: modprobe: Can't locate module keybdev
[FAILED]
Initializing USB mouse: modprobe: Can't locate module mousedev
[FAILED]
Checking root filesystem
/ was not cleanly unmounted, check forced.
/: 474982/9945088 files (2.3% non-contiguous), 11176082/19884453 blocks
[/sbin/fsck.ext2 (1) -- /] fsck.ext2 -a /dev/hda3
[PASSED]
Remounting root filesystem in read-write mode: [ OK ]
Activating swap partitions: [ OK ]
Finding module dependencies: [ OK ]
Checking filesystems
/dev/hdb1 was not cleanly unmounted, check forced.
/usr123456: clean, 98695/263296 files, 461926/526128 blocks
/123456: clean, 25708/214144 files, 388741/427730 blocks
/dev/hdb1: 130/19415040 files (1.5% non-contiguous), 30439701/38821064 blocks
Checking all file systems.
[/sbin/fsck.ext2 (1) -- /linux2] fsck.ext2 -a /dev/hdb1
[/sbin/fsck.ext3 (2) -- /oldlinux] fsck.ext3 -a /dev/sda3
[/sbin/fsck.ext3 (3) -- /oldusr] fsck.ext3 -a /dev/sdb2
[PASSED]
Mounting local filesystems: [ OK ]
Enabling local filesystem quotas: [ OK ]
Enabling swap space: [ OK ]
INIT: Entering runlevel: 5
Entering non-interactive startup
Applying Intel IA32 Microcode update: [ OK ]
Updating /etc/fstab [ OK ]
Checking for new hardware [ OK ]
Starting ip6tables: [ OK ]
Starting iptables: [ OK ]
Setting network parameters: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]
Starting system logger: [ OK ]
Starting kernel logger: Dec 22 22:38:36 Sharlie kernel: klogd 1.4.1, log source = /proc/kmsg started.
[ OK ]
Dec 22 22:38:36 Sharlie kernel: Linux version 2.4.29-pre2-Sharlie-two (root@Sharlie.TfJC) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #11 Wed Dec 22 19:28:50 PST 2004
Dec 22 22:38:36 Sharlie kernel: BIOS-provided physical RAM map:
Dec 22 22:38:36 Sharlie kernel: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Dec 22 22:38:36 Sharlie kernel: BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
Dec 22 22:38:36 Sharlie kernel: BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
Dec 22 22:38:36 Sharlie kernel: BIOS-e820: 0000000000100000 - 000000003ffb0000 (usable)
Dec 22 22:38:36 Sharlie kernel: BIOS-e820: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
Dec 22 22:38:36 Sharlie kernel: BIOS-e820: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
Dec 22 22:38:36 Sharlie kernel: BIOS-e820: 000000003fff0000 - 0000000040000000 (reserved)
Dec 22 22:38:36 Sharlie kernel: BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
Dec 22 22:38:36 Sharlie kernel: user-defined physical RAM map:
Dec 22 22:38:36 Sharlie kernel: user: 0000000000000000 - 000000000009fc00 (usable)
Dec 22 22:38:36 Sharlie kernel: user: 000000000009fc00 - 00000000000a0000 (reserved)
Dec 22 22:38:36 Sharlie kernel: user: 00000000000e8000 - 0000000000100000 (reserved)
Dec 22 22:38:36 Sharlie kernel: user: 0000000000100000 - 000000003ffb0000 (usable)
Dec 22 22:38:36 Sharlie kernel: user: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
Dec 22 22:38:36 Sharlie kernel: user: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
Dec 22 22:38:36 Sharlie kernel: user: 000000003fff0000 - 0000000040000000 (reserved)
Dec 22 22:38:36 Sharlie kernel: user: 00000000ffb80000 - 0000000100000000 (reserved)
Dec 22 22:38:36 Sharlie kernel: 127MB HIGHMEM available.
Dec 22 22:38:36 Sharlie kernel: 896MB LOWMEM available.
Dec 22 22:38:36 Sharlie kernel: found SMP MP-table at 000ff780
Dec 22 22:38:36 Sharlie kernel: hm, page 000ff000 reserved twice.
Dec 22 22:38:36 Sharlie kernel: hm, page 00100000 reserved twice.
Dec 22 22:38:36 Sharlie kernel: hm, page 000f1000 reserved twice.
Dec 22 22:38:36 Sharlie kernel: hm, page 000f2000 reserved twice.
Dec 22 22:38:36 Sharlie kernel: On node 0 totalpages: 262064
Dec 22 22:38:36 Sharlie kernel: zone(0): 4096 pages.
Dec 22 22:38:36 Sharlie kernel: zone(1): 225280 pages.
Dec 22 22:38:36 Sharlie kernel: zone(2): 32688 pages.
Dec 22 22:38:36 Sharlie kernel: Intel MultiProcessor Specification v1.1
Dec 22 22:38:36 Sharlie kernel: Virtual Wire compatibility mode.
Dec 22 22:38:36 Sharlie kernel: OEM ID: ASUSTeK Product ID: P4P800SE APIC at: 0xFEE00000
Dec 22 22:38:36 Sharlie kernel: I/O APIC #13 Version 32 at 0xFEC00000.
Dec 22 22:38:36 Sharlie kernel: Enabling APIC mode: Flat.^IUsing 1 I/O APICs
Dec 22 22:38:36 Sharlie kernel: SMP mptable: no processors registered!
Dec 22 22:38:36 Sharlie kernel: BIOS bug, MP table errors detected!...
Dec 22 22:38:36 Sharlie kernel: ... disabling SMP support. (tell your hw vendor)
Dec 22 22:38:36 Sharlie kernel: Kernel command line: mem=1024mb root=/dev/hda3 rw console=tty0 console=ttyS0,115200n8 idebus=66 hdd=ide-scsi BOOT_IMAGE=bzi2429.2
Dec 22 22:38:36 Sharlie kernel: ide_setup: idebus=66
Dec 22 22:38:36 Sharlie kernel: ide_setup: hdd=ide-scsi
Dec 22 22:38:36 Sharlie kernel: Found and enabled local APIC!
Dec 22 22:38:36 Sharlie kernel: Initializing CPU#0
Dec 22 22:38:36 Sharlie kernel: Detected 3198.573 MHz processor.
Dec 22 22:38:36 Sharlie kernel: Console: colour VGA+ 80x25
Dec 22 22:38:36 Sharlie kernel: Calibrating delay loop... 6383.20 BogoMIPS
Dec 22 22:38:36 Sharlie kernel: Memory: 1032824k/1048256k available (1261k kernel code, 15044k reserved, 497k data, 116k init, 130752k highmem)
Dec 22 22:38:36 Sharlie kernel: Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Dec 22 22:38:36 Sharlie kernel: Inode cache hash table entries: 65536 (order: 7, 524288 bytes)
Dec 22 22:38:36 Sharlie kernel: Mount cache hash table entries: 512 (order: 0, 4096 bytes)
ntpd: Opening firewall for port 123Dec 22 22:38:36 Sharlie kernel: Buffer cache hash table entries: 65536 (order: 6, 262144 bytes)
Dec 22 22:38:36 Sharlie kernel: Page-cache hash table entries: 262144 (order: 8, 1048576 bytes)
Dec 22 22:38:36 Sharlie kernel: CPU: Trace cache: 12K uops, L1 D cache: 16K
Dec 22 22:38:36 Sharlie kernel: CPU: L2 cache: 1024K
Dec 22 22:38:36 Sharlie kernel: Intel machine check architecture supported.
Dec 22 22:38:36 Sharlie kernel: Intel machine check reporting enabled on CPU#0.
Dec 22 22:38:36 Sharlie kernel: CPU: After generic, caps: bfebfbff 00000000 00000000 00000000
Dec 22 22:38:36 Sharlie kernel: CPU: Common caps: bfebfbff 00000000 00000000 00000000
Dec 22 22:38:36 Sharlie kernel: CPU: Intel(R) Pentium(R) 4 CPU 3.20GHz stepping 04
Dec 22 22:38:36 Sharlie kernel: Enabling fast FPU save and restore... done.
Dec 22 22:38:36 Sharlie kernel: Enabling unmasked SIMD FPU exception support... done.
[ OK ]
Dec 22 22:38:36 Sharlie kernel: Checking 'hlt' instruction... OK.
Dec 22 22:38:37 Sharlie kernel: POSIX conformance testing by UNIFIX
Dec 22 22:38:37 Sharlie kernel: enabled ExtINT on CPU#0
Dec 22 22:38:37 Sharlie kernel: ESR value before enabling vector: 00000000
Dec 22 22:38:37 Sharlie kernel: ESR value after enabling vector: 00000000
Dec 22 22:38:37 Sharlie kernel: Using local APIC timer interrupts.
Dec 22 22:38:37 Sharlie kernel: calibrating APIC timer ...
Dec 22 22:38:37 Sharlie kernel: ..... CPU clock speed is 3198.4954 MHz.
Dec 22 22:38:37 Sharlie kernel: ..... host bus clock speed is 199.9057 MHz.
Dec 22 22:38:37 Sharlie kernel: cpu: 0, clocks: 1999057, slice: 999528
Dec 22 22:38:37 Sharlie kernel: CPU0<T0:1999056,T1:999520,D:8,S:999528,C:1999057>
Dec 22 22:38:37 Sharlie kernel: mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
Dec 22 22:38:37 Sharlie kernel: mtrr: detected mtrr type: Intel
Dec 22 22:38:37 Sharlie kernel: PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
Dec 22 22:38:37 Sharlie kernel: PCI: Using configuration type 1
Dec 22 22:38:37 Sharlie kernel: PCI: Probing PCI hardware
Dec 22 22:38:37 Sharlie kernel: PCI: Probing PCI hardware (bus 00)
Dec 22 22:38:37 Sharlie kernel: PCI: Ignoring BAR0-3 of IDE controller 00:1f.2
Dec 22 22:38:37 Sharlie kernel: Transparent bridge - Intel Corp. 82801BA/CA/DB/EB PCI Bridge
Dec 22 22:38:37 Sharlie kernel: PCI: Using IRQ router PIIX/ICH [8086/24d0] at 00:1f.0
Dec 22 22:38:37 Sharlie kernel: Linux NET4.0 for Linux 2.4
Dec 22 22:38:37 Sharlie kernel: Based upon Swansea University Computer Society NET3.039
Dec 22 22:38:37 Sharlie kernel: Initializing RT netlink socket
Dec 22 22:38:37 Sharlie kernel: Starting kswapd
Dec 22 22:38:37 Sharlie kernel: allocated 32 pages and 32 bhs reserved for the highmem bounces
Dec 22 22:38:37 Sharlie kernel: VFS: Disk quotas vdquot_6.5.1
Dec 22 22:38:37 Sharlie kernel: rivafb: RIVA MTRR set to ON
Dec 22 22:38:37 Sharlie kernel: Console: switching to colour frame buffer device 80x30
Dec 22 22:38:37 Sharlie kernel: rivafb: PCI nVidia NV10 framebuffer ver 0.9.4 (GeForce2-MX, 64MB @ 0xE8000000)
Dec 22 22:38:37 Sharlie kernel: pty: 2048 Unix98 ptys configured
Dec 22 22:38:37 Sharlie kernel: Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
Dec 22 22:38:37 Sharlie kernel: ttyS00 at 0x03f8 (irq = 4) is a 16550A
Dec 22 22:38:37 Sharlie kernel: ttyS01 at 0x02f8 (irq = 3) is a 16550A
Dec 22 22:38:37 Sharlie kernel: Real Time Clock Driver v1.10f
Dec 22 22:38:37 Sharlie kernel: Floppy drive(s): fd0 is 1.44M
Dec 22 22:38:37 Sharlie kernel: FDC 0 is a post-1991 82077
Dec 22 22:38:37 Sharlie kernel: RAMDISK driver initialized: 16 RAM disks of 10240K size 1024 blocksize
Dec 22 22:38:37 Sharlie kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ntpd: Synchronizing with time server: Dec 22 22:38:37 Sharlie kernel: ide: Assuming 66MHz system bus speed for PIO modes
Dec 22 22:38:37 Sharlie kernel: hda: Maxtor 6Y160M0, ATA DISK drive
Dec 22 22:38:37 Sharlie kernel: hdb: Maxtor 6Y160M0, ATA DISK drive
Dec 22 22:38:37 Sharlie kernel: hdc: Maxtor 4R120L4, ATA DISK drive
Dec 22 22:38:37 Sharlie kernel: hdd: GENERIC DVD DUAL 4XMax, ATAPI CD/DVD-ROM drive
Dec 22 22:38:37 Sharlie kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Dec 22 22:38:37 Sharlie kernel: ide1 at 0x170-0x177,0x376 on irq 15
Dec 22 22:38:37 Sharlie kernel: Partition check:
Dec 22 22:38:37 Sharlie kernel: hda:end_request: I/O error, dev 03:00 (hda), sector 0
Dec 22 22:38:37 Sharlie kernel: end_request: I/O error, dev 03:00 (hda), sector 2
Dec 22 22:38:37 Sharlie kernel: end_request: I/O error, dev 03:00 (hda), sector 4
Dec 22 22:38:37 Sharlie kernel: end_request: I/O error, dev 03:00 (hda), sector 6
Dec 22 22:38:37 Sharlie kernel: end_request: I/O error, dev 03:00 (hda), sector 0
Dec 22 22:38:37 Sharlie kernel: end_request: I/O error, dev 03:00 (hda), sector 2
Dec 22 22:38:37 Sharlie kernel: end_request: I/O error, dev 03:00 (hda), sector 4
Dec 22 22:38:37 Sharlie kernel: end_request: I/O error, dev 03:00 (hda), sector 6
Dec 22 22:38:37 Sharlie kernel: unable to read partition table
Dec 22 22:38:37 Sharlie kernel: hdb:end_request: I/O error, dev 03:40 (hdb), sector 0
Dec 22 22:38:37 Sharlie kernel: end_request: I/O error, dev 03:40 (hdb), sector 2
Dec 22 22:38:37 Sharlie kernel: end_request: I/O error, dev 03:40 (hdb), sector 4
Dec 22 22:38:37 Sharlie kernel: end_request: I/O error, dev 03:40 (hdb), sector 6
Dec 22 22:38:37 Sharlie kernel: end_request: I/O error, dev 03:40 (hdb), sector 0
Dec 22 22:38:37 Sharlie kernel: end_request: I/O error, dev 03:40 (hdb), sector 2
Dec 22 22:38:37 Sharlie kernel: end_request: I/O error, dev 03:40 (hdb), sector 4
Dec 22 22:38:37 Sharlie kernel: end_request: I/O error, dev 03:40 (hdb), sector 6
Dec 22 22:38:37 Sharlie kernel: unable to read partition table
Dec 22 22:38:37 Sharlie kernel: hdc:end_request: I/O error, dev 16:00 (hdc), sector 0
Dec 22 22:38:37 Sharlie kernel: end_request: I/O error, dev 16:00 (hdc), sector 2
Dec 22 22:38:37 Sharlie kernel: end_request: I/O error, dev 16:00 (hdc), sector 4
Dec 22 22:38:37 Sharlie kernel: end_request: I/O error, dev 16:00 (hdc), sector 6
Dec 22 22:38:37 Sharlie kernel: end_request: I/O error, dev 16:00 (hdc), sector 0
Dec 22 22:38:37 Sharlie kernel: end_request: I/O error, dev 16:00 (hdc), sector 2
Dec 22 22:38:37 Sharlie kernel: end_request: I/O error, dev 16:00 (hdc), sector 4
Dec 22 22:38:37 Sharlie kernel: end_request: I/O error, dev 16:00 (hdc), sector 6
Dec 22 22:38:37 Sharlie kernel: unable to read partition table
Dec 22 22:38:37 Sharlie kernel: SCSI subsystem driver Revision: 1.00
Dec 22 22:38:37 Sharlie kernel: libata version 1.10 loaded.
Dec 22 22:38:37 Sharlie kernel: ata_piix version 1.03
Dec 22 22:38:37 Sharlie kernel: ata_piix: combined mode not supported
Dec 22 22:38:37 Sharlie kernel: kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
Dec 22 22:38:37 Sharlie kernel: Linux video capture interface: v1.00
Dec 22 22:38:37 Sharlie kernel: Initializing Cryptographic API
Dec 22 22:38:37 Sharlie kernel: NET4: Linux TCP/IP 1.0 for NET4.0
Dec 22 22:38:37 Sharlie kernel: IP Protocols: ICMP, UDP, TCP, IGMP
Dec 22 22:38:37 Sharlie kernel: IP: routing cache hash table of 8192 buckets, 64Kbytes
Dec 22 22:38:37 Sharlie kernel: TCP: Hash tables configured (established 262144 bind 65536)
Dec 22 22:38:37 Sharlie kernel: Linux IP multicast router 0.06 plus PIM-SM
Dec 22 22:38:37 Sharlie kernel: NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
Dec 22 22:38:37 Sharlie kernel: RAMDISK: Compressed image found at block 0
Dec 22 22:38:37 Sharlie kernel: Freeing initrd memory: 491k freed
Dec 22 22:38:37 Sharlie kernel: VFS: Mounted root (ext2 filesystem).
Dec 22 22:38:37 Sharlie kernel: scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36
Dec 22 22:38:37 Sharlie kernel: <Adaptec 2940A Ultra SCSI adapter>
Dec 22 22:38:37 Sharlie kernel: aic7860: Ultra Single Channel A, SCSI Id=7, 3/253 SCBs
Dec 22 22:38:37 Sharlie kernel:
Dec 22 22:38:37 Sharlie kernel: blk: queue f7ec9794, I/O limit 4095Mb (mask 0xffffffff)
Dec 22 22:38:37 Sharlie kernel: (scsi0:A:0): 10.000MB/s transfers (10.000MHz, offset 15)
Dec 22 22:38:37 Sharlie kernel: Vendor: SEAGATE Model: ST15230W Rev: 0298
Dec 22 22:38:37 Sharlie kernel: Type: Direct-Access ANSI SCSI revision: 02
Dec 22 22:38:37 Sharlie kernel: blk: queue f7ec9894, I/O limit 4095Mb (mask 0xffffffff)
Dec 22 22:38:37 Sharlie kernel: (scsi0:A:1): 10.000MB/s transfers (10.000MHz, offset 15)
Dec 22 22:38:37 Sharlie kernel: Vendor: SEAGATE Model: ST15230W Rev: 0298
Dec 22 22:38:37 Sharlie kernel: Type: Direct-Access ANSI SCSI revision: 02
Dec 22 22:38:37 Sharlie kernel: blk: queue f7ec9994, I/O limit 4095Mb (mask 0xffffffff)
Dec 22 22:38:37 Sharlie kernel: scsi0:A:0:0: Tagged Queuing enabled. Depth 32
Dec 22 22:38:37 Sharlie kernel: scsi0:A:1:0: Tagged Queuing enabled. Depth 32
Dec 22 22:38:37 Sharlie kernel: Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Dec 22 22:38:37 Sharlie kernel: Attached scsi disk sdb at scsi0, channel 0, id 1, lun 0
Dec 22 22:38:37 Sharlie kernel: SCSI device sda: 8386733 512-byte hdwr sectors (4294 MB)
Dec 22 22:38:37 Sharlie kernel: sda: sda1 sda2 sda3
Dec 22 22:38:37 Sharlie kernel: SCSI device sdb: 8386733 512-byte hdwr sectors (4294 MB)
Dec 22 22:38:37 Sharlie kernel: sdb: sdb1 sdb2
Dec 22 22:38:37 Sharlie kernel: hdd: attached ide-scsi driver.
Dec 22 22:38:37 Sharlie kernel: scsi1 : SCSI host adapter emulation for IDE ATAPI devices
Dec 22 22:38:37 Sharlie kernel: Vendor: GENERIC Model: DVD DUAL 4XMax Rev: 2.17
Dec 22 22:38:37 Sharlie kernel: Type: CD-ROM ANSI SCSI revision: 02
Dec 22 22:38:37 Sharlie kernel: hda: attached ide-disk driver.
Dec 22 22:38:37 Sharlie kernel: hda: host protected area => 1
Dec 22 22:38:37 Sharlie kernel: hda: 320173056 sectors (163929 MB) w/7936KiB Cache, CHS=19929/255/63
Dec 22 22:38:37 Sharlie kernel: hdb: attached ide-disk driver.
Dec 22 22:38:37 Sharlie kernel: hdb: host protected area => 1
Dec 22 22:38:37 Sharlie kernel: hdb: 312581808 sectors (160042 MB) w/7936KiB Cache, CHS=19457/255/63
Dec 22 22:38:37 Sharlie kernel: hdc: attached ide-disk driver.
Dec 22 22:38:37 Sharlie kernel: hdc: host protected area => 1
Dec 22 22:38:37 Sharlie kernel: hdc: 240121728 sectors (122942 MB) w/2048KiB Cache, CHS=14946/255/63
Dec 22 22:38:37 Sharlie kernel: hda: hda1 hda2 hda3
Dec 22 22:38:37 Sharlie kernel: hdb: hdb1 hdb2
Dec 22 22:38:37 Sharlie kernel: hdc: hdc1 hdc2 hdc3 hdc4
Dec 22 22:38:37 Sharlie kernel: usb.c: registered new driver usbdevfs
Dec 22 22:38:37 Sharlie kernel: usb.c: registered new driver hub
Dec 22 22:38:37 Sharlie kernel: Freeing unused kernel memory: 116k freed
Dec 22 22:38:37 Sharlie kernel: Adding Swap: 1004052k swap-space (priority -1)
Dec 22 22:38:37 Sharlie kernel: Adding Swap: 1012084k swap-space (priority -2)
Dec 22 22:38:37 Sharlie kernel: Adding Swap: 265064k swap-space (priority -3)
Dec 22 22:38:37 Sharlie kernel: Journalled Block Device driver loaded
Dec 22 22:38:37 Sharlie kernel: kjournald starting. Commit interval 5 seconds
Dec 22 22:38:37 Sharlie kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on sd(8,3), internal journal
Dec 22 22:38:37 Sharlie kernel: EXT3-fs: mounted filesystem with ordered data mode.
Dec 22 22:38:37 Sharlie kernel: kjournald starting. Commit interval 5 seconds
Dec 22 22:38:37 Sharlie kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on sd(8,18), internal journal
Dec 22 22:38:37 Sharlie kernel: EXT3-fs: mounted filesystem with ordered data mode.
Dec 22 22:38:37 Sharlie kernel: loop: loaded (max 8 devices)
Dec 22 22:38:37 Sharlie kernel: ISO 9660 Extensions: Microsoft Joliet Level 1
Dec 22 22:38:37 Sharlie kernel: ISO 9660 Extensions: IEEE_P1282
Dec 22 22:38:37 Sharlie kernel: IA-32 Microcode Update Driver: v1.14 <tigran@veritas.com>
Dec 22 22:38:37 Sharlie kernel: microcode: CPU0 already at revision 0x13 (current=0x13)
Dec 22 22:38:37 Sharlie kernel: microcode: No suitable data for cpu 0
Dec 22 22:38:37 Sharlie kernel: PCI: Setting latency timer of device 00:1d.7 to 64
Dec 22 22:38:37 Sharlie kernel: ehci_hcd 00:1d.7: Intel Corp. 82801EB USB2
Dec 22 22:38:38 Sharlie kernel: ehci_hcd 00:1d.7: irq 5, pci mem fd9cc800
Dec 22 22:38:38 Sharlie kernel: usb.c: new USB bus registered, assigned bus number 1
Dec 22 22:38:38 Sharlie kernel: ehci_hcd 00:1d.7: enabled 64bit PCI DMA
Dec 22 22:38:38 Sharlie kernel: PCI: cache line size of 128 is not supported by device 00:1d.7
Dec 22 22:38:38 Sharlie kernel: ehci_hcd 00:1d.7: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29/2.4
Dec 22 22:38:38 Sharlie kernel: hub.c: USB hub found
Dec 22 22:38:38 Sharlie kernel: hub.c: 8 ports detected
Dec 22 22:38:38 Sharlie kernel: ehci_hcd 00:1d.7: remove state 3
Dec 22 22:38:38 Sharlie kernel: usb.c: USB disconnect on device 00:1d.7-0 address 1
Dec 22 22:38:38 Sharlie kernel: usb.c: USB bus 1 deregistered
Dec 22 22:38:38 Sharlie kernel: parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP]
Dec 22 22:38:38 Sharlie kernel: parport0: irq 7 detected
Dec 22 22:38:38 Sharlie kernel: parport0: Printer, EPSON Stylus C62
Dec 22 22:38:38 Sharlie kernel: ip_tables: (C) 2000-2002 Netfilter core team
Dec 22 22:38:38 Sharlie kernel: sk98lin: Network Device Driver v6.22
Dec 22 22:38:38 Sharlie kernel: (C)Copyright 1999-2004 Marvell(R).
Dec 22 22:38:38 Sharlie kernel: eth0: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter
Dec 22 22:38:38 Sharlie kernel: PrefPort:A RlmtMode:Check Link State
Dec 22 22:38:38 Sharlie kernel: eth0: network connection up using port A
Dec 22 22:38:38 Sharlie kernel: speed: 100
Dec 22 22:38:38 Sharlie kernel: autonegotiation: yes
Dec 22 22:38:38 Sharlie kernel: duplex mode: full
Dec 22 22:38:38 Sharlie kernel: flowctrl: symmetric
Dec 22 22:38:38 Sharlie kernel: irq moderation: disabled
Dec 22 22:38:38 Sharlie kernel: scatter-gather: enabled
[ OK ]
Starting ntpd: [ OK ]
Starting portmapper: [ OK ]
Starting NFS statd: [ OK ]
Starting keytable: [ OK ]
Initializing random number generator: [ OK ]
Starting pcmcia: [ OK ]
Mounting other filesystems: [ OK ]
Starting automount: No Mountpoints Defined[ OK ]
Starting sshd: [ OK ]
Starting xinetd: [ OK ]
Starting lpd: Dec 22 22:38:52 Sharlie kernel: parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP]
Dec 22 22:38:52 Sharlie kernel: parport0: irq 7 detected
Dec 22 22:38:52 Sharlie kernel: parport0: Printer, EPSON Stylus C62
Dec 22 22:38:52 Sharlie kernel: lp0: using parport0 (polling).
Dec 22 22:38:52 Sharlie kernel: lp0: console ready
[ OK ]
Starting NFS services: Dec 22 22:38:52 Sharlie kernel: Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ OK ]
Starting NFS quotas: [ OK ]
Starting NFS daemon: [ OK ]
Starting NFS mountd: [ OK ]
Starting sendmail: [ OK ]
Starting sm-client: [ OK ]
Starting privoxy: [ OK ]
Starting console mouse services: [ OK ]
Starting postgresql service: [ OK ]
Starting cannaserver: [ OK ]
Starting crond: [ OK ]
Starting xfs: [ OK ]
Starting SMB services: [ OK ]
Starting NMB services: [ OK ]
Starting anacron: [ OK ]
Starting atd: [ OK ]
Starting wine: [ OK ]
Starting mdmonitor: [ OK ]
Red Hat Linux release 8.0 (Psyche)
Kernel 2.4.29-pre2-Sharlie-two on an i686
Sharlie.TfJC login:
Attached scsi CD-ROM sr0 at scsi1, channel 0, id 0, lun 0
Dec 22 22:39:35 Sharlie kernel: Attached scsi CD-ROM sr0 at scsi1, channel 0, id 0, lun 0
sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
Dec 22 22:39:35 Sharlie kernel: sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
Dec 22 22:39:35 Sharlie kernel: Uniform CD-ROM driver Revision: 3.12
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: ide-core.o & libata.o ICH5
2004-12-22 20:14 ` ide-core.o & libata.o ICH5 Jeff Garzik
2004-12-22 22:21 ` Christopher R. Thompson
2004-12-23 8:07 ` ICH5 in 2.4.29-pre2 Christopher R. Thompson
@ 2004-12-23 9:53 ` Christopher R. Thompson
2 siblings, 0 replies; 9+ messages in thread
From: Christopher R. Thompson @ 2004-12-23 9:53 UTC (permalink / raw)
To: linux-ide
[-- Attachment #1: Type: text/plain, Size: 539 bytes --]
I think I finally got it up by bypassing the disk probe on hdc and
removing the ide-scsi install in the initrd script.
The system still hangs on the parallel ide ports when accessing the
devices using ide-scsi. Which is weird because ide-scsi.o wasn't
insmod'ed during the bootup (as far as I know).
I'll be out of town 'till Monday, but will try to check messages via dialup.
--
Christopher R. Thompson
Student of Mechanical Engineering
California State Polytechnic University, Pomona
home: http://www.csupomona.edu/~cthompson1/
[-- Attachment #2: 004-native-no-ide-scsi.log --]
[-- Type: text/plain, Size: 38107 bytes --]
*
*** Bios in Native mode
*
*** No ide-scsi installed in initrd
*
Linux version 2.4.29-pre2-Sharlie-two (root@Sharlie.TfJC) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #11 Wed Dec 22 19:28:50 PST 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003ffb0000 (usable)
BIOS-e820: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
BIOS-e820: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
BIOS-e820: 000000003fff0000 - 0000000040000000 (reserved)
BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
user-defined physical RAM map:
user: 0000000000000000 - 000000000009fc00 (usable)
user: 000000000009fc00 - 00000000000a0000 (reserved)
user: 00000000000e8000 - 0000000000100000 (reserved)
user: 0000000000100000 - 000000003ffb0000 (usable)
user: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
user: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
user: 000000003fff0000 - 0000000040000000 (reserved)
user: 00000000ffb80000 - 0000000100000000 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000ff780
hm, page 000ff000 reserved twice.
hm, page 00100000 reserved twice.
hm, page 000f1000 reserved twice.
hm, page 000f2000 reserved twice.
On node 0 totalpages: 262064
zone(0): 4096 pages.
zone(1): 225280 pages.
zone(2): 32688 pages.
Intel MultiProcessor Specification v1.1
Virtual Wire compatibility mode.
OEM ID: ASUSTeK Product ID: P4P800SE APIC at: 0xFEE00000
I/O APIC #13 Version 32 at 0xFEC00000.
Enabling APIC mode: Flat. Using 1 I/O APICs
SMP mptable: no processors registered!
BIOS bug, MP table errors detected!...
... disabling SMP support. (tell your hw vendor)
Kernel command line: mem=1024mb root=/dev/sda3 rw console=tty0 console=ttyS0,115200n8 idebus=66 hdd=ide-scsi BOOT_IMAGE=bzi2429.2
ide_setup: idebus=66
ide_setup: hdd=ide-scsi
Found and enabled local APIC!
Initializing CPU#0
Detected 3198.620 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 6383.20 BogoMIPS
Memory: 1032824k/1048256k available (1261k kernel code, 15044k reserved, 497k data, 116k init, 130752k highmem)
Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Inode cache hash table entries: 65536 (order: 7, 524288 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 65536 (order: 6, 262144 bytes)
Page-cache hash table entries: 262144 (order: 8, 1048576 bytes)
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 1024K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel(R) Pentium(R) 4 CPU 3.20GHz stepping 04
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 3198.4925 MHz.
..... host bus clock speed is 199.9057 MHz.
cpu: 0, clocks: 1999057, slice: 999528
CPU0<T0:1999056,T1:999520,D:8,S:999528,C:1999057>
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
Transparent bridge - Intel Corp. 82801BA/CA/DB/EB PCI Bridge
PCI: Using IRQ router PIIX/ICH [8086/24d0] at 00:1f.0
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
allocated 32 pages and 32 bhs reserved for the highmem bounces
VFS: Disk quotas vdquot_6.5.1
rivafb: RIVA MTRR set to ON
Console: switching to colour frame buffer device 80x30
rivafb: PCI nVidia NV10 framebuffer ver 0.9.4 (GeForce2-MX, 64MB @ 0xE8000000)
pty: 2048 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
Real Time Clock Driver v1.10f
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 10240K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 66MHz system bus speed for PIO modes
ICH5: IDE controller at PCI slot 00:1f.1
PCI: Enabling device 00:1f.1 (0005 -> 0007)
ICH5: chipset revision 2
ICH5: 100% native mode on irq 11
ide0: BM-DMA at 0xef90-0xef97, BIOS settings: hda:pio, hdb:pio
ide1: BM-DMA at 0xef98-0xef9f, BIOS settings: hdc:pio, hdd:DMA
hdc: Maxtor 4R120L4, ATA DISK drive
hdd: GENERIC DVD DUAL 4XMax, ATAPI CD/DVD-ROM drive
blk: queue c0317bb4, I/O limit 4095Mb (mask 0xffffffff)
ide1 at 0xefa8-0xefaf,0xefe2 on irq 11
Partition check:
hdc:end_request: I/O error, dev 16:00 (hdc), sector 0
end_request: I/O error, dev 16:00 (hdc), sector 2
end_request: I/O error, dev 16:00 (hdc), sector 4
end_request: I/O error, dev 16:00 (hdc), sector 6
end_request: I/O error, dev 16:00 (hdc), sector 0
end_request: I/O error, dev 16:00 (hdc), sector 2
end_request: I/O error, dev 16:00 (hdc), sector 4
end_request: I/O error, dev 16:00 (hdc), sector 6
unable to read partition table
SCSI subsystem driver Revision: 1.00
ata1: SATA max UDMA/133 cmd 0xEFA0 ctl 0xEF8E bmdma 0xEF60 irq 11
ata2: SATA max UDMA/133 cmd 0xEF80 ctl 0xEF8A bmdma 0xEF68 irq 11
ata1: dev 0 ATA, max UDMA/133, 320173056 sectors: lba48
ata1: dev 0 configured for UDMA/133
ata2: dev 0 ATA, max UDMA/133, 312581808 sectors: lba48
ata2: dev 0 configured for UDMA/133
scsi0 : ata_piix
scsi1 : ata_piix
Vendor: ATA Model: Maxtor 6Y160M0 Rev: YAR5
Type: Direct-Access ANSI SCSI revision: 05
Vendor: ATA Model: Maxtor 6Y160M0 Rev: YAR5
Type: Direct-Access ANSI SCSI revision: 05
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0
SCSI device sda: 320173056 512-byte hdwr sectors (163929 MB)
sda: sda1 sda2 sda3
SCSI device sdb: 312581808 512-byte hdwr sectors (160042 MB)
sdb: sdb1 sdb2
Linux video capture interface: v1.00
Initializing Cryptographic API
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 8192 buckets, 64Kbytes
TCP: Hash tables configured (established 262144 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 491k freed
VFS: Mounted root (ext2 filesystem).
Red Hat nash version 3.4.28 starting
Loading aic7xxx module
scsi2 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36
<Adaptec 2940A Ultra SCSI adapter>
aic7860: Ultra Single Channel A, SCSI Id=7, 3/253 SCBs
blk: queue f7ec8994, I/O limit 4095Mb (mask 0xffffffff)
(scsi2:A:0): 10.000MB/s transfers (10.000MHz, offset 15)
Vendor: SEAGATE Model: ST15230W Rev: 0298
Type: Direct-Access ANSI SCSI revision: 02
blk: queue f7ec8a94, I/O limit 4095Mb (mask 0xffffffff)
(scsi2:A:1): 10.000MB/s transfers (10.000MHz, offset 15)
Vendor: SEAGATE Model: ST15230W Rev: 0298
Type: Direct-Access ANSI SCSI revision: 02
blk: queue f7ec8b94, I/O limit 4095Mb (mask 0xffffffff)
scsi2:A:0:0: Tagged Queuing enabled. Depth 32
scsi2:A:1:0: Tagged Queuing enabled. Depth 32
Attached scsi disk sdc at scsi2, channel 0, id 0, lun 0
Attached scsi disk sdd at scsi2, channel 0, id 1, lun 0
SCSI device sdc: 8386733 512-byte hdwr sectors (4294 MB)
sdc: sdc1 sdc2 sdc3
SCSI device sdd: 8386733 512-byte hdwr sectors (4294 MB)
sdd: sdd1 sdd2
Loading ide-disk module
hdc: attached ide-disk driver.
hdc: host protected area => 1
*
*** Whoops.... System Hang @ hdc ***
*
*
*** Reboot with hdc=noprobe
*
*** Boots ok, System up and running until I execute modprobe ide-scsi after logging in. ***
*
Linux version 2.4.29-pre2-Sharlie-two (root@Sharlie.TfJC) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #11 Wed Dec 22 19:28:50 PST 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000003ffb0000 (usable)
BIOS-e820: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
BIOS-e820: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
BIOS-e820: 000000003fff0000 - 0000000040000000 (reserved)
BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
user-defined physical RAM map:
user: 0000000000000000 - 000000000009fc00 (usable)
user: 000000000009fc00 - 00000000000a0000 (reserved)
user: 00000000000e8000 - 0000000000100000 (reserved)
user: 0000000000100000 - 000000003ffb0000 (usable)
user: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
user: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
user: 000000003fff0000 - 0000000040000000 (reserved)
user: 00000000ffb80000 - 0000000100000000 (reserved)
127MB HIGHMEM available.
896MB LOWMEM available.
found SMP MP-table at 000ff780
hm, page 000ff000 reserved twice.
hm, page 00100000 reserved twice.
hm, page 000f1000 reserved twice.
hm, page 000f2000 reserved twice.
On node 0 totalpages: 262064
zone(0): 4096 pages.
zone(1): 225280 pages.
zone(2): 32688 pages.
Intel MultiProcessor Specification v1.1
Virtual Wire compatibility mode.
OEM ID: ASUSTeK Product ID: P4P800SE APIC at: 0xFEE00000
I/O APIC #13 Version 32 at 0xFEC00000.
Enabling APIC mode: Flat. Using 1 I/O APICs
SMP mptable: no processors registered!
BIOS bug, MP table errors detected!...
... disabling SMP support. (tell your hw vendor)
Kernel command line: mem=1024mb root=/dev/sda3 rw console=tty0 console=ttyS0,115200n8 idebus=66 hdc=noprobe hdd=ide-scsi BOOT_IMAGE=bzi2429.2
ide_setup: idebus=66
ide_setup: hdc=noprobe
ide_setup: hdd=ide-scsi
Found and enabled local APIC!
Initializing CPU#0
Detected 3198.573 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 6383.20 BogoMIPS
Memory: 1032824k/1048256k available (1261k kernel code, 15044k reserved, 497k data, 116k init, 130752k highmem)
Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Inode cache hash table entries: 65536 (order: 7, 524288 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 65536 (order: 6, 262144 bytes)
Page-cache hash table entries: 262144 (order: 8, 1048576 bytes)
CPU: Trace cache: 12K uops, L1 D cache: 16K
CPU: L2 cache: 1024K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel(R) Pentium(R) 4 CPU 3.20GHz stepping 04
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 3198.4944 MHz.
..... host bus clock speed is 199.9057 MHz.
cpu: 0, clocks: 1999057, slice: 999528
CPU0<T0:1999056,T1:999520,D:8,S:999528,C:1999057>
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
Transparent bridge - Intel Corp. 82801BA/CA/DB/EB PCI Bridge
PCI: Using IRQ router PIIX/ICH [8086/24d0] at 00:1f.0
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
allocated 32 pages and 32 bhs reserved for the highmem bounces
VFS: Disk quotas vdquot_6.5.1
rivafb: RIVA MTRR set to ON
Console: switching to colour frame buffer device 80x30
rivafb: PCI nVidia NV10 framebuffer ver 0.9.4 (GeForce2-MX, 64MB @ 0xE8000000)
pty: 2048 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
Real Time Clock Driver v1.10f
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 10240K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 66MHz system bus speed for PIO modes
ICH5: IDE controller at PCI slot 00:1f.1
PCI: Enabling device 00:1f.1 (0005 -> 0007)
ICH5: chipset revision 2
ICH5: 100% native mode on irq 11
ide0: BM-DMA at 0xef90-0xef97, BIOS settings: hda:pio, hdb:pio
ide1: BM-DMA at 0xef98-0xef9f, BIOS settings: hdc:pio, hdd:DMA
hdd: GENERIC DVD DUAL 4XMax, ATAPI CD/DVD-ROM drive
ide1 at 0xefa8-0xefaf,0xefe2 on irq 11
SCSI subsystem driver Revision: 1.00
ata1: SATA max UDMA/133 cmd 0xEFA0 ctl 0xEF8E bmdma 0xEF60 irq 11
ata2: SATA max UDMA/133 cmd 0xEF80 ctl 0xEF8A bmdma 0xEF68 irq 11
ata1: dev 0 ATA, max UDMA/133, 320173056 sectors: lba48
ata1: dev 0 configured for UDMA/133
ata2: dev 0 ATA, max UDMA/133, 312581808 sectors: lba48
ata2: dev 0 configured for UDMA/133
scsi0 : ata_piix
scsi1 : ata_piix
Vendor: ATA Model: Maxtor 6Y160M0 Rev: YAR5
Type: Direct-Access ANSI SCSI revision: 05
Vendor: ATA Model: Maxtor 6Y160M0 Rev: YAR5
Type: Direct-Access ANSI SCSI revision: 05
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0
SCSI device sda: 320173056 512-byte hdwr sectors (163929 MB)
Partition check:
sda: sda1 sda2 sda3
SCSI device sdb: 312581808 512-byte hdwr sectors (160042 MB)
sdb: sdb1 sdb2
Linux video capture interface: v1.00
Initializing Cryptographic API
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 8192 buckets, 64Kbytes
TCP: Hash tables configured (established 262144 bind 65536)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 491k freed
VFS: Mounted root (ext2 filesystem).
Red Hat nash version 3.4.28 starting
Loading aic7xxx module
scsi2 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36
<Adaptec 2940A Ultra SCSI adapter>
aic7860: Ultra Single Channel A, SCSI Id=7, 3/253 SCBs
blk: queue f7ec8994, I/O limit 4095Mb (mask 0xffffffff)
(scsi2:A:0): 10.000MB/s transfers (10.000MHz, offset 15)
Vendor: SEAGATE Model: ST15230W Rev: 0298
Type: Direct-Access ANSI SCSI revision: 02
blk: queue f7ec8a94, I/O limit 4095Mb (mask 0xffffffff)
(scsi2:A:1): 10.000MB/s transfers (10.000MHz, offset 15)
Vendor: SEAGATE Model: ST15230W Rev: 0298
Type: Direct-Access ANSI SCSI revision: 02
blk: queue f7ec8b94, I/O limit 4095Mb (mask 0xffffffff)
scsi2:A:0:0: Tagged Queuing enabled. Depth 32
scsi2:A:1:0: Tagged Queuing enabled. Depth 32
Attached scsi disk sdc at scsi2, channel 0, id 0, lun 0
Attached scsi disk sdd at scsi2, channel 0, id 1, lun 0
SCSI device sdc: 8386733 512-byte hdwr sectors (4294 MB)
sdc: sdc1 sdc2 sdc3
SCSI device sdd: 8386733 512-byte hdwr sectors (4294 MB)
sdd: sdd1 sdd2
Loading ide-disk module
Loading usbcore module
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
Loading ehci-hcd module
insmod: ehci-hcd.o:
ERROR: /bin/insmod exited abnormally!
Loading usb-uhci module
insmod: usb-uhci.o:
ERROR: /bin/insmod exited abnormally!
Loading usb-storage module
insmod: usb-storage.o:
ERROR: /bin/insmod exited abnormally!
Mounting /proc filesystem
Creating block devices
Creating root device
Mounting root filesystem
Freeing unused kernel memory: 116k freed
INIT: version 2.84 booting
Welcome to Red Hat Linux
Press 'I' to enter interactive startup.
Mounting proc filesystem: [ OK ]
Unmounting initrd: [ OK ]
Configuring kernel parameters: [ OK ]
Setting clock (localtime): Thu Dec 23 00:52:10 PST 2004 [ OK ]
Setting hostname Sharlie.TfJC: [ OK ]
Mounting USB filesystem: [ OK ]
Initializing USB HID interface: modprobe: Can't locate module hid
[FAILED]
Initializing USB keyboard: modprobe: Can't locate module keybdev
[FAILED]
Initializing USB mouse: modprobe: Can't locate module mousedev
[FAILED]
Checking root filesystem
/: clean, 474991/9945088 files, 11176912/19884453 blocks
[/sbin/fsck.ext2 (1) -- /] fsck.ext2 -a /dev/sda3
[ OK ]
Remounting root filesystem in read-write mode: [ OK ]
Activating swap partitions: swapon: /dev/hdb2: No such device or address
swapon: /dev/hda2: No such device or address
[FAILED]
Finding module dependencies: [ OK ]
Checking filesystems
fsck.ext2/dev/sdb2:
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
: fsck.ext3: Bad magic number in super-block while trying to open /dev/sdb2
Possibly non-existent or swap device?
No such device or address while trying to open /dev/hdb1
/dev/sda3 is mounted. Checking all file systems.
[/sbin/fsck.ext2 (1) -- /linux2] fsck.ext2 -a /dev/hdb1
[/sbin/fsck.ext2 (2) -- /] fsck.ext2 -a /dev/sda3
[/sbin/fsck.ext3 (3) -- /oldusr] fsck.ext3 -a /dev/sdb2
e2fsck: Cannot continue, aborting.
[FAILED]
*** An error occurred during the file system check.
*** Dropping you to a shell; the system will reboot
*** when you leave the shell.
Give root password for maintenance
(or type Control-D for normal startup):
rm: remove regular file `mtab'? y
-rw-r--r-- 1 root root 1881 Dec 22 22:38 fstab
-rw-r--r-- 1 root root 36 Dec 22 22:38 fstab.REVOKE
-rw-r--r-- 1 root root 1879 Dec 22 21:55 fstab.sda3.sav
-rw-r--r-- 1 root root 35 Sep 3 2002 updfstab.conf
-rw-r--r-- 1 root root 852 Oct 30 23:09 updfstab.conf.default
mount: /dev/sda3 already mounted or / busy
mount: according to mtab, /dev/sda3 is already mounted on /
11 # df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda3 78289508 43459344 30853276 59% /
12 # mount -a
13 # df -a
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda3 78289508 43459344 30853276 59% /
none 0 0 0 - /dev/pts
none 516716 0 516716 0% /dev/shm
/dev/sdb1 152847236 119321784 25761240 83% /linux2
/dev/sda1 79510304 70249056 9261248 89% /cdrive
/dev/sdc1 2208740 1312308 896432 60% /edrive
/dev/sdd1 2080220 319512 1760708 16% /fdrive
/dev/sdc3 1683992 1528036 70412 96% /oldlinux
/dev/sdd2 2071416 1814608 151584 93% /oldusr
/NOAA/NOAA_OE.iso 678770 678770 0 100% /NOAA/ExplorerCD
14 # init 5
INIT: Switching to runlevel: 5
(Repair filesystem) 15 # (Repair filesystem) Applying Intel IA32 Microcode update: [ OK ]
Updating /etc/fstab cannot stat /dev/cdrom: No such file or directory
[FAILED]
Checking for new hardware [ OK ]
Starting ip6tables: [ OK ]
Starting iptables: [ OK ]
Setting network parameters: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]
Starting system logger: [ OK ]
Starting kernel logger: Dec 23 00:56:38 Sharlie kernel: klogd 1.4.1, log source = /proc/kmsg started.
Dec 23 00:56:38 Sharlie kernel: Linux version 2.4.29-pre2-Sharlie-two (root@Sharlie.TfJC) (gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)) #11 Wed Dec 22 19:28:50 PST 2004
Dec 23 00:56:38 Sharlie kernel: BIOS-provided physical RAM map:
Dec 23 00:56:38 Sharlie kernel: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Dec 23 00:56:38 Sharlie kernel: BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
Dec 23 00:56:38 Sharlie kernel: BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
Dec 23 00:56:38 Sharlie kernel: BIOS-e820: 0000000000100000 - 000000003ffb0000 (usable)
Dec 23 00:56:38 Sharlie kernel: BIOS-e820: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
Dec 23 00:56:38 Sharlie kernel: BIOS-e820: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
Dec 23 00:56:38 Sharlie kernel: BIOS-e820: 000000003fff0000 - 0000000040000000 (reserved)
Dec 23 00:56:38 Sharlie kernel: BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
Dec 23 00:56:38 Sharlie kernel: user-defined physical RAM map:
Dec 23 00:56:38 Sharlie kernel: user: 0000000000000000 - 000000000009fc00 (usable)
Dec 23 00:56:38 Sharlie kernel: user: 000000000009fc00 - 00000000000a0000 (reserved)
Dec 23 00:56:38 Sharlie kernel: user: 00000000000e8000 - 0000000000100000 (reserved)
Dec 23 00:56:38 Sharlie kernel: user: 0000000000100000 - 000000003ffb0000 (usable)
Dec 23 00:56:38 Sharlie kernel: user: 000000003ffb0000 - 000000003ffc0000 (ACPI data)
Dec 23 00:56:38 Sharlie kernel: user: 000000003ffc0000 - 000000003fff0000 (ACPI NVS)
Dec 23 00:56:38 Sharlie kernel: user: 000000003fff0000 - 0000000040000000 (reserved)
Dec 23 00:56:38 Sharlie kernel: user: 00000000ffb80000 - 0000000100000000 (reserved)
Dec 23 00:56:38 Sharlie kernel: 127MB HIGHMEM available.
Dec 23 00:56:38 Sharlie kernel: 896MB LOWMEM available.
Dec 23 00:56:38 Sharlie kernel: found SMP MP-table at 000ff780
Dec 23 00:56:38 Sharlie kernel: hm, page 000ff000 reserved twice.
Dec 23 00:56:38 Sharlie kernel: hm, page 00100000 reserved twice.
Dec 23 00:56:38 Sharlie kernel: hm, page 000f1000 reserved twice.
Dec 23 00:56:38 Sharlie kernel: hm, page 000f2000 reserved twice.
Dec 23 00:56:38 Sharlie kernel: On node 0 totalpages: 262064
Dec 23 00:56:38 Sharlie kernel: zone(0): 4096 pages.
Dec 23 00:56:38 Sharlie kernel: zone(1): 225280 pages.
Dec 23 00:56:38 Sharlie kernel: zone(2): 32688 pages.
Dec 23 00:56:38 Sharlie kernel: Intel MultiProcessor Specification v1.1
Dec 23 00:56:38 Sharlie kernel: Virtual Wire compatibility mode.
Dec 23 00:56:38 Sharlie kernel: OEM ID: ASUSTeK Product ID: P4P800SE APIC at: 0xFEE00000
Dec 23 00:56:38 Sharlie kernel: I/O APIC #13 Version 32 at 0xFEC00000.
Dec 23 00:56:38 Sharlie kernel: Enabling APIC mode: Flat.^IUsing 1 I/O APICs
Dec 23 00:56:38 Sharlie kernel: SMP mptable: no processors registered!
Dec 23 00:56:38 Sharlie kernel: BIOS bug, MP table errors detected!...
Dec 23 00:56:38 Sharlie kernel: ... disabling SMP support. (tell your hw vendor)
Dec 23 00:56:38 Sharlie kernel: Kernel command line: mem=1024mb root=/dev/sda3 rw console=tty0 console=ttyS0,115200n8 idebus=66 hdc=noprobe hdd=ide-scsi BOOT_IMAGE=bzi2429.2
Dec 23 00:56:38 Sharlie kernel: ide_setup: idebus=66
Dec 23 00:56:38 Sharlie kernel: ide_setup: hdc=noprobe
Dec 23 00:56:38 Sharlie kernel: ide_setup: hdd=ide-scsi
Dec 23 00:56:38 Sharlie kernel: Found and enabled local APIC!
Dec 23 00:56:38 Sharlie kernel: Initializing CPU#0
Dec 23 00:56:38 Sharlie kernel: Detected 3198.573 MHz processor.
Dec 23 00:56:38 Sharlie kernel: Console: colour VGA+ 80x25
Dec 23 00:56:38 Sharlie kernel: Calibrating delay loop... 6383.20 BogoMIPS
Dec 23 00:56:38 Sharlie kernel: Memory: 1032824k/1048256k available (1261k kernel code, 15044k reserved, 497k data, 116k init, 130752k highmem)
Dec 23 00:56:38 Sharlie kernel: Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Dec 23 00:56:38 Sharlie kernel: Inode cache hash table entries: 65536 (order: 7, 524288 bytes)
Dec 23 00:56:38 Sharlie kernel: Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Dec 23 00:56:38 Sharlie kernel: Buffer cache hash table entries: 65536 (order: 6, 262144 bytes)
[ OK ]
Dec 23 00:56:38 Sharlie kernel: Page-cache hash table entries: 262144 (order: 8, 1048576 bytes)
Dec 23 00:56:38 Sharlie kernel: CPU: Trace cache: 12K uops, L1 D cache: 16K
Dec 23 00:56:38 Sharlie kernel: CPU: L2 cache: 1024K
Dec 23 00:56:38 Sharlie kernel: Intel machine check architecture supported.
Dec 23 00:56:38 Sharlie kernel: Intel machine check reporting enabled on CPU#0.
Dec 23 00:56:38 Sharlie kernel: CPU: After generic, caps: bfebfbff 00000000 00000000 00000000
Dec 23 00:56:38 Sharlie kernel: CPU: Common caps: bfebfbff 00000000 00000000 00000000
Dec 23 00:56:38 Sharlie kernel: CPU: Intel(R) Pentium(R) 4 CPU 3.20GHz stepping 04
Dec 23 00:56:38 Sharlie kernel: Enabling fast FPU save and restore... done.
Dec 23 00:56:38 Sharlie kernel: Enabling unmasked SIMD FPU exception support... done.
Dec 23 00:56:38 Sharlie kernel: Checking 'hlt' instruction... OK.
Dec 23 00:56:38 Sharlie kernel: POSIX conformance testing by UNIFIX
Dec 23 00:56:38 Sharlie kernel: enabled ExtINT on CPU#0
Dec 23 00:56:38 Sharlie kernel: ESR value before enabling vector: 00000000
Dec 23 00:56:38 Sharlie kernel: ESR value after enabling vector: 00000000
Dec 23 00:56:38 Sharlie kernel: Using local APIC timer interrupts.
Dec 23 00:56:38 Sharlie kernel: calibrating APIC timer ...
Dec 23 00:56:38 Sharlie kernel: ..... CPU clock speed is 3198.4944 MHz.
Dec 23 00:56:38 Sharlie kernel: ..... host bus clock speed is 199.9057 MHz.
Dec 23 00:56:38 Sharlie kernel: cpu: 0, clocks: 1999057, slice: 999528
Dec 23 00:56:38 Sharlie kernel: CPU0<T0:1999056,T1:999520,D:8,S:999528,C:1999057>
Dec 23 00:56:38 Sharlie kernel: mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
Dec 23 00:56:38 Sharlie kernel: mtrr: detected mtrr type: Intel
Dec 23 00:56:38 Sharlie kernel: PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
Dec 23 00:56:38 Sharlie kernel: PCI: Using configuration type 1
Dec 23 00:56:38 Sharlie kernel: PCI: Probing PCI hardware
Dec 23 00:56:38 Sharlie kernel: PCI: Probing PCI hardware (bus 00)
Dec 23 00:56:38 Sharlie kernel: Transparent bridge - Intel Corp. 82801BA/CA/DB/EB PCI Bridge
Dec 23 00:56:38 Sharlie kernel: PCI: Using IRQ router PIIX/ICH [8086/24d0] at 00:1f.0
Dec 23 00:56:38 Sharlie kernel: Linux NET4.0 for Linux 2.4
Dec 23 00:56:38 Sharlie kernel: Based upon Swansea University Computer Society NET3.039
Dec 23 00:56:38 Sharlie kernel: Initializing RT netlink socket
Dec 23 00:56:38 Sharlie kernel: Starting kswapd
Dec 23 00:56:38 Sharlie kernel: allocated 32 pages and 32 bhs reserved for the highmem bounces
Dec 23 00:56:38 Sharlie kernel: VFS: Disk quotas vdquot_6.5.1
Dec 23 00:56:38 Sharlie kernel: rivafb: RIVA MTRR set to ON
Dec 23 00:56:38 Sharlie kernel: Console: switching to colour frame buffer device 80x30
Dec 23 00:56:38 Sharlie kernel: rivafb: PCI nVidia NV10 framebuffer ver 0.9.4 (GeForce2-MX, 64MB @ 0xE8000000)
Dec 23 00:56:38 Sharlie kernel: pty: 2048 Unix98 ptys configured
Dec 23 00:56:38 Sharlie kernel: Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
Dec 23 00:56:38 Sharlie kernel: ttyS00 at 0x03f8 (irq = 4) is a 16550A
Dec 23 00:56:38 Sharlie kernel: ttyS01 at 0x02f8 (irq = 3) is a 16550A
Dec 23 00:56:38 Sharlie kernel: Real Time Clock Driver v1.10f
Dec 23 00:56:38 Sharlie kernel: Floppy drive(s): fd0 is 1.44M
Dec 23 00:56:38 Sharlie kernel: FDC 0 is a post-1991 82077
Dec 23 00:56:38 Sharlie kernel: RAMDISK driver initialized: 16 RAM disks of 10240K size 1024 blocksize
Dec 23 00:56:38 Sharlie kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
Dec 23 00:56:38 Sharlie kernel: ide: Assuming 66MHz system bus speed for PIO modes
Dec 23 00:56:38 Sharlie kernel: ICH5: IDE controller at PCI slot 00:1f.1
ntpd: Opening firewall for port 123Dec 23 00:56:38 Sharlie kernel: PCI: Enabling device 00:1f.1 (0005 -> 0007)
[ OK ]
Dec 23 00:56:38 Sharlie kernel: ICH5: chipset revision 2
Dec 23 00:56:38 Sharlie kernel: ICH5: 100%% native mode on irq 11
Dec 23 00:56:38 Sharlie kernel: ide0: BM-DMA at 0xef90-0xef97, BIOS settings: hda:pio, hdb:pio
Dec 23 00:56:38 Sharlie kernel: ide1: BM-DMA at 0xef98-0xef9f, BIOS settings: hdc:pio, hdd:DMA
Dec 23 00:56:38 Sharlie kernel: hdd: GENERIC DVD DUAL 4XMax, ATAPI CD/DVD-ROM drive
Dec 23 00:56:38 Sharlie kernel: ide1 at 0xefa8-0xefaf,0xefe2 on irq 11
Dec 23 00:56:38 Sharlie kernel: SCSI subsystem driver Revision: 1.00
Dec 23 00:56:38 Sharlie kernel: libata version 1.10 loaded.
Dec 23 00:56:38 Sharlie kernel: ata_piix version 1.03
Dec 23 00:56:38 Sharlie kernel: PCI: Setting latency timer of device 00:1f.2 to 64
Dec 23 00:56:38 Sharlie kernel: ata1: SATA max UDMA/133 cmd 0xEFA0 ctl 0xEF8E bmdma 0xEF60 irq 11
Dec 23 00:56:39 Sharlie kernel: ata2: SATA max UDMA/133 cmd 0xEF80 ctl 0xEF8A bmdma 0xEF68 irq 11
Dec 23 00:56:39 Sharlie kernel: ata1: dev 0 cfg 49:2f00 82:7c6b 83:7f09 84:4003 85:7c69 86:3e01 87:4003 88:207f
Dec 23 00:56:39 Sharlie kernel: ata1: dev 0 ATA, max UDMA/133, 320173056 sectors: lba48
Dec 23 00:56:39 Sharlie kernel: ata1: dev 0 configured for UDMA/133
Dec 23 00:56:39 Sharlie kernel: ata2: dev 0 cfg 49:2f00 82:7c6b 83:7f09 84:4003 85:7c69 86:3e01 87:4003 88:207f
Dec 23 00:56:39 Sharlie kernel: ata2: dev 0 ATA, max UDMA/133, 312581808 sectors: lba48
Dec 23 00:56:39 Sharlie kernel: ata2: dev 0 configured for UDMA/133
Dec 23 00:56:39 Sharlie kernel: scsi0 : ata_piix
Dec 23 00:56:39 Sharlie kernel: scsi1 : ata_piix
Dec 23 00:56:39 Sharlie kernel: Vendor: ATA Model: Maxtor 6Y160M0 Rev: YAR5
Dec 23 00:56:39 Sharlie kernel: Type: Direct-Access ANSI SCSI revision: 05
Dec 23 00:56:39 Sharlie kernel: Vendor: ATA Model: Maxtor 6Y160M0 Rev: YAR5
Dec 23 00:56:39 Sharlie kernel: Type: Direct-Access ANSI SCSI revision: 05
Dec 23 00:56:39 Sharlie kernel: Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Dec 23 00:56:39 Sharlie kernel: Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0
Dec 23 00:56:39 Sharlie kernel: SCSI device sda: 320173056 512-byte hdwr sectors (163929 MB)
Dec 23 00:56:39 Sharlie kernel: Partition check:
Dec 23 00:56:39 Sharlie kernel: sda: sda1 sda2 sda3
Dec 23 00:56:39 Sharlie kernel: SCSI device sdb: 312581808 512-byte hdwr sectors (160042 MB)
Dec 23 00:56:39 Sharlie kernel: sdb: sdb1 sdb2
Dec 23 00:56:39 Sharlie kernel: Linux video capture interface: v1.00
Dec 23 00:56:39 Sharlie kernel: Initializing Cryptographic API
Dec 23 00:56:39 Sharlie kernel: NET4: Linux TCP/IP 1.0 for NET4.0
Dec 23 00:56:39 Sharlie kernel: IP Protocols: ICMP, UDP, TCP, IGMP
Dec 23 00:56:39 Sharlie kernel: IP: routing cache hash table of 8192 buckets, 64Kbytes
Dec 23 00:56:39 Sharlie kernel: TCP: Hash tables configured (established 262144 bind 65536)
Dec 23 00:56:39 Sharlie kernel: Linux IP multicast router 0.06 plus PIM-SM
Dec 23 00:56:39 Sharlie kernel: NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
Dec 23 00:56:39 Sharlie kernel: RAMDISK: Compressed image found at block 0
Dec 23 00:56:39 Sharlie kernel: Freeing initrd memory: 491k freed
Dec 23 00:56:39 Sharlie kernel: VFS: Mounted root (ext2 filesystem).
Dec 23 00:56:39 Sharlie kernel: scsi2 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 6.2.36
Dec 23 00:56:39 Sharlie kernel: <Adaptec 2940A Ultra SCSI adapter>
Dec 23 00:56:39 Sharlie kernel: aic7860: Ultra Single Channel A, SCSI Id=7, 3/253 SCBs
Dec 23 00:56:39 Sharlie kernel:
Dec 23 00:56:39 Sharlie kernel: blk: queue f7ec8994, I/O limit 4095Mb (mask 0xffffffff)
ntpd: Synchronizing with time server: Dec 23 00:56:39 Sharlie kernel: (scsi2:A:0): 10.000MB/s transfers (10.000MHz, offset 15)
Dec 23 00:56:39 Sharlie kernel: Vendor: SEAGATE Model: ST15230W Rev: 0298
Dec 23 00:56:39 Sharlie kernel: Type: Direct-Access ANSI SCSI revision: 02
Dec 23 00:56:39 Sharlie kernel: blk: queue f7ec8a94, I/O limit 4095Mb (mask 0xffffffff)
Dec 23 00:56:39 Sharlie kernel: (scsi2:A:1): 10.000MB/s transfers (10.000MHz, offset 15)
Dec 23 00:56:39 Sharlie kernel: Vendor: SEAGATE Model: ST15230W Rev: 0298
Dec 23 00:56:39 Sharlie kernel: Type: Direct-Access ANSI SCSI revision: 02
Dec 23 00:56:39 Sharlie kernel: blk: queue f7ec8b94, I/O limit 4095Mb (mask 0xffffffff)
Dec 23 00:56:39 Sharlie kernel: scsi2:A:0:0: Tagged Queuing enabled. Depth 32
Dec 23 00:56:39 Sharlie kernel: scsi2:A:1:0: Tagged Queuing enabled. Depth 32
Dec 23 00:56:39 Sharlie kernel: Attached scsi disk sdc at scsi2, channel 0, id 0, lun 0
Dec 23 00:56:39 Sharlie kernel: Attached scsi disk sdd at scsi2, channel 0, id 1, lun 0
Dec 23 00:56:39 Sharlie kernel: SCSI device sdc: 8386733 512-byte hdwr sectors (4294 MB)
Dec 23 00:56:39 Sharlie kernel: sdc: sdc1 sdc2 sdc3
Dec 23 00:56:39 Sharlie kernel: SCSI device sdd: 8386733 512-byte hdwr sectors (4294 MB)
Dec 23 00:56:39 Sharlie kernel: sdd: sdd1 sdd2
Dec 23 00:56:39 Sharlie kernel: usb.c: registered new driver usbdevfs
Dec 23 00:56:39 Sharlie kernel: usb.c: registered new driver hub
Dec 23 00:56:39 Sharlie kernel: Freeing unused kernel memory: 116k freed
Dec 23 00:56:39 Sharlie kernel: Adding Swap: 1012084k swap-space (priority -1)
Dec 23 00:56:39 Sharlie kernel: Journalled Block Device driver loaded
Dec 23 00:56:39 Sharlie kernel: kjournald starting. Commit interval 5 seconds
Dec 23 00:56:39 Sharlie kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on sd(8,35), internal journal
Dec 23 00:56:39 Sharlie kernel: EXT3-fs: mounted filesystem with ordered data mode.
Dec 23 00:56:39 Sharlie kernel: kjournald starting. Commit interval 5 seconds
Dec 23 00:56:39 Sharlie kernel: EXT3 FS 2.4-0.9.19, 19 August 2002 on sd(8,50), internal journal
Dec 23 00:56:39 Sharlie kernel: EXT3-fs: mounted filesystem with ordered data mode.
Dec 23 00:56:39 Sharlie kernel: loop: loaded (max 8 devices)
Dec 23 00:56:39 Sharlie kernel: ISO 9660 Extensions: Microsoft Joliet Level 1
Dec 23 00:56:39 Sharlie kernel: ISO 9660 Extensions: IEEE_P1282
Dec 23 00:56:39 Sharlie kernel: IA-32 Microcode Update Driver: v1.14 <tigran@veritas.com>
Dec 23 00:56:39 Sharlie kernel: microcode: CPU0 already at revision 0x13 (current=0x13)
Dec 23 00:56:39 Sharlie kernel: microcode: No suitable data for cpu 0
Dec 23 00:56:39 Sharlie kernel: PCI: Setting latency timer of device 00:1d.7 to 64
Dec 23 00:56:39 Sharlie kernel: ehci_hcd 00:1d.7: Intel Corp. 82801EB USB2
Dec 23 00:56:39 Sharlie kernel: ehci_hcd 00:1d.7: irq 5, pci mem fd916800
Dec 23 00:56:39 Sharlie kernel: usb.c: new USB bus registered, assigned bus number 1
Dec 23 00:56:39 Sharlie kernel: ehci_hcd 00:1d.7: enabled 64bit PCI DMA
Dec 23 00:56:39 Sharlie kernel: PCI: cache line size of 128 is not supported by device 00:1d.7
Dec 23 00:56:39 Sharlie kernel: ehci_hcd 00:1d.7: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29/2.4
Dec 23 00:56:39 Sharlie kernel: hub.c: USB hub found
Dec 23 00:56:39 Sharlie kernel: hub.c: 8 ports detected
Dec 23 00:56:39 Sharlie kernel: ehci_hcd 00:1d.7: remove state 3
Dec 23 00:56:39 Sharlie kernel: usb.c: USB disconnect on device 00:1d.7-0 address 1
Dec 23 00:56:39 Sharlie kernel: usb.c: USB bus 1 deregistered
Dec 23 00:56:39 Sharlie kernel: parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP]
Dec 23 00:56:39 Sharlie kernel: parport0: irq 7 detected
Dec 23 00:56:39 Sharlie kernel: parport0: Printer, EPSON Stylus C62
Dec 23 00:56:39 Sharlie kernel: ip_tables: (C) 2000-2002 Netfilter core team
Dec 23 00:56:39 Sharlie kernel: sk98lin: Network Device Driver v6.22
Dec 23 00:56:39 Sharlie kernel: (C)Copyright 1999-2004 Marvell(R).
Dec 23 00:56:39 Sharlie kernel: eth0: Yukon Gigabit Ethernet 10/100/1000Base-T Adapter
Dec 23 00:56:39 Sharlie kernel: PrefPort:A RlmtMode:Check Link State
Dec 23 00:56:39 Sharlie kernel: eth0: network connection up using port A
Dec 23 00:56:39 Sharlie kernel: speed: 100
Dec 23 00:56:39 Sharlie kernel: autonegotiation: yes
Dec 23 00:56:39 Sharlie kernel: duplex mode: full
Dec 23 00:56:39 Sharlie kernel: flowctrl: symmetric
Dec 23 00:56:39 Sharlie kernel: irq moderation: disabled
Dec 23 00:56:39 Sharlie kernel: scatter-gather: enabled
[ OK ]
Starting ntpd: [ OK ]
Starting portmapper: [ OK ]
Starting NFS statd: [ OK ]
Starting keytable: [ OK ]
Initializing random number generator: [ OK ]
Starting pcmcia: [ OK ]
Mounting other filesystems: [FAILED]
Starting automount: No Mountpoints Defined[ OK ]
Starting sshd: [ OK ]
Starting xinetd: [ OK ]
Starting lpd: Dec 23 00:56:53 Sharlie kernel: parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE,EPP]
Dec 23 00:56:53 Sharlie kernel: parport0: irq 7 detected
Dec 23 00:56:53 Sharlie kernel: parport0: Printer, EPSON Stylus C62
Dec 23 00:56:53 Sharlie kernel: lp0: using parport0 (polling).
Dec 23 00:56:53 Sharlie kernel: lp0: console ready
[ OK ]
Starting NFS services: Dec 23 00:56:53 Sharlie kernel: Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ OK ]
Starting NFS quotas: [ OK ]
Starting NFS daemon: [ OK ]
Starting NFS mountd: [ OK ]
Starting sendmail: [ OK ]
Starting sm-client: [ OK ]
Starting privoxy: [ OK ]
Starting console mouse services: [ OK ]
Starting postgresql service: [ OK ]
Starting cannaserver: [ OK ]
Starting crond: [ OK ]
Starting xfs: [ OK ]
Starting SMB services: [ OK ]
Starting NMB services: [ OK ]
Starting anacron: [ OK ]
Starting atd: [ OK ]
Starting wine: [ OK ]
Starting mdmonitor: [ OK ]
Red Hat Linux release 8.0 (Psyche)
Kernel 2.4.29-pre2-Sharlie-two on an i686
Sharlie.TfJC login:
Red Hat Linux release 8.0 (Psyche)
Kernel 2.4.29-pre2-Sharlie-two on an i686
Sharlie.TfJC login:
Red Hat Linux release 8.0 (Psyche)
Kernel 2.4.29-pre2-Sharlie-two on an i686
Sharlie.TfJC login: hdd: attached ide-scsi driver.
Dec 23 01:00:47 Sharlie kernel: hdd: attached ide-scsi driver.
Dec 23 01:00:47 Sharlie kernel: scsi3 : SCSI host adapter emulation for IDE ATAPI devices
*
*** Whoops... system hang @ modprobe ide-scsi
*
*** Guess I'll use compatibility mode when I need to write to the dvd.
*
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2004-12-23 9:53 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-17 20:29 ide-core.o & libata.o ICH5 Christopher R. Thompson
2004-12-22 19:51 ` ICH5 ide modules in BOIS Compatibilty mode Christopher R. Thompson
2004-12-22 19:58 ` ICH5 libata with Bios in Compatibility mode Christopher R. Thompson
2004-12-22 20:06 ` ICH5 libata and bios in Native mode Kernel BUG Christopher R. Thompson
2004-12-22 20:13 ` ICH5 compiled in IDE, no libata, bios in Native Mode - Kernel Hung Christopher R. Thompson
2004-12-22 20:14 ` ide-core.o & libata.o ICH5 Jeff Garzik
2004-12-22 22:21 ` Christopher R. Thompson
2004-12-23 8:07 ` ICH5 in 2.4.29-pre2 Christopher R. Thompson
2004-12-23 9:53 ` ide-core.o & libata.o ICH5 Christopher R. Thompson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).