humax# ifconfig
humax# route -n
humax# cat /etc/hosts
Actually, that's rubbish. It's only for decrypting that it does that, as obviously you can't use it from anywhere else.It's supposed to use 127.0.0.1 in preference to your real IP address to get round this problem
humaxk# ifconfig
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:241 errors:0 dropped:0 overruns:0 frame:0
TX packets:241 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:22444 (21.9 Kb) TX bytes:22444 (21.9 Kb)
wlan0 Link encap:Ethernet HWaddr **:**:**:**:**:**
inet addr:192.168.1.13 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:229154 errors:0 dropped:0 overruns:0 frame:0
TX packets:71086 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:51120750 (48.7 Mb) TX bytes:64150826 (61.1 Mb)
humaxk# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 wlan0
0.0.0.0 192.168.1.254 0.0.0.0 UG 0 0 0 wlan0
humaxk# cat /etc/hosts
127.0.0.1 localhost
192.0.2.200 humaxk
--- /mod/webif/cgi-bin/channel.jim~
+++ /mod/webif/cgi-bin/channel.jim
@@ -51,7 +51,10 @@
"
puts "<td>[progressbar $ucLevel]</td>"
puts "<td>[progressbar $ucQuality]</td>"
- puts "<td>[string range $netName 3 end]</td>"
+ if {[string range $netName 1 2] eq "i7"} {
+ set netName [string range $netName 3 end]
+ }
+ puts "<td>$netName</td>"
set channels [$db query {
select usLcn, szSvcName, szPrvName, aucDefaultAuthority
I'm sure I have raised this before: why does a pending series recording in the WebIF recording schedule not allow for the target folder to be changed prior to incorporating that item through a reboot? Currently adding the recording from the WebIF EPG and redefining the target folder involves a reboot to incorporate the item into the schedule, then another reboot to update the target folder.