Page 1 of 2 12 LastLast
Results 1 to 15 of 30

Thread: Samba and Firmware 1.9.2.7-RC3

  1. #1
    Join Date
    Dec 2004
    Location
    Paris, France
    Posts
    20

    Samba and Firmware 1.9.2.7-RC3

    Good morning you all !

    I really appreciate this forum, and every day I am more and more suprised by all the new functions of this router... I've started from nearly 0 !!!

    Now in the RC3 issue of the OLEG (that you man !) firmware, there is this Samba enable thing.
    Previously, I tried to enable it "by hand" to make some tests. I got the error message of the image and thought it was due to my unknow of Linux and so on...
    But I still get the same message with the Samba option of the RC3...

    The problem is :
    When I try to connect to the shared drive with \\192.168.1.1, it asks me for a guest password... (see picture) I have no idea of what it can be...

    Question :
    Someone knows what I can do ?

    Thanks very very much !

    Regards

    Jean-François
    Attached Images Attached Images  

  2. #2
    Hello jf,

    Your smb.cfg is not correct. You have probably set it to user security. Using user security needs to set up smb account using smbpasswd.

    I suggest you to use security=share for now, then try to set up your users if everything is ok. The user must exist in passwd file, and smbpasswd file.

  3. #3
    Join Date
    Dec 2004
    Location
    Paris, France
    Posts
    20

    No smb.cfg file used

    Hugo,

    I have not setup any smb.cfg file. That's why also I am surprised to see that.
    I just use the EXACT configuration, as provided in the Oleg's firmware...

    Has anyone else tried this ?
    I would appreciate the feedback !

    Jean-François

  4. #4
    Join Date
    Nov 2003
    Location
    Eindhoven
    Posts
    2,407
    I don't have any problems with it, but I use a already mapped drive letter

    try using \\192.168.1.1\share or \\192.168.1.1\share$ instead please, and see if it helps

    My little Asus Collection: Too much to fit inhere, my 2 babies:WL500w 1.9.2.7-10(OLEG) VX2SE Yellow Lamborghini notebook



    WL500g Forum Asus Files OpenDir

    Asusforum.NL -- Asusforum.DE -- Asusforum.RU -- Asusforum.PL -- Asusforum.NET -- Asusforum.EU -- Asusforum.BE -- Asusforum.ES -- Asusforum.INFO

  5. #5
    Join Date
    Apr 2004
    Location
    Netherlands
    Posts
    1,308
    Quote Originally Posted by Arobs45
    I have not setup any smb.cfg file. That's why also I am surprised to see that.
    I just use the EXACT configuration, as provided in the Oleg's firmware...
    The configuration supplied with the firmware is an example, which does not nessesarily works. You'll have to reconfigure it yourself (probably change the user root to admin).

  6. #6
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Styno, 1.9.2.7-3 has this in the web interface, so this configuration should work.

  7. #7
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Quote Originally Posted by Arobs45
    Previously, I tried to enable it "by hand" to make some tests. I got the error message of the image and thought it was due to my unknow of Linux and so on...
    do you've flashfs enabled?

  8. #8
    Join Date
    Dec 2004
    Location
    Paris, France
    Posts
    20
    Oleg,

    As I told you, I am really newbie!
    So I have put like it is in the firmware... I don't know if flashfs is enabled or not...

    Would that change something ? Is that not by standard when I upgrade the firmware ?

    JF

  9. #9
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Quote Originally Posted by Arobs45
    So I have put like it is in the firmware... I don't know if flashfs is enabled or not...
    So, it's disabled for sure.

    It should not ask you for password. Have you specified LAN hostname?

  10. #10
    Join Date
    Dec 2004
    Location
    Paris, France
    Posts
    20
    What do you mean by LAN Hostname ?

    I have a standard home network, with no domain server...
    The default workgroup is WORKGROUP

    The router is set on WORKGROUP on the Samba page

    The router name is "MAISON" and when I cmd "ping maison" it pings to 192.168.1.1 (correct IP).

    So ?

    Thx a lot !

    JF

  11. #11
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Quote Originally Posted by Arobs45
    What do you mean by LAN Hostname ?
    There is a setting on the IP config page of the wl500g
    I have a standard home network, with no domain server...
    The default workgroup is WORKGROUP

    The router is set on WORKGROUP on the Samba page

    The router name is "MAISON" and when I cmd "ping maison" it pings to 192.168.1.1 (correct IP).
    Have you tried entering
    Code:
    \\maison\share
    in the Run command box?

  12. #12
    Join Date
    Dec 2004
    Location
    Paris, France
    Posts
    20
    When I hit \\maison\share in the Run Dialog box, it asks exactly for the same password....

    I'll check later the IP Config thing later (I am not connected to my router for the moment) but I don't remember changing something there...

    Thanks for your help anyway !
    Jean-François

  13. #13
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    ok, if still does not work, then establish telnet session
    and type
    Code:
    cat /etc/hosts
    cat /etc/smb.conf
    cat /var/log/smb
    and post results here. Also, be sure, that wl500g runs in home gateway or router mode.

  14. #14
    Join Date
    Dec 2004
    Location
    Paris, France
    Posts
    20
    Oleg,
    here is some part of the answer :

    The routeur is in the "Home Gateway Mode".

    The host name in the IP settings is set to "Maison"

    The cat/etc/hosts gives :
    Code:
    127.0.0.1 localhost.localdomain localhost
    192.168.1.1 Maison my.router my.WL500g
    The cat/etc/smb.conf
    Code:
    [global]
            workgroup = WORKGROUP
            guest account = nobody
            security = share
            browseable = yes
            guest ok = yes
            guest only = yes
            log level = 1
            max log size = 100
            encrypt passwords = no
            preserve case = yes
            short preserve case = yes
    
    [share]
            path = /tmp/harddisk
    The cat /var/log/smb give
    Code:
    Empty !
    If that can help you to help me !!!! Thanks a lot !

    Regards

    Jean-François

  15. #15
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Ok, stupid question - have you inserted usb stick or connected usb-drive?

    run
    Code:
    ps
    mount

Page 1 of 2 12 LastLast

Similar Threads

  1. firmware based on 1950+samba?
    By alien433 in forum WL-500g Q&A
    Replies: 0
    Last Post: 23-09-2005, 20:03
  2. Oleg Firmware: Please a GUI for SAMBA
    By grumpa in forum WL-HDD Custom Development
    Replies: 6
    Last Post: 15-09-2005, 14:03
  3. Replies: 2
    Last Post: 01-07-2005, 01:06
  4. Samba in 1.9.2.7-4 firmware
    By viper_002 in forum WL-500g Q&A
    Replies: 7
    Last Post: 31-03-2005, 19:24
  5. Samba and firmware 1.9.2.7 cr2 (oleg)
    By cyrille in forum WL-500g Q&A
    Replies: 0
    Last Post: 01-01-2005, 23:05

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •