Showing posts with label running. Show all posts
Showing posts with label running. Show all posts

Wednesday, September 7, 2016

How to Fix Network Adapter Drivers and Make Internet Running

How to Fix Network Adapter Drivers and Make Internet Running


No Driver for Network Adapter. How Do I Get My Internet Running?


"I just installed Windows 8 on my brand new build. Its telling me Im missing network adapter drivers and therefore cannot connect. How do I get the necessary drivers without internet? Seems like a vicious circle. And for those wondering, I posted this from my phone. Im using a hardline for my computer. No WiFi. Help!"

This is really a common problem for those who dont have a driver disc which came with the Windows system.  After a clean Windows install/restore, the most ordinary gadget to make computer running is the internet access, then all can be down on the internet. I mean, you can download needed programs, search for needed information, etc.

But as is said in the above, if there is no drivers, you cannot connect to the internet; Without the internet connection, you are unable to download drivers on your computer. What a vicious circle!

How to Fix Network Driver Problems?


We can fix all drivers but network drivers by Windows Update, Device Manager Update or driver finder software through an available internet. But what if there is no internet connection? Lets explore the tricks.

# 1 One way is to make clear which driver you need and download it from manufactures website or other authorized sites using another network-available computer. Save the driver installer (it should be end with zip or exe) on a hard drive and transfer the installer to your computer to install.

# 2 Alternatively, the other easier way is to use an automatic driver finder software DriveTheLife for Network Card, a supplement program of DriveTheLife.

  • Download DriveTheLife for Network Card from another network-available computer and save it on a hard drive.
  • Transfer the installer to your computer and double click to install it.
  • In the process of installing DriveTheLife, it would download and install correct network drivers according to your network adapter. 

fix internet driver problem
Installing DriveTheLife for Network Card

  • When DriveTheLife for Network Card is installed, you may find that your network card is also installed.
  • Then it will scan your computer and find missing, corrupted drivers and drivers not backed up. You can fix all the driver problems with one click.
  • If you want to update outdated drivers, go to Download board where will list all the out of date drivers and give you the option to update them with one click. 

update windows drivers automatically
Download Driver Update

What is the Advantage of Using DriveTheLife for Network Card Instead of Downloading Drivers Directly?


As we can see from the second part, there are two ways to solve no network driver problem. Which is better and why?

Personally, DriveTheLife for Network Card is recommended. Reasons are:

1. You dont need to look into network adapter model and search for drivers by yourself.
2. Except for installing network drivers, DriveTheLife for Network Card will check for your computer and find all missing, corrupted and outdated drivers.
3. You can backup, restore and uninstall drivers with DriveTheLife for Network Card
4. If needed, you can keep it as a must-have program on your computer to keep your drivers up to date and running normally.

Free download DriveTheLife for Network Card here to troubleshoot all network driver problems. 

Available link for download

Read more »

Monday, August 8, 2016

The server print spooler service is not running Please restart the spooler on the server or restart the server machine

The server print spooler service is not running Please restart the spooler on the server or restart the server machine


Ketika eror seperti di atas muncul, itu artinya printer spoiler dalam PC kita sedang mengalami gangguan alias eror. Printer Spoiler adalah sebuah sistem yang mengatur pengurutan proses print. mengatur dokumen mana yang terlebih dahulu di print, serta mengatur koneksi antara printer dengan PC. terkadang printer spoiler mengalami gangguan terutama ketika komputer berada dalam sebuah jaringan. Bisa disebabkan karena komputer server di hibernate atau dibiarkan terlalu lama, atau karena terlalu sering diubah-ubah atau bahkan direstart. ketika eror di atas muncul, printer spoiler perlu untuk direstart.

berikut cara untuk merestart printer spoiler pada windows 8:
1. ketik "services" pada home PC, yang akan mencari kata tersebut, sehingga muncul menu "view local services". pilih "view local services".



2. akan muncul menu "services" windows 8, kemudian cari "Print Spooler"



3. kllik kanan pada "print spooler", lalu pilih "restart"

4. selesai

lalu silakan hubungkan kembali printer anda niscaya sudah terkoneksi kembali dan prses print bisa kembali dilakukan. (pilih printer pada control panel, lalu klik kanan > connect).

semoga bermanfaat!

Available link for download

Read more »

Saturday, July 30, 2016

Apache Not Running di Control Pannel XAMPP SOLVED

Apache Not Running di Control Pannel XAMPP SOLVED


Selamat datang kawan, Ketika anda sudah install aplikasi XAMPP di komputer yang flatform Windows 7 dengan sukses. Oke anda sedang membaca artikel ini berarti anda sedang mengalami sebuah masalah pada XAMPP anda, Apache Not Running di Control Pannel XAMPP.
ya error itu yang anda dapatkan ketika anda akan menjalankan aplikasi XAMPP anda.

 

Oke, langsung aja cara menyelesaikannya:
Ada banyak kemungkinan jawaban untuk masalah ini.Yang paling umum dan paling mungkin adalah bahwa Anda menjalankan program lain yang memblokir port 80 atau 443. Jika anda telang menginstall Skype,kemudian anda mendapatkan error seperti ini. Ubahlah port Apache dari port 80 menjadi port 81 dan Apache akan berkerja dengan baik. Caranya anda dapat membuka CMD, dan masukan perintah
netstat -nab
ini akan melihat daftar aplikasi, cari aplikasi yang memakai port 80
[someprogram.exe]
UDP [fe80::numbers:numbers:numbers:numbers%numbers]:portnumber
 
 Anda perlu menemukan garis  yang berakhir di: 80 dan menghentikan aplikasi itu untuk memulai apache. Jika tidak ada garis akhir di: 80, ada cara lainl yang dapat Anda lakukan.
Pertama,  silahkan anda masuk ke direktori (C:xampp) dan double klik apache_start.bat. Ini akan membukan command line dan menampilkan detail error tentang kenapa apace tidak running.  Kebanyakan, mencari sintak yang salah bisa anda lakukan dengan mengedit http.conf atau httpd-ssl.conf.
Jika masih gagal, harapan terakhhir anda untuk memeriksa log kesalahan apache dengan mengklik tab log apache berturut-turut di kontrol panel xampp dan mengklik error log tersebut.
Jika semua gagal, jangan menyerah anda msih mempunyai ini.
EDIT: jika anda merubah port apache, anda harus buka httpd.conf (lokasi di xampp/apache/conf) dan dekat garis 184, replace "ServerName localhost:80" dengan "ServerName localhost:81" 
Hal ini juga memungkinkan anda untuk menetukan port 81 di url localhost anda contoh:
localhost:81/my_project.php

Oke, kawan kalo masih error atau ada masukan bagi saya untuk membahas error-error yang lain, silahkan di ajukan di komentar.

Available link for download

Read more »