Fixing low sound on Linux laptop speaker

19
02

2012
15:14

OS+Env: Slackware64-Current

Hardware: Lenovo Thinkpad T420i

Problem: Sound is working, but it isn’t loud enough

Solution:

Create a file /etc/asound.conf and paste this config:


 pcm.!default {
      type plug
      slave.pcm "softvol"
  }

  pcm.softvol {
      type softvol
      slave {
          pcm "dmix"
      }
      control {
          name "Pre-Amp"
          card 0
      }
      min_dB -5.0
      max_dB 20.0
      resolution 6
  }

Restart ALSA (/etc/rc.d/rc.alsa restart) and there should be a new mixer channel called pre-amp in the mixer software (kmix/alsamixer). And now, my laptop is ready to rock..

Slackware | Tags: , , ,
No comments

Fixing CrossOver menus missing on KDE4 Slackware

25
01

2012
12:38

OS+Env:Slackware Linux -Current+KDE 4.5
Problem: CrossOver menu tidak tampil di KDE Application launcher
Solution: Jalankan command,


/opt/cxoffice/bin/cxmenu --crossover --install

 

re-login KDE session jika belum tampil..

=-=-=-=-=
Powered by Blogilo

Slackware | Tags:
No comments

Fixing NFS error: “clnt_create: RPC: Program not registered” error on Openfiler

20
01

2012
09:00

Intro:

Setelah meng-upgrade Openfiler dengan perintah conary updateall, NFS server tidak bisa diakses di Linux client dengan pesan error ”clnt_create: RPC: Program not registered”. Padahal service portmap sudah dijalankan terlebih dahulu sebelum service NFS.

Problem:
rpc.mountd tidak berjalan karena portmap bentrok dengan rpcbind

Solusi:
Stop NFS service dkk dan jalankan pada saat booting:

# service nfslock stop
# service nfs stop
# service portmap stop
# service rpcbind stop
# chkconfig rpcbind on
# chkconfig nfs on
# chkconfig nfslock on

Disable portmap service saat booting:

# chkconfig portmap off

Openfiler | Tags: ,
No comments

Install Google Picasa 3.9 on Slackware Linux (Fixing login issues)

20
01

2012
08:28

Intro:

Google telah merilis versi terbaru dari Google Picasa yaitu versi 3.9. Versi ini menawarkan berbagai fitur baru, diantaranya adalah ditambahkannya berbagai macam effect yang siap pakai seperti vignetting,softing,etc, dan ditanbahkannya menu integrasi dengan Google+ [1]. Yang sangat disayangkan adalah belum dirilisnya versi 3.9 untuk platform Linux, sehingga banyak sekali pengguna Linux yang berusaha untuk memasang Google Picasa versi Windows dengan bantuan wine.

Problem:
Installasi di Slackware Linux dengan menggunakan CrossOver berjalan mulus. Masalah yang muncul adalah ketika akan login ke Google Account muncul pesan error:

 

Missing required parameter: client_id
Error 400

 

Slackware | Tags: ,
No comments

Install Meego 1.0 on VirtualBox

16
01

2012
07:48

http://wiki.meego.com/MeeGo_1.0_Netbook_VirtualBox

have succeeded installing Meego netbook version on VirtualBox. Just follow the instruction  on the Wiki.

=-=-=-=-=
Powered by Blogilo

Misc. | Tags: ,
No comments

Cek ‘online’ user dengan bantuan arping

06
01

2012
09:03

Fitur ini sebenarnya sudah ada di pfSense (v.2.0.1) yaitu pada menu Status->DHCP leases. Namun kelemahan yang ada saat ini adalah ketika “Enable Static ARP entries” dihidupkan di DHCP server, dan semua IP+MAC address didaftarkan secara manual, maka DHCP lease akan menampilkan bahwa semua client yang terdaftar statusnya akan selalu online.

pfSense | Tags: ,
No comments

Liburan akhir tahun 2011

05
01

2012
12:28

Picasa Web Albums: Liburan Akhir Tahun 2011

Desc: Liburan akhir tahun 2011 di Goa Cina
Location: Malang Selatan

Misc., Photography | Tags: , ,
No comments

Tour de Jogja

20
12

2011
19:23

Picasa Web Albums: Tour de Jogja

Desc: ”Tour de Jogja” Dosen dan Karyawan POLTEKOM 2011
Location: Yogyakarta Hadiningrat

=-=-=-=-=
Powered by Blogilo

Misc., Photography | Tags: , ,
No comments

Sync local machine time to ntp server

09
11

2011
17:07

Menggunakan 0.id.pool.ntp.org sebagai ntp (network time protocol) server untuk sinkronisasi waktu:

/usr/sbin/ntpdate -s -u 0.id.pool.ntp.org
/sbin/hwclock --adjust

Simpan konfigurasi waktu system ke hardware clock

/sbin/hwclock --systohc

=-=-=-=-=
Powered by Blogilo

Slackware | Tags: , ,
No comments

Fixing right click issues on HP Mini 210 Series

07
11

2011
12:29

OS: Slackware Linux 13.37

Hardware: HP Mini 210 Series Netbook
Problem: A right-click on touchpad recognized as left-click
Solution:
This problem was solved by passing a specific parameter into psmouse kernel module. The detailed instruction on Slacware Linux is described below;

- Open the /etc/modprobe.d/psmouse.conf as root

- Uncomment this line:
#options psmouse proto=imps
- Change the proto option to:
options psmouse proto=exps
- reboot (what the.. ?)

 

If rebooting the machine will somehow hurt you, just try to unload psmouse module, and reload it with those options described above.

=-=-=-=-=
Powered by Blogilo

Slackware | Tags: , ,
No comments