USB pen drive fix - vti 2.4 - manual fix

Benkurd

Well Known Member
Messages
1,154
I have the solo, but this will also work on the duo if it has the same problem

The usb device is being recognized by VTI Device Manager
menu/setup/system/VTI Device Manager

Plugging in a USB stick/flash doesn't mount or create a mountpoint in /media

Answer; Create one then mount it with telnet/ Create one and edit rcS to automount it at boot-time

log in to telnet and connect to your VU+ - Login

Create a directory for a mountpoint - this is where we will tell the VU+ that the usb is located



Code:
root@vusolo:~# mkdir /media/sdc1
mount your device and link it to the folder you just created

Code:
root@vusolo:~# mount /dev/sda1 /media/sdc1
Ok now it works just fine, but if you reboot you will need to remount it so we can edit the boot file script

Open /etc/init.d/rcS with a unix based text editor like 'metapad' and add this line at the bottom


Code:
root@vusolo:~# mount /dev/sda1 /media/sdc1
Now it will mount at start up of the stb!


If you have Picons on the usb stick you can link it like this
remove any previous link, create a new one



Code:
root@vusolo:~# rm /usr/share/enigma2/picon
root@vusolo:~# ln -s /media/sdc1/picon /usr/share/enigma2/picon
fix the infobar ecm time:nan with the libgcc_s.so1 fix posted earlier by anrakh - but be sure to reboot the system when you ftp this file or the system will crash when you try and show the infobar with the wrong or overwritten libgcc_s.so1



Code:
root@vusolo:~# reboot
Hope this helps people !

Thanks to mickle
 
Last edited:
Top