Chinaunix首页 | 论坛 | 博客
  • 博客访问: 175694
  • 博文数量: 159
  • 博客积分: 7007
  • 博客等级: 准将
  • 技术积分: 1750
  • 用 户 组: 普通用户
  • 注册时间: 2008-06-17 15:05
文章分类

全部博文(159)

文章存档

2010年(39)

2009年(106)

2008年(14)

我的朋友

分类: LINUX

2010-07-22 16:05:38

In this howto i will describe quick fix for Access Points not shown in Fedora 13 even you install Broadcom wireless driver using rpmfusion.org. For those who doesn’t know how to install broadcom driver for wireless card, you need to do following steps to install broadcom driver for wireless card.

1) Install RPMFusion Repositories

rpm -ivh
rpm -ivh

2) Install Broadcom Wireless Card Driver

yum install broadcom-wl kmod-wl

reboot the system to get modules get loaded. But when you try to scan using NetworkManager or wlaassistant, it show’s no wireless access point found. Even they are visible on computer desk available next to you.

3) Fixing Access Points not showing.

Its a quick and dirty fix from fedora forums.

vi /boot/grub/grub.conf

edit your available kernel lines and append intel_iommu=off in the end for kernel parameters.

kernel /vmlinuz-2.6.33.5-112.fc13.x86_64 ro root=/dev/mapper/vg_server1-LogVol01 rd_LVM_LV=vg_server1/LogVol01 rd_LVM_LV=vg_server1/LogVol00 rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet

change to

kernel /vmlinuz-2.6.33.5-112.fc13.x86_64 ro root=/dev/mapper/vg_server1-LogVol01 rd_LVM_LV=vg_server1/LogVol01 rd_LVM_LV=vg_server1/LogVol00 rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us rhgb quiet intel_iommu=off

save the file and reboot the system again to get kernel to load following kernel parameter and bravo you can see the Access Points :)

阅读(833) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~