[hsflinux] "hsf driver not active" message

Herbert Cruz school at hrcruz.com
Sun Aug 1 02:23:51 EDT 2004


Hello:

I have a problem installing the Conexant driver.

When I use the generic RPM, i get the error:

ERROR: hsf driver not active message.

I get the same error using the tarballs.

I have attached to files that may be of interest to you.

Any help is greatly appreciated.



Sincerely,

Herbert Cruz

PS. once I get the free driver working, I will purchase the full one.
THanks!
-------------- next part --------------


 The most recent update of scanModem accessed at http://linmodems.technion.ac.il/packages/scanModem.gz
 should ALWAYS be used!!  Current  UPDATE=2004 July 7
 URLs to cogent advice are regularly entered and updated, and your problem may be solved therein.
 If further help is needed, send a description of your problem to:  discuss at linmodems.org
 with this ModemData.txt Attached, using the following in the email Subject Line:
      scanModem, redhat kernel 2.6.7
 Always send this ENTIRE ModemData.txt. It includes subtle diagnostic ouputs needed to best guide you.
 If your PC is a laptop, please provide Make and Modem information.

 For instructions to UNSUBSCRIBE from discuss at linmodems.org,
   send an email to:   discuss-help at linmodems.org

 --------------  System information ------------------------
 redhat Fedora Core release 2 (Tettnang)
 on System with processor: i686
 supported by kernel:      2.6.7

 The kernel-2.6.7 was compiled with CONFIG_REGPARM, providing more compact and faster code.
 Currently, only Conexant and SmartLink slmmodem function with kernels thus compiled.

 assembled with compiler:  3.3.3
 with current System compiler GCC=3.3.3
 A /dev/modem symbolic link is not set.
----active COMM services are ------------
eth0      Link encap:Ethernet  HWaddr 00:C0:26:57:01:1C  
          inet6 addr: fe80::2c0:26ff:fe57:11c/64 Scope:Link
This COMM mode should be closed before using the modem, or DNS services may fail.

 Under 2.6.n kernels, there is currently modem support by:
 	the more expensive Controller chipset modems using the open source serial code
 	Conexant software downloaded through http://www.linuxant.com
 	SmartLink slmodem drivers, including USB hardware
	USB modems using the Open Source acm.ko driver
	Lucent DSP (digital signal processing) chipsets but NOT:
		soft modems
		Red Hat fedora kernels
 For Intel537 modems, a release supporting 2.6.n is projected for mid June 2004
 For all other modems, support projections are not available as of this update=2004 July 7

 PPP support module  bsd_comp.ko  not found!
 Resident PPP support modules are properly uncompressed .

  ======= Fedora code changes =======
 SmartLink slmodem-2.9.n, Lucent/Agere DSP,  Intel537 drivers are already Fedora competent.  For usage of winmodems with the kernel-2.4.nn Fedora releases   a change in the serial-like driver code of WinModems  is necessary.
 See for guidance:  http://hepunx.rl.ac.uk/~wmurray/pctel/pctel.html
 Basically , the line:
     if ((tty->count == 1) && (state->count != 1)) {
  should be changed into:
     if (atomic_read(&tty->count) == 1 && state->count != 1) {
  This works in the ltmodem code too. See
     http://linmodems.technion.ac.il/archive-third/msg02360.html
  An error about "rs_close" during compiling is a signature that the fedora fix is needed

  Beginning with Fedora 2  kernel-2.6.6-1.427, kernel-headers needed for compiling drivers are provide at: /lib/modules/kernel-version/build/
  
  redhat is not yet providing pre-compiled drivers for WinModems

 An AC'97 modem codec was not detected

Path to lspci is: /sbin/lspci
--------- lspci scan ----------------
PCI_bus
00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) (rev c1)
00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev c1)
00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev c1)
00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev c1)
00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev c1)
00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev c1)
00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)
00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4)
00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)
00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1)
00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3)
00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2)
00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1)
01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 420] (rev a3)
02:05.0 Communication controller: Conexant HSF 56k HSFi Modem (rev 01)
02:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
-------------------------------------

Modem candidates are at PCI_buses:  02:05.0

Providing detail for device at PCI_bus 02:05.0
  with vendor-ID:device-ID
	    ----:----
Class 0780: 14f1:2f00   Communication controller: Conexant HSF 56k HSFi Modem (rev 01)
  SubSystem 14f1:2005   Conexant: Unknown device 2005
	Flags: bus master, medium devsel, latency 32, IRQ 5
	Memory at ec000000 (32-bit, non-prefetchable)
	I/O ports at c000 [size=8]

 Internal_test:   ./scanModem test 14f1:2f00 14f1:2005 redhat 2.6.7 3.3.3 

 === Checking 14f1 through chipset providers and modem assemblers ====

 Vendors 127a and 14f1 are Conexant, successor to Vendor=148d Rockwell technology.
 With respect to software support there are two main types, hcflinmodem* and hsflinmodem* .
 The HCF (Host Controller Free) which have a digital signal processsing (DSP) chipset,
 while the HSF in the soft modem family without a dsp.
 HSF support of version 5.03 is included with SuSE 9.0 for support of  2.4.21 version kernels.
 For support of 2.6.n kernels, new releaseses are provided at http://www.Linuxant.com/drivers/
   Linuxant is providing free test packages for low speed CONNECTs.
   There is a one time subscription fee for full high speed support.
 A detailed software installation example is provided at:
   http://linmodems.technion.ac.il/archive-fourth/msg00350.html
     SuSE Conexant installation Re: Emergency!!!  /Date:/ Wed, 11 Feb 2004 06:10:39 -0500
 Modems with the following PCI_IDs also have Conexant HCF (Controller free) chipsets.
  1024:1024 (Zenith Data Systems)
  148D:1003 (DIGICOM Systems)
  158B:0015 (Allied Data Technologies Tornado  VFM56x-PRC)
  141A:1035 (Apache Micro)
 The following six may be either HCF of HSF modems. Test the HSF package first
  (127a,14f1):(1025,1085, 2005)
  Should a HCF driver installation fail to serve among there,
  then uninstall and instead try the HSF driver resource.
 Subsystem HSF Conexant soft modems serve under AC'97 or MC97 controllers. These include:
  14f1:(5422 2002) , plus many others with vendors assigned PCI IDs.
  SubSystem 104d:814e under a 1039:7013 Silicon Integrated Systems modem controlled has a Conexant chip

 After loading of HSF drivers, there will be displayed by command: /sbin/lsmod
Module                  Size  Used by    Tainted: P
hsfich                119116   0  (autoclean)
hsfserial              26388   0  (autoclean)
hsfengine            1126348   0  (autoclean) [hsfserial]
hsfosspec              35328   0  (autoclean) [hsfich hsfserial hsfengine]
     plus many others not modem related.
 While drivers are pre-compiled for some Linux distributions,
   the installation of the HCF/HSF packages DOES in general require kernel-source/ preparation,
   as described in ModemDriverCompiling.txt.
 A post install suggestion for adjusting PCI latency is:
         http://phep2.technion.ac.il/linmodems/archive/msg05210.html


  ======= PCI_ID checking completed ====== 
 Update=2004 July 7
A PCMCIA CardBus is not detected on this System.
The following information blocks just query some ppp support items.
====================================================
   grep ppp /etc/modprobe.conf
-------------------------------------

-------------------------------------
Be sure to read the section about ppp related modules and aliases in ModemGeneral.txt
 Be sure to read the Ethernet section of ModemGeneral.txt 
DEVPPP=crw------- 1 root root 108, 0 Feb 23 13:02 /dev/ppp
A /dev/modem symbolic link is not present

 No devfsd.conf file found, indicated absense of the devfsd daemon package
 for device file system (devfs) symbolic link support.

DEVFSD=
 ---- dmesg queries -------

 The ModemDriverCompiling.txt  is a MUST READ,
 if you are not experienced in configuring kernel-source/
 or get "unresolved symbols" upon driver insertion.

  Most recent WinModem fixes are in:  http://linmodems.technion.ac.il/FAQ.html

-------------- next part --------------

+ hsfstop

+ modprobe -v /dev/ttySHSF
install /sbin/modprobe hsfpcibasic2; /sbin/modprobe hsfmc97ich; /sbin/modprobe hsfmc97via; /sbin/modprobe hsfmc97ali; /sbin/modprobe hsfusbcd2; /bin/true
insmod /lib/modules/2.6.7/misc/hsfsoar.ko 
WARNING: Error inserting hsfsoar (/lib/modules/2.6.7/misc/hsfsoar.ko): Invalid module format
insmod /lib/modules/2.6.7/misc/hsfosspec.ko dcpmajor=242 diagmajor=243
WARNING: Error inserting hsfosspec (/lib/modules/2.6.7/misc/hsfosspec.ko): Invalid module format
insmod /lib/modules/2.6.7/misc/hsfengine.ko 
WARNING: Error inserting hsfengine (/lib/modules/2.6.7/misc/hsfengine.ko): Invalid module format
insmod /lib/modules/2.6.7/misc/hsfserial.ko serialmajor=240
WARNING: Error inserting hsfserial (/lib/modules/2.6.7/misc/hsfserial.ko): Invalid module format
insmod /lib/modules/2.6.7/misc/hsfpcibasic2.ko 
FATAL: Error inserting hsfpcibasic2 (/lib/modules/2.6.7/misc/hsfpcibasic2.ko): Invalid module format
insmod /lib/modules/2.6.7/misc/hsfsoar.ko 
WARNING: Error inserting hsfsoar (/lib/modules/2.6.7/misc/hsfsoar.ko): Invalid module format
insmod /lib/modules/2.6.7/misc/hsfosspec.ko dcpmajor=242 diagmajor=243
WARNING: Error inserting hsfosspec (/lib/modules/2.6.7/misc/hsfosspec.ko): Invalid module format
insmod /lib/modules/2.6.7/misc/hsfengine.ko 
WARNING: Error inserting hsfengine (/lib/modules/2.6.7/misc/hsfengine.ko): Invalid module format
insmod /lib/modules/2.6.7/misc/hsfserial.ko serialmajor=240
WARNING: Error inserting hsfserial (/lib/modules/2.6.7/misc/hsfserial.ko): Invalid module format
insmod /lib/modules/2.6.7/misc/hsfmc97ich.ko 
FATAL: Error inserting hsfmc97ich (/lib/modules/2.6.7/misc/hsfmc97ich.ko): Invalid module format
insmod /lib/modules/2.6.7/misc/hsfsoar.ko 
WARNING: Error inserting hsfsoar (/lib/modules/2.6.7/misc/hsfsoar.ko): Invalid module format
insmod /lib/modules/2.6.7/misc/hsfosspec.ko dcpmajor=242 diagmajor=243
WARNING: Error inserting hsfosspec (/lib/modules/2.6.7/misc/hsfosspec.ko): Invalid module format
insmod /lib/modules/2.6.7/misc/hsfengine.ko 
WARNING: Error inserting hsfengine (/lib/modules/2.6.7/misc/hsfengine.ko): Invalid module format
insmod /lib/modules/2.6.7/misc/hsfserial.ko serialmajor=240
WARNING: Error inserting hsfserial (/lib/modules/2.6.7/misc/hsfserial.ko): Invalid module format
insmod /lib/modules/2.6.7/misc/hsfmc97via.ko 
FATAL: Error inserting hsfmc97via (/lib/modules/2.6.7/misc/hsfmc97via.ko): Invalid module format
insmod /lib/modules/2.6.7/misc/hsfsoar.ko 
WARNING: Error inserting hsfsoar (/lib/modules/2.6.7/misc/hsfsoar.ko): Invalid module format
insmod /lib/modules/2.6.7/misc/hsfosspec.ko dcpmajor=242 diagmajor=243
WARNING: Error inserting hsfosspec (/lib/modules/2.6.7/misc/hsfosspec.ko): Invalid module format
insmod /lib/modules/2.6.7/misc/hsfengine.ko 
WARNING: Error inserting hsfengine (/lib/modules/2.6.7/misc/hsfengine.ko): Invalid module format
insmod /lib/modules/2.6.7/misc/hsfserial.ko serialmajor=240
WARNING: Error inserting hsfserial (/lib/modules/2.6.7/misc/hsfserial.ko): Invalid module format
insmod /lib/modules/2.6.7/misc/hsfmc97ali.ko 
FATAL: Error inserting hsfmc97ali (/lib/modules/2.6.7/misc/hsfmc97ali.ko): Invalid module format
insmod /lib/modules/2.6.7/misc/hsfosspec.ko dcpmajor=242 diagmajor=243
WARNING: Error inserting hsfosspec (/lib/modules/2.6.7/misc/hsfosspec.ko): Invalid module format
insmod /lib/modules/2.6.7/misc/hsfengine.ko 
WARNING: Error inserting hsfengine (/lib/modules/2.6.7/misc/hsfengine.ko): Invalid module format
insmod /lib/modules/2.6.7/misc/hsfserial.ko serialmajor=240
WARNING: Error inserting hsfserial (/lib/modules/2.6.7/misc/hsfserial.ko): Invalid module format
insmod /lib/modules/2.6.7/misc/hsfusbcd2.ko 
FATAL: Error inserting hsfusbcd2 (/lib/modules/2.6.7/misc/hsfusbcd2.ko): Invalid module format

+ lsmod
Module                  Size  Used by
sd_mod                 18688  0 
snd_mixer_oss          16768  2 
snd_intel8x0           28844  3 
snd_ac97_codec         60420  1 snd_intel8x0
snd_pcm                80392  1 snd_intel8x0
snd_timer              19972  1 snd_pcm
snd_page_alloc          9096  2 snd_intel8x0,snd_pcm
gameport                3840  1 snd_intel8x0
snd_mpu401_uart         5760  1 snd_intel8x0
snd_rawmidi            19364  1 snd_mpu401_uart
snd_seq_device          7048  1 snd_rawmidi
snd                    44260  10 snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore               7008  3 snd
parport_pc             21312  1 
lp                      9516  0 
parport                32584  2 parport_pc,lp
autofs4                15236  0 
rfcomm                 31004  0 
l2cap                  18564  5 rfcomm
bluetooth              37988  4 rfcomm,l2cap
sunrpc                123492  1 
forcedeth              12032  0 
8139too                20224  0 
mii                     4224  1 8139too
floppy                 53328  0 
sg                     31648  0 
scsi_mod              100556  2 sd_mod,sg
dm_mod                 37408  0 
ohci_hcd               18052  0 
button                  5016  0 
battery                 7564  0 
asus_acpi               9368  0 
ac                      3724  0 
nvidia               4816820  12 
ipv6                  209760  28 
ext3                  103528  2 
jbd                    46872  1 ext3

+ date
Sun Aug  1 00:19:19 PDT 2004

+ ./hsfconfig --info
Conexant HSF softmodem driver, version 6.03.00lnxt04072900full

If you need license keys, assistance or more information, please go to:
	http://www.linuxant.com/

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

ERROR: hsf driver not active

+ identify_system
linux-i686(i686)-2.6.7 Fedora-2

+ uname -a
Linux herbert02.hrcruz.com 2.6.7 #1 Sat Jul 17 14:31:18 PDT 2004 i686 athlon i386 GNU/Linux

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

+ cat -v /proc/version
Linux version 2.6.7 (root at herbert02.hrcruz.com) (gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)) #1 Sat Jul 17 14:31:18 PDT 2004

+ cat -v /proc/cpuinfo
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 6
model		: 10
model name	: AMD Athlon(tm) XP 1900+
stepping	: 0
cpu MHz		: 1469.952
cache size	: 512 KB
fdiv_bug	: no
hlt_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 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow
bogomips	: 2908.16


+ cat -v /etc/fedora-release
Fedora Core release 2 (Tettnang)

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

+ cat -v /etc/redhat-release
Fedora Core release 2 (Tettnang)

+ lspci -n
00:00.0 Class 0600: 10de:01e0 (rev c1)
00:00.1 Class 0500: 10de:01eb (rev c1)
00:00.2 Class 0500: 10de:01ee (rev c1)
00:00.3 Class 0500: 10de:01ed (rev c1)
00:00.4 Class 0500: 10de:01ec (rev c1)
00:00.5 Class 0500: 10de:01ef (rev c1)
00:01.0 Class 0601: 10de:0060 (rev a4)
00:01.1 Class 0c05: 10de:0064 (rev a2)
00:02.0 Class 0c03: 10de:0067 (rev a4)
00:02.1 Class 0c03: 10de:0067 (rev a4)
00:02.2 Class 0c03: 10de:0068 (rev a4)
00:04.0 Class 0200: 10de:0066 (rev a1)
00:06.0 Class 0401: 10de:006a (rev a1)
00:08.0 Class 0604: 10de:006c (rev a3)
00:09.0 Class 0101: 10de:0065 (rev a2)
00:1e.0 Class 0604: 10de:01e8 (rev c1)
01:00.0 Class 0300: 10de:0172 (rev a3)
02:05.0 Class 0780: 14f1:2f00 (rev 01)
02:07.0 Class 0200: 10ec:8139 (rev 10)

+ lspci -v
00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) (rev c1)
	Flags: bus master, 66Mhz, fast devsel, latency 0
	Memory at e8000000 (32-bit, prefetchable)
	Capabilities: [40] AGP version 2.0
	Capabilities: [60] #08 [2001]

00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev c1)
	Subsystem: nVidia Corporation: Unknown device 0c17
	Flags: 66Mhz, fast devsel

00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev c1)
	Subsystem: nVidia Corporation: Unknown device 0c17
	Flags: 66Mhz, fast devsel

00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev c1)
	Subsystem: nVidia Corporation: Unknown device 0c17
	Flags: 66Mhz, fast devsel

00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev c1)
	Subsystem: nVidia Corporation: Unknown device 0c17
	Flags: 66Mhz, fast devsel

00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev c1)
	Subsystem: nVidia Corporation: Unknown device 0c17
	Flags: 66Mhz, fast devsel

00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4)
	Subsystem: nVidia Corporation: Unknown device 0c11
	Flags: bus master, 66Mhz, fast devsel, latency 0
	Capabilities: [48] #08 [01e1]

00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2)
	Subsystem: nVidia Corporation: Unknown device 0c11
	Flags: 66Mhz, fast devsel, IRQ 9
	I/O ports at e400
	Capabilities: [44] Power Management version 2

00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4) (prog-if 10 [OHCI])
	Subsystem: nVidia Corporation: Unknown device 0c11
	Flags: bus master, 66Mhz, fast devsel, latency 0, IRQ 11
	Memory at ef002000 (32-bit, non-prefetchable)
	Capabilities: [44] Power Management version 2

00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4) (prog-if 10 [OHCI])
	Subsystem: nVidia Corporation: Unknown device 0c11
	Flags: bus master, 66Mhz, fast devsel, latency 0, IRQ 3
	Memory at ef003000 (32-bit, non-prefetchable)
	Capabilities: [44] Power Management version 2

00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4) (prog-if 20 [EHCI])
	Subsystem: nVidia Corporation: Unknown device 0c11
	Flags: bus master, 66Mhz, fast devsel, latency 0, IRQ 5
	Memory at ef004000 (32-bit, non-prefetchable)
	Capabilities: [44] #0a [2080]
	Capabilities: [80] Power Management version 2

00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1)
	Subsystem: nVidia Corporation: Unknown device 0c11
	Flags: bus master, 66Mhz, fast devsel, latency 0, IRQ 11
	Memory at ef001000 (32-bit, non-prefetchable)
	I/O ports at e000 [size=8]
	Capabilities: [44] Power Management version 2

00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1)
	Subsystem: nVidia Corporation: Unknown device 4144
	Flags: bus master, 66Mhz, fast devsel, latency 0, IRQ 9
	I/O ports at d000
	I/O ports at d400 [size=128]
	Memory at ef005000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [44] Power Management version 2

00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3) (prog-if 00 [Normal decode])
	Flags: bus master, 66Mhz, fast devsel, latency 0
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=32
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: ec000000-ecffffff
	Expansion ROM at 0000c000 [disabled] [size=4K]

00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2) (prog-if 8a [Master SecP PriP])
	Subsystem: nVidia Corporation: Unknown device 05b2
	Flags: bus master, 66Mhz, fast devsel, latency 0
	I/O ports at f000 [size=16]
	Capabilities: [44] Power Management version 2

00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1) (prog-if 00 [Normal decode])
	Flags: bus master, 66Mhz, medium devsel, latency 32
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
	Memory behind bridge: ed000000-eeffffff
	Prefetchable memory behind bridge: e0000000-e7ffffff

01:00.0 VGA compatible controller: nVidia Corporation NV17 [GeForce4 MX 420] (rev a3) (prog-if 00 [VGA])
	Flags: bus master, 66Mhz, medium devsel, latency 248, IRQ 3
	Memory at ed000000 (32-bit, non-prefetchable)
	Memory at e0000000 (32-bit, prefetchable) [size=64M]
	Memory at e4000000 (32-bit, prefetchable) [size=512K]
	Capabilities: [60] Power Management version 2
	Capabilities: [44] AGP version 2.0

02:05.0 Communication controller: Conexant HSF 56k HSFi Modem (rev 01)
	Subsystem: Conexant: Unknown device 2005
	Flags: bus master, medium devsel, latency 32, IRQ 5
	Memory at ec000000 (32-bit, non-prefetchable)
	I/O ports at c000 [size=8]
	Capabilities: [40] Power Management version 2

02:07.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
	Subsystem: Realtek Semiconductor Co., Ltd. RT8139
	Flags: bus master, medium devsel, latency 32, IRQ 5
	I/O ports at c400
	Memory at ec010000 (32-bit, non-prefetchable) [size=256]
	Capabilities: [50] Power Management version 2


+ lspci -n -vvv
00:00.0 Class 0600: 10de:01e0 (rev c1)
	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 e8000000 (32-bit, prefetchable)
	Capabilities: [40] AGP version 2.0
		Status: RQ=32 Iso- ArqSz=0 Cal=0 SBA+ ITACoh- GART64- HTrans- 64bit- FW+ AGP3- Rate=x1,x2,x4
		Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP+ GART64- 64bit- FW- Rate=x4
	Capabilities: [60] #08 [2001]

00:00.1 Class 0500: 10de:01eb (rev c1)
	Subsystem: 10de:0c17
	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-

00:00.2 Class 0500: 10de:01ee (rev c1)
	Subsystem: 10de:0c17
	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-

00:00.3 Class 0500: 10de:01ed (rev c1)
	Subsystem: 10de:0c17
	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-

00:00.4 Class 0500: 10de:01ec (rev c1)
	Subsystem: 10de:0c17
	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-

00:00.5 Class 0500: 10de:01ef (rev c1)
	Subsystem: 10de:0c17
	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-

00:01.0 Class 0601: 10de:0060 (rev a4)
	Subsystem: 10de:0c11
	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
	Capabilities: [48] #08 [01e1]

00:01.1 Class 0c05: 10de:0064 (rev a2)
	Subsystem: 10de:0c11
	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-
	Interrupt: pin A routed to IRQ 9
	Region 0: I/O ports at e400
	Capabilities: [44] 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-

00:02.0 Class 0c03: 10de:0067 (rev a4) (prog-if 10)
	Subsystem: 10de:0c11
	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 (750ns min, 250ns max)
	Interrupt: pin A routed to IRQ 11
	Region 0: Memory at ef002000 (32-bit, non-prefetchable)
	Capabilities: [44] 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-

00:02.1 Class 0c03: 10de:0067 (rev a4) (prog-if 10)
	Subsystem: 10de:0c11
	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 (750ns min, 250ns max)
	Interrupt: pin B routed to IRQ 3
	Region 0: Memory at ef003000 (32-bit, non-prefetchable)
	Capabilities: [44] 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-

00:02.2 Class 0c03: 10de:0068 (rev a4) (prog-if 20)
	Subsystem: 10de:0c11
	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 (750ns min, 250ns max)
	Interrupt: pin C routed to IRQ 5
	Region 0: Memory at ef004000 (32-bit, non-prefetchable)
	Capabilities: [44] #0a [2080]
	Capabilities: [80] 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-

00:04.0 Class 0200: 10de:0066 (rev a1)
	Subsystem: 10de:0c11
	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 (250ns min, 5000ns max)
	Interrupt: pin A routed to IRQ 11
	Region 0: Memory at ef001000 (32-bit, non-prefetchable)
	Region 1: I/O ports at e000 [size=8]
	Capabilities: [44] 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-

00:06.0 Class 0401: 10de:006a (rev a1)
	Subsystem: 10de:4144
	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 (500ns min, 1250ns max)
	Interrupt: pin A routed to IRQ 9
	Region 0: I/O ports at d000
	Region 1: I/O ports at d400 [size=128]
	Region 2: Memory at ef005000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [44] 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-

00:08.0 Class 0604: 10de:006c (rev a3)
	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=32
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: ec000000-ecffffff
	Prefetchable memory behind bridge: fff00000-000fffff
	Expansion ROM at 0000c000 [disabled] [size=4K]
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-

00:09.0 Class 0101: 10de:0065 (rev a2) (prog-if 8a [Master SecP PriP])
	Subsystem: 10de:05b2
	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 (750ns min, 250ns max)
	Region 4: I/O ports at f000 [size=16]
	Capabilities: [44] 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-

00:1e.0 Class 0604: 10de:01e8 (rev c1)
	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: 32
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: ed000000-eeffffff
	Prefetchable memory behind bridge: e0000000-e7ffffff
	BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-

01:00.0 Class 0300: 10de:0172 (rev a3)
	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: 248 (1250ns min, 250ns max)
	Interrupt: pin A routed to IRQ 3
	Region 0: Memory at ed000000 (32-bit, non-prefetchable)
	Region 1: Memory at e0000000 (32-bit, prefetchable) [size=64M]
	Region 2: Memory at e4000000 (32-bit, prefetchable) [size=512K]
	Capabilities: [60] 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-
	Capabilities: [44] AGP version 2.0
		Status: RQ=32 Iso- ArqSz=0 Cal=0 SBA- ITACoh- GART64- HTrans- 64bit- FW+ AGP3- Rate=x1,x2,x4
		Command: RQ=32 ArqSz=0 Cal=0 SBA- AGP+ GART64- 64bit- FW- Rate=x4

02:05.0 Class 0780: 14f1:2f00 (rev 01)
	Subsystem: 14f1:2005
	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: 32
	Interrupt: pin A routed to IRQ 5
	Region 0: Memory at ec000000 (32-bit, non-prefetchable)
	Region 1: I/O ports at c000 [size=8]
	Capabilities: [40] 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:07.0 Class 0200: 10ec:8139 (rev 10)
	Subsystem: 10ec:8139
	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: 32 (8000ns min, 16000ns max)
	Interrupt: pin A routed to IRQ 5
	Region 0: I/O ports at c400
	Region 1: Memory at ec010000 (32-bit, non-prefetchable) [size=256]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0-,D1+,D2+,D3hot+,D3cold+)
		Status: D0 PME-Enable- DSel=0 DScale=0 PME-


+ cat -v /proc/pci
PCI devices found:
  Bus  0, device   0, function  0:
    Class 0600: PCI device 10de:01e0 (rev 193).
      Prefetchable 32 bit memory at 0xe8000000 [0xebffffff].
  Bus  0, device   0, function  1:
    Class 0500: PCI device 10de:01eb (rev 193).
  Bus  0, device   0, function  2:
    Class 0500: PCI device 10de:01ee (rev 193).
  Bus  0, device   0, function  3:
    Class 0500: PCI device 10de:01ed (rev 193).
  Bus  0, device   0, function  4:
    Class 0500: PCI device 10de:01ec (rev 193).
  Bus  0, device   0, function  5:
    Class 0500: PCI device 10de:01ef (rev 193).
  Bus  0, device   1, function  0:
    Class 0601: PCI device 10de:0060 (rev 164).
  Bus  0, device   1, function  1:
    Class 0c05: PCI device 10de:0064 (rev 162).
      IRQ 9.
      Master Capable.  No bursts.  Min Gnt=3.Max Lat=1.
      I/O at 0xe400 [0xe41f].
  Bus  0, device   2, function  0:
    Class 0c03: PCI device 10de:0067 (rev 164).
      IRQ 11.
      Master Capable.  No bursts.  Min Gnt=3.Max Lat=1.
      Non-prefetchable 32 bit memory at 0xef002000 [0xef002fff].
  Bus  0, device   2, function  1:
    Class 0c03: PCI device 10de:0067 (rev 164).
      IRQ 3.
      Master Capable.  No bursts.  Min Gnt=3.Max Lat=1.
      Non-prefetchable 32 bit memory at 0xef003000 [0xef003fff].
  Bus  0, device   2, function  2:
    Class 0c03: PCI device 10de:0068 (rev 164).
      IRQ 5.
      Master Capable.  No bursts.  Min Gnt=3.Max Lat=1.
      Non-prefetchable 32 bit memory at 0xef004000 [0xef0040ff].
  Bus  0, device   4, function  0:
    Class 0200: PCI device 10de:0066 (rev 161).
      IRQ 11.
      Master Capable.  No bursts.  Min Gnt=1.Max Lat=20.
      Non-prefetchable 32 bit memory at 0xef001000 [0xef001fff].
      I/O at 0xe000 [0xe007].
  Bus  0, device   6, function  0:
    Class 0401: PCI device 10de:006a (rev 161).
      IRQ 9.
      Master Capable.  No bursts.  Min Gnt=2.Max Lat=5.
      I/O at 0xd000 [0xd0ff].
      I/O at 0xd400 [0xd47f].
      Non-prefetchable 32 bit memory at 0xef005000 [0xef005fff].
  Bus  0, device   8, function  0:
    Class 0604: PCI device 10de:006c (rev 163).
      Master Capable.  No bursts.  Min Gnt=2.
  Bus  0, device   9, function  0:
    Class 0101: PCI device 10de:0065 (rev 162).
      Master Capable.  No bursts.  Min Gnt=3.Max Lat=1.
      I/O at 0xf000 [0xf00f].
  Bus  0, device  30, function  0:
    Class 0604: PCI device 10de:01e8 (rev 193).
      Master Capable.  Latency=32.  Min Gnt=10.
  Bus  2, device   5, function  0:
    Class 0780: PCI device 14f1:2f00 (rev 1).
      IRQ 5.
      Master Capable.  Latency=32.  
      Non-prefetchable 32 bit memory at 0xec000000 [0xec00ffff].
      I/O at 0xc000 [0xc007].
  Bus  2, device   7, function  0:
    Class 0200: PCI device 10ec:8139 (rev 16).
      IRQ 5.
      Master Capable.  Latency=32.  Min Gnt=32.Max Lat=64.
      I/O at 0xc400 [0xc4ff].
      Non-prefetchable 32 bit memory at 0xec010000 [0xec0100ff].
  Bus  1, device   0, function  0:
    Class 0300: PCI device 10de:0172 (rev 163).
      IRQ 3.
      Master Capable.  Latency=248.  Min Gnt=5.Max Lat=1.
      Non-prefetchable 32 bit memory at 0xed000000 [0xedffffff].
      Prefetchable 32 bit memory at 0xe0000000 [0xe3ffffff].
      Prefetchable 32 bit memory at 0xe4000000 [0xe407ffff].

+ cat -v /proc/cmdline
ro root=LABEL=/ rhgb quiet

+ cat -v /proc/uptime
1258.81 1123.57

+ cat -v /proc/devices
Character devices:
  1 mem
  4 /dev/vc/0
  4 tty
  4 ttyS
  5 /dev/tty
  5 /dev/console
  5 /dev/ptmx
  6 lp
  7 vcs
 10 misc
 13 input
 14 sound
 21 sg
 29 fb
 36 netlink
116 alsa
128 ptm
136 pts
180 usb
195 nvidia
216 rfcomm

Block devices:
  1 ramdisk
  2 fd
  3 ide0
  8 sd
  9 md
 22 ide1
 65 sd
 66 sd
 67 sd
 68 sd
 69 sd
 70 sd
 71 sd
128 sd
129 sd
130 sd
131 sd
132 sd
133 sd
134 sd
135 sd
253 device-mapper
254 mdp

+ cat -v /proc/misc
 63 device-mapper
175 agpgart
135 rtc

+ cat -v /proc/filesystems
nodev	sysfs
nodev	rootfs
nodev	bdev
nodev	proc
nodev	sockfs
nodev	usbfs
nodev	usbdevfs
nodev	futexfs
nodev	tmpfs
nodev	pipefs
nodev	eventpollfs
nodev	devpts
	ext2
nodev	ramfs
nodev	hugetlbfs
	iso9660
nodev	mqueue
	ext3
nodev	rpc_pipefs
nodev	autofs

+ cat -v /proc/interrupts
           CPU0       
  0:    1258839          XT-PIC  timer
  1:       1326          XT-PIC  i8042
  2:          0          XT-PIC  cascade
  3:     106723          XT-PIC  ohci_hcd, nvidia
  5:       3450          XT-PIC  eth0
  8:          1          XT-PIC  rtc
  9:          0          XT-PIC  acpi, NVidia nForce2
 11:          0          XT-PIC  ohci_hcd
 12:      53663          XT-PIC  i8042
 14:      93193          XT-PIC  ide0
 15:      12203          XT-PIC  ide1
NMI:          0 
ERR:          2

+ cat -v /proc/iomem
00000000-0009fbff : System RAM
0009fc00-0009ffff : reserved
000a0000-000bffff : Video RAM area
000c0000-000cf3ff : Video ROM
000d8000-000d97ff : Adapter ROM
000f0000-000fffff : System ROM
00100000-1ffeffff : System RAM
  00100000-002cc2f9 : Kernel code
  002cc2fa-003655ff : Kernel data
1fff0000-1fff2fff : ACPI Non-volatile Storage
1fff3000-1fffffff : ACPI Tables
e0000000-e7ffffff : PCI Bus #01
  e0000000-e3ffffff : 0000:01:00.0
  e4000000-e407ffff : 0000:01:00.0
e8000000-ebffffff : 0000:00:00.0
ec000000-ecffffff : PCI Bus #02
  ec000000-ec00ffff : 0000:02:05.0
  ec010000-ec0100ff : 0000:02:07.0
    ec010000-ec0100ff : 8139too
ed000000-eeffffff : PCI Bus #01
  ed000000-edffffff : 0000:01:00.0
    ed000000-edffffff : nvidia
ef001000-ef001fff : 0000:00:04.0
  ef001000-ef001fff : eth1
ef002000-ef002fff : 0000:00:02.0
  ef002000-ef002fff : ohci_hcd
ef003000-ef003fff : 0000:00:02.1
  ef003000-ef003fff : ohci_hcd
ef004000-ef0040ff : 0000:00:02.2
ef005000-ef005fff : 0000:00:06.0
  ef005000-ef0051ff : NVidia nForce2 - AC'97
fec00000-fec00fff : reserved
fee00000-fee00fff : reserved
ffff0000-ffffffff : reserved

+ cat -v /proc/ioports
0000-001f : dma1
0020-0021 : pic1
0040-005f : timer
0060-006f : keyboard
0070-0077 : rtc
0080-008f : dma page reg
00a0-00a1 : 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
03f8-03ff : serial
0cf8-0cff : PCI conf1
c000-cfff : PCI Bus #02
  c000-c007 : 0000:02:05.0
  c400-c4ff : 0000:02:07.0
    c400-c4ff : 8139too
d000-d0ff : 0000:00:06.0
d400-d47f : 0000:00:06.0
  d400-d43f : NVidia nForce2 - Controller
e000-e007 : 0000:00:04.0
  e000-e007 : eth1
e400-e41f : 0000:00:01.1
f000-f00f : 0000:00:09.0
  f000-f007 : ide0
  f008-f00f : ide1

+ cat -v /proc/dma
 4: cascade

+ cat -v /proc/mtrr
reg00: base=0x00000000 (   0MB), size= 512MB: write-back, count=1
reg01: base=0xe8000000 (3712MB), size=  64MB: write-combining, count=1
reg02: base=0xe0000000 (3584MB), size=  64MB: write-combining, count=1

+ cat -v /proc/partitions
major minor  #blocks  name

   3     0   30015216 hda
   3     1     104391 hda1
   3     2   28860772 hda2
   3     3    1044225 hda3

+ cat -v /proc/mounts
rootfs / rootfs rw 0 0
/dev/root.old /initrd ext2 rw 0 0
/dev/root / ext3 rw 0 0
/proc /proc proc rw,nodiratime 0 0
/sys /sys sysfs rw 0 0
none /dev/pts devpts rw 0 0
usbdevfs /proc/bus/usb usbdevfs rw 0 0
/dev/hda1 /boot ext3 rw 0 0
none /dev/shm tmpfs rw 0 0
sunrpc /var/lib/nfs/rpc_pipefs rpc_pipefs rw 0 0

+ cat -v /proc/swaps
Filename				Type		Size	Used	Priority
/dev/hda3                               partition	1044216	129212	-1

+ cat -v /proc/meminfo
MemTotal:       516876 kB
MemFree:        337512 kB
Buffers:         14092 kB
Cached:          70960 kB
SwapCached:      19720 kB
Active:          95744 kB
Inactive:        52960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:       516876 kB
LowFree:        337512 kB
SwapTotal:     1044216 kB
SwapFree:       915004 kB
Dirty:             484 kB
Writeback:           4 kB
Mapped:          95556 kB
Slab:            17480 kB
Committed_AS:   518192 kB
PageTables:       3324 kB
VmallocTotal:   507896 kB
VmallocUsed:     24336 kB
VmallocChunk:   480056 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     4096 kB

+ cat -v /proc/stat
cpu  10211 220 2989 72784 39143 478 37
cpu0 10211 220 2989 72784 39143 478 37
intr 1529423 1258849 1326 0 106724 3 3450 6 2 1 0 0 0 53663 0 93196 12203
ctxt 804822
btime 1091343501
processes 8306
procs_running 2
procs_blocked 0

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

+ cat -v /proc/modules
sd_mod 18688 0 - Live 0xe0b16000
snd_mixer_oss 16768 2 - Live 0xe0b10000
snd_intel8x0 28844 3 - Live 0xe0ac6000
snd_ac97_codec 60420 1 snd_intel8x0, Live 0xe0ab6000
snd_pcm 80392 1 snd_intel8x0, Live 0xe0a92000
snd_timer 19972 1 snd_pcm, Live 0xe0a8c000
snd_page_alloc 9096 2 snd_intel8x0,snd_pcm, Live 0xe0a88000
gameport 3840 1 snd_intel8x0, Live 0xe096e000
snd_mpu401_uart 5760 1 snd_intel8x0, Live 0xe0a85000
snd_rawmidi 19364 1 snd_mpu401_uart, Live 0xe0a7f000
snd_seq_device 7048 1 snd_rawmidi, Live 0xe0aa8000
snd 44260 10 snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device, Live 0xe0a73000
soundcore 7008 3 snd, Live 0xe0a58000
parport_pc 21312 1 - Live 0xe0aaf000
lp 9516 0 - Live 0xe0a54000
parport 32584 2 parport_pc,lp, Live 0xe0a6a000
autofs4 15236 0 - Live 0xe0a47000
rfcomm 31004 0 - Live 0xe0b07000
l2cap 18564 5 rfcomm, Live 0xe0a3b000
bluetooth 37988 4 rfcomm,l2cap, Live 0xe0a30000
sunrpc 123492 1 - Live 0xe0a10000
forcedeth 12032 0 - Live 0xe0a43000
8139too 20224 0 - Live 0xe0a4e000
mii 4224 1 8139too, Live 0xe0988000
floppy 53328 0 - Live 0xe0a5b000
sg 31648 0 - Live 0xe097f000
scsi_mod 100556 2 sd_mod,sg, Live 0xe0bb3000
dm_mod 37408 0 - Live 0xe0974000
ohci_hcd 18052 0 - Live 0xe0968000
button 5016 0 - Live 0xe0965000
battery 7564 0 - Live 0xe0962000
asus_acpi 9368 0 - Live 0xe095e000
ac 3724 0 - Live 0xe098d000
nvidia 4816820 12 - Live 0xe0e96000
ipv6 209760 28 - Live 0xe0e61000
ext3 103528 2 - Live 0xe0889000
jbd 46872 1 ext3, Live 0xe085d000

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

+ sysctl -a
sunrpc.tcp_slot_table_entries = 16
sunrpc.udp_slot_table_entries = 16
sunrpc.nlm_debug = 0
sunrpc.nfsd_debug = 0
sunrpc.nfs_debug = 0
sunrpc.rpc_debug = 0
abi.fake_utsname = 0
abi.trace = 0
abi.defhandler_libcso = 68157441
abi.defhandler_lcall7 = 68157441
abi.defhandler_elf = 0
abi.defhandler_coff = 117440515
dev.parport.parport0.devices.lp.timeslice = 200
dev.parport.parport0.devices.active = none
dev.parport.parport0.modes = PCSPP,TRISTATE
dev.parport.parport0.dma = -1
dev.parport.parport0.irq = -1
dev.parport.parport0.base-addr = 888	1912
dev.parport.parport0.spintime = 500
dev.parport.default.spintime = 500
dev.parport.default.timeslice = 200
dev.scsi.logging_level = 0
dev.raid.speed_limit_max = 200000
dev.raid.speed_limit_min = 1000
dev.cdrom.check_media = 0
dev.cdrom.lock = 1
dev.cdrom.debug = 0
dev.cdrom.autoeject = 0
dev.cdrom.autoclose = 1
dev.cdrom.info = CD-ROM information, Id: cdrom.c 3.20 2003/12/17
dev.cdrom.info = 
dev.cdrom.info = drive name:		hdd
dev.cdrom.info = drive speed:		32
dev.cdrom.info = drive # of slots:	1
dev.cdrom.info = Can close tray:		1
dev.cdrom.info = Can open tray:		1
dev.cdrom.info = Can lock tray:		1
dev.cdrom.info = Can change speed:	1
dev.cdrom.info = Can select disk:	0
dev.cdrom.info = Can read multisession:	1
dev.cdrom.info = Can read MCN:		1
dev.cdrom.info = Reports media changed:	1
dev.cdrom.info = Can play audio:		1
dev.cdrom.info = Can write CD-R:		1
dev.cdrom.info = Can write CD-RW:	1
dev.cdrom.info = Can read DVD:		0
dev.cdrom.info = Can write DVD-R:	0
dev.cdrom.info = Can write DVD-RAM:	0
dev.cdrom.info = Can read MRW:		0
dev.cdrom.info = Can write MRW:		0
dev.cdrom.info = Can write RAM:		0
dev.cdrom.info = 
dev.cdrom.info = 
dev.rtc.max-user-freq = 64
net.ipv6.conf.eth0.max_addresses = 16
net.ipv6.conf.eth0.max_desync_factor = 600
net.ipv6.conf.eth0.regen_max_retry = 5
net.ipv6.conf.eth0.temp_prefered_lft = 86400
net.ipv6.conf.eth0.temp_valid_lft = 604800
net.ipv6.conf.eth0.use_tempaddr = 0
net.ipv6.conf.eth0.force_mld_version = 0
net.ipv6.conf.eth0.router_solicitation_delay = 1
net.ipv6.conf.eth0.router_solicitation_interval = 4
net.ipv6.conf.eth0.router_solicitations = 3
net.ipv6.conf.eth0.dad_transmits = 1
net.ipv6.conf.eth0.autoconf = 1
net.ipv6.conf.eth0.accept_redirects = 1
net.ipv6.conf.eth0.accept_ra = 1
net.ipv6.conf.eth0.mtu = 1500
net.ipv6.conf.eth0.hop_limit = 64
net.ipv6.conf.eth0.forwarding = 0
net.ipv6.conf.default.max_addresses = 16
net.ipv6.conf.default.max_desync_factor = 600
net.ipv6.conf.default.regen_max_retry = 5
net.ipv6.conf.default.temp_prefered_lft = 86400
net.ipv6.conf.default.temp_valid_lft = 604800
net.ipv6.conf.default.use_tempaddr = 0
net.ipv6.conf.default.force_mld_version = 0
net.ipv6.conf.default.router_solicitation_delay = 1
net.ipv6.conf.default.router_solicitation_interval = 4
net.ipv6.conf.default.router_solicitations = 3
net.ipv6.conf.default.dad_transmits = 1
net.ipv6.conf.default.autoconf = 1
net.ipv6.conf.default.accept_redirects = 1
net.ipv6.conf.default.accept_ra = 1
net.ipv6.conf.default.mtu = 1280
net.ipv6.conf.default.hop_limit = 64
net.ipv6.conf.default.forwarding = 0
net.ipv6.conf.all.max_addresses = 16
net.ipv6.conf.all.max_desync_factor = 600
net.ipv6.conf.all.regen_max_retry = 5
net.ipv6.conf.all.temp_prefered_lft = 86400
net.ipv6.conf.all.temp_valid_lft = 604800
net.ipv6.conf.all.use_tempaddr = 0
net.ipv6.conf.all.force_mld_version = 0
net.ipv6.conf.all.router_solicitation_delay = 1
net.ipv6.conf.all.router_solicitation_interval = 4
net.ipv6.conf.all.router_solicitations = 3
net.ipv6.conf.all.dad_transmits = 1
net.ipv6.conf.all.autoconf = 1
net.ipv6.conf.all.accept_redirects = 1
net.ipv6.conf.all.accept_ra = 1
net.ipv6.conf.all.mtu = 1280
net.ipv6.conf.all.hop_limit = 64
net.ipv6.conf.all.forwarding = 0
net.ipv6.conf.lo.max_addresses = 16
net.ipv6.conf.lo.max_desync_factor = 600
net.ipv6.conf.lo.regen_max_retry = 5
net.ipv6.conf.lo.temp_prefered_lft = 86400
net.ipv6.conf.lo.temp_valid_lft = 604800
net.ipv6.conf.lo.use_tempaddr = -1
net.ipv6.conf.lo.force_mld_version = 0
net.ipv6.conf.lo.router_solicitation_delay = 1
net.ipv6.conf.lo.router_solicitation_interval = 4
net.ipv6.conf.lo.router_solicitations = 3
net.ipv6.conf.lo.dad_transmits = 1
net.ipv6.conf.lo.autoconf = 1
net.ipv6.conf.lo.accept_redirects = 1
net.ipv6.conf.lo.accept_ra = 1
net.ipv6.conf.lo.mtu = 16436
net.ipv6.conf.lo.hop_limit = 64
net.ipv6.conf.lo.forwarding = 0
net.ipv6.neigh.eth0.locktime = 0
net.ipv6.neigh.eth0.proxy_delay = 79
net.ipv6.neigh.eth0.anycast_delay = 99
net.ipv6.neigh.eth0.proxy_qlen = 64
net.ipv6.neigh.eth0.unres_qlen = 3
net.ipv6.neigh.eth0.gc_stale_time = 60
net.ipv6.neigh.eth0.delay_first_probe_time = 5
net.ipv6.neigh.eth0.base_reachable_time = 30
net.ipv6.neigh.eth0.retrans_time = 1000
net.ipv6.neigh.eth0.app_solicit = 0
net.ipv6.neigh.eth0.ucast_solicit = 3
net.ipv6.neigh.eth0.mcast_solicit = 3
net.ipv6.neigh.lo.locktime = 0
net.ipv6.neigh.lo.proxy_delay = 79
net.ipv6.neigh.lo.anycast_delay = 99
net.ipv6.neigh.lo.proxy_qlen = 64
net.ipv6.neigh.lo.unres_qlen = 3
net.ipv6.neigh.lo.gc_stale_time = 60
net.ipv6.neigh.lo.delay_first_probe_time = 5
net.ipv6.neigh.lo.base_reachable_time = 30
net.ipv6.neigh.lo.retrans_time = 1000
net.ipv6.neigh.lo.app_solicit = 0
net.ipv6.neigh.lo.ucast_solicit = 3
net.ipv6.neigh.lo.mcast_solicit = 3
net.ipv6.neigh.default.gc_thresh3 = 1024
net.ipv6.neigh.default.gc_thresh2 = 512
net.ipv6.neigh.default.gc_thresh1 = 128
net.ipv6.neigh.default.gc_interval = 30
net.ipv6.neigh.default.locktime = 0
net.ipv6.neigh.default.proxy_delay = 79
net.ipv6.neigh.default.anycast_delay = 99
net.ipv6.neigh.default.proxy_qlen = 64
net.ipv6.neigh.default.unres_qlen = 3
net.ipv6.neigh.default.gc_stale_time = 60
net.ipv6.neigh.default.delay_first_probe_time = 5
net.ipv6.neigh.default.base_reachable_time = 30
net.ipv6.neigh.default.retrans_time = 1000
net.ipv6.neigh.default.app_solicit = 0
net.ipv6.neigh.default.ucast_solicit = 3
net.ipv6.neigh.default.mcast_solicit = 3
net.ipv6.mld_max_msf = 10
net.ipv6.ip6frag_secret_interval = 600
net.ipv6.ip6frag_time = 60
net.ipv6.ip6frag_low_thresh = 196608
net.ipv6.ip6frag_high_thresh = 262144
net.ipv6.bindv6only = 0
net.ipv6.icmp.ratelimit = 1000
net.ipv6.route.min_adv_mss = 1
net.ipv6.route.mtu_expires = 600
net.ipv6.route.gc_elasticity = 0
net.ipv6.route.gc_interval = 30
net.ipv6.route.gc_timeout = 60
net.ipv6.route.gc_min_interval = 0
net.ipv6.route.max_size = 4096
net.ipv6.route.gc_thresh = 1024
net.unix.max_dgram_qlen = 10
net.ipv4.conf.eth0.force_igmp_version = 0
net.ipv4.conf.eth0.disable_policy = 0
net.ipv4.conf.eth0.disable_xfrm = 0
net.ipv4.conf.eth0.arp_ignore = 0
net.ipv4.conf.eth0.arp_announce = 0
net.ipv4.conf.eth0.arp_filter = 0
net.ipv4.conf.eth0.tag = 0
net.ipv4.conf.eth0.log_martians = 0
net.ipv4.conf.eth0.bootp_relay = 0
net.ipv4.conf.eth0.medium_id = 0
net.ipv4.conf.eth0.proxy_arp = 0
net.ipv4.conf.eth0.accept_source_route = 1
net.ipv4.conf.eth0.send_redirects = 1
net.ipv4.conf.eth0.rp_filter = 1
net.ipv4.conf.eth0.shared_media = 1
net.ipv4.conf.eth0.secure_redirects = 1
net.ipv4.conf.eth0.accept_redirects = 1
net.ipv4.conf.eth0.mc_forwarding = 0
net.ipv4.conf.eth0.forwarding = 0
net.ipv4.conf.lo.force_igmp_version = 0
net.ipv4.conf.lo.disable_policy = 1
net.ipv4.conf.lo.disable_xfrm = 1
net.ipv4.conf.lo.arp_ignore = 0
net.ipv4.conf.lo.arp_announce = 0
net.ipv4.conf.lo.arp_filter = 0
net.ipv4.conf.lo.tag = 0
net.ipv4.conf.lo.log_martians = 0
net.ipv4.conf.lo.bootp_relay = 0
net.ipv4.conf.lo.medium_id = 0
net.ipv4.conf.lo.proxy_arp = 0
net.ipv4.conf.lo.accept_source_route = 1
net.ipv4.conf.lo.send_redirects = 1
net.ipv4.conf.lo.rp_filter = 0
net.ipv4.conf.lo.shared_media = 1
net.ipv4.conf.lo.secure_redirects = 1
net.ipv4.conf.lo.accept_redirects = 1
net.ipv4.conf.lo.mc_forwarding = 0
net.ipv4.conf.lo.forwarding = 0
net.ipv4.conf.default.force_igmp_version = 0
net.ipv4.conf.default.disable_policy = 0
net.ipv4.conf.default.disable_xfrm = 0
net.ipv4.conf.default.arp_ignore = 0
net.ipv4.conf.default.arp_announce = 0
net.ipv4.conf.default.arp_filter = 0
net.ipv4.conf.default.tag = 0
net.ipv4.conf.default.log_martians = 0
net.ipv4.conf.default.bootp_relay = 0
net.ipv4.conf.default.medium_id = 0
net.ipv4.conf.default.proxy_arp = 0
net.ipv4.conf.default.accept_source_route = 1
net.ipv4.conf.default.send_redirects = 1
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.default.shared_media = 1
net.ipv4.conf.default.secure_redirects = 1
net.ipv4.conf.default.accept_redirects = 1
net.ipv4.conf.default.mc_forwarding = 0
net.ipv4.conf.default.forwarding = 0
net.ipv4.conf.all.force_igmp_version = 0
net.ipv4.conf.all.disable_policy = 0
net.ipv4.conf.all.disable_xfrm = 0
net.ipv4.conf.all.arp_ignore = 0
net.ipv4.conf.all.arp_announce = 0
net.ipv4.conf.all.arp_filter = 0
net.ipv4.conf.all.tag = 0
net.ipv4.conf.all.log_martians = 0
net.ipv4.conf.all.bootp_relay = 0
net.ipv4.conf.all.medium_id = 0
net.ipv4.conf.all.proxy_arp = 0
net.ipv4.conf.all.accept_source_route = 0
net.ipv4.conf.all.send_redirects = 1
net.ipv4.conf.all.rp_filter = 0
net.ipv4.conf.all.shared_media = 1
net.ipv4.conf.all.secure_redirects = 1
net.ipv4.conf.all.accept_redirects = 1
net.ipv4.conf.all.mc_forwarding = 0
net.ipv4.conf.all.forwarding = 0
net.ipv4.neigh.eth0.locktime = 99
net.ipv4.neigh.eth0.proxy_delay = 79
net.ipv4.neigh.eth0.anycast_delay = 99
net.ipv4.neigh.eth0.proxy_qlen = 64
net.ipv4.neigh.eth0.unres_qlen = 3
net.ipv4.neigh.eth0.gc_stale_time = 60
net.ipv4.neigh.eth0.delay_first_probe_time = 5
net.ipv4.neigh.eth0.base_reachable_time = 30
net.ipv4.neigh.eth0.retrans_time = 99
net.ipv4.neigh.eth0.app_solicit = 0
net.ipv4.neigh.eth0.ucast_solicit = 3
net.ipv4.neigh.eth0.mcast_solicit = 3
net.ipv4.neigh.lo.locktime = 99
net.ipv4.neigh.lo.proxy_delay = 79
net.ipv4.neigh.lo.anycast_delay = 99
net.ipv4.neigh.lo.proxy_qlen = 64
net.ipv4.neigh.lo.unres_qlen = 3
net.ipv4.neigh.lo.gc_stale_time = 60
net.ipv4.neigh.lo.delay_first_probe_time = 5
net.ipv4.neigh.lo.base_reachable_time = 30
net.ipv4.neigh.lo.retrans_time = 99
net.ipv4.neigh.lo.app_solicit = 0
net.ipv4.neigh.lo.ucast_solicit = 3
net.ipv4.neigh.lo.mcast_solicit = 3
net.ipv4.neigh.default.gc_thresh3 = 1024
net.ipv4.neigh.default.gc_thresh2 = 512
net.ipv4.neigh.default.gc_thresh1 = 128
net.ipv4.neigh.default.gc_interval = 30
net.ipv4.neigh.default.locktime = 99
net.ipv4.neigh.default.proxy_delay = 79
net.ipv4.neigh.default.anycast_delay = 99
net.ipv4.neigh.default.proxy_qlen = 64
net.ipv4.neigh.default.unres_qlen = 3
net.ipv4.neigh.default.gc_stale_time = 60
net.ipv4.neigh.default.delay_first_probe_time = 5
net.ipv4.neigh.default.base_reachable_time = 30
net.ipv4.neigh.default.retrans_time = 99
net.ipv4.neigh.default.app_solicit = 0
net.ipv4.neigh.default.ucast_solicit = 3
net.ipv4.neigh.default.mcast_solicit = 3
net.ipv4.tcp_moderate_rcvbuf = 0
net.ipv4.tcp_default_win_scale = 0
net.ipv4.tcp_bic_low_window = 14
net.ipv4.tcp_bic_fast_convergence = 1
net.ipv4.tcp_bic = 0
net.ipv4.tcp_vegas_gamma = 2
net.ipv4.tcp_vegas_beta = 6
net.ipv4.tcp_vegas_alpha = 2
net.ipv4.tcp_vegas_cong_avoid = 0
net.ipv4.tcp_westwood = 0
net.ipv4.tcp_no_metrics_save = 0
net.ipv4.ipfrag_secret_interval = 600
net.ipv4.tcp_low_latency = 0
net.ipv4.tcp_frto = 0
net.ipv4.tcp_tw_reuse = 0
net.ipv4.icmp_ratemask = 6168
net.ipv4.icmp_ratelimit = 1000
net.ipv4.tcp_adv_win_scale = 2
net.ipv4.tcp_app_win = 31
net.ipv4.tcp_rmem = 4096	87380	174760
net.ipv4.tcp_wmem = 4096	16384	131072
net.ipv4.tcp_mem = 49152	65536	98304
net.ipv4.tcp_dsack = 1
net.ipv4.tcp_ecn = 0
net.ipv4.tcp_reordering = 3
net.ipv4.tcp_fack = 1
net.ipv4.tcp_orphan_retries = 0
net.ipv4.inet_peer_gc_maxtime = 120
net.ipv4.inet_peer_gc_mintime = 10
net.ipv4.inet_peer_maxttl = 600
net.ipv4.inet_peer_minttl = 120
net.ipv4.inet_peer_threshold = 65664
net.ipv4.igmp_max_msf = 10
net.ipv4.igmp_max_memberships = 20
net.ipv4.route.secret_interval = 600
net.ipv4.route.min_adv_mss = 256
net.ipv4.route.min_pmtu = 552
net.ipv4.route.mtu_expires = 600
net.ipv4.route.gc_elasticity = 8
net.ipv4.route.error_burst = 5000
net.ipv4.route.error_cost = 1000
net.ipv4.route.redirect_silence = 20480
net.ipv4.route.redirect_number = 9
net.ipv4.route.redirect_load = 20
net.ipv4.route.gc_interval = 60
net.ipv4.route.gc_timeout = 300
net.ipv4.route.gc_min_interval = 0
net.ipv4.route.max_size = 65536
net.ipv4.route.gc_thresh = 4096
net.ipv4.route.max_delay = 10
net.ipv4.route.min_delay = 2
net.ipv4.icmp_ignore_bogus_error_responses = 0
net.ipv4.icmp_echo_ignore_broadcasts = 0
net.ipv4.icmp_echo_ignore_all = 0
net.ipv4.ip_local_port_range = 32768	61000
net.ipv4.tcp_max_syn_backlog = 1024
net.ipv4.tcp_rfc1337 = 0
net.ipv4.tcp_stdurg = 0
net.ipv4.tcp_abort_on_overflow = 0
net.ipv4.tcp_tw_recycle = 0
net.ipv4.tcp_syncookies = 0
net.ipv4.tcp_fin_timeout = 60
net.ipv4.tcp_retries2 = 15
net.ipv4.tcp_retries1 = 3
net.ipv4.tcp_keepalive_intvl = 75
net.ipv4.tcp_keepalive_probes = 9
net.ipv4.tcp_keepalive_time = 7200
net.ipv4.ipfrag_time = 30
net.ipv4.ip_dynaddr = 0
net.ipv4.ipfrag_low_thresh = 196608
net.ipv4.ipfrag_high_thresh = 262144
net.ipv4.tcp_max_tw_buckets = 180000
net.ipv4.tcp_max_orphans = 16384
net.ipv4.tcp_synack_retries = 5
net.ipv4.tcp_syn_retries = 5
net.ipv4.ip_nonlocal_bind = 0
net.ipv4.ip_no_pmtu_disc = 0
net.ipv4.ip_autoconfig = 0
net.ipv4.ip_default_ttl = 64
net.ipv4.ip_forward = 0
net.ipv4.tcp_retrans_collapse = 1
net.ipv4.tcp_sack = 1
net.ipv4.tcp_window_scaling = 1
net.ipv4.tcp_timestamps = 1
net.core.somaxconn = 128
net.core.divert_version = 0.46
net.core.optmem_max = 10240
net.core.message_burst = 10
net.core.message_cost = 5
net.core.mod_cong = 290
net.core.lo_cong = 100
net.core.no_cong = 20
net.core.no_cong_thresh = 10
net.core.netdev_max_backlog = 300
net.core.dev_weight = 64
net.core.rmem_default = 110592
net.core.wmem_default = 110592
net.core.rmem_max = 110592
net.core.wmem_max = 110592
vm.block_dump = 0
vm.laptop_mode = 0
vm.max_map_count = 65536
vm.min_free_kbytes = 724
vm.lower_zone_protection = 0
vm.hugetlb_shm_group = 0
vm.nr_hugepages = 0
vm.swappiness = 60
vm.nr_pdflush_threads = 2
vm.dirty_expire_centisecs = 3000
vm.dirty_writeback_centisecs = 500
vm.dirty_ratio = 40
vm.dirty_background_ratio = 10
vm.page-cluster = 3
vm.overcommit_ratio = 50
vm.overcommit_memory = 0
kernel.ngroups_max = 65536
kernel.printk_ratelimit_burst = 10
kernel.printk_ratelimit = 5
kernel.panic_on_oops = 0
kernel.pid_max = 32768
kernel.overflowgid = 65534
kernel.overflowuid = 65534
kernel.pty.nr = 2
kernel.pty.max = 4096
kernel.random.uuid = b3247472-3d2f-4496-b86b-bc008c2023d7
kernel.random.boot_id = 25df8376-0ed8-4372-ac21-09c962544d66
kernel.random.write_wakeup_threshold = 128
kernel.random.read_wakeup_threshold = 64
kernel.random.entropy_avail = 3968
kernel.random.poolsize = 512
kernel.threads-max = 8191
kernel.cad_pid = 1
kernel.sysrq = 0
kernel.sem = 250	32000	32	128
kernel.msgmnb = 16384
kernel.msgmni = 16
kernel.msgmax = 8192
kernel.shmmni = 4096
kernel.shmall = 2097152
kernel.shmmax = 33554432
kernel.rtsig-max = 1024
kernel.rtsig-nr = 1
kernel.acct = 4	2	30
kernel.hotplug = /sbin/hotplug
kernel.modprobe = /sbin/modprobe
kernel.printk = 6	4	1	7
kernel.ctrl-alt-del = 0
kernel.real-root-dev = 256
kernel.cap-bound = -257
kernel.tainted = 1
kernel.core_pattern = core
kernel.core_uses_pid = 1
kernel.panic = 0
kernel.domainname = (none)
kernel.hostname = herbert02.hrcruz.com
kernel.version = #1 Sat Jul 17 14:31:18 PDT 2004
kernel.osrelease = 2.6.7
kernel.ostype = Linux
fs.mqueue.msgsize_max = 16384
fs.mqueue.msg_max = 40
fs.mqueue.queues_max = 64
fs.quota.syncs = 21
fs.quota.free_dquots = 0
fs.quota.allocated_dquots = 0
fs.quota.cache_hits = 0
fs.quota.writes = 0
fs.quota.reads = 0
fs.quota.drops = 0
fs.quota.lookups = 0
fs.aio-max-nr = 65536
fs.aio-nr = 0
fs.lease-break-time = 45
fs.dir-notify-enable = 1
fs.leases-enable = 1
fs.overflowgid = 65534
fs.overflowuid = 65534
fs.dentry-state = 8610	5061	45	0	0	0
fs.file-max = 51212
fs.file-nr = 3850	0	51212
fs.inode-state = 9359	2065	0	0	0	0	0
fs.inode-nr = 9359	2065

+ modprobe -V
module-init-tools version 3.0-pre10

+ modprobe -l *hsf*
FATAL: Can't have multiple wildcards

+ modprobe -l *hcf*

+ modprobe -l *rip*
FATAL: Can't have multiple wildcards

+ cat -v /etc/modules.conf
alias /dev/ttySHSF[0-9]* /dev/ttySHSF
alias /dev/modem /dev/ttySHSF
alias char-major-240 /dev/ttySHSF
alias /dev/cuaHSF[0-9]* /dev/ttySHSF
alias char-major-241 /dev/ttySHSF
options hsfserial serialmajor=240 calloutmajor=241
alias char-major-242 hsfosspec
alias /dev/hsfdiag hsfosspec
alias /dev/hsfdiag* /dev/hsfdiag
alias char-major-243 /dev/hsfdiag
options hsfosspec dcpmajor=242 diagmajor=243
probeall /dev/ttySHSF hsfpcibasic2 hsfmc97ich hsfmc97via hsfmc97ali hsfusbcd2
probeall hsfserial hsfpcibasic2 hsfmc97ich hsfmc97via hsfmc97ali hsfusbcd2

+ cat -v /etc/modprobe.conf
alias eth0 8139too
alias eth1 forcedeth
alias snd-card-0 snd-intel8x0
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0
alias usb-controller ehci-hcd
alias usb-controller1 ohci-hcd
alias char-major-195* nvidia
alias char-major-195* nvidia
alias char-major-195* nvidia
alias char-major-195* nvidia
alias char-major-195* nvidia
alias char-major-195* nvidia
alias char-major-195* nvidia
alias char-major-195* nvidia
alias char-major-195* nvidia
alias char-major-195* nvidia
alias char-major-195* nvidia
alias char-major-195* nvidia
alias char-major-195* nvidia
alias char-major-195* nvidia
alias char-major-195* nvidia
alias char-major-195* nvidia
alias char-major-195* nvidia
alias char-major-195* nvidia
alias /dev/ttySHSF[0-9]* /dev/ttySHSF
alias /dev/modem /dev/ttySHSF
alias char-major-240 /dev/ttySHSF
alias char-major-240-* /dev/ttySHSF
options hsfserial serialmajor=240
alias char-major-242 hsfosspec
alias char-major-242-* hsfosspec
alias /dev/hsfdiag hsfosspec
alias /dev/hsfdiag* /dev/hsfdiag
alias char-major-243 /dev/hsfdiag
alias char-major-243-* /dev/hsfdiag
options hsfosspec dcpmajor=242 diagmajor=243
install /dev/ttySHSF /sbin/modprobe hsfpcibasic2; /sbin/modprobe hsfmc97ich; /sbin/modprobe hsfmc97via; /sbin/modprobe hsfmc97ali; /sbin/modprobe hsfusbcd2; /bin/true

+ depmod -e -a

+ cat -v /proc/tty/drivers
/dev/tty             /dev/tty        5       0 system:/dev/tty
/dev/console         /dev/console    5       1 system:console
/dev/ptmx            /dev/ptmx       5       2 system
/dev/vc/0            /dev/vc/0       4       0 system:vtmaster
rfcomm               /dev/rfcomm   216   0-255 serial
serial               /dev/ttyS       4   64-71 serial
pty_slave            /dev/pts      136 0-1048575 pty:slave
pty_master           /dev/ptm      128 0-1048575 pty:master
unknown              /dev/tty        4    1-63 console

+ cat -v /proc/tty/driver/rfcomm

+ cat -v /proc/tty/driver/serial
serinfo:1.0 driver revision:
0: uart:16550A port:000003F8 irq:4 tx:0 rx:0
1: uart:unknown port:000002F8 irq:3
2: uart:unknown port:000003E8 irq:4
3: uart:unknown port:000002E8 irq:3
4: uart:unknown port:00000000 irq:0
5: uart:unknown port:00000000 irq:0
6: uart:unknown port:00000000 irq:0
7: uart:unknown port:00000000 irq:0

+ ls -l /dev/modem*
lrwxrwxrwx  1 root root 13 Aug  1 00:19 /dev/modem -> /dev/ttySHSF0

+ ls -l /dev/*HSF[0-9]*
crw-rw-rw-  1 root root 241, 64 Aug  1 00:19 /dev/cuaHSF0
crw-rw-rw-  1 root root 241, 65 Aug  1 00:19 /dev/cuaHSF1
crw-rw-rw-  1 root root 241, 66 Aug  1 00:19 /dev/cuaHSF2
crw-rw-rw-  1 root root 241, 67 Aug  1 00:19 /dev/cuaHSF3
crw-rw-rw-  1 root root 241, 68 Aug  1 00:19 /dev/cuaHSF4
crw-rw-rw-  1 root root 241, 69 Aug  1 00:19 /dev/cuaHSF5
crw-rw-rw-  1 root root 241, 70 Aug  1 00:19 /dev/cuaHSF6
crw-rw-rw-  1 root root 241, 71 Aug  1 00:19 /dev/cuaHSF7
crw-rw-rw-  1 root root 240, 64 Aug  1 00:19 /dev/ttySHSF0
crw-rw-rw-  1 root root 240, 65 Aug  1 00:19 /dev/ttySHSF1
crw-rw-rw-  1 root root 240, 66 Aug  1 00:19 /dev/ttySHSF2
crw-rw-rw-  1 root root 240, 67 Aug  1 00:19 /dev/ttySHSF3
crw-rw-rw-  1 root root 240, 68 Aug  1 00:19 /dev/ttySHSF4
crw-rw-rw-  1 root root 240, 69 Aug  1 00:19 /dev/ttySHSF5
crw-rw-rw-  1 root root 240, 70 Aug  1 00:19 /dev/ttySHSF6
crw-rw-rw-  1 root root 240, 71 Aug  1 00:19 /dev/ttySHSF7

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

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

+ cd /etc/hsfmodem/nvm && find . -maxdepth 2 -ls
216891    4 drwxr-xr-x   7 root     root         4096 Aug  1 00:16 .
217091    0 lrwxrwxrwx   1 hrcruz   hrcruz          7 Aug  1 00:16 ./hsfmc97ich -> hsfmc97
216892    4 drwxrwxr-x   4 hrcruz   hrcruz       4096 Aug  1 00:16 ./hsfpcibasic2
230358    4 -rw-rw-r--   3 hrcruz   hrcruz         13 Aug  1 00:15 ./hsfpcibasic2/HW_ADAPTER_TYPE
230359    4 -rw-rw-r--  10 hrcruz   hrcruz         25 Aug  1 00:15 ./hsfpcibasic2/ATPLUSID_GMM
230360    4 -rw-rw-r--   5 hrcruz   hrcruz        181 Aug  1 00:15 ./hsfpcibasic2/MOD_THRESHOLD
230361    4 -rw-rw-r--   5 hrcruz   hrcruz         41 Aug  1 00:15 ./hsfpcibasic2/DC_CALC_PARAMS
230362    4 -rw-rw-r--   5 hrcruz   hrcruz         83 Aug  1 00:15 ./hsfpcibasic2/MS_PARAMS
216915   16 drwxrwxr-x  74 hrcruz   hrcruz      16384 Aug  1 00:16 ./hsfpcibasic2/Region
217551    4 -rw-rw-r--   5 hrcruz   hrcruz        887 Aug  1 00:15 ./hsfpcibasic2/CONSTTONEPARAMS
217552    4 -rw-rw-r--   5 hrcruz   hrcruz         12 Aug  1 00:15 ./hsfpcibasic2/OEM_FLAGS
217596    4 drwxrwxr-x   5 hrcruz   hrcruz       4096 Aug  1 00:16 ./hsfpcibasic2/Profile
217593    4 -rw-rw-r--   5 hrcruz   hrcruz        111 Aug  1 00:15 ./hsfpcibasic2/DTMF_COMP_LEVEL
217594    4 -rw-rw-r--  10 hrcruz   hrcruz         11 Aug  1 00:15 ./hsfpcibasic2/ATPLUSID_FMI
217595    4 -rw-rw-r--   5 hrcruz   hrcruz         35 Aug  1 00:15 ./hsfpcibasic2/ATMESSAGE_I3
217664    4 -rw-rw-r--   5 hrcruz   hrcruz         55 Aug  1 00:15 ./hsfpcibasic2/AT_MISC_DEF
217665    4 -rw-rw-r--   5 hrcruz   hrcruz          6 Aug  1 00:15 ./hsfpcibasic2/AT+MSSTR
217666    4 -rw-rw-r--  10 hrcruz   hrcruz         26 Aug  1 00:15 ./hsfpcibasic2/ATPLUSID_FMR
217667    4 -rw-rw-r--   5 hrcruz   hrcruz         22 Aug  1 00:15 ./hsfpcibasic2/ATPLUSID_GCAP
217668    4 -rw-rw-r--   5 hrcruz   hrcruz         26 Aug  1 00:15 ./hsfpcibasic2/ATPLUSID_FMM
230359    4 -rw-rw-r--  10 hrcruz   hrcruz         25 Aug  1 00:15 ./hsfpcibasic2/ATMESSAGE_I4
217669    4 -rw-rw-r--   5 hrcruz   hrcruz        733 Aug  1 00:15 ./hsfpcibasic2/V25TER
217594    4 -rw-rw-r--  10 hrcruz   hrcruz         11 Aug  1 00:15 ./hsfpcibasic2/ATPLUSID_GMI
217583    4 -rw-rw-r--   5 hrcruz   hrcruz          3 Aug  1 00:15 ./hsfpcibasic2/OEM_DAATYPE
217670    4 -rw-rw-r--   5 hrcruz   hrcruz        144 Aug  1 00:15 ./hsfpcibasic2/CADENCE
217671    4 -rw-rw-r--   5 hrcruz   hrcruz        517 Aug  1 00:15 ./hsfpcibasic2/TONEPARAMS
217672    4 -rw-rw-r--   2 hrcruz   hrcruz         41 Aug  1 00:15 ./hsfpcibasic2/ATMESSAGE_I90
217673    4 -rw-rw-r--   2 hrcruz   hrcruz         16 Aug  1 00:15 ./hsfpcibasic2/DLG_PARAMS
217674    4 -rw-rw-r--   5 hrcruz   hrcruz          8 Aug  1 00:15 ./hsfpcibasic2/ATMESSAGE_I0
217675    4 -rw-rw-r--  10 hrcruz   hrcruz          3 Aug  1 00:15 ./hsfpcibasic2/ATPLUSID_GOI
217666    4 -rw-rw-r--  10 hrcruz   hrcruz         26 Aug  1 00:15 ./hsfpcibasic2/ATPLUSID_GMR
217676    4 -rw-rw-r--   5 hrcruz   hrcruz        127 Aug  1 00:15 ./hsfpcibasic2/SREG
217677    4 -rw-rw-r--   5 hrcruz   hrcruz         13 Aug  1 00:15 ./hsfpcibasic2/PROPERTIES
217678    4 -rw-rw-r--   5 hrcruz   hrcruz          7 Aug  1 00:15 ./hsfpcibasic2/OEM_SPKR_MUTE_DELAY
217679    4 -rw-rw-r--  10 hrcruz   hrcruz          6 Aug  1 00:15 ./hsfpcibasic2/ATMESSAGE_I7
217680    4 -rw-rw-r--   1 hrcruz   hrcruz        221 Aug  1 00:15 ./hsfpcibasic2/COUNTRY_CODE_LIST
217681    4 -rw-rw-r--   5 hrcruz   hrcruz         27 Aug  1 00:15 ./hsfpcibasic2/CPU_FREQ_CHANGE
217682    4 -rw-rw-r--   1 hrcruz   hrcruz         27 Aug  1 00:15 ./hsfpcibasic2/OEM_HWDATA
217683    4 -rw-rw-r--   5 hrcruz   hrcruz         12 Aug  1 00:15 ./hsfpcibasic2/CSA_FLAGS
217679    4 -rw-rw-r--  10 hrcruz   hrcruz          6 Aug  1 00:15 ./hsfpcibasic2/ATMESSAGE_I1
217675    4 -rw-rw-r--  10 hrcruz   hrcruz          3 Aug  1 00:15 ./hsfpcibasic2/ATPLUSID_GSN
217601    4 drwxrwxr-x   3 hrcruz   hrcruz       4096 Aug  1 00:16 ./hsfpcibasic2hsfi
230358    4 -rw-rw-r--   3 hrcruz   hrcruz         13 Aug  1 00:15 ./hsfpcibasic2hsfi/HW_ADAPTER_TYPE
230359    4 -rw-rw-r--  10 hrcruz   hrcruz         25 Aug  1 00:15 ./hsfpcibasic2hsfi/ATPLUSID_GMM
230360    4 -rw-rw-r--   5 hrcruz   hrcruz        181 Aug  1 00:15 ./hsfpcibasic2hsfi/MOD_THRESHOLD
230361    4 -rw-rw-r--   5 hrcruz   hrcruz         41 Aug  1 00:15 ./hsfpcibasic2hsfi/DC_CALC_PARAMS
230362    4 -rw-rw-r--   5 hrcruz   hrcruz         83 Aug  1 00:15 ./hsfpcibasic2hsfi/MS_PARAMS
216893    0 lrwxrwxrwx   1 hrcruz   hrcruz         22 Aug  1 00:16 ./hsfpcibasic2hsfi/Region -> ../hsfpcibasic2/Region
217551    4 -rw-rw-r--   5 hrcruz   hrcruz        887 Aug  1 00:15 ./hsfpcibasic2hsfi/CONSTTONEPARAMS
217552    4 -rw-rw-r--   5 hrcruz   hrcruz         12 Aug  1 00:15 ./hsfpcibasic2hsfi/OEM_FLAGS
217602    4 drwxrwxr-x   5 hrcruz   hrcruz       4096 Aug  1 00:16 ./hsfpcibasic2hsfi/Profile
217593    4 -rw-rw-r--   5 hrcruz   hrcruz        111 Aug  1 00:15 ./hsfpcibasic2hsfi/DTMF_COMP_LEVEL
217686    4 -rw-rw-r--   3 hrcruz   hrcruz        326 Aug  1 00:15 ./hsfpcibasic2hsfi/OEM_SMARTDAA_PARAMSK3
217594    4 -rw-rw-r--  10 hrcruz   hrcruz         11 Aug  1 00:15 ./hsfpcibasic2hsfi/ATPLUSID_FMI
217595    4 -rw-rw-r--   5 hrcruz   hrcruz         35 Aug  1 00:15 ./hsfpcibasic2hsfi/ATMESSAGE_I3
217664    4 -rw-rw-r--   5 hrcruz   hrcruz         55 Aug  1 00:15 ./hsfpcibasic2hsfi/AT_MISC_DEF
217665    4 -rw-rw-r--   5 hrcruz   hrcruz          6 Aug  1 00:15 ./hsfpcibasic2hsfi/AT+MSSTR
217666    4 -rw-rw-r--  10 hrcruz   hrcruz         26 Aug  1 00:15 ./hsfpcibasic2hsfi/ATPLUSID_FMR
217667    4 -rw-rw-r--   5 hrcruz   hrcruz         22 Aug  1 00:15 ./hsfpcibasic2hsfi/ATPLUSID_GCAP
217668    4 -rw-rw-r--   5 hrcruz   hrcruz         26 Aug  1 00:15 ./hsfpcibasic2hsfi/ATPLUSID_FMM
230359    4 -rw-rw-r--  10 hrcruz   hrcruz         25 Aug  1 00:15 ./hsfpcibasic2hsfi/ATMESSAGE_I4
217669    4 -rw-rw-r--   5 hrcruz   hrcruz        733 Aug  1 00:15 ./hsfpcibasic2hsfi/V25TER
217594    4 -rw-rw-r--  10 hrcruz   hrcruz         11 Aug  1 00:15 ./hsfpcibasic2hsfi/ATPLUSID_GMI
217583    4 -rw-rw-r--   5 hrcruz   hrcruz          3 Aug  1 00:15 ./hsfpcibasic2hsfi/OEM_DAATYPE
217670    4 -rw-rw-r--   5 hrcruz   hrcruz        144 Aug  1 00:15 ./hsfpcibasic2hsfi/CADENCE
217671    4 -rw-rw-r--   5 hrcruz   hrcruz        517 Aug  1 00:15 ./hsfpcibasic2hsfi/TONEPARAMS
217672    4 -rw-rw-r--   2 hrcruz   hrcruz         41 Aug  1 00:15 ./hsfpcibasic2hsfi/ATMESSAGE_I90
216919    4 -rw-rw-r--   1 hrcruz   hrcruz         16 Aug  1 00:15 ./hsfpcibasic2hsfi/DLG_PARAMS
217674    4 -rw-rw-r--   5 hrcruz   hrcruz          8 Aug  1 00:15 ./hsfpcibasic2hsfi/ATMESSAGE_I0
217675    4 -rw-rw-r--  10 hrcruz   hrcruz          3 Aug  1 00:15 ./hsfpcibasic2hsfi/ATPLUSID_GOI
217666    4 -rw-rw-r--  10 hrcruz   hrcruz         26 Aug  1 00:15 ./hsfpcibasic2hsfi/ATPLUSID_GMR
217676    4 -rw-rw-r--   5 hrcruz   hrcruz        127 Aug  1 00:15 ./hsfpcibasic2hsfi/SREG
217677    4 -rw-rw-r--   5 hrcruz   hrcruz         13 Aug  1 00:15 ./hsfpcibasic2hsfi/PROPERTIES
217678    4 -rw-rw-r--   5 hrcruz   hrcruz          7 Aug  1 00:15 ./hsfpcibasic2hsfi/OEM_SPKR_MUTE_DELAY
217679    4 -rw-rw-r--  10 hrcruz   hrcruz          6 Aug  1 00:15 ./hsfpcibasic2hsfi/ATMESSAGE_I7
217688    4 -rw-rw-r--   4 hrcruz   hrcruz        224 Aug  1 00:15 ./hsfpcibasic2hsfi/COUNTRY_CODE_LIST
216922    4 -rw-rw-r--   1 hrcruz   hrcruz        326 Aug  1 00:15 ./hsfpcibasic2hsfi/OEM_SMARTDAA_PARAMS
217681    4 -rw-rw-r--   5 hrcruz   hrcruz         27 Aug  1 00:15 ./hsfpcibasic2hsfi/CPU_FREQ_CHANGE
216934    4 -rw-rw-r--   1 hrcruz   hrcruz         27 Aug  1 00:15 ./hsfpcibasic2hsfi/OEM_HWDATA
217683    4 -rw-rw-r--   5 hrcruz   hrcruz         12 Aug  1 00:15 ./hsfpcibasic2hsfi/CSA_FLAGS
217679    4 -rw-rw-r--  10 hrcruz   hrcruz          6 Aug  1 00:15 ./hsfpcibasic2hsfi/ATMESSAGE_I1
217675    4 -rw-rw-r--  10 hrcruz   hrcruz          3 Aug  1 00:15 ./hsfpcibasic2hsfi/ATPLUSID_GSN
217497    0 lrwxrwxrwx   1 hrcruz   hrcruz          7 Aug  1 00:16 ./hsfmc97via -> hsfmc97
217600    4 drwxrwxr-x   2 hrcruz   hrcruz       4096 Aug  1 00:16 ./hsfpcibasic2smart
230358    4 -rw-rw-r--   3 hrcruz   hrcruz         13 Aug  1 00:15 ./hsfpcibasic2smart/HW_ADAPTER_TYPE
230359    4 -rw-rw-r--  10 hrcruz   hrcruz         25 Aug  1 00:15 ./hsfpcibasic2smart/ATPLUSID_GMM
230360    4 -rw-rw-r--   5 hrcruz   hrcruz        181 Aug  1 00:15 ./hsfpcibasic2smart/MOD_THRESHOLD
230361    4 -rw-rw-r--   5 hrcruz   hrcruz         41 Aug  1 00:15 ./hsfpcibasic2smart/DC_CALC_PARAMS
230362    4 -rw-rw-r--   5 hrcruz   hrcruz         83 Aug  1 00:15 ./hsfpcibasic2smart/MS_PARAMS
217684    0 lrwxrwxrwx   1 hrcruz   hrcruz         22 Aug  1 00:16 ./hsfpcibasic2smart/Region -> ../hsfpcibasic2/Region
217551    4 -rw-rw-r--   5 hrcruz   hrcruz        887 Aug  1 00:15 ./hsfpcibasic2smart/CONSTTONEPARAMS
217552    4 -rw-rw-r--   5 hrcruz   hrcruz         12 Aug  1 00:15 ./hsfpcibasic2smart/OEM_FLAGS
217685    0 lrwxrwxrwx   1 hrcruz   hrcruz         23 Aug  1 00:16 ./hsfpcibasic2smart/Profile -> ../hsfpcibasic2/Profile
217593    4 -rw-rw-r--   5 hrcruz   hrcruz        111 Aug  1 00:15 ./hsfpcibasic2smart/DTMF_COMP_LEVEL
217686    4 -rw-rw-r--   3 hrcruz   hrcruz        326 Aug  1 00:15 ./hsfpcibasic2smart/OEM_SMARTDAA_PARAMSK3
217594    4 -rw-rw-r--  10 hrcruz   hrcruz         11 Aug  1 00:15 ./hsfpcibasic2smart/ATPLUSID_FMI
217595    4 -rw-rw-r--   5 hrcruz   hrcruz         35 Aug  1 00:15 ./hsfpcibasic2smart/ATMESSAGE_I3
217664    4 -rw-rw-r--   5 hrcruz   hrcruz         55 Aug  1 00:15 ./hsfpcibasic2smart/AT_MISC_DEF
217665    4 -rw-rw-r--   5 hrcruz   hrcruz          6 Aug  1 00:15 ./hsfpcibasic2smart/AT+MSSTR
217666    4 -rw-rw-r--  10 hrcruz   hrcruz         26 Aug  1 00:15 ./hsfpcibasic2smart/ATPLUSID_FMR
217667    4 -rw-rw-r--   5 hrcruz   hrcruz         22 Aug  1 00:15 ./hsfpcibasic2smart/ATPLUSID_GCAP
217668    4 -rw-rw-r--   5 hrcruz   hrcruz         26 Aug  1 00:15 ./hsfpcibasic2smart/ATPLUSID_FMM
230359    4 -rw-rw-r--  10 hrcruz   hrcruz         25 Aug  1 00:15 ./hsfpcibasic2smart/ATMESSAGE_I4
217669    4 -rw-rw-r--   5 hrcruz   hrcruz        733 Aug  1 00:15 ./hsfpcibasic2smart/V25TER
217594    4 -rw-rw-r--  10 hrcruz   hrcruz         11 Aug  1 00:15 ./hsfpcibasic2smart/ATPLUSID_GMI
217614    4 -rw-rw-r--  48 hrcruz   hrcruz          3 Aug  1 00:15 ./hsfpcibasic2smart/OEM_DAATYPE
217670    4 -rw-rw-r--   5 hrcruz   hrcruz        144 Aug  1 00:15 ./hsfpcibasic2smart/CADENCE
217671    4 -rw-rw-r--   5 hrcruz   hrcruz        517 Aug  1 00:15 ./hsfpcibasic2smart/TONEPARAMS
217687    4 -rw-rw-r--   2 hrcruz   hrcruz         16 Aug  1 00:15 ./hsfpcibasic2smart/DLG_PARAMS
217674    4 -rw-rw-r--   5 hrcruz   hrcruz          8 Aug  1 00:15 ./hsfpcibasic2smart/ATMESSAGE_I0
217675    4 -rw-rw-r--  10 hrcruz   hrcruz          3 Aug  1 00:15 ./hsfpcibasic2smart/ATPLUSID_GOI
217666    4 -rw-rw-r--  10 hrcruz   hrcruz         26 Aug  1 00:15 ./hsfpcibasic2smart/ATPLUSID_GMR
217676    4 -rw-rw-r--   5 hrcruz   hrcruz        127 Aug  1 00:15 ./hsfpcibasic2smart/SREG
217677    4 -rw-rw-r--   5 hrcruz   hrcruz         13 Aug  1 00:15 ./hsfpcibasic2smart/PROPERTIES
217678    4 -rw-rw-r--   5 hrcruz   hrcruz          7 Aug  1 00:15 ./hsfpcibasic2smart/OEM_SPKR_MUTE_DELAY
217679    4 -rw-rw-r--  10 hrcruz   hrcruz          6 Aug  1 00:15 ./hsfpcibasic2smart/ATMESSAGE_I7
217688    4 -rw-rw-r--   4 hrcruz   hrcruz        224 Aug  1 00:15 ./hsfpcibasic2smart/COUNTRY_CODE_LIST
217689    4 -rw-rw-r--   1 hrcruz   hrcruz        326 Aug  1 00:15 ./hsfpcibasic2smart/OEM_SMARTDAA_PARAMS
217681    4 -rw-rw-r--   5 hrcruz   hrcruz         27 Aug  1 00:15 ./hsfpcibasic2smart/CPU_FREQ_CHANGE
217690    4 -rw-rw-r--   1 hrcruz   hrcruz         27 Aug  1 00:15 ./hsfpcibasic2smart/OEM_HWDATA
217683    4 -rw-rw-r--   5 hrcruz   hrcruz         12 Aug  1 00:15 ./hsfpcibasic2smart/CSA_FLAGS
217679    4 -rw-rw-r--  10 hrcruz   hrcruz          6 Aug  1 00:15 ./hsfpcibasic2smart/ATMESSAGE_I1
217675    4 -rw-rw-r--  10 hrcruz   hrcruz          3 Aug  1 00:15 ./hsfpcibasic2smart/ATPLUSID_GSN
217607    4 drwxrwxr-x   2 hrcruz   hrcruz       4096 Aug  1 00:16 ./hsfcadmus2
217692    4 -rw-rw-r--   1 hrcruz   hrcruz         13 Aug  1 00:15 ./hsfcadmus2/HW_ADAPTER_TYPE
230359    4 -rw-rw-r--  10 hrcruz   hrcruz         25 Aug  1 00:15 ./hsfcadmus2/ATPLUSID_GMM
230360    4 -rw-rw-r--   5 hrcruz   hrcruz        181 Aug  1 00:15 ./hsfcadmus2/MOD_THRESHOLD
230361    4 -rw-rw-r--   5 hrcruz   hrcruz         41 Aug  1 00:15 ./hsfcadmus2/DC_CALC_PARAMS
230362    4 -rw-rw-r--   5 hrcruz   hrcruz         83 Aug  1 00:15 ./hsfcadmus2/MS_PARAMS
216910    0 lrwxrwxrwx   1 hrcruz   hrcruz         22 Aug  1 00:16 ./hsfcadmus2/Region -> ../hsfpcibasic2/Region
217551    4 -rw-rw-r--   5 hrcruz   hrcruz        887 Aug  1 00:15 ./hsfcadmus2/CONSTTONEPARAMS
217552    4 -rw-rw-r--   5 hrcruz   hrcruz         12 Aug  1 00:15 ./hsfcadmus2/OEM_FLAGS
216913    0 lrwxrwxrwx   1 hrcruz   hrcruz         23 Aug  1 00:16 ./hsfcadmus2/Profile -> ../hsfpcibasic2/Profile
217593    4 -rw-rw-r--   5 hrcruz   hrcruz        111 Aug  1 00:15 ./hsfcadmus2/DTMF_COMP_LEVEL
217594    4 -rw-rw-r--  10 hrcruz   hrcruz         11 Aug  1 00:15 ./hsfcadmus2/ATPLUSID_FMI
217595    4 -rw-rw-r--   5 hrcruz   hrcruz         35 Aug  1 00:15 ./hsfcadmus2/ATMESSAGE_I3
217664    4 -rw-rw-r--   5 hrcruz   hrcruz         55 Aug  1 00:15 ./hsfcadmus2/AT_MISC_DEF
217665    4 -rw-rw-r--   5 hrcruz   hrcruz          6 Aug  1 00:15 ./hsfcadmus2/AT+MSSTR
217666    4 -rw-rw-r--  10 hrcruz   hrcruz         26 Aug  1 00:15 ./hsfcadmus2/ATPLUSID_FMR
217667    4 -rw-rw-r--   5 hrcruz   hrcruz         22 Aug  1 00:15 ./hsfcadmus2/ATPLUSID_GCAP
217668    4 -rw-rw-r--   5 hrcruz   hrcruz         26 Aug  1 00:15 ./hsfcadmus2/ATPLUSID_FMM
230359    4 -rw-rw-r--  10 hrcruz   hrcruz         25 Aug  1 00:15 ./hsfcadmus2/ATMESSAGE_I4
216904    4 -rw-rw-r--   1 hrcruz   hrcruz         22 Aug  1 00:15 ./hsfcadmus2/ATMESSAGE_I50
217669    4 -rw-rw-r--   5 hrcruz   hrcruz        733 Aug  1 00:15 ./hsfcadmus2/V25TER
217594    4 -rw-rw-r--  10 hrcruz   hrcruz         11 Aug  1 00:15 ./hsfcadmus2/ATPLUSID_GMI
216914    4 -rw-rw-r--   1 hrcruz   hrcruz         23 Aug  1 00:15 ./hsfcadmus2/ATMESSAGE_I52
217583    4 -rw-rw-r--   5 hrcruz   hrcruz          3 Aug  1 00:15 ./hsfcadmus2/OEM_DAATYPE
217670    4 -rw-rw-r--   5 hrcruz   hrcruz        144 Aug  1 00:15 ./hsfcadmus2/CADENCE
217671    4 -rw-rw-r--   5 hrcruz   hrcruz        517 Aug  1 00:15 ./hsfcadmus2/TONEPARAMS
217673    4 -rw-rw-r--   2 hrcruz   hrcruz         16 Aug  1 00:15 ./hsfcadmus2/DLG_PARAMS
217674    4 -rw-rw-r--   5 hrcruz   hrcruz          8 Aug  1 00:15 ./hsfcadmus2/ATMESSAGE_I0
217675    4 -rw-rw-r--  10 hrcruz   hrcruz          3 Aug  1 00:15 ./hsfcadmus2/ATPLUSID_GOI
217666    4 -rw-rw-r--  10 hrcruz   hrcruz         26 Aug  1 00:15 ./hsfcadmus2/ATPLUSID_GMR
217676    4 -rw-rw-r--   5 hrcruz   hrcruz        127 Aug  1 00:15 ./hsfcadmus2/SREG
217677    4 -rw-rw-r--   5 hrcruz   hrcruz         13 Aug  1 00:15 ./hsfcadmus2/PROPERTIES
217678    4 -rw-rw-r--   5 hrcruz   hrcruz          7 Aug  1 00:15 ./hsfcadmus2/OEM_SPKR_MUTE_DELAY
217679    4 -rw-rw-r--  10 hrcruz   hrcruz          6 Aug  1 00:15 ./hsfcadmus2/ATMESSAGE_I7
217688    4 -rw-rw-r--   4 hrcruz   hrcruz        224 Aug  1 00:15 ./hsfcadmus2/COUNTRY_CODE_LIST
217693    4 -rw-rw-r--   1 hrcruz   hrcruz         34 Aug  1 00:15 ./hsfcadmus2/ATMESSAGE_I51
217681    4 -rw-rw-r--   5 hrcruz   hrcruz         27 Aug  1 00:15 ./hsfcadmus2/CPU_FREQ_CHANGE
217694    4 -rw-rw-r--   1 hrcruz   hrcruz         27 Aug  1 00:15 ./hsfcadmus2/OEM_HWDATA
217683    4 -rw-rw-r--   5 hrcruz   hrcruz         12 Aug  1 00:15 ./hsfcadmus2/CSA_FLAGS
217679    4 -rw-rw-r--  10 hrcruz   hrcruz          6 Aug  1 00:15 ./hsfcadmus2/ATMESSAGE_I1
217675    4 -rw-rw-r--  10 hrcruz   hrcruz          3 Aug  1 00:15 ./hsfcadmus2/ATPLUSID_GSN
217088    0 lrwxrwxrwx   1 hrcruz   hrcruz          7 Aug  1 00:16 ./hsfmc97ali -> hsfmc97
217606    4 drwxrwxr-x   2 hrcruz   hrcruz       4096 Aug  1 00:16 ./hsfmc97
216976    4 -rw-rw-r--   1 hrcruz   hrcruz         13 Aug  1 00:15 ./hsfmc97/HW_ADAPTER_TYPE
230359    4 -rw-rw-r--  10 hrcruz   hrcruz         25 Aug  1 00:15 ./hsfmc97/ATPLUSID_GMM
230360    4 -rw-rw-r--   5 hrcruz   hrcruz        181 Aug  1 00:15 ./hsfmc97/MOD_THRESHOLD
230361    4 -rw-rw-r--   5 hrcruz   hrcruz         41 Aug  1 00:15 ./hsfmc97/DC_CALC_PARAMS
230362    4 -rw-rw-r--   5 hrcruz   hrcruz         83 Aug  1 00:15 ./hsfmc97/MS_PARAMS
217054    0 lrwxrwxrwx   1 hrcruz   hrcruz         27 Aug  1 00:16 ./hsfmc97/Region -> ../hsfpcibasic2smart/Region
217551    4 -rw-rw-r--   5 hrcruz   hrcruz        887 Aug  1 00:15 ./hsfmc97/CONSTTONEPARAMS
217552    4 -rw-rw-r--   5 hrcruz   hrcruz         12 Aug  1 00:15 ./hsfmc97/OEM_FLAGS
217056    0 lrwxrwxrwx   1 hrcruz   hrcruz         28 Aug  1 00:16 ./hsfmc97/Profile -> ../hsfpcibasic2smart/Profile
217593    4 -rw-rw-r--   5 hrcruz   hrcruz        111 Aug  1 00:15 ./hsfmc97/DTMF_COMP_LEVEL
217686    4 -rw-rw-r--   3 hrcruz   hrcruz        326 Aug  1 00:15 ./hsfmc97/OEM_SMARTDAA_PARAMSK3
217594    4 -rw-rw-r--  10 hrcruz   hrcruz         11 Aug  1 00:15 ./hsfmc97/ATPLUSID_FMI
217595    4 -rw-rw-r--   5 hrcruz   hrcruz         35 Aug  1 00:15 ./hsfmc97/ATMESSAGE_I3
217664    4 -rw-rw-r--   5 hrcruz   hrcruz         55 Aug  1 00:15 ./hsfmc97/AT_MISC_DEF
217665    4 -rw-rw-r--   5 hrcruz   hrcruz          6 Aug  1 00:15 ./hsfmc97/AT+MSSTR
217666    4 -rw-rw-r--  10 hrcruz   hrcruz         26 Aug  1 00:15 ./hsfmc97/ATPLUSID_FMR
217667    4 -rw-rw-r--   5 hrcruz   hrcruz         22 Aug  1 00:15 ./hsfmc97/ATPLUSID_GCAP
217668    4 -rw-rw-r--   5 hrcruz   hrcruz         26 Aug  1 00:15 ./hsfmc97/ATPLUSID_FMM
230359    4 -rw-rw-r--  10 hrcruz   hrcruz         25 Aug  1 00:15 ./hsfmc97/ATMESSAGE_I4
217669    4 -rw-rw-r--   5 hrcruz   hrcruz        733 Aug  1 00:15 ./hsfmc97/V25TER
217594    4 -rw-rw-r--  10 hrcruz   hrcruz         11 Aug  1 00:15 ./hsfmc97/ATPLUSID_GMI
217614    4 -rw-rw-r--  48 hrcruz   hrcruz          3 Aug  1 00:15 ./hsfmc97/OEM_DAATYPE
217670    4 -rw-rw-r--   5 hrcruz   hrcruz        144 Aug  1 00:15 ./hsfmc97/CADENCE
217671    4 -rw-rw-r--   5 hrcruz   hrcruz        517 Aug  1 00:15 ./hsfmc97/TONEPARAMS
217687    4 -rw-rw-r--   2 hrcruz   hrcruz         16 Aug  1 00:15 ./hsfmc97/DLG_PARAMS
217674    4 -rw-rw-r--   5 hrcruz   hrcruz          8 Aug  1 00:15 ./hsfmc97/ATMESSAGE_I0
217675    4 -rw-rw-r--  10 hrcruz   hrcruz          3 Aug  1 00:15 ./hsfmc97/ATPLUSID_GOI
217666    4 -rw-rw-r--  10 hrcruz   hrcruz         26 Aug  1 00:15 ./hsfmc97/ATPLUSID_GMR
217676    4 -rw-rw-r--   5 hrcruz   hrcruz        127 Aug  1 00:15 ./hsfmc97/SREG
217677    4 -rw-rw-r--   5 hrcruz   hrcruz         13 Aug  1 00:15 ./hsfmc97/PROPERTIES
217678    4 -rw-rw-r--   5 hrcruz   hrcruz          7 Aug  1 00:15 ./hsfmc97/OEM_SPKR_MUTE_DELAY
217679    4 -rw-rw-r--  10 hrcruz   hrcruz          6 Aug  1 00:15 ./hsfmc97/ATMESSAGE_I7
217688    4 -rw-rw-r--   4 hrcruz   hrcruz        224 Aug  1 00:15 ./hsfmc97/COUNTRY_CODE_LIST
216926    4 -rw-rw-r--   1 hrcruz   hrcruz        326 Aug  1 00:15 ./hsfmc97/OEM_SMARTDAA_PARAMS
217681    4 -rw-rw-r--   5 hrcruz   hrcruz         27 Aug  1 00:15 ./hsfmc97/CPU_FREQ_CHANGE
217087    4 -rw-rw-r--   1 hrcruz   hrcruz         27 Aug  1 00:15 ./hsfmc97/OEM_HWDATA
217683    4 -rw-rw-r--   5 hrcruz   hrcruz         12 Aug  1 00:15 ./hsfmc97/CSA_FLAGS
217679    4 -rw-rw-r--  10 hrcruz   hrcruz          6 Aug  1 00:15 ./hsfmc97/ATMESSAGE_I1
217675    4 -rw-rw-r--  10 hrcruz   hrcruz          3 Aug  1 00:15 ./hsfmc97/ATPLUSID_GSN

+ cd /etc/hsfmodem/nvm && find dynamic -follow -print -type f -exec cat {} \;
find: dynamic: No such file or directory

+ ls -lR /usr/lib/hsfmodem/.
/usr/lib/hsfmodem/.:
total 12
-r--r--r--  1 root   root   3702 Aug  1 00:16 LICENSE
-rw-r--r--  1 hrcruz hrcruz 1616 Jun 26 07:50 config.mak
drwxr-xr-x  5 root   root   4096 Aug  1 00:17 modules

/usr/lib/hsfmodem/./modules:
total 292
drwx------  2 root   root    4096 Aug  1 00:17 GPL
-rw-r--r--  1 hrcruz hrcruz  9654 Jul 29 14:04 Makefile
-rw-r--r--  1 hrcruz hrcruz  1520 Jan 17  2004 cdbgscr.c
-rw-r--r--  1 hrcruz hrcruz  1716 Jan 17  2004 cnxthw_common.c
-rw-r--r--  1 hrcruz hrcruz  6668 Jan 17  2004 cnxthwpci_common.c
-rw-r--r--  1 hrcruz hrcruz 12022 Jun 26 23:45 cnxthwusb_common.c
drwxrwxr-x  3 hrcruz hrcruz  4096 Aug  1 00:16 imported
drwx------  2 root   root    4096 Aug  1 00:16 include
-rwxr-xr-x  1 hrcruz hrcruz  1797 Jul 29 14:08 kernelcompiler.sh
-rw-r--r--  1 hrcruz hrcruz   879 May  1 15:12 mod_engine.c
-rw-r--r--  1 hrcruz hrcruz  1019 May 20 22:52 mod_mc97ali.c
-rw-r--r--  1 hrcruz hrcruz  1399 May 20 22:52 mod_mc97ich.c
-rw-r--r--  1 hrcruz hrcruz   673 May 20 22:52 mod_mc97via.c
-rw-r--r--  1 hrcruz hrcruz  9414 Jun 26 07:51 mod_osspec.c
-rw-r--r--  1 hrcruz hrcruz  7512 May 20 22:52 mod_pcibasic2.c
-rw-r--r--  1 hrcruz hrcruz   642 Aug 23  2003 mod_soar.c
-rw-r--r--  1 hrcruz hrcruz   954 Jun 27 10:32 mod_usbcd2.c
-rw-r--r--  1 hrcruz hrcruz 10872 Jun 27 00:02 osdcp.c
-rw-r--r--  1 hrcruz hrcruz 21091 Mar 12 22:49 osdiag.c
-rw-r--r--  1 hrcruz hrcruz  3257 Jan 17  2004 osfloat.c
-r--r--r--  1 hrcruz hrcruz  2861 Jan 17  2004 osmemory.c
-rw-r--r--  1 hrcruz hrcruz  1097 Jan 17  2004 osmodule.c
-rw-r--r--  1 hrcruz hrcruz 29172 Mar 28 09:19 osnvm.c
-rw-r--r--  1 hrcruz hrcruz  7484 Jan 17  2004 osresour.c
-rw-r--r--  1 hrcruz hrcruz  3693 Jan 17  2004 osscr.c
-rw-r--r--  1 hrcruz hrcruz 31569 Jun 26 09:46 osservices.c
-rw-r--r--  1 hrcruz hrcruz  5293 Mar 27 22:07 osstdio.c
-rw-r--r--  1 hrcruz hrcruz  2550 Jan 17  2004 osstring.c
-rw-r--r--  1 hrcruz hrcruz 51579 Jul 29 15:40 osusb.c

/usr/lib/hsfmodem/./modules/GPL:
total 152
-rw-r--r--  1 hrcruz hrcruz 18860 Aug 23  2003 COPYING
-rw-r--r--  1 hrcruz hrcruz 13418 Jun 27 12:12 oscompat.h
-rw-r--r--  1 hrcruz hrcruz 32967 Jun 26 10:10 serial_cnxt.c
-rw-r--r--  1 hrcruz hrcruz  3392 Aug 23  2003 serial_cnxt.h
-rw-r--r--  1 hrcruz hrcruz 58060 Jun 26 09:55 serial_core.c
-rw-r--r--  1 hrcruz hrcruz  9789 Aug 22  2003 serial_core.h

/usr/lib/hsfmodem/./modules/imported:
total 1796
-rw-r--r--  1 hrcruz hrcruz 1456536 Jul 29 16:12 hsfengine-i386.O
-rw-r--r--  1 hrcruz hrcruz   56760 Jul 29 16:12 hsfmc97ali-i386.O
-rw-r--r--  1 hrcruz hrcruz   56208 Jul 29 16:12 hsfmc97ich-i386.O
-rw-r--r--  1 hrcruz hrcruz   54696 Jul 29 16:12 hsfmc97via-i386.O
-rw-r--r--  1 hrcruz hrcruz   57952 Jul 29 16:12 hsfpcibasic2-i386.O
-rw-r--r--  1 hrcruz hrcruz   61452 Jul 29 16:12 hsfsoar-i386.O
-rw-r--r--  1 hrcruz hrcruz   46708 Jul 29 16:12 hsfusbcd2-i386.O
drwxrwxr-x  2 hrcruz hrcruz    4096 Aug  1 00:16 include
-rw-r--r--  1 hrcruz hrcruz     641 Jul 29 16:12 makeflags.mak

/usr/lib/hsfmodem/./modules/imported/include:
total 564
-rw-r--r--  1 hrcruz hrcruz  5414 Sep  2  2003 build_modules.h
-rw-r--r--  1 hrcruz hrcruz 41866 Jun 26 07:50 c2firmware.h
-rw-r--r--  1 hrcruz hrcruz 23010 May 14  2003 cnxt_diag_codes_ex.h
-rw-r--r--  1 hrcruz hrcruz 18629 Apr 28  2003 codesdeps.h
-rw-r--r--  1 hrcruz hrcruz 16888 Jan 19  2004 comctrl_ex.h
-rw-r--r--  1 hrcruz hrcruz  6471 Jan 17  2004 comtypes.h
-rw-r--r--  1 hrcruz hrcruz 21545 Jun 26 07:54 configcodes.h
-rw-r--r--  1 hrcruz hrcruz 53697 Aug 18  2003 configtypes.h
-rw-r--r--  1 hrcruz hrcruz  6054 Sep  2  2003 dbgfuncs.h
-rw-r--r--  1 hrcruz hrcruz  4997 Jan 17  2004 dcp.h
-rw-r--r--  1 hrcruz hrcruz 14617 Jan 17  2004 diagmgr_ex.h
-rw-r--r--  1 hrcruz hrcruz 10040 Sep  2  2003 dpaloem.h
-rw-r--r--  1 hrcruz hrcruz 23325 Sep  2  2003 framewrk.h
-rw-r--r--  1 hrcruz hrcruz  9805 Jun 26 07:54 intfctrl_ex.h
-rw-r--r--  1 hrcruz hrcruz  9902 Sep  2  2003 memmgr_ex.h
-rw-r--r--  1 hrcruz hrcruz  8877 Jan 17  2004 osdiag.h
-rw-r--r--  1 hrcruz hrcruz  5894 Jan 17  2004 osmemory.h
-rw-r--r--  1 hrcruz hrcruz 10775 Jan 17  2004 osmemory_ex.h
-rw-r--r--  1 hrcruz hrcruz  5139 Jan 17  2004 osnvm.h
-rw-r--r--  1 hrcruz hrcruz 26941 Jun 26 07:51 osservices.h
-rw-r--r--  1 hrcruz hrcruz 18945 Sep  2  2003 osstring_ex.h
-rw-r--r--  1 hrcruz hrcruz  4361 May 29  2002 ossysenv.h
-rw-r--r--  1 hrcruz hrcruz 19920 Jun 26 07:51 ostime_ex.h
-rw-r--r--  1 hrcruz hrcruz 11902 Jul 29 16:09 osuniqredef.h
-rw-r--r--  1 hrcruz hrcruz 20182 Aug 11  2003 rtmgr_ex.h
-rw-r--r--  1 hrcruz hrcruz  7917 Apr 22  2002 std_defines.h
-rw-r--r--  1 hrcruz hrcruz 18913 Jun 26 07:50 sysenv.h
-rw-r--r--  1 hrcruz hrcruz  7958 Sep 10  2003 targetconfigtypes.h
-rw-r--r--  1 hrcruz hrcruz 48228 Sep  7  2003 testdebug.h
-rw-r--r--  1 hrcruz hrcruz  4234 Jun  3  2001 typedefs.h
-rw-r--r--  1 hrcruz hrcruz 20907 Jun 26 07:51 usbhalos.h

/usr/lib/hsfmodem/./modules/include:
total 40
-rw-r--r--  1 hrcruz hrcruz 1001 Jan 17  2004 cdbgscr_ex.h
-rw-r--r--  1 hrcruz hrcruz  579 Jan 17  2004 linux_dbgscr.h
-rw-r--r--  1 hrcruz hrcruz 1040 Jan 17  2004 osdiag_dev.h
-rw-r--r--  1 hrcruz hrcruz  631 Jun 26 07:50 oslinux.h
-rw-r--r--  1 hrcruz hrcruz  682 Jan 17  2004 osmodule.h
-rw-r--r--  1 hrcruz hrcruz 4311 Jan 19  2004 osresour_ex.h
-rw-r--r--  1 hrcruz hrcruz 1320 Mar 28 08:08 osstdio.h
-rw-r--r--  1 hrcruz hrcruz 4257 Jun 29 09:37 osusb.h

+ ls -lR /lib/modules/2.6.7/misc
/lib/modules/2.6.7/misc:
total 1964
-rw-r--r--  1 root root 1459487 Aug  1 00:17 hsfengine.ko
-rw-r--r--  1 root root   63799 Aug  1 00:17 hsfmc97ali.ko
-rw-r--r--  1 root root   63300 Aug  1 00:17 hsfmc97ich.ko
-rw-r--r--  1 root root   60745 Aug  1 00:17 hsfmc97via.ko
-rw-r--r--  1 root root   98714 Aug  1 00:17 hsfosspec.ko
-rw-r--r--  1 root root   74473 Aug  1 00:17 hsfpcibasic2.ko
-rw-r--r--  1 root root   16890 Aug  1 00:17 hsfserial.ko
-rw-r--r--  1 root root   63239 Aug  1 00:17 hsfsoar.ko
-rw-r--r--  1 root root   53907 Aug  1 00:17 hsfusbcd2.ko

+ dmesg
0:1.0: USB hub found
hub 1-0:1.0: 3 ports detected
ohci_hcd 0000:00:02.1: OHCI Host Controller
PCI: Setting latency timer of device 0000:00:02.1 to 64
ohci_hcd 0000:00:02.1: irq 3, pci mem e0972000
ohci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 3 ports detected
EXT3 FS on hda2, internal journal
device-mapper: 4.1.0-ioctl (2003-12-10) initialised: dm at uk.sistina.com
cdrom: open failed.
Adding 1044216k swap on /dev/hda3.  Priority:-1 extents:1
kjournald starting.  Commit interval 5 seconds
EXT3 FS on hda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
parport0: PC-style at 0x378 [PCSPP,TRISTATE]
SCSI subsystem initialized
inserting floppy driver for 2.6.7
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
8139too Fast Ethernet driver 0.9.27
divert: allocating divert_blk for eth0
eth0: RealTek RTL8139 at 0xc400, 00:c0:26:57:01:1c, IRQ 5
eth0:  Identified 8139 chip type 'RTL-8139C'
forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.25.
PCI: Setting latency timer of device 0000:00:04.0 to 64
divert: allocating divert_blk for eth1
eth1: forcedeth.c: subsystem: 010de:0c11 bound to 0000:00:04.0
divert: freeing divert_blk for eth0
divert: freeing divert_blk for eth1
ip_tables: (C) 2000-2002 Netfilter core team
8139too Fast Ethernet driver 0.9.27
divert: allocating divert_blk for eth0
eth0: RealTek RTL8139 at 0xc400, 00:c0:26:57:01:1c, IRQ 5
eth0:  Identified 8139 chip type 'RTL-8139C'
ip_tables: (C) 2000-2002 Netfilter core team
eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
forcedeth.c: Reverse Engineered nForce ethernet driver. Version 0.25.
PCI: Setting latency timer of device 0000:00:04.0 to 64
divert: allocating divert_blk for eth1
eth1: forcedeth.c: subsystem: 010de:0c11 bound to 0000:00:04.0
Bluetooth: Core ver 2.5
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP ver 2.2
Bluetooth: L2CAP socket layer initialized
Bluetooth: RFCOMM ver 1.3
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM TTY layer initialized
parport0: PC-style at 0x378 [PCSPP,TRISTATE]
lp0: using parport0 (polling).
lp0: console ready
eth0: no IPv6 routers present
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode
PCI: Setting latency timer of device 0000:00:06.0 to 64
intel8x0_measure_ac97_clock: measured 49427 usecs
intel8x0: clocking to 47450
hsfsoar: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfpcibasic2: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfsoar: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfmc97ich: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfsoar: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfmc97via: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfsoar: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfmc97ali: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfusbcd2: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfsoar: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfpcibasic2: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfsoar: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfmc97ich: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfsoar: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfmc97via: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfsoar: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfmc97ali: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfusbcd2: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfsoar: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfpcibasic2: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfsoar: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfmc97ich: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfsoar: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfmc97via: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfsoar: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfmc97ali: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfusbcd2: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfsoar: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfpcibasic2: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfsoar: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfmc97ich: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfsoar: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfmc97via: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfsoar: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfmc97ali: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfusbcd2: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfsoar: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfpcibasic2: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfsoar: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfmc97ich: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfsoar: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfmc97via: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfsoar: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfmc97ali: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfosspec: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfengine: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfserial: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'
hsfusbcd2: version magic '2.6.7 SMP preempt PENTIUM4 4KSTACKS gcc-3.3' should be '2.6.7 686 REGPARM gcc-3.3'


More information about the hsflinux mailing list