Try 'lsmod' - is cifs listed? It should be loaded at startup by the cifs package. If it is listed, then maybe the share doesn't exist.
and if cifs isn't listed, check /tmp/modinit.log for any hints as to why it failed.
Try 'lsmod' - is cifs listed? It should be loaded at startup by the cifs package. If it is listed, then maybe the share doesn't exist.
However (sorry if this has been answered before), I have a very basic question: what will happen if/when Humax transmits an OTA update?
Sorry to be pedantic, but you do mean internal disc as well?...will remain on the external disk...
Sorry to be pedantic, but you do mean internal disc as well?
Something else: can it be made to wake on LAN?
Plug in a USB stick in the front or rear port. When you then select USB from Media the virtual drive will be listed as a USB device also.Also, should I be able to view my media stored in my virtual drive on the box? I can see the virtual drive when I select copy but then cannot view the drive on my box afterwards. I can see the virtual drive over FTP and samba but not on the box.
Plug in a USB stick in the front or rear port. When you then select USB from Media the virtual drive will be listed as a USB device also.
I tried compiling ethtool but it comes back with "No data available" so I think you may be out of luck.Something else: can it be made to wake on LAN?
humax# service
Name Installed Autostart Running
---- --------- --------- -------
mediatomb Yes No No
dropbear Yes Yes Yes
transmission Yes Yes Yes
samba Yes No No
cifs Yes No No
mongoose Yes Yes Yes
humax# service stop transmission
Stopping transmission...
Done.
humax# service auto transmission
Disabling auto-start for transmission
login as: zero
Authenticating with public key "dave"
Passphrase for key "dave":
-sh: ulimit: line 6: error setting limit (Invalid argument)
humax#
That's safe enough to ignore - strange that it pops up for you when I don't see it, but nothing to worry about.Is this something I need to sort out or do I just need to ignore it ?
humax# cat /etc/profile
# ~/.bashrc: executed by bash(1) for non-login interactive shells.
export PATH=/mod/bin:/mod/usr/bin:/mod/bin/busybox:/bin:/sbin
export LD_LIBRARY_PATH=/mod/lib:/lib:/usr/lib
ulimit -S -c 100000000
umask 077
# If running interactively, then:
if [ -n "$PS1" ]; then
hst=`hostname`
[ "$hst" = '(none)' ] && hst=humax
export PS1="$hst# "
export USER=`id -un`
export LOGNAME=$USER
export HOME=/mod
fi
if [ -f /mod/etc/termtype ]; then
export TERM=`cat /mod/etc/termtype`
else
# Reasonable failsafe
export TERM=vt100
fi
for f in /mod/etc/profile/*; do
[ -f "$f" ] || continue
. "$f"
done
I'm using --build=mips-uknonw-linux-gnu with configure
has anybody else had similar problems / found a solution???