txarly
Forum Replies Created
-
AuthorPosts
-
txarlyParticipant
Ok, thanks. But why do you change this function ? I respect your work but
All forwarders look for the directory (on SD://apps or USB://apps) not if the SD card is inserted ❓ it’s more logical 😉So I keep my channel 1.4 with wiimc 1.0.9 😐
Is it possible to disable “upgrade popup” ? ❓txarlyParticipant@Tantric wrote:
An oversight. I didn’t imagine anyone would do this – have both SD + USB but want to load from USB. Really it doesn’t make sense, as SD loading is much faster.
I’ll be fixing this in the next channel update.
No, you don’t understand my question.
I’m testing launching Wiimc with the channel 1.5.
1) on DD USB –> NOK
and then, I MOVE wiimc directory from USB to SD —> OKPS : I use USB FAT32 partition for all my homebrews (10Gb of space) and 190Gb WBFS partition for the games.
There is not enough space on a SD cardtxarlyParticipantHello !
I’m resolving the problem with MyBook Blue Ring and SMB.
I must start Samba on deamon with a script, not with inetd.conf.1° Create a script “S08samba” in /etc/init.d/ with this:
#!/bin/sh
# set samba_active=1 to activate samba
samba_active=1
[ 1 = $samba_active ] || exit 0
if [ -n "`pidof smbd`" ] ; then
echo "Stopping smbd:"
killall smbd
fi
if [ -n "`pidof nmbd`" ] ; then
echo "Stopping nmbd:"
killall nmbd
fi
sleep 2
echo "Starting nmbd:"
/usr/local/samba/sbin/nmbd -D -s /etc/smb.conf
echo "Starting smbd:"
/usr/local/samba/sbin/smbd -D -s /etc/smb.conf2) edit inetd.conf in /etc and erase smb part
3) reboot your MyBook
And MyBook’s samba finally run with wiimc !
txarlyParticipantI have no problem with my smb config on my MyBook 😉
It’s working very fine with Wiixplorer, Mplayer_ce 0.76, WiiMC 1.0.0 / 1.0.1, Samsung bdp3600, LG ms400h, Win 7 x64, Win XP pro, Ubuntu 😉
WiiMC 1.0.2 is the only one who’s not working 😥Excuse me for my english
txarlyParticipantHello.
I have the same problem with my mbwe. It was working with 1.01 but not with 1.02. 😐
I try ftp and it’s the same result 😥 -
AuthorPosts