Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: meatmeatof
  • Content: Threads
  • Order by date
  1. meatmeatof

    got a question about pointer and address operator on scanf()

    program 1 int main() { int a = 2; int b = 3; swap (&a, &b); //extract the address of a and b return 0; } void swap(int* a, int*b) { *a = *a + 2; //dereference it and assign new value to a. *b = *b + 2; } In program 1, we need to use *. Program 2 /*This program adds two integers...
  2. meatmeatof

    my xp has dns problem.i am not sure if virus infected it, i need help.

    NIC card has no problem. i uninstall nic driver and reinstall it which may lead to reset tcp/ip configuration. i uninstall IE7 and reinstall it. i can ping 127.0.0.1 and any ip outside of the internet. i use nslookup to resolve google.com and ping and tracert the ip and get proper response from...
  3. meatmeatof

    i need help to make ghost image that is pre-installed xp for all PC

    Hi, i need help to make ghost image which is pre-installed windows xp home/pro for all kind of computer and laptop. i have to ghost an image into several different computers for customer everyday. so, does anyone have instruction to do it? what do i need? i made ghost image before, but the...
  4. meatmeatof

    i need help to install audio driver for my EVGA nforce 780i SLI board.

    Hi. my operating system is vista x86 32bit. 4GB of RAM. i tried the audio driver from the motherboard DVD disc. i also tried the microsoft's UAA high definition audio driver. i also downloaded the realtek's latest audio driver. i downloaded the new mobo driver from mobo official website, but i...
  5. meatmeatof

    why my xp keep log me off automatically? i never login successfully.

    is my computer infected terribly?? i tried my account and administrator account. Both are the same. I click the account picture to login and it get logoff immedately. It never successfully login windows. anyone know what's wrong with my laptop??
  6. meatmeatof

    my vista keep freezing at the part where i enter product key

    my vista keep freezing at the part where i enter product key in the installation process. vista 32bit. i removed most pci cards from my pc. i try both IDE and SATA. Same resulting and freezing. RAM, CPU, MOBO are fine. what else i can do? anyone has idea?
  7. meatmeatof

    hi, i want to ghost xp over the network, what do i need to achieve it?

    1. i want to use something call universal network bootcd or pxe and boot the pc. 2. then use "net use" command to open the network drive and run the ghost.exe command to start ghosting the xp image from the server on the client pc. what do i need to achieve above task??
  8. meatmeatof

    hi can i use laptop p4 m cpu to test it on other laptop p4 cpu?

    1st laptop is pentium 4 m(mobile) - little light 2nd laptop is pentium 4 - little heavy than 1st one, can i use it to test each other? they are same socket.
  9. meatmeatof

    hi. i want to know which scripting language can tweak or customize xp

    Hi. i want to learn scripting. But i don't know what script language i should learn. i am a comp technician. Each time i installed a fresh xp and need to do the following: I have xp ghost image with software package installed. However, Alot of time i installed fresh xp from the scratch for...
  10. meatmeatof

    ping anything receive "general failure" in vista, anyone know why??

    Hi. the vista's wired and wireless don't work. i try to rebuild tcpip because ping 127.0.0.1 failed. So, i do netsh int ip rest reset.log and tried reset winsock doing reset tcpip failed. so i use another way to reset it by delete registry. I deleted tcp/ip and dhcp registry also. i followed...
  11. meatmeatof

    i can't install any program in vista. why? my acc is admin

    I can't install any programs in vista. The account type is administrator. Although it's not built-in Administrator account. But regular user with administrator type can install program. When i try to double click the program, it popup a message "Windows can't access the specific device, path or...
  12. meatmeatof

    toshiba HD audio cause system frozen during the bootup.

    computer: Toshiba Laptop model: Satellite M115-S3094 I downloaded all necessary driver from Toshiba website include chipset, sound, video and etc. This is their website...
  13. meatmeatof

    my computer can't get sound driver work even i use their official one

    computer: Toshiba Laptop model: Satellite M115-S3094 I downloaded all necessary driver from Toshiba website include chipset, sound, video and etc. This is their website...
  14. meatmeatof

    playing dvd freezes my system. possibly DMA channel issue,etc

    Hi. My system hangs up and freeze when playing dvd movie at the beginning. I run diagnostic test on full hardware. The computer hardware has no problem. The only drawback is that the system is old. It is althon 1GH CPU and 256MB RAM and the motherboard is old. i upgraded the firmware of the...
  15. meatmeatof

    need help to setup a wan lab using datasmart686, who know how to useit

    hi. i bought a ccna labs routers packages from ebay. the packages has 2 2514 routers and 3 kentrox datasmart 686. he said this packages can be use simulate T1, or something, i don't remember. i use the routers to practice and it's pretty good. I haven't touched those 3 kentrox datasmart. if...
  16. meatmeatof

    > I Schadule For Ccent/icnd1 This Wedesday, But I Have Question.

    hi. this is my first time going to take the cisco exam. icnd1- 640-822 i decide to take them separately because too much information and hands-on skills. i got a question about icnd1. they have SDM to configure the router. are they going to give SDM simulation in the exam?? i have 2 2514...
  17. meatmeatof

    xp doesn't recognize Usb-serial Cable driver, why??

    hi. when i first install the usb-serial cable, the drive works for xp and vista. It works in the first installation today, i unplug the usb-serial cable for some reason and re-plug in it and it said doesn't recognize the driver. i check hardware manager and i find it's "unknown device". i try...

Part and Inventory Search

Back
Top