Jump to content


Photo

OpenPLi 4


  • Please log in to reply
216 replies to this topic

Re: OpenPLi 4 #161 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 7 September 2013 - 22:01

Either it's compiled as module (then you need to install module first) or it's completely deactivated in the kernel (don't hope so).
But still strange because I thought that ext4 driver can handle ext3. How did you mount manually? Did you try without -t ext3?
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: OpenPLi 4 #162 ims

  • PLi® Core member
  • 13,780 posts

+214
Excellent

Posted 7 September 2013 - 22:17

tried both ( with/without -t ext3). Easy will be convert hdd to ext4.


Kdo nic nedělá, nic nezkazí!

Re: OpenPLi 4 #163 Pr2

  • PLi® Contributor
  • 6,178 posts

+261
Excellent

Posted 7 September 2013 - 22:29

Hi,

 

I just update my ET-9000 by software update and after that my usb memstick is no longer mounted to /media/usb/

 

dmesg shows that it is properly detected:

scsi 2:0:0:0: Direct-Access     Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 0 CCS

sd 2:0:0:0: Attached scsi generic sg1 type 0

sd 2:0:0:0: [sdb] 3919872 512-byte logical blocks: (2.00 GB/1.86 GiB)

sd 2:0:0:0: [sdb] Write Protect is off

sd 2:0:0:0: [sdb] Mode Sense: 23 00 00 00

sd 2:0:0:0: [sdb] No Caching mode page present

sd 2:0:0:0: [sdb] Assuming drive cache: write through

sd 2:0:0:0: [sdb] No Caching mode page present

sd 2:0:0:0: [sdb] Assuming drive cache: write through

 sdb: sdb1

sd 2:0:0:0: [sdb] No Caching mode page present

sd 2:0:0:0: [sdb] Assuming drive cache: write through

sd 2:0:0:0: [sdb] Attached SCSI removable disk

 

but not mounted:

 

root@et9x00:/media# ls -Fal

drwxrwxrwt    4 root     root            80 Jan  1  1970 ./

drwxr-xr-x   17 root     root          1384 Jan  1  1970 ../

drwxr-xr-x   12 root     root          4096 Sep  7 23:07 hdd/

drwxr-xr-x    3 root     root            60 Jan  1  1970 net/
 
root@et9x00:/etc# mount

ubi0:rootfs on / type ubifs (rw,relatime)

devtmpfs on /dev type devtmpfs (rw,relatime,size=145264k,nr_inodes=36316,mode=755)

proc on /proc type proc (rw,relatime)

sysfs on /sys type sysfs (rw,relatime)

tmpfs on /media type tmpfs (rw,relatime,size=64k)

/dev/sda1 on /media/hdd type ext4 (rw,relatime,data=ordered)

tmpfs on /var/volatile type tmpfs (rw,relatime)

devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620)

192.168.1.111:/volume1/video on /media/net/NAS type nfs (rw,noatime,vers=3,rsize=8192,wsize=8192,namlen=255,hard,nolock,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.1.111,mountvers=3,mountport=892,mountproto=tcp,local_lock=all,addr=192.168.1.111)

 

Before upgrading I also add some network drive connexion from the network browser.

 

Moreover the Advanced Video Settings bugs remains and it is even worst since now it is a "full screen" bug (see attached).

 

 

Pr2

Attached Files


NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.

Wanna help with OpenPLi Translation? Please read our Wiki Information for translators

Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)

AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
 


Re: OpenPLi 4 #164 Pr2

  • PLi® Contributor
  • 6,178 posts

+261
Excellent

Posted 7 September 2013 - 22:46

Hi,

 

I confirm that ext3 is no longer working since I update.

 

mount /dev/sdb1 /media/usb/
mount: unknown filesystem type 'ext3'

 

That's probably why my USB stick is no longer mounted...

 

Pr2


NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.

Wanna help with OpenPLi Translation? Please read our Wiki Information for translators

Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)

AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
 


Re: OpenPLi 4 #165 MiLo

  • PLi® Core member
  • 14,055 posts

+298
Excellent

Posted 8 September 2013 - 09:15

ext3 should normally mount with the ext4 driver. That hasn't changed in years. So either -t auto or -t ext4 should work. Of course, -t ext3 will only work if you have a separate ext3 module.

Which "mount" are you using?
Real musicians never die - they just decompose

Re: OpenPLi 4 #166 ims

  • PLi® Core member
  • 13,780 posts

+214
Excellent

Posted 8 September 2013 - 09:19

I am on ext4 now, but it is not good, when user flash box to oe4 and all backups etc are on ext3 hdd, which is not accessible


Edited by ims, 8 September 2013 - 09:20.

Kdo nic nedělá, nic nezkazí!

Re: OpenPLi 4 #167 MiLo

  • PLi® Core member
  • 14,055 posts

+298
Excellent

Posted 8 September 2013 - 11:39

It appears "util-linux-mount" creeped into the image, and that is broken. Hence my "which mount" question.

Remove it, and you can mount ext3 again.
Real musicians never die - they just decompose

Re: OpenPLi 4 #168 ims

  • PLi® Core member
  • 13,780 posts

+214
Excellent

Posted 8 September 2013 - 15:04

OE3 vs. OE4 with same config and instalations:

 

/dev/root:

 

OE4:  60MB free, 59MB used, 1MB Free, 98%

OE3:  60MB free, 55.2MB used 4.8MB Free, 92%

 

+3.8MB ???


Kdo nic nedělá, nic nezkazí!

Re: OpenPLi 4 #169 Pr2

  • PLi® Contributor
  • 6,178 posts

+261
Excellent

Posted 8 September 2013 - 18:18

It appears "util-linux-mount" creeped into the image, and that is broken. Hence my "which mount" question.

Remove it, and you can mount ext3 again.

 

Sorry but I removed the util-linux-mount reboot the box, but still the same error ext3 is unknown...

This already work without problem on OpenPli 4 so this is a bug introduced in recent changes.

 

Not linked but today update give this:

 

Downloading http://downloads.pli-images.org/feeds/openpli-4/mips32el/libpng16-16_1.6.3-r0_mips32el.ipk.
Collected errors:
 * check_data_file_clashes: Package libpng16-16 wants to install file /usr/lib/libpng16.so.16
        But that file is already provided by package  * libpng
 * check_data_file_clashes: Package libpng16-16 wants to install file /usr/lib/libpng16.so.16.3.0
        But that file is already provided by package  * libpng

Edited by Pr2, 8 September 2013 - 18:23.

NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.

Wanna help with OpenPLi Translation? Please read our Wiki Information for translators

Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)

AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
 


Re: OpenPLi 4 #170 MiLo

  • PLi® Core member
  • 14,055 posts

+298
Excellent

Posted 8 September 2013 - 18:31

ls -l `which mount`

It should be a link to busybox.
Real musicians never die - they just decompose

Re: OpenPLi 4 #171 MiLo

  • PLi® Core member
  • 14,055 posts

+298
Excellent

Posted 8 September 2013 - 18:33

This already work without problem on OpenPli 4 so this is a bug introduced in recent changes.

Yes it is. I never claimed it wasn't. My contribution was just to find the problem, solve it, and I'll try to get the fix to the OE folks too. Don't shoot me for that please.
Real musicians never die - they just decompose

Re: OpenPLi 4 #172 Pr2

  • PLi® Contributor
  • 6,178 posts

+261
Excellent

Posted 8 September 2013 - 18:46

Hi,

 

No problem MiLo I don't shoot you.  :)

I don't get what you mean by "which mount" so here is the result:

 

lrwxrwxrwx    1 root     root            21 Sep  7 22:58 /bin/mount -> /bin/mount.util-linux

NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.

Wanna help with OpenPLi Translation? Please read our Wiki Information for translators

Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)

AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
 


Re: OpenPLi 4 #173 Pr2

  • PLi® Contributor
  • 6,178 posts

+261
Excellent

Posted 8 September 2013 - 18:50

My previous answer was not completed only the very beginning is displayed:

 

Removing the package give me access back to my USB memstick, so you are right it is the util-linux-mount that cause the problem.

I need to force remove because ntfs-3g depend on it.

 

Now everything is back to normal, I retrieve my EPG and my Picons.

 

Pr2


NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.

Wanna help with OpenPLi Translation? Please read our Wiki Information for translators

Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)

AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
 


Re: OpenPLi 4 #174 mrbeam

  • Senior Member
  • 300 posts

+6
Neutral

Posted 8 September 2013 - 21:06



Remove it, and you can mount ext3 again.

I have the same problem, internal EXT3 HD not -1MB.

 

What's the exact command to get the HD useable again?


Wavefrontier T90, Vu+ Duo 4k SE (DVB-S2x FBC, DVB-T2, DVB-C USB), Octagon SF4008 (dual DVB-S2, DVB-T2 & DVB-C USB), Mutant HD51 (DVB-S2 & DVB-T2), TBS6920 & TBS6925


Re: OpenPLi 4 #175 mrbeam

  • Senior Member
  • 300 posts

+6
Neutral

Posted 8 September 2013 - 21:24

The solution was:

opkg install kernel-module-ext3

 

I am happy again  :) 


Edited by WanWizard, 8 September 2013 - 22:14.
translated, this is an English forum

Wavefrontier T90, Vu+ Duo 4k SE (DVB-S2x FBC, DVB-T2, DVB-C USB), Octagon SF4008 (dual DVB-S2, DVB-T2 & DVB-C USB), Mutant HD51 (DVB-S2 & DVB-T2), TBS6920 & TBS6925


Re: OpenPLi 4 #176 WanWizard

  • PLi® Core member
  • 70,381 posts

+1,807
Excellent

Posted 8 September 2013 - 22:15

Not really the solution, the correct solution, as Milo wrote, is to remove the incorrect mount package.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: OpenPLi 4 #177 Pr2

  • PLi® Contributor
  • 6,178 posts

+261
Excellent

Posted 9 September 2013 - 10:43

Hi,

 

This is what I use:

 

opkg -force-removal-of-dependent-packages util-linux-mount 

 

So mount command is now back to the "normal" mount command in the busybox.

 

Be carefull that the dependency was ntfs-3g so perhaps that it is no longer possible to connect NTFS HDD on your STB after this. 

 

Pr2


NO SUPPORT by PM, it is a forum make your question public so everybody can benefit from the question/answer.
If you think that my answer helps you, you can press the up arrow in bottom right of the answer.

Wanna help with OpenPLi Translation? Please read our Wiki Information for translators

Sat: Hotbird 13.0E, Astra 19.2E, Eutelsat5A 5.0W
VU+ Solo 4K: 2*DVB-S2 + 2*DVB-C/T/T2 (used in DVB-C) & Duo 4K: 2*DVB-S2X + DVB-C (FBC)

AB-Com: PULSe 4K 1*DVB-S2X (+ DVB-C/T/T2)
Edision OS Mio 4K: 1*DVB-S2X + 1*DVB-C/T/T2
 


Re: OpenPLi 4 #178 rodak

  • Member
  • 29 posts

0
Neutral

Posted 13 September 2013 - 06:52

I also get this error:

Collected errors:
* check_data_file_clashes: Package libpng16-16 wants to install file /usr/lib/libpng16.so.16
        But that file is already provided by package  * libpng
* check_data_file_clashes: Package libpng16-16 wants to install file /usr/lib/libpng16.so.16.3.0
        But that file is already provided by package  * libpng

Any solution or do I have to reflash? 


Edited by rodak, 13 September 2013 - 06:52.


Re: OpenPLi 4 #179 MiLo

  • PLi® Core member
  • 14,055 posts

+298
Excellent

Posted 13 September 2013 - 07:37

Reflash.
Real musicians never die - they just decompose

Re: OpenPLi 4 #180 ZdenekMi

  • Member
  • 6 posts

0
Neutral

Posted 13 September 2013 - 08:33

Download file: http://downloads.pli...r0_mips32el.ipk

 

Copy file to /tmp

 

Install from telnet: opkg install -force-overwrite /tmp/libpng16-16_1.6.3-r0_mips32el.ipk

 

It was solution for me.

 

Zdeněk




19 user(s) are reading this topic

0 members, 19 guests, 0 anonymous users