Results 1 to 3 of 3

Thread: how to use screen ?

  1. #1

    Red face how to use screen ?

    I would like to write a script witch after reboot will automatically start a web radio . Until now I found this script :
    #!/bin/sh
    killall waveservermain
    killall waveserver
    /opt/sbin/esd -d /dev/sound/dsp -tcp -public &
    ...............
    chmod +x /opt/etc/init.d/S88waveserver
    and this is ok . The problem is that when I want to listen my favorite radio station I have to start putty and type wget -O - http://.... | madplay - --tty-control
    I tried something like this :
    screen
    #!/bin/sh
    wget -O - http://.......... | madplay - --tty-control

    .... but off course it doesn't work . I hope you got the idea. Please help.
    Thank you in advance !

  2. #2
    Join Date
    Nov 2004
    Location
    Sweden
    Posts
    259
    have you tried including that line in post-mount?

  3. #3
    Join Date
    Feb 2007
    Location
    Moscow, Russia
    Posts
    3,805
    have a look on the startup file of rtorrent --- S99rtorrent
    it starts rtorrent inside screen automatically.

Similar Threads

  1. Problem with screen program under firmware 1.9.2.7-10
    By kennethlam33 in forum WL-500w Firmware Discussion
    Replies: 0
    Last Post: 22-05-2008, 17:23
  2. How-to: Use your router as a BitTorrent Client
    By GerardNL in forum WL-700g Tutorials
    Replies: 28
    Last Post: 24-10-2007, 19:38
  3. Oleg's 1.9.2.7-7f - problem with installing nano, screen, mc
    By Julian in forum WL-500gP Firmware Discussion
    Replies: 2
    Last Post: 22-08-2007, 05:32

Posting Permissions

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