Page 2 of 2 FirstFirst 12
Results 16 to 28 of 28

Thread: Webcam & garbage Problem

  1. #16
    Well thank you for NOT replying and helping me out, so much for a forum that HELPS members, well thats a loads of bullshit for a start!


    SHOVE UR FORUM RIGHT UP UR FUCKING ASS COS I GOT BETTER THINGS TO DO THAN SIT HERE WAITING FOR HELP & SUPPORT, FUCK YOU ALL!!!!!!!!!!!!!

  2. #17

    Angry ohhh, that's classy.

    Learn to be a little more polite, I don't think anyone one will help you if you keep up this attitude.

    But, to return to your original question:
    From what I understand, the USB port on the WL-HDD is only used for automatic copying of content from a memory-stick. But I could be mistaken. I own a WL-HDD but never used the USB-port. But maybe, just maybe, someone will chime in and correct me.

  3. #18
    Not meaning to be rude or disrespectful or anything, but you have been a member since Oct 2005, I have only heard of this forum within the least few weeks and already I have seen a few posts that quite clearly state that YOU CAN use the WL-HDD as sa wireless print server, and also as a webcam...

    check these threads out if I am not believed:

    http://wl500g.info/showthread.php?t=8784

    the following thread shows how to set the software up in WinXP: http://wl500g.info/faq.php?faq=asus_...macos92_macosx

    Webcam thread here: http://wl500g.info/showthread.php?t=8126

    ANOTHER webcam thread here: http://wl500g.info/showthread.php?t=8046

    And all that took not even 2 mins work, and you are honestly saying that in nearly 2 years you have not seen them posts???

    This is the reason for my attitude, how can you say u have never seen them posts? this is my point, no offence meant!!

  4. #19
    wwe4lyfe,

    I do believe you when you say that there are links on this forum that contradict my view. All I am saying is what I think. I've never done research in this subject, mainly because I don't use my WL-HDD for that purpose. And I don't have the time or the interest in reading ALL theads on this forum.
    However I did get some great help from this forum when I wanted to use the WL-HDD as a music server, and I' m very thankfull to the other forum-members for their support, hints and tips.
    This forum is for users by users. The members are offering their knowledge in their own time, for no charge at all. Cursing them when you don't get the answer your are looking for is rude and unproductive.
    I hope someone will read your original question and help you out, but if noone reacts, it might be because of your attitude in your follow-up postings.

    Jeroen.

  5. #20
    I used a OV511 chipset WEBCAM, it worked very well

  6. #21
    can someone tell me how to set up a webcam on the WL-HDD or point me in the direction of an how to... anywhere please?

  7. #22
    I've never seen a How-To for adding a webcam.

    If you go to the WL500g section and look at compatible hardware, you should be able to find a webcam that works. It's then just a case of plugging it in and using the web interface to set up how you want it to work.

    I think that's about as much as the WL-HDD can do.

    Is this part of your project to add a 3.5 HDD and a different power supply?

    Ade

  8. #23
    Join Date
    Feb 2008
    Location
    Rocky Australia
    Posts
    1
    Try this


    echo -e "From: xxx@xxxxx.xxx\nSubject: PUT SUBJECT HERE\nReply-to: xxx@xxxxx.xxx\n\nBODY OF MESSAGE GOES HERE" | mini_sendmail -smail.server.xxx.xxx xxx@xxxx.xxx


    to send an email from the wl_hdd command line

  9. #24
    Quote Originally Posted by dulcius View Post
    Try this


    echo -e "From: xxx@xxxxx.xxx\nSubject: PUT SUBJECT HERE\nReply-to: xxx@xxxxx.xxx\n\nBODY OF MESSAGE GOES HERE" | mini_sendmail -smail.server.xxx.xxx xxx@xxxx.xxx


    to send an email from the wl_hdd command line
    Hi, I am using your line and I am having such responce-
    Code:
    <<<< 220 mail.ru ESMTP Thu, 20 Mar 2008 04:04:57 +0300
    >>>> HELO WL-001D60DEC437
    <<<< 250 mx48.mail.ru Hello WL-001D60DEC437 [65.45.62.23]
    >>>> MAIL FROM:<myname@inbox.ru>
    <<<< 250 OK
    >>>> RCPT TO:<myname@inbox.ru>
    <<<< 250 Accepted
    >>>> DATA
    <<<< 503 Administrative prohibition -- authorization required.  Users in your domain are not allowed to send email without authorization.  See http://www.mail.ru/pages/help/261.html for details.
    mini_sendmail: unexpected response 503 to DATA command
    It looks like authoriztion required. I did not get where (in your line) to put my username and my password.

    Thanks.
    Last edited by piezomotor; 20-03-2008 at 02:13.

  10. #25
    Join Date
    Mar 2007
    Location
    Budapest / Hungary
    Posts
    79
    Hi!

    Sorry my English.
    Use esmtp package, you can set in esmtp config file (/opt/etc/esmtprc)
    the sender host, username and password for smtp authentication.
    Code:
    hostname = smtp.yourisp.com
    username = yourmail@yourisp.com       or yourmail
    password = yourpassword
    If you install esmtp package, it change 'sendmail' to esmtp_sendmail (create link), and you can use it: sendmail.
    I think, you change the echo... line from '...| mini_sendmail...' to '...| sendmail...'.
    bye,
    George
    Last edited by KGy; 20-03-2008 at 05:11. Reason: change host= to hostname=, sorry

  11. #26
    Quote Originally Posted by dulcius View Post
    Try this


    echo -e "From: xxx@xxxxx.xxx\nSubject: PUT SUBJECT HERE\nReply-to: xxx@xxxxx.xxx\n\nBODY OF MESSAGE GOES HERE" | mini_sendmail -smail.server.xxx.xxx xxx@xxxx.xxx


    to send an email from the wl_hdd command line
    What is -smail.server.xxx.xxx xxx@xxxx.xxx

    and I can not see -v before xxx@xxxx.xxx.

    Whith this code line from '...| mini_sendmail...' to '...| sendmail...' and

    I have this esmtp package I have-

    Code:
    <<<< 220 mx.google.com ESMTP g25sm2670890wag.37
    >>>> HELO WL-001D60DEC437
    <<<< 250 mx.google.com at your service
    >>>> MAIL FROM:<myname@gmail.com>
    <<<< 530 5.7.0 Must issue a STARTTLS command first g25sm2670890wag.37
    sendmail: unexpected response 530 to MAIL FROM command
    And here is my setup-
    Code:
    hostname = smtp.gmail.com:25
    starttls = required
    identity = myname@gmail.com
    username = myname
    password = mypassword
    starttls = enabled
    Last edited by sonice; 20-03-2008 at 11:51.

  12. #27
    Join Date
    Mar 2007
    Location
    Budapest / Hungary
    Posts
    79
    Hi!

    '...| mini_sendmail...' to '...| sendmail...'
    Code:
    echo -e "From: xxx@xxxxx.xxx\nSubject: PUT SUBJECT HERE\nReply-to: xxx@xxxxx.xxx\n\nBODY OF MESSAGE GOES HERE" | sendmail xxx@xxxx.xxx -f xxx@xxxx.xxx
    /opt/etc/esmtprc
    Code:
    hostname = smtp.gmail.com:25
    starttls = required
    identity = myname@gmail.com
    username = myname
    password = mypassword
    starttls = enabled
    You have too many 'starttls' line in config file. Comment 1st or 2nd. ( #starttls = )

    Sorry, my isp don't use starttls (starttls = disabled). But I think, you must try the 'certificate_passphrase' line in config.
    Or 'helo' line.

    http://esmtp.sourceforge.net/esmtprc.5.html
    http://www.macsat.com/macsat/compone...48/topic,36.0/

    bye,
    George

  13. #28
    Quote Originally Posted by KGy View Post
    Hi!

    '...| mini_sendmail...' to '...| sendmail...'
    Code:
    echo -e "From: xxx@xxxxx.xxx\nSubject: PUT SUBJECT HERE\nReply-to: xxx@xxxxx.xxx\n\nBODY OF MESSAGE GOES HERE" | sendmail xxx@xxxx.xxx -f xxx@xxxx.xxx
    /opt/etc/esmtprc
    Code:
    hostname = smtp.gmail.com:25
    starttls = required
    identity = myname@gmail.com
    username = myname
    password = mypassword
    starttls = enabled
    You have too many 'starttls' line in config file. Comment 1st or 2nd. ( #starttls = )

    Sorry, my isp don't use starttls (starttls = disabled). But I think, you must try the 'certificate_passphrase' line in config.
    Or 'helo' line.

    http://esmtp.sourceforge.net/esmtprc.5.html
    http://www.macsat.com/macsat/compone...48/topic,36.0/

    bye,
    George
    Thank you very much George, I just implemented all your recommendations and I have this responce-

    Code:
    SMTP server problem Connection refused
    I did try my different e-mail accounts and different smtp servers- same result.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Problem with dieing AIR-connection
    By BòóN in forum WL-500g Q&A
    Replies: 7
    Last Post: 26-10-2004, 12:04
  2. USB HDD connects as Webcam
    By Oldchatterman in forum WL-500g Q&A
    Replies: 12
    Last Post: 19-10-2004, 17:54

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
  •