2009-11-17
Ubuntu 9.10 can not recognize intel sound card
The sound card wasn't even detected!
After running Google for a FEW hours, i discovered how to put the sound working without had to:
qaz@blue:~$ sudo alsa force-reload
or any other command.
Step1:
$ sudo apt-get remove sl-modem-daemon
Step2:
$ sudo apt-get install linux-backports-modules-alsa-karmic-generic
Step3:
$ sudo gedit /etc/modprobe.d/alsa-base
And add:
options snd-hda-intel model=lg # for other brands: search google with "options snd-hda-intel model="; try laptop; And/or visit this page.
Then reboot!
Tags:
qaz@blue:~$ lspci
(...)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
(...)
qaz@blue:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC880 Analog [ALC880 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC880 Digital [ALC880 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 6: Si3054 Modem [Si3054 Modem]
Subdevices: 1/1
Subdevice #0: subdevice #0
2009-08-28
Open RAW (.cr2) images with Gimp
How to open *.cr2 files at Linux? Simple: install ufraw:
sudo apt-get install ufraw gimp-ufraw
Now, open ufraw (press ALT+F2 and type ufraw) and load the cr2 image. Then in the right bottom click at the Gimp button. Gimp will be launched and loads you image.
If you're interred on HDR effects, try qtpfsgui.
2008-09-13
Playdeb - Games repositorie (Ubuntu)
Playdeb is a gaming repository for Ubuntu - aimed to provide titles already available on getdeb.net in an easier to install and update format.
This list features some old known games and also some news.
For who uses other distros, you can follow the link to the homepage of the games and follow the presented instructions.
2008-04-20
How to install (JRE) Java in Ubuntu (8.04)
I was scrolling Synaptic Package Monitor for a while and i couldn't find it.
So i Google it..
There are these packages:
sun-java6-bin sun-java6-fonts sun-java6-jre sun-java6-src
sun-java6-demo sun-java6-javadb sun-java6-plugin
sun-java6-doc sun-java6-jdk sun-java6-sourceAll you (probably) need is:
$ sudo apt-get install sun-java6-jre sun-java6-fonts sun-java6-plugin
Note: The package
sun-java6-plugin contain the Firefox plugin.
2008-04-14
One step forward, two steps back
Today with Hardy 8.04 and new versions of kernel, there is no 'out of the box'!
One step forward, two steps back! Hrr
To install it:
Download et131x-1.2.3-2.tar.gz (or more recent ) here.
$ sudo apt-get install build-essential linux-headers-$(uname -r)go to the unpackaged et131x folder
$ make
$ sudo make modules_install
$ insmod et131x.ko
$ sudo depmod
$ sudo modprobe et131xThere might me some errors... close your eyes!
Reboot.
The audio card - Realtek LC880 - was never fixed. I only have audio on phones!
Create new file:
$ sudo gedit /etc/modprobe.d/snd-hda-intelPaste and save:
options snd-hda-intel model=lgReboot!
Links:
»Drivers: et131x
2007-12-08
Bluetooth @ ubuntu - kdebluetooth/kbluetooth
And know i've a band new Sony Ericsson M600i.
The question survived : How to send files to my phone?
I was using the default gnome bluetooth manager... That was not enough..
I did some research and found out that Kde bluetooth manager was (much) better.
Screenshots
How to use
- Launch kbluetooh
An icon will appear at Notification area.
- Click and you'll get the window previously showed..
Then the Computer will automatically scan for bluetooth devices(e.g: M600i.box). Remember to turn on your bluetooth's phone.
- Click on M600i.box icon, then File transfer/Obex File Transfer.
- Now check your mobile phone. A message asking permission to pair the phone with computer should pop up. Accept it. And enter 'pair code'. At your computer will pop up a window asking the same 'pair code'.
Note: depending your mobile phone model you'll still need to check your phone to accept the connection everytime you explore a different folder at your computer.
Install
- Direct link:
- or console:
2007-11-11
Gnome-art
I've discovered Gnome-art.
Screenshot:
Description:
This is the graphical frontend for art.gnome.org. Backgrounds and all themes can be downloaded and previewed. Backgrounds, icon themes and splash screens can be installed directly.
Under the menu Art we can find:
> Backgrounds
>> Gnome
>> Other
>> All
> Desktop theme
>> Application
>> Window Border
>> Icon
> Other Themes
>> Login Manager
>> Splash Screens
>> GTK + Engine
Instructions:
Just select one of the Art's categories. Then gnome-art starts caching thumbnail previews. Now we can choose, preview and install whet we want/like. Very simple to use.
Note: Caching thumbnails can take some minutes.
Installing (3 methods)
- (1)direct link
- (2)console
- (3)synaptic package manager
2007-11-07
Netspeed & GFreqlet (applets)
Netspeed
Netspeed is just a little GNOME-applet that shows how much traffic occurs on a specified network device (for example eth0). You get the best impression of it, if you look at the screenshots below.
some screenshots:
- apt-get install netspeed
GFreqlet
GFreqlet is a GNOME applet for Linux that not only monitors CPU frequency scaling, but also allows the end user to change the frequency or governor with just a click. It automatically detects which frequencies and governors your processor supports, so there is no configuration required. The applet itself is not run as root, nor required to modify to run with root ownership, but password prompts with gksudo if a super user action is required. GFreqlet is very straight forward and minimal.
link:
2007-10-12
Open DNS
The Domain Name System (DNS) is fundamental to the Internet. You use the DNS every time you do anything online including sending email and browsing the Web. Most networks use the DNS provided by their ISP or run their own small DNS server. OpenDNS is better.
"OpenDNS allows us to easily block unwanted sites and provide a safer, more productive environment. It has a smart interface that provides granularity of control across multiple connections, and the statistics are easy to use and provide insight into our DNS traffic."
— Terrell Johnson , Network Administrator , Sunsweet
- STEPS:
$ sudo gedit /etc/dhcp3/dhclient.conf
# append the following line to the document
prepend domain-name-servers 208.67.222.222,208.67.220.220;
# save and exit
$ sudo ifconfig eth0 down && sudo ifconfig eth0 up
#note: in your system may not be 'eth0' for example in my PC it is eth1.
url: link
2007-07-13
UbuntuGames.org
- English:
Ubuntu Games is the result of efforts to create a place to gather articles, tutorials, screen pictures, and tips about games on Ubuntu. The Games are not necessarily free (as in beer nor as in speech); they can be closed source or proprietary. They may not be specifically for Ubuntu. If it works (even if emulated) on Ubuntu Linux, it's welcome!
Some people won't migrate to Linux from other OSs because they think Linux doesn't have good games. For the good of home desktop users, I'll try to convince you that there are many good games on Linux, and in Ubuntu, their installation is fairly simple.
Link: ubuntugames.org
- Português:
O Ubuntu Games é fruto do esforço para criação de um lugar que contenha artigos, tutoriais, fotos de tela e dicas sobre jogos no Ubuntu. Eles não são necessariamente gratuitos ou de fonte livre (opensource), podendo ser proprietários, de código fechado, ou até mesmo não específicos para o Ubuntu. Nosso critério é: se roda (mesmo que emulado) no Ubuntu Linux, é bem-vindo!
Há quem não migrou de sistema operacional por causa de jogos que imaginam não haver para o Linux. Pelo bem dos usuários domésticos, tentarei convencer vocês de que existem muitos jogos bons no Linux, e que no Ubuntu, a instalação de jogos é simples.
Link: ubuntugames.org
2007-06-28
Touchpad - Configure it!
Backup xorg.conf
- First of all, backup your xorg.conf
Enable/Disable Touchpad
- Edit you xorg.conf
- find «Identifier "Synaptics Touchpad"» and change it to: ("SHMConfig" "true")
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "true"
EndSection
- Disable: (go to terminal and type:)
- Enable:
Disable Touchpad while typing
It's annoying when a person is typing and touch accidentally in the touchpad. This tip disables the touchpad for 'x' seconds when you press a key. It needs the configuration(xorg.conf) carried through in the previous tip to work.
- Go to terminal and type: (disables touchpad for 1 second)
visit syndaemon page for more info
Gsynaptics
Gsynaptics allows to configure your Touchpad. It enables/disables touchpad/tapping and configure scroll movements.
- Install:
- Run at terminal:
- Or go to System » Preferences » Touchpad
Note: for KDE » ksynaptics
Add these tips to startup
If you like some of these tips, and you pretend to use it every time, just add it to start up.
- Go to System » Preferences » Sessions:
Name: 1sec touchpad
Code: syndaemon -i 1 -d
repeat procedure to any desire program..
2007-06-27
Games 4 Linux
Note: this topic will be updated with more games.
- Pang Zero

Download:
pangzero.deb | official page
i will update this post soon ;)
2007-06-22
Compiz + Beryl = Compiz Fusion (repository)
Screenshot:
To install:
- First remove compiz and beryl.
$ sudo apt-get remove compiz*
- Open Terminal and edit sources.list:
- Add to file:
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy
- Save and get back to Terminal and type:
$ sudo apt-get update
$ sudo apt-get dist-upgrade
$ sudo apt-get install compiz-#gnome or kde
$ sudo apt-get install compizconfig-settings-manager
$ sudo apt-get install compizconfig-backend*
$ sudo apt-get install compiz-fusion-*
- Remove the existing directories
$ rm -fR ~/.emerald*
$ rm -fR ~/.compiz*
- Run Compiz
Post update: 16.00 - 2007Jun25
Add Compiz Fusion to startup:
- Go to System » Preferences » Sessions and add:
Edit: 22.00 - 2007Jun25
2007-06-10
TLS problems
- Open Terminal and type:
- and change the line :
- to
2007-06-02
A Better Looking Firefox
- Open the Terminal and type:
$ tar -xvzf firefox-form-widgets.tar.gz
$ sudo cp /usr/lib/mozilla-firefox/res/forms.css /usr/lib/mozilla-firefox/res/forms.css.bak
$ cat firefox-form-widgets/res/forms-extra.css | sudo tee --append /usr/lib/mozilla-firefox/res/forms.css > /dev/null
$ sudo cp -r firefox-form-widgets/res/form-widgets /usr/lib/mozilla-firefox/res
$ rm -rf firefox-form-widgets
- Reboot Firefox if open..
2007-05-29
Change your mouse cursor
Ubuntu comes by default with a 'classic' white cursor.After a while it becomes boring. Let's change it!
Go to Gnome-Look and e.g. download the FedoraCore6 cursor.
Install mouse cursor:
- Extract the zip/tar.gz content to the folder /home
/'your username'/.icons - Then go to System » Preferences » Mouse
- Go to Pointers tab (just like the picture) and select the new pointer/cursor.
2007-05-26
The goodies of Firefox's Add-ons
Mozilla Firefox is a wonderful browser, and one of the most values are the Add-ons.There are Add-ons that goes from radio to download manager.
So, I'm gonna introduce you to some of the best and needed Add-ons:
- Foxmarks - The Bookmark Synchronizer - Saves your bookmarks online and allow to synchronize them with another computers..
- Adblock Plus - Add and banner blocker - Blocks adds and banner by filter subscription or user request
- FlashGot - Download Manager - "Download one link, selected links or all the links of a page together at the maximum speed with a single click.."
- Download Statusbar - Download statusbar info - "View and manage downloads from a tidy statusbar.."
- NoScript - Script Enable/Disable - "It allows JavaScript, Java and other executable content to run only from trusted domains of your choice.."
- VideoDownloader - Saves *.vlc, etc videos - "Download videos from Youtube, Google, Metacafe, iFilm, Dailymotion, Pornotube..."
- Forecastfox - Weather report - "Get international weather forecasts from AccuWeather.com"
- PDF Download - PDF downloader helper - "Allows to choose if you want to view a PDF file inside the browser (as PDF or HTML)..."
- Fasterfox -Maximize you Firefox's speed - "Performance and network tweaks for Firefox."
- RefControl - HPPT referer controller - "Control what gets sent as the HTTP Referer on a per-site basis."
- You you have/know another great add-on please submit a comment..
2007-05-19
Did you liked my fonts at the previously post?
To install Lucinda Grande font (Mac font):
- Go here and download them;
- Extract the zip content;
- Open Terminal and go to the folder that you extracted the zip content and type:
- Then go to System » Preferences » Font and select the fonts/font_rendereing/size just like my image, if you wish so.
Improved subpixel font rendering for Feisty
So, if you like it, let's start:
- Open a Terminal
- WindowType the following
$ sudo gedit /etc/apt/sources.list
- Add the following lines to the end of the file:
deb-src http://www.telemail.fi/mlind/ubuntu feisty fonts
for amd64 binaries use RAOF's repository:
deb http://raof.dyndns.org/falcon feisty experimental
deb-src http://raof.dyndns.org/falcon feisty experimental
- Save and Exit Gedit
- Run from the terminal window
$ sudo aptitude install libfreetype6 libcairo2 libxft2
- Config: (my settings: Native, Automatic, No bitmapped)
$ sudo dpkg-reconfigure fontconfig
Source/Support: Ubuntuforums.org



