Myname said: Hi, is there a way and how to install VLC player directly on E3200 router with this fw and USB stick mounted on /jffs? I want to use it to stream my sat tv (DM800) thru VLC/Roouter to the internet. Thanks
Install OTRW2 and after reboot type:
upgradef
ipkg install vlc
Myname said: I Installed OTRW2 (on /opt mounted USB), but when type - upgradef - it shows - file not found. If type ipkg install vlc, it lists ERROR: file not found: /jffs/usr/lib/ipkg/lists/.....I do not have /JFFS mounting point, just /optAny suggestions?
No you did not....
When ipkg is complaining about jffs you did not install OTRW2
hmm.. I followed the instructions ( http://www.dd-wrt.com/phpBB2/viewtopic.php?p=693967 )and th package is nstalled on /opt. When checkimg the services - it lists all services - some are stopped, some are run.. (mypage is gree, run). But when put upgradef and ipkg install vlc - it shows an error..
Here are the additional info:
root@DD-WRT:~# which ipkg
/bin/ipkg
root@DD-WRT:~# echo $PATH
/bin:/usr/bin:/sbin:/usr/sbin:/jffs/sbin:/jffs/bin:/jffs/usr/sbin:/jffs/usr/bin:/mmc/sbin:/mmc/bin:/mmc/usr/sbin:/mmc/usr/bin:/opt/sbin:/opt/bin:/opt/usr/sbin:/opt/usr/bin
Should look like this:
root@E4200:/tmp# which ipkg
/opt/bin/ipkg
root@E4200:/tmp# echo $PATH
/opt/bin:/opt/sbin:/opt/usr/bin:/opt/usr/sbin:/bin:/usr/bin:/sbin:/usr/sbin:/jffs/sbin:/jffs/bin:/jffs/usr/sbin:/jffs/usr/bin:/mmc/sbin:/mmc/bin:/mmc/usr/sbin:/mmc/usr/bin
Starting to get the feeling your install did not went as it should
do
cd /opt/etc/init.d
ls -l S0[0-5]*
Output should look like this
root@E4200:/opt/etc/init.d# ls -l S0[0-5]*
-rwxr-xr-x 1 root root 868 Mar 29 13:34 S00optware
-rwxr-xr-x 1 root root 1192 Mar 29 13:34 S01bashAsShell
-rwxr-xr-x 1 root root 1393 Mar 29 13:34 S01fixparts
-rwxr-xr-x 1 root root 2314 Mar 29 13:34 S05chngProfile
here is the outpit:
root@DD-WRT:/opt/etc/init.d# ls -l S0[0-5]*
-rw-r--r-- 1 root root 1622 Apr 3 13:18 S00factdefault
-rwxr-xr-x 1 root root 868 Apr 3 09:13 S00optware
-rwxr-xr-x 1 root root 1199 Apr 3 09:13 S01bashAsShell
-rwxr-xr-x 1 root root 1393 Apr 3 09:38 S01fixparts
-rwxr-xr-x 1 root root 2314 Apr 3 09:13 S05chngProfile
Did you logout from your terminal session?
The output you are providing is standard dd-wrt.
do
sh /opt/etc/init.d/optS
This will start all services and scripts.
When it finishes logout from your telnet/ssh session and login again.
No need to reboot
Then do
alias
I did it (it stuck and scralled on the iptables recreation all IPs... for very long time), but now Mypage appeares and is acccessible. But updatef and VLC package install does not work. Here is the:
root@DD-WRT:/opt/etc/init.d# ls -l S0[0-5]*
-rw-r--r-- 1 root root 1622 Apr 3 13:18 S00factdefault
-rwxr-xr-x 1 root root 868 Apr 3 09:13 S00optware
-rwxr-xr-x 1 root root 1199 Apr 3 09:13 S01bashAsShell
-rwxr-xr-x 1 root root 1393 Apr 3 09:38 S01fixparts
-rwxr-xr-x 1 root root 2314 Apr 3 09:13 S05chngProfile
root@DD-WRT:/# upgradef
-sh: upgradef: not found
ipkg_get_install: ERROR: Cannot find package vlc in /jffs/usr/lib/ipkg/lists
ipkg_get_install: Check the spelling and maybe run `ipkg update'.
Am out of options...
Rerun the prep_optware script and reboot.
If that doesn't work start from scratch.
delete everything in the optware partition and 30/30/30 your router.
rm -rf /opt/*
Will do. Just to add that I have OSCAM server run on the same USB (/opt partition). Maybe it makes the problems?
Are you using an usb hub?
Im not familiar with oscam
no hub. Just one USB stick mounted on the /opt....
Anyone has successful install DVD Drive and mount it to read DVD?
I wanted to stream DVD content, but got stuck at installing DVD drive, it seems router does not have USB DVD driver build in. Thks.
The reason you are getting that error is because you have not setup the ipkg directory:
> mkdir -p /jffs/tmp/ipkg
then run the update again, it should work.