Home

networkbrowser en rti 1.0

alexan

Usuario
Forero
6 Dic 2010
6
0
0
yo no lo he conseguido,por lo que se ve hay mas pluguins que no se instalan
 

alberto242

Usuario
Forero
30 Jun 2010
4
0
0
Yo si lo he instalado y funcionando siguiendo este hilo: http://www.azboxhd.es/foro/topic/10538-pluging-para-ver-si-conecto-con-el-pc-y-poder-ver-lo-compartido/.
Lo unico que he tenido que hacer es cambiar el skin al azconcinnity-HD para poder verlo. Ademas he conseguido montar dos carpetas del mismo pc sin ningun problema.

Saludos.
 

emimor123

Usuario
Fan de OpenSPA
3 Feb 2010
113
2
0
Buenas,

Yo tambien lo tengo funcionando, no sé si será gracias a ese skin, pues cuando instalé el pluging ya tenia puesto este skin, pero luego si cambio de skin me sigue funcionando igual de bien.

¿Será que hay que instalarlo con este skin y lugo cambiar a que queramos si no queremos este?

Un saludo.
 

gorski

Usuario Destacado
Loco por OpenSPA
10 Abr 2009
1.334
9
0
unzip the zip fle
open filezilla and put them in the folder with permissions 775 / usr/lib/enigma2/Pluging/python/Systempluging
just sit back and just enter the menu-system-config-network-conessionelan (or WLAN) and network manager you will mount browser

...or...

open filezilla and put them in the folder with permissions 775 / usr/lib/enigma2/python/Plugings/Systemplugings

Online translation, obviously...

Código:
http://www.megaupload.com/?d=QCD6POXJ
 

Adjuntos

  • NetworkBrowser.zip
    417,8 KB · Visitas: 40

nrykhe

Usuario
Fan de OpenSPA
16 Jun 2009
109
1
0
A ver si alguien me hecha un cable. Vengo del último firm KGD y con él veía las carpetas compartidas del pc con Hanewin.

Sin tocar nada en el pc, ahora con este pluging me encuentra el pc pero ninguna de las carpetas compartidas. Tengo Windows 7, y como he dicho, antes las veía sin problemas.

He probado en otro pc también con Windows 7 a compartir una carpeta para todos sin Hanewin, con idéntico resultado.

También he probado desactivando el firewall, y nada.

¿Se os ocurre algo?.
 

nrykhe

Usuario
Fan de OpenSPA
16 Jun 2009
109
1
0
Al final he conseguido ver el contenido de las carpetas del pc sin usar el networkbrowser. He añadido estas líneas al fichero fstab:

192.168.1.33:/HDTV2 /media/hdd/movie/HDTV2 nfs rw,nolock 0 0
192.168.1.33:/DiscoH /media/hdd/movie/DiscoH nfs rw,nolock 0 0
192.168.1.33:/musica /media/hdd/music nfs rw,nolock 0 0
192.168.1.33:/videos /media/hdd/movie/MisVideos nfs rw,nolock 0 0
192.168.1.33:/imagenes /media/hdd/picture nfs rw,nolock 0 0

Funciona perfecto, cuando arranca las monta sin ningún problema.
 

gorski

Usuario Destacado
Loco por OpenSPA
10 Abr 2009
1.334
9
0
Well, I added the following NFS paths, following your example:

192.168.x.xxx:/xxxxxx /volume1/video nfs rw,nolock 0 0
192.168.x.xxx:/xxxxxx /volume1/music nfs rw,nolock 0 0
192.168.x.xxx:/xxxxxx /volume1/photo nfs rw,nolock 0 0
192.168.x.xxx:/xxxxxx /volume1/TVrecord nfs rw,nolock 0 0

Then, I added the following CIFS paths:

192.168.x.xxx:/xxxxxx /D/VIDEO cifs rw,nolock 0 0
192.168.x.xxx:/xxxxxx /D/MUZIKA cifs rw,nolock 0 0
192.168.x.xxx:/xxxxxx /D/FOTKE cifs rw,nolock 0 0

I have a Linux based NAS (NFS) and a Windows OS laptop (CIFS), as you can see...

However, I can not see my Synology NAS or laptop any more than I could before with the network mounting plugins included, i.e. a single folder at a time in NFS and nothing in CIFS, I'm afraid...

Is there anything more you could teach us, please...?!?
 

gorski

Usuario Destacado
Loco por OpenSPA
10 Abr 2009
1.334
9
0
Here is another example of fstab editing:

rootfs / auto defaults,errors=remount-ro,data=writeback,noatime,nodiratime,nobh,commit=1 0 1
proc /proc proc defaults 0 0
devpts /dev/pts auto mode=0620,gid=5 0 0
usbfs /proc/bus/usb usbfs defaults 0 0
tmpfs /var tmpfs defaults 0 0
tmpfs /tmp tmpfs defaults 0 0
/dev/hda2 swap swap defaults 0 0
/dev/hda5 /media/cf auto defaults 0 0
/dev/hdb1 /media/hdd auto defaults 0 0
/dev/sda1 /media/usb auto defaults 0 0
/dev/sda2 /media/usb1 auto defaults 0 0
/dev/sda3 /media/usb2 auto defaults 0 0
/dev/sdb1 /media/usb3 auto defaults 0 0
/dev/sdb2 /media/usb4 auto defaults 0 0

You will notice, nrykhe, these are very different than your examples, so...???
 

gorski

Usuario Destacado
Loco por OpenSPA
10 Abr 2009
1.334
9
0
Here is another example:

Now, add these three lines in bold. I am including a few others for reference. Make sure you change the IP address in these lines to the IP address of your synology box, change the name of your shares if they differ and change the username and password to a valid user on your NAS

# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda5 during installation
UUID=586dbb0e-2439-4dd4-b15d-d6c0c6cd79da / ext4 errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=20fbbbe3-f109-4214-a34d-3988567f0fbc none swap sw 0 0
/dev/scd0 /media/cdrom1 udf,iso9660 user,noauto,exec,utf8 0 0
//192.168.0.195/video /home/boxee/Videos cifs defaults,auto,user,username=dirtboy,password=dirtb oypassword 0 1
//192.168.0.195/music /home/boxee/Music cifs defaults,auto,user,username=dirtboy,password=dirtb oypassword 0 1
//192.168.0.195/photo /home/boxee/Pictures cifs defaults,auto,user,username=dirtboy,password=dirtb oypassword 0 1

Let's try that... ;)
 

gorski

Usuario Destacado
Loco por OpenSPA
10 Abr 2009
1.334
9
0
And another:

\\\\192.168.2.3\\video /media/net/video cifs username=azbox,pass=azbox 0 0
\\\\192.168.2.3\\music /media/net/music cifs username=azbox,pass=azbox 0 0
\\\\192.168.2.3\\photo /media/net/photo cifs username=azbox,pass=azbox 0 0
\\\\192.168.2.3\\public /media/net/public cifs username=azbox,pass=azbox 0 0
\\\\192.168.2.3\\usbshare1 /media/net/usbshare1 cifs username=azbox,pass=azbox 0 0
\\\\192.168.2.3\\usbshare2 /media/net/usbshare2 cifs username=azbox,pass=azbox 0 0
 

gorski

Usuario Destacado
Loco por OpenSPA
10 Abr 2009
1.334
9
0
Kanber_Kav says:

MMP[~]$ mount --help
BusyBox v1.00 (2008.04.24-06:54+0000) multi-call binary

Usage: mount [flags] DEVICE NODE [-o options,more-options]

Mount a filesystem. Autodetection of filesystem type requires the
/proc filesystem be already mounted.

Flags:
-a: Mount all filesystems in fstab.
-f: "Fake" Add entry to mount table but don't mount it.
-n: Don't write a mount table entry.
-o option: One of many filesystem options, listed below.
-r: Mount the filesystem read-only.
-t fs-type: Specify the filesystem type.
-w: Mount for reading and writing (default).

Options for use with the "-o" flag:
async/sync: Writes are asynchronous / synchronous.
atime/noatime: Enable / disable updates to inode access times.
dev/nodev: Allow use of special device files / disallow them.
exec/noexec: Allow use of executable files / disallow them.
loop: Mounts a file via loop device.
suid/nosuid: Allow set-user-id-root programs / disallow them.
remount: Re-mount a mounted filesystem, changing its flags.
ro/rw: Mount for read-only / read-write.
bind: Use the linux 2.4.x "bind" feature.

There are EVEN MORE flags that are specific to each filesystem.
You'll have to see the written documentation for those filesystems.

but mount no support nfs

runing mount line ?
mount -t nfs 192.168.1.3:/home/hfmls/Music /DATA/music -o nolock,async,rsize=32768,wsize=32 768,intr 0 0