Showing posts with label Ubuntu problems. Show all posts
Showing posts with label Ubuntu problems. Show all posts

Monday, April 22, 2013

Error: Adding read ACL for uid 1000

 Error:

Adding read ACL for uid 1000 to /media/dongnvq failed: operation not supported

Solution:

open the terminal and execute following commands:

    sudo mkdir /media/$USER
    sudo chown $USER.$USER /media/$USER

the end.



Monday, February 25, 2013

09N13 (12TLT) - Chuyên Đề 2

Chào lớp 12TLT,
   Gửi các em tài liệu học môn Chuyên đề 2

   [18-05-2013]  Slide tai lieu ve Google Application Engine

------------------------------------------------------------------------

   [25-02-2013] Phần 1
   [26-02-2013] Phan 2

  Chúc cả lớp học tốt!

Sunday, November 22, 2009

Solving for VGA card problem

Install or Reinstall nvidia Driver
You can download the driver from the Nvidia site.
Then you do install as following steps.

If you've enabled the restricted driver make sure you disable/deactivate it before doing the following.

1) Press Ctrl + Alt + F1. This will open up a terminal. You have to login with your username and password.

2) Then you have to stop Gnome by doing: sudo /etc/init.d/gdm stop
If it asks you for your password enter it again.

3) Then change to the folder where the installation file is stored and
run it by doing:

sudo ./NVIDIA-180...............run
(NVIDIA-180.........run is the name of the install file - pressing
tab will help you there)

4) The installer will start. If it asks you whether you want to download a kernel interface it's probably best to say no (never worked for me). If you choose not to it will then ask whether you want to compile a new kernel interface. Say yes. Then it starts installing. After it finishes it will ask whether you want to run nvidia-xconfig to configure xorg.conf . SAY YES. Installation complete.

5) You can start gnome again by running:

sudo /etc/init.d/gdm start

So that's it installation complete and it should be working well.

Solving for sound card problem

I had a laptop which have branch name: compaq presario CQ40 418TX. When i installed Ubuntu 9.04 on this laptop, i could not hear the sound card. I tried to manage and finally found out that ubuntu OS could not detect properly sound card. there was a mistake between sound card and modem. in order to solve this problem, please open an terminal and type thes command. you can fix this problem.
1.aplay -l
2.sudo apt-get purge pulseaudio gstreamer0.10-pulseaudio

3.sudo apt-get autoremove
4.sudo apt-get install alsa-base alsa-tools alsa-tools-gui alsa-utils alsa-oss linux-sound-base alsamixergui

5.sudo apt-get install esound esound-clients esound-common libesd-alsa0 gnome-alsamixer

Besides, there are some commands that help you to do more about sound card configuration.
aplay -l : list sound card
alsa reload ; reload alsa
lspci: list and read pci information
alsa -v