My machine is 32 bit.So i have followed the the bellow steps.
[root@localhost ~]# rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
[root@localhost ~]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
[root@localhost ~]# yum check-update
[root@localhost ~]# yum install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl
After that go to your firefox browser and type about:plugins
Shockwave Flash = swf
FutureSplash Player = spl
Friday, March 9, 2012
Wednesday, March 7, 2012
enabling wireless in fedora
Image via Wikipedia
Enabling wireless connection in Lenovo G550 with OS fedora 16
Today i have enabled wireless in my Lenovo G550. Please note down the steps for enabling this.
[root@localhost src]# lspci
04:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
[root@localhost src]# dmesg | grep 04:00.0
[ 0.167848] pci 0000:04:00.0: [14e4:4315] type 0 class 0x000280
From this we can identify PCI-ID for my broadcom hardware is 14e4:4315
For enabling we need to install wget and b43-fwcutter
# yum install b43-fwcutter
#[root@localhost src] export FIRMWARE_INSTALL_DIR="/lib/firmware"
#[root@localhost src] wget http://www.lwfinger.com/b43-firmware/broadcom-wl-5.100.138.tar.bz2
#[root@localhost src]# tar xjf broadcom-wl-5.100.138.tar.bz2
#[root@localhost src]# b43-fwcutter -w "$FIRMWARE_INSTALL_DIR" broadcom-wl-5.100.138/linux/wl_apsta.o
Thats it my broadcom wireless got recognised in the fedora .....:-)
Subscribe to:
Posts (Atom)