Posts

MR3420 Openwrt + MF823

 Kõigepealt tuleb installida vajalikud pakid: opkg update opkg install kmod-usb-net kmod-usb-net-rndis kmod-usb-net-cdc-ether usbutils udev usb-modeswitch Seejärel seadistada pulga jaoks failid. Kasutasin rc.localis pulgalt korraks voolu tagant võtmise gpio-d, sest ilma ei hakanud tööle. Kindlasti on ka teisi võimalusi nt usb-modeswitch, aga nii toimis. Faili sisu, et pulk tööle hakkaks /etc/config/network:     config 'interface' 'wan'      option proto 'dhcp'         option ifname usb0 /etc/rc.local sisu: # Put your custom commands here that should be executed once # the system init finished. By default this file does nothing. sleep 5 echo 0 > /sys/devices/virtual/gpio/gpio6/value sleep 2 echo 1 > /sys/devices/virtual/gpio/gpio6/value exit 0 /etc/config/network: config interface 'lan'         option ifname 'eth0'         op...

Teamviewer 6 problem

Image
The problem is that when connecting to Teamviewer 7 it says: Your partner uses newer version of Teamviewer. Would you like to update Teamviewer now to establish connection? Well for linux there isn't a newer version of teamviewer. But, there is cure. For me Teamviewer has installet itself in: /usr/teamviewer/teamviewer/6/wine/drive_c/Program Files/Teamviewer/Version6/....... Teamviewer uses wine to run the windows .exe file. So a nasty hack is to copy the windows installed version 7 files to linux and to same path. I renamed in this path: /usr/teamviewer/teamviewer/6/wine/drive_c/Program Files/Teamviewer/ Version6 folder to Version6_backup Copied from windows install Version7 folder and renamed that to Version6. Start teamviewer and enjoy.