Help needed by Good Samaritans for info on Drivers for RS232 / USB ports.

Dear all,
I would first like to thank you for taking the time to read my message.
I would like to ask all you proffesional LV developer how difficult it
might be to write the drivers for a bluetooth-RS232(or for a Wireless
LAN ethernet/USB access point) device using LV. Would it be better to
write the drivers in C++?
I have finished the LV Basics 1&2, though we did not learn something helpfull for my case.
Are there any usefull examples i should look at?
The signal transmitted would have a data rate of about 0.5MBbs and the LV program would just display and store the data.
Thanks for your help

Bogiasac
Couple of quick points then I will allow the LV Community to reply to the specifics.  From NI's point of view we would recommend that you use the development language that you feel most confident in, so if you are a C++ guru then use C++.  Another point, you mention that you attended the LV Basic training classes.  I conclude from your comments that you were looking for specific training (while attending did you raise this with instructor at the time?), these training classes are an introduction to the LV environment and set out the ground rules how to best develop a LV application.  Our intermediate courses go into greater detail into advanced LV features - though for some this is still not deep enough (future developments in that for LV 8.0 users soon).  If you are looking for specific training please contact our Training Co-ordinator in the UK and she will be happy to advice.
On the Bluetooth question, LV has Bluetooth tools built in.  These can be found in the Communication palate under Bluetooth (this depends on which version of LV you have, Base or FDS). Please use these VIs to develop you Bluetooth application.  There are 9 Bluetooth examples shipped with LV, these can be found by using the “find examples” in the help menu.
Kind regards
Joe
NIUK

Similar Messages

  • Has anyone successfully used a "WD My Book for Mac" via NAS (plugged into USB port on router) as a Time Machine back-up drive?

    Has anyone successfully used a "WD My Book for Mac" via NAS (plugged into USB port on router) as a Time Machine back-up drive? Apple support tech tried to tell me it wasn't possible and that the only NAS Time Machine could back up to is the Time Capsule, but I'm not buying it. I know it's doable, but I'm having a hard time figuring out which External HDDs will work and which ones won't.  If not My Book for Mac, is there an External HDD that will work? (Running OS X 10.9.1 - Mavericks, btw...)

    Given the nature of backups, my recommendation has always been to use a strategy that is unequivocally supported by Apple. As you already determined Apple Support unequivocally informed you that your proposal will not work, unless your router is an Apple AirPort Extreme or Time Capsule.
    The exhaustive list of devices supported by Time Machine amounts to the following:
    AirPort Time Capsule's built-in hard disk (any model)
    External USB hard disk drive connected to a Time Capsule (any model)
    External USB hard disk drive connected to an AirPort Extreme (current model only)
    A hard disk drive directly connected to your Mac
    That is all.
    Use whatever backup device you want, but you should be aware that this site is full of reports of misery from hapless individuals who had been using NAS devices for Time Machine backups, only to find that they were incomplete, corrupted, or useless when they were required. Apple won't care if you lose your data while using a Time Machine configuration specifically excluded from their technical support documents.

  • Help, need to change IP address on host database for Portal

    Hi folks,
    Rather urgent assistance (as usual) needed. I have an installation working correctly on a pair of Win2k machines, one as the 9i database, one as the 9iAS/Portal. The app server has 2 NIC cards, one with public IP address (which is ok), one on the LAN. I need to reconfigure the LAN addresses on both the machines. Initial Portal install done without DNS, i.e. actual server/host addresses entered in the configuration.
    I have tried changing all of the TNS/Listner settings and the NIC card IP addresses and restarting the machines. The likes of SQLPlus work ok, with the TNS connect name allowing over the LAN access into the database with the new LAN addresses. I cannot seem to get the 9iAS/Portal to find the repository with the new addresses.
    Can someone help please? I can't find the answer in any documentation or other postings.
    Thanks in advance
    Rob

    There are other modes of operation for the plasst as well. I am listing them below but the formatting will make it difficult to read. If you like I can email it to you.
    Bill G...
    Configuring Portal when the HTTP server host name of the Infrastructure is changed
    Run the following from the $ORACLE_HOME/assistants/opca dir
    ptlasst.bat -mode SSOPARTNERCONFIG -i typical -sdad portal -host myApache.domain.com -port 7777 -silent -verbose
    NOTE:
    (1) This command would create a new Portal partner application in the SSO to reflect the changes of the Infrastructure. Before running this command please ensure to configure the SSO with the correct hostname by running the ssocfg.bat script located in the Infrastructure install (<infra_home>\sso\bin).
    The value for -host parameter will be the IP address of the infrastructure server and -port will be the port where the infrastructure http server is running on.
    Configuring Portal when the HTTP server host name of the Middle tier is changed
    ptlasst.bat -mode MIDTIER -i typical -host myApache.domain.com -port 7777 -ldap_h myOID.domain.com -ldap_p 389 -ldap_w welcome -pwd secret123 -portal_only -oh /home/oracle -chost myHostname.domain.com -cport_i 8001 -cport_a 8000 -wc_i_pwd invalidator -mc false -mi true -silent -verbose
    NOTE :
    (1) The -host value should match the serverName value of the httpd.conf
    (2) The -chost should be updated with the correct webcache hostname. In a default iAS midtier install the -host is same as the -chost.
    The value for -host parameter will be the IP address of the midtier(portal) server and -port will be the port where the portal is running on.
    Parameter Description Default Value Mandatory
    -i install_type Installation Type
    In the typical mode, the OPCA would get the Infrastructure information like the Portal schema name, Portal schema password, connect string to the Portal repository, SSO Partner application schema and password, SSO Password store schema and password and connect string to the SSO repository from the Repository Access API's.
    In the custom mode, the OPCA would take whatever is passed as the command line arguments.
    CUSTOM
    -mode mode The different install modes are : PORTAL, SSO, SSOPARTNERCONFIG, LANGUAGE, MIDTIER, ALL, SYSOBJECTS , DEINSTALL
    -s portal_schema Oracle Database schema for Portal database objects. In an iAS 9.0.2 install
    the default Portal schema name is portal portal
    -sp portal_password Password for Portal schema. In an iAS 9.0.2 install the portal schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for details. <portal_schema>
    -c portal_connect Connect string to connect to the Portal repository <hostname>:<port>:<sid>
    -p sys_password The Oracle Database password for the Oracle SYS user MANDATORY
    -sdad portal_dad DAD for the Portal schema. Create the DAD to the Portal repository through the OEM. Refer to the note "How to create and manage the Portal and SSO DAD ?" for details. <portal_schema>
    -host portal_host Hostname of the HTTP server for Portal. This should match byte to byte with whatever is present in the ServerName attribute in the $OH/Apache/Apache/conf/httpd.conf file of the midtier. MANDATORY
    -port portal_port Port of the HTTP server for Portal. The Port attribute in the $OH/Apache/Apache/conf/httpd.conf file of the midtier would provide the value. 7777
    -ldap_h oid_host_name Host name of the OID server MANDATORY
    -ldap_p oid_port_number Port number of the OID server 389
    -ldap_d oid_admin_DN Admininstration DN cn=orcladmin
    -ldap_w oid_admin_pw Password for DN welcome
    -pwd initial_password Initial Password for seeded OID users. In iAS 9.0.2 install this is defaulted to the iAS instance password of the midtier installation. MANDATORY (for ALL or MIDTIER)
    -das_public Add Portal Groups to DAS Public Groups. The values could be Y or N. The default is Y. The setting publishes the Portal groups that the user can add to when creating the new user in OID. Y
    -u default_tablespace Install Portal objects in this tablespace. The default tablespace selected should have atleast 75 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The default tablespace selected by default is users tablespace. users
    -t temporary_tablespace Use this tablespace for temporary objects. The temporary tablespace selected should have atleast 20 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The temporary tablespace selected by default is temp tablespace. temp
    -d document_tablespace Install Portal document table in this tablespace. The document tablespace selected should have atleast 4 MB of free available space and should have autoextend on. Refer to the note
    "What are the recommended tablespace size required for Portal installation ?" for details. The documented tablespace selected by default is users tablespace. <default_tablespace>
    -l logging_tablespace Install Portal logging tables in this tablespace. The Logging tablespace selected should have atleast 4 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The Logging tablespace selected by default is users tablespace. <default_tablespace>
    -in index_tablespace Install Portal index in this tablespace. The Index tablespace selected should have atleast 20 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The Index tablespace selected by default is users tablespace. <default_tablespace>
    -lang language Abbreviation for the language to install us
    -m language_mode Specifies the mode for language installation
    if sso, translations only for Login server.
    if portal, translations only for Portal.
    if -m not specified, translations are installed for Both
    -demo Install Portal webview demos
    -silent Run mode for Portal Configuration Assistant. There is no UI provided by OPCA in the iAS 9.0.2 install. Use -silent option always
    -verbose Log mode for Portal Configuration Assistant. If this parameter is not set, logging information would be in brief and the OPCA would abort the install if it encounters any errors of kind
    ORA-, PLS- or SP2 errors.
    -report Install reports integration with Portal
    -owa Install OWA packages along with Portal This option behaves the same as the SYSOBJECTS mode.
    -sso_only Configure only SSO in mid-tier mode
    -portal_only Configure only Portal in mid-tier mode
    -available Language will be available for user translation
    -chost cache_host Cache host for Web Cache <hostname>
    -cport_i cache_inv_port Cahe port for Web Cache Invalidation 1100
    -cport_a cache_adm_port Cahe port for Web Cache Administration 1000
    -wc_i_pwd wc_inv_passwd Web Cache invalidator password invalidator
    -wc wc_on_off_flag Web Cache ON/OFF flag to enable or disable WC. The default is ON. If set to OFF Portal would not use Webcache though Web Cache may be up and running. on
    -o sso_schema Oracle Database schema for Login Server objects. In an iAS 9.0.2 install the default SSO schema name is orasso orasso
    -op sso_password Password for Login Server Schema. In an iAS 9.0.2 install the SSO schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for more details. Use similar steps to get the password of the orasso. MANDATORY for the following modes:
    -MIDTIER: except when '-portal_only' is specified
    -LANGUAGE: except when '-m portal' is specified
    -DEINSTALL: except when '-drop PORTAL' is specified
    -odad sso_dad DAD for Login Server objects. Create the DAD to the SSO repository through the OEM. Refer to the note "How to create and manage the Portal and SSO DAD ?" for details. <sso_schema>
    -sso_c sso_connect Connect string to connect to the SSO repository If the Portal and SSO use the same database this option need not be passed and would default to the -c argument. <hostname>:<port>:<sid>
    -sso_h sso_host Hostname of the HTTP server for the SSO. If Portal and SSO use the same HTTP server this option need not be passed. It would default the HTTP server used for the Portal.
    -sso_p sso_port Port of the HTTP server for the SSO. If Portal and SSO use the same HTTP server this option need not be passed. It would default the HTTP port used for the Portal.
    -pa papp_schema SSO Partner Application Registration Schema. In an iAS 9.0.2 install the default Password store schema name is orasso_pa <sso_schema>_PA  
    -pap papp_password SSO PA Schema Password. In an iAS 9.0.2 install the SSO schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for more details. Use similar steps to get the password of the orasso_pa <papp_schema>
    -ps pstore_schema Password Store Schema. In an iAS 9.0.2 install the default Password store schema name is orasso_ps <sso_schema>_PS  
    -pp pstore_password Password Store Password. In an iAS 9.0.2 install the SSO schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for more details. Use similar steps to get the password of the orasso_ps. <ptore_schema>
    -pd pstore_dblink Database link from Portal schema to Password store. If the Portal and SSO use the same database this option need not be passed. <portal_schema>_DBLINK  
    -p_tns pstore_tns TNS connect string to Password Store. If the Portal and SSO use the same database this option need not be passed. The tnsalias should be created in the iAS 9.0.2 Portal middle tier.
    -s_tns portal_tns TNS connect string to Portal
    -ssotype ssotype SSO install type. Valid values are repository, midtier, all Repository
    -ultrasearch Ultrasearch configuration
    -drop drop_obj Drops either PORTAL or SSO or ALL (Both)
    if PORTAL, drops Portal schema and OID entries.
    if SSO,drops Portal schema and OID entries.
    if ALL, drops Portal and SSO schema and OID entries
    -oh oracle_home Oracle Home
    -mi midtier_install Midtier Installation
    -mc midtier_config Midtier Configuration
    -ssl Use SSL protocol for configuration. Pass this parameter only if SSL configuration is required. If this parameter is passed the -port passed should also be the SSL port of the HTTP server. Bt default this is not passed.
    -emhost em_host Enterprise Manager host for monitoring <hostname>
    -emport em_port Enterprise Manager port for monitoring 1810
    -iasname ias_name Name of the iAS instance that the install is installing on

  • Hi help needed. Just updated my I phone 4 for first time since I bought it (I know, I know). Lost everything. What I really want back is my notes. Any ideas. Please. Somewhat desperate!!!!

    Help needed. Just updated my I phone 4 and lost all my notes, and no I didn't put them in the I cloud. Please help. Need those notes!

    You could always check to make sure itunes is updated to 10.7 but im sure gdgmacdude is
    right.
    thanks
    gdgmacdude
    Hey dude
    are there anymore hardware failure errors u know of
    im kinda a novice apple man and could use all the help i can get
    capp

  • Need documentation for writing GPIB drivers for RTOS-32 using Borland C 5.51

    Greetings,
    I need to develop GPIB drivers (using the NI GPIB card) for the RTOS-32 operating system (by On-Time). I am using Borland C 5.51 as the compiler. I am looking for info/examples on writing/porting low level drivers for the GPIB. The examples I have found come with the low levels drivers in an object file which you link in, but nothing on how to write the low level drivers.
    Any pointers on what documentation/examples that I should look at would be greatly appreciated.
    Thank you for your time,
    Fred A. Ennerson
    Electro-Optical/Sonatech

    Fred,
    National Instruments offers a DDK for customers to develop NI-488 drivers for operating systems that we do not support directly. Refer to the following product data sheet on using the NI-488DDK. http://www.ni.com/pdf/products/us/4gpib664.pdf
    Craig A
    National Instruments Engineer

  • Oh please oh PLEAAASE help me. :'() Where do i find Asio drivers for my Adigy 4 Pro????

    I've been looking EVERYWHERE , and it seems the asio drivers arent included in the audigy 4 pro drivers pack.
    What asio driver can i use for my Audigy 4 pro?
    Thanks a MILLION
    Ps , i need to find out real fast , we start recording tomorrow...

    Ghostpops wrote:
    I've been looking EVERYWHERE , and it seems the asio drivers arent included in the audigy 4 pro drivers pack.
    What asio driver can i use for my Audigy 4 pro?
    Thanks a MILLION
    Ps , i need to find out real fast , we start recording tomorrow...
    I assume you have installed the Creative drivers for your card --> you have then ASIO drivers installed too. You can find the driver DLL -file from winnt\system32 -folder (ctasio.dll). If you cant locate this file then just reinstall drivers / "update to latest ones".
    In which program(s) are you trying to use ASIO drivers? Some programs, like common media players, Creative MediaSource player, etc. just can't find them because of lack of support.
    If you want to use ASIO drivers with a mediaplayer, you need, for example, WinAmp 5 or Foobar2k with asio -plugin, or Native Instruments Traktor BeatPort Player (native support).
    If you want to use ASIO with another type of software like Cubase, Sonar, WaveLab, etc. you just need to select/activate ASIO driver from 'their' audio settings panels.
    .jtp

  • How can i use labview for communicating with pic18 microcontroller through usb port?

    Hi all,
    I want to make a DAQ card using pic 18 microcontroller which has a built-in usb protocol. I have the firmware of this
    controller which will  make it as a usb device. How can i receive the analog voltages from this DAQ card in Labview? or i mean to say that how i can communicate labview with the Pic 18 microcontroller through usb port? I have also the
    mpusbapi.dll file which is for Visual C++. Can i make changes in this dll file to make it compatible with labview?

    Which labview version do you have. Up to labview 7.1 it was no USB raw communication options. I have heard it did not work well in 7.1, but from 8.x most of the errors were fixed.
    Here is a link it should be useful http://forums.ni.com/ni/board/message?board.id=170&message.id=340676&query.id=365864#M340676
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • "I am looking for LabVIEW instrument drivers for a PTS 160 Frequency Synthesizer

    looking for instrument driver for PTS 160 Frequency Synthesizer

    "Unfortunately I was unable to find a driver for this instrument at http://ni.com/idnet. This leaves you with one of a couple options. It may be possible to modify an existing driver to work with this instrument. Otherwise, http://www.ni.com/devzone/idnet/other. htm states a few options to obtaining a driver. NI only writes drivers for standalone instruments in the eight IVI classes(DMMs, Scopes, Function Generators, Switches, Power Supplies, Power Meters, RF Signal Generators, and Spectral analyzers) that communicate via GPIB, Serial, or TCP/IP, so a driver cannot be written for your instrument. It would also be beneficial to notify the instrument manufacturer, they often have drivers for multiple programming languages. If they do not, you may want to hire an
    Alliance Member to write an driver for you.
    Alliance Member Directory
    http://www.ni.com/alliance/ alliance_member.htm"

  • Help needed with Network UI (JNET) in WEB DYNPRO for JAVA

    Hi all,
      We are using Network UI element in our Web Dynpro Java. All is ok, but we have a problem with 'PRINT_PREVIEW' button. If you do click on this button, another window is open with a page preview, but always is shown the first XML loaded, in other words, if you load a XML and change it, print preview don´t show this changes.
      There are some information about Network UI in SDN but nothing about our problem.
      Can somebody help me?, we need show refresh data in print preview page.
    Thanks for all in advance.
    Gabriel Garcia.

    Hi Ayyapparaj,
      We are generating all XML (Type Repository, Data, etc...) and passing this new file to Network UI Datasource property.
    Thanks for your response.
    Gabriel Garcia.

  • Server 2012 r2 essentials...urgent help needed...Two separate DHCP servers, one for lan and one for wifi...design picture attached

    hello
    S2012 R2 essentials is in office...Want to have functional 2012 dhcp, dns, ad, wds role for 1gbps wired lan and separate wi-fi for temporary visitors for internet access like gsm phones etc...Need functional anywhere access to office server and computers
    for administering...When worker with laptop go out of office must have have full functional wifi.
    here is picture what i have in my mind with all components in network.
    How to configure L3 switch, router and server? Many thanks

    Hi,
    Based on your description, I understand that you want to prepare network for the Windows Server 2012 R2 Essentials,
    then will run a DHCP Server on the Windows Server 2012 R2 Essentials and correctly configure router. Please refer to following article and check if can help you.
    Before You Install Windows Server 2012 Essentials
    For DHCP, please refer to following article.
    Running
    DHCP Server on Windows Server 2012 Essentials
    For router configuration, please refer to following article.
    Configure a Router - Windows Server Essentials
    If anything I misunderstand or any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • [help needed] make symlinks in dir to dir script for bashburn

    Hi! i start using bashburn and i think is amazing! but the only thing is that to make the symlinks to /tmp/burn is tedious... i use tuxcmd and one file at the time i select from the right click menu "make symlink" for all the files i want... so i think to make an script to make symlinks from one directory to another and then when finish, delete those symlinks... BUT (BIG BUT ) i only want to make symlinks to /tmp/burn until it has dvd5 size (4,3gb?) adding symlinks in alfabethical order throught the original dir, because its no use if size is larger than DVD size i will need to delete those files... maybe later i can add the choose option between DVD sizes or specify a custom size
    Here's what i have right now, need little help & comments i think this will be usefull to many
    #!/bin/bash
    echo ' -- Make symlinks script -- '
    sleep 1
    ##### ORIGINAL DIRECTORY #####
    IDIR=pwd
    echo ' Original directory: ' $IDIR
    echo ' -- press c to change directory, Enter to continue -- '
    read DIR
    while [ "$DIR" = c ]; do
    echo ' Enter new directory path: '
    read IDIR
    echo ' New directory: ' $IDIR
    echo ' -- press c to change, Enter to continue -- '
    read DIR
    done
    ##### DESTINATION DIRECTORY #####
    echo ' Destination directory: /tmp/burn '
    echo ' -- press c to change directory, Enter to continue -- '
    read DIR
    while [ "$DIR" = c ]; do
    echo ' Enter new directory path: '
    read FDIR
    echo ' New directory: ' $FDIR
    echo ' -- press c to change, Enter to continue -- '
    read DIR
    done
    ##### MAKE SYMLINKS #####
    for x in $IDIR
    do
    ln -s $IDIR/$x $FDIR/$x
    #HERE i think need to be the directory size limit check ($size or 4,5 gb limit), dont?
    done
    ##### SHOW CREATED SYMLINKS #####
    echo Symlinks created from $IDIR to $FDIR :
    ls -l $FDIR
    ##### KEEP OR DELETE CREATED SYMLINKS #####
    echo ' -- press k to keep symlinks in ' $FDIR ', Enter to delete created symlinks in ' $FDIR ' -- '
    read
    for x in $ODIR ; do
    rm $x
    done
    echo ' symlinks in $FDIR deleted '
    sleep 3
    ##### SHOW DESTINATION DIRECTORY #####
    echo ' content of $FDIR: '
    ls -l $FDIR
    echo ' Press a key to exit '
    read
    exit 0

    Cool. I tried a bit, however -- it is not very much documented. Maybe you can use it:
    #!/bin/bash
    echo ' -- Make symlinks script -- '
    sleep 1
    ##### ORIGINAL DIRECTORY #####
    IDIR=$(pwd)
    FDIR=/tmp/burn
    ODIR=/tmp/other
    # MAXSIZE in kbytes
    MAXSIZE=$(( 120 * 1024 ))
    echo $MAXSIZE
    echo ' Original directory: ' $IDIR
    echo ' -- press c to change directory, Enter to continue -- '
    read DIR
    while [ "$DIR" = c ]; do
    echo ' Enter new directory path: '
    read IDIR
    echo ' New directory: ' $IDIR
    echo ' -- press c to change, Enter to continue -- '
    read DIR
    done
    ##### DESTINATION DIRECTORY #####
    echo ' Destination directory: /tmp/burn '
    echo ' -- press c to change directory, Enter to continue -- '
    read DIR
    while [ "$DIR" = c ]; do
    echo ' Enter new directory path: '
    read FDIR
    echo ' New directory: ' $FDIR
    echo ' -- press c to change, Enter to continue -- '
    read DIR
    done
    ##### MAKE SYMLINKS #####
    for x in $(ls -l $IDIR|grep ^d|cut -d " " -f 9)
    do
    SIZE=$(du -k --max-depth=0 $IDIR/$x | cut -f 1)
    if [ $SIZE -lt $MAXSIZE ]
    then
    echo "Creating link for dir: $x size: $SIZE"
    ln -s $IDIR/$x $FDIR/$x
    else
    echo "Not creating link for dir: $x size: $SIZE"
    fi
    #HERE i think need to be the directory size limit check ($size or 4,5 gb limit), dont?
    done
    ##### SHOW CREATED SYMLINKS #####
    echo Symlinks created from $IDIR to $FDIR :
    ls -l $FDIR
    ##### KEEP OR DELETE CREATED SYMLINKS #####
    echo ' -- press k to keep symlinks in ' $FDIR ', Enter to delete created symlinks in ' $FDIR ' -- '
    read
    for x in $ODIR ; do
    rm $x
    done
    echo ' symlinks in $FDIR deleted '
    sleep 3
    ##### SHOW DESTINATION DIRECTORY #####
    echo ' content of $FDIR: '
    ls -l $FDIR
    echo ' Press a key to exit '
    read
    exit 0

  • Help, Need to change NAT from moderate to open for WRT54GS2

    just like to the topic says i used these methods:
    Open an Internet Explorer browser page on your wired computer(desktop).In the address bar type - 192.168.1.1 and press Enter...Leave Username blank & in Password use admin in lower case...
    On the set-up tab change the MTU Size to 1365 and click Save Settings...
    Click on "Administration" tab and disable the option UPnP and click Save Settings...
    Click on "Applications and Gaming" tab and then click on "Port Range Forwarding" subtab...
    1) On the first line in Application box type in ABC, in the start box type in 53 and End box type in 3074, leave the protocol as both and under ip address type in 192.168.1.20 and check the enable box, click Save Settings once done...
    2) Once you return to the set up page click on the Security tab and uncheck Block Anonymous Internet Requests and click on Save Settings...
    3)Click on the Status tab and take note of DNS1 and DNS2 Addresses...
    4) Goto the XBox Network Settings and IP Address Settings and select manual IP Settings and assign the following on your Xbox IP Address :- 192.168.1.20, Subnet Mask :- 255.255.255.0, Default Gateway :- 192.168.1.1...
    5) Also assign the DNS Addresses on the Xbox, Use DNS1 and DNS2 Addresses you took note off of the router status tab as Primary DNS & Secondary DNS for the xbox...
    6) Turn off your modem, router, and Xbox...Wait for a minute...
    7) Plug the modem power first, wait for another minute and plug the router power cable, wait another minute and turn on the Xbox and test it...it will connect...     i have firmare 1.0.01. i am using 2 Pluglink 9650 Powerline Ethernet Adapters to connect to my xbox for xbox live. if u need anything else let me know. PLEASE SOMEONE HELP 

    What device is upstream from the router?  If you have a modem that acts as a router as well, then you might have a double NAT problem.  It's a well documented problem and can usually be solved by bridging the modem or configuring the router to work as a switch only.

  • I need help with 845 pro MS-6529 Mainboard and drivers for sound!! PLZ HELP

    I have a 845 Pro MS-6529 Mainboard and i recently just scrubbed my computer and reinstalled windows ME. But i need to re-install the driver for sound because i can't hear anything    but when i downloaded it , the files did not work and i've tried redownloading and etc and any other way possible the computer says there is no new driver software on the computer for it. I could swear though that it seems like the download is missing a file or something? could someone possibly download the software quickly for windows ME 845 Pro MS-6529 Mainboard sound driver and check for me in any way? i would b greattttlyyyy thankfull to anyone who could help!!! thanx!

    Hi,
    On-Board sound is enabled in bios?????
    Also, you will need to update Direct-X for all features too work........
    Del

  • Help needed finding old MMS topic listing mms emails for dif providers

    Ok, Im usually better at this. I meant to bookmark or at least copy and save the information provided in I believe it was a FAQ! someone had wrote up on sending MMS to different providers from the iPhone.
    It was great, had a listing of all the [email protected] type emails for sending pictures to diff providers and it worked from the iPhone. Wanted to get that info onto the phone, anyone know what Im talking about and can help point me in the right direction?

    I know this list is rather extensive and possibly overkill, but I got the following information from
    http://www.modmyiphone.com/wiki/index.php/MMSEmailAddresses
    I've cut out the foreign carriers and text-only/pager addresses... but this should suffice since you are in the United States:
    "US Based Carriers:
    Alltel = [email protected]
    AT&T = [email protected]
    Boost Mobile = [email protected]
    Cingular (AT&T) = [email protected]
    Einstein PCS = [email protected]
    Nextel = [email protected]
    Sprint = [email protected]
    T-Mobile = [email protected]
    US Cellular = [email protected]
    Verizon Wireless = [email protected]
    Virgin Mobile = [email protected]
    Or you can simply send a message to [email protected] and they will automatically detect the carrier. Teleflip is free to use. For more information: https://www.teleflip.com/blog/services/flipout/"
    PowerBook G4 15-inch (1.5GHz)   Mac OS X (10.4.10)   1024/80/APX/BT

  • Help needed : DHCP not assigning addresses on VMware. click for more details.

    Hello people of technet,
    I'm new to this forum I was told I could get some help here. I need your help with an issue that I have on my network. As the title says, my DHCP server is not assigning addresses from a specific pool.
    Information about the topology:
    I have to sites linked with a VPN site to site connection. In the first site I have a DHCP Server, In the second site I have a client that should get an address automatically from the DHCP. I installed a DHCP relay agent on the server that manages the VPN
    connection on the second site with a correct configuration. All other configurations are done right I verified a couple of times. I checked the connectivity with a ping test between the client (with static address for the test) from the second site to the
    DHCP server from the first site, it is all working. The problem is that the DHCP server is not assigning addresses from the specific pool. All machines (4) run on windows server 2008 r2.
    Thank you for your time and support, just tell me if you need more informations.

    I fixed the problem it is working now, apparently it was the VMnet cards that caused the issue I've just reseted their configuration to default state. I've had the idea after you asked me to check DHCP address assignement on the same site. One more thing
    to do now, switch from the workgroup to a domain.
    Thank you for you time.

Maybe you are looking for

  • Installing Oracle Developer 6i (8.0.6) under RHEL4

    hello, i'm trying to install oracle developer 8.0.6 under RHEL4 but i keep having error when linking sqlplus (for example). the errors are something like : /oracle/product/dev6i/lib//libsqlplus.a(afiesv.o)(.text+0xe7): In function `afiesv': : undefin

  • Transaction code ME1L

    Hi I Need to make changes in program RM06IL00. Tcode for this program is ME1L. I Want to apply ALV to the output format. Pls. help to select data/fields which can be placed in an internal table for further  use in ALV. Thanks & Regards Harshada

  • Unable to move some items to Buckets by using option 'Move to' in Item dash

    Hi All, i am unable to move some items from one bucket to another bucket by using option "MOVE TO"  in Item dashboard in screen. and also some items(100 out of 95) are moving ine. Can anybody help me Thanks&Regards, Dhananjaya Edited by: cvdreddy on

  • ICloud back up question

    Hello everybody, this is my set up 1 Icloud account on 2 device - Iphone 5 - Ipad Problem: icloud free storage is running out of space I checked the backup via preference in iphone and I see that the library picture was taking a lot of space I delete

  • Iphone Itunes Error 33

    Hi, i don't know why i have that error i did first an update via Iphone internal update to get IOS 7.0.4 - Iphone says the Update fails. i tryed it many times always the same massage Update not Possible at this time. So... i tried it with Itunes....