[hsflinux] hsfmodem picks up line but does not dial

Andreas Krause Andreas.Krause at web.de
Sun May 20 18:22:04 EDT 2007


Hi,

I'm trying to use hsfmodem on a Feisty box. Hardware as follows:

CLASS="Class 0780: 127a:2014"
NAME="Communication controller: Rockwell International HSF 56k
Data/Fax/Voice Modem "
SUBSYS=122d:4055
SUBNAME=" Aztech System Ltd MSP3880-W"
SUBven=122d
Test="./scanModem test 127a:2014 122d:4055"
IDENT=hsfmodem

I downloaded and installed
hsfmodem_7.60.00.09full_k2.6.20_15_generic_ubuntu_i386.deb - no problems
so far.

The modem is connected to the internal analog line of a AVM Fritz.Box
Fon 7050. External line is ISDN so I can't try without the Fritz.Box.

Then I tried with 'cu -l /dev/modem' the follwing AT command sequence:

$ cu -l /dev/modem
Connected.
ATZ
OK
ATDT1234567
<modem picks up the line, I can hear the dialtone...>
<after about a minute the PBX switches to busy sign>
NO CARRIER
AT &F X1
OK
ATDT1234567
<same as above>
NO CARRIER

During this, the driver did not receive any interrupt, according
to /proc/interrupts:

$ cat /proc/interrupts 
           CPU0       
[...]
  0:         40   IO-APIC-fasteoi   hsfpcibasic2

BUT: If I try to call the modem by phone, there are interrupts
in /proc/interrupts:

$ cu -l /dev/modem
Connected.
ATZ
OK

RING
ATA
<picks up the line>

$ cat /proc/interrupts 
           CPU0       
[...]
 20:         40   IO-APIC-fasteoi   hsfpcibasic2

So I don't think it's an interrupt problem, but I also tried to boot
with pci=routeirq, acpi=off and noapic, all with no success.

Finally, for your information I added the output of `sudo hsfconfig -d`
(/tmp/hsfdiag.txt).


Thanks in advance!
-------------- next part --------------

+ hsfstop

+ modprobe -v /dev/ttySHSF
install /sbin/modprobe hsfpcibasic2; /sbin/modprobe hsfmc97ich; /sbin/modprobe hsfmc97via; /sbin/modprobe hsfmc97ali; /sbin/modprobe hsfmc97ati; /sbin/modprobe hsfmc97sis; [ -e /lib/modules/`uname -r`/extra/hsfusbcd2.ko ] && /sbin/modprobe hsfusbcd2; /sbin/modprobe snd_hda_intel; /bin/true
insmod /lib/modules/2.6.20-15-generic/extra/hsfsoar.ko 
insmod /lib/modules/2.6.20-15-generic/extra/hsfosspec.ko dcpmajor=242 diagmajor=243
insmod /lib/modules/2.6.20-15-generic/extra/hsfengine.ko 
insmod /lib/modules/2.6.20-15-generic/extra/hsfserial.ko serialmajor=240
insmod /lib/modules/2.6.20-15-generic/extra/hsfpcibasic2.ko 
insmod /lib/modules/2.6.20-15-generic/extra/hsfmc97ich.ko 
insmod /lib/modules/2.6.20-15-generic/extra/hsfmc97via.ko 
insmod /lib/modules/2.6.20-15-generic/extra/hsfmc97ali.ko 
insmod /lib/modules/2.6.20-15-generic/extra/hsfmc97ati.ko 
insmod /lib/modules/2.6.20-15-generic/extra/hsfmc97sis.ko 
insmod /lib/modules/2.6.20-15-generic/extra/hsfusbcd2.ko 
insmod /lib/modules/2.6.20-15-generic/extra/snd-hda-codec.ko 
insmod /lib/modules/2.6.20-15-generic/extra/snd-hda-intel.ko 

+ lsmod
Module                  Size  Used by
snd_hda_intel          22296  0 
snd_hda_codec         233484  1 snd_hda_intel
hsfusbcd2              65960  0 
hsfmc97sis             67992  0 
hsfmc97ati             66584  0 
hsfmc97ali             73248  0 
hsfmc97via             69152  0 
hsfmc97ich             71320  0 
hsfpcibasic2           67480  0 
hsfserial              24580  7 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic2
hsfengine            1296396  8 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic2,hsfserial
hsfosspec             104040  10 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic2,hsfserial,hsfengine
hsfsoar                86920  7 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic2
nfs                   240876  0 
ipv6                  268704  18 
nfsd                  218992  13 
exportfs                6912  1 nfsd
lockd                  64904  3 nfs,nfsd
sunrpc                161340  9 nfs,nfsd,lockd
tc1100_wmi              8068  0 
pcc_acpi               13184  0 
dev_acpi               12292  0 
sony_acpi               6284  0 
video                  16388  0 
sbs                    15652  0 
i2c_ec                  5888  1 sbs
dock                   10268  0 
button                  8720  0 
battery                10756  0 
container               5248  0 
ac                      6020  0 
asus_acpi              17308  0 
backlight               7040  1 asus_acpi
ext3                  133128  4 
jbd                    59816  1 ext3
dm_crypt               14856  0 
w83627hf               26256  0 
hwmon_vid               4224  1 w83627hf
i2c_isa                 6272  1 w83627hf
eeprom                  8336  0 
lp                     12452  0 
snd_intel8x0           34204  0 
snd_ac97_codec         98336  1 snd_intel8x0
ac97_bus                3200  1 snd_ac97_codec
snd_pcm_oss            44544  0 
snd_mixer_oss          17408  1 snd_pcm_oss
snd_pcm                79876  5 snd_hda_intel,snd_hda_codec,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_seq_dummy           4740  0 
snd_seq_oss            32896  0 
analog                 12832  0 
gameport               16520  1 analog
parport_pc             36388  1 
parport                36936  2 lp,parport_pc
snd_seq_midi            9600  0 
snd_rawmidi            25472  1 snd_seq_midi
snd_seq_midi_event      8448  2 snd_seq_oss,snd_seq_midi
snd_seq                52592  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
sis_agp                 9604  1 
pcspkr                  4224  0 
snd_timer              23684  2 snd_pcm,snd_seq
snd_seq_device          9100  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
agpgart                35400  1 sis_agp
snd                    54020  12 snd_hda_intel,snd_hda_codec,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore               8672  1 snd
snd_page_alloc         10888  3 snd_hda_intel,snd_intel8x0,snd_pcm
i2c_sis96x              6532  0 
i2c_core               22784  5 i2c_ec,w83627hf,i2c_isa,eeprom,i2c_sis96x
shpchp                 34324  0 
pci_hotplug            32576  1 shpchp
af_packet              23816  2 
evdev                  11008  0 
tsdev                   8768  0 
ext2                   66824  1 
mbcache                 9604  2 ext3,ext2
sg                     36252  0 
sd_mod                 23428  2 
usb_storage            72256  1 
libusual               17936  1 usb_storage
ide_cd                 32672  0 
cdrom                  37664  1 ide_cd
ide_disk               17024  4 
pata_sis               14220  0 
ata_generic             9092  0 
libata                125720  2 pata_sis,ata_generic
scsi_mod              142348  4 sg,sd_mod,usb_storage,libata
sis900                 24704  0 
mii                     6528  1 sis900
ehci_hcd               34188  0 
ohci_hcd               22532  0 
usbcore               134280  7 hsfusbcd2,hsfosspec,usb_storage,libusual,ehci_hcd,ohci_hcd
sis5513                14856  0 [permanent]
generic                 5124  0 [permanent]
raid1                  25600  1 
md_mod                 79764  3 raid1
thermal                14856  0 
processor              31048  1 thermal
fan                     5636  0 
dm_mod                 59084  11 dm_crypt
capability              5896  0 
commoncap               8192  1 capability
vesafb                  9220  1 
fbcon                  42656  70 
tileblit                3584  1 fbcon
font                    9216  1 fbcon
bitblit                 6912  1 fbcon
softcursor              3200  1 bitblit

+ date
Sun May 20 16:49:41 CEST 2007

+ /usr/sbin/hsfconfig --info
Conexant HSF softmodem driver, version 7.60.00.09full

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".

Note: kernel module snd-via82xx-modem overridden by hsfmc97via
Note: kernel module snd-intel8x0m overridden by hsfmc97ich hsfmc97sis
Note: kernel module snd-atiixp-modem overridden by hsfmc97ati

Current parameters: ("hsfconfig --info")

Config for modem unit 0: /dev/ttySHSF0
	Device instance: 0-PCI-127a:2014-122d:4055
	HW revision    : Basic2 2.15 Standard DAA
	HW profile name: hsfpcibasic2
	Registration ID: 645D-25EB-BF85
	License owner  : andreas.krause at web.de
	License key    : FREE
	License status : FREE (max 14.4kbps data only)
	Current region : GERMANY (T.35 code: 0004)

The /dev/modem alias (symlink) points to ttySHSF0

To enable full 56K modem and FAX functionality, enter your license information
with "hsfconfig --license".

License owner and key data must EXACTLY match the information respectively
provided to and by Linuxant. Otherwise, license status will remain "FREE"!

+ identify_system
linux-i686(i686)-2.6.20-15-generic-SMP Ubuntu-7.04

+ uname -a
Linux sweetserver 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 GNU/Linux

+ gcc -v
/usr/sbin/hsfconfig: line 2124: gcc: command not found

+ cat -v /proc/version
Linux version 2.6.20-15-generic (root at palmer) (gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)) #2 SMP Sun Apr 15 07:36:31 UTC 2007

+ cat -v /proc/cpuinfo
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 6
model		: 3
model name	: AMD Duron(tm) 
stepping	: 1
cpu MHz		: 805.998
cache size	: 64 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 syscall mmxext 3dnowext 3dnow up
bogomips	: 1613.38
clflush size	: 32


+ cat -v /etc/debian_version
4.0

+ cat -v /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.04
DISTRIB_CODENAME=feisty
DISTRIB_DESCRIPTION="Ubuntu 7.04"

+ dmesg
[    0.000000] Linux version 2.6.20-15-generic (root at palmer) (gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)) #2 SMP Sun Apr 15 07:36:31 UTC 2007 (Ubuntu 2.6.20-15.27-generic)
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] sanitize start
[    0.000000] sanitize end
[    0.000000] copy_e820_map() start: 0000000000000000 size: 000000000009fc00 end: 000000000009fc00 type: 1
[    0.000000] copy_e820_map() type is E820_RAM
[    0.000000] copy_e820_map() start: 000000000009fc00 size: 0000000000000400 end: 00000000000a0000 type: 2
[    0.000000] copy_e820_map() start: 00000000000e8000 size: 0000000000018000 end: 0000000000100000 type: 2
[    0.000000] copy_e820_map() start: 0000000000100000 size: 000000000bef0000 end: 000000000bff0000 type: 1
[    0.000000] copy_e820_map() type is E820_RAM
[    0.000000] copy_e820_map() start: 000000000bff0000 size: 0000000000008000 end: 000000000bff8000 type: 3
[    0.000000] copy_e820_map() start: 000000000bff8000 size: 0000000000008000 end: 000000000c000000 type: 4
[    0.000000] copy_e820_map() start: 00000000fec00000 size: 0000000000001000 end: 00000000fec01000 type: 2
[    0.000000] copy_e820_map() start: 00000000fee00000 size: 0000000000001000 end: 00000000fee01000 type: 2
[    0.000000] copy_e820_map() start: 00000000ffee0000 size: 0000000000020000 end: 00000000fff00000 type: 2
[    0.000000] copy_e820_map() start: 00000000fffc0000 size: 0000000000040000 end: 0000000100000000 type: 2
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000000bff0000 (usable)
[    0.000000]  BIOS-e820: 000000000bff0000 - 000000000bff8000 (ACPI data)
[    0.000000]  BIOS-e820: 000000000bff8000 - 000000000c000000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffee0000 - 00000000fff00000 (reserved)
[    0.000000]  BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
[    0.000000]  limit_regions start: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  limit_regions start: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  limit_regions start: 00000000000e8000 - 0000000000100000 (reserved)
[    0.000000]  limit_regions start: 0000000000100000 - 000000000bff0000 (usable)
[    0.000000]  limit_regions start: 000000000bff0000 - 000000000bff8000 (ACPI data)
[    0.000000]  limit_regions start: 000000000bff8000 - 000000000c000000 (ACPI NVS)
[    0.000000]  limit_regions start: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  limit_regions start: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  limit_regions start: 00000000ffee0000 - 00000000fff00000 (reserved)
[    0.000000]  limit_regions start: 00000000fffc0000 - 0000000100000000 (reserved)
[    0.000000]  limit_regions endfor: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  limit_regions endfor: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  limit_regions endfor: 00000000000e8000 - 0000000000100000 (reserved)
[    0.000000]  limit_regions endfor: 0000000000100000 - 000000000b600000 (usable)
[    0.000000] user-defined physical RAM map:
[    0.000000]  user: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  user: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  user: 00000000000e8000 - 0000000000100000 (reserved)
[    0.000000]  user: 0000000000100000 - 000000000b600000 (usable)
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 182MB LOWMEM available.
[    0.000000] found SMP MP-table at 000fbc70
[    0.000000] Entering add_active_range(0, 0, 46592) 0 entries of 256 used
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   Normal       4096 ->    46592
[    0.000000]   HighMem     46592 ->    46592
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->    46592
[    0.000000] On node 0 totalpages: 46592
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 4064 pages, LIFO batch:0
[    0.000000]   Normal zone: 332 pages used for memmap
[    0.000000]   Normal zone: 42164 pages, LIFO batch:7
[    0.000000]   HighMem zone: 0 pages used for memmap
[    0.000000] DMI 2.3 present.
[    0.000000] ACPI: RSDP (v000 AMI                                   ) @ 0x000faa40
[    0.000000] ACPI: RSDT (v001 AMIINT SiS740XX 0x00001000 MSFT 0x0100000b) @ 0x0bff0000
[    0.000000] ACPI: FADT (v001 AMIINT SiS740XX 0x00000011 MSFT 0x0100000b) @ 0x0bff0030
[    0.000000] ACPI: MADT (v001 AMIINT SiS740XX 0x00001000 MSFT 0x0100000b) @ 0x0bff00c0
[    0.000000] ACPI: DSDT (v001    SiS      746 0x00000100 INTL 0x02002024) @ 0x00000000
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] Processor #0 6:3 APIC version 16
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] Allocating PCI resources starting at 10000000 (gap: 0b600000:f4a00000)
[    0.000000] Detected 805.998 MHz processor.
[   37.511446] Built 1 zonelists.  Total pages: 46228
[   37.511455] Kernel command line: mem=182M initrd=initrd.img ramdisk_size=10240 root=/dev/sda1 ro vga=791 BOOT_IMAGE=vmlinuz 
[   37.511907] mapped APIC to ffffd000 (fee00000)
[   37.511914] mapped IOAPIC to ffffc000 (fec00000)
[   37.511921] Enabling fast FPU save and restore... done.
[   37.511944] Initializing CPU#0
[   37.512028] PID hash table entries: 1024 (order: 10, 4096 bytes)
[   37.512164] Console: colour dummy device 80x25
[   37.512913] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[   37.513453] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[   37.527647] Memory: 172992k/186368k available (1992k kernel code, 12904k reserved, 893k data, 328k init, 0k highmem)
[   37.527696] virtual kernel memory layout:
[   37.527699]     fixmap  : 0xfff4e000 - 0xfffff000   ( 708 kB)
[   37.527703]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[   37.527706]     vmalloc : 0xcc000000 - 0xff7fe000   ( 823 MB)
[   37.527709]     lowmem  : 0xc0000000 - 0xcb600000   ( 182 MB)
[   37.527713]       .init : 0xc03d7000 - 0xc0429000   ( 328 kB)
[   37.527716]       .data : 0xc02f2264 - 0xc03d16d4   ( 893 kB)
[   37.527719]       .text : 0xc0100000 - 0xc02f2264   (1992 kB)
[   37.527759] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[   37.604001] Calibrating delay using timer specific routine.. 1613.38 BogoMIPS (lpj=3226776)
[   37.604111] Security Framework v1.0.0 initialized
[   37.604131] SELinux:  Disabled at boot.
[   37.604177] Mount-cache hash table entries: 512
[   37.604532] CPU: After generic identify, caps: 0183fbff c1c7fbff 00000000 00000000 00000000 00000000 00000000
[   37.604554] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[   37.604569] CPU: L2 Cache: 64K (64 bytes/line)
[   37.604579] CPU: After all inits, caps: 0183fbff c1c7fbff 00000000 00000420 00000000 00000000 00000000
[   37.604605] Compat vDSO mapped to ffffe000.
[   37.604624] Remapping vsyscall page to ffffe000
[   37.604651] Checking 'hlt' instruction... OK.
[   37.620080] SMP alternatives: switching to UP code
[   37.620709] Freeing SMP alternatives: 11k freed
[   37.621351] Early unpacking initramfs... done
[   38.408471] ACPI: Core revision 20060707
[   38.409905] ACPI: Looking for DSDT in initramfs... file /DSDT.aml not found, using machine DSDT.
[   38.413748] CPU0: AMD Duron(tm)  stepping 01
[   38.413806] Total of 1 processors activated (1613.38 BogoMIPS).
[   38.413955] ENABLING IO-APIC IRQs
[   38.414192] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[   38.559784] Brought up 1 CPUs
[   38.560409] Booting paravirtualized kernel on bare hardware
[   38.560627] Time: 13:39:36  Date: 04/20/107
[   38.560718] NET: Registered protocol family 16
[   38.560998] EISA bus registered
[   38.561018] ACPI: bus type pci registered
[   38.563333] PCI: PCI BIOS revision 2.10 entry at 0xfdb31, last bus=2
[   38.563347] PCI: Using configuration type 1
[   38.563355] Setting up standard PCI resources
[   38.575262] ACPI: Interpreter enabled
[   38.575300] ACPI: Using IOAPIC for interrupt routing
[   38.576606] ACPI: PCI Root Bridge [PCI0] (0000:00)
[   38.576647] PCI: Probing PCI hardware (bus 00)
[   38.577540] Enabling SiS 96x SMBus.
[   38.578329] Boot video device is 0000:01:00.0
[   38.578415] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[   38.608373] ACPI: Power Resource [URP1] (off)
[   38.608556] ACPI: Power Resource [URP2] (off)
[   38.608709] ACPI: Power Resource [FDDP] (off)
[   38.608877] ACPI: Power Resource [LPTP] (off)
[   38.611493] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[   38.612190] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[   38.612774] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[   38.613377] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[   38.613979] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 *6 7 10 11 12 14 15)
[   38.614571] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 11 12 14 15)
[   38.615175] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[   38.615880] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[   38.616249] Linux Plug and Play Support v0.97 (c) Adam Belay
[   38.616288] pnp: PnP ACPI init
[   38.622598] pnp: PnP ACPI: found 10 devices
[   38.622638] PnPBIOS: Disabled by ACPI PNP
[   38.622825] PCI: Using ACPI for IRQ routing
[   38.622841] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[   38.627234] NET: Registered protocol family 8
[   38.627246] NET: Registered protocol family 20
[   38.628625] PCI: Ignore bogus resource 6 [0:0] of 0000:01:00.0
[   38.628659] PCI: Bridge: 0000:00:01.0
[   38.628669]   IO window: a000-afff
[   38.628685]   MEM window: cfd00000-cfefffff
[   38.628697]   PREFETCH window: bfa00000-cfbfffff
[   38.628799] NET: Registered protocol family 2
[   38.663860] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[   38.664089] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[   38.664433] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[   38.664618] TCP: Hash tables configured (established 8192 bind 4096)
[   38.664630] TCP reno registered
[   38.675975] checking if image is initramfs... it is
[   40.177831] Freeing initrd memory: 7537k freed
[   40.178987] audit: initializing netlink socket (disabled)
[   40.179046] audit(1179668377.744:1): initialized
[   40.179397] VFS: Disk quotas dquot_6.5.1
[   40.179456] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   40.179588] io scheduler noop registered
[   40.179602] io scheduler anticipatory registered
[   40.179612] io scheduler deadline registered
[   40.179636] io scheduler cfq registered (default)
[   40.215749] isapnp: Scanning for PnP cards...
[   40.569653] isapnp: No Plug & Play device found
[   40.713183] Real Time Clock Driver v1.12ac
[   40.713324] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[   40.713561] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   40.716788] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   40.717820] mice: PS/2 mouse device common for all mice
[   40.719297] RAMDISK driver initialized: 16 RAM disks of 10240K size 1024 blocksize
[   40.719754] input: Macintosh mouse button emulation as /class/input/input0
[   40.719858] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[   40.719875] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[   40.720347] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[   40.720364] PNP: PS/2 controller doesn't have AUX irq; using default 12
[   40.724001] serio: i8042 KBD port at 0x60,0x64 irq 1
[   40.724381] EISA: Probing bus 0 at eisa.0
[   40.724468] EISA: Detected 0 cards.
[   40.754677] TCP cubic registered
[   40.754703] NET: Registered protocol family 1
[   40.754764] Using IPI No-Shortcut mode
[   40.754910] Time: tsc clocksource has been installed.
[   40.755060] ACPI: (supports S0 S1 S3 S4 S5)
[   40.755174]   Magic number: 7:8:686
[   40.756535] Freeing unused kernel memory: 328k freed
[   40.974619] vesafb: framebuffer at 0xc0000000, mapped to 0xcc080000, using 3072k, total 16384k
[   40.974660] vesafb: mode is 1024x768x16, linelength=2048, pages=4
[   40.974672] vesafb: protected mode interface info at c73c:000c
[   40.974684] vesafb: pmi: set display start = c00c73f6, set palette = c00c743a
[   40.974694] vesafb: scrolling: redraw
[   40.974705] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
[   41.046901] Console: switching to colour frame buffer device 128x48
[   41.119416] fb0: VESA VGA frame buffer device
[   41.490388] Capability LSM initialized
[   41.529075] device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel at redhat.com
[   41.896987] md: raid1 personality registered for level 1
[   43.361003] SIS5513: IDE controller at PCI slot 0000:00:02.5
[   43.361832] SIS5513: chipset revision 0
[   43.362395] SIS5513: not 100% native mode: will probe irqs later
[   43.400517] SIS5513: SiS 962/963 MuTIOL IDE UDMA133 controller
[   43.427590]     ide0: BM-DMA at 0xff00-0xff07, BIOS settings: hda:DMA, hdb:DMA
[   43.454884]     ide1: BM-DMA at 0xff08-0xff0f, BIOS settings: hdc:DMA, hdd:DMA
[   43.481481] Probing IDE interface ide0...
[   43.517087] usbcore: registered new interface driver usbfs
[   43.543555] usbcore: registered new interface driver hub
[   43.569266] usbcore: registered new device driver usb
[   43.596989] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[   43.677838] sis900.c: v1.08.10 Apr. 2 2006
[   43.866091] hda: SAMSUNG HA200JC, ATA DISK drive
[   44.173939] hdb: SAMSUNG HA200JC, ATA DISK drive
[   44.257990] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[   44.293565] Probing IDE interface ide1...
[   45.061615] hdc: ATAPI CDROM 48X, ATAPI CD/DVD-ROM drive
[   45.429494] ide1 at 0x170-0x177,0x376 on irq 15
[   45.470461] ACPI: PCI Interrupt 0000:00:03.0[A] -> GSI 20 (level, low) -> IRQ 16
[   45.496721] ohci_hcd 0000:00:03.0: OHCI Host Controller
[   45.523709] ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 1
[   45.550445] ohci_hcd 0000:00:03.0: irq 16, io mem 0xcfff9000
[   45.580697] SCSI subsystem initialized
[   45.621974] libata version 2.20 loaded.
[   45.660963] usb usb1: configuration #1 chosen from 1 choice
[   45.687882] hub 1-0:1.0: USB hub found
[   45.713547] hub 1-0:1.0: 3 ports detected
[   45.847227] ACPI: PCI Interrupt 0000:00:03.1[B] -> GSI 21 (level, low) -> IRQ 17
[   45.873124] ohci_hcd 0000:00:03.1: OHCI Host Controller
[   45.899279] ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 2
[   45.925177] ohci_hcd 0000:00:03.1: irq 17, io mem 0xcfffa000
[   46.012785] usb usb2: configuration #1 chosen from 1 choice
[   46.039219] hub 2-0:1.0: USB hub found
[   46.064515] hub 2-0:1.0: 3 ports detected
[   46.200597] ACPI: PCI Interrupt 0000:00:03.2[D] -> GSI 23 (level, low) -> IRQ 18
[   46.226408] ehci_hcd 0000:00:03.2: EHCI Host Controller
[   46.252212] ehci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 3
[   46.277352] PCI: cache line size of 64 is not supported by device 0000:00:03.2
[   46.277389] ehci_hcd 0000:00:03.2: irq 18, io mem 0xcfffb000
[   46.302217] ehci_hcd 0000:00:03.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[   46.330620] usb usb3: configuration #1 chosen from 1 choice
[   46.356692] hub 3-0:1.0: USB hub found
[   46.382061] hub 3-0:1.0: 6 ports detected
[   46.517493] ACPI: PCI Interrupt 0000:00:04.0[A] -> GSI 19 (level, low) -> IRQ 19
[   46.545187] 0000:00:04.0: Realtek RTL8201 PHY transceiver found at address 1.
[   46.583672] 0000:00:04.0: Using transceiver found at address 1 as default
[   46.610895] eth0: SiS 900 PCI Fast Ethernet at 0xd400, IRQ 19, 00:0b:6a:b1:e0:d6.
[   46.661731] hda: max request size: 512KiB
[   46.717484] hda: 390721968 sectors (200049 MB) w/2048KiB Cache, CHS=24321/255/63, UDMA(100)
[   46.748228] hda: cache flushes supported
[   46.775818]  hda: hda1
[   46.834555] hdb: max request size: 512KiB
[   46.862449] hdc: ATAPI 34X CD-ROM drive, 128kB Cache, UDMA(33)
[   46.890441] Uniform CD-ROM driver Revision: 3.20
[   46.918274] hdb: 390721968 sectors (200049 MB) w/2048KiB Cache, CHS=24321/255/63, UDMA(100)
[   46.950261] hdb: cache flushes supported
[   46.978925]  hdb: hdb1
[   47.388990] md: md0 stopped.
[   47.433111] md: bind<hdb1>
[   47.520349] md: md0 stopped.
[   47.548069] md: unbind<hdb1>
[   47.575478] md: export_rdev(hdb1)
[   47.602714] usb 3-2: new high speed USB device using ehci_hcd and address 3
[   47.637499] md: bind<hdb1>
[   47.665928] md: bind<hda1>
[   47.714783] raid1: raid set md0 active with 2 out of 2 mirrors
[   47.845628] usb 3-2: configuration #1 chosen from 1 choice
[   48.180356] usb 1-1: new full speed USB device using ohci_hcd and address 3
[   48.416033] usb 1-1: configuration #1 chosen from 1 choice
[   48.451453] usbcore: registered new interface driver libusual
[   48.489027] Initializing USB Mass Storage driver...
[   48.517365] scsi0 : SCSI emulation for USB Mass Storage devices
[   48.545662] usb-storage: device found at 3
[   48.545668] usb-storage: waiting for device to settle before scanning
[   48.545806] scsi1 : SCSI emulation for USB Mass Storage devices
[   48.573634] usb-storage: device found at 3
[   48.573641] usb-storage: waiting for device to settle before scanning
[   48.573671] usbcore: registered new interface driver usb-storage
[   48.601436] USB Mass Storage support registered.
[   53.618743] usb-storage: device scan complete
[   53.619390] scsi 0:0:0:0: Direct-Access     Hama     FlashPen         6.50 PQ: 0 ANSI: 0 CCS
[   53.649172] usb-storage: device scan complete
[   53.657189] scsi 1:0:0:0: Direct-Access     OTi      Ultra Floppy     1.11 PQ: 0 ANSI: 2
[   53.707529] SCSI device sda: 1970175 512-byte hdwr sectors (1009 MB)
[   53.738506] sda: Write Protect is off
[   53.766452] sda: Mode Sense: 45 00 00 08
[   53.766458] sda: assuming drive cache: write through
[   53.795970] SCSI device sda: 1970175 512-byte hdwr sectors (1009 MB)
[   53.824695] sda: Write Protect is off
[   53.852924] sda: Mode Sense: 45 00 00 08
[   53.852930] sda: assuming drive cache: write through
[   53.881018]  sda: sda1
[   53.913888] sd 0:0:0:0: Attached scsi removable disk sda
[   53.951943] SCSI device sdb: 258048 512-byte hdwr sectors (132 MB)
[   53.985909] sdb: Write Protect is off
[   54.013697] sdb: Mode Sense: 03 00 00 00
[   54.013703] sdb: assuming drive cache: write through
[   54.065877] SCSI device sdb: 258048 512-byte hdwr sectors (132 MB)
[   54.099851] sdb: Write Protect is off
[   54.127768] sdb: Mode Sense: 03 00 00 00
[   54.127773] sdb: assuming drive cache: write through
[   54.155553]  sdb: unknown partition table
[   54.213681] sd 1:0:0:0: Attached scsi removable disk sdb
[   54.255179] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   54.282954] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   69.574406] hdc: drive_cmd: status=0x51 { DriveReady SeekComplete Error }
[   69.623857] hdc: drive_cmd: error=0x04 { AbortedCommand }
[   69.648899] ide: failed opcode was: 0xe3
[   71.809278] eth0: Media Link On 100mbps full-duplex 
[   72.630830] NET: Registered protocol family 17
[   73.218658] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   73.406223] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   73.592696] sis96x_smbus 0000:00:02.1: SiS96x SMBus base address: 0x0c00
[   74.204277] Linux agpgart interface v0.102 (c) Dave Jones
[   74.950037] hsfengine: module license 'see LICENSE file distributed with driver' taints kernel.
[   75.072120] ACPI: PCI Interrupt 0000:00:09.0[A] -> GSI 17 (level, low) -> IRQ 20
[   75.173254] input: PC Speaker as /class/input/input1
[   76.153876] parport: PnPBIOS parport detected.
[   76.180690] parport0: PC-style at 0x378 (0x778), irq 7, dma 0 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[   77.882507] ttySHSF0 at I/O 0xd000 (irq = 20) is a Conexant HSF softmodem (PCI-127a:2014-122d:4055)
[   77.911585] agpgart: Detected SiS 741 chipset
[   77.947280] agpgart: AGP aperture is 64M @ 0xd0000000
[   77.977452] ACPI: PCI Interrupt 0000:00:02.7[C] -> GSI 18 (level, low) -> IRQ 21
[   78.325855] intel8x0_measure_ac97_clock: measured 59244 usecs
[   78.353901] intel8x0: clocking to 48000
[   79.475707] lp0: using parport0 (interrupt-driven).
[   82.772907] kjournald starting.  Commit interval 5 seconds
[   82.820285] EXT3 FS on dm-2, internal journal
[   82.820304] EXT3-fs: mounted filesystem with ordered data mode.
[   82.852611] kjournald starting.  Commit interval 5 seconds
[   82.860274] EXT3 FS on dm-3, internal journal
[   82.860289] EXT3-fs: mounted filesystem with ordered data mode.
[   82.877490] kjournald starting.  Commit interval 5 seconds
[   82.884263] EXT3 FS on dm-0, internal journal
[   82.884277] EXT3-fs: mounted filesystem with ordered data mode.
[   82.909409] kjournald starting.  Commit interval 5 seconds
[   82.916252] EXT3 FS on dm-1, internal journal
[   82.916267] EXT3-fs: mounted filesystem with ordered data mode.
[   87.794558] input: Power Button (FF) as /class/input/input2
[   87.795264] ACPI: Power Button (FF) [PWRF]
[   87.846550] input: Power Button (CM) as /class/input/input3
[   87.847250] ACPI: Power Button (CM) [PWRB]
[   88.079806] Using specific hotkey driver
[   88.159726] No dock devices found.
[   88.297786] ibm_acpi: ec object not found
[   88.635203] pcc_acpi: loading...
[   96.023909] Installing knfsd (copyright (C) 1996 okir at monad.swb.de).
[   96.826191] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[   96.826814] NFSD: unable to find recovery directory /var/lib/nfs/v4recovery
[   96.826828] NFSD: starting 90-second grace period
[  102.466715] NET: Registered protocol family 10
[  102.467005] lo: Disabled Privacy Extensions
[  113.101591] eth0: no IPv6 routers present
[  468.165671] eth0: Media Link Off
[  478.170970] eth0: Media Link On 100mbps full-duplex 
[ 3113.579345] ACPI: PCI interrupt for device 0000:00:09.0 disabled
[ 3114.638292] ACPI: PCI Interrupt 0000:00:09.0[A] -> GSI 17 (level, low) -> IRQ 20
[ 3115.377391] ttySHSF0 at I/O 0xd000 (irq = 20) is a Conexant HSF softmodem (PCI-127a:2014-122d:4055)
[ 3115.612470] usbcore: registered new interface driver hsfusbcd2
[ 3117.161013] process `sysctl' is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.base_reachable_time; Use net.ipv6.neigh.eth0.base_reachable_time_ms instead.
[ 3827.820946] 0000713.984: <7>DevMgr_ActivateMsParams - DigitalDelay not CALCULATED (1)
[ 4239.517745] ACPI: PCI interrupt for device 0000:00:09.0 disabled
[ 4239.693562] usbcore: deregistering interface driver hsfusbcd2
[ 4240.734161] ACPI: PCI Interrupt 0000:00:09.0[A] -> GSI 17 (level, low) -> IRQ 20
[ 4241.376563] ttySHSF0 at I/O 0xd000 (irq = 20) is a Conexant HSF softmodem (PCI-127a:2014-122d:4055)
[ 4241.618642] usbcore: registered new interface driver hsfusbcd2

+ cat -v /var/run/hsfdcpd0.err

+ cat -v /var/run/hsfdcpd0.out

+ lspci -n
00:00.0 0600: 1039:0741 (rev 03)
00:01.0 0604: 1039:0003
00:02.0 0601: 1039:0963 (rev 25)
00:02.1 0c05: 1039:0016
00:02.5 0101: 1039:5513
00:02.7 0401: 1039:7012 (rev a0)
00:03.0 0c03: 1039:7001 (rev 0f)
00:03.1 0c03: 1039:7001 (rev 0f)
00:03.2 0c03: 1039:7002
00:04.0 0200: 1039:0900 (rev 90)
00:09.0 0780: 127a:2014 (rev 01)
01:00.0 0300: 1039:6330

+ lspci -v
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 741/741GX/M741 Host (rev 03)
	Subsystem: ASRock Incorporation Unknown device 0741
	Flags: bus master, medium devsel, latency 0
	Memory at d0000000 (32-bit, non-prefetchable) [size=64M]
	Capabilities: [c0] AGP version 3.5

00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SiS AGP Port (virtual PCI-to-PCI bridge) (prog-if 00 [Normal decode])
	Flags: bus master, 66MHz, fast devsel, latency 32
	Bus: primary=00, secondary=01, subordinate=02, sec-latency=32
	I/O behind bridge: 0000a000-0000afff
	Memory behind bridge: cfd00000-cfefffff
	Prefetchable memory behind bridge: bfa00000-cfbfffff

00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS963 [MuTIOL Media IO] (rev 25)
	Flags: bus master, medium devsel, latency 0

00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller
	Flags: medium devsel
	I/O ports at 0c00 [size=32]

00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (prog-if 80 [Master])
	Subsystem: ASRock Incorporation Unknown device 5513
	Flags: bus master, medium devsel, latency 128
	[virtual] Memory at 000001f0 (32-bit, non-prefetchable) [disabled] [size=8]
	[virtual] Memory at 000003f0 (type 3, non-prefetchable) [disabled] [size=1]
	[virtual] Memory at 00000170 (32-bit, non-prefetchable) [disabled] [size=8]
	[virtual] Memory at 00000370 (type 3, non-prefetchable) [disabled] [size=1]
	I/O ports at ff00 [size=16]

00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] AC'97 Sound Controller (rev a0)
	Subsystem: ASRock Incorporation Unknown device 7012
	Flags: bus master, medium devsel, latency 32, IRQ 21
	I/O ports at dc00 [size=256]
	I/O ports at d800 [size=128]
	Capabilities: [48] Power Management version 2

00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f) (prog-if 10 [OHCI])
	Subsystem: ASRock Incorporation Unknown device 7001
	Flags: bus master, medium devsel, latency 32, IRQ 16
	Memory at cfff9000 (32-bit, non-prefetchable) [size=4K]

00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 0f) (prog-if 10 [OHCI])
	Subsystem: ASRock Incorporation Unknown device 7001
	Flags: bus master, medium devsel, latency 32, IRQ 17
	Memory at cfffa000 (32-bit, non-prefetchable) [size=4K]

00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller (prog-if 20 [EHCI])
	Subsystem: ASRock Incorporation Unknown device 7002
	Flags: bus master, medium devsel, latency 32, IRQ 18
	Memory at cfffb000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [50] Power Management version 2

00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 90)
	Subsystem: ASRock Incorporation Unknown device 0900
	Flags: bus master, medium devsel, latency 32, IRQ 19
	I/O ports at d400 [size=256]
	Memory at cfff8000 (32-bit, non-prefetchable) [size=4K]
	Expansion ROM at fffe0000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 2

00:09.0 Communication controller: Rockwell International HSF 56k Data/Fax/Voice Modem (rev 01)
	Subsystem: Aztech System Ltd MSP3880-W
	Flags: bus master, medium devsel, latency 32, IRQ 20
	Memory at cffe0000 (32-bit, non-prefetchable) [size=64K]
	I/O ports at d000 [size=8]
	Capabilities: [40] Power Management version 2

01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 661/741/760 PCI/AGP or 662/761Gx PCIE VGA Display Adapter (prog-if 00 [VGA])
	Subsystem: ASRock Incorporation Unknown device 6331
	Flags: 66MHz, medium devsel, IRQ 11
	BIST result: 00
	Memory at c0000000 (32-bit, prefetchable) [size=128M]
	Memory at cfee0000 (32-bit, non-prefetchable) [size=128K]
	I/O ports at ac00 [size=128]
	Capabilities: [40] Power Management version 2
	Capabilities: [50] AGP version 3.0


+ lspci -n -vvv
00:00.0 0600: 1039:0741 (rev 03)
	Subsystem: 1849:0741
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ >SERR- <PERR-
	Latency: 0
	Region 0: Memory at d0000000 (32-bit, non-prefetchable) [size=64M]
	Capabilities: [c0] AGP version 3.5
		Status: RQ=32 Iso- ArqSz=0 Cal=0 SBA+ ITACoh- GART64- HTrans- 64bit- FW+ AGP3+ Rate=x4,x8,x16
		Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit- FW- Rate=<none>

00:01.0 0604: 1039:0003 (prog-if 00 [Normal decode])
	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: 32
	Bus: primary=00, secondary=01, subordinate=02, sec-latency=32
	I/O behind bridge: 0000a000-0000afff
	Memory behind bridge: cfd00000-cfefffff
	Prefetchable memory behind bridge: bfa00000-cfbfffff
	Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-

00:02.0 0601: 1039:0963 (rev 25)
	Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 0

00:02.1 0c05: 1039:0016
	Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Interrupt: pin B routed to IRQ 0
	Region 4: I/O ports at 0c00 [size=32]

00:02.5 0101: 1039:5513 (prog-if 80 [Master])
	Subsystem: 1849:5513
	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: 128
	Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [disabled] [size=8]
	Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable) [disabled] [size=1]
	Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [disabled] [size=8]
	Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable) [disabled] [size=1]
	Region 4: I/O ports at ff00 [size=16]

00:02.7 0401: 1039:7012 (rev a0)
	Subsystem: 1849:7012
	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 (13000ns min, 2750ns max)
	Interrupt: pin C routed to IRQ 21
	Region 0: I/O ports at dc00 [size=256]
	Region 1: I/O ports at d800 [size=128]
	Capabilities: [48] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=55mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
		Status: D0 PME-Enable- DSel=0 DScale=0 PME-

00:03.0 0c03: 1039:7001 (rev 0f) (prog-if 10 [OHCI])
	Subsystem: 1849:7001
	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 (20000ns max), Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at cfff9000 (32-bit, non-prefetchable) [size=4K]

00:03.1 0c03: 1039:7001 (rev 0f) (prog-if 10 [OHCI])
	Subsystem: 1849:7001
	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 (20000ns max), Cache Line Size: 32 bytes
	Interrupt: pin B routed to IRQ 17
	Region 0: Memory at cfffa000 (32-bit, non-prefetchable) [size=4K]

00:03.2 0c03: 1039:7002 (prog-if 20 [EHCI])
	Subsystem: 1849:7002
	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 (20000ns max)
	Interrupt: pin D routed to IRQ 18
	Region 0: Memory at cfffb000 (32-bit, non-prefetchable) [size=4K]
	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-

00:04.0 0200: 1039:0900 (rev 90)
	Subsystem: 1849:0900
	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 (13000ns min, 2750ns max)
	Interrupt: pin A routed to IRQ 19
	Region 0: I/O ports at d400 [size=256]
	Region 1: Memory at cfff8000 (32-bit, non-prefetchable) [size=4K]
	Expansion ROM at fffe0000 [disabled] [size=128K]
	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-

00:09.0 0780: 127a:2014 (rev 01)
	Subsystem: 122d:4055
	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 20
	Region 0: Memory at cffe0000 (32-bit, non-prefetchable) [size=64K]
	Region 1: I/O ports at d000 [size=8]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 PME-Enable- DSel=0 DScale=0 PME-

01:00.0 0300: 1039:6330 (prog-if 00 [VGA])
	Subsystem: 1849:6331
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Interrupt: pin A routed to IRQ 11
	BIST result: 00
	Region 0: Memory at c0000000 (32-bit, prefetchable) [size=128M]
	Region 1: Memory at cfee0000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at ac00 [size=128]
	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-
	Capabilities: [50] AGP version 3.0
		Status: RQ=256 Iso- ArqSz=0 Cal=0 SBA+ ITACoh- GART64- HTrans- 64bit- FW- AGP3+ Rate=x4,x8
		Command: RQ=1 ArqSz=0 Cal=0 SBA- AGP- GART64- 64bit- FW- Rate=<none>


+ lsusb
Bus 003 Device 003: ID 08ec:0020 M-Systems Flash Disk Pioneers 
Bus 003 Device 001: ID 0000:0000  
Bus 002 Device 001: ID 0000:0000  
Bus 001 Device 003: ID 0ea0:6803 Ours Technology, Inc. OTI-6803 Flash Disk
Bus 001 Device 001: ID 0000:0000  

+ lsusb -v

Bus 003 Device 003: ID 08ec:0020 M-Systems Flash Disk Pioneers 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x08ec M-Systems Flash Disk Pioneers
  idProduct          0x0020 
  bcdDevice            2.00
  iManufacturer           1 Hama
  iProduct                2 FlashPen
  iSerial                 3 0D70AA6131A328F4
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower               94mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     80 Bulk (Zip)
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

Bus 003 Device 001: ID 0000:0000  
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x0000 
  idProduct          0x0000 
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.20-15-generic ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 0000:00:03.2
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             6
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0000
   Port 2: 0000.0503 highspeed power enable connect
   Port 3: 0000.0100 power
   Port 4: 0000.0100 power
   Port 5: 0000.0100 power
   Port 6: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 002 Device 001: ID 0000:0000  
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed hub
  bMaxPacketSize0        64
  idVendor           0x0000 
  idProduct          0x0000 
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.20-15-generic ohci_hcd
  iProduct                2 OHCI Host Controller
  iSerial                 1 0000:00:03.1
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             3
  wHubCharacteristic 0x0012
    No power switching (usb 1.0)
    No overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 001 Device 003: ID 0ea0:6803 Ours Technology, Inc. OTI-6803 Flash Disk
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x0ea0 Ours Technology, Inc.
  idProduct          0x6803 OTI-6803 Flash Disk
  bcdDevice            1.00
  iManufacturer           1 USB
  iProduct                2 Solid state disk
  iSerial                 3 7777777777777777
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           39
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     80 Bulk (Zip)
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval               1
Device Status:     0x0000
  (Bus Powered)

Bus 001 Device 001: ID 0000:0000  
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 Full speed hub
  bMaxPacketSize0        64
  idVendor           0x0000 
  idProduct          0x0000 
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.20-15-generic ohci_hcd
  iProduct                2 OHCI Host Controller
  iSerial                 1 0000:00:03.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 Full speed hub
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             3
  wHubCharacteristic 0x0012
    No power switching (usb 1.0)
    No overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0103 power enable connect
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

+ cat -v /proc/bus/usb/devices

T:  Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480 MxCh= 6
B:  Alloc=  0/800 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.20-15-generic ehci_hcd
S:  Product=EHCI Host Controller
S:  SerialNumber=0000:00:03.2
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl=256ms

T:  Bus=03 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#=  3 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=08ec ProdID=0020 Rev= 2.00
S:  Manufacturer=Hama
S:  Product=FlashPen
S:  SerialNumber=0D70AA6131A328F4
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr= 94mA
I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E:  Ad=81(I) Atr=02(Bulk) MxPS= 512 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS= 512 Ivl=0ms

T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 3
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.20-15-generic ohci_hcd
S:  Product=OHCI Host Controller
S:  SerialNumber=0000:00:03.1
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms

T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 3
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 2.06
S:  Manufacturer=Linux 2.6.20-15-generic ohci_hcd
S:  Product=OHCI Host Controller
S:  SerialNumber=0000:00:03.0
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms

T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  3 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=0ea0 ProdID=6803 Rev= 1.00
S:  Manufacturer=USB
S:  Product=Solid state disk
S:  SerialNumber=7777777777777777
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 3 Cls=08(stor.) Sub=06 Prot=50 Driver=usb-storage
E:  Ad=81(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=02(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=83(I) Atr=03(Int.) MxPS=   2 Ivl=1ms

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

+ cat -v /proc/cmdline
mem=182M initrd=initrd.img ramdisk_size=10240 root=/dev/sda1 ro vga=791 BOOT_IMAGE=vmlinuz 

+ cat -v /proc/uptime
4207.19 4080.41

+ cat -v /proc/devices
Character devices:
  1 mem
  2 pty
  3 ttyp
  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
116 alsa
128 ptm
136 pts
180 usb
189 usb_device
240 ttySHSF
242 hsfdcp
243 hsfdiag
254 usb_endpoint

Block devices:
  1 ramdisk
  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 mdp
254 device-mapper

+ cat -v /proc/misc
 62 acpi
175 agpgart
 63 device-mapper
  1 psaux
228 hpet
135 rtc
231 snapshot

+ cat -v /proc/filesystems
nodev	sysfs
nodev	rootfs
nodev	bdev
nodev	proc
nodev	cpuset
nodev	debugfs
nodev	securityfs
nodev	sockfs
nodev	pipefs
nodev	futexfs
nodev	tmpfs
nodev	inotifyfs
nodev	eventpollfs
nodev	devpts
	cramfs
nodev	ramfs
nodev	mqueue
nodev	usbfs
	ext2
	ext3
nodev	rpc_pipefs
nodev	nfsd
nodev	nfs
nodev	nfs4

+ cat -v /proc/interrupts
           CPU0       
  0:    1051109   IO-APIC-edge      timer
  1:          4   IO-APIC-edge      i8042
  7:          0   IO-APIC-edge      parport0
  8:          3   IO-APIC-edge      rtc
  9:          0   IO-APIC-fasteoi   acpi
 14:     106227   IO-APIC-edge      ide0
 15:         78   IO-APIC-edge      ide1
 16:        367   IO-APIC-fasteoi   ohci_hcd:usb1
 17:          1   IO-APIC-fasteoi   ohci_hcd:usb2
 18:      68987   IO-APIC-fasteoi   ehci_hcd:usb3
 19:    1469987   IO-APIC-fasteoi   eth0
 20:         40   IO-APIC-fasteoi   hsfpcibasic2
 21:          0   IO-APIC-fasteoi   SiS SI7012
NMI:          0 
LOC:    1050877 
ERR:          0
MIS:          0

+ cat -v /proc/iomem
00000000-0009fbff : System RAM
  00000000-00000000 : Crash kernel
0009fc00-0009ffff : reserved
000a0000-000bffff : Video RAM area
000c0000-000c7fff : Video ROM
000f0000-000fffff : System ROM
00100000-0b5fffff : System RAM
  00100000-002f2263 : Kernel code
  002f2264-003d16d3 : Kernel data
bfa00000-cfbfffff : PCI Bus #01
  c0000000-c7ffffff : 0000:01:00.0
    c0000000-c0ffffff : vesafb
cfd00000-cfefffff : PCI Bus #01
  cfee0000-cfefffff : 0000:01:00.0
cffe0000-cffeffff : 0000:00:09.0
  cffe0000-cffeffff : hsfpcibasic2
cfff8000-cfff8fff : 0000:00:04.0
  cfff8000-cfff8fff : sis900
cfff9000-cfff9fff : 0000:00:03.0
  cfff9000-cfff9fff : ohci_hcd
cfffa000-cfffafff : 0000:00:03.1
  cfffa000-cfffafff : ohci_hcd
cfffb000-cfffbfff : 0000:00:03.2
  cfffb000-cfffbfff : ehci_hcd
d0000000-d3ffffff : 0000:00:00.0
fffe0000-ffffffff : 0000:00:04.0

+ cat -v /proc/ioports
0000-001f : dma1
0020-0021 : pic1
0040-0043 : timer0
0050-0053 : timer1
0060-006f : keyboard
0070-0077 : rtc
0080-008f : dma page reg
00a0-00a1 : pic2
00c0-00df : dma2
00f0-00ff : fpu
0170-0177 : 0000:00:02.5
  0170-0177 : ide1
01f0-01f7 : 0000:00:02.5
  01f0-01f7 : ide0
0295-0296 : w83627hf
0376-0376 : 0000:00:02.5
  0376-0376 : ide1
0378-037a : parport0
037b-037f : parport0
03c0-03df : vesafb
03f6-03f6 : 0000:00:02.5
  03f6-03f6 : ide0
03f8-03ff : serial
0778-077a : parport0
0800-0803 : ACPI PM1a_EVT_BLK
0804-0805 : ACPI PM1a_CNT_BLK
0808-080b : ACPI PM_TMR
0816-0816 : ACPI PM2_CNT_BLK
0820-0823 : ACPI GPE0_BLK
0830-0833 : ACPI GPE1_BLK
0c00-0c1f : 0000:00:02.1
  0c00-0c1f : sis96x_smbus
0cf8-0cff : PCI conf1
a000-afff : PCI Bus #01
  ac00-ac7f : 0000:01:00.0
d000-d007 : 0000:00:09.0
  d000-d007 : hsfpcibasic2
d400-d4ff : 0000:00:04.0
  d400-d4ff : sis900
d800-d87f : 0000:00:02.7
  d800-d87f : SiS SI7012
dc00-dcff : 0000:00:02.7
  dc00-dcff : SiS SI7012
ff00-ff0f : 0000:00:02.5
  ff00-ff07 : ide0
  ff08-ff0f : ide1

+ cat -v /proc/dma
 0: parport0
 4: cascade

+ cat -v /proc/mtrr
reg00: base=0x00000000 (   0MB), size= 128MB: write-back, count=1
reg01: base=0x08000000 ( 128MB), size=  64MB: write-back, count=1
reg07: base=0xd0000000 (3328MB), size=  16MB: write-combining, count=1

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

   3     0  195360984 hda
   3     1  195358401 hda1
   3    64  195360984 hdb
   3    65  195358401 hdb1
   9     0  195358336 md0
   8     0     985087 sda
   8     1     985068 sda1
   8    16     129024 sdb
 254     0   41943040 dm-0
 254     1   31457280 dm-1
 254     2   31457280 dm-2
 254     3   78643200 dm-3

+ cat -v /proc/mounts
[removed as this is sensitive private information]

+ cat -v /proc/swaps
Filename				Type		Size	Used	Priority

+ cat -v /proc/meminfo
MemTotal:       180956 kB
MemFree:          3724 kB
Buffers:          1508 kB
Cached:         136488 kB
SwapCached:          0 kB
Active:          57904 kB
Inactive:        99804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:       180956 kB
LowFree:          3724 kB
SwapTotal:           0 kB
SwapFree:            0 kB
Dirty:             108 kB
Writeback:           0 kB
AnonPages:       19740 kB
Mapped:           9572 kB
Slab:            11912 kB
SReclaimable:     3920 kB
SUnreclaim:       7992 kB
PageTables:        640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:     90476 kB
Committed_AS:   173732 kB
VmallocTotal:   843768 kB
VmallocUsed:      9472 kB
VmallocChunk:   833600 kB

+ cat -v /proc/stat
cpu  3277 0 8120 366104 40497 1140 1334 0
cpu0 3277 0 8120 366104 40497 1140 1334 0
intr 2696812 1051118 4 0 0 0 0 0 0 3 0 0 0 0 0 106227 78 367 1 68987 1469987 40 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
ctxt 1624996
btime 1179668375
processes 6345
procs_running 2
procs_blocked 0

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

+ cat -v /proc/modules
snd_hda_intel 22296 0 - Live 0xcc53c000
snd_hda_codec 233484 1 snd_hda_intel, Live 0xcc9b3000
hsfusbcd2 65960 0 - Live 0xcc8c0000
hsfmc97sis 67992 0 - Live 0xcc8ae000
hsfmc97ati 66584 0 - Live 0xcc852000
hsfmc97ali 73248 0 - Live 0xcc89b000
hsfmc97via 69152 0 - Live 0xcc840000
hsfmc97ich 71320 0 - Live 0xcc82d000
hsfpcibasic2 67480 0 - Live 0xcc5be000
hsfserial 24580 7 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic2, Live 0xcc534000
hsfengine 1296396 8 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic2,hsfserial, Live 0xcc67e000 (P)
hsfosspec 104040 12 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic2,hsfserial,hsfengine, Live 0xcc4eb000
hsfsoar 86920 7 hsfusbcd2,hsfmc97sis,hsfmc97ati,hsfmc97ali,hsfmc97via,hsfmc97ich,hsfpcibasic2, Live 0xcc506000
nfs 240876 0 - Live 0xcc92d000
ipv6 268704 18 - Live 0xcc8ea000
nfsd 218992 13 - Live 0xcc864000
exportfs 6912 1 nfsd, Live 0xcc654000
lockd 64904 3 nfs,nfsd, Live 0xcc7d7000
sunrpc 161340 9 nfs,nfsd,lockd, Live 0xcc804000
tc1100_wmi 8068 0 - Live 0xcc651000
pcc_acpi 13184 0 - Live 0xcc643000
dev_acpi 12292 0 - Live 0xcc648000
sony_acpi 6284 0 - Live 0xcc622000
video 16388 0 - Live 0xcc638000
sbs 15652 0 - Live 0xcc63e000
i2c_ec 5888 1 sbs, Live 0xcc635000
dock 10268 0 - Live 0xcc614000
button 8720 0 - Live 0xcc61e000
battery 10756 0 - Live 0xcc5d1000
container 5248 0 - Live 0xcc611000
ac 6020 0 - Live 0xcc5fc000
asus_acpi 17308 0 - Live 0xcc618000
backlight 7040 1 asus_acpi, Live 0xcc5d5000
ext3 133128 4 - Live 0xcc65c000
jbd 59816 1 ext3, Live 0xcc625000
dm_crypt 14856 0 - Live 0xcc580000
w83627hf 26256 0 - Live 0xcc5f4000
hwmon_vid 4224 1 w83627hf, Live 0xcc596000
i2c_isa 6272 1 w83627hf, Live 0xcc3ba000
eeprom 8336 0 - Live 0xcc5ba000
lp 12452 0 - Live 0xcc585000
snd_intel8x0 34204 0 - Live 0xcc58c000
snd_ac97_codec 98336 1 snd_intel8x0, Live 0xcc5da000
ac97_bus 3200 1 snd_ac97_codec, Live 0xcc3bd000
snd_pcm_oss 44544 0 - Live 0xcc5ae000
snd_mixer_oss 17408 1 snd_pcm_oss, Live 0xcc55b000
snd_pcm 79876 5 snd_hda_intel,snd_hda_codec,snd_intel8x0,snd_ac97_codec,snd_pcm_oss, Live 0xcc599000
snd_seq_dummy 4740 0 - Live 0xcc48d000
snd_seq_oss 32896 0 - Live 0xcc576000
analog 12832 0 - Live 0xcc521000
gameport 16520 1 analog, Live 0xcc52e000
parport_pc 36388 1 - Live 0xcc56c000
parport 36936 2 lp,parport_pc, Live 0xcc561000
snd_seq_midi 9600 0 - Live 0xcc51d000
snd_rawmidi 25472 1 snd_seq_midi, Live 0xcc526000
snd_seq_midi_event 8448 2 snd_seq_oss,snd_seq_midi, Live 0xcc4c1000
snd_seq 52592 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event, Live 0xcc546000
sis_agp 9604 1 - Live 0xcc4a9000
pcspkr 4224 0 - Live 0xcc48a000
snd_timer 23684 2 snd_pcm,snd_seq, Live 0xcc47b000
snd_seq_device 9100 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq, Live 0xcc463000
agpgart 35400 1 sis_agp, Live 0xcc4e1000
snd 54020 12 snd_hda_intel,snd_hda_codec,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device, Live 0xcc4d2000
soundcore 8672 1 snd, Live 0xcc408000
snd_page_alloc 10888 3 snd_hda_intel,snd_intel8x0,snd_pcm, Live 0xcc3ef000
i2c_sis96x 6532 0 - Live 0xcc39e000
i2c_core 22784 5 i2c_ec,w83627hf,i2c_isa,eeprom,i2c_sis96x, Live 0xcc4a2000
shpchp 34324 0 - Live 0xcc4b7000
pci_hotplug 32576 1 shpchp, Live 0xcc4ae000
af_packet 23816 2 - Live 0xcc483000
evdev 11008 0 - Live 0xcc3eb000
tsdev 8768 0 - Live 0xcc3e7000
ext2 66824 1 - Live 0xcc490000
mbcache 9604 2 ext3,ext2, Live 0xcc023000
sg 36252 0 - Live 0xcc459000
sd_mod 23428 2 - Live 0xcc452000
usb_storage 72256 1 - Live 0xcc468000
libusual 17936 1 usb_storage, Live 0xcc3af000
ide_cd 32672 0 - Live 0xcc3ff000
cdrom 37664 1 ide_cd, Live 0xcc3f4000
ide_disk 17024 4 - Live 0xcc3e1000
pata_sis 14220 0 - Live 0xcc3b5000
ata_generic 9092 0 - Live 0xcc3ab000
libata 125720 2 pata_sis,ata_generic, Live 0xcc432000
scsi_mod 142348 4 sg,sd_mod,usb_storage,libata, Live 0xcc40e000
sis900 24704 0 - Live 0xcc396000
mii 6528 1 sis900, Live 0xcc041000
ehci_hcd 34188 0 - Live 0xcc3a1000
ohci_hcd 22532 0 - Live 0xcc078000
usbcore 134280 7 hsfusbcd2,hsfosspec,usb_storage,libusual,ehci_hcd,ohci_hcd, Live 0xcc3bf000
sis5513 14856 0 [permanent], Live 0xcc049000
generic 5124 0 [permanent], Live 0xcc03e000
raid1 25600 1 - Live 0xcc070000
md_mod 79764 3 raid1, Live 0xcc381000
thermal 14856 0 - Live 0xcc044000
processor 31048 1 thermal, Live 0xcc05e000
fan 5636 0 - Live 0xcc03b000
dm_mod 59084 11 dm_crypt, Live 0xcc04e000
capability 5896 0 - Live 0xcc02a000
commoncap 8192 1 capability, Live 0xcc027000
vesafb 9220 1 - Live 0xcc019000
fbcon 42656 70 - Live 0xcc02f000
tileblit 3584 1 fbcon, Live 0xcc021000
font 9216 1 fbcon, Live 0xcc01d000
bitblit 6912 1 fbcon, Live 0xcc002000
softcursor 3200 1 bitblit, Live 0xcc005000

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

+ sysctl -a
error: "Success" reading key "dev.parport.parport0.autoprobe3"
error: "Success" reading key "dev.parport.parport0.autoprobe2"
error: "Success" reading key "dev.parport.parport0.autoprobe1"
error: "Success" reading key "dev.parport.parport0.autoprobe0"
error: "Success" reading key "dev.parport.parport0.autoprobe"
sunrpc.max_resvport = 1023
sunrpc.min_resvport = 665
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
dev.parport.parport0.devices.lp.timeslice = 200
dev.parport.parport0.devices.active = none
dev.parport.parport0.modes = PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA
dev.parport.parport0.dma = 0
dev.parport.parport0.irq = 7
dev.parport.parport0.base-addr = 888	1912
dev.parport.parport0.spintime = 500
dev.parport.default.spintime = 500
dev.parport.default.timeslice = 200
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:		hdc
dev.cdrom.info = drive speed:		0
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:		0
dev.cdrom.info = Can write CD-RW:	0
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:		1
dev.cdrom.info = Can write MRW:		1
dev.cdrom.info = Can write RAM:		0
dev.cdrom.info = 
dev.cdrom.info = 
dev.scsi.logging_level = 0
dev.raid.speed_limit_max = 200000
dev.raid.speed_limit_min = 1000
dev.mac_hid.mouse_button3_keycode = 100
dev.mac_hid.mouse_button2_keycode = 97
dev.mac_hid.mouse_button_emulation = 0
dev.hpet.max-user-freq = 64
dev.rtc.max-user-freq = 64
net.ipv6.conf.default.proxy_ndp = 0
net.ipv6.conf.default.accept_ra_pinfo = 1
net.ipv6.conf.default.accept_ra_defrtr = 1
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.proxy_ndp = 0
net.ipv6.conf.all.accept_ra_pinfo = 1
net.ipv6.conf.all.accept_ra_defrtr = 1
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.eth0.proxy_ndp = 0
net.ipv6.conf.eth0.accept_ra_pinfo = 1
net.ipv6.conf.eth0.accept_ra_defrtr = 1
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.merror: "Operation not permitted" reading key "net.ipv6.route.flush"
tu = 1500
net.ipv6.conf.eth0.hop_limit = 64
net.ipv6.conf.eth0.forwarding = 0
net.ipv6.conf.lo.proxy_ndp = 0
net.ipv6.conf.lo.accept_ra_pinfo = 1
net.ipv6.conf.lo.accept_ra_defrtr = 1
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.base_reachable_time_ms = 30000
net.ipv6.neigh.eth0.retrans_time_ms = 1000
net.ipv6.neigh.eth0.locktime = 0
net.ipv6.neigh.eth0.proxy_delay = 80
net.ipv6.neigh.eth0.anycast_delay = 100
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 = 250
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.base_reachable_time_ms = 30000
net.ipv6.neigh.lo.retrans_time_ms = 1000
net.ipv6.neigh.lo.locktime = 0
net.ipv6.neigh.lo.proxy_delay = 80
net.ipv6.neigh.lo.anycast_delay = 100
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 = 250
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.base_reachable_time_ms = 30000
net.ipv6.neigh.default.retrans_time_ms = 1000
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 = 80
net.ipv6.neigh.default.anycast_delay = 100
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 = 250
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 = 64
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 = 250
net.ipv6.route.gc_min_interval_ms = 500
net.ipv6.route.min_adv_mss = 4
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.token-ring.rif_timeout = 150000
net.ipv4.conf.eth0.promote_secondaries = 0
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_accept = 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 = 0
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.promote_secondaries = 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_accept = 0
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.promote_secondaries = 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_accept = 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 = 0
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.promote_secondaries = 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_accept = 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.base_reachable_time_ms = 30000
net.ipv4.neigh.eth0.retrans_time_ms = 1000
net.ipv4.neigh.eth0.locktime = 100
net.ipv4.neigh.eth0.proxy_delay = 80
net.ipv4.neigh.eth0.anycast_delay = 100
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 = 100
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.base_reachable_time_ms = 30000
net.ipv4.neigh.lo.retrans_time_ms = 1000
net.ipv4.neigh.lo.locktime = 100
net.ipv4.neigh.lo.proxy_delay = 80
net.ipv4.neigh.lo.anycast_delay = 100
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 = 100
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.base_reachable_time_ms = 30000
net.ipv4.neigh.default.retrans_time_ms = 1000
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 = 100
net.ipv4.neigh.default.proxy_delay = 80
net.ipv4.neigh.default.anycast_delay = 100
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 = 100
net.ipv4.neigh.default.app_solicit = 0
net.ipv4.neigh.default.ucast_solicit = 3
net.ipv4.neigh.default.mcast_solicit = 3
net.ipv4.tcp_allowed_congestion_control error: "Operation not permitted" reading key "net.ipv4.route.flush"
= cubic reno
net.ipv4.tcp_available_congestion_control = cubic reno
net.ipv4.tcp_slow_start_after_idle = 1
net.ipv4.tcp_dma_copybreak = 4096
net.ipv4.tcp_workaround_signed_windows = 0
net.ipv4.tcp_base_mss = 512
net.ipv4.tcp_mtu_probing = 0
net.ipv4.tcp_abc = 0
net.ipv4.tcp_congestion_control = cubic
net.ipv4.tcp_tso_win_divisor = 3
net.ipv4.tcp_moderate_rcvbuf = 1
net.ipv4.tcp_no_metrics_save = 0
net.ipv4.ipfrag_max_dist = 64
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 = 250
net.ipv4.tcp_adv_win_scale = 2
net.ipv4.tcp_app_win = 31
net.ipv4.tcp_rmem = 4096	87380	87380
net.ipv4.tcp_wmem = 4096	16384	65536
net.ipv4.tcp_mem = 1536	2048	3072
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 = 1250
net.ipv4.route.error_cost = 250
net.ipv4.route.redirect_silence = 5120
net.ipv4.route.redirect_number = 9
net.ipv4.route.redirect_load = 5
net.ipv4.route.gc_interval = 60
net.ipv4.route.gc_timeout = 300
net.ipv4.route.gc_min_interval_ms = 500
net.ipv4.route.gc_min_interval = 0
net.ipv4.route.max_size = 32768
net.ipv4.route.gc_thresh = 2048
net.ipv4.route.max_delay = 10
net.ipv4.route.min_delay = 2
net.ipv4.icmp_errors_use_inbound_ifaddr = 0
net.ipv4.icmp_ignore_bogus_error_responses = 1
net.ipv4.icmp_echo_ignore_broadcasts = 1
net.ipv4.icmp_echo_ignore_all = 0
net.ipv4.ip_local_port_range = 1024	4999
net.ipv4.tcp_max_syn_backlog = 256
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 = 16384
net.ipv4.tcp_max_orphans = 8192
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_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.netdev_budget = 300
net.core.somaxconn = 128
net.core.xfrm_aevent_rseqth = 2
net.core.xfrm_aevent_etime = 10
net.core.optmem_max = 10240
net.core.message_burst = 10
net.core.message_cost = 5
net.core.netdev_max_backlog = 1000
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.vdso_enabled = 1
vm.legacy_va_layout = 0
vm.vfs_cache_pressure = 100
vm.block_dump = 0
vm.laptop_mode = 0
vm.max_map_count = 65536
vm.percpu_pagelist_fraction = 0
vm.min_free_kbytes = 1720
vm.drop_caches = 0
vm.lowmem_reserve_ratio = 256	32
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.panic_on_oom = 0
vm.overcommit_memory = 0
kernel.max_lock_depth = 1024
kernel.acpi_video_flags = 0
kernel.randomize_va_space = 1
kernel.kstack_depth_to_print = 24
kernel.bootloader_type = 49
kernel.panic_on_unrecovered_nmi = 0
kernel.nmi_watchdog = 0
kernel.unknown_nmi_panic = 0
kernel.ngroups_max = 65536
kernel.printk_ratelimit_burst = 10
kernel.printk_ratelimit = 5
kernel.panic_on_oops = 0
kernel.pid_max = 32768
kernel.hz_timer = 0
kernel.overflowgid = 65534
kernel.overflowuid = 65534
kernel.pty.nr = 1
kernel.pty.max = 4096
kernel.random.uuid = 91876fc0-6c37-4668-93f3-ca2c1adcb67b
kernel.random.boot_id = fc867815-8fe7-4453-b856-584c40589327
kernel.random.write_wakeup_threshold = 128
kernel.random.read_wakeup_threshold = 64
kernel.random.entropy_avail = 3035
kernel.random.poolsize = 4096
kernel.threads-max = 2912
kernel.cad_pid = 1
kernel.sysrq = 1
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.acct = 4	2	30
kernel.hotplug = 
kernel.modprobe = /sbin/modprobe
kernel.printk = 4	4	1	7
kernel.ctrl-alt-del = 0
kernel.real-root-dev = 0
kernel.cap-bound = -257
kernel.tainted = 1
kernel.core_pattern = core
kernel.core_uses_pid = 0
kernel.panic = 0
kernel.domainname = (none)
kernel.hostname = sweetserver
kernel.version = #2 SMP Sun Apr 15 07:36:31 UTC 2007
kernel.osrelease = 2.6.20-15-generic
kernel.ostype = Linux
fs.nfs.nfs_mountpoint_timeout = 500
fs.nfs.idmap_cache_timeout = 600
fs.nfs.nfs_callback_tcpport = 0
fs.nfs.nsm_local_state = 0
fs.nfs.nsm_use_hostnames = 0
fs.nfs.nlm_tcpport = 0
fs.nfs.nlm_udpport = 0
fs.nfs.nlm_timeout = 10
fs.nfs.nlm_grace_period = 0
fs.mqueue.msgsize_max = 8192
fs.mqueue.msg_max = 10
fs.mqueue.queues_max = 256
fs.quota.warnings = 1
fs.quota.syncs = 14
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.suid_dumpable = 0
fs.inotify.max_queued_events = 16384
fs.inotify.max_user_watches = 8192
fs.inotify.max_user_instances = 128
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 = 6544	787	45	0	0	0
fs.file-max = 16630
fs.file-nr = 800	0	16630
fs.inode-state = 6660	291	0	0	0	0	0
fs.inode-nr = 6660	291

+ modprobe -V
module-init-tools version 3.3-pre2

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

+ modprobe -l *hcf*

+ modprobe -l *rip*
/lib/modules/2.6.20-15-generic/kernel/sound/pci/riptide/snd-riptide.ko
/lib/modules/2.6.20-15-generic/kernel/drivers/net/wireless/strip.ko
/lib/modules/2.6.20-15-generic/kernel/drivers/input/joystick/grip_mp.ko
/lib/modules/2.6.20-15-generic/kernel/drivers/input/joystick/grip.ko

+ modprobe -l *dgc*

+ cat -v /etc/modules.conf

+ cat -v /etc/modprobe.d/aliases
# These are the standard aliases for devices and kernel drivers.
# This file does not need to be modified.
#
# Please file a bug against module-init-tools if a package needs a entry
# in this file.

# network protocols ##########################################################
alias net-pf-1  unix
alias net-pf-2  ipv4
alias net-pf-3  ax25
alias net-pf-4  ipx
alias net-pf-5  appletalk
alias net-pf-6  netrom
alias net-pf-7  bridge
alias net-pf-8  atm
alias net-pf-9  x25
alias net-pf-10 ipv6
alias net-pf-11 rose
alias net-pf-12 decnet
# 13 NETBEUI
alias net-pf-15 af_key
alias net-pf-16 af_netlink
alias net-pf-17 af_packet
# 18 ASH
alias net-pf-19 af_econet
alias net-pf-20 atm
# 22 SNA
alias net-pf-23 irda
alias net-pf-24 pppoe
alias net-pf-25 wanrouter
alias net-pf-26 llc
alias net-pf-31 bluetooth

# executables formats ########################################################
install binfmt-0000 /bin/true
alias binfmt-204 binfmt_aout
alias binfmt-263 binfmt_aout
alias binfmt-264 binfmt_aout
alias binfmt-267 binfmt_aout
alias binfmt-387 binfmt_aout

# block devices ##############################################################
alias block-major-3-*  ide_generic
alias block-major-8-*  sd_mod
alias block-major-9-*  md
alias block-major-11-* sr_mod
alias block-major-22-* ide_generic
alias block-major-33-* ide_generic
alias block-major-34-* ide_generic
alias block-major-37-* ide_tape
alias block-major-44-* ftl
alias block-major-46-* pcd
alias block-major-47-* pf
alias block-major-56-* ide_generic
alias block-major-57-* ide_generic
alias block-major-58-* lvm_mod
alias block-major-88-* ide_generic
alias block-major-89-* ide_generic
alias block-major-90-* ide_generic
alias block-major-91-* ide_generic
alias block-major-93-* nftl
alias block-major-97-* pg

# character devices ##########################################################
alias char-major-9-* st
alias char-major-10-1 psmouse
alias char-major-10-139 openprom
alias char-major-10-157 applicom
alias char-major-10-181 toshiba
alias char-major-10-183 hw_random
alias char-major-10-187 irnet
alias char-major-10-189 ussp
alias char-major-10-250 hci_vhci
alias char-major-13-0  joydev
alias char-major-13-1  joydev
alias char-major-13-2  joydev
alias char-major-13-3  joydev
alias char-major-13-32 mousedev
alias char-major-13-33 mousedev
alias char-major-13-34 mousedev
alias char-major-13-35 mousedev
alias char-major-13-63 mousedev
alias char-major-13-64 evdev
alias char-major-13-65 evdev
alias char-major-13-66 evdev
alias char-major-13-67 evdev
alias char-major-19-* cyclades
alias char-major-20-* cyclades
alias char-major-22-* pcxx
alias char-major-23-* pcxx
alias char-major-27-* ftape
alias char-major-34-* scc
alias char-major-35-* tclmidi
alias char-major-48-* riscom8
alias char-major-49-* riscom8
alias char-major-57-* esp
alias char-major-58-* esp
alias char-major-63-* kdebug
alias char-major-67-* coda
alias char-major-75-* specialix
alias char-major-76-* specialix
alias char-major-81-* videodev
alias char-major-83-* vtx
alias char-major-89-* i2c_dev
alias char-major-90-* mtdchar
alias char-major-96-* pt
alias char-major-97-* pg
alias char-major-107-* 3dfx
alias char-major-109-* lvm_mod
alias char-major-166-* cdc_acm
alias char-major-171-0 raw1394
alias char-major-171-1 video1394
alias char-major-171-2 dv1394
alias char-major-171-3 amdtp
alias char-major-180-* usbcore
alias char-major-195-* nvidia
alias char-major-200-* vxspec
alias char-major-202-* msr
alias char-major-203-* cpuid
alias char-major-206-* osst
alias char-major-208-* ussp
alias char-major-227-* tub3270
#alias char-major-240-* usb-serial
#alias char-major-240-* hsfserial
#alias char-major-241-* hsfserial

# misc #######################################################################
alias xfrm-type-2-4 xfrm4_tunnel
alias xfrm-type-2-50 esp4
alias xfrm-type-2-51 ah4
alias xfrm-type-2-108 ipcomp
alias xfrm-type-10-41 xfrm6_tunnel
alias xfrm-type-10-50 esp6
alias xfrm-type-10-51 ah6
alias xfrm-type-10-108 ipcomp6

alias bt-proto-0 l2cap
alias bt-proto-2 sco
alias bt-proto-3 rfcomm
alias bt-proto-4 bnep
alias bt-proto-5 cmtp
alias bt-proto-6 hidp
alias bt-proto-7 avdtp

alias cipcb0 cipcb
alias cipcb1 cipcb
alias cipcb2 cipcb
alias cipcb3 cipcb
alias dummy0 dummy
alias dummy1 dummy
alias plip0 plip
alias plip1 plip
alias slip0 slip
alias slip1 slip
alias tunl0 ipip
alias gre0 ip_gre

alias usbdevfs usbcore


+ cat -v /etc/modprobe.d/alsa-base
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7

# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-ioctl32 ; : ; }
install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --Qb snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; }

# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-seq ; }

# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe -Qb saa7134-alsa ; : ; }

# Load snd-seq for devices that don't have hardware midi;
#   Ubuntu #26283, #43682, #56005; works around Ubuntu #34831 for
#   non-Creative Labs PCI hardware
install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe -Qb snd-seq ; }
# Prevent abnormal drivers from grabbing index 0
options snd-bt87x index=-2
options cx88-alsa index=-2
options saa7134-alsa index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-usx2y index=-2
# Ubuntu #62691, enable MPU for snd-cmipci
options snd-cmipci mpu_port=0x330 fm_port=0x388

+ cat -v /etc/modprobe.d/arch
cat: /etc/modprobe.d/arch: Is a directory

+ cat -v /etc/modprobe.d/arch-aliases
alias parport_lowlevel parport_pc

alias binfmt-0064 binfmt_aout
alias binfmt-332 iBCS


+ cat -v /etc/modprobe.d/blacklist
# This file lists those modules which we don't want to be loaded by
# alias expansion, usually so some other driver will be loaded for the
# device instead.

# evbug is a debug tool that should be loaded explicitly
blacklist evbug

# these drivers are very simple, the HID drivers are usually preferred
blacklist usbmouse
blacklist usbkbd

# replaced by e100
blacklist eepro100

# replaced by tulip
blacklist de4x5

# causes no end of confusion by creating unexpected network interfaces
blacklist eth1394

# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
# hardware on its own (Ubuntu bug #2011, #6810)
blacklist snd_intel8x0m

# causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306)
blacklist i2c_i801

# buggy driver causes kernel BUG on load (Ubuntu: #78255, #88430)
blacklist r818x
blacklist r8187

+ cat -v /etc/modprobe.d/blacklist-framebuffer
# Framebuffer drivers are generally buggy and poorly-supported, and cause
# suspend failures, kernel panics and general mayhem.  For this reason we
# never load them automatically.
blacklist aty128fb
blacklist atyfb
blacklist radeonfb
blacklist cirrusfb
blacklist cyber2000fb
blacklist cyblafb
blacklist gx1fb
blacklist hgafb
blacklist i810fb
blacklist intelfb
blacklist kyrofb
blacklist matroxfb_base
blacklist neofb
blacklist nvidiafb
blacklist pm2fb
blacklist rivafb
blacklist s1d13xxxfb
blacklist savagefb
blacklist sisfb
blacklist sstfb
blacklist tdfxfb
blacklist tridentfb
blacklist vesafb
blacklist vfb
blacklist vga16fb

+ cat -v /etc/modprobe.d/blacklist-modem
# Uncomment these entries in order to blacklist unwanted modem drivers
# blacklist snd-atiixp-modem
# blacklist snd-intel8x0m
# blacklist snd-via82xx-modem

+ cat -v /etc/modprobe.d/blacklist-oss
blacklist ac97
blacklist ac97_codec
blacklist ac97_plugin_ad1980
blacklist ad1848
blacklist ad1889
blacklist adlib_card
blacklist aedsp16
blacklist ali5455
blacklist btaudio
blacklist cmpci
blacklist cs4232
blacklist cs4281
blacklist cs461x
blacklist cs46xx
blacklist emu10k1
blacklist es1370
blacklist es1371
blacklist esssolo1
blacklist forte
blacklist gus
blacklist i810_audio
blacklist kahlua
blacklist mad16
blacklist maestro
blacklist maestro3
blacklist maui
blacklist mpu401
blacklist nm256_audio
blacklist opl3
blacklist opl3sa
blacklist opl3sa2
blacklist pas2
blacklist pss
blacklist rme96xx
blacklist sb
blacklist sb_lib
blacklist sgalaxy
blacklist sonicvibes
blacklist sound
blacklist sscape
blacklist trident
blacklist trix
blacklist uart401
blacklist uart6850
blacklist via82cxxx_audio
blacklist v_midi
blacklist wavefront
blacklist ymfpci
blacklist ac97_plugin_wm97xx
blacklist ad1816
blacklist audio
blacklist awe_wave
blacklist dmasound_core
blacklist dmasound_pmac
blacklist harmony
blacklist sequencer
blacklist soundcard
blacklist usb-midi

+ cat -v /etc/modprobe.d/blacklist-scanner
blacklist scanner
blacklist hpusbscsi

+ cat -v /etc/modprobe.d/blacklist-watchdog
# Watchdog drivers should not be loaded automatically, but only if a
# watchdog daemon is installed.
blacklist acquirewdt
blacklist advantechwdt
blacklist alim1535_wdt
blacklist alim7101_wdt
blacklist booke_wdt
blacklist cpu5wdt
blacklist eurotechwdt
blacklist i6300esb
blacklist i8xx_tco
blacklist ib700wdt
blacklist ibmasr
blacklist indydog
blacklist ixp2000_wdt
blacklist ixp4xx_wdt
blacklist machzwd
blacklist mixcomwd
blacklist mpc8xx_wdt
blacklist mpcore_wdt
blacklist mv64x60_wdt
blacklist pcwd
blacklist pcwd_pci
blacklist pcwd_usb
blacklist s3c2410_wdt
blacklist sa1100_wdt
blacklist sbc60xxwdt
blacklist sb8360
blacklist sc1200wdt
blacklist sc520_wdt
blacklist scx200_wdt
blacklist shwdt
blacklist softdog
blacklist w83627hf_wdt
blacklist w83877f_wdt
blacklist w83977f_wdt
blacklist wafer5823wdt
blacklist wdt
blacklist wdt_pci

+ cat -v /etc/modprobe.d/hsf
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 hsfmc97ati; /sbin/modprobe hsfmc97sis; [ -e /lib/modules/`uname -r`/extra/hsfusbcd2.ko ] && /sbin/modprobe hsfusbcd2; /sbin/modprobe snd_hda_intel; /bin/true
alias symbol:cnxthwhda_probe hsfhda
alias symbol:cnxthwhda_resume hsfhda
alias symbol:cnxthwhda_suspend hsfhda

+ cat -v /etc/modprobe.d/hsf.conflicts
install snd-via82xx-modem /bin/true # temporarily disabled by hsf - conflicts with hsfmc97via
install snd-intel8x0m /bin/true # temporarily disabled by hsf - conflicts with hsfmc97ich hsfmc97sis
install snd-atiixp-modem /bin/true # temporarily disabled by hsf - conflicts with hsfmc97ati

+ cat -v /etc/modprobe.d/ipw3945
install ipw3945 /sbin/modprobe --ignore-install ipw3945 ; sleep 0.5 ; \
	/sbin/ipw3945d-$(uname -r) --quiet
remove  ipw3945 /sbin/ipw3945d-$(uname -r) --kill ; \
	/sbin/modprobe -r --ignore-remove ipw3945

+ cat -v /etc/modprobe.d/isapnp
# These aliases are needed here because themodules themselves are
# not providing them.
alias pnp:dPNP0510 irtty-sir
alias pnp:dPNP0511 irtty-sir
alias pnp:dPNP0700 floppy
alias pnp:dPNP0800 pcspkr
alias pnp:dPNP0b00 rtc
alias pnp:dPNP0303 atkbd
alias pnp:dPNP0f13 psmouse
alias pnp:dPNPb02f analog

+ cat -v /etc/modprobe.d/lrm-video
# Make nvidia/nvidia_legacy and fglrx use /sbin/lrm-video to load
install fglrx /sbin/lrm-video fglrx $CMDLINE_OPTS
install nvidia /sbin/lrm-video nvidia $CMDLINE_OPTS
install nvidia_legacy /sbin/lrm-video nvidia_legacy $CMDLINE_OPTS
install nvidia_new /sbin/lrm-video nvidia_new $CMDLINE_OPTS

+ cat -v /etc/modprobe.d/nvidia-kernel-nkc
alias char-major-195* nvidia

+ cat -v /etc/modprobe.d/options
# Enable double-buffering so gstreamer et. al. work
options quickcam compatible=2

# Default hostap to managed mode
options hostap_pci iw_mode=2
options hostap_cs iw_mode=2

+ 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
hsfserial            /dev/ttySHSF  240 64-71 serial
serial               /dev/ttyS       4 64-111 serial
pty_slave            /dev/pts      136 0-1048575 pty:slave
pty_master           /dev/ptm      128 0-1048575 pty:master
pty_slave            /dev/ttyp       3 0-255 pty:slave
pty_master           /dev/pty        2 0-255 pty:master
unknown              /dev/tty        4 1-63 console

+ cat -v /proc/tty/driver/hsfserial
serinfo:1.0 driver revision:
0: uart:Conexant HSF softmodem (PCI-127a:2014-122d:4055) port:0000D000 irq:20 tx:0 rx:0 CTS|DSR
1: uart:Conexant HSF softmodem port:00000000 irq:0
2: uart:Conexant HSF softmodem port:00000000 irq:0
3: uart:Conexant HSF softmodem port:00000000 irq:0
4: uart:Conexant HSF softmodem port:00000000 irq:0
5: uart:Conexant HSF softmodem port:00000000 irq:0
6: uart:Conexant HSF softmodem port:00000000 irq:0
7: uart:Conexant HSF softmodem port:00000000 irq:0

+ 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

+ ls -l /dev/modem*
lrwxrwxrwx 1 root root 8 May 20 16:49 /dev/modem -> ttySHSF0

+ ls -l /dev/*HSF[0-9]*
crw-rw---- 1 root dialout 240, 64 May 20 16:49 /dev/ttySHSF0
crw-rw---- 1 root dialout 240, 65 May 20 16:49 /dev/ttySHSF1
crw-rw---- 1 root dialout 240, 66 May 20 16:49 /dev/ttySHSF2
crw-rw---- 1 root dialout 240, 67 May 20 16:49 /dev/ttySHSF3
crw-rw---- 1 root dialout 240, 68 May 20 16:49 /dev/ttySHSF4
crw-rw---- 1 root dialout 240, 69 May 20 16:49 /dev/ttySHSF5
crw-rw---- 1 root dialout 240, 70 May 20 16:49 /dev/ttySHSF6
crw-rw---- 1 root dialout 240, 71 May 20 16:49 /dev/ttySHSF7

+ ls -l /dev/ttyS*
crw-rw---- 1 root dialout   4, 64 May 20 15:39 /dev/ttyS0
crw-rw---- 1 root dialout   4, 65 May 20 15:39 /dev/ttyS1
crw-rw---- 1 root dialout   4, 66 May 20 15:39 /dev/ttyS2
crw-rw---- 1 root dialout   4, 67 May 20 15:39 /dev/ttyS3
crw-rw---- 1 root dialout 240, 64 May 20 16:49 /dev/ttySHSF0
crw-rw---- 1 root dialout 240, 65 May 20 16:49 /dev/ttySHSF1
crw-rw---- 1 root dialout 240, 66 May 20 16:49 /dev/ttySHSF2
crw-rw---- 1 root dialout 240, 67 May 20 16:49 /dev/ttySHSF3
crw-rw---- 1 root dialout 240, 68 May 20 16:49 /dev/ttySHSF4
crw-rw---- 1 root dialout 240, 69 May 20 16:49 /dev/ttySHSF5
crw-rw---- 1 root dialout 240, 70 May 20 16:49 /dev/ttySHSF6
crw-rw---- 1 root dialout 240, 71 May 20 16:49 /dev/ttySHSF7

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

+ cat -v /proc/asound/cards
 0 [SI7012         ]: ICH - SiS SI7012
                      SiS SI7012 with CMI9761A+ at 0xdc00, irq 21

+ ls /proc/asound/card*
/proc/asound/cards

/proc/asound/card0:
codec97#0
id
intel8x0
oss_mixer
pcm0c
pcm0p
pcm1c

+ cat -v /proc/asound/card0/codec97#0
cat: /proc/asound/card0/codec97#0: Is a directory

+ cd /etc/hsfmodem/nvm && find . -maxdepth 2 -ls
  5003    1 drwxr-xr-x  10 root     root         1024 May 20 03:19 .
  8359    1 drwxr-xr-x   3 root     root         1024 May 20 03:19 ./dynamic
  8360    1 drwx------   2 root     root         1024 May 20 03:19 ./dynamic/0-PCI-127a:2014-122d:4055
  5004    1 drwxr-xr-x   2 root     root         1024 May 20 03:18 ./hsfpcibasic2smart
  5013    1 -rw-r--r--   7 root     root          248 May  9 06:39 ./hsfpcibasic2smart/COUNTRY_CODE_LIST
  5005    1 -rw-r--r--   7 root     root           41 May  9 06:39 ./hsfpcibasic2smart/DC_CALC_PARAMS
  5006    1 -rw-r--r--   3 root     root           13 May  9 06:39 ./hsfpcibasic2smart/HW_ADAPTER_TYPE
  5007    1 -rw-r--r--   6 root     root          127 May  9 06:39 ./hsfpcibasic2smart/SREG
  5008    1 -rw-r--r--   6 root     root           83 May  9 06:39 ./hsfpcibasic2smart/MS_PARAMS
  5009    1 -rw-r--r--   7 root     root          181 May  9 06:39 ./hsfpcibasic2smart/MOD_THRESHOLD
  5010    1 -rw-r--r--  14 root     root           25 May  9 06:39 ./hsfpcibasic2smart/ATMESSAGE_I4
  5011    1 -rw-r--r--  14 root     root            6 May  9 06:39 ./hsfpcibasic2smart/ATMESSAGE_I1
  5012    1 -rw-r--r--  14 root     root           11 May  9 06:39 ./hsfpcibasic2smart/ATPLUSID_FMI
  5015    1 -rw-r--r--   7 root     root          111 May  9 06:39 ./hsfpcibasic2smart/DTMF_COMP_LEVEL
  5014    1 -rw-r--r--   2 root     root           27 May  9 06:39 ./hsfpcibasic2smart/OEM_HWDATA
  5017    1 -rw-r--r--   5 root     root          326 May  9 06:39 ./hsfpcibasic2smart/OEM_SMARTDAA_PARAMSK3
  5016    1 -rw-r--r--   7 root     root           22 May  9 06:39 ./hsfpcibasic2smart/ATPLUSID_GCAP
  5019    1 -rw-r--r--   7 root     root           27 May  9 06:39 ./hsfpcibasic2smart/CPU_FREQ_CHANGE
  5018    1 -rw-r--r--   5 root     root           12 May  9 06:39 ./hsfpcibasic2smart/OEM_FLAGS
  5021    1 -rw-r--r--   1 root     root          326 May  9 06:39 ./hsfpcibasic2smart/OEM_SMARTDAA_PARAMS
  5011    1 -rw-r--r--  14 root     root            6 May  9 06:39 ./hsfpcibasic2smart/ATMESSAGE_I7
  5020    1 -rw-r--r--  55 root     root            3 May  9 06:39 ./hsfpcibasic2smart/OEM_DAATYPE
  5023    1 -rw-r--r--  14 root     root           17 May  9 06:39 ./hsfpcibasic2smart/ATPLUSID_GMR
  5022    1 -rw-r--r--   7 root     root            6 May  9 06:39 ./hsfpcibasic2smart/AT+MSSTR
  5032    1 -rw-r--r--   7 root     root            7 May  9 06:39 ./hsfpcibasic2smart/OEM_SPKR_MUTE_DELAY
  5010    1 -rw-r--r--  14 root     root           25 May  9 06:39 ./hsfpcibasic2smart/ATPLUSID_GMM
  5024    1 -rw-r--r--   7 root     root          144 May  9 06:39 ./hsfpcibasic2smart/CADENCE
  5025    1 -rw-r--r--   7 root     root           13 May  9 06:39 ./hsfpcibasic2smart/PROPERTIES
  5026    1 -rw-r--r--   7 root     root          733 May  9 06:39 ./hsfpcibasic2smart/V25TER
  5023    1 -rw-r--r--  14 root     root           17 May  9 06:39 ./hsfpcibasic2smart/ATPLUSID_FMR
  5027    1 -rw-r--r--   7 root     root            8 May  9 06:39 ./hsfpcibasic2smart/ATMESSAGE_I0
  5028    1 -rw-r--r--   7 root     root          887 May  9 06:39 ./hsfpcibasic2smart/CONSTTONEPARAMS
  5029    1 -rw-r--r--   4 root     root           16 May  9 06:39 ./hsfpcibasic2smart/DLG_PARAMS
  5030    1 -rw-r--r--  14 root     root            3 May  9 06:39 ./hsfpcibasic2smart/ATPLUSID_GOI
  5031    1 -rw-r--r--   7 root     root           55 May  9 06:39 ./hsfpcibasic2smart/AT_MISC_DEF
  5033    1 -rw-r--r--   7 root     root           26 May  9 06:39 ./hsfpcibasic2smart/ATPLUSID_FMM
  5012    1 -rw-r--r--  14 root     root           11 May  9 06:39 ./hsfpcibasic2smart/ATPLUSID_GMI
  5030    1 -rw-r--r--  14 root     root            3 May  9 06:39 ./hsfpcibasic2smart/ATPLUSID_GSN
  5034    1 -rw-r--r--   7 root     root           12 May  9 06:39 ./hsfpcibasic2smart/CSA_FLAGS
  5035    1 -rw-r--r--   7 root     root           26 May  9 06:39 ./hsfpcibasic2smart/ATMESSAGE_I3
  5036    1 -rw-r--r--   7 root     root          517 May  9 06:39 ./hsfpcibasic2smart/TONEPARAMS
  5482    0 lrwxrwxrwx   1 root     root           23 May 20 03:18 ./hsfpcibasic2smart/Profile -> ../hsfpcibasic2/Profile
  5483    0 lrwxrwxrwx   1 root     root           22 May 20 03:18 ./hsfpcibasic2smart/Region -> ../hsfpcibasic2/Region
  5037    2 drwxr-xr-x   2 root     root         2048 May 20 03:18 ./hsfhda
  5013    1 -rw-r--r--   7 root     root          248 May  9 06:39 ./hsfhda/COUNTRY_CODE_LIST
  5005    1 -rw-r--r--   7 root     root           41 May  9 06:39 ./hsfhda/DC_CALC_PARAMS
  5038    1 -rw-r--r--   1 root     root           13 May  9 06:39 ./hsfhda/HW_ADAPTER_TYPE
  5039    1 -rw-r--r--   1 root     root          135 May  9 06:39 ./hsfhda/SREG
  5040    1 -rw-r--r--   1 root     root           83 May  9 06:39 ./hsfhda/MS_PARAMS
  5009    1 -rw-r--r--   7 root     root          181 May  9 06:39 ./hsfhda/MOD_THRESHOLD
  5010    1 -rw-r--r--  14 root     root           25 May  9 06:39 ./hsfhda/ATMESSAGE_I4
  5011    1 -rw-r--r--  14 root     root            6 May  9 06:39 ./hsfhda/ATMESSAGE_I1
  5012    1 -rw-r--r--  14 root     root           11 May  9 06:39 ./hsfhda/ATPLUSID_FMI
  5015    1 -rw-r--r--   7 root     root          111 May  9 06:39 ./hsfhda/DTMF_COMP_LEVEL
  5041    1 -rw-r--r--   1 root     root           27 May  9 06:39 ./hsfhda/OEM_HWDATA
  5017    1 -rw-r--r--   5 root     root          326 May  9 06:39 ./hsfhda/OEM_SMARTDAA_PARAMSK3
  5016    1 -rw-r--r--   7 root     root           22 May  9 06:39 ./hsfhda/ATPLUSID_GCAP
  5019    1 -rw-r--r--   7 root     root           27 May  9 06:39 ./hsfhda/CPU_FREQ_CHANGE
  5042    1 -rw-r--r--   1 root     root           12 May  9 06:39 ./hsfhda/OEM_FLAGS
  5043    1 -rw-r--r--   3 root     root          326 May  9 06:39 ./hsfhda/OEM_SMARTDAA_PARAMS
  5011    1 -rw-r--r--  14 root     root            6 May  9 06:39 ./hsfhda/ATMESSAGE_I7
  5020    1 -rw-r--r--  55 root     root            3 May  9 06:39 ./hsfhda/OEM_DAATYPE
  5044    1 -rw-r--r--   1 root     root           22 May  9 06:39 ./hsfhda/ATMESSAGE_I52
  5022    1 -rw-r--r--   7 root     root            6 May  9 06:39 ./hsfhda/AT+MSSTR
  5045    1 -rw-r--r--   1 root     root           95 May  9 06:39 ./hsfhda/OEM_SOFT_RING_PARAMS
  5023    1 -rw-r--r--  14 root     root           17 May  9 06:39 ./hsfhda/ATPLUSID_GMR
  5010    1 -rw-r--r--  14 root     root           25 May  9 06:39 ./hsfhda/ATPLUSID_GMM
  5025    1 -rw-r--r--   7 root     root           13 May  9 06:39 ./hsfhda/PROPERTIES
  5024    1 -rw-r--r--   7 root     root          144 May  9 06:39 ./hsfhda/CADENCE
  5023    1 -rw-r--r--  14 root     root           17 May  9 06:39 ./hsfhda/ATPLUSID_FMR
  5026    1 -rw-r--r--   7 root     root          733 May  9 06:39 ./hsfhda/V25TER
  5032    1 -rw-r--r--   7 root     root            7 May  9 06:39 ./hsfhda/OEM_SPKR_MUTE_DELAY
  5027    1 -rw-r--r--   7 root     root            8 May  9 06:39 ./hsfhda/ATMESSAGE_I0
  5028    1 -rw-r--r--   7 root     root          887 May  9 06:39 ./hsfhda/CONSTTONEPARAMS
  5029    1 -rw-r--r--   4 root     root           16 May  9 06:39 ./hsfhda/DLG_PARAMS
  5030    1 -rw-r--r--  14 root     root            3 May  9 06:39 ./hsfhda/ATPLUSID_GOI
  5031    1 -rw-r--r--   7 root     root           55 May  9 06:39 ./hsfhda/AT_MISC_DEF
  5047    1 -rw-r--r--   1 root     root          326 May  9 06:39 ./hsfhda/OEM_SMARTDAA_PARAMSHAL
  5033    1 -rw-r--r--   7 root     root           26 May  9 06:39 ./hsfhda/ATPLUSID_FMM
  5046    1 -rw-r--r--   2 root     root           19 May  9 06:39 ./hsfhda/ATMESSAGE_I50
  5012    1 -rw-r--r--  14 root     root           11 May  9 06:39 ./hsfhda/ATPLUSID_GMI
  5030    1 -rw-r--r--  14 root     root            3 May  9 06:39 ./hsfhda/ATPLUSID_GSN
  5034    1 -rw-r--r--   7 root     root           12 May  9 06:39 ./hsfhda/CSA_FLAGS
  5048    1 -rw-r--r--   1 root     root           34 May  9 06:39 ./hsfhda/ATMESSAGE_I51
  5035    1 -rw-r--r--   7 root     root           26 May  9 06:39 ./hsfhda/ATMESSAGE_I3
  5036    1 -rw-r--r--   7 root     root          517 May  9 06:39 ./hsfhda/TONEPARAMS
  5486    0 lrwxrwxrwx   1 root     root           28 May 20 03:18 ./hsfhda/Profile -> ../hsfpcibasic2smart/Profile
  5487    0 lrwxrwxrwx   1 root     root           27 May 20 03:18 ./hsfhda/Region -> ../hsfpcibasic2smart/Region
  5049    1 drwxr-xr-x   4 root     root         1024 May 20 03:18 ./hsfpcibasic2
  5013    1 -rw-r--r--   7 root     root          248 May  9 06:39 ./hsfpcibasic2/COUNTRY_CODE_LIST
  5005    1 -rw-r--r--   7 root     root           41 May  9 06:39 ./hsfpcibasic2/DC_CALC_PARAMS
  5006    1 -rw-r--r--   3 root     root           13 May  9 06:39 ./hsfpcibasic2/HW_ADAPTER_TYPE
  5007    1 -rw-r--r--   6 root     root          127 May  9 06:39 ./hsfpcibasic2/SREG
  5050    1 drwxr-xr-x   5 root     root         1024 May 20 03:18 ./hsfpcibasic2/Profile
  5008    1 -rw-r--r--   6 root     root           83 May  9 06:39 ./hsfpcibasic2/MS_PARAMS
  5009    1 -rw-r--r--   7 root     root          181 May  9 06:39 ./hsfpcibasic2/MOD_THRESHOLD
  5010    1 -rw-r--r--  14 root     root           25 May  9 06:39 ./hsfpcibasic2/ATMESSAGE_I4
  5011    1 -rw-r--r--  14 root     root            6 May  9 06:39 ./hsfpcibasic2/ATMESSAGE_I1
  5012    1 -rw-r--r--  14 root     root           11 May  9 06:39 ./hsfpcibasic2/ATPLUSID_FMI
  5015    1 -rw-r--r--   7 root     root          111 May  9 06:39 ./hsfpcibasic2/DTMF_COMP_LEVEL
  5100    1 -rw-r--r--   1 root     root           27 May  9 06:39 ./hsfpcibasic2/OEM_HWDATA
  5032    1 -rw-r--r--   7 root     root            7 May  9 06:39 ./hsfpcibasic2/OEM_SPKR_MUTE_DELAY
  5016    1 -rw-r--r--   7 root     root           22 May  9 06:39 ./hsfpcibasic2/ATPLUSID_GCAP
  5101    8 drwxr-xr-x  93 root     root         8192 May 20 03:18 ./hsfpcibasic2/Region
  5018    1 -rw-r--r--   5 root     root           12 May  9 06:39 ./hsfpcibasic2/OEM_FLAGS
  5019    1 -rw-r--r--   7 root     root           27 May  9 06:39 ./hsfpcibasic2/CPU_FREQ_CHANGE
  5011    1 -rw-r--r--  14 root     root            6 May  9 06:39 ./hsfpcibasic2/ATMESSAGE_I7
  5099    1 -rw-r--r--   5 root     root            3 May  9 06:39 ./hsfpcibasic2/OEM_DAATYPE
  5022    1 -rw-r--r--   7 root     root            6 May  9 06:39 ./hsfpcibasic2/AT+MSSTR
  5023    1 -rw-r--r--  14 root     root           17 May  9 06:39 ./hsfpcibasic2/ATPLUSID_GMR
  5010    1 -rw-r--r--  14 root     root           25 May  9 06:39 ./hsfpcibasic2/ATPLUSID_GMM
  5024    1 -rw-r--r--   7 root     root          144 May  9 06:39 ./hsfpcibasic2/CADENCE
  5025    1 -rw-r--r--   7 root     root           13 May  9 06:39 ./hsfpcibasic2/PROPERTIES
  5026    1 -rw-r--r--   7 root     root          733 May  9 06:39 ./hsfpcibasic2/V25TER
  5023    1 -rw-r--r--  14 root     root           17 May  9 06:39 ./hsfpcibasic2/ATPLUSID_FMR
  5027    1 -rw-r--r--   7 root     root            8 May  9 06:39 ./hsfpcibasic2/ATMESSAGE_I0
  5028    1 -rw-r--r--   7 root     root          887 May  9 06:39 ./hsfpcibasic2/CONSTTONEPARAMS
  5477    1 -rw-r--r--   2 root     root           16 May  9 06:39 ./hsfpcibasic2/DLG_PARAMS
  5030    1 -rw-r--r--  14 root     root            3 May  9 06:39 ./hsfpcibasic2/ATPLUSID_GOI
  5031    1 -rw-r--r--   7 root     root           55 May  9 06:39 ./hsfpcibasic2/AT_MISC_DEF
  5033    1 -rw-r--r--   7 root     root           26 May  9 06:39 ./hsfpcibasic2/ATPLUSID_FMM
  5012    1 -rw-r--r--  14 root     root           11 May  9 06:39 ./hsfpcibasic2/ATPLUSID_GMI
  5030    1 -rw-r--r--  14 root     root            3 May  9 06:39 ./hsfpcibasic2/ATPLUSID_GSN
  5034    1 -rw-r--r--   7 root     root           12 May  9 06:39 ./hsfpcibasic2/CSA_FLAGS
  5035    1 -rw-r--r--   7 root     root           26 May  9 06:39 ./hsfpcibasic2/ATMESSAGE_I3
  5478    1 -rw-r--r--   2 root     root           41 May  9 06:39 ./hsfpcibasic2/ATMESSAGE_I90
  5036    1 -rw-r--r--   7 root     root          517 May  9 06:39 ./hsfpcibasic2/TONEPARAMS
  8332    1 drwxr-xr-x   3 root     root         1024 May 20 03:18 ./hsfpcibasic2hsfi
  5013    1 -rw-r--r--   7 root     root          248 May  9 06:39 ./hsfpcibasic2hsfi/COUNTRY_CODE_LIST
  5005    1 -rw-r--r--   7 root     root           41 May  9 06:39 ./hsfpcibasic2hsfi/DC_CALC_PARAMS
  5006    1 -rw-r--r--   3 root     root           13 May  9 06:39 ./hsfpcibasic2hsfi/HW_ADAPTER_TYPE
  5007    1 -rw-r--r--   6 root     root          127 May  9 06:39 ./hsfpcibasic2hsfi/SREG
  8333    1 drwxr-xr-x   5 root     root         1024 May 20 03:18 ./hsfpcibasic2hsfi/Profile
  5008    1 -rw-r--r--   6 root     root           83 May  9 06:39 ./hsfpcibasic2hsfi/MS_PARAMS
  5009    1 -rw-r--r--   7 root     root          181 May  9 06:39 ./hsfpcibasic2hsfi/MOD_THRESHOLD
  5010    1 -rw-r--r--  14 root     root           25 May  9 06:39 ./hsfpcibasic2hsfi/ATMESSAGE_I4
  5011    1 -rw-r--r--  14 root     root            6 May  9 06:39 ./hsfpcibasic2hsfi/ATMESSAGE_I1
  5012    1 -rw-r--r--  14 root     root           11 May  9 06:39 ./hsfpcibasic2hsfi/ATPLUSID_FMI
  5015    1 -rw-r--r--   7 root     root          111 May  9 06:39 ./hsfpcibasic2hsfi/DTMF_COMP_LEVEL
  8338    1 -rw-r--r--   1 root     root           27 May  9 06:39 ./hsfpcibasic2hsfi/OEM_HWDATA
  5017    1 -rw-r--r--   5 root     root          326 May  9 06:39 ./hsfpcibasic2hsfi/OEM_SMARTDAA_PARAMSK3
  5016    1 -rw-r--r--   7 root     root           22 May  9 06:39 ./hsfpcibasic2hsfi/ATPLUSID_GCAP
  5019    1 -rw-r--r--   7 root     root           27 May  9 06:39 ./hsfpcibasic2hsfi/CPU_FREQ_CHANGE
  5018    1 -rw-r--r--   5 root     root           12 May  9 06:39 ./hsfpcibasic2hsfi/OEM_FLAGS
  8339    1 -rw-r--r--   1 root     root          326 May  9 06:39 ./hsfpcibasic2hsfi/OEM_SMARTDAA_PARAMS
  5011    1 -rw-r--r--  14 root     root            6 May  9 06:39 ./hsfpcibasic2hsfi/ATMESSAGE_I7
  5099    1 -rw-r--r--   5 root     root            3 May  9 06:39 ./hsfpcibasic2hsfi/OEM_DAATYPE
  5023    1 -rw-r--r--  14 root     root           17 May  9 06:39 ./hsfpcibasic2hsfi/ATPLUSID_GMR
  5022    1 -rw-r--r--   7 root     root            6 May  9 06:39 ./hsfpcibasic2hsfi/AT+MSSTR
  5032    1 -rw-r--r--   7 root     root            7 May  9 06:39 ./hsfpcibasic2hsfi/OEM_SPKR_MUTE_DELAY
  5010    1 -rw-r--r--  14 root     root           25 May  9 06:39 ./hsfpcibasic2hsfi/ATPLUSID_GMM
  5024    1 -rw-r--r--   7 root     root          144 May  9 06:39 ./hsfpcibasic2hsfi/CADENCE
  5025    1 -rw-r--r--   7 root     root           13 May  9 06:39 ./hsfpcibasic2hsfi/PROPERTIES
  5026    1 -rw-r--r--   7 root     root          733 May  9 06:39 ./hsfpcibasic2hsfi/V25TER
  5023    1 -rw-r--r--  14 root     root           17 May  9 06:39 ./hsfpcibasic2hsfi/ATPLUSID_FMR
  5027    1 -rw-r--r--   7 root     root            8 May  9 06:39 ./hsfpcibasic2hsfi/ATMESSAGE_I0
  5028    1 -rw-r--r--   7 root     root          887 May  9 06:39 ./hsfpcibasic2hsfi/CONSTTONEPARAMS
  8340    1 -rw-r--r--   1 root     root           16 May  9 06:39 ./hsfpcibasic2hsfi/DLG_PARAMS
  5030    1 -rw-r--r--  14 root     root            3 May  9 06:39 ./hsfpcibasic2hsfi/ATPLUSID_GOI
  5031    1 -rw-r--r--   7 root     root           55 May  9 06:39 ./hsfpcibasic2hsfi/AT_MISC_DEF
  5033    1 -rw-r--r--   7 root     root           26 May  9 06:39 ./hsfpcibasic2hsfi/ATPLUSID_FMM
  5012    1 -rw-r--r--  14 root     root           11 May  9 06:39 ./hsfpcibasic2hsfi/ATPLUSID_GMI
  5030    1 -rw-r--r--  14 root     root            3 May  9 06:39 ./hsfpcibasic2hsfi/ATPLUSID_GSN
  5034    1 -rw-r--r--   7 root     root           12 May  9 06:39 ./hsfpcibasic2hsfi/CSA_FLAGS
  5035    1 -rw-r--r--   7 root     root           26 May  9 06:39 ./hsfpcibasic2hsfi/ATMESSAGE_I3
  5478    1 -rw-r--r--   2 root     root           41 May  9 06:39 ./hsfpcibasic2hsfi/ATMESSAGE_I90
  5036    1 -rw-r--r--   7 root     root          517 May  9 06:39 ./hsfpcibasic2hsfi/TONEPARAMS
  8352    0 lrwxrwxrwx   1 root     root           22 May 20 03:18 ./hsfpcibasic2hsfi/Region -> ../hsfpcibasic2/Region
  8341    1 drwxr-xr-x   2 root     root         1024 May 20 03:18 ./hsfcadmus2smart
  5013    1 -rw-r--r--   7 root     root          248 May  9 06:39 ./hsfcadmus2smart/COUNTRY_CODE_LIST
  5005    1 -rw-r--r--   7 root     root           41 May  9 06:39 ./hsfcadmus2smart/DC_CALC_PARAMS
  8342    1 -rw-r--r--   2 root     root           13 May  9 06:39 ./hsfcadmus2smart/HW_ADAPTER_TYPE
  5007    1 -rw-r--r--   6 root     root          127 May  9 06:39 ./hsfcadmus2smart/SREG
  5008    1 -rw-r--r--   6 root     root           83 May  9 06:39 ./hsfcadmus2smart/MS_PARAMS
  5009    1 -rw-r--r--   7 root     root          181 May  9 06:39 ./hsfcadmus2smart/MOD_THRESHOLD
  5010    1 -rw-r--r--  14 root     root           25 May  9 06:39 ./hsfcadmus2smart/ATMESSAGE_I4
  5011    1 -rw-r--r--  14 root     root            6 May  9 06:39 ./hsfcadmus2smart/ATMESSAGE_I1
  5012    1 -rw-r--r--  14 root     root           11 May  9 06:39 ./hsfcadmus2smart/ATPLUSID_FMI
  5015    1 -rw-r--r--   7 root     root          111 May  9 06:39 ./hsfcadmus2smart/DTMF_COMP_LEVEL
  5014    1 -rw-r--r--   2 root     root           27 May  9 06:39 ./hsfcadmus2smart/OEM_HWDATA
  5017    1 -rw-r--r--   5 root     root          326 May  9 06:39 ./hsfcadmus2smart/OEM_SMARTDAA_PARAMSK3
  5016    1 -rw-r--r--   7 root     root           22 May  9 06:39 ./hsfcadmus2smart/ATPLUSID_GCAP
  5019    1 -rw-r--r--   7 root     root           27 May  9 06:39 ./hsfcadmus2smart/CPU_FREQ_CHANGE
  8343    1 -rw-r--r--   1 root     root           12 May  9 06:39 ./hsfcadmus2smart/OEM_FLAGS
  5043    1 -rw-r--r--   3 root     root          326 May  9 06:39 ./hsfcadmus2smart/OEM_SMARTDAA_PARAMS
  5011    1 -rw-r--r--  14 root     root            6 May  9 06:39 ./hsfcadmus2smart/ATMESSAGE_I7
  5020    1 -rw-r--r--  55 root     root            3 May  9 06:39 ./hsfcadmus2smart/OEM_DAATYPE
  8344    1 -rw-r--r--   2 root     root           23 May  9 06:39 ./hsfcadmus2smart/ATMESSAGE_I52
  5022    1 -rw-r--r--   7 root     root            6 May  9 06:39 ./hsfcadmus2smart/AT+MSSTR
  5032    1 -rw-r--r--   7 root     root            7 May  9 06:39 ./hsfcadmus2smart/OEM_SPKR_MUTE_DELAY
  5023    1 -rw-r--r--  14 root     root           17 May  9 06:39 ./hsfcadmus2smart/ATPLUSID_GMR
  5010    1 -rw-r--r--  14 root     root           25 May  9 06:39 ./hsfcadmus2smart/ATPLUSID_GMM
  5024    1 -rw-r--r--   7 root     root          144 May  9 06:39 ./hsfcadmus2smart/CADENCE
  5025    1 -rw-r--r--   7 root     root           13 May  9 06:39 ./hsfcadmus2smart/PROPERTIES
  5026    1 -rw-r--r--   7 root     root          733 May  9 06:39 ./hsfcadmus2smart/V25TER
  5023    1 -rw-r--r--  14 root     root           17 May  9 06:39 ./hsfcadmus2smart/ATPLUSID_FMR
  5027    1 -rw-r--r--   7 root     root            8 May  9 06:39 ./hsfcadmus2smart/ATMESSAGE_I0
  5028    1 -rw-r--r--   7 root     root          887 May  9 06:39 ./hsfcadmus2smart/CONSTTONEPARAMS
  5029    1 -rw-r--r--   4 root     root           16 May  9 06:39 ./hsfcadmus2smart/DLG_PARAMS
  5030    1 -rw-r--r--  14 root     root            3 May  9 06:39 ./hsfcadmus2smart/ATPLUSID_GOI
  5031    1 -rw-r--r--   7 root     root           55 May  9 06:39 ./hsfcadmus2smart/AT_MISC_DEF
  5033    1 -rw-r--r--   7 root     root           26 May  9 06:39 ./hsfcadmus2smart/ATPLUSID_FMM
  5046    1 -rw-r--r--   2 root     root           19 May  9 06:39 ./hsfcadmus2smart/ATMESSAGE_I50
  5012    1 -rw-r--r--  14 root     root           11 May  9 06:39 ./hsfcadmus2smart/ATPLUSID_GMI
  5030    1 -rw-r--r--  14 root     root            3 May  9 06:39 ./hsfcadmus2smart/ATPLUSID_GSN
  5034    1 -rw-r--r--   7 root     root           12 May  9 06:39 ./hsfcadmus2smart/CSA_FLAGS
  8345    1 -rw-r--r--   2 root     root           34 May  9 06:39 ./hsfcadmus2smart/ATMESSAGE_I51
  5035    1 -rw-r--r--   7 root     root           26 May  9 06:39 ./hsfcadmus2smart/ATMESSAGE_I3
  5036    1 -rw-r--r--   7 root     root          517 May  9 06:39 ./hsfcadmus2smart/TONEPARAMS
  8353    0 lrwxrwxrwx   1 root     root           28 May 20 03:18 ./hsfcadmus2smart/Profile -> ../hsfpcibasic2smart/Profile
  8354    0 lrwxrwxrwx   1 root     root           27 May 20 03:18 ./hsfcadmus2smart/Region -> ../hsfpcibasic2smart/Region
  8346    1 drwxr-xr-x   2 root     root         1024 May 20 03:18 ./hsfcadmus2
  5013    1 -rw-r--r--   7 root     root          248 May  9 06:39 ./hsfcadmus2/COUNTRY_CODE_LIST
  5005    1 -rw-r--r--   7 root     root           41 May  9 06:39 ./hsfcadmus2/DC_CALC_PARAMS
  8342    1 -rw-r--r--   2 root     root           13 May  9 06:39 ./hsfcadmus2/HW_ADAPTER_TYPE
  5007    1 -rw-r--r--   6 root     root          127 May  9 06:39 ./hsfcadmus2/SREG
  5008    1 -rw-r--r--   6 root     root           83 May  9 06:39 ./hsfcadmus2/MS_PARAMS
  5009    1 -rw-r--r--   7 root     root          181 May  9 06:39 ./hsfcadmus2/MOD_THRESHOLD
  5010    1 -rw-r--r--  14 root     root           25 May  9 06:39 ./hsfcadmus2/ATMESSAGE_I4
  5011    1 -rw-r--r--  14 root     root            6 May  9 06:39 ./hsfcadmus2/ATMESSAGE_I1
  5012    1 -rw-r--r--  14 root     root           11 May  9 06:39 ./hsfcadmus2/ATPLUSID_FMI
  5015    1 -rw-r--r--   7 root     root          111 May  9 06:39 ./hsfcadmus2/DTMF_COMP_LEVEL
  8347    1 -rw-r--r--   1 root     root           27 May  9 06:39 ./hsfcadmus2/OEM_HWDATA
  5032    1 -rw-r--r--   7 root     root            7 May  9 06:39 ./hsfcadmus2/OEM_SPKR_MUTE_DELAY
  5016    1 -rw-r--r--   7 root     root           22 May  9 06:39 ./hsfcadmus2/ATPLUSID_GCAP
  5018    1 -rw-r--r--   5 root     root           12 May  9 06:39 ./hsfcadmus2/OEM_FLAGS
  5019    1 -rw-r--r--   7 root     root           27 May  9 06:39 ./hsfcadmus2/CPU_FREQ_CHANGE
  5011    1 -rw-r--r--  14 root     root            6 May  9 06:39 ./hsfcadmus2/ATMESSAGE_I7
  5099    1 -rw-r--r--   5 root     root            3 May  9 06:39 ./hsfcadmus2/OEM_DAATYPE
  5022    1 -rw-r--r--   7 root     root            6 May  9 06:39 ./hsfcadmus2/AT+MSSTR
  8344    1 -rw-r--r--   2 root     root           23 May  9 06:39 ./hsfcadmus2/ATMESSAGE_I52
  5023    1 -rw-r--r--  14 root     root           17 May  9 06:39 ./hsfcadmus2/ATPLUSID_GMR
  5010    1 -rw-r--r--  14 root     root           25 May  9 06:39 ./hsfcadmus2/ATPLUSID_GMM
  5024    1 -rw-r--r--   7 root     root          144 May  9 06:39 ./hsfcadmus2/CADENCE
  5025    1 -rw-r--r--   7 root     root           13 May  9 06:39 ./hsfcadmus2/PROPERTIES
  5026    1 -rw-r--r--   7 root     root          733 May  9 06:39 ./hsfcadmus2/V25TER
  5023    1 -rw-r--r--  14 root     root           17 May  9 06:39 ./hsfcadmus2/ATPLUSID_FMR
  5027    1 -rw-r--r--   7 root     root            8 May  9 06:39 ./hsfcadmus2/ATMESSAGE_I0
  5028    1 -rw-r--r--   7 root     root          887 May  9 06:39 ./hsfcadmus2/CONSTTONEPARAMS
  5477    1 -rw-r--r--   2 root     root           16 May  9 06:39 ./hsfcadmus2/DLG_PARAMS
  5030    1 -rw-r--r--  14 root     root            3 May  9 06:39 ./hsfcadmus2/ATPLUSID_GOI
  5031    1 -rw-r--r--   7 root     root           55 May  9 06:39 ./hsfcadmus2/AT_MISC_DEF
  5033    1 -rw-r--r--   7 root     root           26 May  9 06:39 ./hsfcadmus2/ATPLUSID_FMM
  8348    1 -rw-r--r--   1 root     root           22 May  9 06:39 ./hsfcadmus2/ATMESSAGE_I50
  5012    1 -rw-r--r--  14 root     root           11 May  9 06:39 ./hsfcadmus2/ATPLUSID_GMI
  5030    1 -rw-r--r--  14 root     root            3 May  9 06:39 ./hsfcadmus2/ATPLUSID_GSN
  5034    1 -rw-r--r--   7 root     root           12 May  9 06:39 ./hsfcadmus2/CSA_FLAGS
  8345    1 -rw-r--r--   2 root     root           34 May  9 06:39 ./hsfcadmus2/ATMESSAGE_I51
  5035    1 -rw-r--r--   7 root     root           26 May  9 06:39 ./hsfcadmus2/ATMESSAGE_I3
  5036    1 -rw-r--r--   7 root     root          517 May  9 06:39 ./hsfcadmus2/TONEPARAMS
  8355    0 lrwxrwxrwx   1 root     root           23 May 20 03:18 ./hsfcadmus2/Profile -> ../hsfpcibasic2/Profile
  8356    0 lrwxrwxrwx   1 root     root           22 May 20 03:18 ./hsfcadmus2/Region -> ../hsfpcibasic2/Region
  8349    1 drwxr-xr-x   2 root     root         1024 May 20 03:18 ./hsfmc97
  5013    1 -rw-r--r--   7 root     root          248 May  9 06:39 ./hsfmc97/COUNTRY_CODE_LIST
  5005    1 -rw-r--r--   7 root     root           41 May  9 06:39 ./hsfmc97/DC_CALC_PARAMS
  8350    1 -rw-r--r--   1 root     root           13 May  9 06:39 ./hsfmc97/HW_ADAPTER_TYPE
  5007    1 -rw-r--r--   6 root     root          127 May  9 06:39 ./hsfmc97/SREG
  5008    1 -rw-r--r--   6 root     root           83 May  9 06:39 ./hsfmc97/MS_PARAMS
  5009    1 -rw-r--r--   7 root     root          181 May  9 06:39 ./hsfmc97/MOD_THRESHOLD
  5010    1 -rw-r--r--  14 root     root           25 May  9 06:39 ./hsfmc97/ATMESSAGE_I4
  5011    1 -rw-r--r--  14 root     root            6 May  9 06:39 ./hsfmc97/ATMESSAGE_I1
  5012    1 -rw-r--r--  14 root     root           11 May  9 06:39 ./hsfmc97/ATPLUSID_FMI
  5015    1 -rw-r--r--   7 root     root          111 May  9 06:39 ./hsfmc97/DTMF_COMP_LEVEL
  8351    1 -rw-r--r--   1 root     root           27 May  9 06:39 ./hsfmc97/OEM_HWDATA
  5017    1 -rw-r--r--   5 root     root          326 May  9 06:39 ./hsfmc97/OEM_SMARTDAA_PARAMSK3
  5016    1 -rw-r--r--   7 root     root           22 May  9 06:39 ./hsfmc97/ATPLUSID_GCAP
  5019    1 -rw-r--r--   7 root     root           27 May  9 06:39 ./hsfmc97/CPU_FREQ_CHANGE
  5018    1 -rw-r--r--   5 root     root           12 May  9 06:39 ./hsfmc97/OEM_FLAGS
  5043    1 -rw-r--r--   3 root     root          326 May  9 06:39 ./hsfmc97/OEM_SMARTDAA_PARAMS
  5011    1 -rw-r--r--  14 root     root            6 May  9 06:39 ./hsfmc97/ATMESSAGE_I7
  5020    1 -rw-r--r--  55 root     root            3 May  9 06:39 ./hsfmc97/OEM_DAATYPE
  5023    1 -rw-r--r--  14 root     root           17 May  9 06:39 ./hsfmc97/ATPLUSID_GMR
  5022    1 -rw-r--r--   7 root     root            6 May  9 06:39 ./hsfmc97/AT+MSSTR
  5032    1 -rw-r--r--   7 root     root            7 May  9 06:39 ./hsfmc97/OEM_SPKR_MUTE_DELAY
  5010    1 -rw-r--r--  14 root     root           25 May  9 06:39 ./hsfmc97/ATPLUSID_GMM
  5024    1 -rw-r--r--   7 root     root          144 May  9 06:39 ./hsfmc97/CADENCE
  5025    1 -rw-r--r--   7 root     root           13 May  9 06:39 ./hsfmc97/PROPERTIES
  5026    1 -rw-r--r--   7 root     root          733 May  9 06:39 ./hsfmc97/V25TER
  5023    1 -rw-r--r--  14 root     root           17 May  9 06:39 ./hsfmc97/ATPLUSID_FMR
  5027    1 -rw-r--r--   7 root     root            8 May  9 06:39 ./hsfmc97/ATMESSAGE_I0
  5028    1 -rw-r--r--   7 root     root          887 May  9 06:39 ./hsfmc97/CONSTTONEPARAMS
  5029    1 -rw-r--r--   4 root     root           16 May  9 06:39 ./hsfmc97/DLG_PARAMS
  5030    1 -rw-r--r--  14 root     root            3 May  9 06:39 ./hsfmc97/ATPLUSID_GOI
  5031    1 -rw-r--r--   7 root     root           55 May  9 06:39 ./hsfmc97/AT_MISC_DEF
  5033    1 -rw-r--r--   7 root     root           26 May  9 06:39 ./hsfmc97/ATPLUSID_FMM
  5012    1 -rw-r--r--  14 root     root           11 May  9 06:39 ./hsfmc97/ATPLUSID_GMI
  5030    1 -rw-r--r--  14 root     root            3 May  9 06:39 ./hsfmc97/ATPLUSID_GSN
  5034    1 -rw-r--r--   7 root     root           12 May  9 06:39 ./hsfmc97/CSA_FLAGS
  5035    1 -rw-r--r--   7 root     root           26 May  9 06:39 ./hsfmc97/ATMESSAGE_I3
  5036    1 -rw-r--r--   7 root     root          517 May  9 06:39 ./hsfmc97/TONEPARAMS
  8357    0 lrwxrwxrwx   1 root     root           28 May 20 03:18 ./hsfmc97/Profile -> ../hsfpcibasic2smart/Profile
  8358    0 lrwxrwxrwx   1 root     root           27 May 20 03:18 ./hsfmc97/Region -> ../hsfpcibasic2smart/Region
  5480    0 lrwxrwxrwx   1 root     root            7 May 20 03:18 ./hsfmc97ati -> hsfmc97
  5481    0 lrwxrwxrwx   1 root     root            7 May 20 03:18 ./hsfmc97ali -> hsfmc97
  5484    0 lrwxrwxrwx   1 root     root            7 May 20 03:18 ./hsfmc97sis -> hsfmc97
  5485    0 lrwxrwxrwx   1 root     root            7 May 20 03:18 ./hsfmc97via -> hsfmc97
  5637    0 lrwxrwxrwx   1 root     root            7 May 20 03:18 ./hsfmc97ich -> hsfmc97

+ cd /etc/hsfmodem/nvm && find dynamic -follow -print -type f -exec cat {} \;
dynamic
dynamic/0-PCI-127a:2014-122d:4055
dynamic/0-PCI-127a:2014-122d:4055/PCI_DEVICE_ID
2014
dynamic/0-PCI-127a:2014-122d:4055/PCI_VENDOR_ID
127A
dynamic/0-PCI-127a:2014-122d:4055/HARDWARE_ID
25EBBF85
dynamic/0-PCI-127a:2014-122d:4055/LICENSE_STATUS
"FREE (max 14.4kbps data only)"
dynamic/0-PCI-127a:2014-122d:4055/PREVIOUS_COUNTRY_CODE
FFFF
dynamic/0-PCI-127a:2014-122d:4055/COUNTRY_CODE
0004
dynamic/0-PCI-127a:2014-122d:4055/QC_PROFILE
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00
dynamic/0-PCI-127a:2014-122d:4055/PROFILE_STORED
01,01,01,00,00,01,03,00,01,02,00,00,2B,0D,0A,08,
02,32,02,0E,5F,32,00,00,46
dynamic/0-PCI-127a:2014-122d:4055/POUND_UD
01,00,00,00,04,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,FF,FF,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,0F,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,2C,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,E5,
0A,00,00,00,00,00,00,00,00,00,C7,2B,11,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00
dynamic/0-PCI-127a:2014-122d:4055/BLACK_LIST
00,00,00,00
dynamic/0-PCI-127a:2014-122d:4055/VRID_CRC
00
dynamic/0-PCI-127a:2014-122d:4055/VRID_TYPE
00
dynamic/0-PCI-127a:2014-122d:4055/VRID_LENGTH
00
dynamic/0-PCI-127a:2014-122d:4055/VRID_DATA
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
dynamic/0-PCI-127a:2014-122d:4055/.region_set
dynamic/0-PCI-127a:2014-122d:4055/LICENSE_OWNER
"andreas.krause at web.de"
dynamic/0-PCI-127a:2014-122d:4055/LICENSE_KEY
00000000

+ ls -lR /usr/lib/hsfmodem/.
/usr/lib/hsfmodem/.:
total 6
-rw-r--r-- 1 root root 3850 May  9 03:32 config.mak
drwxr-xr-x 4 root root 1024 May 20 03:18 modules
-rwx------ 1 root root  940 May  9 06:39 rchsf

/usr/lib/hsfmodem/./modules:
total 2
drwxr-xr-x 3 root root 1024 May 20 03:18 GPL
drwxr-xr-x 3 root root 1024 May 20 03:18 binaries

/usr/lib/hsfmodem/./modules/GPL:
total 21
-rw-r--r-- 1 root root 18860 Aug 23  2003 COPYING
drwxr-xr-x 2 root root  1024 May 20 03:18 hda

/usr/lib/hsfmodem/./modules/GPL/hda:
total 845
-rw-r--r-- 1 root root    381 Apr 14 18:46 Makefile
-rw-r--r-- 1 root root  67014 Apr 19 21:50 hda_codec.c
-rw-r--r-- 1 root root  18048 Apr 14 18:46 hda_codec.h
-rw-r--r-- 1 root root  28354 Apr 13 06:01 hda_generic.c
-rw-r--r-- 1 root root  51869 Apr 14 18:46 hda_intel.c
-rw-r--r-- 1 root root  12319 Apr 16 00:50 hda_local.h
-rw-r--r-- 1 root root    961 Apr 13 06:01 hda_patch.h
-rw-r--r-- 1 root root  11235 Apr 14 18:46 hda_proc.c
-rw-r--r-- 1 root root  89462 Apr 14 18:46 patch_analog.c
-rw-r--r-- 1 root root   4430 Apr 13 06:01 patch_atihdmi.c
-rw-r--r-- 1 root root  22135 Apr 13 06:01 patch_cmedia.c
-rw-r--r-- 1 root root  65564 May  9 03:32 patch_conexant.c
-rw-r--r-- 1 root root 339906 Apr 14 18:47 patch_realtek.c
-rw-r--r-- 1 root root   8815 Apr 13 06:01 patch_si3054.c
-rw-r--r-- 1 root root  70095 Apr 19 21:50 patch_sigmatel.c
-rw-r--r-- 1 root root  38504 Apr 14 18:46 patch_via.c
-rw-r--r-- 1 root root   2073 May  9 06:39 snd-hda-codec.mod.c
-rw-r--r-- 1 root root   4720 May  9 06:39 snd-hda-intel.mod.c
-rw-r--r-- 1 root root   6728 Apr 14 18:46 sound_typedefs.h

/usr/lib/hsfmodem/./modules/binaries:
total 1
drwxr-xr-x 2 root root 1024 May 20 03:18 linux-2.6.20-15-generic-SMP

/usr/lib/hsfmodem/./modules/binaries/linux-2.6.20-15-generic-SMP:
total 2831
-rw-r--r-- 1 root root 1552336 May  9 06:39 hsfengine.ko
-rw-r--r-- 1 root root  148564 May  9 06:39 hsfhda.ko
-rw-r--r-- 1 root root   89384 May  9 06:39 hsfmc97ali.ko
-rw-r--r-- 1 root root   81384 May  9 06:39 hsfmc97ati.ko
-rw-r--r-- 1 root root   87060 May  9 06:39 hsfmc97ich.ko
-rw-r--r-- 1 root root   82664 May  9 06:39 hsfmc97sis.ko
-rw-r--r-- 1 root root   83652 May  9 06:39 hsfmc97via.ko
-rw-r--r-- 1 root root  120672 May  9 06:39 hsfosspec.ko
-rw-r--r-- 1 root root   87636 May  9 06:39 hsfpcibasic2.ko
-rw-r--r-- 1 root root   21328 May  9 06:39 hsfserial.ko
-rw-r--r-- 1 root root  105952 May  9 06:39 hsfsoar.ko
-rw-r--r-- 1 root root   81976 May  9 06:39 hsfusbcd2.ko
-rw-r--r-- 1 root root  298784 May  9 06:39 snd-hda-codec.ko
-rw-r--r-- 1 root root   28392 May  9 06:39 snd-hda-intel.ko

+ ls -lR /lib/modules/2.6.20-15-generic/misc /lib/modules/2.6.20-15-generic/extra
ls: /lib/modules/2.6.20-15-generic/misc: No such file or directory
/lib/modules/2.6.20-15-generic/extra:
total 2831
-rw-r--r-- 1 root root 1552336 May  9 06:39 hsfengine.ko
-rw-r--r-- 1 root root  148564 May  9 06:39 hsfhda.ko
-rw-r--r-- 1 root root   89384 May  9 06:39 hsfmc97ali.ko
-rw-r--r-- 1 root root   81384 May  9 06:39 hsfmc97ati.ko
-rw-r--r-- 1 root root   87060 May  9 06:39 hsfmc97ich.ko
-rw-r--r-- 1 root root   82664 May  9 06:39 hsfmc97sis.ko
-rw-r--r-- 1 root root   83652 May  9 06:39 hsfmc97via.ko
-rw-r--r-- 1 root root  120672 May  9 06:39 hsfosspec.ko
-rw-r--r-- 1 root root   87636 May  9 06:39 hsfpcibasic2.ko
-rw-r--r-- 1 root root   21328 May  9 06:39 hsfserial.ko
-rw-r--r-- 1 root root  105952 May  9 06:39 hsfsoar.ko
-rw-r--r-- 1 root root   81976 May  9 06:39 hsfusbcd2.ko
-rw-r--r-- 1 root root  298784 May  9 06:39 snd-hda-codec.ko
-rw-r--r-- 1 root root   28392 May  9 06:39 snd-hda-intel.ko


More information about the hsflinux mailing list