usbmuxd crashes when iPhone is plugged in or unplugged

(source: https://ubuntuforums.org/showthread.php?t=2382108, solution provided by clapac) 1. Create a new udev rule file: cd /etc/udev/rules.d/ sudo vim 100-iphone-usbmuxd.rules ( * the file name is formed by PRIORITY-whatever.rules, you can use 99-mynewrules.rules, for example) 2. Insert the following lines into the created rules file: ENV{DEVTYPE}==”usb_device”, ACTION==”add”, SUBSYSTEM==”usb”, ATTR{idVendor}==”05ac”, ATTR{idProduct}==”129[0-9abcef]”, RUN+=”/usr/sbin/usbmuxd -u -U usbmux”ENV{DEVTYPE}==”usb_device”, ACTION==”add”, SUBSYSTEM==”usb”, ATTR{idVendor}==”05ac”, […]

Continue reading


TOSHIBA Satellite Bluetooth (broadcom) not working

Info from: http://askubuntu.com/questions/632336/bluetooth-broadcom-43142-isnt-working-on-ubuntu/632348#632348 Read the post which starts with “You need to install firmware.”. That’s what worked for me. I got the firmware from this link: http://devid.info/ru/68560. There is another one in that post.. don’t know if they are the same… haven’t tried it. The other suggestions in that post, including getting the firmware from […]

Continue reading