(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”, […]
Linux kernel
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 […]
No wireless (wlan0) on new Linux install
This issue looks very much like a bug to me: You start a brand new Linux installation You select wired Internet connection during install Your brand new Linux has no wireless connectivity (not even the drivers!) upon first boot. This is what I did to fix it (on my Toshiba satellite with Fedora 24 and […]