[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2008-03-19 Thread Martin Pitt
Edgy goes out of support in a month, and we could never quite figure out this confusing bug, which seems to work for some people and fail for others. Given that it pretty consistently works in newer releases, we won't invest effort into this any more. ** Changed in: libgphoto2 (Ubuntu Edgy)

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-09-08 Thread Josh Burdick
I upgraded to Feisty (7.04), and it works. -- [edgy-backports] Error in libgphoto2 udev rules https://bugs.launchpad.net/bugs/91250 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubun

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-07-11 Thread PeteJ
On edgy, 6.10, with Nikon Coolpix 4600 (E4600 4600a), I got the error Could not claim the USB device lsusb showed my Nikon info, but that info was already in /etc/udev/rules.d/45-libgphoto2.rules This worked for me: replaced BUS!="usb*", GOTO="libgphoto2_rules_end" in /etc/udev/rules.d/45-li

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-06-10 Thread Marcus Meissner
The devices that are opened live in /dev/bus/usb/XXX/YYY , not under /sys -- [edgy-backports] Error in libgphoto2 udev rules https://bugs.launchpad.net/bugs/91250 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mail

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-06-10 Thread Martin Stechert
similar bug is #67532 The BUS to SUBSYSTEM change solved my permission problem with a Nikon D70, too. By the way: allthough accessing my camera as normal user now works files in /sys/bus/usb/devices/3-1/ /sys/devices/pci:00/:00:1e.0/:02:0b.0/usb3/3-1/ are still owned by root. Confusi

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-05-19 Thread Neil Woolford
Regression problem with my Nikon Coolpix 990, which works under Dapper (with a long wait for the camera driver to load). Now doesn't work at all under 7.04/Feisty release. Camera Import starts as soon as the camera is plugged in to the USB port but I get an error message in the Import Photos wi

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-05-13 Thread Josh Burdick
I'm using 6.10, with no backports enabled that I know of. Like, it appears, several other people, gthumb pops something up, but the.n complains about not being able to access the device. Running "sudo gphoto" works swimmingly well. I too tried the 'SUBSYSTEM!="usb_device", GOTO="libgphoto2_rules

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-05-11 Thread Lorenzo De Tomasi
I have a Canon Powershot A430 with Ubuntu 7.04 and I have the import problem. I have tried both SUBSYSTEM!="usb_device*", GOTO="libgphoto2_rules_end" and SUBSYSTEM!="usb_device", GOTO="libgphoto2_rules_end" but nothing changes -- [edgy-backports] Error in libgphoto2 udev rules https://bugs.launc

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-05-04 Thread Evgeny \"nekr0z\" Kuznetsov
Upgraded to Feisty, so I cannot keep tracking this bug in Edgy any longer, sorry. And yes, I used the default udev on Edgy. -- [edgy-backports] Error in libgphoto2 udev rules https://bugs.launchpad.net/bugs/91250 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-05-04 Thread HarmonicaGoldfish
All through Edgy I did not get the pop-up for importing the photos, and this continued with my upgrade to Fesity. Phogy, on the ubuntu forums suggested this: rm -rf ~/.gconf/desktop/gnome/volume_manager I did it, restarted, and it now works like a charm. -- [edgy-backports] Error in libgphoto2

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-05-04 Thread Daniel Lombraña
Hi, I have upgraded to Feisty and now seems to be fixed. The only problem is that when I plug in the camera it doesn't pop-up the gthumb dialog for importing the photos. Thx -- [edgy-backports] Error in libgphoto2 udev rules https://bugs.launchpad.net/bugs/91250 You received this bug notificatio

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-05-03 Thread exactt
changing: BUS!="usb*", GOTO="libgphoto2_rules_end" to SUBSYSTEM!="usb_device*", GOTO="libgphoto2_rules_end" in /etc/udev/rules.d/45-libgphoto2.rules did it for the Canon PowerShot A95. I found many different typings in this bug report. so check for typos. Thx -- [edgy-backports] Error in

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-05-01 Thread jimmy
the original fix worked for me on my two week old feisty install. The line was/is: SUBSYSTEM!="usb*", GOTO="libgphoto2_rules_end" and I changed it to: SUBSYSTEM!="usb_device*", GOTO="libgphoto2_rules_end" thanks -- [edgy-backports] Error in libgphoto2 udev rules https://bugs.launchpad.net/bug

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-29 Thread Dale
Hi Martin /usr/lib/libgphoto2/print-camera-list udev-rules-0.98 mode 0660 group plugdev | sudo tee /etc/udev/rules.d/45-libgphoto2.rules The above command string fixed the problem with my Canon PowerShot A410 Regards Dale -- [edgy-backports] Error in libgphoto2 udev rules https://bugs.launc

Re: [Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-20 Thread larini
Hi, I just try this with ubuntu feisty final and I get the same error: Invalid Argument. - Original Message - From: "David Tangye" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 18, 2007 10:47 PM Subject: [Bug 91250] Re: [edgy-backports] Er

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-18 Thread David Tangye
larini, and anyone with Edgy still not getting photos found in gthumb: Try running "sudo gthumb". If it imports photos (like it does for me), change ownership of the jpg files and copy them to your normal user file area. -- [edgy-backports] Error in libgphoto2 udev rules https://bugs.launchpad.ne

Re: [Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-16 Thread larini
ubject: [Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules My Nikon coolpix 990 is being detected but I still get errors from libgphoto2. Any other suggestion? ** Attachment added: "gphoto2 autodetect log" http://librarian.launchpad.net/7336584/gphoto2-autodetect.lo

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-16 Thread Pieterjan Lansbergen
The error message I am getting is: "Si è verificato un errore nella libreria di I/O ("Errore durante l'aggiornamento delle impostazioni della porta"): Impossibile rilasciare l'interfaccia 0 (Argomento non valido)." (translated from Italian) is "an I/O error has occurred during port update. Impos

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-16 Thread Pieterjan Lansbergen
My Nikon coolpix 990 is being detected but I still get errors from libgphoto2. Any other suggestion? ** Attachment added: "gphoto2 autodetect log" http://librarian.launchpad.net/7336584/gphoto2-autodetect.log -- [edgy-backports] Error in libgphoto2 udev rules https://bugs.launchpad.net/bugs/

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-11 Thread Glauco Chiyaki Sesta
Thanks a lot, you made my day man! I can finally import my pics again, after a morning spent googling around for a solution! -- [edgy-backports] Error in libgphoto2 udev rules https://bugs.launchpad.net/bugs/91250 You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-09 Thread Daniel Lombraña
I'm in edgy without backports and I have the same problem. After modifying the line as you said I can import the photos, but Ubuntu stills not auto-detect-import my camera photos as with Dapper. I don't know what could be but this issue is happening to me since I have installed Edgy. Thanks ;) --

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-09 Thread Nathan Marshak
I can confirm this problem on Edgy with a Canon PowerShot SD550. I have universe, multiverse, updates, and backports enabled. The fix suggested in the original bug report worked. -- [edgy-backports] Error in libgphoto2 udev rules https://bugs.launchpad.net/bugs/91250 You received this bug notific

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-05 Thread Lionel Besson
The first solution didn't work for me, the second one did (and the latest backport was no use) I don"t know if I'm using standard Edgy udev, I've 093-0ubuntu18.0edgy2 version -- [edgy-backports] Error in libgphoto2 udev rules https://bugs.launchpad.net/bugs/91250 You received this bug notificati

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-04 Thread Martin Pitt
So, summary of Edgy situation: - Original Edgy uses the old rules with BUS (but if BUS is broken, then the structure of the rules would ignore that). - The original backport 2.3.0-0ubuntu3~edgy1 used udev-rules-0.98 which broke for many people - The manual version 2.3.0-0ubuntu3~edgy2 uploaded b

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-04 Thread Martin Pitt
Closing Feisty again; it is not swapped around. ** Changed in: libgphoto2 (Ubuntu) Status: In Progress => Rejected -- [edgy-backports] Error in libgphoto2 udev rules https://bugs.launchpad.net/bugs/91250 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-04 Thread Martin Pitt
Needs the same fix in Feisty. ** Changed in: libgphoto2 (Ubuntu) Status: Rejected => In Progress -- [edgy-backports] Error in libgphoto2 udev rules https://bugs.launchpad.net/bugs/91250 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact fo

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-04 Thread Martin Pitt
Argh, I see the error. udev-rules-0.98 is supposed and documented to produce rules for udev >= 0.98, and udev-rules for udev < 0.98. But in fact it behaves exactly the other way round. Gah... ** Changed in: libgphoto2 (Ubuntu Edgy) Status: Needs Info => In Progress -- [edgy-backports] Err

Re: [Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-03 Thread Martin Pitt
Hi Evgeny, Evgeny nekr0z Kuznetsov [2007-04-02 15:06 -]: > Who said it affected Feisty? I was reporting this bug for CURRENT Ubuntu > release, which is still Edgy, as far as I know! Don't worry, this change was just for internal bookkeeping. Since Feisty is not affected by this issue, I marke

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-03 Thread Evgeny \"nekr0z\" Kuznetsov
Same here. -- [edgy-backports] Error in libgphoto2 udev rules https://bugs.launchpad.net/bugs/91250 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-03 Thread Tobias
Ok, my questions seem to be irrelevant here ;-) I have the same results like Frank does. Using the parameter udev-rules-0.98 instead of just udev-rules would produce the proper output BTW. -- [edgy-backports] Error in libgphoto2 udev rules https://bugs.launchpad.net/bugs/91250 You received this

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-03 Thread Tobias
Martin, do you need that info with or without the "fix" applied? Should the camera be attached or not? -- [edgy-backports] Error in libgphoto2 udev rules https://bugs.launchpad.net/bugs/91250 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-03 Thread Frank Siegert
Martin, same problem here, the postinst configure of 2.3.0-0ubuntu4~edgy1 adds the wrong line to the udev rules. Output you asked for: $ udevinfo -V udevinfo, version 093 $ sudo sh -ex /var/lib/dpkg/info/libgphoto2-2.postinst configure Password: + set -e + [ configure = configure ] + ldconfig + PA

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-03 Thread Martin Pitt
Please give me the output of these commands: udevinfo -V sudo sh -ex /var/lib/dpkg/info/libgphoto2-2.postinst configure ** Changed in: libgphoto2 (Ubuntu Edgy) Status: Fix Released => Needs Info -- [edgy-backports] Error in libgphoto2 udev rules https://bugs.launchpad.net/bugs/91250

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-03 Thread Martin G Miller
I also confirm this problem with Edgy and backports enabled. I had fixed it a while back and after this mornings update, the same problem had reappeared. Edited the file again and it now works. -- [edgy-backports] Error in libgphoto2 udev rules https://bugs.launchpad.net/bugs/91250 You received

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-03 Thread Evgeny \"nekr0z\" Kuznetsov
I confirm: the update has the same line, which doesn't work. -- [edgy-backports] Error in libgphoto2 udev rules https://bugs.launchpad.net/bugs/91250 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubun

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-03 Thread Tobias
I just received libgphoto2-2 Version 2.3.0-0ubuntu4~edgy1 via the update service. This update reintroduced the "broken" line once again so that I had to fix this by hand once again. Am I doing something wrong? Do I need to update anything else? -- [edgy-backports] Error in libgphoto2 udev rules

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-02 Thread Martin Pitt
Does not affect Feisty, opening Edgy task. ** Changed in: libgphoto2 (Ubuntu Edgy) Importance: Undecided => High Assignee: (unassigned) => Martin Pitt Status: Unconfirmed => In Progress ** Changed in: libgphoto2 (Ubuntu) Status: In Progress => Rejected -- [edgy-backports]

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-02 Thread Martin Pitt
* Trying to backport libgphoto2... - - - I: Extracting libgphoto2_2.3.0-0ubuntu4.dsc ... done. I: Building backport of libgphoto2-2.3.0 as 2.3.0-0ubuntu4~edgy1 ... done. ** Changed in: libgphoto2 (Ubuntu Edgy) Status: Fix Committed => Fix Released -- [edgy-backports] Error in

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-02 Thread Martin Pitt
Fixed in Feisty, will backport once it's in the archive. ** Changed in: libgphoto2 (Ubuntu Edgy) Status: In Progress => Fix Committed -- [edgy-backports] Error in libgphoto2 udev rules https://bugs.launchpad.net/bugs/91250 You received this bug notification because you are a member of Ubu

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-02 Thread Evgeny \"nekr0z\" Kuznetsov
https://bugs.launchpad.net/ubuntu/+source/libgphoto2/+bug/91250 -- [edgy-backports] Error in libgphoto2 udev rules https://bugs.launchpad.net/bugs/91250 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list u

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-04-02 Thread Evgeny \"nekr0z\" Kuznetsov
Who said it affected Feisty? I was reporting this bug for CURRENT Ubuntu release, which is still Edgy, as far as I know! -- [edgy-backports] Error in libgphoto2 udev rules https://bugs.launchpad.net/bugs/91250 You received this bug notification because you are a member of Ubuntu Bugs, which is th

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-03-29 Thread HarmonicaGoldfish
I have fixed my error and made the change. My camera is not automatically detected when it is plugged in, however. I need to import through gthumbs. I thought that was great feature of 6.06! -- [edgy-backports] Error in libgphoto2 udev rules https://launchpad.net/bugs/91250 -- ubuntu-bugs mai

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-03-29 Thread HarmonicaGoldfish
I am not a developer, I am very new to Linux. I was told to look here to get an answer to this bug. I tried to follow the instructions above and this is what happened. [EMAIL PROTECTED]:~$ /etc/udev/rules.d/45-libgphoto2.rules bash: /etc/udev/rules.d/45-libgphoto2.rules: Permission denied [EMAIL P

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-03-27 Thread leo antony
This worked for me also. The camera in question was a Canon Ixus 330. Thank you! -- [edgy-backports] Error in libgphoto2 udev rules https://launchpad.net/bugs/91250 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-03-24 Thread djayeff
Hi all, Thanks for this bug report. Just to say that: The file /etc/udev/rules.d/45-libgphoto2.rules says in line 3: BUS!="usb*", GOTO="libgphoto2_rules_end" while recenly updated udev doesn't produce BUS properties in corresponding event. Thus this line makes the whole file useless, because BUS!

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-03-22 Thread Michael
Another can't transfer photos except as root problem. I am using Edgy with backports enabled. It worked until recently. Now, if I change the permissions of /proc/bus/usb/002/005 (that is where the camera is currently plugged in) to make it world read and writable, then I can use digikam as us

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-03-22 Thread Blutack
Works with a Nikon Coolpix L4 in conjunction with bug #64146. Also, on my Dell Inspiron 2200, when I modified the line 3 and restarted udev the music playing from Banshee increased in volume quite substantially, despite all other settings remaining the same. I assume this is something to do with

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-03-17 Thread chrisecob
Worked for me too replaced BUS!="usb*", GOTO="libgphoto2_rules_end" in /etc/udev/rules.d/45-libgphoto2.rules with SUBSYSTEM!="usb_device", GOTO="libgphoto2_rules_end" Thankyou! -- [edgy-backports] Error in libgphoto2 udev rules https://launchpad.net/bugs/91250 -- ubuntu-bugs mailing list ub

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-03-16 Thread 2gunsup
this didnt seem to do the trick for my canon sd600 =\ -- [edgy-backports] Error in libgphoto2 udev rules https://launchpad.net/bugs/91250 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-03-16 Thread Tobias
Worked for me. Also using Edgy with backports. Thanks! -- [edgy-backports] Error in libgphoto2 udev rules https://launchpad.net/bugs/91250 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-03-13 Thread Martin Pitt
Thomas: yes, most probably. -- [edgy-backports] Error in libgphoto2 udev rules https://launchpad.net/bugs/91250 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-03-13 Thread Thomas Hotz
Martin, is this also Bug #90978 ? -- [edgy-backports] Error in libgphoto2 udev rules https://launchpad.net/bugs/91250 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 91250] Re: [edgy-backports] Error in libgphoto2 udev rules

2007-03-12 Thread Martin Pitt
** Summary changed: - Error in libgphoto2 udev rules + [edgy-backports] Error in libgphoto2 udev rules ** Changed in: libgphoto2 (Ubuntu) Importance: Undecided => High Assignee: (unassigned) => Martin Pitt Status: Needs Info => In Progress -- [edgy-backports] Error in libgphoto2