Might sound like a newbie question but please help! (WRT610N)

I purchased the WRT610N to replace my old WRT54G. I like the router overall, but I am running into glich after glich. I figured out most of them up to this point, but now I'm running out of ideas. Before the firmware upgrade release on 1-21-09 I was able to access my USB storage drive via hostname on my local network. For example any shares on my local network show up under my workgroup in windows Vista/XP (mixed enviornment). Now after the firmware update no matter what I do if I want to access my shares I have to type \\myroutersip\myshare. I have gotten so used to just going to my network places and and selecting WRT610N (which was the hostname) entering my predefined password,and accessing my share. How do I fix this? I thought about enabling/editing the hostfile, but I should not have to do that (at least I didn't before). If anyone knows how to accomplish this please reply. TIA  

There is no such settings your router, which will disable your access to the Drive by the Host name.If you have any Firewall or Antivirus you can disable it and try accessing your Drive with the Host name.May be you can try one settings on your router, Login to your router setup page, click on the Storage Tab and Below you need to click on the Sub tab "Media Server" and Enable "UPnP Media Server" and click on Save Settings. I think this might solve your problem.

Similar Messages

  • Sounds like a newbie question... help!

    hello people,
    i have a mega 180 and i am not sure on how to go about reformatting this pc. sorry if this sounds incredibly newbie   but the options in the bios is different from what i usually encounter on my old hp computer.  when i change the options for primary master and secondary master, i can't seem to choose my cd rom as the primary master. all i get is auto manual or none. i would be extremely appreciative if anyone could help me out. thanks!

    That's a different option in the BIOS. Can't remember exactly what menu it's under, but I think the second one. Then there's an option for "First Boot Device", change that to say CDROM. And change "Second Boot Device" to be your hard drive, most likely HDD-0 (that will be your Primary Master - the one you will boot the OS from).
    NuffSaid

  • This may sound like a stupid question,,,but can i downlaod other programmes to my ipad, and use them like i would on a pc/net book ?

    this may sound like a stupid question,,,but can i downlaod other programmes to my ipad, and use them like i would on a pc/net book ?

    No.
    It is not a replacement for a computer.
    It mirrors the selected content of your computer.
    The only programs that can be loaded on an ipad are those found in the app store.

  • This is probably going to sound like a ridiculous question, but

    I have a lot of stuff on my iphone, and would like a folder or area where I can access/store the most important things (files, documents, pics, and video) in one place. I'm not talking about things on my mac computer (and I'm leery of downloading things onto my mac), but different things already on my iphone. For example I have a short video on facebook that I need to refer to often and quickly, but I have to go through a lot of steps to pull it up. I have soccer schedules, particular e-mails a picture or two, and other files that I would love to store all together on the phone where I could access it quickly (mabey in a folder of 'important stuff') Does anyone know how this could be done? I am pretty much computer illiterate, and was just wondering if there was a way or an app that would let me store a variety of different files so I don't have to go searching through a mountainous amount of information every time I was looking for the particular thing that I use the most often.

    sorry hate to break your heart but this cant be done.. the closest thing I can think of would be getting drop box and loading your docs and pictures into it but I dont think you can get a video off facebook to put on dropbox really this functionality is not on the iphone dropbox is as close as you will get..

  • This may sound like a dumb question, but...

    I am posting this as I've posted another question that is related to this particular question...
    Is a 10.3 MB file a super-huge file in Illustrator CS6?  I'm just trying to figure out why my machine is running so slowly; was working well a few days ago when I worked on this particular piece of artwork.  I have around seven layers. 
    Nancy in Tucson

    Nancy,
    The filesize 10.3 MB is far from unusual (if anything, some here might ask: when do you really start working on it? You may also create a new document of the same size, and then save it without any artwork too see what you actually start with).
    There may be many reasons for slowdowns, including other things running. You may (also) have a look at the speed with only Illy working.

  • Might seem like a silly question but why don't pages automatically load when I type the URL in?

    Sometimes they immediately open other times I have to hit enter for it to load. Why does this happen?

    That issue can be caused by an extension that isn't working properly.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • This is a dumb question but please help me anyway!

    I have been asked to take a class to learn to teach AP Computer Science. I was very excited to do this and was told that I didn't need prior programming knowledge to be successful. I got my first set of assignments and there are no instructions. There are just some simple programs for me to create. I went online and tried to do the best I could. I've got the first one working ok but the second one keeps giving me errors. I'm going to post what I've written below. If you have any help to offer me, please do! I am an absolute beginner so please be kind.
    * @(#)MyInitials.java
    * MyInitials application
    * @author
    * @version 1.00 2009/6/23
    public class PrintInitials {
    /* This program prints my initials.
    public static void main(String[] args) {
    System.out.println();
    System.out.println("BBBBB          H H          CCCCC");
    System.out.println("B B      H H          C");
    System.out.println("BBBBB          HHHHH          C");
    System.out.println("B B     H H          C");
    System.out.println("BBBBB          H H          CCCCC");
    System.out.println();
    }

    Here're are the error messages that came up:
    Configuration: DJE - JDK version 1.6.0_14 <Default> - <Default>--------------------
    java.lang.NoClassDefFoundError: PrintInitials
    Caused by: java.lang.ClassNotFoundException: PrintInitials
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    Could not find the main class: PrintInitials. Program will exit.
    Exception in thread "main"
    Process completed.
    Here's the code (with code tags...I think)
    /**=
    * @(#)MyInitials.java
    * MyInitials application
    * @author
    * @version 1.00 2009/6/23
    public class PrintInitials {
           public static void main(String[] args) {
              System.out.println();
              System.out.println("BBBBB     H   H     CCCCC");
              System.out.println("B    B    H   H     C");
              System.out.println("BBBBB       HHHHH     C");
              System.out.println("B    B    H   H     C");
              System.out.println("BBBBB       H   H     CCCCC");
              System.out.println();
    }

  • Idiot controller question, but please help anyways:)

    icontrol.....plug it in, everything works.
    The axiom 49 is a bit different. At this time I realize there is no template, but I'm having a hard time getting the midi learn to work at all. All that seems to happen is the volume switches from one slider to the next....but controls the same parameter as before.
    Sorry if I can't explain it right, hopefully someone can help

    i don't understand but try selecting midi click in the arrange then using the environment to open and select the plug-in/instrument parameters you want to learn.

  • Stupid Question but need help

    Hey Guys
    This is going to sound like a stupid question, but ive been wrecking my head now for about 2 hours on it, and cant find any help on the net.
    Im looking to create an image to add to a j2me application. And basically it cant find the image.
    The image is in my c:\images folder and its called pike.jpg, when i use the following the code it does not find the image
    image = Image.createImage("C:/images/pike.jpg");
    image = Image.createImage("C/images/pike.jpg");
    image = Image.createImage("C:/\images/pike.jpg");
    image = Image.createImage("C:\\images/pike.jpg");Yet when i place it in my working directory and use
    image = Image.createImage("/pike.jpg");It works fine, basically how do i point to the directory c:\images\pike.jpg in java
    Thanks

    Mr.E.H. wrote:
    The MIDP one.
    http://java.sun.com/javame/reference/apis/jsr118/
    Thanks. Now that is clarified, I can see from the documentation:
    The name parameter is a resource name as defined by Class.getResourceAsStream(name) . The rules for resolving resource names are defined in the Application Resource Files section of the java.lang package documentation.
    So it's not a file name. The string you pass must be findable via the classpath.
    So, if C:\images is included in your classpath (which you'll need to do for this example), then just use "/pike.jpg" and have that file live in the images directory only.

  • I installed windows 7 on my macbook pro. all is working but lan adaptor and sound od laptop is not working. please help me or send the link where i can download the these drivers.

    I installed windows 7 on my macbook pro. all is working but lan adaptor and sound od laptop is not working. please help me or send the link where i can download the these drivers.I have lost my resource cd .

    If you are running Lion or Mountain Lion, the drivers are downloaded from within Bootcamp Assistant. If you are running Snow Leopard the drivers are on your Snow Leopard install disk.
    Read the Bootcamp Install Guide for your version of OSx. http://www.apple.com/support/bootcamp/
    Bootcamp questions should be asked in the Bootcamp forum where the Bootcamp gurus hang out https://discussions.apple.com/community/windows_software/boot_camp

  • When using FaceTime, my iMac makes noises.  It dings like I am receiving an email and sometimes sounds like a busy signal, but this is while I am talking to someone. Any suggestions?

    When using FaceTime, my iMac makes noises.  It dings like I am receiving an email and sometimes sounds like a busy signal, but this is while I am talking to someone.  Any suggestions?

    Dear Mr. Toad (my all-time favorite ride at Disneyland ;-) ..
    Thanks so much for your detailed reply.. my netbook is in the bedroom, turned off.. I (so far) only use it in the evening, in the bedroom.. I've saved your response, and will try your suggestions, and let you know if they solve the problem I described. I really appreciate you taking the time to post such a detailed reply..
    I can't answer your Thunderbird "configuration" questions, because I'm in the living room, using the crap Vista laptop, on which I plan to install Thunderbird, and then take Windoze Mail out in the street and drive over it a few times.. I'll get back to you one way or the other, and let you know if your instructions solved the problem, or not..
    I don't understand why Thunderbird "out of the box", so to speak, simply doesn't forward HTML emails with embedded graphics, (like Outlook Excess, and Winblows Mail do).. without having to go through those steps. I personally HATE HTML email, but over the years, it's become more and more prevelant.. so it's a problem I must fix..
    Thanks again..
    Harv..

  • I have a problem with iphone 4s...is ringing but another sounds not working....please help me!!!

    i have a problem with iphone 4s...is ringing but another sounds not working....please help me!!!

    Hi pystyke,
    Welcome to Apple Support Communities.
    You may find these links helpful with troubleshooting the audio issue you're experiencing:
    iPhone Assistant
    http://www.apple.com/support/iphone/troubleshooting/
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/TS2802
    Best,
    Jeremy

  • I just got the macbook air for christmas and i also got the dr dre headphones so i am trying to enable my soundcheck on my iTunes but i cannot figure out how to find where sound check is located can someone please help!!

    i just got the macbook air for christmas and i also got the dr dre headphones so i am trying to enable my soundcheck on my iTunes but i cannot figure out how to find where sound check is located can someone please help!!

    Go to the iTunes menu > Preferences > Playback.

  • I am trying to create mobile pages using the steps file new new document page from sample mobile starters jquery mobile (cdn).  When "page from sample" is selected, the subsequent options are not available.  This seems like a silly question, but how do I

    I am trying to create mobile pages using the steps file>new>new document>page from sample>mobile starters>jquery mobile (cdn).  When "page from sample" is selected, the subsequent options are not available.  This seems like a silly question, but how do I acquire these options?

    You can get the latest jQuery Mobile Themes directly from jQuery Mobile's web site.
    https://demos.jquerymobile.com/1.1.0/docs/api/themes.html
    Or roll your own with ThemeRoller
    http://themeroller.jquerymobile.com/
    Nancy O.

  • I have a big project but when im going to add a new clip with sound and picture in picture its only the sound that works. Can someone please help me?

    I have a big project but when im going to add a new clip with sound and picture in picture its only the sound that works. Can someone please help me?

    Also, if you can't get them to work, what is the error message you are getting?
    Baron Samedi

Maybe you are looking for

  • Feature Request: External Monitor!

    Please make Front Row work on external monitors without having to change the primary monitor to the external. This is a major pain, and it must be common for lots of people to use their large displays as a secondary monitor, so I'm frankly baffled at

  • Siebel F9 : Activity not assigned to contact - Outlook 2010

    Hi, Our environment change for a new version of Outlook (from Outlook 2003 to Outlook 2010) In my tests with F9 fonctionnality, I have exactly the same issue as doc ID 1556458.1 After sending email, activity is not assigned to contacts anymore. As I

  • Spreadsheet output

    Hi Friends, I want to create a report in spreadsheet format and can also be uploaded to excel file. The length of width is 200 chars. Is it possible to do it on Oracle Reports? Thanks a lot

  • I really dont know whats wrong to put in the title

    before i say much, i am using another computer, not the one thats messed up. also, the one thats messed up is a play computer. if it never worked again nothing would be lost, so there no worries about data and files. i have mcafee, and have run virus

  • Imovie hang-up constantly while trying to make transitions

    I have really huge Problems with iMovie - the Program hang-up after I try to make some transitions between photos! It is quite exhausting to work like this! I have already tried to restart and also make a PROM - but no improvement on this! Please hel