Linux again

I installed Linux Mint xfce and ran into nvidia video and RealTek rt8192ce wireless card issues.

I had previously remarked on the video issue, but the wireless issue is new because, well, I didn’t have a wireless card to deal with before.

Updating the nvidia video drivers:

http://www.howtoeverything.net/linux/hardware/installing-nvidia-drivers-in-linux-mint

In summary

  1. sudo apt-get install nvidia-detect
  2. after the install: sudo nvidia-detect
  3. in the following command replace nvidia-glx if nvidia-detect tells you a different package is needed
  4. sudo apt-get install nvidia-glx nvidia-settings nvidia-xconfig
  5. sudo nvidia-xconfig
  6. reboot

Why a reboot? The nvidia driver installs a kernel module that has to be loaded on startup.

Installing the wireless drivers:

The RealTek rt8192ce wireless card was found, and network broadcasts were listed but the password constantly failed to be acknowledged.  I’m gong to have to come back and update this with the results, but so far I have the following to test:

Good luck to me~

 

Comments are closed.