diff --git a/audience/administrator_at_isg.markdown b/audience/administrator_at_isg.markdown index 77a166f55909af69b6bc51dd2a3b7c5b69bd36dc..db2206c346c473a7c44c68d4b8813eb411e4c20d 100644 --- a/audience/administrator_at_isg.markdown +++ b/audience/administrator_at_isg.markdown @@ -8,7 +8,6 @@ Administrative Tasks * [[NTP|documentation/Troubleshooting NTP]] * [[documentation/Testing Hardware]] -* [[linux/Debugging USB storage devices]] * [[documentation/Packaging software for Debian]] * [[How to add tests to our Xymon Monitoring Server|documentation/How to add tests to our Big Brother]] diff --git a/linux/debugging_usb_storage_devices.markdown b/linux/debugging_usb_storage_devices.markdown deleted file mode 100644 index 7bc28bb4b95e646b3ec2ba843424aa3f8d374ac2..0000000000000000000000000000000000000000 --- a/linux/debugging_usb_storage_devices.markdown +++ /dev/null @@ -1,11 +0,0 @@ -Debugging USB storage devices -============================= - -Debugging USB storage devices - -* USB fix im kernel (CONFIG_USB=y, CONFIG_USB_STORAGE=y, CONFIG_SCSI=y, CONFIG_BLK_DEV_SD=y). Das hat bei Woody als Module funktioniert. Bei Sarge muss es in den kernel (vermutlich devfs Unterschied). - -Bekannte Fehlverhalten - -* syslog zeigt nur zwei Zeilen an (Adresse kann nicht zugeordnet werden). USB Hardwareproblem -> aus-/einstecken bis es geht. -* Device erkannt, USB IDs werden auch gesehen, er findet jedoch kein sda/sdb etc. was zu einem FATAL Fehler im syslog führt. -> im dmesg fehlt diese Zeile -> warum wir usb-storage nicht als Modul sondern im Kernel brauchen