DebuggingRemovableDevices
|
Size: 2854
Comment: merging lists
|
Size: 2619
Comment: 2nd way to start the hald works on Edgy and Feisty, too.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 13: | Line 13: |
| 0. In Ubuntu 5.10 (Breezy Badger) and older `gnome-volume-manager 2>&1 | tee gvm.log` In Ubuntu 6.06 (Dapper Drake) : `gnome-volume-manager -n 2>&1 | tee gvm.log`[[BR]] |
0. run `gnome-volume-manager -n 2>&1 | tee gvm.log`[[BR]] |
| Line 22: | Line 19: |
| 0. In Dapper press Control-C to stop the udevmonitor | 0. press Control-C to stop the udevmonitor |
| Line 37: | Line 34: |
| 0. In Warty and Hoary: `sudo hald --drop-privileges --daemon=no --verbose=yes 2>&1 | tee hal.log` In Breezy and Dapper: `sudo hald --daemon=no --verbose=yes 2>&1 | tee hal.log` |
0. run `sudo hald --daemon=no --verbose=yes 2>&1 | tee hal.log` |
| Line 47: | Line 41: |
| * `sudo /etc/dbus-1/event.d/20hal start` (in Breezy and Dapper) | * `sudo /etc/dbus-1/event.d/20hal start` (in Breezy, Dapper, Edgy and Feisty) |
ContentsBRTableOfContents |
Introduction
Help on debugging removable device issues.
How to report
When reporting a problem with removable devices, such as USB storage devices ("keys", hard drives, card readers, music players, digital cameras, etc.), please do the following steps:
- disconnect the device
killall gnome-volume-manager
run gnome-volume-manager -n 2>&1 | tee gvm.logBR and in another terminal
sudo udevmonitor -e | tee udev.log
- connect the device
- wait a few seconds
- Press Control-C to stop the foreground gnome-volume-manager
- press Control-C to stop the udevmonitor
lshal > lshal.txt
dmesg > dmesg.txt
ls -l /dev/sd* > devices.txt
attach gvm.log, lshal.txt, devices.txt, dmesg.txt and udev.log (dapper only) to the bug report
Press Alt-F2 and type gnome-volume-manager to get your background g-v-m back (or just log out and back in again)
paste the output of id into the bug report
paste the output of id hal into the bug report
paste the output of id haldaemon into the bug report
paste the output of uname -a into the bug report
In easy cases this is everything that is needed. However, you might be asked for a "hal debug output"; please do the following steps to get it:
- disconnect the device
sudo killall hald
run sudo hald --daemon=no --verbose=yes 2>&1 | tee hal.log
- wait until the flood of messages settled
- connect the device
- wait again until no messages appear any more
- press Control-C to stop the foreground hal
- Restore the background hal:
sudo /etc/init.d/dbus-1 restart (in Warty and Hoary)
sudo /etc/dbus-1/event.d/20hal start (in Breezy, Dapper, Edgy and Feisty)
- attach hal.log to the bug report
- Restart your desktop session
Debugging procedure
TBD.
Known bugs
Description of known issues, how to recognise them and stock responses/actions.
Open
Bug# |
Description |
Action |
TBD. |
TBD. |
TBD. |
Closed
Bug# |
Description |
Action |
TBD. |
TBD. |
TBD. |
Non-bugs
TBD.
Also see:
DebuggingRemovableDevices (last edited 2011-01-07 14:06:15 by 67-42-160-182)