Page 2 of 8 FirstFirst 1234 ... LastLast
Results 16 to 30 of 116

Thread: Firmware v1.9.2.7 CR3c [Oleg]

  1. #16
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Quote Originally Posted by int
    yes! the 192.168.1.11 use wireless connection!
    the conditions are the same, that i use in other fw, and have strong signal.
    If you use WPA or WPA-PSK, then this strangeness is probably due to WPA supplicant software (i.e. vendor utilities). If you're running WXP SP2, then it's probably a good idea to remove utilities and let windows to configure your card.

  2. #17
    Join Date
    Mar 2004
    Location
    Maracay
    Posts
    12
    Quote Originally Posted by Oleg
    PPPoE works fine for me, there should not be any problems.
    It should either do not work at all, or work for every site.
    if i connect directly to my ISP without the Asus, i did not get any DNS Server Errors, i can connect to Ebay in my account.
    with the CR3c i was not able to log in ebay.

    strange
    maybe ill tray again next week

  3. #18
    Does this firmware allow to use the rootfs from a stock wlhdd firmware? I have extracted rootfs from 1.2.3.2 WLHDD. Would I need the kernel image too?

  4. #19
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Quote Originally Posted by hugo
    Does this firmware allow to use the rootfs from a stock wlhdd firmware? I have extracted rootfs from 1.2.3.2 WLHDD. Would I need the kernel image too?
    Have not tried that, as I do not have wl-hdd, but it should work. No kernel image needed, but I'm suggesting to replace at least wl.o and et.o modules. In fact, replacing whole /lib/modules is a good idea.

  5. #20
    Join Date
    Oct 2004
    Location
    Portugal
    Posts
    145
    Quote Originally Posted by Oleg
    If you use WPA or WPA-PSK, then this strangeness is probably due to WPA supplicant software (i.e. vendor utilities). If you're running WXP SP2, then it's probably a good idea to remove utilities and let windows to configure your card.
    I use only WEP! and i dont use any utilities on windows..... (i dont like them)
    Home Page
    Marco Sousa from PORTUGAL
    [ WL-500g - fw: 1.9.2.7-7e [Oleg] | WL-500gP - fw: 1.9.2.7-7f-USB-1.63 [Oleg&koppel.cz] ]

  6. #21
    Quote Originally Posted by Oleg
    Have not tried that, as I do not have wl-hdd, but it should work. No kernel image needed, but I'm suggesting to replace at least wl.o and et.o modules. In fact, replacing whole /lib/modules is a good idea.
    Don't you think I would get a better speed using the one from the stock firmware? Latest tests from 1.2.3.0 shows a good speed measurement?

  7. #22
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Quote Originally Posted by hugo
    Latest tests from 1.2.3.0 shows a good speed measurement?
    Unlikely. They've got speed increase due to switching to ext3, which I've performed initially. Also, wl-hdd kernel sources is a complete fake.

  8. #23
    Quote Originally Posted by Antiloop
    wds with wpa-psk or wep? (wpa-psk was already broken in 1.9.2.7)
    WDS with WPA-PSK/AES. I used it with the previous version 1.9.2.7-3b.

  9. #24
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Quote Originally Posted by jbrbv
    WDS with WPA-PSK/AES. I used it with the previous version 1.9.2.7-3b.
    WDS with WPA/WPA-PSK never worked with 1.9.2.7, I'm wonder why it worked in 3b. If I recall correctly there was no changes in this part in the 3c.

  10. #25
    Quote Originally Posted by Oleg
    Unlikely. They've got speed increase due to switching to ext3, which I've performed initially. Also, wl-hdd kernel sources is a complete fake.
    After testing, I had my wl-hdd booting a system. But probably all nvram are false, because I couldn't access it using wifi or ethernet. Usuallly when switching from one to one other, I still get some heartbeat by scanning the network cable. I suppose it has booted, but not set any value.

    I leave the next part for the more adventurous, my baby daughter need more attention than my wl-hdd right now

  11. #26
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    yes, nvram settings are totally different. this due to the fact, that stock wl-hdd uses semi-complete 1.8 style firmware.

  12. #27

    smb.conf

    First of all: Great work Oleg. Everthing works just fine.

    So, I've got a problem concerning my smb.conf. I searched the internet for quite a while, read some forums and then built my smb.conf. All commands seem to be okay, I can access the share via network.
    But whenever I copy new files on the share, the filenames are changed to lower case.

    I'll just post my smb.conf, maybe s.o. has got an idea what's wrong:
    Code:
    [general]
    workgroup = ASD1
    netbios name = abc
    server string = abc
    preserve modes = Yes
    preserve case = Yes    // Don't change filenames - doesn't (?) work
    interfaces = 192.168.1.129/24
    mangled names = No
    log file = /tmp/harddisk/samba-log.%m
    default case = Upper
    case sensetive = No
    mangle case = No
    
    [wl-hdd]
    path = /tmp/harddisk/
    public = Yes
    writeable = Yes
    browseable = Yes

  13. #28
    Join Date
    Apr 2004
    Location
    Netherlands
    Posts
    1,308
    Perhaps you need to set 'case sensitive' to 'Yes' too.

  14. #29
    Quote Originally Posted by Oleg
    WDS with WPA/WPA-PSK never worked with 1.9.2.7, I'm wonder why it worked in 3b. If I recall correctly there was no changes in this part in the 3c.
    I'm now using 2 WL-500g's, WDS with WPA-PSK/AES and 1.9.2.8. I got confused by your answer about 1.9.2.7.
    I'll try the Oleg versions with WDS.

  15. #30
    Join Date
    Nov 2003
    Location
    Eindhoven
    Posts
    2,407
    Quote Originally Posted by kn0rz
    First of all: Great work Oleg. Everthing works just fine.

    So, I've got a problem concerning my smb.conf. I searched the internet for quite a while, read some forums and then built my smb.conf. All commands seem to be okay, I can access the share via network.
    But whenever I copy new files on the share, the filenames are changed to lower case.

    I'll just post my smb.conf, maybe s.o. has got an idea what's wrong:
    Code:
    [general]
    workgroup = ASD1
    netbios name = abc
    server string = abc
    preserve modes = Yes
    preserve case = Yes    // Don't change filenames - doesn't (?) work
    interfaces = 192.168.1.129/24
    mangled names = No
    log file = /tmp/harddisk/samba-log.%m
    default case = Upper
    case sensetive = No
    mangle case = No
    
    [wl-hdd]
    path = /tmp/harddisk/
    public = Yes
    writeable = Yes
    browseable = Yes

    try this:

    [global]
    workgroup = WERKGROEP
    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

    [share$]
    path = /tmp/harddisk
    writable = yes
    force user = root
    browseable = no
    In NT I had the problem that using names shorter than 8 letters were converted to lower when naming it like 'UPPER' you can set this nvram value to solve this

    Code:
    nvram set usb_vfat_options=shortname=winnt

    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

Page 2 of 8 FirstFirst 1234 ... LastLast

Similar Threads

  1. Firewall not working on 1.9.2.7 CR3c?
    By bumper in forum WL-500g Q&A
    Replies: 10
    Last Post: 27-02-2005, 00:31
  2. Wl-HDD reseted nvram on 1.9.3.7 CR3c
    By hugo in forum WL-HDD Q&A
    Replies: 3
    Last Post: 18-02-2005, 22:00
  3. Firmware v1.7.5.6 CR3 [Oleg]
    By Oleg in forum WL-500g Firmware Releases
    Replies: 56
    Last Post: 28-07-2004, 21:11
  4. Firmware v1.7.5.6 CR4 [Oleg]
    By Oleg in forum WL-500g Firmware Releases
    Replies: 29
    Last Post: 30-05-2004, 15:56
  5. Firmware v1.7.5.6 CR2.1 [Oleg]
    By Antiloop in forum WL-500g Firmware Releases
    Replies: 18
    Last Post: 03-05-2004, 11:13

Posting Permissions

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