Postingan

Menampilkan postingan dengan label Slackware

NetworkManager Failed to Get Dynamic IP from DHCP Server

Anyone ever seen these (or like, not exactly the same) log in syslog? NetworkManager[1176]: <warn>  [1488945592.9428] sup-iface[0x26355b0,wlan0]: connection disconnected (reason -3)  NetworkManager[1176]: <warn>  [1488945593.0107] dhcp-listener: dhcp-event: (pid 9536) unhandled DHCP event for interface wlan0  Or your linux networkmanager difficult to connect to access point? If yes, maybe your problem is like mine. My laptop use Slackware64-current with update March, 10 2017. I faced this problem some day ago. I can't connect to some access point and when I saw the syslog, I found some line with text like above. This problem appeared because the dhcp client can't get the IP address from DHCP client. How to solve this problem? here you are : open the terminal, or open file manager with root access, because we will edit NetworkManager configuration file. edit file /etc/NetworkManager/conf.d/00-dhcp-client.conf become (focus to the red text) :...

CodeIgniter rewriting URL with FastCGI (PHP-FPM) returned 404

I got this issues some days ago, when my CI based apps returned 404 error when i accessing it. My machine is running Slackware with httpd + PHP-FPM. This issue is not appear when i used httpd/apache + mod_php. This issue is like httpd's rewrite module is not enabled. But, i have made sure that that module had been activated. After searching and googling, I found solution from here . From that article, we should be doing something tricky. And this is my new .htaccess (edited from CI's .htaccess) Options -Indexes # index file can be index.php, home.php, default.php etc. DirectoryIndex index.php # Rewrite engine RewriteEngine On # condition with escaping special chars RewriteCond $1 !^(index\.php|robots\.txt|favicon\.ico) RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d # the following is for rewritting under FastCGI <IfModule mod_php5.c>        RewriteRule ^(.*)$ index.php/$1 [L,QSA] </IfModule> # the following is f...

[Translate] How to Mount Asus Zenfone 5 in Slackware64-Current

I read a post in LQ, that some one found my blog about after search a keyword how to mount Asus Zenfone 5 on Linux. But he get confused cuz my article was written in Bahasa Indonesia/non english article. So, I'll repost that article. How to mount Asus Zenfone 5 on Linux, Especially Slackware64-Current: 1. Install libmtp (If u install slackware in a full option, this dependency was installed by default) 2. Plug in your usb cable/data cable from Asus Zenfone 5 to the laptop and type lsusb then find a row called ASUSTek. [root@darkstar jati]# lsusb Bus 002 Device 003: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 004: ID 5986:0294 Acer, Inc Bus 001 Device 003: ID 0489:e032 Foxconn / Hon Hai Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 ...

Eric's KDE 5 Cant Start after Upgrade Slackware64-Current Nov 22 2015

Hi all, after i upgrade slackware64-current to latest updates (22 Nov 2015), my KDE5 (Alien Package) cant start. After i read post in eric's blogs, i've updated to eric's last KDE5 update, also hacks the symlink like manciuleas comment here, (change the libudev.so.0-->libudev.so.0.13.1 symlink to libudev.so.0-->libudev.so.1.6.3 or libudev.so.0-->libudev.so.1). 'Coz the symlink change to default after reboot (link to libudev.so.0.13.1 again), I put this command on rc.local to remove the default libudev.so.0-->libudev.so.0.13.1 symlink and create a new symlink to  libudev.so.0-->libudev.so.1. i use that because libudev.so.1 is linked to libudev.so.1.6.3. This is the command: rm /lib64/libudev.so.0 ln -s /lib64/libudev.so.1 /lib64/libudev.so.0 And taraaa, KDE5 can start again. OK. thats all. thanks for reading.

Xorg Segmentation Fault After Upgrade Slackware64-Current

I've got an error in my xorg after upgrading your slackware64 current (update 21/08/2015). Xorg cant start with error segmentation fault 0x0. Searching in google, finally i got this post . The solution that i got there are: Use the default mesa (i586) package from pat plus install xf86 update from ponce. xf86-video-intel-i586 or Install mesa x86_64 ( link , download all of them and run the mesa.Slackbuild) and install the xf86-video-intel-x86_64 . after you choose one of them, reboot your laptop and taraaa, the x server can run again. Special thanks to: Ponce, Walecha

Install freerdp di Slackware64-Current update 20150421

Kemarin, setelah saya upgrade slackware current saya, banyak 3rd party package yang terinstall di laptop saya gagal running. akhirnya saya reinstall paket-paket pihak ketiga tersebut. Semua paket bisa kembali running, namun saya menemukan 1 paket yang gagal dikompile, yaitu freerdp. Setelah saya searching dan tanya ke rekan-rekan yang lebih mengerti, akhirnya saya mendapat titik terang dari Bapak Willy Sudiarto Raharjo, saya diminta untuk menggunakan script SBo hasil commit dari beliau di link http://slackbuilds.org/cgit/slackbuilds/commit/?h=willysr&id=1b244c8b19797712614f7bd6384e230675f198c0. Setelah saya menggunakan script tersebut, akhirnya paket freerdp berhasil terinstall di laptop saya.

Mount Asus Zenfone 5 (0b05:5480) di Linux

Barusan saya mendapat masalah tidak dapat mount hp android saya (Asus Zenfone 5) ke laptop saya yang terinstall Slackware64-current. Setelah mencari-cari solusi, akhirnya saya menemukannya. Caranya: 1. Install libmtp (di slackware apabila install full system sudah otomatis terinstall) 2. Colokkan hp ke laptop dengan kabel data dan ketik lsusb lalu cari baris ASUSTek. [root@darkstar jati]# lsusb Bus 002 Device 003: ID 058f:6366 Alcor Micro Corp. Multi Flash Reader Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 004: ID 5986:0294 Acer, Inc Bus 001 Device 003: ID 0489:e032 Foxconn / Hon Hai Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 007: ID 0b05:5480 ASUSTek Computer, Inc. Bus 003 Device 001: ID 1d6b...