![]() |
2016-01-05
, 22:11
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#2
|
mmr mount /dev/mmcblk0p2 /mnt/maemo/home mount -o bind /mnt/maemo/home/opt /mnt/maemo/opt
The Following 4 Users Say Thank You to michaaa62 For This Useful Post: | ||
![]() |
2016-01-06
, 07:22
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#3
|
~ $ cat /etc/modprobe.d/fcam.conf
# Override configuration file for the FCam camera control API replacement kernel modules for the N900 camera subsystem.
# Remove this file and reboot to restore use of the original kernel modules.
install fcam modprobe fcam-vanilla; modprobe fcam-power; echo "-1" > /proc/sys/kernel/sched_rt_runtime_us
install fcam-vanilla /sbin/insmod /usr/share/fcam/isp-mod.ko && /sbin/insmod /usr/share/fcam/omap34xxcam-mod.ko && /sbin/insmod /usr/share/fcam/omap_previewer_hack.ko && /sbin/insmod /usr/share/fcam/et8ek8.ko && /sbin/insmod /usr/share/fcam/board-rx51-camera.ko
install fcam-power /sbin/insmod /usr/share/fcam/power/isp-mod.ko && /sbin/insmod /usr/share/fcam/power/omap34xxcam-mod.ko && /sbin/insmod /usr/share/fcam/power/omap_previewer_hack.ko && /sbin/insmod /usr/share/fcam/power/et8ek8.ko && /sbin/insmod /usr/share/fcam/power/board-rx51-camera.ko
install isp-mod modprobe fcam
install omap34xxcam-mod modprobe fcam
install omap_previewer_hack modprobe fcam
install et8ek8 modprobe fcam
![]() |
2016-01-06
, 13:07
|
Posts: 111 |
Thanked: 50 times |
Joined on May 2015
|
#4
|
These commands inside the rescueOS shell mount:
1. first the maemo rootfs,
2. second the optfs partition to the home directory of maemo rootfs,
3. third the opt directory inside the maemo rootfsCode:mmr mount /dev/mmcblk0p2 /mnt/maemo/home mount -o bind /mnt/maemo/home/opt /mnt/maemo/opt
![]() |
2016-01-06
, 15:40
|
Posts: 111 |
Thanked: 50 times |
Joined on May 2015
|
#5
|
![]() |
2016-01-06
, 16:01
|
Posts: 111 |
Thanked: 50 times |
Joined on May 2015
|
#6
|
![]() |
2016-01-06
, 16:29
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#7
|
mount -o bind /dev/ /mnt/maemo/dev mount -o bind /proc/ /mnt/maemo/proc mount -o bind /sys/ /mnt/maemo/sys mount -o bind /dev/pts /mnt/maemo/dev/pts
The Following User Says Thank You to michaaa62 For This Useful Post: | ||
![]() |
2016-01-06
, 16:41
|
Posts: 111 |
Thanked: 50 times |
Joined on May 2015
|
#8
|
Which file system did you try to repair/check ?
Did you mount additional resources of the running 'rescueOS' to the 'maemo' chroot environment, like that:???Code:mount --bind /dev/ /mnt/dev mount --bind /proc/ /mnt/proc mount --bind /sys/ /mnt/sys mount --bind /dev/pts /mnt/dev/pts
![]() |
2016-01-06
, 17:00
|
Posts: 2,102 |
Thanked: 1,937 times |
Joined on Sep 2008
@ Berlin, Germany
|
#9
|
![]() |
2016-01-06
, 17:19
|
Posts: 111 |
Thanked: 50 times |
Joined on May 2015
|
#10
|
Last edited by NotMicro; 2016-01-05 at 13:38.