You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Wednesday, October 15th 2008, 10:02am

No media notifier with KDE

Hi,

I'm using KDE, and when i insert a usb key. I can see the key on the desktop and on the media folder, but there is no Pop Up notification.

The services : MediaManager and Notification Daemon are launch.
The "Show pop Up notification" is check.

dmesg

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[   88.432992] usb 2-7.1: new full speed USB device using ehci_hcd and address 3
[   88.542070] usb 2-7.1: configuration #1 chosen from 1 choice
[   88.542696] usb 2-7.1: New USB device found, idVendor=0ed1, idProduct=6680
[   88.542703] usb 2-7.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   88.542706] usb 2-7.1: Product: Mass Storage Device
[   88.542708] usb 2-7.1: Manufacturer: Generic
[   88.628429] Initializing USB Mass Storage driver...
[   88.629224] scsi6 : SCSI emulation for USB Mass Storage devices
[   88.629224] usb-storage: device found at 3
[   88.629224] usb-storage: waiting for device to settle before scanning
[   88.629224] usbcore: registered new interface driver usb-storage
[   88.629224] USB Mass Storage support registered.
[   95.111103] usb-storage: device scan complete
[   95.263798] scsi 6:0:0:0: Direct-Access 	UFD                   	7.77 PQ: 0 ANSI: 2
[   95.267798] sd 6:0:0:0: [sdb] 128000 512-byte hardware sectors (66 MB)
[   95.312643] sd 6:0:0:0: [sdb] Write Protect is on
[   95.312643] sd 6:0:0:0: [sdb] Mode Sense: 03 00 80 00
[   95.312643] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[   95.321784] sd 6:0:0:0: [sdb] 128000 512-byte hardware sectors (66 MB)
[   95.325783] sd 6:0:0:0: [sdb] Write Protect is on
[   95.325783] sd 6:0:0:0: [sdb] Mode Sense: 03 00 80 00
[   95.325783] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[   95.325783]  sdb: sdb1
[   95.333783] sd 6:0:0:0: [sdb] Attached SCSI removable disk


ps aux | grep hald

Source code

1
2
3
4
5
6
107   	2774  0.1  0.4   5476  3380 ?    	Ss   10:57   0:00 /usr/sbin/hald
root  	2775  0.0  0.1   3320  1056 ?    	S	10:57   0:00 hald-runner
root  	2795  0.3  0.1   3384  1036 ?    	S	10:57   0:00 hald-addon-input: Listening on /dev/input/event2 /dev/input/event1 /dev/input/event0
107   	2804  0.0  0.1   2272   876 ?    	S	10:57   0:00 hald-addon-acpi: listening on acpid socket /var/run/acpid.socket
root  	3118  0.0  0.1   3384  1036 ?    	S	10:58   0:00 hald-addon-storage: polling /dev/sdb (every 2 sec)
root  	3141  0.0  0.0   3144   760 pts/1	R+   11:00   0:00 grep hald


ps aux | grep kded

Source code

1
2
user 	3030  0.1  1.6  30944 12816 ?    	S	10:58   0:00 kded [kdeinit] --new-startup                            	
root  	3143  0.0  0.0   3144   760 pts/1	R+   11:01   0:00 grep kded



Is there a way to make pop up notification working ?
Is there a way to open automatically konqueror when a key is insert ?

Similar threads