Sunday, March 10, 2013

Linux Wifi Troubleshooting on Macbook Pro


1. If the wl driver loads but doesn't seem to do anything: the ssb module may be the cause. Sometimes blacklisting ssb may not be enough to prevent it from loading and it loads anyway. (This is mostly seen on Ubuntu/Debian systems). From HERE

Check to see if ssb, wl or b43 is loaded:
CODE: SELECT ALL
lsmod  | grep "b43\|ssb\|wl"

If any of these are installed, remove them:
CODE: SELECT ALL
sudo rmmod b43
sudo rmmod ssb
sudo rmmod wl

Back up the current boot ramfs and generate a new one.
CODE: SELECT ALL
sudo cp /boot/initrd.img-`uname -r`  /path/to/somewheresafe
sudo update-initramfs -u

reboot

إضافة اللغة العربية في الماك


إضافة اللغة:


1- إفتح الإعدادات.



2- إنقر فوق (اللغة و النص).


3- إنقر فوق (مصدر الإدخال).


4-حدد اللغة العربية من القائمة، ثم حدد (إظهار اللغة في شريط سطح المكتب).


كيفية التبديل بين اللغتين:

1- انقر فوق (اختصارات لوحة المفاتيح).


2- حدد (مصدر الإدخال السابق).


3- اذهب الى (محرك البحث).


4- قم بإلغاء التحدد من (محرك البحث).


الآن يمكن التبديل بين اللغتين الضغط على زر (Command) + (Space). استمتع

Samsung ATIV Book 8 (NP870Z5E) brightness control problem | مشكلة التحكم في اضاءة الشاشة لجهاز Samsung ATIV Book 8 (NP870Z5E)

The problem happens after installing windows 8.1 or installing new Intel graphic driver. Samsung released a patch for it by its software upd...