[Bug 58424] Edgy upgrade fails using update-manager.
Public bug reported: Binary package hint: update-manager Using sudo 'update-manager -c -d' , I tried to upgrade Dapper 6.06 to Edgy 6.10. During the update though, the update-manager fails and give an error window on the Fetching and Installing updates phase. It says, "Could not calculate the upgrade A unresolvable problem occured while calculating the upgrade. Please report this bug against the 'update-manager' package and include the files in /var/log/dist-upgrade/ in the bugreport." ** Affects: update-manager (Ubuntu) Importance: Untriaged Status: Unconfirmed -- Edgy upgrade fails using update-manager. https://launchpad.net/bugs/58424 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 58424] Re: Edgy upgrade fails using update-manager.
-- Edgy upgrade fails using update-manager. https://launchpad.net/bugs/58424 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 58424] Re: Edgy upgrade fails using update-manager.
-- Edgy upgrade fails using update-manager. https://launchpad.net/bugs/58424 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 58424] Re: Edgy upgrade fails using update-manager.
After running both commands it informs me everything is uptoday and ubuntu-desktop is installed and current. The update still fails as well. -- Edgy upgrade fails using update-manager. https://launchpad.net/bugs/58424 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 58424] Re: Edgy upgrade fails using update-manager.
[EMAIL PROTECTED]:~$ sudo apt-get install xserver-xorg-core xorg xserver-xorg-video-all Reading package lists... Done Building dependency tree... Done xserver-xorg-core is already the newest version. E: Couldn't find package xorg [EMAIL PROTECTED]:~$ sudo apt-get install libgl1-mesa-glx Reading package lists... Done Building dependency tree... Done E: Couldn't find package libgl1-mesa-glx My error stands as before, it fails in the same place with the same error. -- Edgy upgrade fails using update-manager. https://launchpad.net/bugs/58424 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 58424] Re: Edgy upgrade fails using update-manager.
Attached is my sources.list. -- Edgy upgrade fails using update-manager. https://launchpad.net/bugs/58424 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 58424] Re: Edgy upgrade fails using update-manager.
Ok, tried again but the error stands the same. Exact same place and same error message. -- Edgy upgrade fails using update-manager. https://launchpad.net/bugs/58424 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 488443] Re: lirc_imon aliasas need to be added for usbhid quirks module
** Attachment added: "uname -a" http://launchpadlibrarian.net/36078322/uname-a.log -- lirc_imon devices need to be added to usbhid module quirks https://bugs.launchpad.net/bugs/488443 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 488443] Re: lirc_imon aliasas need to be added for usbhid quirks module
** Attachment added: "version" http://launchpadlibrarian.net/36078388/version.log -- lirc_imon devices need to be added to usbhid module quirks https://bugs.launchpad.net/bugs/488443 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 488443] [NEW] lirc_imon devices need to be added to usbhid module quirks
Public bug reported: Soundgraph devices come in a variety of configurations and a majority of the time are listed at the device level of a USB HID device, such as a mouse or keyboard. This causes the usbcore driver to load usbhid which binds to the device. After this, the lirc_imon module is loaded but is unable to bind to the device: [1.883191] usbcore: registered new interface driver usbhid [1.883194] usbhid: v2.6:USB HID core driver [2.284009] usb 4-1: new low speed USB device using ohci_hcd and address 2 [2.540142] usb 4-1: configuration #1 chosen from 1 choice [2.557154] input: HID 15c2:0042 as /devices/pci:00/:00:06.0/usb4/4-1/4-1:1.0/input/input6 [2.557222] generic-usb 0003:15C2:0042.0003: input,hidraw2: USB HID v1.01 Mouse [HID 15c2:0042] on usb-:00:06.0-1/input0 [2.567143] generic-usb 0003:15C2:0042.0004: hiddev96,hidraw3: USB HID v1.00 Device [HID 15c2:0042] on usb-:00:06.0-1/input1 My only fix to this is to instruct udev to unbind the usbhid module from the device which allows lirc_imon to bind to it thereafter. It would be better though if all devices listed for this module, were to be listed in hid-quirks.c as HID_QUIRK_IGNORE. There already seems to be a Soundgraph device defined for this, which I think all devices supported by lirc_imon should be patched in. File is attached for supported module device aliases. Also to note, that the usbhid module defines options to allow quirks to be passed to the module, but all options passed though modprobe to usbhid seem to be ignored (reference http://www.lirc.org/html/imon.html): parm: quirks:Add/modify USB HID quirks by specifying quirks=vendorID:productID:quirks where vendorID, productID, and quirks are all in 0x-prefixed hex (array of charp) modprobe.d/usbhid.conf options usbhid quirks=0x15c2:0x0043:0x0004 This option should work, but fails, which I why the proposed fix is necessary. ** Affects: linux (Ubuntu) Importance: Undecided Status: New -- lirc_imon devices need to be added to usbhid module quirks https://bugs.launchpad.net/bugs/488443 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 488443] Re: lirc_imon aliasas need to be added for usbhid quirks module
** Attachment added: "dmesg" http://launchpadlibrarian.net/36078401/dmesg.log -- lirc_imon devices need to be added to usbhid module quirks https://bugs.launchpad.net/bugs/488443 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 488443] Re: lirc_imon aliasas need to be added for usbhid quirks module
** Attachment added: "lspci -vnvn" http://launchpadlibrarian.net/36078406/lspci-vnvn.log -- lirc_imon devices need to be added to usbhid module quirks https://bugs.launchpad.net/bugs/488443 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 488443] Re: lirc_imon aliasas need to be added for usbhid quirks module
** Attachment added: "modinfo lirc_imon for aliasas of devices to add" http://launchpadlibrarian.net/36078437/modinfo_lirc_imon.log ** Summary changed: - lirc_imon aliasas need to be added for usbhid quirks module + lirc_imon devices need to be added to usbhid module quirks -- lirc_imon devices need to be added to usbhid module quirks https://bugs.launchpad.net/bugs/488443 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 488443] Re: lirc_imon devices need to be added to usbhid module quirks
After investigation of this, a patch has already been committed upstream in linux-2.6: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=31f7fd795d17b264c3c05e4a976f963012c17c68 This has been pulled into the ubuntu-lucid tree as well. I am not exactly sure how this works, but is there anyways to have this synced or committed to the ubuntu-karmic tree? -- lirc_imon devices need to be added to usbhid module quirks https://bugs.launchpad.net/bugs/488443 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs