[Bug 1916278] Re: Arduino fails to start: undefined symbol: sp_get_port_usb_vid_pid
I also could run it using commands from @inugami and modifying them a little sudo apt install libserialport0 patchelf sudo patchelf --add-needed /usr/lib/x86_64-linux-gnu/libserialport.so.0 /usr/lib/x86_64-linux-gnu/liblistSerialsj.so.1.4.0 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1916278 Title: Arduino fails to start: undefined symbol: sp_get_port_usb_vid_pid To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/arduino/+bug/1916278/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 958174] Re: Wireless Mouse not registered on Startup or Reboot
Hi, I'm not sure but this might be related to this debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658029 Looking at the patch in this bug I edited my local /usr/share/initramfs-tools/hook-functions file and added hid-logitech-dj on line 416 then I did: sudo update-initramfs -u After a restart, my m505 mouse was correctly working without having to replug the receiver. Still this might be a one time luck. I'll comment again if this stops working later on. ** Bug watch added: Debian Bug tracker #658029 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658029 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/958174 Title: Wireless Mouse not registered on Startup or Reboot To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/958174/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 958174] Re: Wireless Mouse not registered on Startup or Reboot
It seems that was just my luck. Several hours later, mouse wasn't working after a start. Replugging the receiver is the only workaround. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/958174 Title: Wireless Mouse not registered on Startup or Reboot To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/958174/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1173681] Re: 168c:002b [asus_nb_wmi] [Asus U32U] AR9285 ath9k not working after updating to ubuntu 13.04 Raring (linux 3.8.0-19-generic)
This also affects me, product name output is like this. Wifi switch only works after using "wapf=4" parameter with asus_nb_wmi module: $ cat /sys/class/dmi/id/product_name X551CA -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1173681 Title: 168c:002b [asus_nb_wmi] [Asus U32U] AR9285 ath9k not working after updating to ubuntu 13.04 Raring (linux 3.8.0-19-generic) To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1173681/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 958174] Re: Wireless Mouse not registered on Startup or Reboot
I'm attaching a related portion of my dmesg after using these kernel parameters on 64-bit Ubuntu. When mouse is working properly, only this line is added to dmesg per move: /build/buildd/linux-3.2.0/drivers/hid/hid-logitech-dj.c: logi_dj_raw_event, size:15 When cursor is not moving, these 2 lines are added to dmesg per move: /build/buildd/linux-3.2.0/drivers/hid/hid-logitech-dj.c: logi_dj_raw_event, size:15 /build/buildd/linux-3.2.0/drivers/hid/hid-logitech-dj.c: djrcv_dev->paired_dj_devices[dj_report->device_index] is NULL, index 1 ** Attachment added: "related dmesg output with hid.debug=1 kernel parameter on 64-bit" https://bugs.launchpad.net/ubuntu/+bug/958174/+attachment/3206704/+files/partial_dmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/958174 Title: Wireless Mouse not registered on Startup or Reboot To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/958174/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 958174] Re: Wireless Mouse not registered on Startup or Reboot
I tried the patch. Seems to work for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/958174 Title: Wireless Mouse not registered on Startup or Reboot To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/958174/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 958174] Re: Wireless Mouse not registered on Startup or Reboot
After one day of use, I noticed a small issue with the patch: * Stop using the mouse for a few seconds. * Move mouse. * Cursor starts moving after half a secound later I started moving mouse. I think mouse wake ups aren't handled fast enough as it was before. I didn't have this issue before and mouse works fine on windows. This might also be related to another bug in Ubuntu kernel 3.2.0-26 in git which I compiled using the patch at comment #55. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/958174 Title: Wireless Mouse not registered on Startup or Reboot To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/958174/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 958174] Re: Wireless Mouse not registered on Startup or Reboot
Hi. I think I found something worth mentioning here. It only works when mouse is moved before the module is loaded. Example: sudo modprobe -r hid_logitech_dj **move mouse** sudo modprobe hid_logitech_dj works 100% for me since I last commented here. It doesn't work when I don't move the mouse before loading module. So I think the problem should be related to detection part of this module (hid_logitech_dj). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/958174 Title: Wireless Mouse not registered on Startup or Reboot To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/958174/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs