Results 1 to 2 of 2

Thread: Openchrome problem in Hardy: /dev/dri is empty

  1. #1
    Join Date
    May 2008
    Beans
    5

    Unhappy Openchrome problem in Hardy: /dev/dri is empty

    Hi All,

    I have a Clevo M660SE which I think has a VIA VN896 video chipset.

    I've got the openchrome driver but I'm not able to get compiz going.

    glxinfo says no direct rendering but produces no extra output when LIBGL_DEBUG=verbose is in the environment.

    Code:
    keith@oscar:~$ export LIBGL_DEBUG=verbose
    keith@oscar:~$ glxinfo | grep render
    direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
    OpenGL renderer string: Mesa GLX Indirect

    DRM initialises OK:
    Code:
    keith@oscar:~$ grep drm /var/log/messages
    May 12 22:20:57 oscar kernel: [   60.294342] [drm] Initialized drm 1.1.0 20060810
    But my xorg.conf complains DRM doesn't work:

    Code:
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: Searching for BusID PCI:1:0:0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card1
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card2
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card3
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card4
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card5
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card6
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card7
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card8
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card9
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card10
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card11
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card12
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card13
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card14
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenByBusid: drmOpenMinor returns -19
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card1
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card2
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card3
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card4
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card5
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card6
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card7
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card8
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card9
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card10
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card11
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card12
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card13
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card14
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: open result is -1, (No such device)
    drmOpenDevice: Open failed
    (EE) [drm] drmOpen failed.
    (EE) CHROME(0): [dri] DRIScreenInit failed.  Disabling DRI.
    Code:
    keith@oscar:/var/log$ lsmod
    Module                  Size  Used by
    binfmt_misc            12808  1 
    rfcomm                 41744  2 
    l2cap                  25728  13 rfcomm
    bluetooth              61156  4 rfcomm,l2cap
    via                    43648  0 
    drm                    82580  1 via
    agpgart                34760  1 drm
    ppdev                  10372  0 
    ipv6                  267780  10 
    cpufreq_userspace       5284  0 
    cpufreq_stats           7104  0 
    cpufreq_powersave       2688  0 
    cpufreq_ondemand        9740  0 
    freq_table              5536  2 cpufreq_stats,cpufreq_ondemand
    cpufreq_conservative     8712  0 
    sbs                    15112  0 
    sbshc                   7680  1 sbs
    dock                   11280  0 
    container               5632  0 
    nfs                   262540  0 
    lockd                  67720  1 nfs
    nfs_acl                 4608  1 nfs
    sunrpc                185884  6 nfs,lockd,nfs_acl
    iptable_filter          3840  0 
    ip_tables              14820  1 iptable_filter
    x_tables               16132  1 ip_tables
    parport_pc             36260  0 
    lp                     12324  0 
    parport                37832  3 ppdev,parport_pc,lp
    joydev                 13120  0 
    arc4                    2944  2 
    ecb                     4480  2 
    blkcipher               8324  1 ecb
    rtl8187                36096  0 
    mac80211              165652  1 rtl8187
    dvb_usb_dtt200u        14724  0 
    dvb_usb                19852  1 dvb_usb_dtt200u
    cfg80211               15112  1 mac80211
    usbhid                 31872  0 
    dvb_core               81404  1 dvb_usb
    eeprom_93cx6            3200  1 rtl8187
    hid                    38784  1 usbhid
    snd_usb_audio          83936  2 
    snd_usb_lib            18432  1 snd_usb_audio
    video                  19856  0 
    output                  4736  1 video
    snd_hda_intel         344728  3 
    snd_pcm_oss            42144  0 
    snd_mixer_oss          17920  1 snd_pcm_oss
    snd_pcm                78596  3 snd_usb_audio,snd_hda_intel,snd_pcm_oss
    snd_page_alloc         11400  2 snd_hda_intel,snd_pcm
    snd_hwdep              10500  2 snd_usb_audio,snd_hda_intel
    af_packet              23812  2 
    snd_seq_dummy           4868  0 
    snd_seq_oss            35584  0 
    snd_seq_midi            9376  0 
    snd_rawmidi            25760  2 snd_usb_lib,snd_seq_midi
    snd_seq_midi_event      8320  2 snd_seq_oss,snd_seq_midi
    snd_seq                54224  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
    sdhci                  19076  0 
    serio_raw               7940  0 
    snd_timer              24836  2 snd_pcm,snd_seq
    snd_seq_device          9612  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
    mmc_core               51460  1 sdhci
    snd                    56996  23 snd_usb_audio,snd_usb_lib,snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_hwdep,snd_seq_dummy,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    soundcore               8800  1 snd
    wmi_acer                9644  0 
    sr_mod                 17956  0 
    battery                14212  0 
    cdrom                  37408  1 sr_mod
    ac                      6916  0 
    button                  9232  0 
    i2c_viapro              9876  0 
    shpchp                 34452  0 
    pci_hotplug            30880  1 shpchp
    i2c_core               24832  2 dvb_usb,i2c_viapro
    evdev                  13056  8 
    pcspkr                  4224  0 
    psmouse                40336  0 
    ext3                  136712  1 
    jbd                    48404  1 ext3
    mbcache                 9600  1 ext3
    sg                     36880  0 
    sd_mod                 30720  3 
    via_rhine              26632  0 
    mii                     6400  1 via_rhine
    ehci_hcd               37900  0 
    uhci_hcd               27024  0 
    pata_via               13316  0 
    sata_via               12420  2 
    pata_acpi               8320  0 
    ata_generic             8324  0 
    usbcore               146028  9 rtl8187,dvb_usb_dtt200u,dvb_usb,usbhid,snd_usb_audio,snd_usb_lib,ehci_hcd,uhci_hcd
    libata                159344  4 pata_via,sata_via,pata_acpi,ata_generic
    scsi_mod              151436  4 sr_mod,sg,sd_mod,libata
    thermal                16796  0 
    processor              36872  1 thermal
    fan                     5636  0 
    fbcon                  42912  0 
    tileblit                3456  1 fbcon
    font                    9472  1 fbcon
    bitblit                 6784  1 fbcon
    softcursor              3072  1 bitblit
    Code:
    keith@oscar:/var/log$ lspci -vvv
    00:00.0 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
    	Subsystem: VIA Technologies, Inc. P4M900 Host Bridge
    	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-
    	Region 0: Memory at c0000000 (32-bit, prefetchable) [disabled] [size=128M]
    	Capabilities: <access denied>
    
    00:00.1 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
    	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:00.2 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
    	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:00.3 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
    	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:00.4 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
    	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:00.5 PIC: VIA Technologies, Inc. P4M900 I/O APIC Interrupt Controller (prog-if 20 [IO(X)-APIC])
    	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    	Latency: 0, Cache Line Size: 32 bytes
    
    00:00.6 Host bridge: VIA Technologies, Inc. P4M900 Security Device
    	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    	Latency: 0, Cache Line Size: 32 bytes
    
    00:00.7 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
    	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:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge (prog-if 00 [Normal decode])
    	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, Cache Line Size: 32 bytes
    	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
    	I/O behind bridge: 0000f000-00000fff
    	Memory behind bridge: c9000000-c9ffffff
    	Prefetchable memory behind bridge: a0000000-bfffffff
    	Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    	BridgeCtl: Parity- SERR- NoISA+ VGA+ MAbort- >Reset- FastB2B-
    	Capabilities: <access denied>
    
    00:02.0 PCI bridge: VIA Technologies, Inc. P4M900 PCI to PCI Bridge Controller (rev 80) (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: 0, Cache Line Size: 32 bytes
    	Bus: primary=00, secondary=02, subordinate=03, sec-latency=0
    	I/O behind bridge: 00005000-00006fff
    	Memory behind bridge: ca000000-ca7fffff
    	Prefetchable memory behind bridge: 00000000c8000000-00000000c87fffff
    	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    	BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
    	Capabilities: <access denied>
    
    00:03.0 PCI bridge: VIA Technologies, Inc. P4M900 PCI to PCI Bridge Controller (rev 80) (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: 0, Cache Line Size: 32 bytes
    	Bus: primary=00, secondary=04, subordinate=05, sec-latency=0
    	I/O behind bridge: 00007000-00008fff
    	Memory behind bridge: ca800000-caffffff
    	Prefetchable memory behind bridge: 00000000c8800000-00000000c8ffffff
    	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    	BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
    	Capabilities: <access denied>
    
    00:0f.0 IDE interface: VIA Technologies, Inc. VT8237A SATA 2-Port Controller (rev 80) (prog-if 8f [Master SecP SecO PriP PriO])
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	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 B routed to IRQ 18
    	Region 0: I/O ports at 4cb0 [size=8]
    	Region 1: I/O ports at 4ca4 [size=4]
    	Region 2: I/O ports at 4ca8 [size=8]
    	Region 3: I/O ports at 4ca0 [size=4]
    	Region 4: I/O ports at 4c80 [size=16]
    	Region 5: I/O ports at 4400 [size=256]
    	Capabilities: <access denied>
    
    00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 07) (prog-if 8a [Master SecP PriP])
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	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
    	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 4c90 [size=16]
    	Capabilities: <access denied>
    
    00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0) (prog-if 00 [UHCI])
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	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, Cache Line Size: 32 bytes
    	Interrupt: pin A routed to IRQ 19
    	Region 4: I/O ports at 4c00 [size=32]
    	Capabilities: <access denied>
    
    00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0) (prog-if 00 [UHCI])
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	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, Cache Line Size: 32 bytes
    	Interrupt: pin B routed to IRQ 20
    	Region 4: I/O ports at 4c20 [size=32]
    	Capabilities: <access denied>
    
    00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0) (prog-if 00 [UHCI])
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	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, Cache Line Size: 32 bytes
    	Interrupt: pin C routed to IRQ 18
    	Region 4: I/O ports at 4c40 [size=32]
    	Capabilities: <access denied>
    
    00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0) (prog-if 00 [UHCI])
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	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, Cache Line Size: 32 bytes
    	Interrupt: pin D routed to IRQ 21
    	Region 4: I/O ports at 4c60 [size=32]
    	Capabilities: <access denied>
    
    00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86) (prog-if 20 [EHCI])
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	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, Cache Line Size: 32 bytes
    	Interrupt: pin C routed to IRQ 18
    	Region 0: Memory at cb400000 (32-bit, non-prefetchable) [size=256]
    	Capabilities: <access denied>
    
    00:11.0 ISA bridge: VIA Technologies, Inc. VT8237A PCI to ISA Bridge
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	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-
    	Capabilities: <access denied>
    
    00:11.7 Host bridge: VIA Technologies, Inc. VT8251 Ultra VLINK Controller
    	Subsystem: VIA Technologies, Inc. Unknown device 337e
    	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-
    	Capabilities: <access denied>
    
    00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 7c)
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	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 (750ns min, 2000ns max), Cache Line Size: 32 bytes
    	Interrupt: pin A routed to IRQ 21
    	Region 0: I/O ports at 4800 [size=256]
    	Region 1: Memory at cb400400 (32-bit, non-prefetchable) [size=256]
    	Capabilities: <access denied>
    
    00:13.0 PCI bridge: VIA Technologies, Inc. VT8237A Host Bridge (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: 0
    	Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
    	I/O behind bridge: 0000f000-00000fff
    	Memory behind bridge: cb000000-cb0fffff
    	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
    	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    	BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
    	Capabilities: <access denied>
    
    00:13.1 PCI bridge: VIA Technologies, Inc. VT8237A PCI to PCI Bridge (prog-if 01 [Subtractive 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: 0
    	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
    	I/O behind bridge: 0000f000-00000fff
    	Memory behind bridge: cb100000-cb1fffff
    	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
    	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    	BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
    	Capabilities: <access denied>
    
    01:00.0 VGA compatible controller: VIA Technologies, Inc. Chrome9 HC IGP (rev 01) (prog-if 00 [VGA controller])
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	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 (500ns min)
    	Interrupt: pin A routed to IRQ 9
    	Region 0: Memory at a0000000 (32-bit, prefetchable) [size=512M]
    	Region 1: Memory at c9000000 (32-bit, non-prefetchable) [size=16M]
    	Capabilities: <access denied>
    
    06:01.0 Audio device: VIA Technologies, Inc. VIA High Definition Audio Controller (rev 10)
    	Subsystem: VIA Technologies, Inc. VIA High Definition Audio Controller
    	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    	Latency: 0, Cache Line Size: 32 bytes
    	Interrupt: pin A routed to IRQ 22
    	Region 0: Memory at cb000000 (64-bit, non-prefetchable) [size=16K]
    	Capabilities: <access denied>
    
    07:04.0 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card Reader Controller
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	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 (250ns min, 1000ns max), Cache Line Size: 32 bytes
    	Interrupt: pin A routed to IRQ 17
    	Region 0: Memory at cb100200 (32-bit, non-prefetchable) [size=128]
    	Capabilities: <access denied>
    
    07:04.1 SD Host controller: ENE Technology Inc ENE PCI SmartMedia / xD Card Reader Controller (prog-if 01)
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    	Latency: 32 (8000ns min, 18000ns max), Cache Line Size: 32 bytes
    	Interrupt: pin A routed to IRQ 22
    	Region 0: Memory at cb100000 (32-bit, non-prefetchable) [size=256]
    	Capabilities: <access denied>
    
    07:04.3 FLASH memory: ENE Technology Inc ENE PCI Secure Digital / MMC Card Reader Controller
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    	Latency: 64 (8000ns min, 18000ns max)
    	Interrupt: pin A routed to IRQ 22
    	Region 0: Memory at cb100100 (32-bit, non-prefetchable) [size=256]
    	Capabilities: <access denied>
    
    keith@oscar:/var/log$ 
    keith@oscar:/var/log$ su
    Password: 
    root@oscar:/var/log# lspci -vvv
    00:00.0 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
    	Subsystem: VIA Technologies, Inc. P4M900 Host Bridge
    	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-
    	Region 0: Memory at c0000000 (32-bit, prefetchable) [disabled] [size=128M]
    	Capabilities: [80] AGP version 3.5
    		Status: RQ=8 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>
    	Capabilities: [50] Power Management version 2
    		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    
    00:00.1 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
    	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:00.2 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
    	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:00.3 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
    	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:00.4 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
    	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:00.5 PIC: VIA Technologies, Inc. P4M900 I/O APIC Interrupt Controller (prog-if 20 [IO(X)-APIC])
    	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    	Latency: 0, Cache Line Size: 32 bytes
    
    00:00.6 Host bridge: VIA Technologies, Inc. P4M900 Security Device
    	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    	Latency: 0, Cache Line Size: 32 bytes
    
    00:00.7 Host bridge: VIA Technologies, Inc. P4M900 Host Bridge
    	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:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge (prog-if 00 [Normal decode])
    	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, Cache Line Size: 32 bytes
    	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
    	I/O behind bridge: 0000f000-00000fff
    	Memory behind bridge: c9000000-c9ffffff
    	Prefetchable memory behind bridge: a0000000-bfffffff
    	Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    	BridgeCtl: Parity- SERR- NoISA+ VGA+ MAbort- >Reset- FastB2B-
    	Capabilities: [70] Power Management version 2
    		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    
    00:02.0 PCI bridge: VIA Technologies, Inc. P4M900 PCI to PCI Bridge Controller (rev 80) (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: 0, Cache Line Size: 32 bytes
    	Bus: primary=00, secondary=02, subordinate=03, sec-latency=0
    	I/O behind bridge: 00005000-00006fff
    	Memory behind bridge: ca000000-ca7fffff
    	Prefetchable memory behind bridge: 00000000c8000000-00000000c87fffff
    	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    	BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
    	Capabilities: [40] Express Root Port (Slot+) IRQ 0
    		Device: Supported: MaxPayload 256 bytes, PhantFunc 0, ExtTag-
    		Device: Latency L0s <64ns, L1 <1us
    		Device: Errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
    		Device: RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
    		Device: MaxPayload 256 bytes, MaxReadReq 128 bytes
    		Link: Supported Speed 2.5Gb/s, Width x16, ASPM unknown, Port 0
    		Link: Latency L0s <512ns, L1 <1us
    		Link: ASPM Disabled RCB 64 bytes CommClk- ExtSynch-
    		Link: Speed 2.5Gb/s, Width x0
    		Slot: AtnBtn- PwrCtrl- MRL- AtnInd- PwrInd- HotPlug+ Surpise+
    		Slot: Number 0, PowerLimit 0.000000
    		Slot: Enabled AtnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq-
    		Slot: AttnInd Unknown, PwrInd Unknown, Power-
    		Root: Correctable- Non-Fatal- Fatal- PME-
    	Capabilities: [68] 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: [70] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/0 Enable+
    		Address: 00000000fee0100c  Data: 41c1
    		Masking: 00000001  Pending: 00000000
    	Capabilities: [88] HyperTransport: MSI Mapping
    	Capabilities: [98] Subsystem: VIA Technologies, Inc. Unknown device c323
    
    00:03.0 PCI bridge: VIA Technologies, Inc. P4M900 PCI to PCI Bridge Controller (rev 80) (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: 0, Cache Line Size: 32 bytes
    	Bus: primary=00, secondary=04, subordinate=05, sec-latency=0
    	I/O behind bridge: 00007000-00008fff
    	Memory behind bridge: ca800000-caffffff
    	Prefetchable memory behind bridge: 00000000c8800000-00000000c8ffffff
    	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    	BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
    	Capabilities: [40] Express Root Port (Slot+) IRQ 0
    		Device: Supported: MaxPayload 256 bytes, PhantFunc 0, ExtTag-
    		Device: Latency L0s <64ns, L1 <1us
    		Device: Errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
    		Device: RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
    		Device: MaxPayload 128 bytes, MaxReadReq 128 bytes
    		Link: Supported Speed 2.5Gb/s, Width x1, ASPM unknown, Port 1
    		Link: Latency L0s <512ns, L1 <1us
    		Link: ASPM Disabled RCB 64 bytes CommClk- ExtSynch-
    		Link: Speed 2.5Gb/s, Width x0
    		Slot: AtnBtn- PwrCtrl- MRL- AtnInd- PwrInd- HotPlug+ Surpise+
    		Slot: Number 0, PowerLimit 0.000000
    		Slot: Enabled AtnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq-
    		Slot: AttnInd Unknown, PwrInd Unknown, Power-
    		Root: Correctable- Non-Fatal- Fatal- PME-
    	Capabilities: [68] 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: [70] Message Signalled Interrupts: Mask+ 64bit+ Queue=0/0 Enable+
    		Address: 00000000fee0100c  Data: 41c9
    		Masking: 00000001  Pending: 00000000
    	Capabilities: [88] HyperTransport: MSI Mapping
    	Capabilities: [98] Subsystem: VIA Technologies, Inc. Unknown device c323
    
    00:0f.0 IDE interface: VIA Technologies, Inc. VT8237A SATA 2-Port Controller (rev 80) (prog-if 8f [Master SecP SecO PriP PriO])
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	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 B routed to IRQ 18
    	Region 0: I/O ports at 4cb0 [size=8]
    	Region 1: I/O ports at 4ca4 [size=4]
    	Region 2: I/O ports at 4ca8 [size=8]
    	Region 3: I/O ports at 4ca0 [size=4]
    	Region 4: I/O ports at 4c80 [size=16]
    	Region 5: I/O ports at 4400 [size=256]
    	Capabilities: [c0] 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:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 07) (prog-if 8a [Master SecP PriP])
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	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
    	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 4c90 [size=16]
    	Capabilities: [c0] 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:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0) (prog-if 00 [UHCI])
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	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, Cache Line Size: 32 bytes
    	Interrupt: pin A routed to IRQ 19
    	Region 4: I/O ports at 4c00 [size=32]
    	Capabilities: [80] 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:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0) (prog-if 00 [UHCI])
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	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, Cache Line Size: 32 bytes
    	Interrupt: pin B routed to IRQ 20
    	Region 4: I/O ports at 4c20 [size=32]
    	Capabilities: [80] 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:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0) (prog-if 00 [UHCI])
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	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, Cache Line Size: 32 bytes
    	Interrupt: pin C routed to IRQ 18
    	Region 4: I/O ports at 4c40 [size=32]
    	Capabilities: [80] 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:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0) (prog-if 00 [UHCI])
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	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, Cache Line Size: 32 bytes
    	Interrupt: pin D routed to IRQ 21
    	Region 4: I/O ports at 4c60 [size=32]
    	Capabilities: [80] 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:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86) (prog-if 20 [EHCI])
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	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, Cache Line Size: 32 bytes
    	Interrupt: pin C routed to IRQ 18
    	Region 0: Memory at cb400000 (32-bit, non-prefetchable) [size=256]
    	Capabilities: [80] 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:11.0 ISA bridge: VIA Technologies, Inc. VT8237A PCI to ISA Bridge
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	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-
    	Capabilities: [c0] 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:11.7 Host bridge: VIA Technologies, Inc. VT8251 Ultra VLINK Controller
    	Subsystem: VIA Technologies, Inc. Unknown device 337e
    	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-
    	Capabilities: [58] HyperTransport: Interrupt Discovery and Configuration
    
    00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 7c)
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	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 (750ns min, 2000ns max), Cache Line Size: 32 bytes
    	Interrupt: pin A routed to IRQ 21
    	Region 0: I/O ports at 4800 [size=256]
    	Region 1: Memory at cb400400 (32-bit, non-prefetchable) [size=256]
    	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:13.0 PCI bridge: VIA Technologies, Inc. VT8237A Host Bridge (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: 0
    	Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
    	I/O behind bridge: 0000f000-00000fff
    	Memory behind bridge: cb000000-cb0fffff
    	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
    	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    	BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
    	Capabilities: [60] HyperTransport: MSI Mapping
    	Capabilities: [70] Subsystem: VIA Technologies, Inc. VT8237A Host Bridge
    
    00:13.1 PCI bridge: VIA Technologies, Inc. VT8237A PCI to PCI Bridge (prog-if 01 [Subtractive 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: 0
    	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
    	I/O behind bridge: 0000f000-00000fff
    	Memory behind bridge: cb100000-cb1fffff
    	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
    	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    	BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
    	Capabilities: [60] HyperTransport: MSI Mapping
    	Capabilities: [70] Subsystem: VIA Technologies, Inc. VT8237A PCI to PCI Bridge
    
    01:00.0 VGA compatible controller: VIA Technologies, Inc. Chrome9 HC IGP (rev 01) (prog-if 00 [VGA controller])
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	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 (500ns min)
    	Interrupt: pin A routed to IRQ 9
    	Region 0: Memory at a0000000 (32-bit, prefetchable) [size=512M]
    	Region 1: Memory at c9000000 (32-bit, non-prefetchable) [size=16M]
    	Capabilities: [60] Power Management version 2
    		Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    	Capabilities: [70] AGP version 3.0
    		Status: RQ=256 Iso- ArqSz=0 Cal=7 SBA+ ITACoh- GART64- HTrans- 64bit- FW- AGP3+ Rate=x4,x8
    		Command: RQ=1 ArqSz=0 Cal=0 SBA+ AGP- GART64- 64bit- FW- Rate=<none>
    
    06:01.0 Audio device: VIA Technologies, Inc. VIA High Definition Audio Controller (rev 10)
    	Subsystem: VIA Technologies, Inc. VIA High Definition Audio Controller
    	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    	Latency: 0, Cache Line Size: 32 bytes
    	Interrupt: pin A routed to IRQ 22
    	Region 0: Memory at cb000000 (64-bit, non-prefetchable) [size=16K]
    	Capabilities: [50] 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-
    	Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
    		Address: 0000000000000000  Data: 0000
    	Capabilities: [70] Express Unknown type IRQ 0
    		Device: Supported: MaxPayload 128 bytes, PhantFunc 0, ExtTag-
    		Device: Latency L0s <64ns, L1 <1us
    		Device: Errors: Correctable- Non-Fatal- Fatal- Unsupported-
    		Device: RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
    		Device: MaxPayload 128 bytes, MaxReadReq 128 bytes
    		Link: Supported Speed unknown, Width x0, ASPM unknown, Port 0
    		Link: Latency L0s <64ns, L1 <1us
    		Link: ASPM Disabled CommClk- ExtSynch-
    		Link: Speed unknown, Width x0
    
    07:04.0 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card Reader Controller
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	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 (250ns min, 1000ns max), Cache Line Size: 32 bytes
    	Interrupt: pin A routed to IRQ 17
    	Region 0: Memory at cb100200 (32-bit, non-prefetchable) [size=128]
    	Capabilities: [80] Power Management version 2
    		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
    		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    
    07:04.1 SD Host controller: ENE Technology Inc ENE PCI SmartMedia / xD Card Reader Controller (prog-if 01)
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    	Latency: 32 (8000ns min, 18000ns max), Cache Line Size: 32 bytes
    	Interrupt: pin A routed to IRQ 22
    	Region 0: Memory at cb100000 (32-bit, non-prefetchable) [size=256]
    	Capabilities: [80] Power Management version 2
    		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
    		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    
    07:04.3 FLASH memory: ENE Technology Inc ENE PCI Secure Digital / MMC Card Reader Controller
    	Subsystem: CLEVO/KAPOK Computer Unknown device 0664
    	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    	Latency: 64 (8000ns min, 18000ns max)
    	Interrupt: pin A routed to IRQ 22
    	Region 0: Memory at cb100100 (32-bit, non-prefetchable) [size=256]
    	Capabilities: [80] Power Management version 2
    		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
    		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    Attached Files Attached Files

  2. #2
    Join Date
    May 2008
    Beans
    5

    Re: Openchrome problem in Hardy: /dev/dri is empty

    Well, for what it's worth I followed these instructions: http://wiki.openchrome.org/tikiwiki/...he+source+code which fixed that problem but now I have another:

    Code:
    keith@oscar:~$ grep ^\(EE\) /var/log/Xorg.0.log
    (EE) CHROME(0): [drm] drmAgpAcquire failed 19
    Code:
    keith@oscar:~$ grep ^\(WW\) /var/log/Xorg.0.log
    (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    (WW) CHROME(0): Panel on K8M800, PM800, VM800, P4M890, K8M890, CX700 or P4M900 is currently not supported.
    (WW) CHROME(0): Using VBE to set modes to work around this.
    (WW) CHROME(0): VIALoadPalette: Function not implemented for this chipset.
    (WW) CHROME(0): [XvMC] XvMC is not supported on this chipset.
    (WW) AIGLX: 3D driver claims to not support visual 0x22
    (WW) AIGLX: 3D driver claims to not support visual 0x23
    (WW) AIGLX: 3D driver claims to not support visual 0x24
    (WW) AIGLX: 3D driver claims to not support visual 0x25
    (WW) AIGLX: 3D driver claims to not support visual 0x26
    (WW) AIGLX: 3D driver claims to not support visual 0x27
    (WW) AIGLX: 3D driver claims to not support visual 0x28
    (WW) AIGLX: 3D driver claims to not support visual 0x29
    (WW) AIGLX: 3D driver claims to not support visual 0x2a
    (WW) AIGLX: 3D driver claims to not support visual 0x2b
    (WW) AIGLX: 3D driver claims to not support visual 0x2c
    (WW) AIGLX: 3D driver claims to not support visual 0x2d
    (WW) CHROME(0): VIALoadPalette: Function not implemented for this chipset.
    (WW) CHROME(0): VIALoadPalette: Function not implemented for this chipset.
    Code:
    keith@oscar:~$ dmesg | grep drm
    [   59.106961] [drm] Initialized drm 1.1.0 20060810
    [   59.238676] [drm] Initialized via 2.11.1 20070202 on minor 0
    [  167.603329] [drm:via_verify_command_stream] *ERROR* Accelerated 3D is not supported on this chipset yet.
    [  533.244580] [drm:via_verify_command_stream] *ERROR* Accelerated 3D is not supported on this chipset yet.
    And glxgears displays pretty much nothing after taking ages to load and quits giving:

    Code:
    keith@oscar:~$ glxgears
    0000:   f0000001  00000300  f0000006  00000000
    0010:   f000000b  00000000  f000000c  001f5f44
    0020:   f000000d  001f5f44  f000000e  809c009c
    0030:   f0000002  00000004  f0000003  00000004
    0040:   f0000004  012b012b  f0000000  f0002001
    0050:   f000000b  00000000  f0000001  00000300
    0060:   f0000006  ffffff00  f000000b  10000000
    0070:   f000000c  00201614  f000000d  00201614
    0080:   f000000e  809c009c  f0000002  00000004
    0090:   f0000003  00000004  f0000004  012b012b
    00a0:   f0000000  f0002001  f000000b  00000000
    00b0:   f210f110  00010000  cccccccc  cccccccc
    ******************************************
    fire_buffer: DRM_VIA_PCICMD returned -22
    Aborted
    Anyone have any ideas?

    Cheers!

    Keith

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •