Cant get Cust FW to work

Well, the diag command is installed in flash with the custom firmware so it must be there... I'm not sure yet what is going on here.
From the command line, try the following. The 'humax#' bit is shown for context and shouldn't be typed.

Code:
humax# ls /mod/
humax# /sbin/modinit

Hopefully that will tell us what's going on here!
 
If the diag command wasn't there, wouldn't the error message be different (command not found rather than no such file)? I reckon the problem is after that.
 
Code:
humax# cat /tmp/modinit.log
=== Sun May 11 15:40:30 UTC 2014 - modinit - ===========================
=== Sun May 11 15:40:30 UTC 2014 - diag ===========================
Filesystem                Size      Used Available Use% Mounted on
/dev/root                21.4M    21.4M        0 100% /
tmpfs                    61.0M    20.0K    61.0M  0% /tmp
tmpfs                    61.0M        0    61.0M  0% /media
/dev/mtdblock1            2.0M    608.0K      1.4M  30% /var/lib/humaxtv
/dev/mtdblock2            2.0M      1.2M    804.0K  61% /var/lib/humaxtv_backup
/dev/sda1              1011.4M    37.9M    922.2M  4% /mnt/hd1
/dev/sda2              447.6G    195.0G    229.8G  46% /mnt/hd2
/dev/sda3                9.8G    166.8M      9.2G  2% /mnt/hd3
 
eth0      Link encap:Ethernet  HWaddr DC:D3:21:0A:8C:6B 
          inet addr:192.0.2.100  Bcast:192.0.2.255  Mask:255.255.255.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:16
 
lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:24 errors:0 dropped:0 overruns:0 frame:0
          TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1524 (1.4 KiB)  TX bytes:1524 (1.4 KiB)
 
wlan0    Link encap:Ethernet  HWaddr 80:1F:02:8A:0E:14 
          inet addr:192.0.2.200  Bcast:192.0.2.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:46 errors:0 dropped:0 overruns:0 frame:0
          TX packets:65 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:13808 (13.4 KiB)  TX bytes:5256 (5.1 KiB)
 
 
  PID USER      VSZ STAT COMMAND
    1 root      1244 S    init
    2 root        0 SW  [migration/0]
    3 root        0 SWN  [ksoftirqd/0]
    4 root        0 SW  [migration/1]
    5 root        0 SWN  [ksoftirqd/1]
    6 root        0 SW<  [events/0]
    7 root        0 SW<  [events/1]
    8 root        0 SW<  [khelper]
    9 root        0 SW<  [kthread]
  10 root        0 SW<  [kblockd/0]
  11 root        0 SW<  [kblockd/1]
  12 root        0 SW<  [khubd]
  13 root        0 SW<  [kseriod]
  14 root        0 SW  [pdflush]
  15 root        0 SW  [pdflush]
  16 root        0 DW<  [kswapd0]
  17 root        0 SW<  [aio/0]
  18 root        0 SW<  [aio/1]
  19 root        0 SW<  [ata/0]
  20 root        0 SW<  [ata/1]
  21 root        0 SW<  [ata_aux]
  22 root        0 SW<  [scsi_eh_0]
  23 root        0 SW<  [scsi_eh_1]
  24 root        0 SW  [mtdblockd]
  25 root        0 SW<  [kpsmoused]
  26 root      1240 S    {rcS} /bin/sh /etc/init.d/rcS
  71 root        0 SWN  [jffs2_gcd_mtd1]
  72 root        0 SWN  [jffs2_gcd_mtd2]
  129 nobody    936 S    /usr/bin/dnsmasq
  135 root      812 S N  /sbin/utelnetd -l /bin/tmenu -p 23 -d -B
  148 root      1244 S    {S90settop} /bin/sh /etc/init.d/S90settop start
  158 root      328m S    /usr/bin/humaxtv
  262 root        0 SW  [RtmpTimerTask]
  263 root        0 RW  [RtmpMlmeTask]
  264 root        0 SW  [RtmpCmdQTask]
  283 root      840 S    tinyftp -i HumaxFTP -p 0000 -c /media
  319 root      1260 S <  {run-and-gun} /bin/sh /etc/mdev/run-and-gun
  334 root      1260 S <  {run-and-gun} /bin/sh /etc/mdev/run-and-gun
  343 root      1260 S <  {run-and-gun} /bin/sh /etc/mdev/run-and-gun
  349 root        0 SW<  [kjournald]
  667 root        0 SW<  [kjournald]
  669 root        0 SW<  [kjournald]
  676 root      1228 S <  sleep 1
  699 root      1228 S <  sleep 1
  718 root      1252 S <  {modinit} /bin/sh /sbin/modinit
  730 root      1236 R <  ps -w
 
Kernel IP routing table
Destination    Gateway        Genmask        Flags Metric Ref    Use Iface
192.0.2.0      *              255.255.255.0  U    0      0        0 eth0
192.0.2.0      *              255.255.255.0  U    0      0        0 wlan0
 
=== Sun May 11 15:40:30 UTC 2014 - reset all ===========================
Resetting custom firmware environment.
=== Sun May 11 15:40:31 UTC 2014 - rma ===========================
RMA Mode.
=== Sun May 11 15:48:44 UTC 2014 - modinit - setup_hosts ===========================
=== Sun May 11 15:48:44 UTC 2014 - setup hosts ===========================
Kernel IP routing table
Destination    Gateway        Genmask        Flags Metric Ref    Use Iface
192.168.1.0    *              255.255.255.0  U    0      0        0 wlan0
default        192.168.1.254  0.0.0.0        UG    0      0        0 wlan0
    Interface: [wlan0]
    IP: [192.168.1.69]
=== Sun May 11 15:48:44 UTC 2014 - complete ===========================
humax#
 
Ok, you're in RMA mode which explains it!

=== Sun May 11 15:40:31 UTC 2014 - rma ===========================
RMA Mode.

Run this:

Code:
humax# rm /var/lib/humaxtv_backup/.rma

and reboot.
 
Ah ha! brilliant its working now!
But
Im now getting this error on recordings:
No cached EPG data, try again later (no such table: epg.epg)
 
Back
Top