• Home
  • Posts RSS
  • Comments RSS
Blue Orange Green Pink Purple

featured-content

Use Virtual Windows XP in Linux

So you want to use legacy windows-only applications and have no other options and instead of keeping separate machine or installing Complete OS on another partition just for such moments is waste of resources. Then you can use VMWARE products to do this, the preferred application is VMware Workstation, but I have seen you can install it via freeware VMware server too.

Read More

Linksys WRT 54G router + Intel 3945abg card = wifi setup in linux (fedora7)

I got Linksys WRT 54G router with Intel PRO/Wireless 3945ABG card.

------------------------------------------------------------------------------------------
[anshu@Fedora7 ~]$ lspci | grep Network
02:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
------------------------------------------------------------------------------------------

Setting up Wireless (WIFI) network in Linux ( Fedora7 )is not that "Normal"_user_friendly, so I am sorry , command-line will be involved here.

After you have installed Desktop setup for your Favorite operating system, you will then want to get WIFI going. First I will tell you the checklist ,then in video I will myself try to get WIFI network working. all commands should suit to any distro (Opensuse,RHEL etc) for matching hardware.

First download Freshrpms.net rpm for getting repo in your yum installer. Then go for following packages.

-----------------------------------------
sudo yum install ipw3945 ipw3945-ucode ipw3945d
-----------------------------------------

ATTN:- To get sudo command working you will need to visit my previous post to enable sudo

Then download the startup file http://fedoraos.org/ipw3945/ipw3945 and go for following steps.

---------------------------------------------
sudo cp /path/to/ipw3945 /etc/init.d
sudo chmod +x /etc/init.d/ipw3945
chkconfig --add ipw3945
---------------------------------------------
* moving startfile 'ipw3945' to startup daemon directory.
* making the file 'ipw3945' as Executable (binary).
* making this startup executable daemon , always start whenever you boot.


now you will have to reboot and press 'ALT+F2' key and type 'system-config-network' you will need to select Wlan0 card and click 'Activate' to start WIFI.





*NOTE FOR GNOME*
If you see the clip, you will notice, After rebooting into system and Loading Gnome, I had to kill nm-applet and start it again to get WIFI going.
Read More 0 comments | Posted by anshuman |

0 comments



Post a Comment
Newer Post Older Post Home

Linux-Truthiness

  • About
      I am system-administrator / php developer for past 5+ years working with various companies. If you like my blog and have some more suggestions,comments,tips or need any other info, feel free to contact me at linuxtruthiness [at] gmail [dot] com.
  • Search






    • Home
    • Posts RSS
    • Comments RSS
    • Edit

    © Copyright Insiders guide for usability in linux. All rights reserved.
    Designed by FTL Wordpress Themes | Bloggerized by FalconHive.com
    brought to you by Smashing Magazine

    Back to Top