Results 1 to 15 of 196

Thread: Firmware v1.9.2.7 CR4 [Oleg]

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Quote Originally Posted by Styno
    This could be overcome by replacing the FTP config page in the webinterface with a new one specifically for vsftpd, right? How much efford would that take?
    I have no idea, as I have not checked this carefully yet.

  2. #2
    Does this mean we can use any openwrt package on the wl-hdd? This is the greatest news of the day then!

  3. #3
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Quote Originally Posted by hugo
    Does this mean we can use any openwrt package on the wl-hdd? This is the greatest news of the day then!
    No, as they use different fs layout. I've compiled several packages from the nslu2-linux.org site, they've them in the unslung firmware.

  4. #4
    So basicaly we still have a binary/lib difference between the packages, and we still have to compile them? or can we run the binary directly if set up on correct folders?

  5. #5
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Quote Originally Posted by hugo
    So basicaly we still have a binary/lib difference between the packages, and we still have to compile them? or can we run the binary directly if set up on correct folders?
    You could run openwrt binaries as well. For this to work you need to make chroot environment, i.e. mount openwrt rootfs and chroot to it. That's all. You should be able to use most of the openwrt packages after that.

  6. #6
    Quote Originally Posted by Oleg
    You could run openwrt binaries as well. For this to work you need to make chroot environment, i.e. mount openwrt rootfs and chroot to it. That's all. You should be able to use most of the openwrt packages after that.
    I never though about it, even if I'm doing this with debian for month now. I'm going to trash me for a few minute out of shame

  7. #7
    maybe a small bug?

    Code:
    [admin@wl-hdd bin]$ ipkg.sh update
    mkdir: Cannot create directory `/opt/lib/': Read-only file system

  8. #8
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    Quote Originally Posted by hugo
    maybe a small bug?

    Code:
    [admin@wl-hdd bin]$ ipkg.sh update
    mkdir: Cannot create directory `/opt/lib/': Read-only file system
    No, this is not a bug, you will need to mount /opt first. BTW, small example for FAT16/32 users is follows:
    Code:
    # create 64M file on the harddisk
    dd if=/dev/zero of=/tmp/harddisk/opt.ext3 bs=1048576 count=64
    # make an ext3 fs on it (answer yes when asked)
    mke2fs -j /tmp/harddisk/opt.ext3 
    # mount it
    mount -text3 -oloop,noatime /tmp/harddisk/opt.ext3 /opt
    You now have 64M /opt for packages. Add this line to post-mount to mount it on startup

    Code:
    #!/bin/sh
    mount -text3 -oloop,noatime /tmp/harddisk/opt.ext3 /opt
    installing packages (install real ipkg first):

    Code:
    ipkg.sh update
    ipkg.sh install ipkg
    Once done:
    Code:
    echo "src unslung http://wl500g.dyndns.org/unslung" >> /opt/etc/ipkg.conf
    ipkg update
    ipkg list

  9. #9
    Must I use a loop filesystem, or can I directly use my HD ext3 partition? Any performance issue?

  10. #10
    Hi I followed your instructions but I get the following error when trying to do
    ipkg.sh update



    Downloading http://wl500g.dyndns.org/ipkg/Packages ...
    wget: //opt/tmp/ipkg/Packages: No such file or directory
    ipkg_download: ERROR: Failed to retrieve http://wl500g.dyndns.org/ipkg/Packages, returning
    ipkg_update: Error downloading http://wl500g.dyndns.org/ipkg/Packages to /opt/lib/ipkg/lists/wl500g

    Any Ideas?
    has anyone tested the mt-daapd package? any chance that it would work
    http://www.nslu2-linux.org/wiki/Unslung/Mt-daapd
    and thx for the great work.

    Quote Originally Posted by Oleg
    Code:
    #!/bin/sh
    mount -text3 -oloop,noatime /tmp/harddisk/opt.ext3 /opt
    installing packages (install real ipkg first):

    Code:
    ipkg.sh update
    ipkg.sh install ipkg
    Once done:
    Code:
    echo "src unslung http://wl500g.dyndns.org/unslung" >> /opt/etc/ipkg.conf
    ipkg update
    ipkg list

  11. #11

    Range problem solved in CR4?

    Just a small question in between. Is this 'range problem' solved in the latest CR4 release? I searched through the forum but couldn't find any info.

    regards,
    Theo.

Similar Threads

  1. Firmware v1.9.2.7 CR1 [Oleg]
    By Oleg in forum WL-500g Firmware Releases
    Replies: 53
    Last Post: 13-04-2005, 23:26
  2. Firmware v1.9.2.7 CR2 [Oleg]
    By Oleg in forum WL-500g Firmware Releases
    Replies: 64
    Last Post: 11-01-2005, 18:22
  3. Firmware v1.7.5.9 CR2 [Oleg]
    By Oleg in forum WL-500g Firmware Releases
    Replies: 38
    Last Post: 06-10-2004, 08:12
  4. 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
  5. Firmware v1.7.5.6 CR1 [Oleg]
    By Antiloop in forum WL-500g Firmware Releases
    Replies: 15
    Last Post: 07-04-2004, 17:22

Tags for this Thread

Posting Permissions

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