Having problems with adding other computers to WRT54G

Okay, I've got my new WRT54G set up and it's running fine for my desktop, but when I go to add another computer to the network it says that a wired connection is needed. I've checked and double checked that the network cable is connected correctly to the computer and to the router (via port #1), but it's still telling me that it isn't connected... Am I doing something wrong and how can I fix this problem? Please help.
Message Edited by Roonie-Roe on 01-05-2008 07:11 PM

Hi...I think you are trying to add a wireless computer to network.
For that don't use the disk or wizard. Just right click on wireless network connection icon in right hand bottom corner(task bar) of computer and click view available wireless network.
Here you will find a list of available wireless networks, just select your network and get connected to it. It might ask for key, if it is a secured network. Which you might have noted down while initial setup.

Similar Messages

  • Having problem with adding and reading dates to/from database !!!

    Hi
    I am new in J2ME
    I am trying to code a simple software.
    My problem is with dates.
    I have a datefield on my menu and the user will choose the date from here. By default, datefield shows todays date. But when I try to write that date to database using rms, date value transforms to java.util.Date@acfdb0fe.
    As I read from tutorials this is common problem of date class, so I tried to use calendar class.
    But with Calendar class I cannot let user to choose date from screen like DateField. datefield dowsn't work with calendar.
    later, I will use that date for sorting records
    Summary : I need a sample code that read date from screen (preferably with datefield), write it to recordstore. and then read it from recordstore asnd write to screen.
    I searching internet for a sample code through days.
    Please help me
    Thanks

    Hi,
    The best i would suggest is instead of storing the date as 19 Jan 2004 or something like this better store the date in milliseconds.
    DateField df = new DateField();
    Date d = df.getDate();
    long ms = d.getTime();
    store the value of ms in RMS. This is the commonly used way to store date in RMS for j2me.
    You can get back date using
    Date d = new Date(ms);
    DateField df = new DateField();
    df.setDate(d);
    Prabhu.

  • I'm having problems with adding a BLOB to my database

    I get a error (
    An unhandled exception of type 'Oracle.DataAccess.Client.OracleException' occurred in system.data.dll
    Additional information: System error. )
    on the last line of the code
    I'm coding it is Visual Basic .net
    can some one tell me what is causing the error or can any one till me how to find out more on the error message.
    table schema
    CREATE TABLE "CWMS"."LOCAL_FILE_BLOBS" (
         "CWMS_ID_UC" VARCHAR2(16) NOT NULL,
         "FILE_TYPE" VARCHAR2(16) NOT NULL ,
         "DISPLAY_ORDER" NUMBER(10, 2) NOT NULL,
         "FILE_TEXT_DES" VARCHAR2(255) NOT NULL,
         "ORG_FILE_NAME" VARCHAR2(255) NOT NULL,
         "DATE_TIME" DATE,
         "FILE_DATA" BLOB,
    PRIMARY KEY("CWMS_ID_UC", "FILE_TYPE","DISPLAY_ORDER","ORG_FILE_NAME"))
    TABLESPACE "FILEBLOB"
    source code
    Public Function UpdateBlob(ByVal CWMS_ID As String, ByVal ORG_FILE_NAME As String, ByVal DISPLAY_ORDER As Integer, ByVal DATE_TIME As DateTime, ByVal fs As System.IO.Stream)
    'To fill DataSet and update datasource
    Dim printmediaAdapter As Oracle.DataAccess.Client.OracleDataAdapter
    'In-memory cache of data
    Dim printmediaDataSet As DataSet
    ''Data Row contained in Data Table
    Dim printmediaRow As DataRow
    ''For automatically generating commands to make changes to database through DataSet
    Dim printmediaCmdBldr As Oracle.DataAccess.Client.OracleCommandBuilder
    printmediaAdapter = New Oracle.DataAccess.Client.OracleDataAdapter("SELECT CWMS_ID_UC, DISPLAY_ORDER, FILE_TYPE, ORG_FILE_NAME, FILE_DATA FROM LOCAL_FILE_BLOBS", conn)
    'Instantiate a DataSet object
    printmediaDataSet = New DataSet("LOCAL_FILE_BLOBS")
    'Step 2.'     
    'AddWithKey sets the Primary Key information to complete the
    'schema information
    printmediaAdapter.MissingSchemaAction = MissingSchemaAction.AddWithKey
    'Configures the schema to match with Data Source
    printmediaAdapter.FillSchema(printmediaDataSet, SchemaType.Source, "LOCAL_FILE_BLOBS")
    'Step 3.'
    'In this case 'OracleCommandBuilder' automatically generates
    ''SelectCommand'
    printmediaCmdBldr = New Oracle.DataAccess.Client.OracleCommandBuilder(printmediaAdapter)
    'Step 4.'
    'Adapter fills the DataSet with 'PrintMedia' data
    printmediaAdapter.Fill(printmediaDataSet, "LOCAL_FILE_BLOBS")
    'Step 5.'
    'Create a new row in the DataTable contained in the DataSet
    printmediaRow = printmediaDataSet.Tables("LOCAL_FILE_BLOBS").NewRow()
    'part of Step 7.'
    'Assigning the value of advertisement text
    printmediaRow("DISPLAY_ORDER") = DISPLAY_ORDER
    Dim temp As String
    temp = ORG_FILE_NAME
    temp = StrReverse(temp)
    temp = StrReverse(temp.Substring(0, temp.IndexOf(".")))
    printmediaRow("CWMS_ID_UC") = CWMS_ID
    printmediaRow("FILE_TYPE") = temp
    printmediaRow("ORG_FILE_NAME") = ORG_FILE_NAME
    'If image is added
    'Step 6.'
    'providing read access to the file chosen using the 'Browse' button
    'Create a byte array of file stream length
    Dim adImageData(fs.Length) As Byte
    'Read block of bytes from stream into the byte array
    fs.Read(adImageData, 0, System.Convert.ToInt32(fs.Length))
    'Close the File Stream
    fs.Close()
    printmediaRow("FILE_DATA") = adImageData
    'Step 8.'
    'Adding the 'printmediaRow' to the DataSet
    printmediaDataSet.Tables("LOCAL_FILE_BLOBS").Rows.Add(printmediaRow)
    'Step 9.'
    'Update the database table 'PrintMedia' with new printmedia rows
    printmediaAdapter.Update(printmediaDataSet, "LOCAL_FILE_BLOBS")
    End Function

    Have you try the same code on a different clean machine (system.data.dll failing, it might be .net framework mismatch)?
    Where exactly is the code failing (which line is throwing the exception?)
    It is only failing with a blob?
    Arnold

  • Help Needed!  I have created a 13 Min Slide Show in iPhoto (iMac Mavericks) but am having problem with adding music.

    I created a 13 min Slide Show in iPhoto but have a question on adding music.  I would like to add music clips that are set to change at the beginning of certian slides so that there is a varity of music during the show rather than a continuous theme clip.  I know you can add multiple clips but can you pin them to change at a particular point in the program?  Right now the music clips just run to their time limit and the next one starts.  Isn't there a way to edit them the way it can be done in iMovie? Its frustrating to be able to create a nice slide show and not be able to manage the music background.  Any suggestions would be greatly appreciated.  Thanks.

    No, you don't have that fine grained control of the soundtrack in iPhoto. It's designed for a quick job, not a complex one.
    Alternatives to iPhoto's slideshow include:
    iMovie is on every Mac sold.
    Others, in order of price:
    PhotoPresenter  $29
    PhotoToMovie  $49.95
    PulpMotion  $129
    FotoMagico $29 (Home version) ($149 Pro version, which includes PhotoPresenter)
    Final Cut Pro X $299
    It's difficult to compare these apps. They have differences in capability - some are driven off templates. some aren't. Some have a wider variety of transitions. Others will have excellent audio controls. It's worth checking them out to see what meets your needs. However, there is no doubt that Final Cut Pro X is the most capable app of them all. You get what you pay for.

  • HT4314 I m having problem with adding one more Id to my same Game Center account!!   It says "email Id unavailable " but this is mine Id only? And can u also tell me what it means?

    Hi plz tell answer of my question. I m not being able to add my friends due to this problem!

    Luxury, Julie! I can't even get past the “Nickname” window. I put in a nickname and press the “Continue” button. Another pool-table-felt-green window appears, empty except for the spinning pinwheel (“doing something…”) in the middle. After a couple of hours mesmerized by this wonderful phenomenon, I figure I didn't want to see what "Game Center" is, anyway.

  • Friend is haveing problems with adding me back on ...

    He says to me that he is not getting any invites from me and he accidently removed me from his contact's and i think its android he uses, his version are 4.6.0.42007 .

    In the <enclosure> tag, which iTunes uses to locate the media file, you have a period at the end, after the 'mp3' - this invalidates the URL and produces a 'file not found' error, hence the 'no episodes' complaint.

  • Having problem with extra DDR2 for P45 Neo2

    Having problem with adding more DDR2 to my P45 Neo2. I currently have 2x hyperx 2gb ram installed, but I would like to take it up to 8gb. I had purchased another set, installed and pc wouldn't load. I installed these into another pc and they worked fine. What am I missing? I have tried googling but cannot find the solution to my question.According to MSI it will take DDR2 800/1066/1200. It does not mention what module name it takes eg pc 5300, which I'm quite sure are the ones installed. I have just updated the bios to the most recent should this help?

    Guessing you have all RAM related settings as "auto"?
    Does the PC work with your new set only?
    You may need to set the RAM timings&voltage manually in BIOS to common factors
    that are valid for both your new and old RAM kits.
    These settings you will do with your old kit in place, save in BIOS, exit and power down.
    Insert the new kit in addition, see if it POSTS. May take a few tests to succeed.
    CPU-Z program can help to figure some of the parameters.

  • Anyone having problems with the Abc app no loading since it has been added?

    Anyone having problems with the Abc app no loading since it has been added?

    Hi Popalotofstyle,
    Thanks for using Apple Support Communities.  It may be worth trying a restart of your Apple TV to see if that allows the ABC app to load:
    Apple TV: How to restart your Apple TV
    http://support.apple.com/kb/ht3180
    Cheers,
    - Ari

  • I am having problems with my outlook 2011. While i am able to check and SEND email on all my other devices ( Ipad, iphone, Macbook), I am unable to do so with my iMac. This problem started suddenly and the error message i get is error 5.7.8. Please Help

    I  am having problems with my outlook 2011. While i am able to check and SEND email on all my other devices ( Ipad, iphone, Macbook), I am unablesend any email with my iMac ( i can recieve email) . This problem started suddenly and the error message i get is error 5.7.8. I have read the threads on line and went into settings, even created a new profile, nothing helps...Please advice..is this something to do with my keychain Access?

    As Outlook is not an Apple product, you will find more helpers familiar with Outlook here:
    Office for Mac forums

  • HT4539 I'm having problems with my iPad I downloaded I downloaded pro for two dollars and now when I try to download other apps in the app store it wAnts to kno my personal card info on free items and won't let me download items I already erase the I down

    I'm having problems with my iPad I downloaded I downloaded pro for two dollars and now when I try to download other apps in the app store it wAnts to kno my personal card info on free items and won't let me download items I already erase the I downloadeder pro but I don't kno way to do?

    Also, when I go on to safari, another alert pops up that safari cannot verify the identity of the website, anything that I type in to as common as google.com. It gives me 3 options to either cancel, look at details, and continue. I've looked at the details of the website of Google and it is legitimate the site. Any help?

  • Having problems with pairing my Iphone 5 with other bluetooth  devices

    I'm having problem with pairing my Iphone5 with other Bluetooth devices like another phone and bluetooth headphone.
    I followed all the right instructions of the other device, but the Iphone just would not pair with them!!

    You can not pair it with another phone at all. That's not a feature of the iPhone. Never has been.
    As for the headphone, is it in discoverable mode?

  • I am having problem with my push notifications of facebook and other applications on my 3gs ios5.0

    Hi,
    I am having problem with my push notifications of facebook and other applications on my 3gs ios5.0 device. I have done too many things have updated my facebook application but still it is not showing any push notification. Is there any settings that i need to do for it? Also it is not allowing me to show on mobile in facebook. Any one here can help?

    ok for facetime and imessage go into settings turn them off make sure to make an icloud backup and then go to settings general erase all content and settings and then set it up from the backup it should activate your imessage and facetime

  • I have an IPod touch 4 gen. And I'm having problems with the audio when I use other than Apple brand earphones

    I have an Ipod Touch 4 gen. and I'm having problems with audio when I use other than Apple brand earphones. I'm talking about music only so far, when I use apple earphones all is fine, but if I use other type of phones ( sony for exemple ) I can only hear the music and the background but not the lead singer voice, can anybody explain this to me? thank you.

    - Try cleaning out/blowing out the headphone jack. Try inserting/removing the plug a dozen times or so.
    - If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar                                      

  • I am having problems with the month of October.  When I have the full month view, the synced items from google calendars won't show.  But they do for all the other months.

    I am having problems with the month of October.  When I have the full month view, the synced items from google calendars won't show.  But they do for all the other months.  There is definitely a glitch somewhere because if I am on day view and try to click on day 15 of October, it will not let me.  It totally is acting weird.

    Free fonts, fonts from a reliable foundry?
    Have you tried removing them temporarily?
    Do you still have problems if you create a new Windows user account and log in with that? How about if you start in Safe Mode?
    And I would run a memory checker and see Troubleshoot font problems | Windows

  • Hi I am having problems with my itunes app. It seems to want to open but then closes straight away. All other apps are working fine

    Hi I am having problems with my itunes app. It seems to want to open but then it wont

    restart
    http://support.apple.com/kb/ht1430

Maybe you are looking for

  • How to change the pattern dynamically in an Entity Level RegExp Validation?

    Hi, In entity attribute level, i gave a Regular Expression Validation. In validation i hardcode the pattern like [A-Z a-z]{0,25}. Is it possible to assign the Pattern of RegExpValidationBean in Entity from a property file or a EL for getting the patt

  • Opening /Attaching a BDS document to an HCM form (Adobe interactive)

    Hi Experts, We have a requirement to attach a document in the Adobe Interactive form used for Employee recruitment process. The document will be stored in the user's local machine. We are using HRASR_DT to design the recruitment process. We are not a

  • Hi-rez photos coming thru pixelated/ unable to edit.

    So, on my Ipad 2, several photos imported thru Iphoto are being rendered pixelated and when any edits are attempted, the photo app crashes. photos saved on the ipad thru its camera or saved from emails and safari are fine. i double checked my iphoto

  • Updation in synchronous mode using bapi

    hi all ,        i have a requirement to update master table using bapi /SAPMP/BAPI_MATERIAL_SAVEDATA  where has it is taking more time can any one of you sugguest what will be the best approach which i can improve the execution time and can u tell me

  • User exit PCATP001 - Does it works for new GL?

    Dear all, If classic profit center accounting is not actived and New GL is being used, does user exit PCATP001 can still be used to determination of transfer prices? thanks, Ramses Marques