LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-28-2010, 02:21 AM   #1
freakman420
LQ Newbie
 
Registered: Feb 2010
Posts: 2

Rep: Reputation: 0
broadcom pci id 14e4:4320 no connection


ifconfig wlan0 up
iwconfig wlan0 essid MyRouter key 1234 channel 9 ap 00:CE:NS:OR:ED
dhclient wlan0 <--(dhcpcd not installed)

even on networks that have no encryption & are non mac filtering i cant connect to. i cant use dhcpcd cause its not installed. my card once again is a broadcom 14e4:4320 BCM4306/3 with b43legacy driver installed. ive been looking into modprobe but i think the modules are loaded proper. could be wrong though thats new to me. i think the ndiswrapper isnt really necessary, but if you say otherwise, i'll give it a try. im using backtrack 4 beta. I know this isnt the best way to go since all my configurations are constantly wiped out. I know this much, i can put the card into monitor mode, and scan for networks on both mon0 and wlan0 and see them. here's my config

Code:
root@bt:~# iwconfig wlan0
wlan0  IEEE 802.11bg ESSID:"MyRouter"
       Mode:Managed Frequency:2.452 Ghz Access Point:Not-Associated
       Tx-Power=27 dBm
       Retry min limit:7   RTS thr:off   Fragment thr=2352 B
       Encryption key:AAAA-AAAA-AAAA-AAAA-AAAA-AAAA-AA Security mode:open
       Power Management:off
       Link Quality:0 Signal level:0 Noise level:0
       Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
       Tx excessive retries:0 Invalid misc:0  Missed beacon:0


root@bt:~# ifconfig wlan0
wlan0      Link encap:Ethernet HWaddr 00:CE:NS:OR:ED
           UP BROADCAST  MTU:1500 Metric:1
           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
           TX packets:0 txqueuelen:1000
           RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
Please don't shun me away cause just cause im using backtrack. its the first distro i ever got into and ive been tinkering with it ever since.

Also, a website (that i wont link to unless u say so) shows that the wlan driver im spose to have is just B43 driver, not the B43legacy. whats the difference? my machine says i have the b43legacy drivers installed.

Last edited by freakman420; 02-28-2010 at 03:08 AM.
 
Old 02-28-2010, 03:42 AM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,289

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
You have been here?

http://www.linuxwireless.org/en/users/Drivers/b43

Good to know that ndiswrapper blacklists b43*, (/etc/modprobe.d/blacklist) so if you run
modprobe b43
modprobe b43legacy

Nothing will install. Another gotcha is that you need Sonics Silicon Backplane configured in the kernel. There's a little thing called b43_ssb in ssb.ko which actually makes the b43 on usb appear as if it's on pci. The kernel option is
CONFIG_SSB_B43_PCI_BRIDGE=y
I have a broadcom 4312 on my laptop; If I can only see it on lsusb, it's no good. If I can see it on lspci I'm good to go. I use something like

install b43 /sbin/modprobe -i ssb; /sbin/modprobe -i b43; /sbin/modprobe -i btusb

in /etc/modprobe.d. I suggest you modify for b43legacy and try it.
 
Old 02-28-2010, 04:23 AM   #3
freakman420
LQ Newbie
 
Registered: Feb 2010
Posts: 2

Original Poster
Rep: Reputation: 0
yep, thats the site i was talkin about. as far as the CONFIG_SSB_B43_PCI_BRIDGE option in the kernal, where can i find that? i was in the kernal by typing in the konsole cd ../usr/src/linux then make menuconfig. that the right place?

also i edited the /etc/network/interfaces file to read
Code:
auto lo
iface lo inet loopback

# The primary network interface
auto wlan0
iface wlan0 inet dhcp
it was set up for eth0 as primary.

Last edited by freakman420; 02-28-2010 at 04:34 AM.
 
Old 03-01-2010, 04:05 AM   #4
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,289

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
CONFIG_SSB_B43_PCI_BRIDGE:

Let's go from inside make menuconfig
Device Drivers - Sonics Silicon Backplane
You need CONFIG_SSB_POSSIBLE=m; You also need the b43 stuff selected as modules elsewhere.

/grabs laptop
It now appears to be "support for SSB on pci-bus host" The b43-pci-bridge driver is so small they never bothered setting it up separately. The key thing is that it's autoselected, which it should be by the b43 stuff.
Now save the config and run
grep B43 .config
Among others you should see CONFIG_SSB_B43_PCI_BRIDGE=y

sneaky, eh?

Last edited by business_kid; 03-01-2010 at 04:09 AM.
 
Old 12-16-2010, 07:06 PM   #5
yemel
LQ Newbie
 
Registered: Dec 2010
Posts: 1

Rep: Reputation: 0
Hello, I'm having the same problem with exactly the same card (pciid “14e4:4320″). How did you solve the problem?

Thanks in advance!
 
Old 12-16-2010, 08:32 PM   #6
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Welcome to LQ!

Quote:
Originally Posted by yemel View Post
Hello, I'm having the same problem with exactly the same card (pciid “14e4:4320″). How did you solve the problem?

Thanks in advance!
You should create a new thread. Plus notice date of the Thread.

Before you do, I suggest that you look at 'How to Ask Questions the Smart Way' so in the future your queries provide information that will aid us in diagnosis of the problem/query.



Just a few more links to aid you to gaining some understanding. Sure some may seem beyond a newbie but you must start somewhere;



Linux Documentation Project
Rute Tutorial & Exposition
Linux Command Guide
Utimate Linux Newbie Guide
LinuxSelfHelp
Getting Started with Linux
Bash Beginners Guide
Bash Reference Manual
Advanced Bash-Scripting Guide
Linux Home Networking



The above links and others can be found at 'Slackware-Links'. More than just Slackware® links!


Last edited by onebuck; 12-16-2010 at 08:33 PM. Reason: add date notice
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
PCI ID 14E4:4315 supported in kernel 2.6.32 or some hack exists Dell Inspiron 1440 tkmsr Linux - Hardware 4 11-21-2009 07:00 AM
wireless 802.11g broadcom 4320 drivers found! markhod Linux - Hardware 13 08-29-2007 02:11 AM
Yet another Broadcom (14e4:4311) driver post E-Man Linux - Wireless Networking 5 06-29-2007 07:09 AM
PCI-e /acpi /broadcom SUCCESS jasondodd Linux - Wireless Networking 6 01-26-2007 04:14 PM
really frustrated...pci-e broadcom jasondodd Linux - Wireless Networking 4 12-19-2006 06:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration