Hallo zusammen,
ich habe ein Problem mit den Log-Files meines Systems. alle 2 Sekunden wird in der Kernel- und Syslog folgendes eingetragen.
Dec 27 20:21:48 hauptrechner kernel: [ 3864.990230] sd 8:0:0:3: [sde] Unit Not Ready Dec 27 20:21:48 hauptrechner kernel: [ 3864.990243] sd 8:0:0:3: [sde] Sense Key : Illegal Request [current] Dec 27 20:21:48 hauptrechner kernel: [ 3864.990253] sd 8:0:0:3: [sde] Add. Sense: Logical unit not supported Dec 27 20:21:48 hauptrechner kernel: [ 3864.991809] sd 8:0:0:1: [sdc] Unit Not Ready Dec 27 20:21:48 hauptrechner kernel: [ 3864.991818] sd 8:0:0:1: [sdc] Sense Key : Illegal Request [current] Dec 27 20:21:48 hauptrechner kernel: [ 3864.991829] sd 8:0:0:1: [sdc] Add. Sense: Logical unit not supported Dec 27 20:21:48 hauptrechner kernel: [ 3864.992844] sd 8:0:0:2: [sdd] Unit Not Ready Dec 27 20:21:48 hauptrechner kernel: [ 3864.992849] sd 8:0:0:2: [sdd] Sense Key : Illegal Request [current] Dec 27 20:21:48 hauptrechner kernel: [ 3864.992856] sd 8:0:0:2: [sdd] Add. Sense: Logical unit not supported Dec 27 20:21:48 hauptrechner kernel: [ 3864.994295] sd 8:0:0:0: [sdb] Unit Not Ready Dec 27 20:21:48 hauptrechner kernel: [ 3864.994300] sd 8:0:0:0: [sdb] Sense Key : Illegal Request [current] Dec 27 20:21:48 hauptrechner kernel: [ 3864.994307] sd 8:0:0:0: [sdb] Add. Sense: Logical unit not supported
die Dateien wachsen schnell und vor allem gibt es keine anderen Infos mehr darin und ich tue mich schwer beim Debuggen des Systems.
Mein System:
AMD Athlon II 435; MSI 785G-53; NEC DVD Brenner, Samsung HDD, CardReader, Medion DVB-S Karte
hier noch lspci
00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge Alternate 00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (int gfx) 00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 1) 00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (PCIE port 2) 00:11.0 SATA controller: ATI Technologies Inc SB700/SB800 SATA Controller [AHCI mode] 00:12.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller 00:12.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller 00:12.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller 00:13.0 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI0 Controller 00:13.1 USB Controller: ATI Technologies Inc SB700 USB OHCI1 Controller 00:13.2 USB Controller: ATI Technologies Inc SB700/SB800 USB EHCI Controller 00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c) 00:14.1 IDE interface: ATI Technologies Inc SB700/SB800 IDE Controller 00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA) 00:14.3 ISA bridge: ATI Technologies Inc SB700/SB800 LPC host controller 00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge 00:14.5 USB Controller: ATI Technologies Inc SB700/SB800 USB OHCI2 Controller 00:18.0 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] HyperTransport Configuration 00:18.1 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Address Map 00:18.2 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] DRAM Controller 00:18.3 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Miscellaneous Control 00:18.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, Sempron] Link Control 01:05.0 VGA compatible controller: ATI Technologies Inc Device 9710 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03) 03:00.0 FireWire (IEEE 1394): VIA Technologies, Inc. Device 3403 04:05.0 Multimedia controller: Philips Semiconductors SAA7134/SAA7135HL Video Broadcast Decoder (rev 01) 04:06.0 Parallel controller: Timedia Technology Co Ltd SUN1888 (Dual IEEE1284 parallel port) (rev 01)
und lsusb
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 007: ID 04d8:8001 Microchip Technology, Inc. ICD2 in-circuit debugger Bus 001 Device 006: ID 046d:c01d Logitech, Inc. MX510 Optical Mouse Bus 001 Device 005: ID 046d:c30a Logitech, Inc. iTouch Composite Bus 001 Device 004: ID 2001:f103 D-Link Corp. [hex] Bus 001 Device 003: ID 04b4:6560 Cypress Semiconductor Corp. CY7C65640 USB-2.0 "TetraHub" Bus 001 Device 002: ID 0dda:0001 Integrated Circuit Solution, Inc. Multi-Card Reader 6in1 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 002: ID 04a9:2206 Canon, Inc. CanoScan N650U/N656U Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Vielen Dank
mw2000