hermann pitton a écrit :
Am Freitag, den 19.01.2007, 21:29 +0100 schrieb Vincent Penne:
hermann pitton a écrit :
Am Donnerstag, den 18.01.2007, 21:24 +0100 schrieb Vincent Penne:
Hi all,
I'm having a problem with the ASUSTeK P7131 Dual (an saa7134 based dvb
card) pci capture card's remote IR controller , it's handled pretty well
with latest linuxtv drivers, however after a while the IR remote stop
responding completely, and unloading/reloading the whole dvb framework
modules doesn't get it back working. Everything else still works (that
is dvb-t still works properly, I haven't used the analogic capturing
features so far)
I tried to turn on debugging informations in the saa7134-input module,
but nothing special appears in there, before or after the IR remote
stops working.
If you have a few pointers as to what I could try to debug the problem,
I'd be very happy. As far as I understand, that specific IR driver uses
an IRQ, so maybe that IRQ stop working for some reason ?
Here are more informations on the specific model from dmesg, this is the
1043:4876 model :
saa7130/34: v4l2 driver version 0.2.14 loaded
saa7133[0]: found at 0000:02:02.0, rev: 209, irq: 11, latency: 64, mmio:
0xfddff000
saa7133[0]: subsystem: 1043:4876, board: ASUSTeK P7131 Dual
[card=78,autodetected]
saa7133[0]: board init: gpio is 40000
input: saa7134 IR (ASUSTeK P7131 Dual) as /class/input/input3
tuner 0-004b: chip found @ 0x96 (saa7133[0])
tuner 0-004b: setting tuner address to 61
tuner 0-004b: type set to tda8290+75a
tuner 0-004b: setting tuner address to 61
tuner 0-004b: type set to tda8290+75a
saa7133[0]: i2c eeprom 00: 43 10 76 48 54 20 1c 00 43 43 a9 1c 55 d2 b2 92
saa7133[0]: i2c eeprom 10: ff ff ff 0f ff 20 ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 20: 01 40 01 02 03 01 01 03 08 ff 00 d5 ff ff ff ff
saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 40: ff 21 00 c2 96 10 03 32 55 50 ff ff ff ff ff ff
saa7133[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: registered device video0 [v4l2]
saa7133[0]: registered device vbi0
saa7133[0]: registered device radio0
DVB: registering new adapter (saa7133[0]).
DVB: registering frontend 1 (Philips TDA10046H DVB-T)...
tda1004x: setting up plls for 48MHz sampling clock
tda1004x: found firmware revision 29 -- ok
Vincent Penne
Hi Vincent,
the whole thing was developed on the
subsystem: 1043:4862, board: ASUSTeK P7131 Dual device.
Unfortunately /me was the only tester over several months and nobody
else tried or gave any feed back.
The whole story started here so far on the video4linux-list.
( ... don't get the link, after all some impact of the current storm)
To have debug output you need to enable it on the ir-common module.
Didn't notice anything in that direction yet, but must admit that I was
not dedicated to long time tests. Several Sunday afternoons though.
Your card is really different from mine one. It starts with the missing
firmware eeprom. Hopefully we can get the cards in sync, else yours
should have its own entry.
Cheers,
Hermann
I made more tests, this time I display the gap as calculated in the
function saa7134_rc5_irq, it is interesting :
When it works, typically
ir-common: code=25da, rc5=9145449, start=2, toggle=0, address=17, instr=1a
saa7133[0]/ir: gap 1811
saa7133[0]/ir: gap 4466
saa7133[0]/ir: gap 8042
saa7133[0]/ir: gap 9847
saa7133[0]/ir: gap 11642
saa7133[0]/ir: gap 15184
saa7133[0]/ir: gap 16979
saa7133[0]/ir: gap 20542
saa7133[0]/ir: gap 23249
ir-common: code=25da, rc5=9145449, start=2, toggle=0, address=17, instr=1a
ir-common: key released
saa7134 IR (ASUSTeK P7131 Dual): key event code=28 down=0
Gap values are roughly multiple of 885 as expected.
However, when it stops working, we get typically :
saa7133[0]/ir: gap 4000
saa7133[0]/ir: gap 7997
saa7133[0]/ir: gap 11999
saa7133[0]/ir: gap 15998
saa7133[0]/ir: gap 19999
saa7133[0]/ir: gap 23998
ir-common: code=2502, rc5=11088441, start=2, toggle=0, address=14, instr=2
Now the gaps are multiple of 4000, and even worst, no matter what button
I press on my remote control (or any other RC5 remote control by the
way), I get the exact same sequence, that is an irq every 4ms.
It stops working after a varying time, usually a few hours, sometimes I
have to wait a whole day ...
Anyway, I haven't tested with the provided drivers under windows, so it
may be my hardware that is buggy.
Hi Vincent,
please keep the video4linux-list posted.
It is the place where your report belongs.
I still have no idea what should cause the hang for you.
Here is a sample key press of mine. It never hanged in more than three
months now. Also the driver should warn and clear on IRQ18 hangs.
(saa7134-core.c)
saa7133[1]/irq[0,34402098]: r=0x8000 s=0x00 GPIO18
saa7133[1]/irq[0,34402101]: r=0x8000 s=0x00 GPIO18
saa7134_rc5_irq: gap=2658
saa7133[1]/irq[0,34402103]: r=0x8000 s=0x00 GPIO18
saa7134_rc5_irq: gap=4446
saa7133[1]/irq[0,34402106]: r=0x8000 s=0x00 GPIO18
saa7134_rc5_irq: gap=8042
saa7133[1]/irq[0,34402108]: r=0x8000 s=0x00 GPIO18
saa7134_rc5_irq: gap=9816
saa7133[1]/irq[0,34402110]: r=0x8000 s=0x00 GPIO18
saa7134_rc5_irq: gap=11605
saa7133[1]/irq[0,34402112]: r=0x8000 s=0x00 GPIO18
saa7134_rc5_irq: gap=13394
saa7133[1]/irq[0,34402115]: r=0x8000 s=0x00 GPIO18
saa7134_rc5_irq: gap=16989
saa7133[1]/irq[0,34402117]: r=0x8000 s=0x00 GPIO18
saa7134_rc5_irq: gap=18764
saa7133[1]/irq[0,34402121]: r=0x8000 s=0x00 GPIO18
saa7134_rc5_irq: gap=22358
ir-common: code=2ded, rc5=4515451, start=2, toggle=1, address=17,
instr=2d
ir-common: instruction 2d, toggle 1
saa7134 IR (ASUSTeK P7131 Dual): key event code=3 down=1
saa7133[1]/irq[0,34402210]: r=0x8000 s=0x00 GPIO18
saa7133[1]/irq[0,34402212]: r=0x8000 s=0x00 GPIO18
saa7134_rc5_irq: gap=2658
saa7133[1]/irq[0,34402214]: r=0x8000 s=0x00 GPIO18
saa7134_rc5_irq: gap=4447
saa7133[1]/irq[0,34402218]: r=0x8000 s=0x00 GPIO18
saa7134_rc5_irq: gap=8041
saa7133[1]/irq[0,34402219]: r=0x8000 s=0x00 GPIO18
saa7134_rc5_irq: gap=9816
saa7133[1]/irq[0,34402221]: r=0x8000 s=0x00 GPIO18
saa7134_rc5_irq: gap=11604
saa7133[1]/irq[0,34402223]: r=0x8000 s=0x00 GPIO18
saa7134_rc5_irq: gap=13393
saa7133[1]/irq[0,34402227]: r=0x8000 s=0x00 GPIO18
saa7134_rc5_irq: gap=16987
saa7133[1]/irq[0,34402228]: r=0x8000 s=0x00 GPIO18
saa7134_rc5_irq: gap=18761
saa7133[1]/irq[0,34402232]: r=0x8000 s=0x00 GPIO18
saa7134_rc5_irq: gap=22356
ir-common: code=2ded, rc5=4515451, start=2, toggle=1, address=17,
instr=2d
ir-common: key released
saa7134 IR (ASUSTeK P7131 Dual): key event code=3 down=0
I don't know how many testers we have now, it is also in the -mm branch
since several weeks.
Are there more people having this problem ?
BTW, I'm still on 2.6.18 with that machine.
Is this some sort of known failure behavior on the irq or does somebody
have ideas how to debug it better?
Cheers,
Hermann
Hi Hermann,
To give a bit more informations on my system, it is an ATI chipset based
motherboard, the model is RS482-M from Elitegroup, and it has in
particular problems with acpi as well as usb. The kernel is 2.6.19 with
gentoo patches. Originally I had to remove completely ACPI from the
kernel to have it boot, now I can boot with acpi, but with the option
acpi=noirq .
Now about usb, it is more interesting : usb wouldn't work until I put
the following options usb-handoff and irqpoll. The description of the
latter option is as follow : "When an interrupt is not handled search
all handlers for it. Also check all handlers each timer interrupt.
Intended to get systems with badly broken firmware running."
So my guess is that for some reason, the irq for the saa7134 stops being
triggered, but because I have this irqpoll option, the events still get
handled , but only on 4ms ticks (that is by the kernel timer, which is
precisely set to 250Hz in my case) Unfortunatly, this is not precise
enough for the IR which requires much more precise timings. I guess I am
lucky that the rest of my system is working so well.
I'm going to try without the irqpoll option now, meaning without usb
too. I think my problem is probably not related to the saa7134 driver
now, but rather is a problem with my motherboard/ati chipset/bios that
is buggy or not fully supported by the kernel.
Here is the result of dmesg after booting *without* irqpoll :
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 078bfbff e3d3fbff 00000000 00000000
00000001 00000000 00000001
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 1024K (64 bytes/line)
CPU: After all inits, caps: 078bfbf7 e3d3fbff 00000000 00000410 00000001
00000000 00000001
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: AMD Athlon(tm) 64 Processor 3700+ stepping 02
Checking 'hlt' instruction... OK.
ACPI: Core revision 20060707
enabled ExtINT on CPU#0
ESR value before enabling vector: 0x00000004 after: 0x00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 2199.2712 MHz.
..... host bus clock speed is 199.3882 MHz.
checking if image is initramfs... it is
Freeing initrd memory: 1511k freed
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: Using MMCONFIG
PCI: No mmconfig possible on 0:18
Setting up standard PCI resources
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
PCI: Ignoring BAR0-3 of IDE controller 0000:00:14.1
Boot video device is 0000:01:00.0
PCI: Transparent bridge - 0000:00:14.4
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 10 devices
SCSI subsystem initialized
libata version 2.00 loaded.
PCI: Probing PCI hardware
pci 0000:00:02.0: Error creating sysfs bridge symlink, continuing...
pci 0000:00:14.4: Error creating sysfs bridge symlink, continuing...
pnp: 00:01: ioport range 0x140-0x15f has been reserved
pnp: 00:01: ioport range 0x228-0x22f has been reserved
pnp: 00:01: ioport range 0x4d6-0x4d6 has been reserved
pnp: 00:01: ioport range 0xc00-0xc01 has been reserved
pnp: 00:01: ioport range 0xc14-0xc14 has been reserved
pnp: 00:01: ioport range 0xc50-0xc52 has been reserved
pnp: 00:01: ioport range 0xc6c-0xc6d has been reserved
pnp: 00:01: ioport range 0xc6f-0xc6f has been reserved
PCI: Bridge: 0000:00:02.0
IO window: e000-efff
MEM window: fa000000-fcffffff
PREFETCH window: d0000000-dfffffff
PCI: Bridge: 0000:00:14.4
IO window: d000-dfff
MEM window: fdd00000-fddfffff
PREFETCH window: fde00000-fdefffff
PCI: Setting latency timer of device 0000:00:02.0 to 64
NET: Registered protocol family 2
IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
TCP established hash table entries: 16384 (order: 4, 65536 bytes)
TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 16384 bind 8192)
TCP reno registered
Machine check exception polling timer started.
apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
apm: overridden by ACPI.
audit: initializing netlink socket (disabled)
audit(1169337009.604:1): initialized
Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx).
JFS: nTxBlock = 4004, nTxLock = 32038
SGI XFS with large block numbers, no debug enabled
io scheduler noop registered
io scheduler anticipatory registered (default)
io scheduler deadline registered
io scheduler cfq registered
PCI: Setting latency timer of device 0000:00:02.0 to 64
pcie_portdrv_probe->Dev[5a34:1002] has invalid IRQ. Check vendor BIOS
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:02.0:pcie00]
Allocate Port Service[0000:00:02.0:pcie01]
Allocate Port Service[0000:00:02.0:pcie03]
aer_init: AER service init fails - No ACPI _OSC support
aer: probe of 0000:00:02.0:pcie01 failed with error 1
Real Time Clock Driver v1.12ac
Non-volatile memory driver v1.2
ACPI: Power Button (FF) [PWRF]
ACPI: Power Button (CM) [PWRB]
ACPI: Fan [FAN] (on)
ACPI: Getting cpuindex for acpiid 0x1
ACPI: Thermal Zone [THRM] (40 C)
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
floppy0: no floppy controllers found
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
loop: loaded (max 8 devices)
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ATIIXP: IDE controller at PCI slot 0000:00:14.1
ATIIXP: chipset revision 0
ATIIXP: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xf400-0xf407, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xf408-0xf40f, BIOS settings: hdc:pio, hdd:pio
Probing IDE interface ide0...
hda: ST34310A, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
Probing IDE interface ide1...
hda: max request size: 128KiB
hda: 8420832 sectors (4311 MB) w/512KiB Cache, CHS=8354/16/63, UDMA(33)
hda: cache flushes not supported
hda: hda1 hda2 hda3
st: Version 20050830, fixed bufsize 32768, s/g segs 256
sata_sil 0000:00:11.0: version 2.0
ata1: SATA max UDMA/100 cmd 0xE0804080 ctl 0xE080408A bmdma 0xE0804000
irq 10
ata2: SATA max UDMA/100 cmd 0xE08040C0 ctl 0xE08040CA bmdma 0xE0804008
irq 10
scsi0 : sata_sil
ata1: SATA link down (SStatus 0 SControl 300)
scsi1 : sata_sil
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata2.00: ATA-7, max UDMA/133, 312581808 sectors: LBA48 NCQ (depth 0/32)
ata2.00: ata2: dev 0 multi count 16
ata2.00: configured for UDMA/100
scsi 1:0:0:0: Direct-Access ATA ST3160811AS 3.AA PQ: 0 ANSI: 5
SCSI device sda: 312581808 512-byte hdwr sectors (160042 MB)
sda: Write Protect is off
sda: Mode Sense: 00 3a 00 00
SCSI device sda: drive cache: write back
SCSI device sda: 312581808 512-byte hdwr sectors (160042 MB)
sda: Write Protect is off
sda: Mode Sense: 00 3a 00 00
SCSI device sda: drive cache: write back
sda: sda1 sda2 sda3
sd 1:0:0:0: Attached scsi disk sda
sd 1:0:0:0: Attached scsi generic sg0 type 0
ata3: SATA max UDMA/100 cmd 0xE0806080 ctl 0xE080608A bmdma 0xE0806000
irq 11
ata4: SATA max UDMA/100 cmd 0xE08060C0 ctl 0xE08060CA bmdma 0xE0806008
irq 11
scsi2 : sata_sil
ata3: SATA link down (SStatus 0 SControl 300)
scsi3 : sata_sil
ata4: SATA link down (SStatus 0 SControl 300)
PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
PNP: PS/2 controller doesn't have AUX irq; using default 12
serio: i8042 KBD port at 0x60,0x64 irq 1
mice: PS/2 mouse device common for all mice
i2c /dev entries driver
Netfilter messages via NETLINK v0.30.
ip_tables: (C) 2000-2006 Netfilter Core Team
input: AT Translated Set 2 keyboard as /class/input/input0
arp_tables: (C) 2002 David S. Miller
TCP cubic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
powernow-k8: Found 1 AMD Athlon(tm) 64 Processor 3700+ processors
(version 2.00.00)
powernow-k8: 0 : fid 0xe (2200 MHz), vid 0x8
powernow-k8: 1 : fid 0xc (2000 MHz), vid 0x8
powernow-k8: 2 : fid 0xa (1800 MHz), vid 0xa
powernow-k8: 3 : fid 0x2 (1000 MHz), vid 0x12
Using IPI Shortcut mode
ACPI: (supports S0 S3 S4 S5)
Freeing unused kernel memory: 232k freed
Time: tsc clocksource has been installed.
ata1: hard resetting port
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
ehci_hcd 0000:00:13.2: EHCI Host Controller
ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 1
ehci_hcd 0000:00:13.2: irq 3, io mem 0xfe02b000
ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 8 ports detected
ata1: SATA link down (SStatus 0 SControl 300)
ata1: EH complete
usb 1-3: new high speed USB device using ehci_hcd and address 2
ehci_hcd 0000:00:13.2: Unlink after no-IRQ? Controller is probably
using the wrong IRQ.
usb 1-3: device not accepting address 2, error -110
usb 1-3: new high speed USB device using ehci_hcd and address 3
usb 1-3: device not accepting address 3, error -110
usb 1-3: new high speed USB device using ehci_hcd and address 4
usb 1-3: device not accepting address 4, error -110
usb 1-3: new high speed USB device using ehci_hcd and address 5
usb 1-3: device not accepting address 5, error -110
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
Initializing USB Mass Storage driver...
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
USB Universal Host Controller Interface driver v3.0
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ohci_hcd 0000:00:13.0: OHCI Host Controller
ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
ohci_hcd 0000:00:13.0: irq 3, io mem 0xfe02d000
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 4 ports detected
ohci_hcd 0000:00:13.1: OHCI Host Controller
ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3
ohci_hcd 0000:00:13.1: irq 3, io mem 0xfe02c000
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 4 ports detected
ieee1394: sbp2: Driver forced to serialize I/O (serialize_io=1)
ieee1394: sbp2: Try serialize_io=0 for better performance
device-mapper: ioctl: 4.10.0-ioctl (2006-09-14) initialised:
dm-devel@xxxxxxxxxx
md: raid0 personality registered for level 0
md: raid1 personality registered for level 1
Intel(R) PRO/1000 Network Driver - version 7.2.9-k4
Copyright (c) 1999-2006 Intel Corporation.
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
Linux agpgart interface v0.101 (c) Dave Jones
nvidia: module license 'NVIDIA' taints kernel.
PCI: Setting latency timer of device 0000:01:00.0 to 64
NVRM: loading NVIDIA UNIX x86 Kernel Module 1.0-9746 Fri Dec 15
09:54:45 PST 2006
8139too Fast Ethernet driver 0.9.28
eth0: RealTek RTL8139 at 0xe0b08000, 00:14:2a:f8:ca:79, IRQ 11
eth0: Identified 8139 chip type 'RTL-8100B/8139D'
8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
Linux video capture interface: v2.00
saa7130/34: v4l2 driver version 0.2.14 loaded
saa7133[0]: found at 0000:02:02.0, rev: 209, irq: 11, latency: 64, mmio:
0xfddff000
saa7133[0]: subsystem: 1043:4876, board: ASUSTeK P7131 Dual
[card=78,autodetected]
saa7133[0]: board init: gpio is 40000
input: saa7134 IR (ASUSTeK P7131 Dual) as /class/input/input1
saa7133[0]: i2c eeprom 00: 43 10 76 48 54 20 1c 00 43 43 a9 1c 55 d2 b2 92
saa7133[0]: i2c eeprom 10: ff ff ff 0f ff 20 ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 20: 01 40 01 02 03 01 01 03 08 ff 00 d5 ff ff ff ff
saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 40: ff 21 00 c2 96 10 03 32 55 50 ff ff ff ff ff ff
saa7133[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
tuner 0-004b: chip found @ 0x96 (saa7133[0])
tuner 0-004b: setting tuner address to 61
tuner 0-004b: type set to tda8290+75a
tuner 0-004b: setting tuner address to 61
tuner 0-004b: type set to tda8290+75a
saa7133[0]: registered device video0 [v4l2]
saa7133[0]: registered device vbi0
saa7133[0]: registered device radio0
EXT3 FS on sda3, internal journal
natsemi dp8381x driver, version 2.1, Sept 11, 2006
originally by Donald Becker <becker@xxxxxxxxx>
http://www.scyld.com/network/natsemi.html
2.4.x kernel port by Jeff Garzik, Tjeerd Mulder
Adding 987956k swap on /dev/sda1. Priority:-1 extents:1 across:987956k
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
it87: Found IT8712F chip at 0x228, revision 7
it87: in7 is VCCH (+5V Stand-By)
it87-isa 9191-0228: Detected broken BIOS defaults, disabling PWM interface
saa7130/34: v4l2 driver version 0.2.14 loaded
saa7133[0]: found at 0000:02:02.0, rev: 209, irq: 11, latency: 64, mmio:
0xfddff000
saa7133[0]: subsystem: 1043:4876, board: ASUSTeK P7131 Dual
[card=78,autodetected]
saa7133[0]: board init: gpio is 40000
input: saa7134 IR (ASUSTeK P7131 Dual) as /class/input/input2
tuner 0-004b: chip found @ 0x96 (saa7133[0])
tuner 0-004b: setting tuner address to 61
tuner 0-004b: type set to tda8290+75a
tuner 0-004b: setting tuner address to 61
tuner 0-004b: type set to tda8290+75a
saa7133[0]: i2c eeprom 00: 43 10 76 48 54 20 1c 00 43 43 a9 1c 55 d2 b2 92
saa7133[0]: i2c eeprom 10: ff ff ff 0f ff 20 ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 20: 01 40 01 02 03 01 01 03 08 ff 00 d5 ff ff ff ff
saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 40: ff 21 00 c2 96 10 03 32 55 50 ff ff ff ff ff ff
saa7133[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
saa7133[0]: registered device video0 [v4l2]
saa7133[0]: registered device vbi0
saa7133[0]: registered device radio0
DVB: registering new adapter (saa7133[0]).
DVB: registering frontend 0 (Philips TDA10046H DVB-T)...
usbcore: registered new interface driver dvb_usb_dibusb_mc
tda1004x: setting up plls for 48MHz sampling clock
tda1004x: found firmware revision 29 -- ok
The output of lspci -v :
00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge (rev 10)
Subsystem: ATI Technologies Inc RS480 Host Bridge
Flags: bus master, 66MHz, medium devsel, latency 64
00:02.0 PCI bridge: ATI Technologies Inc RS480 PCI-X Root Port (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 0000e000-0000efff
Memory behind bridge: fa000000-fcffffff
Prefetchable memory behind bridge: 00000000d0000000-00000000dff00000
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Root Port (Slot-) IRQ 0
Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable-
Capabilities: [b0] #0d [0000]
Capabilities: [b8] HyperTransport: MSI Mapping
Capabilities: [100] Advanced Error Reporting
Capabilities: [140] Virtual Channel
00:11.0 IDE interface: ATI Technologies Inc ATI 437A Serial ATA Controller (prog-if 8f [Master SecP SecO PriP PriO])
Subsystem: Elitegroup Computer Systems Unknown device 1b34
Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 10
I/O ports at ff00 [size=8]
I/O ports at fe00 [size=4]
I/O ports at fd00 [size=8]
I/O ports at fc00 [size=4]
I/O ports at fb00 [size=16]
Memory at fe02f000 (32-bit, non-prefetchable) [size=512]
[virtual] Expansion ROM at 20000000 [disabled] [size=512K]
Capabilities: [60] Power Management version 2
Capabilities: [50] Message Signalled Interrupts: 64bit- Queue=0/0 Enable-
00:12.0 IDE interface: ATI Technologies Inc ATI 4379 Serial ATA Controller (prog-if 8f [Master SecP SecO PriP PriO])
Subsystem: Elitegroup Computer Systems Unknown device 1b34
Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 11
I/O ports at fa00 [size=8]
I/O ports at f900 [size=4]
I/O ports at f800 [size=8]
I/O ports at f700 [size=4]
I/O ports at f600 [size=16]
Memory at fe02e000 (32-bit, non-prefetchable) [size=512]
[virtual] Expansion ROM at 20080000 [disabled] [size=512K]
Capabilities: [60] Power Management version 2
Capabilities: [50] Message Signalled Interrupts: 64bit- Queue=0/0 Enable-
00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (prog-if 10 [OHCI])
Subsystem: Elitegroup Computer Systems Unknown device 1b34
Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 3
Memory at fe02d000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [d0] Message Signalled Interrupts: 64bit- Queue=0/0 Enable-
00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (prog-if 10 [OHCI])
Subsystem: Elitegroup Computer Systems Unknown device 1b34
Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 3
Memory at fe02c000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [d0] Message Signalled Interrupts: 64bit- Queue=0/0 Enable-
00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller (prog-if 20 [EHCI])
Subsystem: Elitegroup Computer Systems Unknown device 1b34
Flags: bus master, 66MHz, medium devsel, latency 64, IRQ 3
Memory at fe02b000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [dc] Power Management version 2
Capabilities: [d0] Message Signalled Interrupts: 64bit- Queue=0/0 Enable-
00:14.0 SMBus: ATI Technologies Inc IXP SB400 SMBus Controller (rev 11)
Subsystem: Elitegroup Computer Systems Unknown device 1b34
Flags: 66MHz, medium devsel
I/O ports at 0400 [size=16]
Memory at fe02a000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [b0] HyperTransport: MSI Mapping
00:14.1 IDE interface: ATI Technologies Inc Standard Dual Channel PCI IDE Controller ATI (prog-if 8a [Master SecP PriP])
Subsystem: Elitegroup Computer Systems Unknown device 1b34
Flags: bus master, 66MHz, medium devsel, latency 64
I/O ports at <unassigned>
I/O ports at <unassigned>
I/O ports at <unassigned>
I/O ports at <unassigned>
I/O ports at f400 [size=16]
Capabilities: [70] Message Signalled Interrupts: 64bit- Queue=0/0 Enable-
00:14.3 ISA bridge: ATI Technologies Inc IXP SB400 PCI-ISA Bridge
Subsystem: Elitegroup Computer Systems Unknown device 1b34
Flags: bus master, 66MHz, medium devsel, latency 0
00:14.4 PCI bridge: ATI Technologies Inc IXP SB400 PCI-PCI Bridge (prog-if 01 [Subtractive decode])
Flags: bus master, VGA palette snoop, 66MHz, medium devsel, latency 64
Bus: primary=00, secondary=02, subordinate=02, sec-latency=64
I/O behind bridge: 0000d000-0000dfff
Memory behind bridge: fdd00000-fddfffff
Prefetchable memory behind bridge: fde00000-fdefffff
00:14.5 Multimedia audio controller: ATI Technologies Inc IXP SB400 AC'97 Audio Controller (rev 02)
Subsystem: Elitegroup Computer Systems Unknown device 1b34
Flags: bus master, 66MHz, slow devsel, latency 64, IRQ 7
Memory at fe029000 (32-bit, non-prefetchable) [size=256]
Capabilities: [40] Message Signalled Interrupts: 64bit- Queue=0/0 Enable-
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] HyperTransport Technology Configuration
Flags: fast devsel
Capabilities: [80] HyperTransport: Host or Secondary Interface
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address Map
Flags: fast devsel
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM Controller
Flags: fast devsel
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Miscellaneous Control
Flags: fast devsel
01:00.0 VGA compatible controller: nVidia Corporation NV44 [GeForce 6200 LE] (rev a1) (prog-if 00 [VGA])
Subsystem: ASUSTeK Computer Inc. Unknown device 8205
Flags: bus master, fast devsel, latency 0, IRQ 5
Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
Memory at d0000000 (64-bit, prefetchable) [size=256M]
Memory at fb000000 (64-bit, non-prefetchable) [size=16M]
[virtual] Expansion ROM at fc000000 [disabled] [size=128K]
Capabilities: [60] Power Management version 2
Capabilities: [68] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
Capabilities: [78] Express Endpoint IRQ 0
Capabilities: [100] Virtual Channel
Capabilities: [128] Power Budgeting
02:02.0 Multimedia controller: Philips Semiconductors SAA7133/SAA7135 Video Broadcast Decoder (rev d1)
Subsystem: ASUSTeK Computer Inc. Unknown device 4876
Flags: bus master, medium devsel, latency 64, IRQ 11
Memory at fddff000 (32-bit, non-prefetchable) [size=2K]
Capabilities: [40] Power Management version 2
02:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
Subsystem: Realtek Semiconductor Co., Ltd. RT8139
Flags: bus master, medium devsel, latency 64, IRQ 11
I/O ports at de00 [size=256]
Memory at fddfe000 (32-bit, non-prefetchable) [size=256]
Capabilities: [50] Power Management version 2
And the output of dmidecode :
# dmidecode 2.8
SMBIOS 2.3 present.
47 structures occupying 1265 bytes.
Table at 0x000F0000.
Handle 0x0000, DMI type 0, 20 bytes
BIOS Information
Vendor: Phoenix Technologies, LTD
Version: 6.00 PG
Release Date: 10/17/2006
Address: 0xE0000
Runtime Size: 128 kB
ROM Size: 512 kB
Characteristics:
ISA is supported
PCI is supported
PNP is supported
APM is supported
BIOS is upgradeable
BIOS shadowing is allowed
Boot from CD is supported
Selectable boot is supported
BIOS ROM is socketed
EDD is supported
5.25"/360 KB floppy services are supported (int 13h)
5.25"/1.2 MB floppy services are supported (int 13h)
3.5"/720 KB floppy services are supported (int 13h)
3.5"/2.88 MB floppy services are supported (int 13h)
Print screen service is supported (int 5h)
8042 keyboard services are supported (int 9h)
Serial services are supported (int 14h)
Printer services are supported (int 17h)
CGA/mono video services are supported (int 10h)
ACPI is supported
USB legacy is supported
AGP is supported
LS-120 boot is supported
ATAPI Zip drive boot is supported
BIOS boot specification is supported
Handle 0x0001, DMI type 1, 25 bytes
System Information
Manufacturer:
Product Name:
Version:
Serial Number:
UUID: Not Present
Wake-up Type: Power Switch
Handle 0x0002, DMI type 2, 8 bytes
Base Board Information
Manufacturer:
Product Name: RS482-M
Version:
Serial Number:
Handle 0x0003, DMI type 3, 17 bytes
Chassis Information
Manufacturer:
Type: Desktop
Lock: Not Present
Version:
Serial Number:
Asset Tag:
Boot-up State: Unknown
Power Supply State: Unknown
Thermal State: Unknown
Security Status: Unknown
OEM Information: 0x00000000
Handle 0x0004, DMI type 4, 35 bytes
Processor Information
Socket Designation: Socket 939
Type: Central Processor
Family: Athlon 64
Manufacturer: AMD
ID: 72 0F 03 00 FF FB 8B 07
Signature: Extended Family 0, Model 7, Stepping 2
Flags:
FPU (Floating-point unit on-chip)
VME (Virtual mode extension)
DE (Debugging extension)
PSE (Page size extension)
TSC (Time stamp counter)
MSR (Model specific registers)
PAE (Physical address extension)
MCE (Machine check exception)
CX8 (CMPXCHG8 instruction supported)
APIC (On-chip APIC hardware supported)
SEP (Fast system call)
MTRR (Memory type range registers)
PGE (Page global enable)
MCA (Machine check architecture)
CMOV (Conditional move instruction supported)
PAT (Page attribute table)
PSE-36 (36-bit page size extension)
CLFSH (CLFLUSH instruction supported)
MMX (MMX technology supported)
FXSR (Fast floating-point save and restore)
SSE (Streaming SIMD extensions)
SSE2 (Streaming SIMD extensions 2)
Version: AMD Athlon(tm) 64 Processor 3700+
Voltage: 1.3 V
External Clock: 200 MHz
Max Speed: 3000 MHz
Current Speed: 2200 MHz
Status: Populated, Enabled
Upgrade: <OUT OF SPEC>
L1 Cache Handle: 0x0009
L2 Cache Handle: 0x000B
L3 Cache Handle: Not Provided
Serial Number:
Asset Tag:
Part Number:
Handle 0x0005, DMI type 4, 35 bytes
Processor Information
Socket Designation: Socket 939
Type: Central Processor
Family: Unknown
Manufacturer: Unknown
ID: 00 00 00 00 00 00 00 00
Version: AMD Athlon(tm) 64 Processor 3700+
Voltage: 1.3 V
External Clock: 200 MHz
Max Speed: 3000 MHz
Current Speed: 2200 MHz
Status: Populated, Disabled By User
Upgrade: <OUT OF SPEC>
L1 Cache Handle: 0x000A
L2 Cache Handle: 0x000C
L3 Cache Handle: Not Provided
Serial Number:
Asset Tag:
Part Number:
Handle 0x0006, DMI type 5, 20 bytes
Memory Controller Information
Error Detecting Method: 64-bit ECC
Error Correcting Capabilities:
None
Supported Interleave: One-way Interleave
Current Interleave: One-way Interleave
Maximum Memory Module Size: 4096 MB
Maximum Total Memory Size: 8192 MB
Supported Speeds:
70 ns
60 ns
50 ns
Supported Memory Types:
Standard
DIMM
Memory Module Voltage: 2.9 V
Associated Memory Slots: 2
0x0007
0x0008
Enabled Error Correcting Capabilities: None
Handle 0x0007, DMI type 6, 12 bytes
Memory Module Information
Socket Designation: A0
Bank Connections: 0
Current Speed: 5 ns
Type: Unknown EDO
Installed Size: 512 MB (Single-bank Connection)
Enabled Size: 512 MB (Single-bank Connection)
Error Status: OK
Handle 0x0008, DMI type 6, 12 bytes
Memory Module Information
Socket Designation: A1
Bank Connections: None
Current Speed: 5 ns
Type: Unknown EDO
Installed Size: Not Installed
Enabled Size: Not Installed
Error Status: OK
Handle 0x0009, DMI type 7, 19 bytes
Cache Information
Socket Designation: Internal Cache
Configuration: Enabled, Not Socketed, Level 1
Operational Mode: Write Back
Location: Internal
Installed Size: 128 KB
Maximum Size: 128 KB
Supported SRAM Types:
Synchronous
Installed SRAM Type: Synchronous
Speed: Unknown
Error Correction Type: Unknown
System Type: Unknown
Associativity: Unknown
Handle 0x000A, DMI type 7, 19 bytes
Cache Information
Socket Designation: Internal Cache
Configuration: Enabled, Not Socketed, Level 1
Operational Mode: Write Back
Location: Internal
Installed Size: 128 KB
Maximum Size: 128 KB
Supported SRAM Types:
Synchronous
Installed SRAM Type: Synchronous
Speed: Unknown
Error Correction Type: Unknown
System Type: Unknown
Associativity: Unknown
Handle 0x000B, DMI type 7, 19 bytes
Cache Information
Socket Designation: External Cache
Configuration: Enabled, Not Socketed, Level 2
Operational Mode: Write Back
Location: Internal
Installed Size: 1024 KB
Maximum Size: 1024 KB
Supported SRAM Types:
Synchronous
Installed SRAM Type: Synchronous
Speed: Unknown
Error Correction Type: Unknown
System Type: Unknown
Associativity: Unknown
Handle 0x000C, DMI type 7, 19 bytes
Cache Information
Socket Designation: External Cache
Configuration: Enabled, Not Socketed, Level 2
Operational Mode: Write Back
Location: Internal
Installed Size: 1024 KB
Maximum Size: 1024 KB
Supported SRAM Types:
Synchronous
Installed SRAM Type: Synchronous
Speed: Unknown
Error Correction Type: Unknown
System Type: Unknown
Associativity: Unknown
Handle 0x000D, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: PRIMARY IDE
Internal Connector Type: On Board IDE
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x000E, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: SECONDARY IDE
Internal Connector Type: On Board IDE
External Reference Designator: Not Specified
External Connector Type: None
Port Type: Other
Handle 0x000F, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: FDD
Internal Connector Type: On Board Floppy
External Reference Designator: Not Specified
External Connector Type: None
Port Type: 8251 FIFO Compatible
Handle 0x0010, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: COM1
Internal Connector Type: 9 Pin Dual Inline (pin 10 cut)
External Reference Designator:
External Connector Type: DB-9 male
Port Type: Serial Port 16450 Compatible
Handle 0x0011, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: COM2
Internal Connector Type: 9 Pin Dual Inline (pin 10 cut)
External Reference Designator:
External Connector Type: DB-9 male
Port Type: Serial Port 16450 Compatible
Handle 0x0012, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: LPT1
Internal Connector Type: DB-25 female
External Reference Designator:
External Connector Type: DB-25 female
Port Type: Parallel Port ECP/EPP
Handle 0x0013, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: Keyboard
Internal Connector Type: PS/2
External Reference Designator:
External Connector Type: PS/2
Port Type: Keyboard Port
Handle 0x0014, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: PS/2 Mouse
Internal Connector Type: PS/2
External Reference Designator:
External Connector Type: PS/2
Port Type: Mouse Port
Handle 0x0015, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: Not Specified
Internal Connector Type: None
External Reference Designator: USB0
External Connector Type: Other
Port Type: USB
Handle 0x0016, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: Not Specified
Internal Connector Type: None
External Reference Designator: USB1
External Connector Type: Other
Port Type: USB
Handle 0x0017, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: Not Specified
Internal Connector Type: None
External Reference Designator: USB2
External Connector Type: Other
Port Type: USB
Handle 0x0018, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: Not Specified
Internal Connector Type: None
External Reference Designator: USB3
External Connector Type: Other
Port Type: USB
Handle 0x0019, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: Not Specified
Internal Connector Type: None
External Reference Designator: USB4
External Connector Type: Other
Port Type: USB
Handle 0x001A, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: Not Specified
Internal Connector Type: None
External Reference Designator: USB5
External Connector Type: Other
Port Type: USB
Handle 0x001B, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: Not Specified
Internal Connector Type: None
External Reference Designator: USB6
External Connector Type: Other
Port Type: USB
Handle 0x001C, DMI type 8, 9 bytes
Port Connector Information
Internal Reference Designator: Not Specified
Internal Connector Type: None
External Reference Designator: USB7
External Connector Type: Other
Port Type: USB
Handle 0x001D, DMI type 9, 13 bytes
System Slot Information
Designation: ISA
Type: 16-bit ISA
Current Usage: Unknown
Length: Long
Characteristics:
5.0 V is provided
Handle 0x001E, DMI type 9, 13 bytes
System Slot Information
Designation: ISA
Type: 16-bit ISA
Current Usage: Unknown
Length: Long
Characteristics:
5.0 V is provided
Handle 0x001F, DMI type 9, 13 bytes
System Slot Information
Designation: ISA
Type: 16-bit ISA
Current Usage: Unknown
Length: Long
Characteristics:
5.0 V is provided
Handle 0x0020, DMI type 9, 13 bytes
System Slot Information
Designation: ISA
Type: 16-bit ISA
Current Usage: Unknown
Length: Long
Characteristics:
5.0 V is provided
Handle 0x0021, DMI type 9, 13 bytes
System Slot Information
Designation: PCI0
Type: 32-bit PCI Express
Current Usage: In Use
Length: Long
Characteristics:
5.0 V is provided
PME signal is supported
Handle 0x0022, DMI type 9, 13 bytes
System Slot Information
Designation: PCI0
Type: 32-bit PCI Express
Current Usage: In Use
Length: Long
Characteristics:
5.0 V is provided
PME signal is supported
Handle 0x0023, DMI type 9, 13 bytes
System Slot Information
Designation: PCI0
Type: 32-bit PCI Express
Current Usage: In Use
Length: Long
Characteristics:
5.0 V is provided
PME signal is supported
Handle 0x0024, DMI type 9, 13 bytes
System Slot Information
Designation: PCI0
Type: 32-bit PCI Express
Current Usage: In Use
Length: Long
Characteristics:
5.0 V is provided
PME signal is supported
Handle 0x0025, DMI type 9, 13 bytes
System Slot Information
Designation: AGP
Type: 32-bit AGP
Current Usage: Available
Length: Long
ID: 8
Characteristics:
5.0 V is provided
Handle 0x0026, DMI type 13, 22 bytes
BIOS Language Information
Installable Languages: 3
n|US|iso8859-1
n|US|iso8859-1
r|CA|iso8859-1
Currently Installed Language: n|US|iso8859-1
Handle 0x0027, DMI type 16, 15 bytes
Physical Memory Array
Location: System Board Or Motherboard
Use: System Memory
Error Correction Type: None
Maximum Capacity: 1 GB
Error Information Handle: Not Provided
Number Of Devices: 2
Handle 0x0028, DMI type 17, 27 bytes
Memory Device
Array Handle: 0x0027
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 512 MB
Form Factor: DIMM
Set: None
Locator: A0
Bank Locator: Bank0/1
Type: Unknown
Type Detail: None
Speed: Unknown
Manufacturer: None
Serial Number: None
Asset Tag: None
Part Number: None
Handle 0x0029, DMI type 17, 27 bytes
Memory Device
Array Handle: 0x0027
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: No Module Installed
Form Factor: DIMM
Set: None
Locator: A1
Bank Locator: Bank2/3
Type: Unknown
Type Detail: None
Speed: Unknown
Manufacturer: None
Serial Number: None
Asset Tag: None
Part Number: None
Handle 0x002A, DMI type 19, 15 bytes
Memory Array Mapped Address
Starting Address: 0x00000000000
Ending Address: 0x0001FFFFFFF
Range Size: 512 MB
Physical Array Handle: 0x0027
Partition Width: 0
Handle 0x002B, DMI type 20, 19 bytes
Memory Device Mapped Address
Starting Address: 0x00000000000
Ending Address: 0x0001FFFFFFF
Range Size: 512 MB
Physical Device Handle: 0x0028
Memory Array Mapped Address Handle: 0x002A
Partition Row Position: 1
Handle 0x002C, DMI type 20, 19 bytes
Memory Device Mapped Address
Starting Address: 0x00000000000
Ending Address: 0x000000003FF
Range Size: 1 kB
Physical Device Handle: 0x0029
Memory Array Mapped Address Handle: 0x002A
Partition Row Position: 1
Handle 0x002D, DMI type 32, 11 bytes
System Boot Information
Status: No errors detected
Handle 0x002E, DMI type 127, 4 bytes
End Of Table
Cheers
--
Vincent Penne.
_______________________________________________
linux-dvb mailing list
linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb