<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-text-flowed" style="font-family: -moz-fixed;
font-size: 14px;" lang="x-western">[I emailed the list with this
same material on 9/13, but it has received no response and someone
on the Ubuntu kernel team suggested that I change the email
Subject from "Re: Moving a bug upstream per downstream request,
emailing the maintainers" to the more descriptive one above.]<br>
<br>
When I emailed the maintainers with the report below on 8/15 (and
archived at <a class="moz-txt-link-freetext"
href="http://lists.freedesktop.org/archives/dri-devel/2013-August/043876.html">http://lists.freedesktop.org/archives/dri-devel/2013-August/043876.html</a>),
a response came on 8/16:
<br>
<br>
"It's a flash bug. They ignore the format of the Window that they
<br>
PutImage to. (Worse, they create an image of the right depth or
else X
<br>
would reject the PutImage with a BadMatch and then render
incorrect
<br>
pixel data into it.)"
<br>
<br>
Despite that, someone on the Ubuntu kernel team asserted "at a
minimum a non-flash regression exists going from Quantal to
Raring," and urged me to proceed with upstream kernel bisection.
<br>
<br>
I finally finished that, and arrived at the result:
<br>
<br>
57779d06367a915ee03e6cb918d7575f0a46e419 is the first bad commit
<br>
commit 57779d06367a915ee03e6cb918d7575f0a46e419
<br>
Author: Ville Syrjälä <a class="moz-txt-link-rfc2396E"
href="mailto:ville.syrjala@linux.intel.com"><ville.syrjala@linux.intel.com></a>
<br>
Date: Wed Oct 31 17:50:14 2012 +0200
<br>
<br>
drm/i915: Fix display pixel format handling
<br>
<br>
Fix support for all RGB/BGR pixel formats (except the
16:16:16:16 float
<br>
format).
<br>
<br>
Fix intel_init_framebuffer() to match hardware and driver
limitations:
<br>
* RGB332 is not supported at all
<br>
* CI8 is supported
<br>
* XRGB1555 & co. are supported on Gen3 and earlier
<br>
* XRGB210101010 & co. are supported from Gen4 onwards
<br>
* BGR formats are supported from Gen4 onwards
<br>
* YUV formats are supported from Gen5 onwards (driver
limitation)
<br>
<br>
Signed-off-by: Ville Syrjälä <a
class="moz-txt-link-rfc2396E"
href="mailto:ville.syrjala@linux.intel.com"><ville.syrjala@linux.intel.com></a>
<br>
Reviewed-by: Jesse Barnes <a class="moz-txt-link-rfc2396E"
href="mailto:jbarnes@virtuousgeek.org"><jbarnes@virtuousgeek.org></a>
<br>
Signed-off-by: Daniel Vetter <a class="moz-txt-link-rfc2396E"
href="mailto:daniel.vetter@ffwll.ch"><daniel.vetter@ffwll.ch></a>
<br>
<br>
:040000 040000 334e1536b3513d0c329a8bb6360593d12065b71d
bf0996ec13cbee07156c5e9f98dcdee30200e658 M drivers
<br>
<br>
-------------------------------------
<br>
<br>
The git bisect log:
<br>
<br>
git bisect start
<br>
# good: [29594404d7fe73cd80eaa4ee8c43dcc53970c60e] Linux 3.7
<br>
git bisect good 29594404d7fe73cd80eaa4ee8c43dcc53970c60e
<br>
# bad: [9931faca02c604c22335f5a935a501bb2ace6e20] Linux 3.8-rc3
<br>
git bisect bad 9931faca02c604c22335f5a935a501bb2ace6e20
<br>
# good: [db5b0ae00712b5176d7405e7a1dd2bfd6e8f5070] Merge tag 'dt'
of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
<br>
git bisect good db5b0ae00712b5176d7405e7a1dd2bfd6e8f5070
<br>
# bad: [3c2e81ef344a90bb0a39d84af6878b4aeff568a2] Merge branch
'drm-next' of git://people.freedesktop.org/~airlied/linux
<br>
git bisect bad 3c2e81ef344a90bb0a39d84af6878b4aeff568a2
<br>
# good: [d8c532c40721f7507896d202b8cae3b3642d2b0d] Merge branch
'v4l_for_linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
<br>
git bisect good d8c532c40721f7507896d202b8cae3b3642d2b0d
<br>
# good: [2a74dbb9a86e8102dcd07d284135b4530a84826e] Merge branch
'for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
<br>
git bisect good 2a74dbb9a86e8102dcd07d284135b4530a84826e
<br>
# bad: [124ea297c8f0e0a3a567af0894fdbe05caaf80ec] drm/nouveau:
unpin pushbuffer bo before destroying it
<br>
git bisect bad 124ea297c8f0e0a3a567af0894fdbe05caaf80ec
<br>
# bad: [12f3382bc0262e981a2e58aca900cbbdbbe66825] drm/i915:
implement WaDisablePSDDualDispatchEnable on IVB & VLV
<br>
git bisect bad 12f3382bc0262e981a2e58aca900cbbdbbe66825
<br>
# good: [20474e90c948545c51da95689b8342a4f3bbaeb6] drm/i915: fix
checks inside ironlake_crtc_{enable, disable}
<br>
git bisect good 20474e90c948545c51da95689b8342a4f3bbaeb6
<br>
# good: [00c09d70df6b30c980f20facc1db3def3f5a637e] drm/i915:
create the DDI encoder
<br>
git bisect good 00c09d70df6b30c980f20facc1db3def3f5a637e
<br>
# bad: [a35f267946947b3798827a783d82d3d2aa55697d] drm/i915: remove
IBX code from lpt_enable_pch_transcoder
<br>
git bisect bad a35f267946947b3798827a783d82d3d2aa55697d
<br>
# bad: [9256aa195d3badd009bf4addee6c3ae39879b8a6] drm/i915: move
encoder->mode_set calls to crtc_mode_set
<br>
git bisect bad 9256aa195d3badd009bf4addee6c3ae39879b8a6
<br>
# good: [e7210c3c4f0d05e318b854bbd545fe335930c5cc] drm/i915: move
more pte encoding to pte encode
<br>
git bisect good e7210c3c4f0d05e318b854bbd545fe335930c5cc
<br>
# bad: [90f9a336f56318d4f21a29e8ef063cb70fe7dd11] drm/i915: Check
the framebuffer offset
<br>
git bisect bad 90f9a336f56318d4f21a29e8ef063cb70fe7dd11
<br>
# bad: [5d7bd705ddb362d5bd8ef2f3b294cd8f9d93c39e] drm/i915: Check
framebuffer stride more thoroughly
<br>
git bisect bad 5d7bd705ddb362d5bd8ef2f3b294cd8f9d93c39e
<br>
# bad: [57779d06367a915ee03e6cb918d7575f0a46e419] drm/i915: Fix
display pixel format handling
<br>
git bisect bad 57779d06367a915ee03e6cb918d7575f0a46e419
<br>
<br>
-------------------------------------
<br>
<br>
After finishing the kernel bisection, I also tested the new latest
mainline kernel (3.11.0-031100-generic, modified 9-2-13) and found
that it still suffers from the bug.
<br>
<br>
Software Update also offered an updated version of the
Flashplugin-Installer (updating 11.2.202.297 to 11.2.202.310), but
that did not fix the problem either.
<br>
<br>
-------------------------------------
<br>
THE ORIGINAL REPORT:
<br>
<br>
[1.] One line summary of the problem:
<br>
Flash 11.2 content displays in shades of green and purple only,
and in a
<br>
horizontally compressed space
<br>
<br>
[2.] Full description of the problem/report:
<br>
The full downstream bug report is at
<br>
<a class="moz-txt-link-freetext"
href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1212455">https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1212455</a>
, but my
<br>
description from there:
<br>
<br>
In my testing with the Intel driver using its default
acceleration:
<br>
- Flash 11.2 works on Quantal with the 3.5 kernel
<br>
- Flash 11.2 works on Raring with the 3.5.0-17 kernel (though it
boots
<br>
to a low-res desktop with a frozen pointer)
<br>
- Flash 11.2 works on Raring also with the 3.6.11-030611 or
<br>
3.7.10-030710 mainline kernels
<br>
- Flash 11.8 works on Raring with the 3.8 kernel (in Chrome)
<br>
- Flash 11.2 fails on Raring with the 3.8 kernel
<br>
- Flash 11.2 fails on Raring with the latest mainline kernel,
<br>
3.11.0-031100rc5
<br>
- Flash 11.2 fails on Saucy alpha 2 with its default kernel
<br>
<br>
Disabling Flash <b class="moz-txt-star"><span class="moz-txt-tag">*</span>hardware<span
class="moz-txt-tag">*</span></b> acceleration altogether (via
R-click in the
<br>
Flash display window: Settings: General tab) did not fix the
problem.
<br>
<br>
WORKAROUND: Setting the Intel driver's acceleration method to UXA
rather
<br>
than its default SNA <b class="moz-txt-star"><span
class="moz-txt-tag">*</span>always<span class="moz-txt-tag">*</span></b>
fixes the Flash problem, but causes a
<br>
garbled login screen under LightDM that so far has no workaround.
<br>
<br>
I also tried one possible fix for the default Intel SNA
acceleration
<br>
using the TearFree option. I created
/etc/X11/xorg.conf.d/20-intel.conf
<br>
with contents:
<br>
Section "Device"
<br>
Identifier "Intel Graphics"
<br>
Driver "intel"
<br>
Option "AccelMethod" "sna"
<br>
Option "TearFree" "true"
<br>
EndSection
<br>
But this had no effect.
<br>
<br>
[3.] Keywords (i.e., modules, networking, kernel):
<br>
I'm a newbie hanging on by my fingernails here -- I have no idea
about
<br>
appropriate keywords.
<br>
<br>
[4.] Kernel version (from /proc/version):
<br>
Linux version 3.11.0-031100rc5-generic (apw@gomeisa) (gcc version
4.6.3
<br>
(Ubuntu/Linaro 4.6.3-1ubuntu5) ) #201308112135 SMP Mon Aug 12
01:44:44
<br>
UTC 2013
<br>
<br>
[5.] Output of Oops.. message (if applicable) with symbolic
information
<br>
resolved (see Documentation/oops-tracing.txt)
<br>
<br>
[6.] A small shell script or example program which triggers the
problem
<br>
(if possible)
<br>
<br>
[7.] Environment
<br>
Description: Ubuntu 13.04
<br>
Release: 13.04
<br>
<br>
[7.1.] Software (add the output of the ver_linux script here)
<br>
If some fields are empty or look unusual you may have an old
version.
<br>
Compare to the current minimal requirements in
Documentation/Changes.
<br>
<br>
Linux Dimension 3.11.0-031100rc5-generic #201308112135 SMP Mon Aug
12
<br>
01:44:44 UTC 2013 i686 i686 i686 GNU/Linux
<br>
<br>
Gnu C
/usr/src/linux-headers-3.11.0-031100rc5-generic/scripts/ver_linux:
<br>
binutils
<br>
util-linux 2.20.1
<br>
mount support
<br>
module-init-tools 9
<br>
e2fsprogs 1.42.5
<br>
PPP 2.4.5
<br>
Linux C Library 2.17
<br>
Dynamic linker (ldd) 2.17
<br>
Procps 3.3.3
<br>
Net-tools 1.60
<br>
Kbd 1.15.5
<br>
Sh-utils 8.20
<br>
wireless-tools 30
<br>
Modules Loaded nls_iso8859_1 usb_storage snd_intel8x0
<br>
snd_ac97_codec ac97_bus bnep snd_pcm rfcomm bluetooth ppdev
<br>
snd_page_alloc gpio_ich snd_seq_midi snd_seq_midi_event
snd_rawmidi
<br>
snd_seq dcdbas snd_seq_device i915 snd_timer video snd psmouse
<br>
drm_kms_helper serio_raw soundcore drm i2c_algo_bit parport_pc
lpc_ich
<br>
shpchp lp mac_hid parport b44 ssb mii floppy
<br>
<br>
[7.2.] Processor information (from /proc/cpuinfo):
<br>
processor : 0
<br>
vendor_id : GenuineIntel
<br>
cpu family : 15
<br>
model : 2
<br>
model name : Intel(R) Celeron(R) CPU 2.40GHz
<br>
stepping : 9
<br>
microcode : 0x17
<br>
cpu MHz : 2392.420
<br>
cache size : 128 KB
<br>
fdiv_bug : no
<br>
f00f_bug : no
<br>
coma_bug : no
<br>
fpu : yes
<br>
fpu_exception : yes
<br>
cpuid level : 2
<br>
wp : yes
<br>
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr
pge mca
<br>
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe
pebs bts
<br>
cid xtpr
<br>
bogomips : 4784.84
<br>
clflush size : 64
<br>
cache_alignment : 128
<br>
address sizes : 36 bits physical, 32 bits virtual
<br>
power management:
<br>
<br>
[7.3.] Module information (from /proc/modules):
<br>
nls_iso8859_1 12617 1 - Live 0x00000000
<br>
usb_storage 48631 1 - Live 0x00000000
<br>
snd_intel8x0 33458 1 - Live 0x00000000
<br>
snd_ac97_codec 110295 1 snd_intel8x0, Live 0x00000000
<br>
ac97_bus 12642 1 snd_ac97_codec, Live 0x00000000
<br>
bnep 19143 2 - Live 0x00000000
<br>
snd_pcm 94597 2 snd_intel8x0,snd_ac97_codec, Live 0x00000000
<br>
rfcomm 58965 0 - Live 0x00000000
<br>
bluetooth 337841 10 bnep,rfcomm, Live 0x00000000
<br>
ppdev 17423 0 - Live 0x00000000
<br>
snd_page_alloc 18398 2 snd_intel8x0,snd_pcm, Live 0x00000000
<br>
gpio_ich 13278 0 - Live 0x00000000
<br>
snd_seq_midi 13132 0 - Live 0x00000000
<br>
snd_seq_midi_event 14475 1 snd_seq_midi, Live 0x00000000
<br>
snd_rawmidi 25157 1 snd_seq_midi, Live 0x00000000
<br>
snd_seq 55716 2 snd_seq_midi,snd_seq_midi_event, Live 0x00000000
<br>
dcdbas 14456 0 - Live 0x00000000
<br>
snd_seq_device 14137 3 snd_seq_midi,snd_rawmidi,snd_seq, Live
0x00000000
<br>
i915 606994 2 - Live 0x00000000
<br>
snd_timer 28930 2 snd_pcm,snd_seq, Live 0x00000000
<br>
video 19046 1 i915, Live 0x00000000
<br>
snd 61270 10
<br>
snd_intel8x0,snd_ac97_codec,snd_pcm,snd_seq_midi,snd_rawmidi,snd_seq,snd_seq_device,snd_timer,
<br>
Live 0x00000000
<br>
psmouse 92607 0 - Live 0x00000000
<br>
drm_kms_helper 47306 1 i915, Live 0x00000000
<br>
serio_raw 13189 0 - Live 0x00000000
<br>
soundcore 12600 1 snd, Live 0x00000000
<br>
drm 247743 3 i915,drm_kms_helper, Live 0x00000000
<br>
i2c_algo_bit 13316 1 i915, Live 0x00000000
<br>
parport_pc 32114 1 - Live 0x00000000
<br>
lpc_ich 16987 0 - Live 0x00000000
<br>
shpchp 32265 0 - Live 0x00000000
<br>
lp 13359 0 - Live 0x00000000
<br>
mac_hid 13077 0 - Live 0x00000000
<br>
parport 40930 3 ppdev,parport_pc,lp, Live 0x00000000
<br>
b44 31223 0 - Live 0x00000000
<br>
ssb 56410 1 b44, Live 0x00000000
<br>
mii 13693 1 b44, Live 0x00000000
<br>
floppy 60183 0 - Live 0x00000000
<br>
<br>
[7.4.] Loaded driver and hardware information (/proc/ioports,
/proc/iomem)
<br>
0000-001f : dma1
<br>
0020-0021 : pic1
<br>
0040-0043 : timer0
<br>
0050-0053 : timer1
<br>
0060-0060 : keyboard
<br>
0064-0064 : keyboard
<br>
0070-007f : rtc0
<br>
0080-008f : dma page reg
<br>
00a0-00a1 : pic2
<br>
00c0-00df : dma2
<br>
00f0-00ff : fpu
<br>
0170-0177 : 0000:00:1f.1
<br>
0170-0177 : ata_piix
<br>
01f0-01f7 : 0000:00:1f.1
<br>
01f0-01f7 : ata_piix
<br>
0376-0376 : 0000:00:1f.1
<br>
0376-0376 : ata_piix
<br>
0378-037a : parport0
<br>
03f2-03f2 : floppy
<br>
03f4-03f5 : floppy
<br>
03f6-03f6 : 0000:00:1f.1
<br>
03f6-03f6 : ata_piix
<br>
03f7-03f7 : floppy
<br>
03f8-03ff : serial
<br>
0778-077a : parport0
<br>
0800-0803 : ACPI PM1a_EVT_BLK
<br>
0804-0805 : ACPI PM1a_CNT_BLK
<br>
0808-080b : ACPI PM_TMR
<br>
0810-0815 : ACPI CPU throttle
<br>
0828-082f : ACPI GPE0_BLK
<br>
0830-0833 : iTCO_wdt
<br>
0860-087f : iTCO_wdt
<br>
0880-08bf : gpio_ich
<br>
0880-08bf : 0000:00:1f.0
<br>
0c00-0c7f : pnp 00:0a
<br>
0cf8-0cff : PCI conf1
<br>
d000-dfff : PCI Bus 0000:01
<br>
de00-deff : 0000:01:05.0
<br>
de08-de0f : serial
<br>
de10-de17 : serial
<br>
de18-de1f : serial
<br>
de20-de27 : serial
<br>
de28-de2f : serial
<br>
de60-de67 : serial
<br>
eda0-edbf : 0000:00:1f.3
<br>
edc0-edff : 0000:00:1f.5
<br>
edc0-edff : Intel 82801DB-ICH4
<br>
ee00-eeff : 0000:00:1f.5
<br>
ee00-eeff : Intel 82801DB-ICH4
<br>
ff40-ff5f : 0000:00:1d.2
<br>
ff40-ff5f : uhci_hcd
<br>
ff60-ff7f : 0000:00:1d.1
<br>
ff60-ff7f : uhci_hcd
<br>
ff80-ff9f : 0000:00:1d.0
<br>
ff80-ff9f : uhci_hcd
<br>
ffa0-ffaf : 0000:00:1f.1
<br>
ffa0-ffaf : ata_piix
<br>
<br>
00000000-00000fff : reserved
<br>
00001000-0009ffff : System RAM
<br>
000a0000-000bffff : Video RAM area
<br>
000c0000-000cb7ff : Video ROM
<br>
000cd000-000cffff : Adapter ROM
<br>
000f0000-000fffff : reserved
<br>
000f0000-000fffff : System ROM
<br>
00100000-3f773fff : System RAM
<br>
01000000-016691e2 : Kernel code
<br>
016691e3-019bcfbf : Kernel data
<br>
01aa1000-01b94fff : Kernel bss
<br>
3f774000-3f775fff : ACPI Non-volatile Storage
<br>
3f776000-3f796fff : ACPI Tables
<br>
3f797000-3f7fffff : reserved
<br>
3f800000-3fffffff : RAM buffer
<br>
e8000000-efffffff : 0000:00:02.0
<br>
f0000000-f7ffffff : 0000:00:00.0
<br>
fe900000-feafffff : PCI Bus 0000:01
<br>
fe9fd000-fe9fdfff : 0000:01:05.0
<br>
fe9fe000-fe9fffff : 0000:01:09.0
<br>
fe9fe000-fe9fffff : b44
<br>
fea00000-fea03fff : 0000:01:09.0
<br>
feb7f900-feb7f9ff : 0000:00:1f.5
<br>
feb7f900-feb7f9ff : Intel 82801DB-ICH4
<br>
feb7fa00-feb7fbff : 0000:00:1f.5
<br>
feb7fa00-feb7fbff : Intel 82801DB-ICH4
<br>
feb7fc00-feb7ffff : 0000:00:1f.1
<br>
feb80000-febfffff : 0000:00:02.0
<br>
fec00000-fec0ffff : reserved
<br>
fec00000-fec003ff : IOAPIC 0
<br>
fecf0000-fecf0fff : pnp 00:00
<br>
fee00000-fee0ffff : reserved
<br>
fee00000-fee0ffff : pnp 00:00
<br>
fee00000-fee00fff : Local APIC
<br>
ffa80800-ffa80bff : 0000:00:1d.7
<br>
ffa80800-ffa80bff : ehci_hcd
<br>
ffb00000-ffffffff : reserved
<br>
ffb00000-ffbfffff : pnp 00:00
<br>
ffc00000-ffffffff : pnp 00:00
<br>
<br>
[7.5.] PCI information ('lspci -vvv' as root)
<br>
00:00.0 Host bridge: Intel Corporation
82845G/GL[Brookdale-G]/GE/PE DRAM
<br>
Controller/Host-Hub Interface (rev 01)
<br>
Subsystem: Dell Device 0160
<br>
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr-
<br>
Stepping- SERR+ FastB2B- DisINTx-
<br>
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast
>TAbort-
<br>
<TAbort- <MAbort+ >SERR- <PERR- INTx-
<br>
Latency: 0
<br>
Region 0: Memory at f0000000 (32-bit, prefetchable)
[size=128M]
<br>
Capabilities: [e4] Vendor Specific Information: Len=05
<?>
<br>
Kernel driver in use: agpgart-intel
<br>
<br>
00:02.0 VGA compatible controller: Intel Corporation
<br>
82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev
01)
<br>
(prog-if 00 [VGA controller])
<br>
Subsystem: Dell Device 0160
<br>
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr-
<br>
Stepping- SERR- FastB2B- DisINTx-
<br>
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast
>TAbort-
<br>
<TAbort- <MAbort- >SERR- <PERR- INTx-
<br>
Latency: 0
<br>
Interrupt: pin A routed to IRQ 16
<br>
Region 0: Memory at e8000000 (32-bit, prefetchable)
[size=128M]
<br>
Region 1: Memory at feb80000 (32-bit, non-prefetchable)
[size=512K]
<br>
Expansion ROM at <unassigned> [disabled]
<br>
Capabilities: [d0] Power Management version 1
<br>
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA
<br>
PME(D0-,D1-,D2-,D3hot-,D3cold-)
<br>
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
<br>
Kernel driver in use: i915
<br>
<br>
00:1d.0 USB controller: Intel Corporation 82801DB/DBL/DBM
<br>
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01) (prog-if 00
[UHCI])
<br>
Subsystem: Dell Device 0160
<br>
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr-
<br>
Stepping- SERR- FastB2B- DisINTx-
<br>
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium
>TAbort-
<br>
<TAbort- <MAbort- >SERR- <PERR- INTx-
<br>
Latency: 0
<br>
Interrupt: pin A routed to IRQ 16
<br>
Region 4: I/O ports at ff80 [size=32]
<br>
Kernel driver in use: uhci_hcd
<br>
<br>
00:1d.1 USB controller: Intel Corporation 82801DB/DBL/DBM
<br>
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01) (prog-if 00
[UHCI])
<br>
Subsystem: Dell Device 0160
<br>
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr-
<br>
Stepping- SERR- FastB2B- DisINTx-
<br>
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium
>TAbort-
<br>
<TAbort- <MAbort- >SERR- <PERR- INTx-
<br>
Latency: 0
<br>
Interrupt: pin B routed to IRQ 19
<br>
Region 4: I/O ports at ff60 [size=32]
<br>
Kernel driver in use: uhci_hcd
<br>
<br>
00:1d.2 USB controller: Intel Corporation 82801DB/DBL/DBM
<br>
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01) (prog-if 00
[UHCI])
<br>
Subsystem: Dell Device 0160
<br>
Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr-
<br>
Stepping- SERR- FastB2B- DisINTx-
<br>
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium
>TAbort-
<br>
<TAbort- <MAbort- >SERR- <PERR- INTx-
<br>
Latency: 0
<br>
Interrupt: pin C routed to IRQ 18
<br>
Region 4: I/O ports at ff40 [size=32]
<br>
Kernel driver in use: uhci_hcd
<br>
<br>
00:1d.7 USB controller: Intel Corporation 82801DB/DBM
(ICH4/ICH4-M) USB2
<br>
EHCI Controller (rev 01) (prog-if 20 [EHCI])
<br>
Subsystem: Dell Device 0160
<br>
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr-
<br>
Stepping- SERR+ FastB2B- DisINTx-
<br>
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium
>TAbort-
<br>
<TAbort- <MAbort- >SERR- <PERR- INTx-
<br>
Latency: 0
<br>
Interrupt: pin D routed to IRQ 23
<br>
Region 0: Memory at ffa80800 (32-bit, non-prefetchable)
[size=1K]
<br>
Capabilities: [50] Power Management version 2
<br>
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
<br>
PME(D0+,D1-,D2-,D3hot+,D3cold+)
<br>
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME+
<br>
Capabilities: [58] Debug port: BAR=1 offset=0080
<br>
Kernel driver in use: ehci-pci
<br>
<br>
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 81)
(prog-if
<br>
00 [Normal decode])
<br>
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr-
<br>
Stepping- SERR+ FastB2B- DisINTx-
<br>
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast
>TAbort+
<br>
<TAbort- <MAbort- >SERR- <PERR+ INTx-
<br>
Latency: 0
<br>
Bus: primary=00, secondary=01, subordinate=01, sec-latency=32
<br>
I/O behind bridge: 0000d000-0000dfff
<br>
Memory behind bridge: fe900000-feafffff
<br>
Prefetchable memory behind bridge: fff00000-000fffff
<br>
Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium
>TAbort-
<br>
<TAbort- <MAbort- <SERR- <PERR-
<br>
BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset-
FastB2B-
<br>
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
<br>
<br>
00:1f.0 ISA bridge: Intel Corporation 82801DB/DBL (ICH4/ICH4-L)
LPC
<br>
Interface Bridge (rev 01)
<br>
Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop-
ParErr-
<br>
Stepping- SERR+ FastB2B- DisINTx-
<br>
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium
>TAbort-
<br>
<TAbort- <MAbort- >SERR- <PERR- INTx-
<br>
Latency: 0
<br>
Kernel driver in use: lpc_ich
<br>
<br>
00:1f.1 IDE interface: Intel Corporation 82801DB (ICH4) IDE
Controller
<br>
(rev 01) (prog-if 8a [Master SecP PriP])
<br>
Subsystem: Dell Device 0160
<br>
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr-
<br>
Stepping- SERR- FastB2B- DisINTx-
<br>
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium
>TAbort-
<br>
<TAbort- <MAbort- >SERR- <PERR- INTx-
<br>
Latency: 0
<br>
Interrupt: pin A routed to IRQ 18
<br>
Region 0: I/O ports at 01f0 [size=8]
<br>
Region 1: I/O ports at 03f4 [size=1]
<br>
Region 2: I/O ports at 0170 [size=8]
<br>
Region 3: I/O ports at 0374 [size=1]
<br>
Region 4: I/O ports at ffa0 [size=16]
<br>
Region 5: Memory at feb7fc00 (32-bit, non-prefetchable)
[size=1K]
<br>
Kernel driver in use: ata_piix
<br>
<br>
00:1f.3 SMBus: Intel Corporation 82801DB/DBL/DBM
(ICH4/ICH4-L/ICH4-M)
<br>
SMBus Controller (rev 01)
<br>
Subsystem: Dell Device 0160
<br>
Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr-
<br>
Stepping- SERR- FastB2B- DisINTx-
<br>
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium
>TAbort-
<br>
<TAbort- <MAbort- >SERR- <PERR- INTx-
<br>
Interrupt: pin B routed to IRQ 3
<br>
Region 4: I/O ports at eda0 [size=32]
<br>
<br>
00:1f.5 Multimedia audio controller: Intel Corporation
82801DB/DBL/DBM
<br>
(ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
<br>
Subsystem: Dell Device 0160
<br>
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr-
<br>
Stepping- SERR- FastB2B- DisINTx-
<br>
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium
>TAbort-
<br>
<TAbort- <MAbort- >SERR- <PERR- INTx-
<br>
Latency: 0
<br>
Interrupt: pin B routed to IRQ 17
<br>
Region 0: I/O ports at ee00 [size=256]
<br>
Region 1: I/O ports at edc0 [size=64]
<br>
Region 2: Memory at feb7fa00 (32-bit, non-prefetchable)
[size=512]
<br>
Region 3: Memory at feb7f900 (32-bit, non-prefetchable)
[size=256]
<br>
Capabilities: [50] Power Management version 2
<br>
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
<br>
PME(D0+,D1-,D2-,D3hot+,D3cold+)
<br>
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
<br>
Kernel driver in use: snd_intel8x0
<br>
<br>
01:05.0 Modem: Intel Corporation FA82537EP 56K V.92 Data/Fax Modem
PCI
<br>
(rev 04) (prog-if 00 [Generic])
<br>
Subsystem: Dell Device 1000
<br>
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop-
ParErr-
<br>
Stepping+ SERR+ FastB2B- DisINTx-
<br>
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium
>TAbort-
<br>
<TAbort- <MAbort- >SERR- <PERR- INTx-
<br>
Latency: 64 (250ns min, 15500ns max), Cache Line Size: 64
bytes
<br>
Interrupt: pin A routed to IRQ 17
<br>
Region 0: Memory at fe9fd000 (32-bit, non-prefetchable)
[size=4K]
<br>
Region 1: I/O ports at de00 [size=256]
<br>
Capabilities: [80] Power Management version 2
<br>
Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA
<br>
PME(D0+,D1-,D2-,D3hot+,D3cold+)
<br>
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
<br>
Kernel driver in use: serial
<br>
<br>
01:09.0 Ethernet controller: Broadcom Corporation BCM4401
100Base-T (rev 01)
<br>
Subsystem: Dell Device 8127
<br>
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
ParErr-
<br>
Stepping- SERR+ FastB2B- DisINTx-
<br>
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast
>TAbort+
<br>
<TAbort- <MAbort- >SERR- <PERR- INTx-
<br>
Latency: 64
<br>
Interrupt: pin A routed to IRQ 17
<br>
Region 0: Memory at fe9fe000 (32-bit, non-prefetchable)
[size=8K]
<br>
Expansion ROM at fea00000 [disabled] [size=16K]
<br>
Capabilities: [40] Power Management version 2
<br>
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA
<br>
PME(D0+,D1+,D2+,D3hot+,D3cold+)
<br>
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=2 PME-
<br>
Kernel driver in use: b44
<br>
<br>
[7.6.] SCSI information (from /proc/scsi/scsi)
<br>
Attached devices:
<br>
Host: scsi0 Channel: 00 Id: 00 Lun: 00
<br>
Vendor: ATA Model: WDC WD300EB-75CP Rev: 06.0
<br>
Type: Direct-Access ANSI SCSI revision: 05
<br>
Host: scsi1 Channel: 00 Id: 00 Lun: 00
<br>
Vendor: SONY Model: DVD-ROM DDU1615 Rev: FDS1
<br>
Type: CD-ROM ANSI SCSI revision: 05
<br>
Host: scsi2 Channel: 00 Id: 00 Lun: 00
<br>
Vendor: Simple Model: Bonzai Xpress Rev: 0.00
<br>
Type: Direct-Access ANSI SCSI revision: 02
<br>
<br>
[7.7.] Other information that might be relevant to the problem
(please
<br>
look in /proc and include all information that you think to be
relevant):
<br>
ls /proc:
<br>
<br>
1
<br>
10
<br>
1007
<br>
1016
<br>
1018
<br>
11
<br>
1109
<br>
12
<br>
1220
<br>
13
<br>
1334
<br>
135
<br>
1381
<br>
14
<br>
1421
<br>
1424
<br>
1425
<br>
1438
<br>
1445
<br>
1449
<br>
1453
<br>
1458
<br>
1459
<br>
1463
<br>
1465
<br>
1467
<br>
1470
<br>
1475
<br>
1480
<br>
1494
<br>
15
<br>
1509
<br>
1511
<br>
1516
<br>
1523
<br>
1526
<br>
1529
<br>
1541
<br>
1546
<br>
1550
<br>
1564
<br>
1566
<br>
1571
<br>
1586
<br>
16
<br>
1611
<br>
1614
<br>
1615
<br>
1616
<br>
1617
<br>
1618
<br>
1642
<br>
1645
<br>
1646
<br>
1647
<br>
17
<br>
18
<br>
19
<br>
1944
<br>
1952
<br>
1962
<br>
1970
<br>
1981
<br>
1989
<br>
1992
<br>
2
<br>
20
<br>
21
<br>
22
<br>
223
<br>
224
<br>
225
<br>
23
<br>
24
<br>
25
<br>
26
<br>
27
<br>
28
<br>
29
<br>
3
<br>
30
<br>
307
<br>
318
<br>
323
<br>
4
<br>
41
<br>
43
<br>
44
<br>
46
<br>
47
<br>
5
<br>
531
<br>
66
<br>
667
<br>
67
<br>
684
<br>
687
<br>
7
<br>
706
<br>
736
<br>
759
<br>
775
<br>
8
<br>
802
<br>
885
<br>
894
<br>
9
<br>
906
<br>
910
<br>
915
<br>
951
<br>
971
<br>
983
<br>
994
<br>
996
<br>
998
<br>
acpi
<br>
asound
<br>
buddyinfo
<br>
bus
<br>
cgroups
<br>
cmdline
<br>
consoles
<br>
cpuinfo
<br>
crypto
<br>
devices
<br>
diskstats
<br>
dma
<br>
dri
<br>
driver
<br>
execdomains
<br>
fb
<br>
filesystems
<br>
fs
<br>
interrupts
<br>
iomem
<br>
ioports
<br>
irq
<br>
kallsyms
<br>
kcore
<br>
key-users
<br>
kmsg
<br>
kpagecount
<br>
kpageflags
<br>
latency_stats
<br>
loadavg
<br>
locks
<br>
mdstat
<br>
meminfo
<br>
misc
<br>
modules
<br>
mounts
<br>
mtrr
<br>
net
<br>
pagetypeinfo
<br>
partitions
<br>
sched_debug
<br>
schedstat
<br>
scsi
<br>
self
<br>
slabinfo
<br>
softirqs
<br>
stat
<br>
swaps
<br>
sys
<br>
sysrq-trigger
<br>
sysvipc
<br>
timer_list
<br>
timer_stats
<br>
tty
<br>
uptime
<br>
version
<br>
vmallocinfo
<br>
vmstat
<br>
zoneinfo
<br>
<br>
[X.] Other notes, patches, fixes, workarounds:
<br>
<br>
<br>
<br>
</div>
</body>
</html>