From Fedora 14 , its not allowed to login using tty.
Neither root nor other users can login using tty.
This problem is caused by a file in /etc/udev/rules.d/
So i deleted all the files in that folder.
Dont worry, it wont do any harm, I tested it in my F15
reboot the system
Now you can login using tty.
Some of the deleted files are automatically created after the reboot
Showing posts with label 15. Show all posts
Showing posts with label 15. Show all posts
Friday, September 16, 2011
Tuesday, June 28, 2011
Best GTK 3 Themes Ever | Ubuntu n Fedora Themes
Download all in a single pack
Click on the Image caption to Download each
These are some of gtk3 themes I reviewed
To apply these themes Refer here
Click on the Image caption to Download each
These are some of gtk3 themes I reviewed
To apply these themes Refer here
| Drakfire Caffe GTK3 |
| Hope gtk3 |
Elegant Brit gtk3 |
| Aldabra |
| Atolm-gtk3 |
Labels:
10,
11.04,
11.10,
15,
9.04,
Fedora,
fedora 15,
FSCK,
Gnome 3,
Gnome3,
Gtk 3,
How to install Burg boot loader in Ubuntu 11.04 Natty Narwhal,
Linux,
natty,
shell themes,
themes,
ubuntu
Saturday, May 28, 2011
[Solved] Fedora 15 Wifi Problem
It seems that wifi adapter driver is missing in fedora 15 even in the DVD and the repository.
It can be installed from source. I learned compiling the source and realize that Compiling isn't Rocket Science.
Just follow the steps for
First you need to download Broadcom's IEEE 802.11 Driver from here
Check your architecture and download appropriate one.
Also download the patch file.
copy the downloaded files to home or any location u like.
Now comes compilation..
Open your favourite terminal and run the following commands
On any security issue, run all the above removing sudo after
--
Do every thing in the Geek way.
It can be installed from source. I learned compiling the source and realize that Compiling isn't Rocket Science.
Just follow the steps for
First you need to download Broadcom's IEEE 802.11 Driver from here
Check your architecture and download appropriate one.
Also download the patch file.
copy the downloaded files to home or any location u like.
Now comes compilation..
Open your favourite terminal and run the following commands
mkdir wifi
cd wifi
tar zxf ../hybrid-portsrc_x86_64-v5_100_82_38.tar.gz
patch -p0 <../5_100_82_38.patch
make
sudo make install
sudo depmod -a
su -c 'echo "modprobe wl" >> /etc/rc.d/rc.local'
sudo reboot
On any security issue, run all the above removing sudo after
su
--
Do every thing in the Geek way.
Subscribe to:
Posts (Atom)
