How could the wireless ethernet card running automatic when system reboot?

I have already setup the wireless networking card correctly which name is wpi0,but every time when I use it to link to internet,
I had to key the instuction like this :
ifconfig wpi0 plumb
ifconfig wpi0 up
ifconfig wpi0 dhcp
and then input:
wificonfig -i wpi0 connect mywifi
comment: mywifi is the profile file of connection to my wireless router
I had set it with the instruction before like thisi
wificonfig createprofile mywifi essid=2WIRE678 encryption=wep wepkey1=1234567890
anybody can help me group up the command line and has it running automatic when system reboot
it seems the wireless card always need manual connect to router, that 's trouble.

It should connect on it's own. Which version of Solaris are you using?
If worse comes to worse just drop all of your commands into a simple script and then run that script as part of your .profile or equivalent.
alan

Similar Messages

  • How do I make the plugin run automatically when a photo is imported?

    I am trying to write a new plugin where the metadata will be automatically added to the photo when I import the photo in the Lightroom.
    How do I make the plugin run automatically when a photo is imported?
    Thanks for  your help!
    Regards,
    Prosenjit

    psaha84 wrote:
    What I want is, when I import a photo in Lightroom the plugin will run and assign the metadata.
    As John said, there is no mechanism to receive notification of import. The likely recourse is continuous polling (unless you get very creative..).
    You can try optimizing. e.g.: every second (or less), see if the count has changed, if it's gone up, something's been imported, if not then probably not (check anyway once in a while..).
    psaha84 wrote:
    How do I save the custom metadata with the image file?
    Lightroom 5 has the limitation, plugin  cannot link the custom metadata fields to XMP file or save them with image file.
    So, is there any alternative way to save the custom metadata?
    Yeah: Lightroom won't save custom metadata in xmp, nor read it if it's there, so you are pretty much on your own - you can save in a file, but if you save as non-standard sidecar Lr won't attend to it like it will jpg or xmp sidecar. For that reason it's often better to save in a separate dedicated location. You can save in image file itself, e.g. using exiftool if raw file, but that would make me nervous, and of course you'd have to have the logic to read it somewhere too..
    Good luck,
    Rob

  • Wireless pcmcia card runs badly in Arch but fine in Wolvix (atheros)

    I've got some differences between the way my wireless pcmcia card runs on Wolvix when compared to Arch and I'd appreciate any advice on getting it to run better.
    Basically on Arch it sometimes cuts out or stalls for short periods when downloading, but mostly it just does not reach the same speeds as I get when running Wolvix on the very same machine (or windows for that matter). It's fine for browsing in firefox, but for any sizable download the difference really shows. Both installations use Wifi-Radar to connect to the internet and madwifi for the drivers.
    Ath5k is disabled in Arch, and does not even try to start-up in Wolvix - so it's a non-issue. I no longer have the network module loading at start-up in Arch (I'd been going through the guides for ages going over my config files and then decided to stop using as many of them as possible - and instead just let wifi-radar connect for me using pretty much the same settings as Wolvix, so that as much as possible was the same as in the Wolvix install)
    The main difference seems to be that madwifi and wifiradar are both about a year out of date in Wolvix, but are the latest ones in Arch. The output of iwconfig for both installs is shown below. I've highlighted a couple of differences I spotted.
    On wolvix:-
    root@wolvix ~ # iwconfig
    lo        no wireless extensions.
    eth0      no wireless extensions.
    wifi0     no wireless extensions.
    ath0      IEEE 802.11g  ESSID:"FinniX"  Nickname:"FinniX"
              Mode:Managed  Frequency:2.447 GHz  Access Point: 00:0D:88:ED:45:25   
              Bit Rate:24 Mb/s   Tx-Power:16 dBm   Sensitivity=0/3 
              Retry:off   RTS thr:off   Fragment thr:off
              Encryption key:AB46-DF38-CDEB-89CA-23FB-67DE-47   Security mode:open
              Power Management:off
              Link Quality=24/94  Signal level=-70 dBm  Noise level=-94 dBm
              Rx invalid nwid:215  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0
    and on Arch:-
    [root@FinniX ~]# iwconfig
    lo        no wireless extensions.
    eth0      no wireless extensions.
    wifi0     no wireless extensions.
    ath0      IEEE 802.11g  ESSID:"FinniX"  Nickname:"FinniX"
              Mode:Managed  Frequency:2.447 GHz  Access Point: 00:0D:88:ED:45:25   
              Bit Rate:5 Mb/s   Tx-Power:16 dBm   Sensitivity=1/1 
              Retry:off   RTS thr:off   Fragment thr:off
              Encryption key:AB46-DF38-CDEB-89CA-23FB-67DE-47   Security mode:open
              Power Management:off
              Link Quality=20/70  Signal level=-74 dBm  Noise level=-94 dBm
              Rx invalid nwid:40  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0
    There are pretty much no differences between the outputs when I give the ifconfig command or for lsmod | grep ath. inet6 is not up as default on Arch and is on Wolvix (I followed some advice I found on a post and blacklisted it on Arch to see if it helped), but running with inet6 either up or down on arch makes no difference to the speeds, I've tried both.
    I'm unable to change the Sensitivity of the wireless card (says I cannot change it on this card when I try) and have no idea how to go about changing the max link quality from 70 to 94. Yet these are the only two unchanging values that are different between the wireless set-up of the two installations.
    I think the next move is to replace my current version of madwifi on Arch with an older version that matches the one installed in Wolvix, so that both installations use the same drivers for the card to see if it helps. But I'd really appreciate any input on why the same card functions so much worse in Arch than it does in the slackware based Wolvix.

    Thanks for the reply Zenlord I've used ndiswrapper before on another PC for a wireless USB dongle, but I never thought it'd be needed for this card since it's proven to work with madwifi in the past. But it might be worth a try anyway.
    As for the card, it's a Kcorp KLG-520 pcmcia card. This is the sites spec page for it:-
    http://www.kcorplifestyle.com/products/ … LG-520.htm
    Under chipset they give these two results:-
    RF: AR2112
    BB/MAC: AR5212
    and in Arch I get this:-
    [root@FinniX ~]# lspci | grep Atheros
    06:00.0 Ethernet controller: Atheros Communications Inc. AR5212/AR5213 Multiprotocol MAC/baseband processor (rev 01)
    I'll have a look to see if the other distro gives the same output later.
    Edit:-
    Wolvix output:-
    root@wolvix ~ # lspci | grep Atheros
    06:00.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01)
    Last edited by Nixie (2008-09-30 10:26:31)

  • Disable the wireless network card upon connection.

    Has anyone done the following, if so can you provide some insite on how to do it and how well it works....If wireless networking is not being used in the organization, it is possible for CSA to disable
    the wireless network card when it is connected to the corporate network. I'm assuming by using the system
    state variable with the rule, you can allow laptop users the ability to use wireless when they are
    not connected to the corporate network.

    I dont' see a system state "ethernet active" do I create this? I'm on CSA version 5.1.0.103. I have a system state called network which has the description of All users who are logged on via a network connection. Is that the same thing you mean? Then how do I create the rule? I get to where I have a NAC rule but I'm not for sure what to choose after that.

  • How to write Wireless PC Card Driver?

    Hi, All,
    Can anyone help me to find out how to write wireless pc card device driver?
    Thanks !!

    There are [at least] two examples of PCMCIA dirvers in the DDK supplimentary suite. There is also an example of simple DLPI driver.
    All you have to do is to combine those examples to get the PCMCIA DLPI driver and fine tune it to match your particular hardware. Any bells ring?
    You will definitely need your card programming manual and/or software interface description for the last phase.
    If you do not have one, you might get some open source (say, Linux or FreeBSD) driver for your card and do some code analysis to reveal the information you'll need.
    Hope this helps...
    Ilya.

  • Will the 5870 Video card run off...

    I have a 5870 Video card in a 2012 Mac Pro using 2 power connections off the motherboard. No available power connections right now.
    I need a spare power connection off the motherboard to run an Avid HDX card, (fan only), so will the 5870 Video card run ok split (Y) off one power connection?
    I've got the cable, but I didn't want to just do it and ruin something.
    Thanks for the help.

    Mac Pro community is here.
    How about using serial ata power connector for Avid HDX card and motherboard 2 power connectors for graphic card, if you do not install 4 HDDs?
    serial ATA power connection

  • How do I stop the task panes from opening automatically when I open a PDF?

    How do I stop the task panes from opening automatically when I open a PDF?
    When I open some of my PDFs the task panes open too. I do not want them to as I have never used them in reader for any purpose. I use reader to READ PDFs. I don't need the task panes and don't want them opening when reader starts.

    Adobe seem to have decided that they are so important that you must see them. Perhaps because it is their chance to sell you stuff. It seems to vary between releases, are you on the latest? Curiously, many people have no idea how to open and close these panels.

  • Will the wireless extreme card fit a MDD Mac

    I tried to take the wireless extreme card from my FW 800 out and put it in my MDD Mac. It doesn't seem to be interchangeable. The guide in the MDD is about 1 inch longer than the FW 800. With some fooling around you can seem to plug it in and hook up the antenna but it doesn't seem to work. About this Mac doesn't see a wireless card installed. What wireless card should I use? There ate some USB wireless cards that claim to work in any Mac with a USB port and 10.3 or higher??
    Bob

    will the wireless extreme card fit a MDD Mac
    No. Remove it immediately.
    What wireless card should I use?
    The original AirPort card, a PCI card, or an external adaptor.
    (42373)

  • HT2494 The wireless internet card in my macbook pro 2009 is damaged, where can I have it repaired?

    The wireless internet card in my macbook pro 2009 is damaged, where can I have it replaced or is there any alternative way so that I can connect to wifi?
    Thanks

    Really? The AASP I went to services both Macs and iPhones (and was actually within that list,) and I was very surprised earlier that they refused to help me with repairing my iPhone 5, even if I voluntarily and expressly said that I am willing to pay for the cost. The service provider said he can't help me with anything and advised that I have it shipped to Singapore (and since that is very difficult for me now, I came here instead to ask for advice).
    I will try another AASP very soon and shall update you. Thanks for your help, Clinton!

  • How could the Oracle Application Module Browser collect all the interfaces?

    How could the Oracle Application Module Browser comes with the Oracle AS Adapter collect all the interfaces that are available through Oracle Integration Repository? Is it from the XML description file in the Oracle Integration Repository?
    Thanks,
    Qing

    Did you ever figure this out? I'm encountering the same issue.
    Thanks.

  • Hi can anyone help me, my daughters macbook will not pick up the wireless signal in her bedroom when me and my wifes iphone picks it up easy. any ideas to help please.A

    Hi can anyone help me, my daughters macbook will not pick up the wireless signal in her bedroom when me and my wifes iphone picks it up easy. any ideas to help please.Andy

    P.S i;ve heard a comment about the G5 case not being
    great for wireless so the cards come with a plastic
    antena that connects to the back of the machine - i
    never recieved one of these - could that be the
    problem?
    Newer G5 PowerMacs don't require the external t-shaped aerial, earlier models do and that is probably the cause of the problem.
    iFelix

  • If i have Time Machine backed up on an external hard drive, do i just plug the drive into another macbook pro and all my stuff is in the new computer?  also, does it matter if the new computer is running Lion when the backed up info came from Snow Leopard

    If i have Time Machine backed up on an external hard drive, do i just plug the drive into another macbook pro and all my stuff is in the new computer?  Also, does it matter if the new computer is running Lion when the backed up info came from Snow Leopard 10.6.8?

    No and Yes
    Don't use TM for this purpose, clone your drive to an external, plug the external into another MBP and reboot from it. Please note that booting a machine that came with Lion may not be possible from a drive with Snow Leopard.

  • How is the album and folder connected and when I delete photos from the album it also deletes from the folder?

    How is the album and folder connected and when I delete photos from the album it also deletes from the folder?

    In what application? iPhoto? If so: what version?

  • TS3274 My ipad stopped charging 2days ago, now the battery has completely run out. when ever i plug it to charge with the mains it shows the "battery and electricity sign" then it comes off the screen again. whatdo i do

    My ipad stopped charging 2days ago, now the battery has completely run out. when ever i plug it to the mains using charger provided, it just shows the, 'red batteryand electricity sign' and goes off again. I have previously tried resting and still no change. Help please.

    wait for the red battery to turn green... that will take 2 mins.
    once battery shows green, wait for another 8 mins to hold charge
    >after 10 mins of waiting turn on iPad...

  • How can the IP-address be faked ('spoofed') when online?

    How can the IP-address be faked ('spoofed') when online?

    It depends on what you're trying to do.
    As mentioned, if you want a response, you have to have a valid IP address so that the remote system knows where to send the reply. If you're trying to hide your real IP address, though, then you can pas your traffic through a proxy server of some kind.
    In this setup your machine sends its traffic (e.g. a web page request) to the proxy server. That proxy server then relays the requests on your behalf and the server sees (and replies to) the proxy server's address. The proxy then relays the response back to you.
    In this case the remote server sees the proxy's address and not yours. However, the proxy server knows your address and may or may not log it.
    There are numerous open proxy servers on the internet - many of them used for nefarious reasons, but they're not hard to find.

Maybe you are looking for

  • [Urgent] How to let FileAdapter to read next file after a customized period

    Dear friends, We are using SOA Suite 11.1.1.5 and use FileAdapter in BPEL Process to read files. The file adapter in BPEL Process need to handle 14 inbound different files every batch time. And we want to let File Adapter to start reading next file a

  • Data page

    I am using a data page to populate information on several forms. Is there a way to link the data page to the other forms without the data page being saved with other documents

  • Elements 3.0 incompatable with windows 7

    I've recently changed O/S from XP to windows 7.  Tried to reinstall my photoshop elements 3.0 but I'm told there are compatability issues. Could someone please advise me. Thanks

  • My website is correct, but iWeb isn't. Anyway to do a reverse sync?

    My hard drive failed and I had to restore from a back-up from a month ago. That means that when I open up iWeb, an outdated site pops up. My question is since my website is correct is there a way to simply revert my iWeb to what I have currently onli

  • Webcenter Retail Micro Apps Error

    Hi All, I am trying to install the Retail MicroApps available for WebCenter. Versions that I am using are: -WebCenter v11.1.1.3.0 -JDeveloper v11.1.1.3.0, updated with the required updates. -ExtendWebCenterSpaces PS2 And I've tryed to install the Ret