![]() |
Fedora 7 and Broadcom 43xx WI-FI drivers - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html) +--- Forum: Fedora (https://www.linux-noob.com/forums/forum-94.html) +---- Forum: Fedora 7 (https://www.linux-noob.com/forums/forum-46.html) +---- Thread: Fedora 7 and Broadcom 43xx WI-FI drivers (/thread-1355.html) Pages:
1
2
|
Fedora 7 and Broadcom 43xx WI-FI drivers - anyweb - 2007-06-28 i've tried this also, no errors whatsoever during the process but the wireless nic does not appear at all in neat, any ideas why Randall ? worked fine in ubuntu 7.04 and it shows up in lspci Quote:01:03.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller (rev 02) however it seems it's listed in iwconfig so i'll experiment with that... Quote:[root@localhost ~]# iwconfiglo no wireless extensions. Fedora 7 and Broadcom 43xx WI-FI drivers - anyweb - 2007-07-18 finally got it to work ! I had to do the above PLUS this as root via cli/terminal. 1. tell the wireless manager to connect to a wireless access point called 'wireless_g' with key '7177653935' Code: iwconfig wlan0 mode managed essid "wireless_g" key "7177653935" 2. assign an ip address to the wlan0 (wireless device) *if this doesnt work try point 3 below* Code: ifconfig wlan0 192.168.0.100 3. automatically get an IP from the DHCP server (in this case, the smoothwall linux server behind the access point) Code: dhclient once done the command iwconfig correctly lists the card, and that it's associated and I can ping www.google.com ! Quote:wlan0 IEEE 802.11g ESSID:"wireless_g" Mode:Managed Frequency:2.462 GHz Access Point: 00:90:4C:7E:00:64 ifconfig gives me this Quote:wlan0 Link encap:Ethernet HWaddr 00:90:4B:B2:2B:83 inet addr:192.168.0.195 Bcast:192.168.0.255 Mask:255.255.255.0 and the results from dhclient are here Quote:[root@localhost ~]# dhclientInternet Systems Consortium DHCP Client V3.0.5-RedHat i initially tried to manually assign an ip to the wlan0 and while that allowed me to ping the firewall/dhcp server (smoothwall on 192.168.0.1) I couldnt ping anything outside of that namely the internet. Adding a nameserver in /etc/resolv.conf didn't help either, only dhclient got me working. ! Code: echo "nameserver 192.168.0.1" > /etc/resolv.conf I hope this helps someone with the same problem cheers anyweb Fedora 7 and Broadcom 43xx WI-FI drivers - john h - 2007-08-02 The instructions here got it working for me lsmod |grep bcm bcm43xx_mac80211 400289 0 ssb 34757 1 bcm43xx_mac80211 mac80211 147017 2 rc80211_simple,bcm43xx_mac80211 uname -a Linux laptop 2.6.22.1-41.fc7 #1 SMP Fri Jul 27 18:10:34 EDT 2007 i686 i686 i386 GNU/Linux However, internet is SLOW because I am only getting 1mb/s because of this driver! How can I not go back to ndiswrapper??? Bit Rate=1 Mb/s from iwconfig Fedora 7 and Broadcom 43xx WI-FI drivers - Charles Roth - 2007-08-03 Randall's and anyweb's instructions work for me (Fedora 7, 2.6.22-1-41.fc7, new Dell Latitude D520 with the BCM4311/BCM2050 chipset)... BUT it is painfully slow... worse than dial-up. I saw some rumors elsewhere that there are problems prior to 2.6.22rc4 (http://lists.berlios.de/pipermail/bcm43xx-dev/2007-June/004859.html). Any thoughts? Sounds like I'm not the only one with speed problems. |