lkml.org 
[lkml]   [2001]   [Apr]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject2.2.19 and ide.2.2.19.04092001.patch error
Date
While trying to use this patch to access /dev/hde1 on my Promise controller, 
I get the following errors:
dma_intr: status=0x51 { DriveReady SeekComplete Error }
dma_intr: error=0x40 { UncorrectableError }, LBAsect=21233782, sector=21233712

This fs has errors on it, and trying to run fsck on it I get:
Error reading block 2654557 (Attempt to read block from filesystem resuleted
in short read) while doing inode scan. Ignore error<y>?

I use the following in my /etc/lilo.conf:
ide[0-2]=autotune

This is 2.2.19 with the IDE patch, and the EXT3 patch (though this drive is
still ext2).

Kernel config is attached. So is a description of my computer. Anyone got any
ideas?
--
Douglas J. Hunley (Linux User #174778)
http://hunley.homeip.net/

Ambivalent? Well, yes and no.
#
# Automatically generated by make menuconfig: don't edit
#

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
CONFIG_M586=y
# CONFIG_M586TSC is not set
# CONFIG_M686 is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
CONFIG_1GB=y
# CONFIG_2GB is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_SMP is not set

#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
# CONFIG_KMOD is not set

#
# 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_PCI_QUIRKS=y
CONFIG_PCI_OPTIMIZE=y
CONFIG_PCI_OLD_PROC=y
# CONFIG_MCA is not set
# CONFIG_VISWS is not set
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_MISC is not set
# CONFIG_BINFMT_JAVA is not set
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
# CONFIG_PARPORT_OTHER is not set
# CONFIG_APM is not set
# CONFIG_TOSHIBA is not set

#
# Plug and Play support
#
CONFIG_PNP=y
CONFIG_PNP_PARPORT=y

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_IDE=y
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_IDEDISK_STROKE=y
CONFIG_BLK_DEV_IDECD=y
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
CONFIG_BLK_DEV_IDESCSI=y
# CONFIG_IDE_TASK_IOCTL is not set
# CONFIG_PKT_TASK_IOCTL is not set
# CONFIG_IDE_TASK_IOCTL_DEBUG is not set
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_IDEDMA=y
CONFIG_IDEDMA_AUTO=y
CONFIG_IDEDMA_NEW_DRIVE_LISTINGS=y
CONFIG_IDEDMA_PCI_EXPERIMENTAL=y
# CONFIG_IDEDMA_PCI_WIP is not set
# CONFIG_BLK_DEV_OFFBOARD 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_CMD64X 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 is not set
# CONFIG_BLK_DEV_OPTI621 is not set
CONFIG_BLK_DEV_PDC202XX=y
CONFIG_PDC202XX_BURST=y
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_OSB4 is not set
# CONFIG_BLK_DEV_TRM290 is not set
CONFIG_BLK_DEV_VIA82CXXX=y
# CONFIG_IDE_CHIPSETS is not set
CONFIG_IDEDMA_IVB=y
CONFIG_BLK_DEV_LOOP=y
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_XD is not set
# CONFIG_BLK_DEV_DAC960 is not set
CONFIG_PARIDE_PARPORT=y
# CONFIG_PARIDE is not set
CONFIG_BLK_DEV_IDE_MODES=y
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_HD is not set

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_NETLINK=y
CONFIG_RTNETLINK=y
CONFIG_NETLINK_DEV=y
CONFIG_FIREWALL=y
CONFIG_FILTER=y
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_RTNETLINK=y
CONFIG_NETLINK=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_TOS=y
CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IP_ROUTE_LARGE_TABLES is not set
CONFIG_IP_ROUTE_NAT=y
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
# CONFIG_IP_PNP_BOOTP is not set
# CONFIG_IP_PNP_RARP is not set
CONFIG_IP_FIREWALL=y
CONFIG_IP_FIREWALL_NETLINK=y
CONFIG_NETLINK_DEV=y
CONFIG_IP_ROUTE_FWMARK=y
CONFIG_IP_TRANSPARENT_PROXY=y
CONFIG_IP_MASQUERADE=y
CONFIG_IP_MASQUERADE_ICMP=y
CONFIG_IP_MASQUERADE_MOD=y
CONFIG_IP_MASQUERADE_IPAUTOFW=y
CONFIG_IP_MASQUERADE_IPPORTFW=y
CONFIG_IP_MASQUERADE_MFW=y
CONFIG_IP_ROUTER=y
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
CONFIG_IP_ALIAS=y
# CONFIG_ARPD is not set
CONFIG_SYN_COOKIES=y
CONFIG_INET_RARP=y
CONFIG_SKB_LARGE=y
# CONFIG_IPV6 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_BRIDGE is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_LLC 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
# CONFIG_CPU_IS_SLOW is not set

#
# QoS and/or fair queueing
#
CONFIG_NET_SCHED=y
CONFIG_NETLINK=y
CONFIG_RTNETLINK=y
# CONFIG_NET_SCH_CBQ is not set
# CONFIG_NET_SCH_CSZ is not set
# CONFIG_NET_SCH_PRIO is not set
# CONFIG_NET_SCH_RED is not set
# CONFIG_NET_SCH_SFQ is not set
# CONFIG_NET_SCH_TEQL is not set
# CONFIG_NET_SCH_TBF is not set
CONFIG_NET_QOS=y
CONFIG_NET_ESTIMATOR=y
CONFIG_NET_CLS=y
CONFIG_NET_CLS_ROUTE4=y
CONFIG_NET_CLS_ROUTE=y
CONFIG_NET_CLS_FW=y
CONFIG_NET_CLS_U32=y
CONFIG_NET_CLS_RSVP=y
CONFIG_NET_CLS_RSVP6=y
CONFIG_NET_CLS_POLICE=y

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

#
# SCSI support
#
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=y
# CONFIG_BLK_DEV_SR_VENDOR is not set
CONFIG_CHR_DEV_SG=y
# CONFIG_SCSI_MULTI_LUN is not set
CONFIG_SCSI_CONSTANTS=y
# CONFIG_SCSI_LOGGING is not set

#
# 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_AIC7XXX is not set
# CONFIG_SCSI_IPS is not set
# 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_BUSLOGIC is not set
# CONFIG_SCSI_CPQFCTS 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_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
CONFIG_SCSI_PPA=y
# CONFIG_SCSI_IMM is not set
# CONFIG_SCSI_IZIP_EPP16 is not set
# CONFIG_SCSI_IZIP_SLOW_CTR is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_SIM710 is not set
# CONFIG_SCSI_NCR53C7xx 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_SEAGATE 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_DEBUG is not set

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

#
# Network device support
#
CONFIG_NETDEVICES=y

#
# ARCnet devices
#
# CONFIG_ARCNET is not set
CONFIG_DUMMY=y
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_ETHERTAP is not set
# CONFIG_NET_SB1000 is not set

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
# CONFIG_RTL8139 is not set
# CONFIG_RTL8139TOO is not set
# CONFIG_NET_ISA is not set
CONFIG_NET_EISA=y
# CONFIG_PCNET32 is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_AC3200 is not set
# CONFIG_APRICOT is not set
# CONFIG_LP486E is not set
# CONFIG_CS89x0 is not set
# CONFIG_DM9102 is not set
# CONFIG_DE4X5 is not set
# CONFIG_DEC_ELCP is not set
# CONFIG_DEC_ELCP_OLD is not set
# CONFIG_DGRS is not set
CONFIG_EEXPRESS_PRO100=y
# CONFIG_LNE390 is not set
# CONFIG_NE3210 is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_TLAN is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_SIS900 is not set
# CONFIG_ES3210 is not set
# CONFIG_EPIC100 is not set
# CONFIG_ZNET is not set
# CONFIG_NET_POCKET is not set

#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_SK98LIN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PLIP is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# 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 is not set

#
# Wan interfaces
#
# CONFIG_HOSTESS_SV11 is not set
# CONFIG_COSA is not set
# CONFIG_SEALEVEL_4021 is not set
# CONFIG_SYNCLINK_SYNCPPP is not set
# CONFIG_LANMEDIA is not set
# CONFIG_COMX is not set
# CONFIG_HDLC is not set
# CONFIG_DLCI is not set
# CONFIG_XPEED is not set
# CONFIG_SBNI 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

#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_SERIAL_CONSOLE=y
CONFIG_SERIAL_EXTENDED=y
# CONFIG_SERIAL_MANY_PORTS is not set
CONFIG_SERIAL_SHARE_IRQ=y
# CONFIG_SERIAL_DETECT_IRQ is not set
# CONFIG_SERIAL_MULTIPORT is not set
# CONFIG_HUB6 is not set
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256
# CONFIG_PRINTER is not set
CONFIG_MOUSE=y

#
# Mice
#
# CONFIG_ATIXL_BUSMOUSE is not set
# CONFIG_BUSMOUSE is not set
# CONFIG_MS_BUSMOUSE is not set
CONFIG_PSMOUSE=y
# CONFIG_82C710_MOUSE is not set
# CONFIG_PC110_PAD is not set

#
# Joysticks
#
# CONFIG_JOYSTICK is not set
# CONFIG_QIC02_TAPE is not set
# CONFIG_WATCHDOG is not set
# CONFIG_NVRAM is not set
CONFIG_RTC=y
# CONFIG_INTEL_RNG is not set
CONFIG_AGP=y
# CONFIG_AGP_INTEL is not set
# CONFIG_AGP_I810 is not set
CONFIG_AGP_VIA=y
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_ALI is not set
CONFIG_DRM=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_GAMMA is not set
CONFIG_DRM_R128=y
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_MGA is not set

#
# Video For Linux
#
# CONFIG_VIDEO_DEV is not set
# CONFIG_DTLK is not set

#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set

#
# USB support
#
# CONFIG_USB is not set

#
# Filesystems
#
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
# CONFIG_UMSDOS_FS is not set
CONFIG_VFAT_FS=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
# CONFIG_MINIX_FS is not set
# CONFIG_NTFS_FS is not set
# CONFIG_HPFS_FS is not set
CONFIG_PROC_FS=y
CONFIG_DEVPTS_FS=y
# CONFIG_QNX4FS_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_EXT2_FS=y
CONFIG_EXT3_FS=y
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
# CONFIG_EFS_FS is not set

#
# Network File Systems
#
# CONFIG_CODA_FS is not set
# CONFIG_NFS_FS is not set
# CONFIG_NFSD is not set
# CONFIG_SUNRPC is not set
# CONFIG_LOCKD is not set
# CONFIG_SMB_FS is not set
# CONFIG_NCP_FS is not set

#
# Partition Types
#
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MAC_PARTITION is not set
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SMD_DISKLABEL is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
CONFIG_NLS=y

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

#
# Console drivers
#
CONFIG_VGA_CONSOLE=y
CONFIG_VIDEO_SELECT=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_FB=y
CONFIG_DUMMY_CONSOLE=y
# CONFIG_FB_PM2 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_VESA is not set
# CONFIG_FB_VGA16 is not set
CONFIG_VIDEO_SELECT=y
# CONFIG_FB_MATROX is not set
CONFIG_FB_ATY128=y
# CONFIG_FB_VIRTUAL is not set
CONFIG_FBCON_ADVANCED=y
# CONFIG_FBCON_MFB is not set
# CONFIG_FBCON_CFB2 is not set
# CONFIG_FBCON_CFB4 is not set
CONFIG_FBCON_CFB8=y
CONFIG_FBCON_CFB16=y
CONFIG_FBCON_CFB24=y
CONFIG_FBCON_CFB32=y
# CONFIG_FBCON_AFB is not set
# CONFIG_FBCON_ILBM is not set
# CONFIG_FBCON_IPLAN2P2 is not set
# CONFIG_FBCON_IPLAN2P4 is not set
# CONFIG_FBCON_IPLAN2P8 is not set
# CONFIG_FBCON_MAC is not set
# CONFIG_FBCON_VGA_PLANES is not set
# CONFIG_FBCON_VGA is not set
# CONFIG_FBCON_FONTWIDTH8_ONLY is not set
# CONFIG_FBCON_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y

#
# Sound
#
CONFIG_SOUND=y
# CONFIG_SOUND_CMPCI is not set
# CONFIG_SOUND_CS4281 is not set
# CONFIG_SOUND_FUSION is not set
CONFIG_SOUND_EMU10K1=y
# CONFIG_SOUND_ES1370 is not set
# CONFIG_SOUND_ES1371 is not set
# CONFIG_SOUND_MAESTRO is not set
# CONFIG_SOUND_MAESTRO3 is not set
# CONFIG_SOUND_ESSSOLO1 is not set
# CONFIG_SOUND_ICH 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=y
CONFIG_SOUND_DMAP=y
# CONFIG_SOUND_PAS is not set
# CONFIG_SOUND_SB is not set
# CONFIG_SOUND_GUS is not set
# CONFIG_SOUND_MPU401 is not set
# CONFIG_SOUND_PSS is not set
# CONFIG_SOUND_MSS is not set
# CONFIG_SOUND_SSCAPE is not set
# CONFIG_SOUND_TRIX is not set
# CONFIG_SOUND_MAD16 is not set
# CONFIG_SOUND_WAVEFRONT is not set
# CONFIG_SOUND_CS4232 is not set
# CONFIG_SOUND_OPL3SA2 is not set
# CONFIG_SOUND_MAUI is not set
# CONFIG_SOUND_SGALAXY is not set
# CONFIG_SOUND_AD1816 is not set
# CONFIG_SOUND_OPL3SA1 is not set
# CONFIG_SOUND_SOFTOSS is not set
# CONFIG_SOUND_YM3812 is not set
# CONFIG_SOUND_VMIDI is not set
# CONFIG_SOUND_UART6850 is not set
# CONFIG_SOUND_NM256 is not set
# CONFIG_SOUND_YMFPCI is not set

#
# Additional low level sound drivers
#
# CONFIG_LOWLEVEL_SOUND is not set

#
# Kernel hacking
#
CONFIG_MAGIC_SYSRQ=y
# CONFIG_KDB is not set
#############################################################################
hwinfo report generated Sun Mar 11 19:31:21 EST 2001
#############################################################################

Motherboard : ASUS A7V133, VIA Apollo KT133A chipset
CPU(s) : AMD Athlon Thunderbird 800
RAM : 256Mb PC-133
Graphic Card(s) : ATI Expert 2000, 32Mb, AGP Pro
Ethernet Card(s) : Intel EE Pro 10/100, Intel EE Pro 10/100
SCSI Card(s) :
Sound Card(s) : Creative SB Live! 5.1
Other AGP Card(s) :
Other PCI Card(s) :
Other EISA Card(s) :
Other ISA Card(s) :

#############################################################################
=== sysinfo ===
+--------------------------------------------------------------------+
| LST System Analysis Sunday, 11 March 2001, 19:31:21 |
+--------------------------------------------------------------------+

System info
===========
System start : Sunday, 11 March 2001, 19:13:53
System uptime: 17 minutes, 28.82 seconds
System load : 1.71 (1min), 1.75 (5min), 1.21 (15min), 4 user, 1% idle
Nodename : hunley.homeip.net
NIS domain : (none)
Hostname : hunley.homeip.net
Alias 1 : hunley
IP addr 1 : 65.24.128.192

Kernel info
===========
Kernel image : linux
OS Release : 1.1.2 release 2.2.18ext3
Version : #1 Tue Feb 27 17:07:00 EST 2001
built by : root@hunley.homeip.net
built with: gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release
Filesystems : ext3 ext2 msdos vfat proc iso9660 devpts
Char devices : mem=1 pty=2 ttyp=3 ttyS=4 cua=5 vcs=7 misc=10 sound=14
sg=21 netlink=36 ptm=128 pts=136
Block devices: fd=2 ide0=3 sd=8 sr=11 ide1=22 sd=65
Net devices : lo dummy eth0 eth1
Root device : /dev/hda1

Hardware info
=============
Processor : i686 with 1608.90 BogoMips
Memory RAM : 255 MB (4404K kernel, 67744K cache, 145884K shared, 48036K free)
Swap area : 256 MB (0K used, 262576K free)

Graphic 1 : vga+
model : VGA Color
I/O ports : 0x3c0-0x3df
mem-area : 0xb8000-0xc0000

Serial 1 : /dev/ttyS0
chip : UART 16550A
Line : 0
I/O ports : 0x03f8-0x03ff
interrupt : 4

Serial 2 : /dev/ttyS1
chip : UART 16550A
Line : 1
I/O ports : 0x02f8-0x02ff
interrupt : 3

Floppy 1 : /dev/fd0H1440
Hard disk 1 : /dev/hda
Model : Maxtor 53073U6
Serial No : K603C18C
Capacity : 29306 MB
Cache : 2048 KB
CHS (log) : 3736 cylinders, 255 heads, 63 sectors
CHS (phy) : 16383 cylinders, 16 heads, 63 sectors

Hard disk 2 : /dev/hdb
Model : Maxtor 90720D5
Serial No : K505K1RA
Capacity : 6863 MB
Cache : 256 KB
CHS (log) : 875 cylinders, 255 heads, 63 sectors
CHS (phy) : 13957 cylinders, 16 heads, 63 sectors

Hard disk 3 : /dev/sda
SCSI ID : 6
Model : IOMEGA ZIP 100
Capacity : 96 MB
Cache : 256 KB
CHS (log) : 96 cylinders, 64 heads, 32 sectors
CHS (phy) : 4352 cylinders, 0 heads, 0 sectors

CDROM 1 : /dev/hdc
Model : ATAPI CDROM TAPA IDCOR M84, Rev. 1V03

CD-R 1 : /dev/hdd
Model : ATAPI CDROM AYAMAHC WR4842, Rev. .1g0, SN CF0H3084

Partition info
==============
partition active size id type
/dev/hda1 * 10231168 83 Linux native
/dev/hda2 262584 82 Linux swap
/dev/hda3 19521432 83 Linux native
/dev/hdb1 * 7028406 83 Linux native
/dev/sda4 98288 83 Linux native

=== sfdisk -l ===
Disk /dev/hda: 3736 cylinders, 255 heads, 63 sectors/track
Warning: The first partition looks like it was made
for C/H/S=*/16/63 (instead of 3736/255/63).
For this listing I'll assume that geometry.
Units = cylinders of 516096 bytes, blocks of 1024 bytes, counting from 0

Device Boot Start End #cyls #blocks Id System
/dev/hda1 * 0+ 20299 20300- 10231168+ 83 Linux
/dev/hda2 20300 20820 521 262584 82 Linux swap
/dev/hda3 20821 59553 38733 19521432 83 Linux
/dev/hda4 0 - 0 0 0 Empty

Disk /dev/hdb: 875 cylinders, 255 heads, 63 sectors/track
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0

Device Boot Start End #cyls #blocks Id System
/dev/hdb1 * 0+ 874 875- 7028406 83 Linux
/dev/hdb2 0 - 0 0 0 Empty
/dev/hdb3 0 - 0 0 0 Empty
/dev/hdb4 0 - 0 0 0 Empty

Disk /dev/sda: 96 cylinders, 64 heads, 32 sectors/track
Units = cylinders of 1048576 bytes, blocks of 1024 bytes, counting from 0

Device Boot Start End #cyls #blocks Id System
/dev/sda1 0 - 0 0 0 Empty
/dev/sda2 0 - 0 0 0 Empty
/dev/sda3 0 - 0 0 0 Empty
/dev/sda4 0+ 95 96- 98288 83 Linux

=== sfdisk -d ===
# partition table of /dev/hda
unit: sectors

/dev/hda1 : start= 63, size=20462337, Id=83, bootable
/dev/hda2 : start= 20462400, size= 525168, Id=82
/dev/hda3 : start= 20987568, size=39042864, Id=83
/dev/hda4 : start= 0, size= 0, Id= 0

# partition table of /dev/hdb
unit: sectors

/dev/hdb1 : start= 63, size=14056812, Id=83, bootable
/dev/hdb2 : start= 0, size= 0, Id= 0
/dev/hdb3 : start= 0, size= 0, Id= 0
/dev/hdb4 : start= 0, size= 0, Id= 0

# partition table of /dev/sda
unit: sectors

/dev/sda1 : start= 0, size= 0, Id= 0
/dev/sda2 : start= 0, size= 0, Id= 0
/dev/sda3 : start= 0, size= 0, Id= 0
/dev/sda4 : start= 32, size= 196576, Id=83

=== df ===
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/hda1 9857716 2302282 7043876 25% /
/dev/hda3 18725509 9097404 8652034 51% /mp3
/dev/hdb1 6783017 5120625 1310972 80% /home

=== ifconfig eth0 ===
eth0 Link encap:Ethernet HWaddr 00:A0:C9:6E:9B:1E
inet addr:65.24.128.192 Bcast:255.255.255.255 Mask:255.255.252.0
UP BROADCAST NOTRAILERS RUNNING MTU:1500 Metric:1
RX packets:589 errors:0 dropped:0 overruns:0 frame:0
TX packets:524 errors:0 dropped:0 overruns:0 carrier:0
collisions:1 txqueuelen:100
RX bytes:83978 (82.0 Kb) TX bytes:128907 (125.8 Kb)
Interrupt:5 Base address:0x5000

=== ifconfig eth1 ===
eth1 Link encap:Ethernet HWaddr 00:A0:C9:0F:3E:C4
inet addr:192.168.1.10 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:64 errors:0 dropped:0 overruns:0 frame:0
TX packets:118 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:4903 (4.7 Kb) TX bytes:29094 (28.4 Kb)
Interrupt:10 Base address:0x7000

=== route -n ===
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
65.24.128.0 0.0.0.0 255.255.252.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 65.24.128.1 0.0.0.0 UG 0 0 0 eth0

=== lspci ===
00:00.0 Host bridge: VIA Technologies, Inc.: Unknown device 0305 (rev 03)
00:01.0 PCI bridge: VIA Technologies, Inc.: Unknown device 8305
00:04.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super] (rev 40)
00:04.1 IDE interface: VIA Technologies, Inc. VT82C586 IDE [Apollo] (rev 06)
00:04.2 USB Controller: VIA Technologies, Inc. VT82C586B USB (rev 16)
00:04.3 USB Controller: VIA Technologies, Inc. VT82C586B USB (rev 16)
00:04.4 Host bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 40)
00:0a.0 Ethernet controller: Intel Corporation 82557 [Ethernet Pro 100] (rev 02)
00:0b.0 Ethernet controller: Intel Corporation 82557 [Ethernet Pro 100] (rev 01)
00:0c.0 Multimedia audio controller: Creative Labs SB Live! EMU10000 (rev 07)
00:0c.1 Input device controller: Creative Labs SB Live! (rev 07)
00:11.0 Unknown mass storage controller: Promise Technology, Inc.: Unknown device 0d30 (rev 02)
01:00.0 VGA compatible controller: ATI Technologies Inc Rage 128 SM

=== cat /proc/bus/pci/devices ===
0000 11060305 0 e4000008 00000000 00000000 00000000 00000000 00000000 00000000
0008 11068305 0 00000000 00000000 00000000 00000000 00000000 00000000 00000000
0020 11060686 0 00000000 00000000 00000000 00000000 00000000 00000000 00000000
0021 11060571 0 00000000 00000000 00000000 00000000 0000b801 00000000 00000000
0022 11063038 9 00000000 00000000 00000000 00000000 0000b401 00000000 00000000
0023 11063038 9 00000000 00000000 00000000 00000000 0000b001 00000000 00000000
0024 11063057 0 00000000 00000000 00000000 00000000 00000000 00000000 00000000
0050 80861229 5 df000008 00009401 dc800000 00000000 00000000 00000000 00000000
0058 80861229 a de000008 00009001 dc000000 00000000 00000000 00000000 00000000
0060 11020002 b 00008801 00000000 00000000 00000000 00000000 00000000 00000000
0061 11027002 0 00008401 00000000 00000000 00000000 00000000 00000000 00000000
0088 105a0d30 a 00008001 00007801 00007401 00007001 00006801 db800000 00000000
0100 1002534d b e0000008 0000d801 dd000000 00000000 00000000 00000000 dffe0000

=== cat /proc/cmdline ===
auto BOOT_IMAGE=linux ro root=301 ether=0,0,0,eth ether=0,0,0,0,eth1 ide0=autotune ide1=autotune ide2=autotune hdd=ide-scsi

=== cat /proc/cpuinfo ===
processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 4
model name : AMD Athlon(tm) Processor
stepping : 2
cpu MHz : 807.203
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
sep_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 psn mmxext mmx fxsr 3dnowext 3dnow
bogomips : 1608.90

=== cat /proc/devices ===
Character devices:
1 mem
2 pty
3 ttyp
4 ttyS
5 cua
7 vcs
10 misc
14 sound
21 sg
36 netlink
128 ptm
136 pts

Block devices:
2 fd
3 ide0
8 sd
11 sr
22 ide1
65 sd

=== cat /proc/dma ===
4: cascade

=== cat /proc/filesystems ===
ext3
ext2
msdos
vfat
nodev proc
iso9660
nodev devpts

=== cat /proc/ide/hda/media ===
disk

=== cat /proc/ide/hda/model ===
Maxtor 53073U6

=== cat /proc/ide/hda/geometry ===
physical 16383/16/63
logical 3736/255/63

=== cat /proc/ide/hda/capacity ===
60030432

=== cat /proc/ide/hdb/media ===
disk

=== cat /proc/ide/hdb/model ===
Maxtor 90720D5

=== cat /proc/ide/hdb/geometry ===
physical 13957/16/63
logical 875/255/63

=== cat /proc/ide/hdb/capacity ===
14068656

=== cat /proc/ide/hdc/media ===
cdrom

=== cat /proc/ide/hdc/model ===
ATAPI CDROM 48X

=== cat /proc/ide/hdc/capacity ===
1156844

=== cat /proc/ide/hdd/media ===
cdrom

=== cat /proc/ide/hdd/model ===
YAMAHA CRW8424E

=== cat /proc/ide/hdd/capacity ===
2147483647

=== cat /proc/interrupts ===
CPU0
0: 105074 XT-PIC timer
1: 184 XT-PIC keyboard
2: 0 XT-PIC cascade
5: 1488 XT-PIC eth0
7: 0 XT-PIC parport0
10: 689 XT-PIC eth1
11: 4888 XT-PIC EMU10K1
12: 1439 XT-PIC PS/2 Mouse
13: 1 XT-PIC fpu
14: 38297 XT-PIC ide0
15: 50 XT-PIC ide1
NMI: 0

=== cat /proc/ioports ===
0000-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0080-008f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : ide1
01f0-01f7 : ide0
02f8-02ff : serial(auto)
0376-0376 : ide1
0378-037a : parport0
03c0-03df : vga+
03f6-03f6 : ide0
03f8-03ff : serial(auto)
8800-881f : EMU10K1
b800-b807 : ide0
b808-b80f : ide1
d0005000-d000501f : Intel Speedo3 Ethernet
d0007000-d000701f : Intel Speedo3 Ethernet

=== cat /proc/loadavg ===
1.81 1.77 1.22 2/76 963

=== cat /proc/meminfo ===
total: used: free: shared: buffers: cached:
Mem: 263798784 216039424 47759360 150159360 69369856 60243968
Swap: 268877824 0 268877824
MemTotal: 257616 kB
MemFree: 46640 kB
MemShared: 146640 kB
Buffers: 67744 kB
Cached: 58832 kB
SwapTotal: 262576 kB
SwapFree: 262576 kB

=== cat /proc/misc ===
63 r128
1 psaux
175 agpgart

=== cat /proc/modules ===
emu10k1 41152 1
ac97_codec 7456 0 [emu10k1]
ip_masq_vdolive 1376 0 (unused)
ip_masq_user 2688 0 (unused)
ip_masq_quake 1392 0 (unused)
ip_masq_irc 2016 0 (unused)
ip_masq_raudio 3008 0 (unused)
ip_masq_ftp 2688 0 (unused)

=== cat /proc/mounts ===
/dev/root / ext3 rw 0 0
devpts /dev/pts devpts rw 0 0
/proc /proc proc rw 0 0
/dev/hda3 /mp3 ext3 rw,nosuid,nodev 0 0
/dev/hdb1 /home ext3 rw,nosuid,nodev 0 0

=== cat /proc/net/arp ===
IP address HW type Flags HW address Mask Device
65.24.128.1 0x1 0x2 08:00:3E:04:5E:87 * eth0
192.168.1.20 0x1 0x2 00:A0:CC:3F:86:C8 * eth1

=== cat /proc/net/dev ===
Inter-| Receive | Transmit
face |bytes packets errs drop fifo frame compressed multicast|bytes packets errs drop fifo colls carrier compressed
lo: 6475 56 0 0 0 0 0 0 6475 56 0 0 0 0 0 0
dummy: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
eth0: 84038 590 0 0 0 0 0 0 128907 524 0 0 0 1 0 0
eth1: 4903 64 0 0 0 0 0 0 29094 118 0 0 0 0 0 0

=== cat /proc/net/route ===
Iface Destination Gateway Flags RefCnt Use Metric Mask MTU Window IRTT
eth1 0001A8C0 00000000 0001 0 0 0 00FFFFFF 0 0 0
eth0 00801841 00000000 0001 0 0 0 00FCFFFF 0 0 0
lo 0000007F 00000000 0001 0 0 0 000000FF 0 0 0
eth0 00000000 01801841 0003 0 0 0 00000000 0 0 0
=== cat /proc/parport/0/autoprobe ===

=== cat /proc/parport/0/devices ===
ppa

=== cat /proc/parport/0/hardware ===
base: 0x378
irq: 7
dma: none
modes: SPP

=== cat /proc/parport/0/irq ===
7

=== cat /proc/tty/driver/serial ===
serinfo:1.0 driver:4.27
0: uart:16550A port:3F8 irq:4 baud:9600 tx:0 rx:0
1: uart:16550A port:2F8 irq:3 baud:9600 tx:0 rx:0
2: uart:unknown port:3E8 irq:4
3: uart:unknown port:2E8 irq:3

=== cat /proc/partitions ===
major minor #blocks name

8 0 98304 sda
8 4 98288 sda4
3 0 30015216 hda
3 1 10231168 hda1
3 2 262584 hda2
3 3 19521432 hda3
3 64 7034328 hdb
3 65 7028406 hdb1
22 0 578422 hdc
22 64 1073741823 hdd

=== cat /proc/pci ===
PCI devices found:
Bus 0, device 0, function 0:
Host bridge: VIA Technologies Unknown device (rev 3).
Vendor id=1106. Device id=305.
Medium devsel. Master Capable. No bursts.
Prefetchable 32 bit memory at 0xe4000000 [0xe4000008].
Bus 0, device 1, function 0:
PCI bridge: VIA Technologies Unknown device (rev 0).
Vendor id=1106. Device id=8305.
Medium devsel. Master Capable. No bursts. Min Gnt=8.
Bus 0, device 4, function 0:
ISA bridge: VIA Technologies Unknown device (rev 64).
Vendor id=1106. Device id=686.
Medium devsel. Master Capable. No bursts.
Bus 0, device 4, function 1:
IDE interface: VIA Technologies VT 82C586 Apollo IDE (rev 6).
Medium devsel. Fast back-to-back capable. Master Capable. Latency=32.
I/O at 0xb800 [0xb801].
Bus 0, device 4, function 2:
USB Controller: VIA Technologies VT 82C586 Apollo USB (rev 22).
Medium devsel. IRQ 9. Master Capable. Latency=32.
I/O at 0xb400 [0xb401].
Bus 0, device 4, function 3:
USB Controller: VIA Technologies VT 82C586 Apollo USB (rev 22).
Medium devsel. IRQ 9. Master Capable. Latency=32.
I/O at 0xb000 [0xb001].
Bus 0, device 4, function 4:
Host bridge: VIA Technologies Unknown device (rev 64).
Vendor id=1106. Device id=3057.
Medium devsel. Fast back-to-back capable.
Bus 0, device 10, function 0:
Ethernet controller: Intel 82557 (rev 2).
Medium devsel. Fast back-to-back capable. IRQ 5. Master Capable. Latency=32. Min Gnt=8.Max Lat=56.
Prefetchable 32 bit memory at 0xdf000000 [0xdf000008].
I/O at 0x9400 [0x9401].
Non-prefetchable 32 bit memory at 0xdc800000 [0xdc800000].
Bus 0, device 11, function 0:
Ethernet controller: Intel 82557 (rev 1).
Medium devsel. Fast back-to-back capable. IRQ 10. Master Capable. Latency=32. Min Gnt=8.Max Lat=56.
Prefetchable 32 bit memory at 0xde000000 [0xde000008].
I/O at 0x9000 [0x9001].
Non-prefetchable 32 bit memory at 0xdc000000 [0xdc000000].
Bus 0, device 12, function 0:
Multimedia audio controller: Unknown vendor Unknown device (rev 7).
Vendor id=1102. Device id=2.
Medium devsel. Fast back-to-back capable. IRQ 11. Master Capable. Latency=32. Min Gnt=2.Max Lat=20.
I/O at 0x8800 [0x8801].
Bus 0, device 12, function 1:
Input device controller: Unknown vendor Unknown device (rev 7).
Vendor id=1102. Device id=7002.
Medium devsel. Fast back-to-back capable. Master Capable. Latency=32.
I/O at 0x8400 [0x8401].
Bus 0, device 17, function 0:
Unknown mass storage controller: Promise Technology Unknown device (rev 2).
Vendor id=105a. Device id=d30.
Medium devsel. IRQ 10. Master Capable. Latency=32.
I/O at 0x8000 [0x8001].
I/O at 0x7800 [0x7801].
I/O at 0x7400 [0x7401].
I/O at 0x7000 [0x7001].
I/O at 0x6800 [0x6801].
Non-prefetchable 32 bit memory at 0xdb800000 [0xdb800000].
Bus 1, device 0, function 0:
VGA compatible controller: ATI Unknown device (rev 0).
Vendor id=1002. Device id=534d.
Medium devsel. Fast back-to-back capable. IRQ 11. Master Capable. Latency=64. Min Gnt=8.
Prefetchable 32 bit memory at 0xe0000000 [0xe0000008].
I/O at 0xd800 [0xd801].
Non-prefetchable 32 bit memory at 0xdd000000 [0xdd000000].

=== cat /proc/scsi/scsi ===
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
Vendor: YAMAHA Model: CRW8424E Rev: 1.0g
Type: CD-ROM ANSI SCSI revision: 02
Host: scsi1 Channel: 00 Id: 06 Lun: 00
Vendor: IOMEGA Model: ZIP 100 Rev: J.03
Type: Direct-Access ANSI SCSI revision: 02

=== cat /proc/scsi/ide-scsi/0 ===
SCSI host adapter emulation for IDE ATAPI devices

=== cat /proc/scsi/ppa/1 ===
Version : 2.03 (for Linux 2.2.x)
Parport : parport0
Mode : SPP

=== cat /proc/stat ===
cpu 1859 56319 45007 2053
disk 8296 1617 0 0
disk_rio 6092 370 0 0
disk_wio 2204 1247 0 0
disk_rblk 12190 740 0 0
disk_wblk 4408 2494 0 0
page 127922 6231
swap 1 0
intr 152547 105238 184 0 0 0 1489 2 0 0 0 690 5030 1519 1 38344 50 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
ctxt 56487
btime 984356033
processes 981

=== cat /proc/swaps ===
Filename Type Size Used Priority
/dev/hda2 partition 262576 0 -1

=== cat /proc/sys/dev/cdrom/info ===
CD-ROM information, Id: cdrom.c 3.11 2000/06/12

drive name: sr0 hdc
drive speed: 16 16
drive # of slots: 1 1
Can close tray: 1 1
Can open tray: 1 1
Can lock tray: 1 1
Can change speed: 1 1
Can select disk: 0 0
Can read multisession: 1 1
Can read MCN: 1 1
Reports media changed: 1 1
Can play audio: 1 1
Can write CD-R: 1 0
Can write CD-RW: 1 0
Can read DVD: 0 0
Can write DVD-R: 0 0
Can write DVD-RAM: 0 0


=== cat /proc/sys/kernel/domainname ===
(none)

=== cat /proc/sys/kernel/hostname ===
hunley.homeip.net

=== cat /proc/uptime ===
1052.86 20.53

=== cat /proc/version ===
Linux version 2.2.18ext3 (root@hunley.homeip.net) (gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)) #1 Tue Feb 27 17:07:00 EST 2001

\
 
 \ /
  Last update: 2005-03-22 12:52    [W:0.040 / U:2.192 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site