Page 24 of 64 FirstFirst ... 14222324252634 ... LastLast
Results 346 to 360 of 958

Thread: [HowTo] Install and configure Oleg's firmware

  1. #346
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Simply start with 9b.
    insert cron entry and edit logrotate.conf.
    Thats it.

    wengi
    Übersicht aller HowTos --- HowTo Overview (mostly german)
    WL-HDD mit diesem Setup. --- WL-HDD with this setup.
    Kein Support per PM - Frage im jeweiligen Thread! --- No support via pm - ask in the according thread!
    Eine wirklich gute Idee erkennt man daran, dass ihre Verwirklichung von vorne herein ausgeschlossen erscheint. (Albert Einstein)

  2. #347
    Join Date
    Mar 2006
    Location
    Holy Roman Empire
    Posts
    70
    Do I have to edit the line
    OPTIONS="-m 0 -O $LOG_NEW/$LOGFILE -S -l 7 -s 0"
    to include those extra options I have now by default?

  3. #348
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    If you are talking about syslog startup file: yes.

    wengi
    Übersicht aller HowTos --- HowTo Overview (mostly german)
    WL-HDD mit diesem Setup. --- WL-HDD with this setup.
    Kein Support per PM - Frage im jeweiligen Thread! --- No support via pm - ask in the according thread!
    Eine wirklich gute Idee erkennt man daran, dass ihre Verwirklichung von vorne herein ausgeschlossen erscheint. (Albert Einstein)

  4. #349

    What about lirc?

    Is there still a package lirc or igorplususb?
    I don't find them!

  5. #350
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Übersicht aller HowTos --- HowTo Overview (mostly german)
    WL-HDD mit diesem Setup. --- WL-HDD with this setup.
    Kein Support per PM - Frage im jeweiligen Thread! --- No support via pm - ask in the according thread!
    Eine wirklich gute Idee erkennt man daran, dass ihre Verwirklichung von vorne herein ausgeschlossen erscheint. (Albert Einstein)

  6. #351
    Join Date
    Mar 2008
    Location
    Haarlem, Netherlands
    Posts
    22
    getting error before formatting disk

    [stefan@AsusServer root]$ fdisk /dev/discs/disc0/disc

    Unable to open /dev/discs/disc0/disc

    any idea?

    Just following your how to from point 1


    [stefan@AsusServer root]$ ps
    PID Uid VmSize Stat Command
    1 stefan 660 S /sbin/init
    2 stefan SW [keventd]
    3 stefan SWN [ksoftirqd_CPU0]
    4 stefan SW [kswapd]
    5 stefan SW [bdflush]
    6 stefan SW [kupdated]
    7 stefan SW [mtdblockd]
    43 stefan 308 S telnetd
    48 stefan 380 S httpd eth1
    54 stefan 368 S klogd
    55 nobody 464 S dnsmasq
    56 stefan 400 S syslogd -m 0 -O /tmp/syslog.log -S -l 7
    61 stefan SW [khubd]
    73 stefan 448 S watchdog
    75 stefan 344 S ntp
    87 stefan 480 S dropbear
    95 stefan 432 S udhcpc -i eth1 -p /var/run/udhcpc0.pid -s /tmp/udhcpc
    100 stefan 748 S dropbear
    101 stefan 556 S -sh
    118 stefan 396 R ps
    Last edited by stefantriep; 27-07-2008 at 19:32.

  7. #352
    did you unmount the file ?
    umount /tmp/mnt/discX_X


    just post the output of the following command
    df

    Quote Originally Posted by stefantriep View Post
    getting error before formatting disk

    [stefan@AsusServer root]$ fdisk /dev/discs/disc0/disc

    Unable to open /dev/discs/disc0/disc

    any idea?

    Just following your how to from point 1


    [stefan@AsusServer root]$ ps
    PID Uid VmSize Stat Command
    1 stefan 660 S /sbin/init
    2 stefan SW [keventd]
    3 stefan SWN [ksoftirqd_CPU0]
    4 stefan SW [kswapd]
    5 stefan SW [bdflush]
    6 stefan SW [kupdated]
    7 stefan SW [mtdblockd]
    43 stefan 308 S telnetd
    48 stefan 380 S httpd eth1
    54 stefan 368 S klogd
    55 nobody 464 S dnsmasq
    56 stefan 400 S syslogd -m 0 -O /tmp/syslog.log -S -l 7
    61 stefan SW [khubd]
    73 stefan 448 S watchdog
    75 stefan 344 S ntp
    87 stefan 480 S dropbear
    95 stefan 432 S udhcpc -i eth1 -p /var/run/udhcpc0.pid -s /tmp/udhcpc
    100 stefan 748 S dropbear
    101 stefan 556 S -sh
    118 stefan 396 R ps
    Last edited by bigphantom; 27-07-2008 at 21:30. Reason: typpo

  8. #353
    Join Date
    Mar 2008
    Location
    Haarlem, Netherlands
    Posts
    22
    df shows 1 mount

    /dev/root /

  9. #354
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Hi,

    first we need more info:
    Model?
    HDD?
    ISE/USB?
    Firmware?

    is the disc present?
    Any errors in syslog?
    Post result of
    Code:
    ls -la /dev/discs/
    df
    mount
    wengi
    Übersicht aller HowTos --- HowTo Overview (mostly german)
    WL-HDD mit diesem Setup. --- WL-HDD with this setup.
    Kein Support per PM - Frage im jeweiligen Thread! --- No support via pm - ask in the according thread!
    Eine wirklich gute Idee erkennt man daran, dass ihre Verwirklichung von vorne herein ausgeschlossen erscheint. (Albert Einstein)

  10. #355

    Almost Working

    Thanks for this Tut again!!

    It worked now with my 1TB HDD

    but is there a possibillity you can make a tool which give me information about the Free GB's and used GB's on the HDD?

    So everybody knows how much the can use anyway.

    Thanks anyway for the answer
    Last edited by Arbadelli; 29-07-2008 at 21:35.

  11. #356
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Quote Originally Posted by Arbadelli View Post
    but is there a possibillity you can make a tool which give me information about the Free GB's and used GB's on the HDD?
    SSH/telnet: df -h
    Samba: Map share as drive and explorer will show the info
    ftp: No idea

    wengi
    Übersicht aller HowTos --- HowTo Overview (mostly german)
    WL-HDD mit diesem Setup. --- WL-HDD with this setup.
    Kein Support per PM - Frage im jeweiligen Thread! --- No support via pm - ask in the according thread!
    Eine wirklich gute Idee erkennt man daran, dass ihre Verwirklichung von vorne herein ausgeschlossen erscheint. (Albert Einstein)

  12. #357
    Join Date
    Mar 2008
    Location
    Haarlem, Netherlands
    Posts
    22
    Quote Originally Posted by wengi View Post
    Hi,

    first we need more info:
    Modell: WL 500g
    HDD: Hitachi 100 GB
    ISE/USB: USB 2.0 HDD
    Firmware: Oleg 1.9.2.7-7g

    is the disc present? Disk connected before router startup, it is a empty disk

    Any errors in syslog?
    Code:
    [stefan@AsusServer /tmp]$ vi syslog.log
    Jan  1 01:00:02 syslogd started: BusyBox v1.1.3
    Jan  1 01:00:02 kernel: zone(1): 0 pages.
    Jan  1 01:00:02 kernel: zone(2): 0 pages.
    Jan  1 01:00:02 kernel: Kernel command line: root=/dev/mtdblock2 noinitrd init=/
    Jan  1 01:00:02 kernel: CPU: BCM4710 rev 0 at 125 MHz
    Jan  1 01:00:02 kernel: !unable to setup serial console!
    Jan  1 01:00:02 kernel: Calibrating delay loop... 82.94 BogoMIPS
    Jan  1 01:00:02 kernel: Memory: 13840k/16384k available (1799k kernel code, 2544
    Jan  1 01:00:02 kernel: Dentry cache hash table entries: 2048 (order: 2, 16384 b
    Jan  1 01:00:02 kernel: Inode cache hash table entries: 1024 (order: 1, 8192 byt
    Jan  1 01:00:02 kernel: Mount-cache hash table entries: 512 (order: 0, 4096 byte
    Jan  1 01:00:02 kernel: Buffer-cache hash table entries: 1024 (order: 0, 4096 by
    Jan  1 01:00:02 kernel: Page-cache hash table entries: 4096 (order: 2, 16384 byt
    Jan  1 01:00:02 kernel: Checking for 'wait' instruction...  unavailable.
    Jan  1 01:00:02 kernel: POSIX conformance testing by UNIFIX
    Jan  1 01:00:02 kernel: PCI: Fixing up bus 0
    Jan  1 01:00:02 kernel: PCI: Fixing up bridge
    Jan  1 01:00:02 kernel: PCI: Fixing up bus 1
    Jan  1 01:00:02 kernel: Linux NET4.0 for Linux 2.4
    Jan  1 01:00:02 kernel: Based upon Swansea University Computer Society NET3.039
    Jan  1 01:00:02 kernel: Initializing RT netlink socket
    Jan  1 01:00:02 kernel: Starting kswapd
    Jan  1 01:00:02 kernel: Journalled Block Device driver loaded
    Jan  1 01:00:02 syslogd started: BusyBox v1.1.3
    Jan  1 01:00:02 kernel: zone(1): 0 pages.
    Jan  1 01:00:02 kernel: zone(2): 0 pages.
    Jan  1 01:00:02 kernel: Kernel command line: root=/dev/mtdblock2 noinitrd init=/linuxrc console=ttyS0,115200
    Jan  1 01:00:02 kernel: CPU: BCM4710 rev 0 at 125 MHz
    Jan  1 01:00:02 kernel: !unable to setup serial console!
    Jan  1 01:00:02 kernel: Calibrating delay loop... 82.94 BogoMIPS
    Jan  1 01:00:02 kernel: Memory: 13840k/16384k available (1799k kernel code, 2544k reserved, 248k data, 68k init, 0k highmem)
    Jan  1 01:00:02 kernel: Dentry cache hash table entries: 2048 (order: 2, 16384 bytes)
    Jan  1 01:00:02 kernel: Inode cache hash table entries: 1024 (order: 1, 8192 bytes)
    Jan  1 01:00:02 kernel: Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
    Jan  1 01:00:02 kernel: Buffer-cache hash table entries: 1024 (order: 0, 4096 bytes)
    Jan  1 01:00:02 kernel: Page-cache hash table entries: 4096 (order: 2, 16384 bytes)
    Jan  1 01:00:02 kernel: Checking for 'wait' instruction...  unavailable.
    Jan  1 01:00:02 kernel: POSIX conformance testing by UNIFIX
    Jan  1 01:00:02 kernel: PCI: Fixing up bus 0
    Jan  1 01:00:02 kernel: PCI: Fixing up bridge
    Jan  1 01:00:02 kernel: PCI: Fixing up bus 1
    Jan  1 01:00:02 kernel: Linux NET4.0 for Linux 2.4
    Jan  1 01:00:02 kernel: Based upon Swansea University Computer Society NET3.039
    Jan  1 01:00:02 kernel: Initializing RT netlink socket
    Jan  1 01:00:02 kernel: Starting kswapd
    Jan  1 01:00:02 kernel: Journalled Block Device driver loaded
    Jan  1 01:00:02 kernel: devfs: v1.12c (20020818) Richard Gooch (rgooch@atnf.csiro.au)
    Jan  1 01:00:02 kernel: devfs: boot_options: 0x1
    Jan  1 01:00:02 kernel: NTFS driver v1.1.22 [Flags: R/O]
    Jan  1 01:00:02 kernel: pty: 256 Unix98 ptys configured
    Jan  1 01:00:02 kernel: Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled
    Jan  1 01:00:02 kernel: HDLC line discipline: version $Revision$, maxframe=4096
    Jan  1 01:00:02 kernel: N_HDLC line discipline registered.
    Jan  1 01:00:02 kernel: loop: loaded (max 8 devices)
    Jan  1 01:00:02 kernel: PPP generic driver version 2.4.2
    Jan  1 01:00:02 kernel: PPP Deflate Compression module registered
    Jan  1 01:00:02 kernel: PPP BSD Compression module registered
    Jan  1 01:00:02 kernel: MPPE/MPPC encryption/compression module registered
    Jan  1 01:00:02 kernel:  Amd/Fujitsu Extended Query Table v1.0 at 0x0040
    Jan  1 01:00:02 kernel:  Flash Id: Vendor: 0x0020 Device: 0x00ca
    Jan  1 01:00:02 kernel: Physically mapped flash: JEDEC Device ID is 0xCA. Assuming broken CFI table.
    Jan  1 01:00:02 kernel: Physically mapped flash: Swapping erase regions for broken CFI table.
    Jan  1 01:00:02 kernel: number of CFI chips: 1
    Jan  1 01:00:02 kernel: Flash device: 0x400000 at 0x1fc00000
    Jan  1 01:00:02 kernel: Physically mapped flash: squashfs filesystem found at block 941
    Jan  1 01:00:02 kernel: Creating 5 MTD partitions on "Physically mapped flash":
    Jan  1 01:00:02 kernel: 0x00000000-0x00040000 : "pmon"
    Jan  1 01:00:02 kernel: 0x00040000-0x003f0000 : "linux"
    Post result of
    Code:
    [stefan@AsusServer root]$ df
    Filesystem           1k-blocks      Used Available Use% Mounted on
    /dev/root                 2880      2880         0 100% /
    
    [stefan@AsusServer root]$ ls -la /dev/discs/
    ls: /dev/discs/: No such file or directory
    
    [stefan@AsusServer root]$ mount
    /dev/root on / type squashfs (ro)
    none on /dev type devfs (rw)
    proc on /proc type proc (rw)
    ramfs on /tmp type ramfs (rw)
    usbfs on /proc/bus/usb type usbfs (rw)
    wengi
    I hope you can find something

  13. #358
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Hi,

    please post result of "lsmod".
    Is the above all of the syslog? There should be more....

    wengi
    Übersicht aller HowTos --- HowTo Overview (mostly german)
    WL-HDD mit diesem Setup. --- WL-HDD with this setup.
    Kein Support per PM - Frage im jeweiligen Thread! --- No support via pm - ask in the according thread!
    Eine wirklich gute Idee erkennt man daran, dass ihre Verwirklichung von vorne herein ausgeschlossen erscheint. (Albert Einstein)

  14. #359
    Join Date
    Mar 2008
    Location
    Haarlem, Netherlands
    Posts
    22
    [stefan@AsusServer root]$ lsmod
    Module Size Used by
    printer 12676 0 (unused)
    lp 8668 0
    parport_splink 2956 1
    parport 25696 1 [lp parport_splink]
    usb-ohci 21940 0 (unused)
    usbcore 77264 1 [printer usb-ohci]
    ip_nat_ftp 3944 0 (unused)
    ip_conntrack_ftp 5248 1
    ipt_NETMAP 992 0 (unused)
    ip_nat_starcraft 2224 0 (unused)
    wl 423856 0 (unused)
    et 34912 0 (unused)

  15. #360
    Join Date
    Mar 2008
    Location
    Haarlem, Netherlands
    Posts
    22
    Quote Originally Posted by wengi View Post
    Hi,

    please post result of "lsmod".
    Is the above all of the syslog? There should be more....

    wengi
    Yes that is the syslog. The AsusServer is most of the time powered off and this is the syslog after 1 minute startup

Page 24 of 64 FirstFirst ... 14222324252634 ... LastLast

Similar Threads

  1. [Howto] Install DLNA media servers for Oleg firmware
    By ecaddict in forum WL-500gP Tutorials
    Replies: 18
    Last Post: 06-06-2017, 07:40
  2. Replies: 24
    Last Post: 05-05-2015, 07:42
  3. Replies: 28
    Last Post: 02-06-2013, 20:58
  4. Replies: 6
    Last Post: 21-09-2012, 17:06
  5. [Howto] Install kernel modules for Oleg firmware
    By ecaddict in forum WL-500gP Tutorials
    Replies: 0
    Last Post: 05-12-2011, 16:18

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
  •