Fedora X86/64bit :: 15 Dont Recongnize Broadcom BCM 4322 Wireless Card?

Aug 6, 2011

I am a newbie in rpm files, I am testing Fedora 15 (gnome3),nd I liked it, congratulations to Fedora Team, I was using Linux mint9, and I have a certainly experience with .deb files and APT, but .rpm and YUM, I am a little lost...I have a HP Pavilion dv2-1110us laptop with a Broadcom BCM 4322 wireless card; the netwokmannager said "wireless firmware missing"How can I install it?There is in the Fedora repositories?

View 5 Replies


ADVERTISEMENT

CentOS 5 Hardware :: Dell Latitude E4300 & Broadcom 4322 Wireless Device Does Not Appear In Dmesg

Jun 11, 2009

I have a Dell Inspiron E4300 provided to me by my employer. I have installed CentOS 5 without much of a problem. The only issue is the wifi isn't working (doh!). I've had much experience with this kind of thing in the past (FreeBSD/ndiswrapper) with successes.
Here are some details:

[Code]...

The device does not appear in dmesg :(I have installed ndiswrapper (dkms-ndiswrapper and ndisgtk from RPMForge) and provided it with the correct Windows XP driver. It has installed the driver and ndisgtk tells me that the hardware is present.

[Code]....

View 4 Replies View Related

Fedora Networking :: 14 Can't Connect To SpeedTouch 585 - Either Wireless Broadcom Card Or The Wired Ethernet Card

Dec 4, 2010

Just installed Fedora 14 from the Live CD i686 on my Dell Inspiron 1521. I can't connect to the SpeedTouch 585 on either wireless broadcom card or the wired Ethernet card.

I can connect to it from the same Laptop on the Vista which is on dual boot on the same laptop.

Further confusing is that I ran Fedora 14 and connected to another SpeedTouch today.

Already checked the Channel on the wireless nic and it's on the same one as the SpeedTouch.

View 6 Replies View Related

Ubuntu Networking :: Broadcom 4322 Got It Working?

May 8, 2011

I have a broadcom 4322 and haven't successfully got it working yet. the hard drive failed in this laptop and i took it out. i am using a bootable flash drive with ubuntu on it installed. not the live edition. i am trying to find out if somehow since the hard drive is not in the laptop, if that could have anything to do with runnin off the usb flash drive it boots? i have a wired connection using the 8gb flash drive. since there are drivers for usb wifi devices which i know are different, is it possible that the wifi card is looking somewhere else instead of the usb port?

lsusb (i know i have a flash drive not a wifi usb card but this commands still shows this and ndiswrapper -l doesn't show nothing but blank next line to type on. i have tried alot of stuff

network DISABLED
description: Wireless interface
product: BCM4322 802.11a/b/g/n Wireless LAN Controller
vendor: Broadcom Corporation

[Code]...

View 6 Replies View Related

Fedora X86/64bit :: Live - Install & Configure Broadcom Wireless Driver

Jun 22, 2009

I have a laptop and a Broadcom 4322AG Wireless adapter in it. I am using Fedora 11 64 bit Live. instructions to install and configure my internet connection in Linux. I dont know how to install drivers in linux though I have Got a 64 bit driver from Broadcom Website. In windows, my internet connection doesnt need any password to access. It get connected to internet when I turn on wireless.

View 14 Replies View Related

Fedora Networking :: Install Broadcom Wireless Card On 11?

Sep 1, 2009

I chose to change my operating system from Microsoft Xp to Linux and finally chose Fedora to be my new OS.

After Fedora installation I got a problem that I cannot connect to my wireless network I used to using Xp, I think that my wireless card is not installed on Fedora because when I checked in the network configuration I found that the only installed adapter is the Ethernet Realtek for the wired connection.

My OS is Fedora 11.

The CPU Model name is : Intel (R) Core (TM) 2 Duo CPU T8300 @2.40 GHz, so I think that my architecture is x86_64.

My Network controller is : Broadcom Corporation BCM4312 802.11b/g

View 14 Replies View Related

Red Hat / Fedora :: Broadcom 4322AG Wireless Card Support?

Dec 25, 2010

I'm thinking of installing Fedora 14 on my hp laptop, and need to know if this will support the Broadcom 4322AG wireless card it came with, will only probably use Fedora if the card is already recognized, or an easy gui install. This is the game changer between using fedora or linux mint for me

View 1 Replies View Related

Fedora Hardware :: Use BRCM Driver For Broadcom Wireless Card ?

May 27, 2011

How to use the BRCM driver for this following wireless cards?

BCM4313
BCM43224
BCM43225

Seems the since the 2.6.37 kernels it would be included. And wouldn't be necessary to use Broadcom STA linux driver anymore.

View 2 Replies View Related

Fedora :: Command To Turn Off Broadcom Wireless Card To Save Power?

Aug 13, 2009

Is there a command to turn off my Broadcom wireless card to save power. In Apple, the have an Airport off listing under the airport menu, Is there something for Fedora?

View 3 Replies View Related

Fedora Networking :: HP Mini 110 Broadcom Wireless - Can't Get The Card To Turn On Using The Slide Switch

Sep 11, 2009

I have an HP mini 110 with Fedora 11 install. I installed the broadcom-wl and wl-kmod from yum but still no wireless. First I can't get the broadcom card to turn on using the slide switch on the front of the computer. The device is inactive in the network configuration-devices window. The card is not in the network configuration hardware window. When I try to add it manually, there is no entry for the card in the drop down list. I am new to Fedora but have used linux for years. Unfortunately this is my first attempt at wireless networking.

The posts and google stuff doesn't say much more than "yum install broadcom-wl" Can anyone point me into the right direction? I have a feeling I am missing something very simple, because this computer dual boots Linux Mint and wireless works flawlessly.

View 12 Replies View Related

Fedora Networking :: Wireless Card RNX-N250PC (chip Rt3562) 64bit?

Jul 17, 2011

Just a short note on getting this card to work in Fedora 14 (and presumably Fedora 15) 64bit. First of all, none of the rpm packages which you might choose will work because none of them are for this chipset. First, one goes to the Rosewill website, finds the driver for this card as a compressed tar file. After downloading it and extracting, you will find in the parent directory a Makefile and README_STA_PRI.

The instructions in README_STA_PRI, if followed carefully, will do the job except for one thing: there is a mistake in the os/linux/config.mk file that needs to be fixed. In the $(PLATFORM),PC 2.4 branch, change -imarch=i686 to -march=core2 and more importantly, in the 2.6 branch, add -march=core2 to the EXTRA_CFLAGS and add export CFLAGS (which would otherwise not be done). In the main Makefile, as per the instructions, I set HAS_WPA_SUPPLICANT=y and HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y so that the Network Manager can control the card.

In the instructions, wps_supplicant is not where they indicate (it is in /usr/sbin/) and the configuration file which I used was in /etc/wpa_supplicant/wpa_supplicant.conf, not the one in the dbus-1/system directory. The wpa_supplicant command was run before the make and before "insmod rt3562.ko", and it generated a bunch of error messages because the card had not be recognized yet. The error messages didn't seem to matter.

The card was already in the machine and when "insmod rt3562.ko" was executed, the card was instantly recognized and the network manager set it up and put it into play without any further fuss or muss.

View 1 Replies View Related

OpenSUSE Wireless :: Broadcom 4311 Doesn't Seem To Recognize Wireless Card

May 3, 2011

when it comes to openSUSE but I am earnestly trying. I installed the openSUSE OS on my HP dv6000 laptop, but it does not seem to recognize my wireless card (which is a Broadcom 4311).

View 7 Replies View Related

OpenSUSE Wireless :: Turn Broadcom Wireless Card On?

Jan 13, 2010

dell laptop and went out on thenet looking for a solution for my failed wireless interface. i downloaded the firmware but then my interface still fails to come on after a reboot.

wlan0 IEEE 802.11bg ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=0 dBm

[code]...

View 4 Replies View Related

OpenSUSE Wireless :: BCM 4322 On Fresh 11.2 Install, Not Working?

Nov 13, 2009

Newbie here, but I'll attempt to display all the information requested in lwfinger's sticky:

/sbin/lspci yields:
Code:
0c:00.0 Network controller: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN

[code]...

View 9 Replies View Related

Debian :: Can't Get Broadcom Wireless Card To Work

Dec 18, 2015

I decided to start of with Debian. I'm having trouble getting my wireless connection to work. I think i need drivers or something, i can't make a wireless connection. And it is a bit difficult for me, as i am new to Linux, and I'm not sure what I'm doing when i am writing these commands.

My wireless card is a Broadcom Corporation BCM43142 802.11b/g/n

I have been using Raspberry PI a little, so i am familiar with the terminal.

View 3 Replies View Related

Debian Configuration :: No Wireless In Squeeze With Broadcom Card

Oct 30, 2010

I just installed fresh Squeeze to my new hpmini 210-1100 netbook. No wireless. I have checked and I have Network Manager installed already.

I also compiled and installed Broadcom driver from here[url]

I followed their instructions and compiled the driver. I did get a wl.ko driver and installed it insmod wl.ko after modprobe lib80211

I noticed after rebooting neither wl.ko nor lib80211 showed when i did lsmod. So I did modprobe and insmod again. Still no wireless. Here are output of some commands that I thought would be relevant.

lspci:

I see only 2 computer icon in the system tray but not the parallel bars. When I went to System>Administration>Network, I was not able to add my wireless network name. The Add button was grayed out.

View 3 Replies View Related

Ubuntu / Apple :: Broadcom Wireless Card Macbook 5,1

Nov 7, 2010

Aluminum Unibody macbook, the only aluminum macbook to date. It has a Broadcom chip in it and I installed the STA drivers. The first day it seemed to work fine. Then I noticed pages stopped loading. The max throughput I get is like 30KiB/s once in a while. Sometimes I see consistent speeds of 600B/S...this really sucks. Is there a fix or anything?

I was going to make the switch slowly to 10.10 full-time, but the wireless issue is bothering me. The keyboard brightness keys don't work natively, but there's a fix I saw but didn't have time to implement earlier. I like ubuntu but I don't like my wireless not working!

View 3 Replies View Related

Ubuntu Networking :: Broadcom Wireless Card Not Working On 10.10?

Nov 21, 2010

I have a Broadcom BCM4311 wireless card on my Dell D620 laptop.

Code:
09:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5755M Gigabit Ethernet PCI Express (rev 02)
0c:00.0 Network controller: Broadcom Corporation BCM4311 802.11b/g WLAN (rev 01)

My wireless works perfectly with my university networks. But I have problem connecting to my house router. The first time I installed Ubuntu 10.10, it connected to internet and worked well. After a restart needed by nVidia driver, my house wireless stopped working while my university wireless still works. I have tried reinstalling the driver using System/Administration/Additional Drivers and manually

Code:
sudo apt-get update
sudo apt-get --reinstall install bcmwl-kernel-source

View 9 Replies View Related

Networking :: Ubuntu Can't Find My Broadcom Wireless Card / Fix This?

Jan 6, 2011

I'm new to Ubuntu. Today, I took my old Compaq Presario V3010US and gave it life with Ubuntu 10.04. The hard drive was erased and replaced with the Linux OS stuff. Ubuntu recognizes most of the hardware except my Broadcom wireless card. I find this to be a pain because i'm a newbie to linux stuff. Anyway, can anyone help me fix this? I thank you for your time reading this.

View 1 Replies View Related

SUSE :: 11.3 - Wireless - Configue The Broadcom 4311 Card?

Nov 8, 2010

I finally gave up trying to configue the Broadcom 4311 card. I went and bought a Netgear WPN111 USB wireless adapter. I've looke for the drivers but I can't seem to find them.

View 3 Replies View Related

Ubuntu Networking :: Broadcom Wireless Card Not Working After Upgrade

Jan 1, 2010

Ever since I upgraded to the new Ubuntu, I have been having problem with wireless. In the "Hardware Drivers" I come up with 2 drivers:

1) Boadcom B43 wireless driver
2) Broadcon STA wireless driver

I activated the first one, but latter noticed that the wireless was not working, so I tried installing the second and it returned this message:

Quote:

So I unactivated the first and then it disappeared leaving me with the second, and its error message.

Quote:

What should I do now?

The output for "lshw -C network":

Code:

The last few pages of /var/log/jockey.log.

Code:

View 9 Replies View Related

Ubuntu / Apple :: Broadcom Wireless Card - Connecting To WPA Network

Apr 15, 2010

I seem to be have issues periodically connecting to wireless networks with WPA. It'll work one minute, and then I switch my macbook back on after a period and it refuses to connect again. It's happened on and off on three different networks now.

An example of /var/log/syslog:
Code:
Apr 15 17:57:27 macbookpro NetworkManager: <info> Activation (eth1/wireless): association took too long.
Apr 15 17:57:27 macbookpro NetworkManager: <info> (eth1): device state change: 5 -> 6 (reason 0)
Apr 15 17:57:27 macbookpro NetworkManager: <info> Activation (eth1/wireless): asking for new secrets .....
Apr 15 17:58:27 macbookpro NetworkManager: <info> (eth1): deactivating device (reason: 0).
Apr 15 17:58:27 macbookpro NetworkManager: <info> Policy set 'Auto eth0' (eth0) as default for routing and DNS.
Apr 15 17:58:29 macbookpro wpa_supplicant[949]: WPA: No SSID info found (msg 1 of 4).
Apr 15 17:58:29 macbookpro wpa_supplicant[949]: No network configuration found for the current AP
Apr 15 17:58:29 macbookpro wpa_supplicant[949]: CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys

View 3 Replies View Related

SUSE :: Broadcom 4322AG Wireless Card Would Be Compatible With Laptop?

Sep 28, 2010

I'm about to install OpenSuse 11.3 gnome on my laptop with ubuntu & vista in a dualboot, and wanted to make sure that the Broadcom 4322AG wireless card would be compatible with my laptop.

View 2 Replies View Related

SUSE / Novell :: Open - 11.1 Does Not Recognize My Broadcom Wireless Card

Feb 12, 2010

I am running openSuse 11.1 64 bit on my hp pavilion dv6458se; and am unable to get my Broadcom wireless card to work.

i tried reading a few forums, but they all start when 'lspci' recognizes the card.

My problem is that 'lspci' does not show any 'Broadcom' card.

I have given below the output of 'lspci' for your reference.

View 4 Replies View Related

OpenSUSE Wireless :: Broadcom WiFi Card Ceased To Work After Upgrading To 11.4

Apr 5, 2011

I recently installed Suse 11.4 on my Dell Latitude 2110 netbook using the KDE live distribution, and, after that, the Broadcom wireless ceased to work. To enable the wireless connection, I have to press Fn + F6. If I do it now, the wireless led indicator turns on for a couple of seconds, then turns off again. Moreover, the option to enable the wireless connection in the network manager is greyed out

lspci output:
Code:
0c:00.0 Network controller: Broadcom Corporation BCM43224 802.11a/b/g/n (rev 01)
iwconfig output:

Code:
wlan0 IEEE 802.11abgn ESSID:off/any
Mode: Managed Access Point: Not-Associated Tx-Power=0 dBm
Retry long limit: 7 RTS thr: off Fragment thr:off
Encryption key: off
Power Management: off
dmesg output:

Code:
[8.330963] brcm80211: module is from the staging directory, the quality is unknown, you have been warned.
[8.362403] brcm80211 0000:0c:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[8.362422] brcm80211 0000:0c:00.0: setting latency timer to 64
output of rpm -qa | grep broadcom:

Code:
broadcom-wl-kmp-desktop-5.100.82.38_k2.6.37.1_1.2-7.pm.8.1.x86_64
broadcom-wl-5.100.82.38-7.pm.8.1.x86_64

View 9 Replies View Related

Ubuntu Installation :: Installing Broadcom 4318 Air Force One 54g Wireless Card

May 16, 2010

I have had trouble in nearly every linux distrobution cept for backtrack 3(heavily modified ubuntu which has a lot of wireless drivers on it. i know A LOT of people in the past have had trouble with these cards.

View 9 Replies View Related

Ubuntu Networking :: Broadcom 4727 Wireless Card Cannot Connect To WiFi?

Jun 16, 2011

I just installed 9.10 and I can't detect any wireless networks. Is the card compatible with 9.10? Do I need to install any drivers? If the card isn't compatible with 9.10 is it compatible with later versions of Ubuntu? Marking this as somewhat urgent as I need to get internet access for some coursework soon, and also because my parents will kill me if they find out I've done anything unusual with the laptop because it's new and they think anything non -MS is a virus.

View 9 Replies View Related

Ubuntu :: Ath0 Not Found After Iwconfig Command Even Have Got Broadcom Wireless Card

Sep 1, 2011

I have installed SATA driver recently...Even if i can use wifi but i could'nt find any ath0 interface in ifconfig or iwconfig commands....My wifi is taking place through eth1 interface why it happens.....The reason for asking this in order to use aircrack for wep key it says that the injection process only applicable for Athelon interfaces but mine is eth1...I was just trying aircrack-ng...

View 2 Replies View Related

General :: Wireless Broadcom Card Will Not Connect On Dell Inspiron 1150

Jan 20, 2010

Broadcom BCM4306KFB will not connect to internet.how do I download the firmware? I entered the following on the terminal:sudo/usr/sbin/install_bcm43xx_firmware...File does not exist....any ideas?I am running openSuSe 11.1

View 3 Replies View Related

Debian Hardware :: Installing Driver For Broadcom Wireless Card Doesn't Work

Aug 29, 2010

I'm very new to Debian (and Linux in general), and am currently taking a Linux course at college... I'm trying to get Debian running on my MacBook Pro (late 2009 model) and it's been complicated but I've got the operating system installed on it... I'm just having a few problems, the biggest right now of which is my wireless card, which doesn't work. So, I found instructions on the Debian Wiki for getting the driver for it, but it's not compiled already and I have little knowledge of manually installing stuff through Linux...

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved