Skip to content
Snippets Groups Projects
Commit 58736e2d authored by Claude Becker's avatar Claude Becker
Browse files

rm obsolete debugging usb devices

parent 52b294db
No related branches found
No related tags found
No related merge requests found
......@@ -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]]
......
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment