Categories
Linux

Fedora 15: Misc. Fixes

This is more of a self documentation – the problems I faced and how I solved them.

1) Bluetooth is available but device is not visible. Functions are disabled.

Thanks to @roytush for the tweet I was in need so badly 😉

2) File permission set to 777 but still php can’t include() the file.

Changed the SELinux Context to: httpd_user_script_exec_t

3) WiFi not working

First I updated the kernel to the latest version:

Then installed required packages:

I downloaded this file : http://download.wireless-driver.com/driver/Realtek/RTL8191_8192_SE/rtl8192se_linux_2.6.0015.0127.2010.tar.gz

Extracted it and then run:

I restarted my system and My WiFi came up! 🙂

I shall face more issues as I go. I shall try to update this post with updates. Stay tuned!