[hsflinux] Problem loading hsflinmodem drivers on RH9

Johann COHEN-TANUGI johann.cohen at pi.infn.it
Thu Jun 5 18:18:27 EDT 2003


ok here I try again, having cleaned up my code to make sure nothing was 
inapropriately present!
Here is the situation:
1) First attempt: get the buiilt drivers aka 
	hsflinmodem-5.03.27lnxtbeta03042700k2.4.20_8-1rh.i686.rpm

[root at localhost rpm_modem]# rpm --install 
hsflinmodem-5.03.27lnxtbeta03042700k2.4.20_8-1rh.i686.rpm
Removing old /usr/lib/hsf
Linux HSF softmodem drivers, version 5.03.27lnxtbeta03042700
 
WARNING: this is an EXPERIMENTAL BETA VERSION of the HSF drivers for 
Linux.
USE AT YOUR OWN RISK! See the file /usr/lib/hsf/LICENSE for details.
 
Conexant Systems neither distributes nor maintains this package.
PLEASE DO NOT CONTACT CONEXANT REGARDING THIS SOFTWARE!!!
 
If you require assistance or need more information, go to:
              http://www.linuxant.com/drivers
 
When reporting a problem for the first time, please send
us the file generated by "hsfconfig --dumpdiag".
 
Selected PCI VendorID=8086 DeviceID=2486
and INF file /etc/hsf/inf/linux_intel_smartmc.inf
 
Configuring modem for country: "ITALY"
You can change this setting later with the command "hsfconfig --country"
 
Pre-built HSF modules that seem compatible with your system were found 
under
/usr/lib/hsf/modules/binaries/i686/rh/linux-2.4.20-8.
depmod: *** Unresolved symbols in 
/usr/lib/hsf/modules/binaries/i686/rh/linux-2.4.20-8/hsfosspec.o
depmod:         add_wait_queue_R4b75c121
depmod:         remove_wait_queue_Radb54bf0
depmod:         flush_signals_R3b61ab0e
depmod:         default_llseek_R55767354
depmod:         irq_stat_R487376fc
depmod:         filp_open_R060a55d2
depmod:         filp_close_R7e555b69
depmod: *** Unresolved symbols in 
/usr/lib/hsf/modules/binaries/i686/rh/linux-2.4.20-8/hsfserial.o
depmod:         proc_root_driver_R9af1cab6
depmod:         remove_proc_entry_Re4ad217a
depmod:         add_wait_queue_R4b75c121
depmod:         remove_wait_queue_Radb54bf0
depmod:         tty_wait_until_sent_Re3d57e62
depmod:         proc_mkdir_R712b53ba
depmod:         tty_flip_buffer_push_R0d314476
depmod:         tty_register_driver_R45d6bc30
depmod:         tty_hung_up_p_R4a18a9be
depmod:         tty_register_devfs_R526e5312
depmod:         tty_unregister_driver_R150ab4af
depmod:         tty_get_baud_rate_R2d98e7c0
depmod:         create_proc_entry_Reda4ca2c
depmod:         tty_hangup_R239a998f
 
Your HSF modem should now be accessible as /dev/ttySHSF0
or through the symbolic link /dev/modem.
 
[root at localhost rpm_modem]# modprobe hsfserial
/usr/lib/hsf/modules/binaries/i686/rh/linux-2.4.20-8/hsfosspec.o: 
unresolved symbol add_wait_queue_R4b75c121
/usr/lib/hsf/modules/binaries/i686/rh/linux-2.4.20-8/hsfosspec.o: 
unresolved symbol remove_wait_queue_Radb54bf0
/usr/lib/hsf/modules/binaries/i686/rh/linux-2.4.20-8/hsfosspec.o: 
unresolved symbol flush_signals_R3b61ab0e
/usr/lib/hsf/modules/binaries/i686/rh/linux-2.4.20-8/hsfosspec.o: 
unresolved symbol default_llseek_R55767354
/usr/lib/hsf/modules/binaries/i686/rh/linux-2.4.20-8/hsfosspec.o: 
unresolved symbol irq_stat_R487376fc
/usr/lib/hsf/modules/binaries/i686/rh/linux-2.4.20-8/hsfosspec.o: 
unresolved symbol filp_open_R060a55d2
/usr/lib/hsf/modules/binaries/i686/rh/linux-2.4.20-8/hsfosspec.o: 
unresolved symbol filp_close_R7e555b69
/usr/lib/hsf/modules/binaries/i686/rh/linux-2.4.20-8/hsfosspec.o:
Hint: You are trying to load a module without a GPL compatible license
      and it has unresolved symbols.  The module may be trying to access
      GPLONLY symbols but the problem is more likely to be a coding or
      user error.  Contact the module supplier for assistance, only they
      can help you.
 
/usr/lib/hsf/modules/binaries/i686/rh/linux-2.4.20-8/hsfosspec.o: insmod 
/usr/lib/hsf/modules/binaries/i686/rh/linux-2.4.20-8/hsfosspec.o failed
/usr/lib/hsf/modules/binaries/i686/rh/linux-2.4.20-8/hsfosspec.o: insmod 
hsfserial failed


bottom line is: maybe I should recompile on my own

2) Second attempt: I compile the sources
	aka hsflinmodem-5.03.27lnxtbeta03042700-1.src.rpm

I rpm --install which brings up a tar file in /usr/src/redhat/SOURCES
I untar, cd into the dir, do a make uninstall to make sure nothing remains 
behind, and then:

[root at localhost hsflinmodem-5.03.27lnxtbeta03042700]# make install
make[1]: Entering directory 
`/usr/src/redhat/SOURCES/hsflinmodem-5.03.27lnxtbeta03042700/inf'
mkdir -m 755 -p /etc/hsf/inf
install -m 644 linux_ali_smartmc.inf linux_athens.inf linux_hsfi.inf 
linux_hsf.inf linux_intel_smartmc.inf linux_smarthsf.inf 
linux_via_smartmc.inf /etc/hsf/inf
make[1]: Leaving directory 
`/usr/src/redhat/SOURCES/hsflinmodem-5.03.27lnxtbeta03042700/inf'
make[1]: Entering directory 
`/usr/src/redhat/SOURCES/hsflinmodem-5.03.27lnxtbeta03042700/inf2bin'
install -m 755 hsfinf2bin /usr/sbin/hsfinf2bin
make[1]: Leaving directory 
`/usr/src/redhat/SOURCES/hsflinmodem-5.03.27lnxtbeta03042700/inf2bin'
make[1]: Entering directory 
`/usr/src/redhat/SOURCES/hsflinmodem-5.03.27lnxtbeta03042700/firm2bin'
install -m 755 hsffirm2bin /usr/sbin/hsffirm2bin
install -m 644 cnxykf.hex /etc/hsf
make[1]: Leaving directory 
`/usr/src/redhat/SOURCES/hsflinmodem-5.03.27lnxtbeta03042700/firm2bin'
make[1]: Entering directory 
`/usr/src/redhat/SOURCES/hsflinmodem-5.03.27lnxtbeta03042700/scripts'
install -m 755 hsfconfig hsfstop /usr/sbin
make[1]: Leaving directory 
`/usr/src/redhat/SOURCES/hsflinmodem-5.03.27lnxtbeta03042700/scripts'
make[1]: Entering directory 
`/usr/src/redhat/SOURCES/hsflinmodem-5.03.27lnxtbeta03042700/modules'
rm -rf "/usr/lib/hsf/config.mak" "/usr/lib/hsf/imported" 
"/usr/lib/hsf/modules"
mkdir -m 755 -p /usr/lib/hsf/modules
prevsum=""; md5sum `find binaries -type f -print` </dev/null | sort | 
while read sum file ; do \
        if [ "$sum" = "$prevsum" ] && cmp -s "$file" "$prevfile"; then \
                rm -f "$file"; \
                ln "$prevfile" "$file"; \
        else \
                prevsum="$sum"; \
                prevfile="$file"; \
        fi; \
done
(cd .. && find config.mak imported -depth -print | cpio -pdm /usr/lib/hsf)
4077 blocks
find . \( -name COPYING -o -name '*.sh' -o -name '*.[ch]' -o -name '*.mak' 
-o -name '[Mm]akefile' \) -print | cpio -pdm /usr/lib/hsf/modules
541 blocks
find binaries -depth -print | cpio -pdm /usr/lib/hsf/modules
0 blocks
make[1]: Leaving directory 
`/usr/src/redhat/SOURCES/hsflinmodem-5.03.27lnxtbeta03042700/modules'
install -m 444 LICENSE /usr/lib/hsf
                                                                                                                                                           
To complete the installation and configuration of your HSF modem,
please run "hsfconfig" (or "/usr/sbin/hsfconfig")
[root at localhost hsflinmodem-5.03.27lnxtbeta03042700]# hsfconfig
Linux HSF softmodem drivers, version 5.03.27lnxtbeta03042700
                                                                                                                                                           
WARNING: this is an EXPERIMENTAL BETA VERSION of the HSF drivers for 
Linux.
USE AT YOUR OWN RISK! See the file /usr/lib/hsf/LICENSE for details.
 
Conexant Systems neither distributes nor maintains this package.
PLEASE DO NOT CONTACT CONEXANT REGARDING THIS SOFTWARE!!!
 
If you require assistance or need more information, go to:
              http://www.linuxant.com/drivers
 
When reporting a problem for the first time, please send
us the file generated by "hsfconfig --dumpdiag".
 
Should we attempt to automatically configure your hardware? [yes]
 
Selected PCI VendorID=8086 DeviceID=2486
and INF file /etc/hsf/inf/linux_intel_smartmc.inf
 
Supported countries:
 
ARGENTINA, AUSTRALIA, AUSTRIA, BANGLADESH,
BELGIUM, BOLIVIA, BRAZIL, BRUNEI, BULGARIA,
CANADA, CHILE, CHINA, COLOMBIA, COSTA_RICA,
CROATIA, CYPRUS, CZECH_REPUBLIC, DENMARK, DOMINICAN_REPUBLIC,
ECUADOR, EGYPT, EL_SALVADOR, FINLAND, FRANCE,
GERMANY, GREECE, GUATEMALA, HAITI, HONDURAS,
HONG-KONG, HUNGARY, ICELAND, INDIA, INDONESIA,
IRELAND, ISRAEL, ITALY, JAPAN, KOREA,
KUWAIT, LAOS, LATVIA, LIECHTENSTEIN, LUXEMBOURG,
MALAYSIA, MALTA, MEXICO, MYANMAR, NETHERLANDS,
NEW_ZEALAND, NORWAY, PAKISTAN, PANAMA, PARAGUAY,
PERU, PHILIPPINES, POLAND, PORTUGAL, ROMANIA,
RUSSIA, SAUDI_ARABIA, SINGAPORE, SLOVAKIA, SLOVENIA,
SOUTH_AFRICA, SPAIN, SRI_LANKA, SWEDEN, SWITZERLAND,
TAIWAN, THAILAND, TURKEY, UK, UKRAINE,
UNITED_ARAB_EMIRATES, URUGUAY, USA, VENEZUELA, VIETNAM
 
Please enter your country name [ITALY]:
 
Configuring modem for country: "ITALY"
You can change this setting later with the command "hsfconfig --country"
 
This package does not contain pre-built modules suitable for your system:
        Distribution: RedHat-9
        Kernel arch: i686
        Kernel version: linux-2.4.20-8
 
Trying to automatically re-compile the modules..
(this requires a C compiler and proper kernel sources to be installed)
 
Where is the linux source build directory that matches your running 
kernel?
[/lib/modules/2.4.20-8/build]
 
Re-compiling HSF modules for kernel 2.4.20-8, using source directory
/lib/modules/2.4.20-8/build. Please wait..
Re-compilation and installation of HSF modules succeeded.
depmod: *** Unresolved symbols in /lib/modules/2.4.20-8/misc/hsfosspec.o
depmod:         add_wait_queue_R4b75c121
depmod:         remove_wait_queue_Radb54bf0
depmod:         flush_signals_R3b61ab0e
depmod:         default_llseek_R55767354
depmod:         irq_stat_R487376fc
depmod:         filp_open_R060a55d2
depmod:         filp_close_R7e555b69
depmod: *** Unresolved symbols in /lib/modules/2.4.20-8/misc/hsfserial.o
depmod:         proc_root_driver_R9af1cab6
depmod:         remove_proc_entry_Re4ad217a
depmod:         add_wait_queue_R4b75c121
depmod:         remove_wait_queue_Radb54bf0
depmod:         tty_wait_until_sent_Re3d57e62
depmod:         proc_mkdir_R712b53ba
depmod:         tty_flip_buffer_push_R0d314476
depmod:         tty_register_driver_R45d6bc30
depmod:         tty_hung_up_p_R4a18a9be
depmod:         tty_register_devfs_R526e5312
depmod:         tty_unregister_driver_R150ab4af
depmod:         tty_get_baud_rate_R2d98e7c0
depmod:         create_proc_entry_Reda4ca2c
depmod:         tty_hangup_R239a998f
 
Your HSF modem should now be accessible as /dev/ttySHSF0
or through the symbolic link /dev/modem.
 


In other words: same punition!!!!! At that point I remain without too many
ideas... I reattached th result of hsfconfig --dumpdiag in case

JOhann
-------------- next part --------------

+ modprobe -v hsfserial
/sbin/insmod /lib/modules/2.4.20-8/misc/hsfosspec.o
/lib/modules/2.4.20-8/misc/hsfosspec.o: unresolved symbol add_wait_queue_R4b75c121
/lib/modules/2.4.20-8/misc/hsfosspec.o: unresolved symbol remove_wait_queue_Radb54bf0
/lib/modules/2.4.20-8/misc/hsfosspec.o: unresolved symbol flush_signals_R3b61ab0e
/lib/modules/2.4.20-8/misc/hsfosspec.o: unresolved symbol default_llseek_R55767354
/lib/modules/2.4.20-8/misc/hsfosspec.o: unresolved symbol irq_stat_R487376fc
/lib/modules/2.4.20-8/misc/hsfosspec.o: unresolved symbol filp_open_R060a55d2
/lib/modules/2.4.20-8/misc/hsfosspec.o: unresolved symbol filp_close_R7e555b69
/lib/modules/2.4.20-8/misc/hsfosspec.o: 
Hint: You are trying to load a module without a GPL compatible license
      and it has unresolved symbols.  The module may be trying to access
      GPLONLY symbols but the problem is more likely to be a coding or
      user error.  Contact the module supplier for assistance, only they
      can help you.

/lib/modules/2.4.20-8/misc/hsfosspec.o: insmod /lib/modules/2.4.20-8/misc/hsfosspec.o failed
/lib/modules/2.4.20-8/misc/hsfosspec.o: insmod hsfserial failed
Using /lib/modules/2.4.20-8/misc/hsfosspec.o
Symbol version prefix ''

+ lsmod
Module                  Size  Used by    Not tainted
i810_audio             27720   1  (autoclean)
ac97_codec             13640   0  (autoclean) [i810_audio]
soundcore               6404   2  (autoclean) [i810_audio]
radeon                116164   1 
agpgart                47744   3 
parport_pc             19076   1  (autoclean)
lp                      8996   0  (autoclean)
parport                37056   1  (autoclean) [parport_pc lp]
autofs                 13268   0  (autoclean) (unused)
e100                   60580   1 
microcode               4668   0  (autoclean)
ide-scsi               12208   0 
scsi_mod              107064   1  [ide-scsi]
ide-cd                 35676   0 
cdrom                  33728   0  [ide-cd]
ohci1394               20136   0  (unused)
ieee1394               48780   0  [ohci1394]
nls_iso8859-1           3516   1  (autoclean)
nls_cp437               5116   1  (autoclean)
vfat                   13004   1  (autoclean)
fat                    38808   0  (autoclean) [vfat]
keybdev                 2944   0  (unused)
mousedev                5492   1 
hid                    22148   0  (unused)
input                   5856   0  [keybdev mousedev hid]
usb-uhci               26316   0  (unused)
usbcore                78784   1  [hid usb-uhci]
ext3                   70592   1 
jbd                    51700   1  [ext3]

+ date
Thu Jun  5 17:10:54 CEST 2003

+ /usr/sbin/hsfconfig --info
Linux HSF softmodem drivers, version 5.03.27lnxtbeta03042700

WARNING: this is an EXPERIMENTAL BETA VERSION of the HSF drivers for Linux.
USE AT YOUR OWN RISK! See the file /usr/lib/hsf/LICENSE for details.

Conexant Systems neither distributes nor maintains this package.
PLEASE DO NOT CONTACT CONEXANT REGARDING THIS SOFTWARE!!!

If you require assistance or need more information, go to:
              http://www.linuxant.com/drivers

When reporting a problem for the first time, please send
us the file generated by "hsfconfig --dumpdiag".

Current HSF configuration:

	Country name: "ITALY", T.35 code: 0059
	PCI Modem vendor-id: 8086, device-id: 2486
	Driver inf filename: /etc/hsf/inf/linux_intel_smartmc.inf

+ identify_system
linux-i686(i686)-2.4.20-8-MODVERS RedHat-9

+ uname -a
Linux localhost.localdomain 2.4.20-8 #7 Wed May 21 19:26:33 CEST 2003 i686 i686 i386 GNU/Linux

+ gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)

+ cat -v /proc/version
Linux version 2.4.20-8 (root at localhost.localdomain) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #7 Wed May 21 19:26:33 CEST 2003

+ cat -v /proc/cpuinfo
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 2
model name	: Intel(R) Pentium(R) 4 CPU 2.40GHz
stepping	: 7
cpu MHz		: 2386.875
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm
bogomips	: 4757.91


+ cat -v /etc/lsb-release
LSB_VERSION="1.3"

+ cat -v /etc/redhat-release
Red Hat Linux release 9 (Shrike)

+ lspci -n
00:00.0 Class 0600: 8086:1a30 (rev 05)
00:01.0 Class 0604: 8086:1a31 (rev 05)
00:1d.0 Class 0c03: 8086:2482 (rev 02)
00:1d.1 Class 0c03: 8086:2484 (rev 02)
00:1d.2 Class 0c03: 8086:2487 (rev 02)
00:1e.0 Class 0604: 8086:2448 (rev 42)
00:1f.0 Class 0601: 8086:248c (rev 02)
00:1f.1 Class 0101: 8086:248a (rev 02)
00:1f.3 Class 0c05: 8086:2483 (rev 02)
00:1f.5 Class 0401: 8086:2485 (rev 02)
00:1f.6 Class 0703: 8086:2486 (rev 02)
01:00.0 Class 0300: 1002:4c57
02:05.0 Class 0607: 1180:0476 (rev a8)
02:05.1 Class 0607: 1180:0476 (rev a8)
02:05.2 Class 0c00: 1180:0552
02:08.0 Class 0200: 8086:1031 (rev 42)

+ lspci -v
00:00.0 Host bridge: Intel Corp. 82845 845 (Brookdale) Chipset Host Bridge (rev 05)
	Subsystem: Sony Corporation: Unknown device 813c
	Flags: bus master, fast devsel, latency 0
	Memory at ec000000 (32-bit, prefetchable) [size=64M]
	Capabilities: [e4] #09 [c104]
	Capabilities: [a0] AGP version 2.0

00:01.0 PCI bridge: Intel Corp. 82845 845 (Brookdale) Chipset AGP Bridge (rev 05) (prog-if 00 [Normal decode])
	Flags: bus master, 66Mhz, fast devsel, latency 96
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
	I/O behind bridge: 00003000-00003fff
	Memory behind bridge: e8100000-e81fffff
	Prefetchable memory behind bridge: f0000000-f7ffffff

00:1d.0 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #1) (rev 02) (prog-if 00 [UHCI])
	Subsystem: Sony Corporation: Unknown device 813c
	Flags: bus master, medium devsel, latency 0, IRQ 9
	I/O ports at 1800 [size=32]

00:1d.1 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #2) (rev 02) (prog-if 00 [UHCI])
	Subsystem: Sony Corporation: Unknown device 813c
	Flags: bus master, medium devsel, latency 0, IRQ 9
	I/O ports at 1820 [size=32]

00:1d.2 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #3) (rev 02) (prog-if 00 [UHCI])
	Subsystem: Sony Corporation: Unknown device 813c
	Flags: bus master, medium devsel, latency 0, IRQ 9
	I/O ports at 1840 [size=32]

00:1e.0 PCI bridge: Intel Corp. 82801BAM/CAM PCI Bridge (rev 42) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=64
	I/O behind bridge: 00004000-00004fff
	Memory behind bridge: e8200000-e82fffff

00:1f.0 ISA bridge: Intel Corp. 82801CAM ISA Bridge (LPC) (rev 02)
	Flags: bus master, medium devsel, latency 0

00:1f.1 IDE interface: Intel Corp. 82801CAM IDE U100 (rev 02) (prog-if 8a [Master SecP PriP])
	Subsystem: Sony Corporation: Unknown device 813c
	Flags: bus master, medium devsel, latency 0, IRQ 255
	I/O ports at <ignored>
	I/O ports at <ignored>
	I/O ports at <ignored>
	I/O ports at <ignored>
	I/O ports at 1860 [size=16]
	Memory at e8000000 (32-bit, non-prefetchable) [size=1K]

00:1f.3 SMBus: Intel Corp. 82801CA/CAM SMBus (rev 02)
	Subsystem: Sony Corporation: Unknown device 813c
	Flags: medium devsel, IRQ 9
	I/O ports at 1880 [size=32]

00:1f.5 Multimedia audio controller: Intel Corp. 82801CA/CAM AC'97 Audio (rev 02)
	Subsystem: Sony Corporation: Unknown device 813c
	Flags: bus master, medium devsel, latency 0, IRQ 9
	I/O ports at 1c00 [size=256]
	I/O ports at 18c0 [size=64]

00:1f.6 Modem: Intel Corp. 82801CA/CAM AC'97 Modem (rev 02) (prog-if 00 [Generic])
	Subsystem: Sony Corporation: Unknown device 813c
	Flags: bus master, medium devsel, latency 0, IRQ 9
	I/O ports at 2400 [size=256]
	I/O ports at 2000 [size=128]

01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500] (prog-if 00 [VGA])
	Subsystem: Sony Corporation: Unknown device 813c
	Flags: bus master, stepping, fast Back2Back, 66Mhz, medium devsel, latency 66, IRQ 9
	Memory at f0000000 (32-bit, prefetchable) [size=128M]
	I/O ports at 3000 [size=256]
	Memory at e8100000 (32-bit, non-prefetchable) [size=64K]
	Expansion ROM at <unassigned> [disabled] [size=128K]
	Capabilities: [58] AGP version 2.0
	Capabilities: [50] Power Management version 2

02:05.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev a8)
	Subsystem: Sony Corporation: Unknown device 813c
	Flags: bus master, medium devsel, latency 64, IRQ 9
	Memory at 10000000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=02, secondary=03, subordinate=06, sec-latency=0
	I/O window 0: 00000000-00000003
	I/O window 1: 00000000-00000003
	16-bit legacy interface ports at 0001

02:05.1 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev a8)
	Subsystem: Sony Corporation: Unknown device 813c
	Flags: bus master, medium devsel, latency 64, IRQ 9
	Memory at 10001000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=02, secondary=07, subordinate=0a, sec-latency=0
	I/O window 0: 00000000-00000003
	I/O window 1: 00000000-00000003
	16-bit legacy interface ports at 0001

02:05.2 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (prog-if 10 [OHCI])
	Subsystem: Sony Corporation: Unknown device 813c
	Flags: bus master, medium devsel, latency 64, IRQ 9
	Memory at e8201000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [dc] Power Management version 2

02:08.0 Ethernet controller: Intel Corp. 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller (rev 42)
	Subsystem: Sony Corporation: Unknown device 813c
	Flags: bus master, medium devsel, latency 66, IRQ 9
	Memory at e8200000 (32-bit, non-prefetchable) [size=4K]
	I/O ports at 4000 [size=64]
	Capabilities: [dc] Power Management version 2


+ lspci -n -vvv
00:00.0 Class 0600: 8086:1a30 (rev 05)
	Subsystem: 104d:813c
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
	Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR-
	Latency: 0
	Region 0: Memory at ec000000 (32-bit, prefetchable) [size=64M]
	Capabilities: [e4] #09 [c104]
	Capabilities: [a0] AGP version 2.0
		Status: RQ=31 SBA+ 64bit- FW+ Rate=x1,x2,x4
		Command: RQ=0 SBA+ AGP+ 64bit- FW- Rate=x1

00:01.0 Class 0604: 8086:1a31 (rev 05)
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 96
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
	I/O behind bridge: 00003000-00003fff
	Memory behind bridge: e8100000-e81fffff
	Prefetchable memory behind bridge: f0000000-f7ffffff
	BridgeCtl: Parity- SERR- NoISA+ VGA+ MAbort- >Reset- FastB2B-

00:1d.0 Class 0c03: 8086:2482 (rev 02)
	Subsystem: 104d:813c
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 0
	Interrupt: pin A routed to IRQ 9
	Region 4: I/O ports at 1800 [size=32]

00:1d.1 Class 0c03: 8086:2484 (rev 02)
	Subsystem: 104d:813c
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 0
	Interrupt: pin B routed to IRQ 9
	Region 4: I/O ports at 1820 [size=32]

00:1d.2 Class 0c03: 8086:2487 (rev 02)
	Subsystem: 104d:813c
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 0
	Interrupt: pin C routed to IRQ 9
	Region 4: I/O ports at 1840 [size=32]

00:1e.0 Class 0604: 8086:2448 (rev 42)
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 0
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=64
	I/O behind bridge: 00004000-00004fff
	Memory behind bridge: e8200000-e82fffff
	Prefetchable memory behind bridge: fff00000-000fffff
	BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-

00:1f.0 Class 0601: 8086:248c (rev 02)
	Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 0

00:1f.1 Class 0101: 8086:248a (rev 02) (prog-if 8a [Master SecP PriP])
	Subsystem: 104d:813c
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 0
	Interrupt: pin A routed to IRQ 255
	Region 0: I/O ports at <ignored>
	Region 1: I/O ports at <ignored>
	Region 2: I/O ports at <ignored>
	Region 3: I/O ports at <ignored>
	Region 4: I/O ports at 1860 [size=16]
	Region 5: Memory at e8000000 (32-bit, non-prefetchable) [size=1K]

00:1f.3 Class 0c05: 8086:2483 (rev 02)
	Subsystem: 104d:813c
	Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Interrupt: pin B routed to IRQ 9
	Region 4: I/O ports at 1880 [size=32]

00:1f.5 Class 0401: 8086:2485 (rev 02)
	Subsystem: 104d:813c
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 0
	Interrupt: pin B routed to IRQ 9
	Region 0: I/O ports at 1c00 [size=256]
	Region 1: I/O ports at 18c0 [size=64]

00:1f.6 Class 0703: 8086:2486 (rev 02)
	Subsystem: 104d:813c
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 0
	Interrupt: pin B routed to IRQ 9
	Region 0: I/O ports at 2400 [size=256]
	Region 1: I/O ports at 2000 [size=128]

01:00.0 Class 0300: 1002:4c57
	Subsystem: 104d:813c
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping+ SERR- FastB2B+
	Status: Cap+ 66Mhz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 66 (2000ns min), cache line size 08
	Interrupt: pin A routed to IRQ 9
	Region 0: Memory at f0000000 (32-bit, prefetchable) [size=128M]
	Region 1: I/O ports at 3000 [size=256]
	Region 2: Memory at e8100000 (32-bit, non-prefetchable) [size=64K]
	Expansion ROM at <unassigned> [disabled] [size=128K]
	Capabilities: [58] AGP version 2.0
		Status: RQ=47 SBA+ 64bit- FW- Rate=x1,x2,x4
		Command: RQ=31 SBA+ AGP+ 64bit- FW- Rate=x1
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 PME-Enable- DSel=0 DScale=0 PME-

02:05.0 Class 0607: 1180:0476 (rev a8)
	Subsystem: 104d:813c
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 64
	Interrupt: pin A routed to IRQ 9
	Region 0: Memory at 10000000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=02, secondary=03, subordinate=06, sec-latency=0
	Memory window 0: 00000000-00000000 (prefetchable)
	Memory window 1: 00000000-00000000 (prefetchable)
	I/O window 0: 00000000-00000003
	I/O window 1: 00000000-00000003
	BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset- 16bInt- PostWrite+
	16-bit legacy interface ports at 0001

02:05.1 Class 0607: 1180:0476 (rev a8)
	Subsystem: 104d:813c
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 64
	Interrupt: pin B routed to IRQ 9
	Region 0: Memory at 10001000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=02, secondary=07, subordinate=0a, sec-latency=0
	Memory window 0: 00000000-00000000 (prefetchable)
	Memory window 1: 00000000-00000000 (prefetchable)
	I/O window 0: 00000000-00000003
	I/O window 1: 00000000-00000003
	BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset- 16bInt- PostWrite+
	16-bit legacy interface ports at 0001

02:05.2 Class 0c00: 1180:0552 (prog-if 10)
	Subsystem: 104d:813c
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 64 (500ns min, 1000ns max)
	Interrupt: pin C routed to IRQ 9
	Region 0: Memory at e8201000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [dc] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 PME-Enable- DSel=0 DScale=2 PME+

02:08.0 Class 0200: 8086:1031 (rev 42)
	Subsystem: 104d:813c
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 66 (2000ns min, 14000ns max), cache line size 08
	Interrupt: pin A routed to IRQ 9
	Region 0: Memory at e8200000 (32-bit, non-prefetchable) [size=4K]
	Region 1: I/O ports at 4000 [size=64]
	Capabilities: [dc] Power Management version 2
		Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 PME-Enable- DSel=0 DScale=2 PME-


+ cat -v /proc/pci
PCI devices found:
  Bus  0, device   0, function  0:
    Host bridge: Intel Corp. 82845 845 (Brookdale) Chipset Host Bridge (rev 5).
      Prefetchable 32 bit memory at 0xec000000 [0xefffffff].
  Bus  0, device   1, function  0:
    PCI bridge: Intel Corp. 82845 845 (Brookdale) Chipset AGP Bridge (rev 5).
      Master Capable.  Latency=96.  Min Gnt=12.
  Bus  0, device  29, function  0:
    USB Controller: Intel Corp. 82801CA/CAM USB (Hub #1) (rev 2).
      IRQ 9.
      I/O at 0x1800 [0x181f].
  Bus  0, device  29, function  1:
    USB Controller: Intel Corp. 82801CA/CAM USB (Hub #2) (rev 2).
      IRQ 9.
      I/O at 0x1820 [0x183f].
  Bus  0, device  29, function  2:
    USB Controller: Intel Corp. 82801CA/CAM USB (Hub #3) (rev 2).
      IRQ 9.
      I/O at 0x1840 [0x185f].
  Bus  0, device  30, function  0:
    PCI bridge: Intel Corp. 82801BAM/CAM PCI Bridge (rev 66).
      Master Capable.  No bursts.  Min Gnt=4.
  Bus  0, device  31, function  0:
    ISA bridge: Intel Corp. 82801CAM ISA Bridge (LPC) (rev 2).
  Bus  0, device  31, function  1:
    IDE interface: Intel Corp. 82801CAM IDE U100 (rev 2).
      IRQ 255.
      I/O at 0x1860 [0x186f].
      Non-prefetchable 32 bit memory at 0xe8000000 [0xe80003ff].
  Bus  0, device  31, function  3:
    SMBus: Intel Corp. 82801CA/CAM SMBus (rev 2).
      IRQ 9.
      I/O at 0x1880 [0x189f].
  Bus  0, device  31, function  5:
    Multimedia audio controller: Intel Corp. 82801CA/CAM AC'97 Audio (rev 2).
      IRQ 9.
      I/O at 0x1c00 [0x1cff].
      I/O at 0x18c0 [0x18ff].
  Bus  0, device  31, function  6:
    Modem: Intel Corp. 82801CA/CAM AC'97 Modem (rev 2).
      IRQ 9.
      I/O at 0x2400 [0x24ff].
      I/O at 0x2000 [0x207f].
  Bus  1, device   0, function  0:
    VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW (rev 0).
      IRQ 9.
      Master Capable.  Latency=66.  Min Gnt=8.
      Prefetchable 32 bit memory at 0xf0000000 [0xf7ffffff].
      I/O at 0x3000 [0x30ff].
      Non-prefetchable 32 bit memory at 0xe8100000 [0xe810ffff].
  Bus  2, device   5, function  0:
    CardBus bridge: Ricoh Co Ltd RL5c476 II (rev 168).
      IRQ 9.
      Master Capable.  Latency=64.  Max Lat=7.
      Non-prefetchable 32 bit memory at 0x10000000 [0x10000fff].
  Bus  2, device   5, function  1:
    CardBus bridge: Ricoh Co Ltd RL5c476 II (#2) (rev 168).
      IRQ 9.
      Master Capable.  Latency=64.  Max Lat=7.
      Non-prefetchable 32 bit memory at 0x10001000 [0x10001fff].
  Bus  2, device   5, function  2:
    FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 0).
      IRQ 9.
      Master Capable.  Latency=64.  Min Gnt=2.Max Lat=4.
      Non-prefetchable 32 bit memory at 0xe8201000 [0xe82017ff].
  Bus  2, device   8, function  0:
    Ethernet controller: Intel Corp. 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller (rev 66).
      IRQ 9.
      Master Capable.  Latency=66.  Min Gnt=8.Max Lat=56.
      Non-prefetchable 32 bit memory at 0xe8200000 [0xe8200fff].
      I/O at 0x4000 [0x403f].

+ cat -v /proc/cmdline
ro root=LABEL=/ hdd=ide-scsi

+ cat -v /proc/uptime
12082.86 11409.43

+ cat -v /proc/devices
Character devices:
  1 mem
  2 pty
  3 ttyp
  4 ttyS
  5 cua
  6 lp
  7 vcs
 10 misc
 13 input
 14 sound
 29 fb
 36 netlink
128 ptm
129 ptm
130 ptm
131 ptm
132 ptm
133 ptm
134 ptm
135 ptm
136 pts
137 pts
138 pts
139 pts
140 pts
141 pts
142 pts
143 pts
162 raw
171 ieee1394
180 usb
226 drm

Block devices:
  1 ramdisk
  3 ide0
  9 md
 12 unnamed
 14 unnamed
 22 ide1
 38 unnamed
 39 unnamed

+ cat -v /proc/misc
175 agpgart
184 microcode
135 rtc
  1 psaux

+ cat -v /proc/filesystems
nodev	rootfs
nodev	bdev
nodev	proc
nodev	sockfs
nodev	tmpfs
nodev	shm
nodev	pipefs
	ext2
nodev	ramfs
	iso9660
nodev	devpts
	ext3
nodev	usbdevfs
nodev	usbfs
	vfat
nodev	autofs

+ cat -v /proc/interrupts
           CPU0       
  0:    1208286          XT-PIC  timer
  1:      18721          XT-PIC  keyboard
  2:          0          XT-PIC  cascade
  8:          1          XT-PIC  rtc
  9:    1502736          XT-PIC  acpi, usb-uhci, usb-uhci, usb-uhci, ohci1394, radeon at PCI:1:0:0, Intel ICH3, eth0
 12:      54620          XT-PIC  PS/2 Mouse
 14:     230695          XT-PIC  ide0
 15:      95384          XT-PIC  ide1
NMI:          0 
ERR:          0

+ cat -v /proc/iomem
00000000-0009e7ff : System RAM
0009e800-0009ffff : reserved
000a0000-000bffff : Video RAM area
000c0000-000c7fff : Video ROM
000d8000-000dffff : reserved
000f0000-000fffff : System ROM
00100000-0feeffff : System RAM
  00100000-0027696b : Kernel code
  0027696c-00381fc3 : Kernel data
0fef0000-0fefefff : ACPI Tables
0feff000-0fefffff : ACPI Non-volatile Storage
0ff00000-0ff7ffff : System RAM
0ff80000-0fffffff : reserved
10000000-10000fff : Ricoh Co Ltd RL5c476 II
10001000-10001fff : Ricoh Co Ltd RL5c476 II (#2)
e8000000-e80003ff : Intel Corp. 82801CAM IDE U100
e8100000-e81fffff : PCI Bus #01
  e8100000-e810ffff : ATI Technologies Inc Radeon Mobility M7 LW
e8200000-e8200fff : Intel Corp. 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller
  e8200000-e8200fff : e100
e8201000-e82017ff : Ricoh Co Ltd R5C552 IEEE 1394 Controller
  e8201000-e82017ff : ohci1394
ec000000-efffffff : Intel Corp. 82845 845 (Brookdale) Chipset Host Bridge
f0000000-f7ffffff : PCI Bus #01
  f0000000-f7ffffff : ATI Technologies Inc Radeon Mobility M7 LW
ff800000-ffbfffff : reserved
fff80000-ffffffff : reserved

+ cat -v /proc/ioports
0000-001f : dma1
0020-003f : pic1
0040-005f : timer
0060-006f : keyboard
0070-007f : rtc
0080-008f : dma page reg
00a0-00bf : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : ide1
01f0-01f7 : ide0
0376-0376 : ide1
0378-037a : parport0
03c0-03df : vga+
03f6-03f6 : ide0
0cf8-0cff : PCI conf1
1800-181f : Intel Corp. 82801CA/CAM USB (Hub #1)
  1800-181f : usb-uhci
1820-183f : Intel Corp. 82801CA/CAM USB (Hub #2)
  1820-183f : usb-uhci
1840-185f : Intel Corp. 82801CA/CAM USB (Hub #3)
  1840-185f : usb-uhci
1860-186f : Intel Corp. 82801CAM IDE U100
  1860-1867 : ide0
  1868-186f : ide1
1880-189f : Intel Corp. 82801CA/CAM SMBus
18c0-18ff : Intel Corp. 82801CA/CAM AC'97 Audio
  18c0-18ff : Intel ICH3
1c00-1cff : Intel Corp. 82801CA/CAM AC'97 Audio
  1c00-1cff : Intel ICH3
2000-207f : Intel Corp. 82801CA/CAM AC'97 Modem
2400-24ff : Intel Corp. 82801CA/CAM AC'97 Modem
3000-3fff : PCI Bus #01
  3000-30ff : ATI Technologies Inc Radeon Mobility M7 LW
4000-403f : Intel Corp. 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller
  4000-403f : e100

+ cat -v /proc/dma
 4: cascade

+ cat -v /proc/mtrr
reg00: base=0x00000000 (   0MB), size= 256MB: write-back, count=1
reg01: base=0x0ff80000 ( 255MB), size= 512KB: uncachable, count=1
reg02: base=0x0ff80000 ( 255MB), size= 512KB: uncachable, count=1
reg03: base=0xf0000000 (3840MB), size=  32MB: write-combining, count=2
reg04: base=0xec000000 (3776MB), size=  64MB: write-combining, count=1

+ cat -v /proc/partitions
major minor  #blocks  name     rio rmerge rsect ruse wio wmerge wsect wuse running use aveq

   3     0   29302560 hda 150707 237755 3002802 2781910 79974 197433 2206938 19312250 -11 12061540 18225538
   3     1    6144831 hda1 13 71 168 140 0 0 0 0 0 140 140
   3     2          1 hda2 0 0 0 0 0 0 0 0 0 0 0
   3     3    8538547 hda3 131936 237439 2955762 2582410 75481 187532 2108024 16269870 0 1796940 18874460
   3     5    4096543 hda5 3783 71 3938 6870 0 0 0 0 0 6870 6870
   3     6   10257471 hda6 12862 121 25966 154440 2299 410 5418 981370 0 198980 1135810
   3     7     265041 hda7 2109 41 16936 37950 2194 9491 93496 2061010 0 1890990 2098960

+ cat -v /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / ext3 rw 0 0
/proc /proc proc rw 0 0
usbdevfs /proc/bus/usb usbdevfs rw 0 0
none /dev/pts devpts rw 0 0
none /dev/shm tmpfs rw 0 0
/dev/hda5 /vfat vfat rw 0 0
/dev/hda6 /data0 ext2 rw 0 0

+ cat -v /proc/swaps
Filename			Type		Size	Used	Priority
/dev/hda7                       partition	265032	44044	-1

+ cat -v /proc/meminfo
        total:    used:    free:  shared: buffers:  cached:
Mem:  260907008 245374976 15532032        0 14401536 124715008
Swap: 271392768 45101056 226291712
MemTotal:       254792 kB
MemFree:         15168 kB
MemShared:           0 kB
Buffers:         14064 kB
Cached:         111516 kB
SwapCached:      10276 kB
Active:         178032 kB
ActiveAnon:      80764 kB
ActiveCache:     97268 kB
Inact_dirty:     13776 kB
Inact_laundry:    7508 kB
Inact_clean:      8276 kB
Inact_target:    41516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:       254792 kB
LowFree:         15168 kB
SwapTotal:      265032 kB
SwapFree:       220988 kB

+ cat -v /proc/stat
cpu  56170 3860 11590 1136668
cpu0 56170 3860 11590 1136668
page 1501713 1103480
swap 2097 11687
intr 3110451 1208288 18721 0 1 0 0 0 4 1 1502737 0 0 54620 0 230695 95384
disk_io: (3,0):(231272,150806,3002802,80466,2206938) 
ctxt 1871247
btime 1054813773
processes 31371

+ cat -v /proc/apm
cat: /proc/apm: No such file or directory

+ cat -v /proc/modules
i810_audio             27720   1 (autoclean)
ac97_codec             13640   0 (autoclean) [i810_audio]
soundcore               6404   2 (autoclean) [i810_audio]
radeon                116164   1
agpgart                47744   3
parport_pc             19076   1 (autoclean)
lp                      8996   0 (autoclean)
parport                37056   1 (autoclean) [parport_pc lp]
autofs                 13268   0 (autoclean) (unused)
e100                   60580   1
microcode               4668   0 (autoclean)
ide-scsi               12208   0
scsi_mod              107064   1 [ide-scsi]
ide-cd                 35676   0
cdrom                  33728   0 [ide-cd]
ohci1394               20136   0 (unused)
ieee1394               48780   0 [ohci1394]
nls_iso8859-1           3516   1 (autoclean)
nls_cp437               5116   1 (autoclean)
vfat                   13004   1 (autoclean)
fat                    38808   0 (autoclean) [vfat]
keybdev                 2944   0 (unused)
mousedev                5492   1
hid                    22148   0 (unused)
input                   5856   0 [keybdev mousedev hid]
usb-uhci               26316   0 (unused)
usbcore                78784   1 [hid usb-uhci]
ext3                   70592   1
jbd                    51700   1 [ext3]

+ cat -v /proc/ldiscs
cat: /proc/ldiscs: No such file or directory

+ modprobe -V
modprobe: Nothing to load ???
Specify at least a module or a wildcard like \*
modprobe version 2.4.22

+ modprobe -l *hsfserial*
/lib/modules/2.4.20-8/misc/hsfserial.o

+ cat -v /etc/modules.conf
alias eth0 e100
alias usb-controller usb-uhci
alias ieee1394-controller ohci1394
### generic ppp support lines
alias /dev/ppp          ppp_generic
alias char-major-108    ppp_generic
alias tty-ldisc-3       ppp_async
alias tty-ldisc-14      ppp_synctty
alias ppp-compress-21   bsd_comp
alias ppp-compress-24   ppp_deflate
alias ppp-compress-26   ppp_deflate
### end ppp support lines
 


alias char-major-10-250 sonypi
options sonypi minor=250 fnkeyinit=1

alias sound-slot-0 i810_audio
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :
alias /dev/ttySHSF* hsfserial
alias char-major-240 hsfserial
alias /dev/ttyCUA* hsfserial
alias char-major-241 hsfserial
alias /dev/modem hsfserial
options hsfserial serialmajor=240 calloutmajor=241

+ depmod -e -a
depmod: *** Unresolved symbols in /lib/modules/2.4.20-8/misc/hsfosspec.o
depmod: 	add_wait_queue_R4b75c121
depmod: 	remove_wait_queue_Radb54bf0
depmod: 	flush_signals_R3b61ab0e
depmod: 	default_llseek_R55767354
depmod: 	irq_stat_R487376fc
depmod: 	filp_open_R060a55d2
depmod: 	filp_close_R7e555b69
depmod: *** Unresolved symbols in /lib/modules/2.4.20-8/misc/hsfserial.o
depmod: 	proc_root_driver_R9af1cab6
depmod: 	remove_proc_entry_Re4ad217a
depmod: 	add_wait_queue_R4b75c121
depmod: 	remove_wait_queue_Radb54bf0
depmod: 	tty_wait_until_sent_Re3d57e62
depmod: 	proc_mkdir_R712b53ba
depmod: 	tty_flip_buffer_push_R0d314476
depmod: 	tty_register_driver_R45d6bc30
depmod: 	tty_hung_up_p_R4a18a9be
depmod: 	tty_register_devfs_R526e5312
depmod: 	tty_unregister_driver_R150ab4af
depmod: 	tty_get_baud_rate_R2d98e7c0
depmod: 	create_proc_entry_Reda4ca2c
depmod: 	tty_hangup_R239a998f

+ cat -v /proc/tty/drivers
serial               /dev/cua        5  64-127 serial:callout
serial               /dev/ttyS       4  64-127 serial
pty_slave            /dev/pts      143   0-255 pty:slave
pty_master           /dev/ptm      135   0-255 pty:master
pty_slave            /dev/pts      142   0-255 pty:slave
pty_master           /dev/ptm      134   0-255 pty:master
pty_slave            /dev/pts      141   0-255 pty:slave
pty_master           /dev/ptm      133   0-255 pty:master
pty_slave            /dev/pts      140   0-255 pty:slave
pty_master           /dev/ptm      132   0-255 pty:master
pty_slave            /dev/pts      139   0-255 pty:slave
pty_master           /dev/ptm      131   0-255 pty:master
pty_slave            /dev/pts      138   0-255 pty:slave
pty_master           /dev/ptm      130   0-255 pty:master
pty_slave            /dev/pts      137   0-255 pty:slave
pty_master           /dev/ptm      129   0-255 pty:master
pty_slave            /dev/pts      136   0-255 pty:slave
pty_master           /dev/ptm      128   0-255 pty:master
pty_slave            /dev/ttyp       3   0-255 pty:slave
pty_master           /dev/pty        2   0-255 pty:master
/dev/vc/0            /dev/vc/0       4       0 system:vtmaster
/dev/ptmx            /dev/ptmx       5       2 system
/dev/console         /dev/console    5       1 system:console
/dev/tty             /dev/tty        5       0 system:/dev/tty
unknown              /dev/vc/%d      4    1-63 console

+ cat -v /proc/tty/driver/serial
serinfo:1.0 driver:5.05c revision:2001-07-08

+ ls -l /dev/modem*
lrwxrwxrwx    1 root     root           13 Jun  5 17:06 /dev/modem -> /dev/ttySHSF0
lrwxrwxrwx    1 root     root           10 May 19 10:30 /dev/modem.old -> /dev/536ep

+ ls -l /dev/*HSF*
crw-rw-rw-    1 root     root     241,  64 Jun  5 17:06 /dev/cuaHSF0
crw-rw-rw-    1 root     root     240,  64 Jun  5 17:06 /dev/ttySHSF0

+ ls -l /dev/*cnxt*
ls: /dev/*cnxt*: No such file or directory

+ ls -l /dev/*hsf*
ls: /dev/*hsf*: No such file or directory

+ ls -l /dev/ttyS*
crw-rw----    1 root     uucp       4,  64 Jan 30 11:24 /dev/ttyS0
crw-rw----    1 root     uucp       4,  65 Jan 30 11:24 /dev/ttyS1
crw-rw----    1 root     uucp       4,  74 Jan 30 11:24 /dev/ttyS10
crw-rw----    1 root     uucp       4,  75 Jan 30 11:24 /dev/ttyS11
crw-rw----    1 root     uucp       4,  76 Jan 30 11:24 /dev/ttyS12
crw-rw----    1 root     uucp       4,  77 Jan 30 11:24 /dev/ttyS13
crw-rw----    1 root     uucp       4,  78 Jan 30 11:24 /dev/ttyS14
crw-rw----    1 root     uucp       4,  79 Jan 30 11:24 /dev/ttyS15
crw-rw----    1 root     uucp       4,  80 Jan 30 11:24 /dev/ttyS16
crw-rw----    1 root     uucp       4,  81 Jan 30 11:24 /dev/ttyS17
crw-rw----    1 root     uucp       4,  82 Jan 30 11:24 /dev/ttyS18
crw-rw----    1 root     uucp       4,  83 Jan 30 11:24 /dev/ttyS19
crw-rw----    1 root     uucp       4,  66 Jan 30 11:24 /dev/ttyS2
crw-rw----    1 root     uucp       4,  84 Jan 30 11:24 /dev/ttyS20
crw-rw----    1 root     uucp       4,  85 Jan 30 11:24 /dev/ttyS21
crw-rw----    1 root     uucp       4,  86 Jan 30 11:24 /dev/ttyS22
crw-rw----    1 root     uucp       4,  87 Jan 30 11:24 /dev/ttyS23
crw-rw----    1 root     uucp       4,  88 Jan 30 11:24 /dev/ttyS24
crw-rw----    1 root     uucp       4,  89 Jan 30 11:24 /dev/ttyS25
crw-rw----    1 root     uucp       4,  90 Jan 30 11:24 /dev/ttyS26
crw-rw----    1 root     uucp       4,  91 Jan 30 11:24 /dev/ttyS27
crw-rw----    1 root     uucp       4,  92 Jan 30 11:24 /dev/ttyS28
crw-rw----    1 root     uucp       4,  93 Jan 30 11:24 /dev/ttyS29
crw-rw----    1 root     uucp       4,  67 Jan 30 11:24 /dev/ttyS3
crw-rw----    1 root     uucp       4,  94 Jan 30 11:24 /dev/ttyS30
crw-rw----    1 root     uucp       4,  95 Jan 30 11:24 /dev/ttyS31
crw-rw----    1 root     uucp       4,  68 Jan 30 11:24 /dev/ttyS4
crw-rw----    1 root     uucp       4,  69 Jan 30 11:24 /dev/ttyS5
crw-rw----    1 root     uucp       4,  70 Jan 30 11:24 /dev/ttyS6
crw-rw----    1 root     uucp       4,  71 Jan 30 11:24 /dev/ttyS7
crw-rw----    1 root     uucp       4,  72 Jan 30 11:24 /dev/ttyS8
crw-rw----    1 root     uucp       4,  73 Jan 30 11:24 /dev/ttyS9
crw-rw----    1 root     uucp     204,   5 Jan 30 11:24 /dev/ttySA0
crw-rw----    1 root     uucp     204,   6 Jan 30 11:24 /dev/ttySA1
crw-rw----    1 root     uucp     204,   7 Jan 30 11:24 /dev/ttySA2
crw-rw----    1 root     uucp     204,   8 Jan 30 11:24 /dev/ttySC0
crw-rw----    1 root     uucp     204,   9 Jan 30 11:24 /dev/ttySC1
crw-rw----    1 root     uucp     204,  10 Jan 30 11:24 /dev/ttySC2
crw-rw----    1 root     uucp     204,  11 Jan 30 11:24 /dev/ttySC3
crw-rw-rw-    1 root     root     240,  64 Jun  5 17:06 /dev/ttySHSF0
crw-rw----    1 root     uucp     174,   0 Jan 30 11:24 /dev/ttySI0
crw-rw----    1 root     uucp     174,   1 Jan 30 11:24 /dev/ttySI1
crw-rw----    1 root     uucp     174,  10 Jan 30 11:24 /dev/ttySI10
crw-rw----    1 root     uucp     174,  11 Jan 30 11:24 /dev/ttySI11
crw-rw----    1 root     uucp     174,  12 Jan 30 11:24 /dev/ttySI12
crw-rw----    1 root     uucp     174,  13 Jan 30 11:24 /dev/ttySI13
crw-rw----    1 root     uucp     174,  14 Jan 30 11:24 /dev/ttySI14
crw-rw----    1 root     uucp     174,  15 Jan 30 11:24 /dev/ttySI15
crw-rw----    1 root     uucp     174,   2 Jan 30 11:24 /dev/ttySI2
crw-rw----    1 root     uucp     174,   3 Jan 30 11:24 /dev/ttySI3
crw-rw----    1 root     uucp     174,   4 Jan 30 11:24 /dev/ttySI4
crw-rw----    1 root     uucp     174,   5 Jan 30 11:24 /dev/ttySI5
crw-rw----    1 root     uucp     174,   6 Jan 30 11:24 /dev/ttySI6
crw-rw----    1 root     uucp     174,   7 Jan 30 11:24 /dev/ttySI7
crw-rw----    1 root     uucp     174,   8 Jan 30 11:24 /dev/ttySI8
crw-rw----    1 root     uucp     174,   9 Jan 30 11:24 /dev/ttySI9
crw-rw----    1 root     uucp     154,   0 Jan 30 11:24 /dev/ttySR0
crw-rw----    1 root     uucp     154,   1 Jan 30 11:24 /dev/ttySR1
crw-rw----    1 root     uucp     154,  10 Jan 30 11:24 /dev/ttySR10
crw-rw----    1 root     uucp     154,  11 Jan 30 11:24 /dev/ttySR11
crw-rw----    1 root     uucp     154,  12 Jan 30 11:24 /dev/ttySR12
crw-rw----    1 root     uucp     154,  13 Jan 30 11:24 /dev/ttySR13
crw-rw----    1 root     uucp     154,  14 Jan 30 11:24 /dev/ttySR14
crw-rw----    1 root     uucp     154,  15 Jan 30 11:24 /dev/ttySR15
crw-rw----    1 root     uucp     154,  16 Jan 30 11:24 /dev/ttySR16
crw-rw----    1 root     uucp     154,  17 Jan 30 11:24 /dev/ttySR17
crw-rw----    1 root     uucp     154,  18 Jan 30 11:24 /dev/ttySR18
crw-rw----    1 root     uucp     154,  19 Jan 30 11:24 /dev/ttySR19
crw-rw----    1 root     uucp     154,   2 Jan 30 11:24 /dev/ttySR2
crw-rw----    1 root     uucp     154,  20 Jan 30 11:24 /dev/ttySR20
crw-rw----    1 root     uucp     154,  21 Jan 30 11:24 /dev/ttySR21
crw-rw----    1 root     uucp     154,  22 Jan 30 11:24 /dev/ttySR22
crw-rw----    1 root     uucp     154,  23 Jan 30 11:24 /dev/ttySR23
crw-rw----    1 root     uucp     154,  24 Jan 30 11:24 /dev/ttySR24
crw-rw----    1 root     uucp     154,  25 Jan 30 11:24 /dev/ttySR25
crw-rw----    1 root     uucp     156,   0 Jan 30 11:24 /dev/ttySR256
crw-rw----    1 root     uucp     156,   1 Jan 30 11:24 /dev/ttySR257
crw-rw----    1 root     uucp     156,   2 Jan 30 11:24 /dev/ttySR258
crw-rw----    1 root     uucp     156,   3 Jan 30 11:24 /dev/ttySR259
crw-rw----    1 root     uucp     154,  26 Jan 30 11:24 /dev/ttySR26
crw-rw----    1 root     uucp     156,   4 Jan 30 11:24 /dev/ttySR260
crw-rw----    1 root     uucp     156,   5 Jan 30 11:24 /dev/ttySR261
crw-rw----    1 root     uucp     156,   6 Jan 30 11:24 /dev/ttySR262
crw-rw----    1 root     uucp     156,   7 Jan 30 11:24 /dev/ttySR263
crw-rw----    1 root     uucp     156,   8 Jan 30 11:24 /dev/ttySR264
crw-rw----    1 root     uucp     156,   9 Jan 30 11:24 /dev/ttySR265
crw-rw----    1 root     uucp     156,  10 Jan 30 11:24 /dev/ttySR266
crw-rw----    1 root     uucp     156,  11 Jan 30 11:24 /dev/ttySR267
crw-rw----    1 root     uucp     156,  12 Jan 30 11:24 /dev/ttySR268
crw-rw----    1 root     uucp     156,  13 Jan 30 11:24 /dev/ttySR269
crw-rw----    1 root     uucp     154,  27 Jan 30 11:24 /dev/ttySR27
crw-rw----    1 root     uucp     156,  14 Jan 30 11:24 /dev/ttySR270
crw-rw----    1 root     uucp     156,  15 Jan 30 11:24 /dev/ttySR271
crw-rw----    1 root     uucp     156,  16 Jan 30 11:24 /dev/ttySR272
crw-rw----    1 root     uucp     156,  17 Jan 30 11:24 /dev/ttySR273
crw-rw----    1 root     uucp     156,  18 Jan 30 11:24 /dev/ttySR274
crw-rw----    1 root     uucp     156,  19 Jan 30 11:24 /dev/ttySR275
crw-rw----    1 root     uucp     156,  20 Jan 30 11:24 /dev/ttySR276
crw-rw----    1 root     uucp     156,  21 Jan 30 11:24 /dev/ttySR277
crw-rw----    1 root     uucp     156,  22 Jan 30 11:24 /dev/ttySR278
crw-rw----    1 root     uucp     156,  23 Jan 30 11:24 /dev/ttySR279
crw-rw----    1 root     uucp     154,  28 Jan 30 11:24 /dev/ttySR28
crw-rw----    1 root     uucp     156,  24 Jan 30 11:24 /dev/ttySR280
crw-rw----    1 root     uucp     156,  25 Jan 30 11:24 /dev/ttySR281
crw-rw----    1 root     uucp     156,  26 Jan 30 11:24 /dev/ttySR282
crw-rw----    1 root     uucp     156,  27 Jan 30 11:24 /dev/ttySR283
crw-rw----    1 root     uucp     156,  28 Jan 30 11:24 /dev/ttySR284
crw-rw----    1 root     uucp     156,  29 Jan 30 11:24 /dev/ttySR285
crw-rw----    1 root     uucp     156,  30 Jan 30 11:24 /dev/ttySR286
crw-rw----    1 root     uucp     156,  31 Jan 30 11:24 /dev/ttySR287
crw-rw----    1 root     uucp     154,  29 Jan 30 11:24 /dev/ttySR29
crw-rw----    1 root     uucp     154,   3 Jan 30 11:24 /dev/ttySR3
crw-rw----    1 root     uucp     154,  30 Jan 30 11:24 /dev/ttySR30
crw-rw----    1 root     uucp     154,  31 Jan 30 11:24 /dev/ttySR31
crw-rw----    1 root     uucp     154,   4 Jan 30 11:24 /dev/ttySR4
crw-rw----    1 root     uucp     154,   5 Jan 30 11:24 /dev/ttySR5
crw-rw----    1 root     uucp     154,   6 Jan 30 11:24 /dev/ttySR6
crw-rw----    1 root     uucp     154,   7 Jan 30 11:24 /dev/ttySR7
crw-rw----    1 root     uucp     154,   8 Jan 30 11:24 /dev/ttySR8
crw-rw----    1 root     uucp     154,   9 Jan 30 11:24 /dev/ttySR9

+ ls -l /dev/tts*
ls: /dev/tts*: No such file or directory

+ ls -lR /usr/lib/hsf/.
/usr/lib/hsf/.:
total 16
-rw-r--r--    1 cohen    root         1228 Apr 16 20:17 config.mak
drwxr-xr-x    3 root     root         4096 Apr 27 21:58 imported
-r--r--r--    1 root     root         2986 Jun  5 17:04 LICENSE
drwxr-xr-x    4 root     root         4096 Jun  5 17:06 modules

/usr/lib/hsf/./imported:
total 1920
-rw-r--r--    1 root     root       121424 Apr 27 21:58 hsfali.O
-rw-r--r--    1 root     root       120464 Apr 27 21:58 hsfbasic2.O
-rw-r--r--    1 root     root      1330316 Apr 27 21:58 hsfengine.O
-rw-r--r--    1 root     root       120820 Apr 27 21:58 hsfich.O
-rw-r--r--    1 root     root       125804 Apr 27 21:58 hsfvia.O
-rw-r--r--    1 root     root       104528 Apr 27 21:58 hsfyukon.O
drwxr-xr-x    2 root     root         4096 Apr 27 21:58 include
-rw-r--r--    1 root     root          432 Apr 27 21:58 makeflags.mak

/usr/lib/hsf/./imported/include:
total 176
-rw-r--r--    1 root     root        14526 Nov  3  2002 comctrl_ex.h
-rw-r--r--    1 root     root         5130 May 23  2002 comtypes.h
-rw-r--r--    1 root     root        22086 Aug 31  2002 configcodes.h
-rw-r--r--    1 root     root        43177 May 23  2002 configtypes.h
-rw-r--r--    1 root     root         4730 May 23  2002 dbgfuncs.h
-rw-r--r--    1 root     root         7762 Dec  8 18:16 dpaloem.h
-rw-r--r--    1 root     root        18997 May 23  2002 framewrk.h
-rw-r--r--    1 root     root         7009 Aug 31  2002 intfctrl_ex.h
-rw-r--r--    1 root     root         3612 May 23  2002 ossysenv.h
-rw-r--r--    1 root     root        19784 May 23  2002 rtmgr_ex.h
-rw-r--r--    1 root     root        15377 Dec  9 11:03 sysenv.h

/usr/lib/hsf/./modules:
total 184
drwxr-xr-x    2 cohen    root         4096 May 22  2002 binaries
-rw-r--r--    1 cohen    root         2670 Dec 26 18:01 common.mak
-rw-r--r--    1 cohen    root        18894 May 22  2002 COPYING
-rwxr-xr-x    1 root     root         1189 Apr 27 21:14 kernelcompiler.sh
-rw-r--r--    1 root     root         3476 Apr 16 20:22 makefile
-rw-r--r--    1 root     root          886 Apr 16 20:22 mod_ali.c
-rw-r--r--    1 cohen    root          897 Apr 16 20:22 mod_basic2.c
-rw-r--r--    1 cohen    root          630 Apr 16 20:22 mod_engine.c
-rw-r--r--    1 cohen    root          894 Apr 16 20:22 mod_ich.c
-rw-r--r--    1 root     root         4881 Apr 16 20:22 mod_osspec.c
-rw-r--r--    1 cohen    root        12950 Apr 16 20:23 mod_scrdmp.c
-rw-r--r--    1 cohen    root          886 Apr 16 20:23 mod_via.c
-rw-r--r--    1 cohen    root          892 Apr 16 20:23 mod_yukon.c
drwx------    3 root     root         4096 Jun  5 17:06 osspec
-rw-r--r--    1 cohen    root        57309 Apr  6 23:54 serial_core.c
-rw-r--r--    1 cohen    root         9506 Sep 23  2002 serial_core.h
-rw-r--r--    1 root     root        22140 Apr 18 23:13 serial_hsf.c

/usr/lib/hsf/./modules/binaries:
total 0

/usr/lib/hsf/./modules/osspec:
total 108
drwx------    2 root     root         4096 Jun  5 17:04 include
-rw-r--r--    1 cohen    root         7577 Apr 16 20:25 linuxres.c
-rw-r--r--    1 cohen    root          748 Apr 16 20:26 makefile
-rw-r--r--    1 cohen    root         2082 Apr 16 20:26 osdebug.c
-rw-r--r--    1 cohen    root         2927 Apr 16 20:26 osfloat.c
-rw-r--r--    1 cohen    root         5660 Apr 16 20:26 osmemory.c
-rw-r--r--    1 cohen    root         1249 Apr 16 20:26 osmodule.c
-rw-r--r--    1 root     root        20542 Apr 16 20:27 osnvm.c
-rw-r--r--    1 cohen    root         5125 Apr 16 20:27 osstdio.c
-rw-r--r--    1 cohen    root        13299 Apr 16 20:27 osstring.c
-rw-r--r--    1 root     root        21687 Apr 25 12:51 ostime.c

/usr/lib/hsf/./modules/osspec/include:
total 76
-rw-r--r--    1 cohen    root         2333 Apr 16 20:24 linuxres.h
-rw-r--r--    1 cohen    root         7268 Apr 25 13:56 oscompat.h
-rw-r--r--    1 cohen    root         1172 Apr 16 20:24 osdebug.h
-rw-r--r--    1 cohen    root         6999 Apr 16 20:24 osmemory_ex.h
-rw-r--r--    1 cohen    root         2753 Apr 16 20:25 osmissing.h
-rw-r--r--    1 cohen    root          652 Apr 16 20:25 osmodule.h
-rw-r--r--    1 cohen    root         1263 Apr 16 20:25 osnvm.h
-rw-r--r--    1 cohen    root         1262 Apr 16 20:25 osstdio.h
-rw-r--r--    1 cohen    root        11560 Apr 16 20:25 osstring_ex.h
-rw-r--r--    1 root     root        16144 Apr 16 20:25 ostime_ex.h
-rw-r--r--    1 root     root         6216 Apr 16 20:25 osuniqredef.h

+ dmesg
Linux version 2.4.20-8 (root at localhost.localdomain) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #7 Wed May 21 19:26:33 CEST 2003
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009e800 (usable)
 BIOS-e820: 000000000009e800 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000d8000 - 00000000000e0000 (reserved)
 BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000000fef0000 (usable)
 BIOS-e820: 000000000fef0000 - 000000000feff000 (ACPI data)
 BIOS-e820: 000000000feff000 - 000000000ff00000 (ACPI NVS)
 BIOS-e820: 000000000ff00000 - 000000000ff80000 (usable)
 BIOS-e820: 000000000ff80000 - 0000000010000000 (reserved)
 BIOS-e820: 00000000ff800000 - 00000000ffc00000 (reserved)
 BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
255MB LOWMEM available.
ACPI: have wakeup address 0xc0001000
On node 0 totalpages: 65408
zone(0): 4096 pages.
zone(1): 61312 pages.
zone(2): 0 pages.
ACPI: RSDP (v000 PTLTD                      ) @ 0x000f7650
ACPI: RSDT (v001   SONY       B1 08194.02320) @ 0x0fefa631
ACPI: FADT (v001   SONY       B1 08194.02320) @ 0x0fefee7d
ACPI: BOOT (v001   SONY       B1 08194.02320) @ 0x0fefeef1
ACPI: SSDT (v001   SONY       B1 08194.02320) @ 0x0fefef19
ACPI: DSDT (v001   SONY       B1 08194.02320) @ 0x00000000
ACPI: BIOS passes blacklist
Sony Vaio laptop detected.
Kernel command line: ro root=LABEL=/ hdd=ide-scsi
ide_setup: hdd=ide-scsi
Initializing CPU#0
Detected 2386.875 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 4757.91 BogoMIPS
Memory: 252464k/261632k available (1498k kernel code, 6668k reserved, 1069k data, 136k init, 0k highmem)
Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)
Inode cache hash table entries: 16384 (order: 5, 131072 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer-cache hash table entries: 16384 (order: 4, 65536 bytes)
Page-cache hash table entries: 65536 (order: 6, 262144 bytes)
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU:     After generic, caps: bfebf9ff 00000000 00000000 00000000
CPU:             Common caps: bfebf9ff 00000000 00000000 00000000
CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz stepping 07
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 at atnf.csiro.au)
mtrr: detected mtrr type: Intel
ACPI: Subsystem revision 20021212
PCI: PCI BIOS revision 2.10 entry at 0xfd9ca, last bus=2
PCI: Using configuration type 1
    ACPI-0263: *** Info: GPE Block0 defined as GPE0 to GPE15
    ACPI-0263: *** Info: GPE Block1 defined as GPE16 to GPE31
    ACPI-0243: *** Error: Could not install Pci_config handler for PCI0, AE_ALREADY_EXISTS
    ACPI-0243: *** Error: Could not install Pci_config handler for PCI0, AE_ALREADY_EXISTS
    ACPI-0243: *** Error: Could not install Pci_config handler for PCI0, AE_ALREADY_EXISTS
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: System [ACPI] (supports S0 S3 S4 S5)
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
PCI: Ignoring BAR0-3 of IDE controller 00:1f.1
Transparent bridge - Intel Corp. 82801BAM/CAM PCI Bridge
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB_._PRT]
ACPI: Embedded Controller [EC0] (gpe 28)
schedule_task(): keventd has not started
ACPI: PCI Interrupt Link [LNKA] (IRQs *9)
ACPI: PCI Interrupt Link [LNKB] (IRQs 9, disabled)
ACPI: PCI Interrupt Link [LNKC] (IRQs 9, disabled)
ACPI: PCI Interrupt Link [LNKD] (IRQs *9)
ACPI: PCI Interrupt Link [LNKE] (IRQs *9)
ACPI: PCI Interrupt Link [LNKF] (IRQs 9, disabled)
ACPI: PCI Interrupt Link [LNKG] (IRQs 9, disabled)
ACPI: PCI Interrupt Link [LNKH] (IRQs 9, disabled)
PCI: Probing PCI hardware
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 9
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 9
ACPI: PCI Interrupt Link [LNKF] enabled at IRQ 9
ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 9
ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 9
PCI: No IRQ known for interrupt pin A of device 00:1f.1 - using IRQ 255
PCI: Using ACPI for IRQ routing
PCI: if you experience problems, try using option 'pci=noacpi' or even 'acpi=off'
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)
apm: overridden by ACPI.
Starting kswapd
VFS: Disk quotas vdquot_6.5.1
ACPI: AC Adapter [ACAD] (off-line)
ACPI: Battery Slot [BAT1] (battery present)
ACPI: Battery Slot [BAT2] (battery absent)
ACPI: Lid Switch [LID]
ACPI: Power Button (CM) [PWRB]
ACPI: Processor [CPU0] (supports C1 C2, 8 throttling states)
ACPI: Thermal Zone [ATF0] (33 C)
pty: 2048 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI ISAPNP enabled
Real Time Clock Driver v1.10e
floppy0: no floppy controllers found
NET4: Frame Diverter 0.46
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00beta-2.4
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH3M: IDE controller at PCI slot 00:1f.1
PCI: Enabling device 00:1f.1 (0005 -> 0007)
PCI: No IRQ known for interrupt pin A of device 00:1f.1 - using IRQ 255
ICH3M: chipset revision 2
ICH3M: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0x1860-0x1867, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0x1868-0x186f, BIOS settings: hdc:DMA, hdd:pio
hda: FUJITSU MHR2030AT, ATA DISK drive
blk: queue c0401340, I/O limit 4095Mb (mask 0xffffffff)
hdc: SONY CD-RW/DVD-ROM CRX810E, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: host protected area => 1
hda: 58605120 sectors (30006 MB) w/2048KiB Cache, CHS=3648/255/63, UDMA(100)
ide-floppy driver 0.99.newide
Partition check:
 hda: hda1 hda2 < hda5 hda6 hda7 > hda3
ide-floppy driver 0.99.newide
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 2048 buckets, 16Kbytes
TCP: Hash tables configured (established 16384 bind 32768)
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: 144k freed
VFS: Mounted root (ext2 filesystem).
Journalled Block Device driver loaded
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
Freeing unused kernel memory: 136k freed
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb-uhci.c: $Revision: 1.275 $ time 16:24:45 May 11 2003
usb-uhci.c: High bandwidth mode enabled
PCI: Setting latency timer of device 00:1d.0 to 64
usb-uhci.c: USB UHCI at I/O 0x1800, IRQ 9
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 2 ports detected
PCI: Setting latency timer of device 00:1d.1 to 64
usb-uhci.c: USB UHCI at I/O 0x1820, IRQ 9
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
PCI: Setting latency timer of device 00:1d.2 to 64
usb-uhci.c: USB UHCI at I/O 0x1840, IRQ 9
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: v1.275:USB Universal Host Controller Interface driver
usb.c: registered new driver hiddev
usb.c: registered new driver hid
hid-core.c: v1.8.1 Andreas Gal, Vojtech Pavlik <vojtech at suse.cz>
hid-core.c: USB HID support drivers
mice: PS/2 mouse device common for all mice
EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,3), internal journal
Adding Swap: 265032k swap-space (priority -1)
EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
ohci1394: $Rev: 693 $ Ben Collins <bcollins at debian.org>
ohci1394_0: OHCI-1394 1.0 (PCI): IRQ=[9]  MMIO=[e8201000-e82017ff]  Max Packet=[2048]
ieee1394: SelfID completion called outside of bus reset!
ieee1394: Host added: Node[00:1023]  GUID[0800460301498c86]  [Linux OHCI-1394]
hdc: ATAPI 24X DVD-ROM CD-R/RW drive, 8192kB Cache, UDMA(16)
Uniform CD-ROM driver Revision: 3.12
SCSI subsystem driver Revision: 1.00
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
IA-32 Microcode Update Driver: v1.11 <tigran at veritas.com>
microcode: CPU0 no microcode found! (sig=f27, pflags=4)
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
parport0: irq 7 detected
ip_tables: (C) 2000-2002 Netfilter core team
Intel(R) PRO/100 Network Driver - version 2.1.29-k2
Copyright (c) 2002 Intel Corporation

e100: selftest OK.
divert: allocating divert_blk for eth0
e100: eth0: Intel(R) PRO/100 VE Network Connection
  Hardware receive checksums enabled

parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
parport0: irq 7 detected
lp0: using parport0 (polling).
lp0: console ready
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 203M
agpgart: Detected Intel i845 chipset
agpgart: AGP aperture is 64M @ 0xec000000
[drm] AGP 0.99 on Intel i845 @ 0xec000000 64MB
[drm] Initialized radeon 1.7.0 20020828 on minor 0
cdrom: This disc doesn't have any tracks I recognize!
Intel 810 + AC97 Audio, version 0.24, 16:23:48 May 11 2003
PCI: Setting latency timer of device 00:1f.5 to 64
i810: Intel ICH3 found at IO 0x18c0 and 0x1c00, MEM 0x0000 and 0x0000, IRQ 9
i810_audio: Audio Controller supports 6 channels.
i810_audio: Defaulting to base 2 channel mode.
i810_audio: Resetting connection 0
ac97_codec: AC97 Audio codec, id: YMH3 (Unknown)
i810_audio: only 48Khz playback available.
i810_audio: AC'97 codec 0 supports AMAP, total channels = 2
ip_tables: (C) 2000-2002 Netfilter core team
udp v4 hw csum failure.


More information about the hsflinux mailing list