txarly

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Wiimc Channel 1.5 only for SD directory? #27368
    txarly
    Participant

    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” ? ❓

    in reply to: Wiimc Channel 1.5 only for SD directory? #27366
    txarly
    Participant

    @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 —> OK

    PS : 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 card

    in reply to: SMB issue connecting to NAS MyBook World Edition #25746
    txarly
    Participant

    Hello !

    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.conf

    2) edit inetd.conf in /etc and erase smb part

    3) reboot your MyBook

    And MyBook’s samba finally run with wiimc !

    in reply to: SMB issue connecting to NAS MyBook World Edition #25741
    txarly
    Participant

    I 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 :mrgreen:

    in reply to: SMB issue connecting to NAS MyBook World Edition #25739
    txarly
    Participant

    Hello.
    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 😥

Viewing 5 posts - 1 through 5 (of 5 total)

Login

Lost Password