|
Ok so I've read that there are some instructions that do things that enable/disable interupts,etc
are these the so-called priviledged instructions ??
do you know if there is a list with all those "strange" instructions ?
|
|
|
|
|
You need to get a copy of the hardware reference for the system or processor that you wish to work with. And, yes they are privileged instructions so you can only use them inside the kernel.
|
|
|
|
|
In my current customer's environment, we have Windows 7 machines on the factory floor that production people use to get their job done. The accounts they use are quite restricted - historical reasons . Anyway, one thing one of these machines needs to do is some low level formatting of compact flash cards. The commands used require accessing very low level operations like DISKPART, etc, so permissions must be elevated for the script to be able to run.
Normally, I would run this script on my laptop by right clicking on it and Running As Administrator, supply the password and off we go. But we cannot give the admin password out, just not a good idea.
Is there any way to install or set up a script with elevated permissions? I've not done anything like this before, but off the cuff, I'm thinking creating a simple service, installed with priv's and having the non-priv'd script send it a request.
Ideas?
Charlie Gilley
<italic>Stuck in a dysfunctional matrix from which I must escape...
"Where liberty dwells, there is my country." B. Franklin, 1783
“They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759
|
|
|
|
|
To address a similar problem I found out this.[^]. See if it suits your needs.
Hope that helps,
Denis
|
|
|
|
|
charlieg wrote: I'm thinking creating a simple service, installed with priv's and having the non-priv'd script send it a request.
That sounds like a good solution.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|
|
I've got my Samsung Galaxy S4 set to automatically connect to the various wireless networks I regularly use, and for the most part it works great. But at home I have it set to use the high band network on my WD MyNet N900 router, while my home network is set to use the low band, and it fails to connect with the message, "Obtaining IP Address." I've double and triple checked the settings on both the phone and the router, and I can't find any inconsistencies, but I know I've seen this message before on some other device. Unfortunately, I can't recall how I fixed it.
Any thoughts?
Will Rogers never met me.
|
|
|
|
|
Roger Wright wrote: But at home I have it set to use the high band network on my WD MyNet N900 router, while my home network is set to use the low band, and it fails to connect with the message, "Obtaining IP Address."
By this do you mean the 5GHz and the 2.4GHz bands?
I find that my Smasung Galaxy S4 won't play nice with the 5GHz band on my router but doesn't miss a beat on the 2.4GHz band.
As for the failing, the only time I have seen this issue on my phone is when attempting to connect to customer WiFi when they have WEP encryption. Not positive, but I think I have had the issue with WPA as well. It woeks all the time with WPA2 though/
Michael Martin
Australia
"I controlled my laughter and simple said "No,I am very busy,so I can't write any code for you". The moment they heard this all the smiling face turned into a sad looking face and one of them farted. So I had to leave the place as soon as possible."
- Mr.Prakash One Fine Saturday. 24/04/2004
|
|
|
|
|
Thanks, Michael! I'll try the lo band and see how that works. It's just annoying to have bandwidth I can't use.
Will Rogers never met me.
|
|
|
|
|
Update:
I tried the Low band connection with no good results, then spent the evening checking the manuals, tech support and Google for both devices. Nothing. The I went into the phone's settings for the high band connection and selected Show Advanced Options (right under the Show Password option). The resulting screen let me manually configure a static IP address for this connection, and I picked an address within the range of the LAN scope of the router. As soon as I exited the settings screen I had a firm connection. Browsing didn't work right away, as I left the default DNS servers intact the first time around. The phone defaults to the Google free DNS servers at 8.8.8.8 and 8.8.4.4, but neither are very responsive. But after I went back into the setup and changed the DNS servers to my gateway router for #1, and the global server (4.2.2.2) for #2, browsing started working properly.
What makes me crazy about this is that I connect automatically at work to the wireless side of our SonicWall device, and I've never made any special adjustments - it just works. I wonder what makes the WD MyNet N900 act differently? Oh, well, it works...
Thanks again, Mick.
Will Rogers never met me.
|
|
|
|
|
Roger Wright wrote: the Google free DNS servers at 8.8.8.8 and 8.8.4.4, but neither are very responsive.
Almost sounds like you don't have a default gateway or it's configured incorrectly. That's the only way it wouldn't find these guys.
|
|
|
|
|
It was simply a design flaw in the Samsung or the WD router. I think. Automatic configuration just won't work, but setting the connection manually works great. This is only for this router, as far as I can tell, since the phone connects reliably at work or when I'm travelling.
Will Rogers never met me.
|
|
|
|
|
Let it configure automatically and copy and paste the settings here. It could be as simple as a gateway not getting set correctly, which should be a fixable issue.... unless you are perfectly happy with the static connection.
|
|
|
|
|
I'm a software engineer with little clue, so please bear with me here.
I have four devices that all have the same, factory-set, IP address, and I need to talk to all of them from the same PC.
The boss said "You should be able to do it with a NAT gateway router with port forwarding", which sounds more like buzzword bingo than any actually useful advice.
I think most cheapo home WiFi routers can do this, but I'm not sure what to look for. It needs to be reasonably cheap, have at least 5 ethernet ports (1 PC, 4 devices), and ideally be configurable so I can assign IP addresses to specific ethernet ports (so regardless of which device is plugged into port 3, it always have the same alias).
Please help?
|
|
|
|
|
Orjan Westin wrote: all have the same, factory-set, IP address Then they cannot co-exist in the same network.
Try to find out how to configure their IPs properly, everything else will be a WTF.
|
|
|
|
|
That's why I need address translation. If I need to get one router for each, that's fine too.
But I can't configure their IPs, as this is for a factory test setup. Get four devices off the production line, put them in, run the tests. The tests take a few minutes, but are not limited by the PC, so if I can connect four devices and run the tests in parallel, it'll be an enormous time-saver.
|
|
|
|
|
You're in deep yogurt, then, because - by definition - no two devices with the same IP address is allowed to exist on one network. If you're planning to ship units that have to have the same IP address, your product will have a very short life cycle. But...
If, for purpose of factory testing, you need to do testing on 4 identical units at once, all with the same address, you have to configure each unit to listen for and respond to test commands on a specific port, and configure the test environment to use fixed addressing with no DHCP service active. You can then spoof the test network into thinking it's hosting one machine with 4 ports, and configure the main router to use port forwarding to talk to each of the machines on its distinct port.
A far better approach would be to either change the IP addresses of the UUTs and run the tests sequentially, or rewrite the tests to run on the UUT as it should be done, and again change the UUT IP address to be unique on the network. The advantage of the latter method is that the test code is downloaded to the UUT and allowed to run, without interaction from the other three machines or the host, until the test is complete. After a decent interval, the test host machine can poll each of the UUTs for test results. If they've blocked you somehow from changing the device IP addresses, tell them to enjoy carnal knowledge of a rolling donut, and go find a job with a real company that has a chance of remaining in business for a while. This one's doomed.
Will Rogers never met me.
|
|
|
|
|
Sorted: One router per device.
The WAN address of the routers statically set to unique addresses, which the PC uses as addresses to the devices.
The LAN address on the routers is set to be the same, i.e. the Default Gateway of the device, and the routers are set to do port forwarding to the device address.
Adds a few hundred bucks to the cost of the test station, which isn't too bad considering the test equipment is tens of thousands.
No need to make any custom settings on any devices, they already come with a static address and a default gateway set up. (The tests aren't run on the UUTs; the test PC is ordering the UUT to transmitt/measure received signals at various power levels andfrequencies.)
|
|
|
|
|
That's a workable solution, Orjan, given the constraints you're stuck with.
Will Rogers never met me.
|
|
|
|
|
I am confused by terminology, again.
I got the wireless dongle installed, I got the network connected ( Dlink) but cannot get pass the "network key".
I tried "automatic assignment" and it did not work, I changed the network key manually - XP took it but still complains about it.
I am assuming it is not same as "user password" I set in Dlink.
I am obviously doing something very basic and stupid.
I followed few "how to set network key " but so far no go.
Would appreciate any help.
Cheers Vaclav
PS I need to get this setup on hardwired system so I can connect my sick PC using wireless connection, my NIC is busted on that PC.
|
|
|
|
|
You need to use the network key that is generated by your router. I have no idea what a Dlink looks like, but I suspect the password you set is just for access. Somewhere in the configuration wizard will be a section on Wireless Settings, where you choose WEP,WPA etc., and set the wireless access keys.
|
|
|
|
|
Yes, at that is the key I set and XP took it. But it still asks for it and does not like it.
|
|
|
|
|
There must be some mismatch or problem in the router. I have worked with a number of different routers and never come across such an issue.
|
|
|
|
|
The router has been set-up for Mac and works just fine.
That is why I am hesitant to reset to default.
I am tempted to temporary remove any security so I can get the other PC updated via internet,
That's is all I am after.
Maybe I should go to Wally's and buy me NIC with driver!
|
|
|
|
|
Vaclav_Sal wrote: The router has been set-up for Mac and works just fine. Which has nothing whatsoever to do with your question or problem.
Vaclav_Sal wrote: Maybe I should go to Wally's and buy me NIC with driver! Or just hit it with a hammer.
|
|
|
|
|
If your router looks like my old one, then there is a sticker on it somewhere stating what the key is. If that key does not work, then someone changed it - resetting the router to its defaults would fix that.
--edit
..am relearning the difference between its and it is.
Bastard Programmer from Hell
If you can't read my code, try converting it here[^]
|
|
|
|
|