Anzeige:
Ergebnis 1 bis 12 von 12

Thema: [solved] Server mit fünf Platten, eine lahmt

  1. #1
    Registrierter Benutzer
    Registriert seit
    Jan 2005
    Ort
    Berlin
    Beiträge
    279

    [solved] Server mit fünf Platten, eine lahmt

    Ich habe keinen Ansatz wodurch ich mir die lahme Datentransferleistung erklären kann.

    eine Platte kann nicht mehr als 2Mb/s
    (die 1TB)

    Code:
    # fdisk -l | grep ^Disk | grep sd
    Disk /dev/sda: 500.1 GB, 500107862016 bytes
    Disk /dev/sdb: 500.1 GB, 500107862016 bytes
    Disk /dev/sdc: 500.1 GB, 500107862016 bytes
    Disk /dev/sdd: 500.1 GB, 500107862016 bytes
    Disk /dev/sde: 1000.2 GB, 1000204886016 bytes
    Code:
     Model=SAMSUNG HE502IJ                         , FwRev=1AA01113, SerialNo=S1MTJ1BS200518      
     Model=SAMSUNG HE502IJ                         , FwRev=1AA01113, SerialNo=S1MTJ1BS200519      
     Model=SAMSUNG HE502IJ                         , FwRev=1AA01113, SerialNo=S1MTJ1BS200527      
     Model=SAMSUNG HE502IJ                         , FwRev=1AA01113, SerialNo=S1MTJ1BS200526      
     Model=SAMSUNG HD103UJ                         , FwRev=1AA01113, SerialNo=S13PJDWS312425
    Code:
    Base Board Information
            Manufacturer: Gigabyte Technology Co., Ltd.
            Product Name: GA-MA78GM-S2H
    Code:
    Linux vmserver 2.6.24-23-generic #1 SMP Wed Apr 1 21:43:24 UTC 2009 x86_64 GNU/Linux
    System: ubuntu LTS 8.04
    CPU : AMD Phenom(tm) II X4 920 Processor
    RAM: 4GB

    ist einer der Sata-Slots vielleicht zu lahm, oder schraubt der die Datentakt runter o.ä.???
    Geändert von lkwg82 (24.06.09 um 22:48 Uhr)
    http://larsindo.wordpress.com/ ( Auch als Informatikstudent kann man ein Praxissemester im Ausland machen -> Indonesien. )

  2. #2
    Registrierter Benutzer
    Registriert seit
    Jan 2008
    Beiträge
    2.551
    was sagt

    Code:
    hdparm -i /dev/sde
    vs.

    Code:
    hdparm -i /dev/sda

  3. #3
    Registrierter Benutzer
    Registriert seit
    Jan 2005
    Ort
    Berlin
    Beiträge
    279
    Code:
    # hdparm -i /dev/sda
    
    /dev/sda:
    
     Model=SAMSUNG HE502IJ                         , FwRev=1AA01113, SerialNo=S1MTJ1BS200518      
     Config={ Fixed }
     RawCHS=16383/16/63, TrkSize=34902, SectSize=554, ECCbytes=4
     BuffType=DualPortCache, BuffSize=16384kB, MaxMultSect=16, MultSect=?0?
     CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=976773168
     IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
     PIO modes:  pio0 pio1 pio2 pio3 pio4 
     DMA modes:  mdma0 mdma1 mdma2 
     UDMA modes: udma0 udma1 udma2 udma3 udma4 udma5 *udma6 
     AdvancedPM=yes: unknown setting WriteCache=enabled
     Drive conforms to: unknown:  ATA/ATAPI-3,4,5,6,7
    
     * signifies the current active mode
    Code:
    # hdparm -i /dev/sde
    
    /dev/sde:
    
     Model=SAMSUNG HD103UJ                         , FwRev=1AA01113, SerialNo=S13PJDWS312425      
     Config={ Fixed }
     RawCHS=16383/16/63, TrkSize=34902, SectSize=554, ECCbytes=4
     BuffType=DualPortCache, BuffSize=32767kB, MaxMultSect=16, MultSect=?16?
     CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=1953525168
     IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
     PIO modes:  pio0 pio1 pio2 pio3 pio4 
     DMA modes:  mdma0 mdma1 mdma2 
     UDMA modes: udma0 udma1 udma2 udma3 udma4 udma5 *udma6 
     AdvancedPM=yes: disabled (255) WriteCache=enabled
     Drive conforms to: unknown:  ATA/ATAPI-3,4,5,6,7
    
     * signifies the current active mode
    Code:
    # hdparm -t /dev/sd{a,e}
    
    /dev/sda:
     Timing buffered disk reads:  266 MB in  3.01 seconds =  88.37 MB/sec
    
    /dev/sde:
     Timing buffered disk reads:    6 MB in  3.36 seconds =   1.79 MB/sec
    http://larsindo.wordpress.com/ ( Auch als Informatikstudent kann man ein Praxissemester im Ausland machen -> Indonesien. )

  4. #4
    LPIC-3, CCNP, JNCIS-SP Avatar von OliverH
    Registriert seit
    Jan 2007
    Ort
    Kevelaer
    Beiträge
    170
    Hängen die Platten alle am selben Controller?
    Was sagt lspci -vv?
    Was sagt lsmod?

    Ich vermute, dass die 5. Platte an einem anderen Controller hängt, als die anderen 4, und hier der Treiber Probleme macht!?
    o
    L_
    OL

    "This is Schäuble. Copy Schäuble to help him on the way to the Überwachungsstaat."

  5. #5
    LPIC-3, CCNP, JNCIS-SP Avatar von OliverH
    Registriert seit
    Jan 2007
    Ort
    Kevelaer
    Beiträge
    170
    Schau mal hier:
    Code:
    http://ubuntuforums.org/showthread.php?t=760121
    Da hat jemand das gleiche Problem mit der selben Hardware

    Ps. Gefunden über Google "ATI SB700 2.6.24 slow"
    o
    L_
    OL

    "This is Schäuble. Copy Schäuble to help him on the way to the Überwachungsstaat."

  6. #6
    Registrierter Benutzer
    Registriert seit
    Jan 2005
    Ort
    Berlin
    Beiträge
    279
    Code:
    # lspci -vv
    00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge
    	Subsystem: Advanced Micro Devices [AMD] RS780 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: 32
    	Region 3: Memory at <ignored> (64-bit, non-prefetchable)
    	Capabilities: [c4] HyperTransport: Slave or Primary Interface
    		Command: BaseUnitID=0 UnitCnt=12 MastHost- DefDir- DUL-
    		Link Control 0: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
    		Link Config 0: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
    		Link Control 1: CFlE- CST- CFE- <LkFail+ Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
    		Link Config 1: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=8bit DwFcInEn- LWO=8bit DwFcOutEn-
    		Revision ID: 3.00
    		Link Frequency 0: [a]
    		Link Error 0: <Prot+ <Ovfl- <EOC- CTLTm-
    		Link Frequency Capability 0: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz- 1.4GHz- 1.6GHz- Vend-
    		Feature Capability: IsocFC- LDTSTOP+ CRCTM- ECTLT- 64bA- UIDRD-
    		Link Frequency 1: 200MHz
    		Link Error 1: <Prot- <Ovfl- <EOC- CTLTm-
    		Link Frequency Capability 1: 200MHz- 300MHz- 400MHz- 500MHz- 600MHz- 800MHz- 1.0GHz- 1.2GHz- 1.4GHz- 1.6GHz- Vend-
    		Error Handling: PFlE- OFlE- PFE- OFE- EOCFE- RFE- CRCFE- SERRFE- CF- RE- PNFE- ONFE- EOCNFE- RNFE- CRCNFE- SERRNFE-
    		Prefetchable memory behind bridge Upper: 00-00
    		Bus Number: 00
    	Capabilities: [54] HyperTransport: UnitID Clumping
    	Capabilities: [40] HyperTransport: Retry Mode
    	Capabilities: [9c] HyperTransport: #1a
    	Capabilities: [f8] HyperTransport: #1c
    
    00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int gfx) (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: 99
    	Bus: primary=00, secondary=01, subordinate=01, sec-latency=68
    	I/O behind bridge: 0000e000-0000efff
    	Memory behind bridge: fdd00000-fdefffff
    	Prefetchable memory behind bridge: 00000000d8000000-00000000dfffffff
    	Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    	BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- >Reset- FastB2B-
    	Capabilities: [44] HyperTransport: MSI Mapping
    	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int gfx)
    
    00:0a.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 5) (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: 4 bytes
    	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
    	I/O behind bridge: 0000d000-0000dfff
    	Memory behind bridge: fda00000-fdafffff
    	Prefetchable memory behind bridge: 00000000fdf00000-00000000fdffffff
    	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
    	Capabilities: [50] Power Management version 3
    		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    	Capabilities: [58] Express Root Port (Slot+) 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 x1, ASPM L0s L1, Port 1
    		Link: Latency L0s <64ns, L1 <1us
    		Link: ASPM Disabled RCB 64 bytes CommClk+ ExtSynch-
    		Link: Speed 2.5Gb/s, Width x1
    		Slot: AtnBtn- PwrCtrl- MRL- AtnInd- PwrInd- HotPlug- Surpise-
    		Slot: Number 10, PowerLimit 25.000000
    		Slot: Enabled AtnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq-
    		Slot: AttnInd Unknown, PwrInd Unknown, Power-
    		Root: Correctable- Non-Fatal- Fatal- PME-
    	Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 Enable+
    		Address: fee0f00c  Data: 4151
    	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] Unknown device 9600
    	Capabilities: [b8] HyperTransport: MSI Mapping
    
    00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode] (prog-if 01 [AHCI 1.0])
    	Subsystem: Giga-byte Technology Unknown device b002
    	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    	Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    	Latency: 32
    	Interrupt: pin A routed to IRQ 22
    	Region 0: I/O ports at ff00 [size=8]
    	Region 1: I/O ports at fe00 [size=4]
    	Region 2: I/O ports at fd00 [size=8]
    	Region 3: I/O ports at fc00 [size=4]
    	Region 4: I/O ports at fb00 [size=16]
    	Region 5: Memory at fe02f000 (32-bit, non-prefetchable) [size=1K]
    	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] #12 [0010]
    
    00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller (prog-if 10 [OHCI])
    	Subsystem: Giga-byte Technology Unknown device 5004
    	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: 4 bytes
    	Interrupt: pin A routed to IRQ 16
    	Region 0: Memory at fe02e000 (32-bit, non-prefetchable) [size=4K]
    
    00:12.1 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI1 Controller (prog-if 10 [OHCI])
    	Subsystem: Giga-byte Technology Unknown device 5004
    	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: 4 bytes
    	Interrupt: pin A routed to IRQ 16
    	Region 0: Memory at fe02d000 (32-bit, non-prefetchable) [size=4K]
    
    00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller (prog-if 20 [EHCI])
    	Subsystem: Giga-byte Technology Unknown device 5004
    	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: 64 bytes
    	Interrupt: pin B routed to IRQ 17
    	Region 0: Memory at fe02c000 (32-bit, non-prefetchable) [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-
    		Bridge: PM- B3+
    	Capabilities: [e4] Debug port
    
    00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller (prog-if 10 [OHCI])
    	Subsystem: Giga-byte Technology Unknown device 5004
    	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: 4 bytes
    	Interrupt: pin A routed to IRQ 18
    	Region 0: Memory at fe02b000 (32-bit, non-prefetchable) [size=4K]
    
    00:13.1 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI1 Controller (prog-if 10 [OHCI])
    	Subsystem: Giga-byte Technology Unknown device 5004
    	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: 4 bytes
    	Interrupt: pin A routed to IRQ 18
    	Region 0: Memory at fe02a000 (32-bit, non-prefetchable) [size=4K]
    
    00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller (prog-if 20 [EHCI])
    	Subsystem: Giga-byte Technology Unknown device 5004
    	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: 64 bytes
    	Interrupt: pin B routed to IRQ 19
    	Region 0: Memory at fe029000 (32-bit, non-prefetchable) [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-
    		Bridge: PM- B3+
    	Capabilities: [e4] Debug port
    
    00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3a)
    	Subsystem: Giga-byte Technology Unknown device 4385
    	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: [b0] HyperTransport: MSI Mapping
    
    00:14.1 IDE interface: ATI Technologies Inc SB700/SB800 IDE Controller (prog-if 8a [Master SecP PriP])
    	Subsystem: Giga-byte Technology Unknown device 5002
    	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    	Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    	Latency: 32
    	Interrupt: pin A routed to IRQ 16
    	Region 0: I/O ports at 01f0 [size=8]
    	Region 1: I/O ports at 03f4 [size=1]
    	Region 2: I/O ports at 0170 [size=8]
    	Region 3: I/O ports at 0374 [size=1]
    	Region 4: I/O ports at fa00 [size=16]
    	Capabilities: [70] Message Signalled Interrupts: Mask- 64bit- Queue=0/1 Enable-
    		Address: 00000000  Data: 0000
    
    00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller
    	Subsystem: ATI Technologies Inc SB700/SB800 LPC host controller
    	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:14.4 PCI bridge: ATI Technologies Inc SBx00 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=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    	Latency: 64
    	Bus: primary=00, secondary=03, subordinate=03, sec-latency=64
    	I/O behind bridge: 0000c000-0000cfff
    	Memory behind bridge: fdc00000-fdcfffff
    	Prefetchable memory behind bridge: fdb00000-fdbfffff
    	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
    	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
    
    00:14.5 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI2 Controller (prog-if 10 [OHCI])
    	Subsystem: Giga-byte Technology Unknown device 5004
    	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: 4 bytes
    	Interrupt: pin C routed to IRQ 18
    	Region 0: Memory at fe028000 (32-bit, non-prefetchable) [size=4K]
    
    00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] HyperTransport Configuration
    	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-
    	Capabilities: [80] HyperTransport: Host or Secondary Interface
    		Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
    		Link Control: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn- LSEn+ ExtCTL- 64b-
    		Link Config: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
    		Revision ID: 3.00
    		Link Frequency: [a]
    		Link Error: <Prot- <Ovfl- <EOC- CTLTm-
    		Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend-
    		Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-
    
    00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Address Map
    	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
    	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
    
    00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] DRAM 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-
    
    00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Miscellaneous Control
    	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-
    	Capabilities: [f0] #0f [0010]
    
    00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h [Opteron, Athlon64, Sempron] Link Control
    	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-
    
    01:05.0 VGA compatible controller: ATI Technologies Inc Radeon HD 3200 Graphics (prog-if 00 [VGA controller])
    	Subsystem: Giga-byte Technology Unknown device d000
    	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: 4 bytes
    	Interrupt: pin A routed to IRQ 10
    	Region 0: Memory at d8000000 (32-bit, prefetchable) [size=128M]
    	Region 1: I/O ports at ee00 [size=256]
    	Region 2: Memory at fdee0000 (32-bit, non-prefetchable) [size=64K]
    	Region 5: Memory at fdd00000 (32-bit, non-prefetchable) [size=1M]
    	Capabilities: [50] Power Management version 3
    		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    	Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
    		Address: 0000000000000000  Data: 0000
    
    01:05.1 Audio device: ATI Technologies Inc RS780 Azalia controller
    	Subsystem: ATI Technologies Inc RS780 Azalia 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: 4 bytes
    	Interrupt: pin B routed to IRQ 19
    	Region 0: Memory at fdefc000 (32-bit, non-prefetchable) [size=16K]
    	Capabilities: [50] Power Management version 3
    		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    	Capabilities: [a0] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-
    		Address: 0000000000000000  Data: 0000
    
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
    	Subsystem: Giga-byte Technology Unknown device e000
    	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: 64 bytes
    	Interrupt: pin A routed to IRQ 510
    	Region 0: I/O ports at de00 [size=256]
    	Region 2: Memory at fdfff000 (64-bit, prefetchable) [size=4K]
    	Region 4: Memory at fdfe0000 (64-bit, prefetchable) [size=64K]
    	[virtual] Expansion ROM at fdf00000 [disabled] [size=64K]
    	Capabilities: [40] Power Management version 3
    		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
    		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
    	Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable+
    		Address: 00000000fee0f00c  Data: 4159
    	Capabilities: [70] Express Endpoint IRQ 1
    		Device: Supported: MaxPayload 256 bytes, PhantFunc 0, ExtTag-
    		Device: Latency L0s <512ns, L1 <8us
    		Device: AtnBtn- AtnInd- PwrInd-
    		Device: Errors: Correctable- Non-Fatal- Fatal- Unsupported-
    		Device: RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop-
    		Device: MaxPayload 128 bytes, MaxReadReq 512 bytes
    		Link: Supported Speed 2.5Gb/s, Width x1, ASPM L0s L1, Port 0
    		Link: Latency L0s <512ns, L1 <64us
    		Link: ASPM Disabled RCB 64 bytes CommClk+ ExtSynch-
    		Link: Speed 2.5Gb/s, Width x1
    	Capabilities: [b0] MSI-X: Enable- Mask- TabSize=2
    		Vector table: BAR=4 offset=00000000
    		PBA: BAR=4 offset=00000800
    	Capabilities: [d0] Vital Product Data
    Code:
    # lsmod | sort
    ac                      8328  0 
    af_packet              27272  2 
    ahci                   33284  10 
    async_memcpy            4608  1 raid456
    async_tx               10484  3 raid456,async_xor,async_memcpy
    async_xor               6144  1 raid456
    ata_generic             9988  0 
    atiixp                  6672  0 [permanent]
    battery                16776  0 
    bitblit                 7424  1 fbcon
    button                 10912  0 
    cdrom                  41512  1 sr_mod
    container               6656  0 
    cpufreq_conservative    10632  0 
    cpufreq_ondemand       11152  4 
    cpufreq_powersave       3200  0 
    cpufreq_stats           8416  0 
    cpufreq_userspace       6180  0 
    dm_mirror              26368  0 
    dm_mod                 71160  10 dm_multipath,dm_mirror,dm_snapshot
    dm_multipath           23056  0 
    dm_snapshot            20680  0 
    dock                   12960  0 
    ehci_hcd               41996  0 
    evdev                  14976  2 
    fan                     6792  0 
    fbcon                  46336  0 
    font                   10112  1 fbcon
    freq_table              6464  3 cpufreq_stats,cpufreq_ondemand,powernow_k8
    fuse                   56112  3 
    hwmon_vid               5120  1 it87
    i2c_core               28544  1 i2c_piix4
    i2c_piix4              11148  0 
    ide_core              136600  1 atiixp
    iptable_filter          4608  1 
    iptable_mangle          4480  0 
    iptable_nat             9604  0 
    ip_tables              24104  3 iptable_filter,iptable_mangle,iptable_nat
    ipv6                  311848  40 
    it87                   26896  0 
    jfs                   189648  2 
    kvm                   131800  1 kvm_amd
    kvm_amd                29196  0 
    libata                176560  4 pata_atiixp,ata_generic,ahci,pata_acpi
    linear                  7424  0 
    loop                   21508  0 
    lp                     14916  0 
    md_mod                 88220  8 raid10,raid456,raid1,raid0,multipath,linear
    Module                  Size  Used by
    multipath              11008  0 
    nf_conntrack           79216  4 xt_state,iptable_nat,nf_nat,nf_conntrack_ipv4
    nf_conntrack_ipv4      21904  4 iptable_nat
    nf_nat                 23980  1 iptable_nat
    ohci_hcd               28956  0 
    output                  5632  1 video
    parport                44300  2 lp,parport_pc
    parport_pc             41128  1 
    pata_acpi               9856  0 
    pata_atiixp            10496  2 
    pci_hotplug            34608  1 shpchp
    pcspkr                  4992  0 
    powernow_k8            16608  0 
    processor              40424  2 powernow_k8,thermal
    psmouse                46236  0 
    r8169                  36868  0 
    raid0                   9472  0 
    raid10                 26368  0 
    raid1                  26880  2 
    raid456               131360  0 
    reiserfs              246912  2 
    sbs                    17808  0 
    sbshc                   8960  1 sbs
    scsi_mod              178488  4 sr_mod,sg,sd_mod,libata
    sd_mod                 33280  12 
    serio_raw               9092  0 
    sg                     41880  0 
    shpchp                 38172  0 
    snd                    70856  11 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
    snd_hda_intel         442200  0 
    snd_hwdep              12552  1 snd_hda_intel
    snd_mixer_oss          20224  1 snd_pcm_oss
    snd_page_alloc         13200  2 snd_hda_intel,snd_pcm
    snd_pcm                92168  2 snd_hda_intel,snd_pcm_oss
    snd_pcm_oss            47648  0 
    snd_rawmidi            29856  1 snd_seq_midi
    snd_seq                63232  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
    snd_seq_device         10644  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
    snd_seq_dummy           5764  0 
    snd_seq_midi           10688  0 
    snd_seq_midi_event     10112  2 snd_seq_oss,snd_seq_midi
    snd_seq_oss            38912  0 
    snd_timer              27912  2 snd_pcm,snd_seq
    softcursor              3712  1 bitblit
    soundcore              10400  1 snd
    sr_mod                 20132  0 
    thermal                19744  0 
    tileblit                4096  1 fbcon
    tun                    14336  1 
    usbcore               170288  3 ohci_hcd,ehci_hcd
    video                  23444  0 
    vmci                   59088  2 vsock
    vmmon                  79984  19 
    vmnet                  52052  17 
    vsock                  27664  0 
    wmi_acer               11076  0 
    xfs                   562152  1 
    xor                     7184  2 raid456,async_xor
    x_tables               23560  4 xt_state,xt_tcpudp,iptable_nat,ip_tables
    xt_state                4096  2 
    xt_tcpudp               4992  8
    http://larsindo.wordpress.com/ ( Auch als Informatikstudent kann man ein Praxissemester im Ausland machen -> Indonesien. )

  7. #7
    LPIC-3, CCNP, JNCIS-SP Avatar von OliverH
    Registriert seit
    Jan 2007
    Ort
    Kevelaer
    Beiträge
    170
    Hast du dir den Link angesehen?

    Zeig uns mal die Ausgabe von dmesg!
    o
    L_
    OL

    "This is Schäuble. Copy Schäuble to help him on the way to the Überwachungsstaat."

  8. #8
    Registrierter Benutzer
    Registriert seit
    Jan 2005
    Ort
    Berlin
    Beiträge
    279
    so, mal schauen, starte gerade neu.... (versuche deinen Tipp mit driver blacklisten)
    http://larsindo.wordpress.com/ ( Auch als Informatikstudent kann man ein Praxissemester im Ausland machen -> Indonesien. )

  9. #9
    Registrierter Benutzer
    Registriert seit
    Jan 2005
    Ort
    Berlin
    Beiträge
    279
    in der DMESG Ausgabe stand dieses SLOW DOWN aus dem Link.

    Code:
    [   33.344942] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfa00 irq 14
    [   33.344975] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfa08 irq 15
    [   33.661138] ata5.00: ATAPI: SONY    DVD RW DW-U18A, UYS1, max UDMA/33
    [   33.832655] ata5.00: configured for UDMA/33
    [   34.004138] ata6.00: HPA unlocked: 1953523055 -> 1953525168, native 1953525168
    [   34.004177] ata6.00: ATA-7: SAMSUNG HD103UJ, 1AA01113, max UDMA7
    [   34.004210] ata6.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [   34.004248] ata6.00: simplex DMA is claimed by other device, disabling DMA
    [   34.012248] ata6.00: configured for PIO4
    http://larsindo.wordpress.com/ ( Auch als Informatikstudent kann man ein Praxissemester im Ausland machen -> Indonesien. )

  10. #10
    Registrierter Benutzer
    Registriert seit
    Jan 2005
    Ort
    Berlin
    Beiträge
    279
    merke gerade, daß er mit anderem Kernel gestartet ist und demzufolge nciht von den Änderungen profitiert
    http://larsindo.wordpress.com/ ( Auch als Informatikstudent kann man ein Praxissemester im Ausland machen -> Indonesien. )

  11. #11
    Registrierter Benutzer
    Registriert seit
    Jan 2005
    Ort
    Berlin
    Beiträge
    279

    Thumbs up Solved

    Code:
    [   32.721319] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [   32.727730] ata6.00: ATA-7: SAMSUNG HE502IJ, 1AA01113, max UDMA7
    [   32.727764] ata6.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
    [   32.734240] ata6.00: configured for UDMA/133
    [   33.871142] ReiserFS: md0: using ordered data mode
    [   41.513285] Adding 16777208k swap on /dev/mapper/data-swap.  Priority:-1 extents:1 across:16777208k
    [   48.880352] ReiserFS: dm-2: using ordered data mode
    Code:
    # hdparm -t /dev/sde
    
    /dev/sde:
     Timing buffered disk reads:  262 MB in  3.00 seconds =  87.30 MB/sec

    Super Leistung, Danke!
    http://larsindo.wordpress.com/ ( Auch als Informatikstudent kann man ein Praxissemester im Ausland machen -> Indonesien. )

  12. #12
    Registrierter Benutzer
    Registriert seit
    Jan 2005
    Ort
    Berlin
    Beiträge
    279
    kann man den Thementitel noch auf "[Solved] " ändern?
    http://larsindo.wordpress.com/ ( Auch als Informatikstudent kann man ein Praxissemester im Ausland machen -> Indonesien. )

Ähnliche Themen

  1. LDAP-Anmeldung geht nicht
    Von magic_halli im Forum Linux als Server
    Antworten: 16
    Letzter Beitrag: 01.12.06, 11:20
  2. Apache führt keine CGI Scripts aus
    Von king_of_tuxland im Forum Linux als Server
    Antworten: 1
    Letzter Beitrag: 29.01.06, 12:54
  3. Apache - Virtuelle Domains
    Von im Forum Linux als Server
    Antworten: 18
    Letzter Beitrag: 23.12.04, 06:34
  4. php-Update fehlgeschlagen?
    Von verve im Forum Linux als Server
    Antworten: 20
    Letzter Beitrag: 28.12.02, 17:16
  5. Antworten: 13
    Letzter Beitrag: 03.08.00, 23:28

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •