Hi everyone, I am very green to this whole Linux/Fedora thing. I installed Fedora 12 without a glitch, but it seemingly doesn't recognize my wireless card. I believe it is a driver problem and have tried to install the correct driver from Broadcom numerous times with No Luck.
I then tried to install kmod-wl via the yum install kmod-wl command, but here is my error message.
Quote:
[root@localhost cfehr]# yum update
Loaded plugins: presto, refresh-packagekit
Repository atrpms is listed more than once in the configuration
Setting up Update Process
No Packages marked for Update
[root@localhost cameronfehr]# yum install kmod-wl
Loaded plugins: presto, refresh-packagekit
Repository atrpms is listed more than once in the configuration
Setting up Install Process
No package kmod-wl available.
Nothing to do
[root@localhost cfehr]#
|
Here is also the lspci and lsusb command results also
Quote:
[root@localhost cameronfehr]# lspci -nn | grep -i -e network -e wireless:
04:00.0 Network controller [0280]: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller [14e4:432b] (rev 01)
[root@localhost cfehr]# lsusb
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0c45:63fa Microdia
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 002: ID 046d:c51b Logitech, Inc. V220 Cordless Optical Mouse for Notebooks
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 0930:6545 Toshiba Corp. Kingston DataTraveler 2.0 Stick (4GB) / PNY Attache 4GB Stick
|
I would appreciate any help in this. I am a total greenhorn at this though.