Port configuration problem

After updating Safari, my "port configuration" does not recognize the built-in ethernet option and I can't connect to the internet using Safari. Everything else works properly - Any suggestions?

Hi Jim, and a warm welcome to the forums!
Are you saying that it doesn't show at all in Network>Show:>Network Port Configurations?
If you haven't yet try this...
Safe Boot from the HD, (holding Shift key down at bootup), it will try to repair your Disk Directory while the spinning radian is happening, so let it go, run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, when complete reboot.

Similar Messages

  • Can't run form from Form Builder 10g - Port configuration problem?

    Hi,
    I have installed the Database (10.2.0.1.0) and the Developer Suite (10.1.2.0.2) on two Linux machines (Red Hat Enterprise Linux ES 4 Basic).
    If I enter the frmservlet-URL manually everything seems to be fine.
    In one case I enter http://127.0.0.1:8890/forms/frmservlet, in the other http://127.0.0.1:8889/forms/frmservlet; in BOTH cases I get eventually a dark square and the status bar says "Applet oracle.forms.engine.Main started".
    HOWEVER, if I create a simple form with Form Builder and click on the Button with the green traffic light ("Run Form"), the form runs only on the machine where frmservlet listens on port 8890.
    On the other machine (frmservlet configured to listen on port 8889) Firefox pops up, the URL "http://127.0.0.1:32979/6dOrpwghCqnp8PhMT7KVT533m3IaArqFbPqPBOztZXWYSsNy" gets called, and nothing else happens. The screen displays the string "ORACLE FORMS." and the status bar says "Waiting for 127.0.0.1...", and it stays like this forever.
    I assume this is a port configuration problem, but I don't have a clue where to start.
    Any suggestions how I should proceed are greatly appreciated.
    Thank you very much in advance!

    Hi Frank,
    Thank you for your reply.
    I doublechecked my configuration.
    In the dialog Edit --> Preferences --> Runtime the Application Server URL is set to "127.0.0.1:8889/forms/frmservlet".
    However, when I attempt to run the form, the URL "http://127.0.0.1:33140/W2dwbV9eXS2fPkuKlxNhCxFWdEihwDviat2uV7ycrSotqwDN" gets called.
    The screen displays the string "ORACLE FORMS." and the status bar says "Waiting for 127.0.0.1...", and that's it.
    I wonder how the port number 33140 got selected. Interestingly, this time it is a different number; last time it was port 32979. In fact, the port number seems to change each time; I tried again and now it is 33189.
    I will now try to set the port number for the frmservlet to 8890.
    I choose Edit --> Preferences --> Runtime and set the application server URL to "127.0.0.1:8890/forms/frmservlet".
    I stop the container, open /home/oracle/OraHome_1/j2ee/DevSuite/config/default-web-site.xml and change the port number to 8890:
    <?xml version="1.0" standalone='yes'?>
    <!DOCTYPE web-site PUBLIC "Oracle Application Server 10g XML Web-site" "http://xmlns.oracle.com/ias/dtds/web-site.dtd">
    <!-- change the host name below to your own host name. Localhost will -->
    <!-- not work with clustering -->
    <!-- also add cluster-island attribute as below
    <web-site host="localhost" port="0" protocol="ajp13"
    display-name="Default Oracle Application Server 10g Java WebSite" cluster-island="1" >
    -->
    <web-site port="8890" protocol="http"
    display-name="Oracle Developer Suite 10g instance of Oracle Containers for J2EE Web Site">
    <!-- Uncomment the following line when using clustering -->
         <!-- <frontend host="your_host_name" port="80" /> -->
         <!-- The default web-app for this site, bound to the root -->
         <default-web-app application="default" name="defaultWebApp" root="/j2ee" />
    <!-- Do not delete this line. -->
    <web-app application="forms" name="formsweb" root="/forms" />
    <!-- -->
    <!-- <web-app application="forms" name="formsweb" root="/forms" /> -->
    <web-app application ="reports" name="web" root="/reports" />
    <web-app application = "reports" name="demo" root="/repdemo" />
         <!-- Access Log, where requests are logged to -->
         <access-log path="../log/default-web-access.log" />
    </web-site>
    I restart the container, start Form Builder, connect to the database, and open my test form.
    When attempting to run the form, the URL "http://127.0.0.1:33437/Pl0n3ky9vmU5z37A7ScBnQhsGwq3jwuzJpgTAKWPMOYIzT8K" gets called (again a new port number, apparently picked radomly within a certain range) and nothing happens: "Waiting for 127.0.0.1...".
    However, when I enter the URL http://127.0.0.1:8890/forms/frmservlet I do (eventually, after confirming that I trust the certificate etc.) get a darc rectangle and the status message "Applet oracle.forms.engine.Main started", which tells me that my setup can't be that far off target.
    Here is the output of netstat:
    [root@localhost ~]# netstat -anp --tcp
    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 0.0.0.0:32769 0.0.0.0:* LISTEN 2779/rpc.statd
    tcp 0 0 0.0.0.0:23910 0.0.0.0:* LISTEN 5269/java
    tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 2759/portmap
    tcp 0 0 0.0.0.0:1521 0.0.0.0:* LISTEN 4265/tnslsnr
    tcp 0 0 0.0.0.0:113 0.0.0.0:* LISTEN 2983/xinetd
    tcp 0 0 127.0.0.1:7830 0.0.0.0:* LISTEN 4429/spamd --port 7
    tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 2928/cupsd
    tcp 0 0 0.0.0.0:9240 0.0.0.0:* LISTEN 5269/java
    tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 3002/sendmail: acce
    tcp 0 0 0.0.0.0:8890 0.0.0.0:* LISTEN 5269/java
    tcp 0 0 0.0.0.0:32795 0.0.0.0:* LISTEN 4231/ora_d000_orcl
    tcp 0 0 127.0.0.1:1521 127.0.0.1:32817 ESTABLISHED 4265/tnslsnr
    tcp 0 0 127.0.0.1:32817 127.0.0.1:1521 ESTABLISHED 4209/ora_pmon_orcl
    tcp 0 0 127.0.0.1:33425 127.0.0.1:1521 ESTABLISHED 5298/frmbld
    tcp 0 0 127.0.0.1:1521 127.0.0.1:33425 ESTABLISHED 5311/oracleorcl
    tcp 1 0 80.133.127.83:33485 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 1 0 80.133.127.83:33484 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 1 0 80.133.127.83:33494 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 1 0 80.133.127.83:33520 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 0 0 80.133.127.83:33529 209.132.177.100:443 ESTABLISHED 4060/python
    tcp 0 0 80.133.127.83:33528 209.132.177.100:443 ESTABLISHED 4060/python
    tcp 1 0 80.133.127.83:33460 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 1 0 80.133.127.83:33470 209.132.177.100:443 CLOSE_WAIT 4060/python
    tcp 0 0 :::22 :::* LISTEN 2968/sshd
    tcp 0 0 ::ffff:127.0.0.1:33437 :::* LISTEN 5298/frmbld
    tcp 697 0 ::ffff:127.0.0.1:33437 ::ffff:127.0.0.1:33439 CLOSE_WAIT -
    tcp 348 0 ::ffff:127.0.0.1:33437 ::ffff:127.0.0.1:33440 CLOSE_WAIT -
    [root@localhost ~]#
    The question remains: Where do those port numbers come from?
    Regards,
    jme

  • AS5300 - Voice Port Configuration Problem

    Hi guys,
    I'm trying to configure a E1 PRI 8 Port Module on a AS5300 (IOS: 12.3(18)) but after I configured the controller, I can't find the voice ports. if I do a sh voice port summ there are no voice ports listed.
    The controller is showing up in sh controllers e1 0.
    Also under the dial-peer there is no port command..
    Anybody has had this issue before?
    Thanks.
    Best regards

    here are the outputs:
    Router#sh vers
    Cisco Internetwork Operating System Software
    IOS (tm) 5300 Software (C5300-JS-M), Version 12.3(18), RELEASE SOFTWARE (fc3)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2006 by cisco Systems, Inc.
    Compiled Wed 15-Mar-06 16:39 by dchih
    Image text-base: 0x60008AEC, data-base: 0x618EC000
    ROM: System Bootstrap, Version 12.0(2)XD1, EARLY DEPLOYMENT RELEASE SOFTWARE (fc1)
    BOOTLDR: 5300 Software (C5300-BOOT-M), Version 12.1(17), RELEASE SOFTWARE (fc1)
    Router uptime is 3 hours, 53 minutes
    System returned to ROM by reload at 16:26:08 gmt Sun Jan 2 2000
    System image file is "flash:c5300-js-mz.123-18.bin"
    cisco AS5300 (R4K) processor (revision A.32) with 131072K/16384K bytes of memory.
    Processor board ID 14898234
    R4700 CPU at 150MHz, Implementation 33, Rev 1.0, 512KB L2 Cache
    Channelized E1, Version 1.0.
    Bridging software.
    X.25 software, Version 3.0.0.
    SuperLAT software (copyright 1990 by Meridian Technology Corp).
    TN3270 Emulation software.
    Primary Rate ISDN software, Version 1.1.
    Backplane revision 2
    Manufacture Cookie Info:
    EEPROM Type 0x0001, EEPROM Version 0x01, Board ID 0x30,
    Board Hardware Version 1.80, Item Number 800-2544-03,
    Board Revision A0, Serial Number 14898234,
    PLD/ISP Version 0.0,  Manufacture Date 8-Jul-1999.
    1 Ethernet/IEEE 802.3 interface(s)
    1 FastEthernet/IEEE 802.3 interface(s)
    35 Serial network interface(s)
    240 terminal line(s)
    8 Channelized E1/PRI port(s)
    128K bytes of non-volatile configuration memory.
    16384K bytes of processor board System flash (Read/Write)
    8192K bytes of processor board Boot flash (Read/Write)
    Configuration register is 0x2102
    Router#sh run
    Building configuration...
    Current configuration : 2057 bytes
    version 12.3
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname Router
    boot-start-marker
    boot-end-marker
    enable password cisco
    spe 1/0 2/9
    firmware location system:/ucode/mica_port_firmware
    resource-pool disable
    clock timezone gmt 2
    no aaa new-model
    ip subnet-zero
    ip cef
    isdn switch-type primary-net5
    isdn voice-call-failure 0
    voice call send-alert
    voice rtp send-recv
    voice service pots
    voice service voip
    sip
    voice class codec 1
    voice class codec 100
    controller E1 0
    framing NO-CRC4
    pri-group timeslots 1-31
    controller E1 1
    clock source line secondary 1
    controller E1 2
    clock source line secondary 2
    controller E1 3
    clock source line secondary 3
    controller E1 4
    clock source line secondary 4
    controller E1 5
    clock source line secondary 5
    controller E1 6
    clock source line secondary 6
    controller E1 7
    clock source line secondary 7
    interface Ethernet0
    no ip address
    interface Serial0
    no ip address
    clock rate 2015232
    no fair-queue
    interface Serial1
    no ip address
    clock rate 2015232
    no fair-queue
    interface Serial2
    no ip address
    clock rate 2015232
    no fair-queue
    interface Serial3
    no ip address
    shutdown
    clock rate 2015232
    no fair-queue
    interface Serial0:15
    no ip address
    encapsulation hdlc
    isdn switch-type primary-net5
    isdn incoming-voice modem
    no cdp enable
    interface FastEthernet0
    ip address 1.1.1.1 255.255.255.252
    duplex auto
    speed auto
    ip classless
    ip route 0.0.0.0 0.0.0.0 1.1.1.2
    no ip http server
    dial-peer voice 100 voip
    destination-pattern .T
    session protocol sipv2
    session target ipv4:192.168.1.1
    session transport udp
    dtmf-relay rtp-nte
    dial-peer voice 10 pots
    destination-pattern .T
    direct-inward-dial
    sip-ua
    no remote-party-id
    sip-server ipv4:192.168.1.1
    line con 0
    line 1 240
    line aux 0
    line vty 0 4
    transport input lat pad mop telnet rlogin udptn
    end
    Router#
    Router#sh diag
    Motherboard Info:
    Backplane revision 2
    Manufacture Cookie Info:
    EEPROM Type 0x0001, EEPROM Version 0x01, Board ID 0x30,
    Board Hardware Version 1.80, Item Number 800-2544-03,
    Board Revision A0, Serial Number 14898234,
    PLD/ISP Version 0.0,  Manufacture Date 8-Jul-1999.
    EEPROM format version 0
    EEPROM contents (hex):
       0x00: 00 01 01 30 01 50 03 20 00 09 F0 03 41 00 31 34
       0x10: 38 39 38 32 33 34 00 00 00 00 00 00 00 00 13 63
       0x20: 07 08 00 00 FF FF FF FF FF FF FF FF FF FF FF FF
       0x30: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x40: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x50: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x60: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x70: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
    FRU NUMBER : AS5300
    Slot 0:
    Hardware is Octal E1 PRI, 8 ports
    Manufacture Cookie Info:
    EEPROM Type 0x0001, EEPROM Version 0x01, Board ID 0x49,
    Board Hardware Version 1.0, Item Number 800-3883-01,
    Board Revision A0, Serial Number 14896274,
    PLD/ISP Version 0.1,  Manufacture Date 29-Jun-1999.
    EEPROM format version 0
    EEPROM contents (hex):
       0x00: 00 01 01 49 01 00 03 20 00 0F 2B 01 41 00 31 34
       0x10: 38 39 36 32 37 34 00 00 00 00 00 00 00 00 13 63
       0x20: 06 1D 00 01 FF FF FF FF FF FF FF FF FF FF FF FF
       0x30: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x40: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x50: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x60: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x70: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
    FRU NUMBER : AS53-8CE1+=
    Slot 1:
    Hardware is Duo Density Modems
    Manufacture Cookie Info:
    EEPROM Type 0x0001, EEPROM Version 0x01, Board ID 0x4C,
    Board Hardware Version 1.0, Item Number 800-3680-01,
    Board Revision A0, Serial Number 14049055,
    PLD/ISP Version 2.2,  Manufacture Date 7-Jul-1999.
    EEPROM format version 0
    EEPROM contents (hex):
       0x00: 00 01 01 4C 01 00 03 20 00 0E 60 01 41 00 31 34
       0x10: 30 34 39 30 35 35 00 00 00 00 00 00 00 00 13 63
       0x20: 07 07 02 02 FF FF FF FF FF FF FF FF FF FF FF FF
       0x30: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x40: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x50: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x60: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x70: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
    FRU NUMBER : AS53-120-CC2=
    Slot 2:
    Hardware is Duo Density Modems
    Manufacture Cookie Info:
    EEPROM Type 0x0001, EEPROM Version 0x01, Board ID 0x4C,
    Board Hardware Version 1.0, Item Number 800-3680-01,
    Board Revision A0, Serial Number 14055218,
    PLD/ISP Version 2.2,  Manufacture Date 7-Jul-1999.
    EEPROM format version 0
    EEPROM contents (hex):
       0x00: 00 01 01 4C 01 00 03 20 00 0E 60 01 41 00 31 34
       0x10: 30 35 35 32 31 38 00 00 00 00 00 00 00 00 13 63
       0x20: 07 07 02 02 FF FF FF FF FF FF FF FF FF FF FF FF
       0x30: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x40: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x50: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x60: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
       0x70: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
    FRU NUMBER : AS53-120-CC2=
    Router#

  • Serial Port Configuration Problem (SerialPortX 2.1 library)

    First, thanks to the author for all of the hard work on this AppleScript library. It has worked sucessfully for me for the last two years.
    However, I'm having a problem with a new-to-us scale in our laboratory. It's an older model and requires the communications settings to be 9600 / 7-E-1 with no handshaking. For novices such as myself that's 9600 bits per second, 7 data bits, even parity and 1 stop bit. I am able to successfully communicate with the scale via screen in Terminal or Serial Tools v0.4. The scale is physically attached to my Mac using a KeySpan USA-19HS serial to USB adapter.
    By connecting my mac to a PC I've been able to successfully communicate between the two machines with an AppleScript using the SerialPortX library as long as all parameters match (e.g., bit rate, parity, stop bits and handshaking). The only time this fails is if the data bits is anything other than 8, which makes me think that a bug is preventing me from changing the default value (in my scale's case from 8 to 7).
    Has anyone had any experience with this error? Is it possible to edit the script library to change the default to 7? Any other possible work-arounds (remember the scale is old and I can change the data bits on it)?Any advice or follow up questions are appreciated. Thanks for your time and consideration.

    Thanks for the suggestion. Here's my AppleScript:
    set {lf, cr} to {ASCII character 10, ASCII character 13}
    set carriage_return to (cr & lf as Unicode text)
    set myport to serialport list
    set oh to choose from list myport
    set PR to serialport open oh bps rate 9600 data bits 7 parity 2 stop bits 1 handshake 0
    set cmd to "Q" & carriage_return
    if PR is equal to -1 then
    display dialog "could not open port "
    else
    serialport write cmd to PR
    delay 10
    set mystr to serialport read PR --for 30
    delay 1
    #set cmd to "OP" & lf
    serialport close PR
    end if
    display dialog mystr

  • Nexus 7009 N7K-M2206FQ-23L 40GigE Port Configuration Problem

    Hi,
    I am experiencing a strange behaviour in configuring a 40GigE Link between two Nexus 7009 Eth6/1 and Eth9/2; both sides have a
    N7K-M2206FQ-23L Module; I am using a QSFP-40GE-LR4 Optic on both sides. The Operting system is 6.2(6) on both sides.
    After configuring the Interfaces as a Layer3 Interface and a no shutdown I get the message
    Ethernet6/1 is down (Administratively down)
    admin state is down, Dedicated Interface
    So what is going wrong ?
    Thanks in advance
    Manfred
    Ethernet6/1
    transceiver is present
    type is QSFP-40GE-LR4
    name is CISCO
    part number is FTL4C1QE1C-C1
    revision is B
    serial number is FNS18410KXL
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for 9/125um fiber is 10 km
    cisco id is --
    cisco extended id number is 176
    cisco part number is 10-2848-01
    cisco product id is QSFP-40GE-LR4
    cisco vendor id is V01
    Ethernet9/2
    transceiver is present
    type is QSFP-40GE-LR4
    name is CISCO
    part number is FTL4C1QE1C-C1
    revision is B
    serial number is FNS1834014K
    nominal bitrate is 10300 MBit/sec per channel
    Link length supported for 9/125um fiber is 10 km
    cisco id is --
    cisco extended id number is 176

    Hi,
    After connecting the cable to both ports, do you see green lights on the ports?
    Do the interfaces go to up and up mode at all?
    HTH

  • Problems of Port Configuration while upgrading from 4.0B to ERP 6

    Hi all,
        We are upgrading a system from 4.0B to ERP 6. Will there will be any problems from port configuration side? If any please tell what they might be.
    thankyou.

    Hello,
    We have upgraded from 4.6C to ECC6.0 and did not have any port config issues.
    Things to look for:
      - RFC destinations, do they still work
      - directories used in File type ports, are they still there (they should be)
    Hope this helps a bit
    Regards
    Greg Kern

  • System Control msg "Get Configuration port has problems

    Hello !
    1) Do you know what the System control manager is doing and where I can find some information about the program?
    2) Do you know what the message " Get confirmation port has problems" means that comes up every time I start the computor since I installed the System control manager ?
    Best regards Namretto

    Comments:                      My system/Namretto
    >>
        Model:                         AMD Athlon(tm) XP 3200+
        Speed:                         2.19GHz
        Model Number:                  3200 (estimated)
        Performance Rating:            PR3177 (estimated)
        Type:                          Standard
        L2 On-board Cache:             512kB ECC Synchronous Write-Back (16-way, 64
                                       byte line size)
        Bus(es):                       ISA AGP PCI USB i2c/SMBus
        MP Support:                    No
        MP APIC:                       No
        System BIOS:                   Phoenix Technologies, LTD 6.00 PG
        Mainboard:                     MICRO-STAR INTERNATIONAL CO., LTD MS-6570
        Total Memory:                  511MB DDR-SDRAM
        Model:                         Nvidia Corp nForce2 AGP Controller
        Front Side Bus Speed:          2x 199MHz (398MHz data rate)
        Total Memory:                  512MB DDR-SDRAM
        Memory Bus Speed:              2x 199MHz (398MHz data rate)
        Monitor/Panel:                 Dell 1501FP (analog)
        Adapter:                       RADEON 9600 SERIES  
        Adapter:                       RADEON 9600 SERIES - Secondary  
        Removable Drive:               Diskettenhet
        Hard Disk:                     ST312002 6AS SCSI Disk Device
        CD-ROM/DVD:                    Memorex 40MAXX 1248AJ
        CD-ROM/DVD:                    _NEC DVD_RW ND-2500A
        1.44MB 3.5" (A:):              N/A
        Hard Disk (C:):                29.3GB (19.2GB, 65% Free) (NTFS)
        Hard Disk (D:):                82.5GB (71.3GB, 86% Free) (NTFS)
        CD-ROM/DVD (E:):               N/A
        CD-ROM/DVD (F:):               N/A
        Serial/Parallel Port(s):       2 COM / 1 LPT
        USB Controller/Hub:            Standard OpenHCD USB Host Controller
        USB Controller/Hub:            Standard OpenHCD USB Host Controller
        USB Controller/Hub:            Standard Enhanced PCI to USB Host Controller
        USB Controller/Hub:            USB-rotnav (hub)
        USB Controller/Hub:            USB-rotnav (hub)
        USB Controller/Hub:            USB-rotnav (hub)
        Keyboard:                      Standard 101/102-Key or Microsoft Natural PS/
                                       2 Keyboard
        Mouse:                         HID-compliant Cordless Mouse
        Human Interface:               Logitech Cordless USB Mouse
        Device:                        NVIDIA(R) nForce(TM) Audio Codec Interface
        Model:                         HP DeskJet 670C
        Model:                         \\HEMPC\SKRIVARE 6
        Model:                         \\HEMPC\SKRIVARE 3
        Model:                         \\HEMPC\SKRIVARE
        Model:                         \\HEMPC\PRINTER
        AC Line Status:                On-Line
        Windows System:                Microsoft Windows XP/2002 Home (Win32 x86)
                                       5.01.2600 (Service Pack 1)
        Adapter:                       NVIDIA nForce MCP Networking Controller
        Adapter:                       Realtek RTL8139/810x Family Fast Ethernet NIC

  • Problem with the error at DIO port configuration

    I am working on the design of a model of a computer controlled Fuel Injection system using Gasoline Direct Igniton technology. I am using PCI-6025E as my data card and SCB-100 Connector block. My application is to get the digital input from the shaft encoder and the solenoids[acting as Inlet and exhaust valves]get actuated according to the VI. When I am trying to run the program theres an error 10001 occured at DIO port configuration. The statement is as" The error occured at the input string, the arrangement or ordering of the characters in the string is not consistent with the expected ordering". I checked the shaft encoder[S5S-50]pin out connections using an oscillograph and the voltages are as expected. Please let me
    know the possible areas where I can figure out the error.

    Maruthi;
    You are probably using VIs that are not supported by that DAQ device. That DAQ device of yours only allow unstrobed digital updates, meaning that the digital lines will be updated by Software calls.
    Since you probably need high speed/accuracy on your digital updates, you would be better served by using the PCI-6534 instead.
    Hope this helps.
    Filipe A.
    Applications Engineer
    National Instruments

  • Configuration problem with external Western Digital My Book 2 TB drive

    How do I fix a configuration problem with my external Western Digital My Book 2 TB drive which used to both read and write. Something has happened so that the drive is now read only? There is 600 GB of data on the drive that I cannot lose, thus am very concerned about messing around with formatting the drive which is raid 1 and filled with data.

    may not like to hear, but I'd skip on MyBook cases, nice looking as they are.
    Get a 2nd drive case to recover to.
    http://www.macsales.com/firewire
    may need to play with the demo Data Rescue 3 from Prosoft
    Backup/recover before repair is usually in order
    never have one backup set. THREE sets of your data, minimum.
    3rd party disk maintenance and repair should be a must and given rather than rely solely on Apple Disk Utility.
    Data and system maintenance and recovery plan - should be like practice for sports, arts, military with practice and making sure you will know how and the tools you need - ahead of time
    Resetting USB/FW ports, try another if one won't work. When 10.6 came out there was a lot of grinding teeth with external drives not working or mounting.

  • What smtp port configuration should I use?

    All of a sudden, I can't get my mail to go out. What port configuration should I use?  What else can be the problem?
    Bob

    You have to use DHCP.. there is no other option that will work because the modem is not a router.. Unfortunately apple hide any more sophisticated controls so there is nothing much you can do other than power cycle the TC when it gets lost.

  • Built-In Ethernet port configuration "grayed-out" in "Port Configurations"

    Suddenly my "Built-In Ethernet" port configuration isn't clickable in Network Preferences' "Port Configurations" window. It's there but is "grayed-out" and the "On" clickbox won't take a checkmark.
    Also, it's not showing up at all in the "Show" pull-down (since it's not clicked probably?).
    My hub and modem are fine (i can connect to the internet with my wireless airport-laptop)except the "local network" indicator lamp on the hub where the ethernet cable is plugged doesn't light as it used to.
    I recently had to delete some files so maybe that's why?
    (Can't retrieve them, sorry! Maybe some names...)
    Thanks much for any help!
    here's the inf on my Desktop Mac which is running OS 10.4.9:
    Machine Name: Power Mac G4
    Machine Model: PowerMac3,6
    CPU Type: PowerPC G4 (3.3)
    Number Of CPUs: 2
    CPU Speed: 1.42 GHz
    L2 Cache (per CPU): 256 KB
    L3 Cache (per CPU): 2 MB
    Memory: 1 GB
    Bus Speed: 167 MHz
    Boot ROM Version: 4.6.0f1
    PowerBook5,6 PowerPC G4   Mac OS X (10.4.9)   PowerBook5,6 CPU Type PowerPC G4 (1.2)Number Of CPUs 1CPU Speed 1.67 GHz L2 Cache (per CPU) 512 KB M

    well, what wonders an exercise break can bring!
    I fixed the problem by looking on a backup disk for any files with the word "ethernet". I had done that on the local disk and didn't find anything of interest. But I did find these 4 files on the backup in a folder sitting directly on that external HD directory titled "System"inside of /library/extensions:
    Apple_DEC21x4Ethernet.kext
    AppleBCM5701Ethernet.kext
    AppleBMacEthernet.kext
    AppleGMACEthernet.kext
    I copied them into my local HD's system/library/extensions EURIKA! the built-in ethernet has returned and I was immediately on line without any further adjustments.
    The options that were missing as per my subject thread are all back.
    Keep this one handy!!!
    Thanks again for your help...I'm sure we'd have gotten there soon enough.
    best,
    Rob
    PowerBook5,6 PowerPC G4 Mac OS X (10.3.9) PowerBook5,6 CPU Type PowerPC G4 (1.2)Number Of CPUs 1CPU Speed 1.67 GHz L2 Cach

  • WRT54G (ver 7)-port forwarding problems (eMule)

    Hi I want to use the eMule file sharing program and the problem is I cannot forward any ports (this problem already occured at other programs too) ... Im sure Ive typed in the correct port ranges, and used the correct IP-adress... I tried to use static IP adress, furthermore ive disabled the "Block Anonymous Internet Requests " option, without any success... I cannot find any firmware updates for this version either... pls help

    Please open the router configuration interface at http://192.168.1.1/ (or whichever address you use to configure the forwardings). Click on Status on post the full status of your connection.
    Also post the exact settings which you use for the port forwardings.
    On the computer to which you forward and which is running the emule server, open a command prompt window, enter "ipconfig /all" and "netstat -aon". Post the full output of those two commands as well.
    For few more things to check see this Checklist.
    Message Edited by gv on 09-04-2007 06:15 PM

  • How to recover from network port configuration deletion (airport)

    a couple of years ago, i accidently deleted the network port configuration for AirPort in the Show pop-up menu. No big deal, i thought at the time. I don't have an AirPort card and I won't be using AirPort in this computer. Ok, I now have an old-style AirPort card (powerbook G3 firewire, 10.2.8) and the AirPort utility doesn't see that it's installed. I realized right away, the network doesn't have a port... so the system doesn't see it, right? So, how do I get this port back? Do I have to reload a new System entirely and not save previous network settings... or is there an easier way to recover from my blunder?

    Thanks Rob,
    Glad to be here. Yeah, 10.2 works the same as 10.4. The problem with what you suggest is that I can no longer get airport as an option in Network port configs... so when I go to the new button all the other options are there EXCEPT AirPort. This is what I need to restore. I haven't checked, but I'm assuming I've nuked the pref panel out of the master library. So, I've messed up big time. I was looking for a way to recover that didn't involve reloading the whole system. This isn't like OS 9 and older where you can go and pick a little piece and stick it back into your system folder... I think. Thanks for the reply.

  • Duplicating AirPort Network Port Configuration/IP Aliasing with AirPort

    I'm attempting to set up my Apache server to serve test websites with my network (I'll be serving by IP, and firewalled from the wide world of the web (namely, my eyes only websites (so they can be tested on windows browsers (alas, the majority of my viewership)))). Im fairly confident I can set up the Virtual Hosts (watch this space, that my be my next problem). However, I'd like to set up my computer to have more than one IP address. Im running Panther (10.3.9). Im connected wirelessly to my network. I have tried the recommended: go to 'Network Port Configurations' and click 'Duplicate'. However, the Duplicate button is inactive for my AirPort card. How can I duplicate it so I can IP Alias my mac?

    I don't mean to question your decision, but why do you need to have more then one IP address?
    With virtual hosts, you can redirect to a countless number folders (virtual sites) with your computer only having one IP address.
    <VirtualHost *:80>
    ServerName site1.yourwebsite.net
    DocumentRoot /Library/WebServer/Documents/sites/site1.yourwebsite.net
    </VirtualHost>
    <VirtualHost *:80>
    ServerName site2.yourwebsite.net
    DocumentRoot /Library/WebServer/Documents/sites/site2.yourwebsite.net
    </VirtualHost>
    Of course you should use be using a dynamic DNS service. I use http://dyndns.org. They offer free service and also a great custom DNS service.
    For testing purposes you can change you local hosts settings via Netinfo Manager. For example you can set site1.local and site2.local to point to 127.0.0.1 and then your site will be private and work like you had hundreds of IP addresses.

  • Good afternoon.I have a computer with W Vista 8, Windows office home and business 2013. I recently tried to install Photoshop Elements by CD with serial number but on the desktop appears the following message: error 1 (configuration problem) try to uninst

    What's error 1 in adobe photoshop elements configuration? I have a computer with W Vista 8, Windows office home and business 2013. I recently tried to install Photoshop Elements by CD with serial number but on the desktop appears the following message: error 1 (configuration problem) try to uninstall and reinstall. I have done this but the message continues to appear

    You haven't mentioned which version of PSE. If it is PSE 13, that requires a minimum of windows 7.

Maybe you are looking for