I recently upgraded from 14.0 to current, and I've had a couple of issues with kde. I upgraded as I always do by following the instructions in UPGRADE.TXT and CHANGES_AND_HINTS.TXT. The only difference is that I upgraded to current. In the past I've always upgraded from one release to the next. Are there extra considerations for upgrading from a previous release to current, beyond what applies to upgrading from one release to the next?
When I connect my camera to a USB port, I get the pop up notification in KDE that gives me the options of downloading the images with Gwenview or opening with file manager. I normally do the latter, but since my upgrade, neither one works.
For the file manager, I get a Dolphin window for "camera:", but no folders appear. Reloading doesn't help.
In syslog, I see what look like normal messages when I plug in the camera, although I'm not sure what the mtp probe messages are referring to.
Code:
May 28 10:25:03 ixian1 kernel: [318869.056056] usb 1-2: new high-speed USB device number 4 using ehci-pci
May 28 10:25:03 ixian1 kernel: [318869.171461] usb 1-2: New USB device found, idVendor=04cb, idProduct=0280
May 28 10:25:03 ixian1 kernel: [318869.171466] usb 1-2: New USB device strings: Mfr=0, Product=2, SerialNumber=3
May 28 10:25:03 ixian1 kernel: [318869.171468] usb 1-2: Product: USB PTP Camera
May 28 10:25:03 ixian1 kernel: [318869.171469] usb 1-2: SerialNumber: 593130323432120223FE6020212430
May 28 10:25:03 ixian1 mtp-probe: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-2"
May 28 10:25:03 ixian1 mtp-probe: bus: 1, device: 4 was not an MTP device
I don't see anything in syslog.
In dmesg, I see messages like these... This is from several connect/disconnects of the camera.
Code:
[312538.390058] usb 1-2: new high-speed USB device number 2 using ehci-pci
[312538.505348] usb 1-2: New USB device found, idVendor=04cb, idProduct=0280
[312538.505353] usb 1-2: New USB device strings: Mfr=0, Product=2, SerialNumber=3
[312538.505356] usb 1-2: Product: USB PTP Camera
[312538.505358] usb 1-2: SerialNumber: 593130323432120223FE6020212430
[312948.800906] usb 1-2: USB disconnect, device number 2
[312960.837043] usb 1-2: new high-speed USB device number 3 using ehci-pci
[312960.952452] usb 1-2: New USB device found, idVendor=04cb, idProduct=0280
[312960.952458] usb 1-2: New USB device strings: Mfr=0, Product=2, SerialNumber=3
[312960.952460] usb 1-2: Product: USB PTP Camera
[312960.952463] usb 1-2: SerialNumber: 593130323432120223FE6020212430
[313315.597768] usb 1-2: USB disconnect, device number 3
[318837.376898] mtrr: base(0xfb000000) is not aligned on a size(0xe00000) boundary
[318869.056056] usb 1-2: new high-speed USB device number 4 using ehci-pci
[318869.171461] usb 1-2: New USB device found, idVendor=04cb, idProduct=0280
[318869.171466] usb 1-2: New USB device strings: Mfr=0, Product=2, SerialNumber=3
[318869.171468] usb 1-2: Product: USB PTP Camera
[318869.171469] usb 1-2: SerialNumber: 593130323432120223FE6020212430
[319042.880998] mtrr: no MTRR for fb000000,e00000 found
[319234.515501] usb 1-2: USB disconnect, device number 4
[319571.071056] usb 1-2: new high-speed USB device number 5 using ehci-pci
[319571.186415] usb 1-2: New USB device found, idVendor=04cb, idProduct=0280
[319571.186420] usb 1-2: New USB device strings: Mfr=0, Product=2, SerialNumber=3
[319571.186423] usb 1-2: Product: USB PTP Camera
[319571.186425] usb 1-2: SerialNumber: 593130323432120223FE6020212430
[319820.570921] usb 1-2: USB disconnect, device number 5
What else can I check to look for problems, or what else can I try?