LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 07-08-2007, 11:08 PM   #1
Aftermath435
LQ Newbie
 
Registered: Jul 2007
Posts: 5

Rep: Reputation: 0
Broadcom Wireless not working using ndiswrapper


Hello im travis and am a novice at using linux at a whole, how ever i can do what needs to be done. Im using PCLinuxOS and need to install my Broadcom 4321AG a,b,g,draft n wireless card...iv already installed ndiswrapper and done ndiswrapper -l inffile.inf with success. iv also installed the wireless network tool, however when i run wpconfig i get 2 variables... "lo" and "sit0" and both say that no wireless extension found... or close to that...and nothing i do allows me to view my AP or see an essid...any idea whats wrong?
 
Old 07-08-2007, 11:18 PM   #2
PatrickNew
Senior Member
 
Registered: Jan 2006
Location: Charleston, SC, USA
Distribution: Debian, Gentoo, Ubuntu, RHEL
Posts: 1,148
Blog Entries: 1

Rep: Reputation: 48
"lo" and "sit0" shouldn't have wireless extensions. They are both virtual network interfaces that serve internal purposes to the computer. You're probably looking for an interface named wlan0.
 
Old 07-08-2007, 11:46 PM   #3
war1025
Member
 
Registered: Jul 2006
Distribution: Debian: Squeeze AMD64
Posts: 318

Rep: Reputation: 32
I think getting something in the way of firmware in one of the firmware directories would probably be a good start.

I tried to get my friends Broadcom wireless to work forever and we eventually just gave up. But I think we tried about everything... at least to the extent that i understood what I thought we were trying...
 
Old 07-09-2007, 07:10 AM   #4
Aftermath435
LQ Newbie
 
Registered: Jul 2007
Posts: 5

Original Poster
Rep: Reputation: 0
thanks patrick...well wlan0 isnt there...sigh and iv done soo much to explain it all would be hard....where should i go from here? i havt recieved an error although when do iwconfig sit0 esssid essid it says essid isnt a variable or something...but if sit0 is a virtual then that can explain that...
 
Old 07-09-2007, 07:36 AM   #5
Telemachos
Member
 
Registered: May 2007
Distribution: Debian
Posts: 754

Rep: Reputation: 60
Try the command, as root, "ifconfig -a". That should show you all the possible connections. Ignore lo and sit0. Depending on your setup, your wireless may be wlan0 or it may be eth1 or eth2 (depending on whether your wired hookup is eth0 or eth1 - sometimes a firewire port gets read as eth0).
 
Old 07-09-2007, 11:29 AM   #6
Aftermath435
LQ Newbie
 
Registered: Jul 2007
Posts: 5

Original Poster
Rep: Reputation: 0
ill try that thanks
 
Old 07-09-2007, 12:13 PM   #7
fair_is_fair
Member
 
Registered: May 2005
Posts: 516

Rep: Reputation: 52
Pclos has an easy to use gui for configuring wireless via the control panel I believe. Ndiswrapper is already installed. All I had to do with .92 was find the proper broadcom .inf and .sys files and put them on my desktop. I had full success with the infamous 4318 on two different laptops. Look in the Pclos forum for step by step instructions.
 
Old 07-09-2007, 04:30 PM   #8
BillyGalbreath
Member
 
Registered: Nov 2005
Location: Houston Texas
Distribution: Debian Sid
Posts: 379

Rep: Reputation: 31
Code:
modprobe ndiswrapper
You have to load ndiswrapper's module in order to use it...

Code:
ndiswrapper -m
Run that to make ndiswrapper load as a module on boot. (or add to /etc/modules)
 
Old 07-16-2007, 08:41 PM   #9
oRrioNsbElt
LQ Newbie
 
Registered: Jul 2007
Posts: 2

Rep: Reputation: 0
You know I had the same problem and Im totally new to Pclinux . I had real big problems with Ubuntu trying to understand the Broadcom Wireless Issue . I finally got it to work and it really wasnt as hard as I thought and I didnt have to do the modprobe or anything else that might confuse someone new to this . I figured out that you can just go to your PC or Laptops manufacturer ie Hp , Gateway, Dell or your cards manufacturer and dowload the Windows Xp driver from them . Then put it on a thumbdrive and access the correct inf driver you download of there sight using ndiswrapper . WHat I did was go to the Configure your computer - Network & Internet - Set up a new network Interface - Wireless - Use a windows driver with ndiswrapper . Just point the computer to the driver you downloaded which is an inf driver which should be something like Bcml5a.inf and Pclinux will do the rest . Thats the success I had which was on a Gateway 7320 laptop which run horrible with Vista installed and now that I have Pclinux its been nothing but bliss .
 
Old 07-16-2007, 09:35 PM   #10
BillyGalbreath
Member
 
Registered: Nov 2005
Location: Houston Texas
Distribution: Debian Sid
Posts: 379

Rep: Reputation: 31
Quote:
Originally Posted by oRrioNsbElt
...WHat I did was go to the Configure your computer - Network & Internet - Set up a new network Interface - Wireless - Use a windows driver with ndiswrapper . Just point the computer to the driver you downloaded which is an inf driver which should be something like Bcml5a.inf and Pclinux will do the rest...
If you like doing things the Windows way, I guess... Point & Click = Unreliable Control, err... I mean No Control...
 
Old 07-17-2007, 11:25 AM   #11
oRrioNsbElt
LQ Newbie
 
Registered: Jul 2007
Posts: 2

Rep: Reputation: 0
Smile Point and Click

Well you need to understand that the majority of the world is used to the Point and Click interface and that my friend is never going to change . The reason Linux has become more successful over the years is that they are trying to make it more user friendly ie "Ubuntu , for the people " I really dont think people really care to use an operating system if there hardware isnt going to work immediately . Alot of us in the real world dont have an overabundance of time to sit and read through endless forums filled with knowledge that doesnt make much sense to people who are only familiar with Windows. Does the typical user know what a Kernal is? Or what a Konsole is ? Or what Kde is ? The answer is No . So in this case I think its appropriate to give a simple solution to an obvious problem thats affected alot of new users to Linux . Maybe if they like the results they will take the extra time to learn something new and we can totally be free of Microsoft . Enough said
 
Old 07-18-2007, 05:57 AM   #12
Aftermath435
LQ Newbie
 
Registered: Jul 2007
Posts: 5

Original Poster
Rep: Reputation: 0
i gave up and returned the laptop, got one with core duo, intel chipset and intel wireless....ubuntu loves it now thanks for all the help....this topic may help a future user
 
Old 07-18-2007, 11:16 AM   #13
fair_is_fair
Member
 
Registered: May 2005
Posts: 516

Rep: Reputation: 52
Quote:
Originally Posted by oRrioNsbElt
Well you need to understand that the majority of the world is used to the Point and Click interface and that my friend is never going to change . The reason Linux has become more successful over the years is that they are trying to make it more user friendly ie "Ubuntu , for the people " I really dont think people really care to use an operating system if there hardware isnt going to work immediately . Alot of us in the real world dont have an overabundance of time to sit and read through endless forums filled with knowledge that doesnt make much sense to people who are only familiar with Windows. Does the typical user know what a Kernal is? Or what a Konsole is ? Or what Kde is ? The answer is No . So in this case I think its appropriate to give a simple solution to an obvious problem thats affected alot of new users to Linux . Maybe if they like the results they will take the extra time to learn something new and we can totally be free of Microsoft . Enough said

Well said.
 
Old 07-18-2007, 11:47 AM   #14
BillyGalbreath
Member
 
Registered: Nov 2005
Location: Houston Texas
Distribution: Debian Sid
Posts: 379

Rep: Reputation: 31
Quote:
Originally Posted by oRrioNsbElt
Well you need to understand that the majority of the world is used to the Point and Click interface and that my friend is never going to change . The reason Linux has become more successful over the years is that they are trying to make it more user friendly ie "Ubuntu , for the people " I really dont think people really care to use an operating system if there hardware isnt going to work immediately . Alot of us in the real world dont have an overabundance of time to sit and read through endless forums filled with knowledge that doesnt make much sense to people who are only familiar with Windows. Does the typical user know what a Kernal is? Or what a Konsole is ? Or what Kde is ? The answer is No . So in this case I think its appropriate to give a simple solution to an obvious problem thats affected alot of new users to Linux . Maybe if they like the results they will take the extra time to learn something new and we can totally be free of Microsoft . Enough said
Quote:
Originally Posted by fair_is_fair
Well said.
Your statement makes perfect sense, and it is in fact well said. I just don't agree with it. I am no guru or expert by no means so I just feel if I could do it, then so can anyone else. Personal preference I guess.
 
Old 08-17-2007, 04:21 PM   #15
amivit
LQ Newbie
 
Registered: Aug 2007
Distribution: openSUSE 10.2
Posts: 12

Rep: Reputation: 0
lol, I created a user here just to say my meanings. You are COMPLETELY right. I mean, I am so willing to gain knowledge in all the basic aspects about linux. But the second I fire up openSUSE 10.2 KDE, my first linux experience, things dont work and I'm stuck. Only got one pc, and can't learn anything new without internet connection.
So I agree that there should be many more simple guides for these type of problems on the net, so people can get started!
Quote:
Originally Posted by oRrioNsbElt View Post
Well you need to understand that the majority of the world is used to the Point and Click interface and that my friend is never going to change . The reason Linux has become more successful over the years is that they are trying to make it more user friendly ie "Ubuntu , for the people " I really dont think people really care to use an operating system if there hardware isnt going to work immediately . Alot of us in the real world dont have an overabundance of time to sit and read through endless forums filled with knowledge that doesnt make much sense to people who are only familiar with Windows. Does the typical user know what a Kernal is? Or what a Konsole is ? Or what Kde is ? The answer is No . So in this case I think its appropriate to give a simple solution to an obvious problem thats affected alot of new users to Linux . Maybe if they like the results they will take the extra time to learn something new and we can totally be free of Microsoft . Enough said
PS. If someone out there actually does find a solution to the Broadcom 4321AG, please post the answer here !
(personal reminder, including myself)
 
  


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
Broadcom Wireless (BCM4306) Wireless problems: modprobe ndiswrapper freezes HP Laptop shthap3ns Linux - Hardware 11 02-11-2007 12:53 PM
ndiswrapper - broadcom and not working sarriss Linux - Wireless Networking 2 02-02-2007 11:41 AM
Broadcom Wireless: error after ndiswrapper Lead Expression Linux - Wireless Networking 18 01-04-2007 11:04 AM
amd64, ndiswrapper, broadcom wireless problems ShadowHywind Linux - Wireless Networking 6 09-17-2006 06:14 PM
Configuring Broadcom Wireless Card w/ NdisWrapper jeelliso Linux - Hardware 2 07-17-2006 12:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 10:30 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