Notebook model: Terra Mobile 1773P
OS: Ubuntu 12.04, 64bit
Loaded modules: snd_hda_codec_realtek, snd_hda_intel
Sound works fine while listening via notebook speakers.
But when plugging in headphones, there is no sound at all.
Checking alsamixer (in command line) shows that “Headphone” cannot be chosen, and “Speaker” is muted. When turning up “Speaker” volume, there is sound on the headphones…
I had the problem with Ubuntu 9.10 (Karmic Koala)
and with Ubuntu 10.10 (Maverick Meerkat), too.
Maybe there’s a problem with the driver and the hardware encryption of the chipset?
And because I never want to search for this again, here’s what did it for me:
Create /etc/modprobe.d/iwlagn.conf with this content: options iwlagn swcrypto=1
If you want to use a higher resolution on your linux console, you have to add the specific option while loading the kernel.
i.e: kernel /vmlinuz-2.6.25 root=/dev/sda3 resume=/dev/sda2 vga=0x0325
Problem: The settings differ depending on your graphics card.
But: There is an easy way: hwinfo
OS: SUSE Linux Enterprise Server 10 SP1 (x86_64) [64 bit]
VMware Server [1.06] depends on some 32 bit software:
+ xorg-x11-libs-32bit-6.9.x (should automatically add the other packages, too)
– expat-32bit-2.0.x
– fontconfig-32bit-2.3.x
– freetype2-32bit-2.1.x
– glibc-32bit-2.x
– ncurses-32bit-5.x
– zlib-32bit-1.2.x
Additionally gcc, make, kernel headers, etc. have to be installed to run vmware-config-tools.pl properly.
Edit wp-config.php and add define('ENABLE_CACHE', true);
Create the directory cache in the folder wp-content/ (take care it’s writeable!)
If you want to take control about expiration time, you can do this including these lines in wp-config.php: define('CACHE_EXPIRATION_TIME', 900);
That’s all : )
The next time, your blog is being visted, the pages will be cached..
B.t.w.: You can empty the cache directory every time you want (in case of trouble, etc..).