在ubuntu系統下,紅公尺手機與電腦連線後無法顯示,用syhost提供的方法可以正常連線了:
1.檢查安裝依賴庫
sudo apt-get udpate
sudo apt-get install libmtp-common mtp-tools libmtp-dev libmtp-runtime libmtp9
sudo dist-upgrade
2.編輯 /etc/fuse.conf 檔案,修改 #user_allow_other 為 user_allow_other
sudo vim /etc/fuse.conf
#/etc/fuse.conf - configuration file for filesystem in userspace (fuse)
#set the maximum number of fuse mounts allowed to non-root users.
#the default is 1000.
#mount_max = 1000
# allow non-root users to specify the allow_other or allow_root mount options.
user_allow_other
3.連線手機,檢視usb裝置碼,例如我的手機的裝置碼就是第一行所示:
bus 002 device 007: id 2717:1268
ian@ian-thinkpad-t410s:~$ lsusb
bus 002 device 007: id 2717:1268
bus 002 device 002: id 8087:0020 intel corp. integrated rate matching hub
bus 002 device 001: id 1d6b:0002 linux foundation 2.0 root hub
bus 001 device 006: id 17ef:480d lenovo integrated webcam [r5u877]
bus 001 device 005: id 0a5c:217f broadcom corp. bcm2045b (bdc-2.1)
bus 001 device 004: id 147e:2016 upek biometric touchchip/touchstrip fingerprint sensor
bus 001 device 003: id 17ef:6050 lenovo
bus 001 device 002: id 8087:0020 intel corp. integrated rate matching hub
bus 001 device 001: id 1d6b:0002 linux foundation 2.0 root hub
ian@ian-thinkpad-t410s:~$
3.編輯配置檔案 /lib/udev/rules.d/69-mtp.rules 如檔案不存在則新建,注意檔案中替換自己的usb裝置**
sudo vim /lib/udev/rules.d/69-mtp.rules
# hm1s
attr=="2717", attr=="1268", symlink+="libmtp-%k", env="1", env="1"
4.編輯配置檔案 /etc/udev/rules.d/51-android.rules 如檔案不存在則新建,注意檔案中替換自己的usb裝置**
sudo vim /etc/udev/rules.d/51-android.rules
attr=="2717", attr=="1268", mode=」0666"
5.重啟udev服務
sudo service udev restar
6.重啟計算機
sudo reboot
可以正常連線了,如圖:
ubunt1404 down掉如何恢復日記總結
問題 假期歸來,我的ubuntu無法進入登入介面了。grub正常,結果進入initramfs,顯示路徑找不到,建議我兩點1 check路徑 2check rootdelay。解決 在grub.cfg 檔案加上rootdelay 90。如果我兩者都check了 可能就不會這麼糾結了。我check了路徑...
SecureCRT連線vm中的ubuntu
如何使用securecrt連線ubuntu 用securecrt連線ubuntu是出現遠端系統拒絕訪問。經過一翻研究才知道ubuntu上沒有ssh.一下為連線過程。1.首先要明白什麼是ssh?可以把ssh看做是telnet的加強版,telnet的密碼和資訊都是不加密的,而ssh則加密。2.開啟ubu...
SecureCRT連線vm中的ubuntu
如何使用securecrt連線ubuntu 用securecrt連線ubuntu是出現遠端系統拒絕訪問。經過一翻研究才知道ubuntu上沒有ssh.一下為連線過程。1.首先要明白什麼是ssh?可以把ssh看做是telnet的加強版,telnet的密碼和資訊都是不加密的,而ssh則加密。2.開啟ubu...