LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 08-19-2007, 10:40 AM   #16
Telemachos
Member
 
Registered: May 2007
Distribution: Debian
Posts: 754

Rep: Reputation: 60

Quote:
Originally Posted by Amivit
PS. If someone out there actually does find a solution to the Broadcom 4321AG, please post the answer here
Well, for whatever it's worth, the newer kernel's (2.6.21 and up, I believe) can be compiled for built-in support for Broadcom wireless. What this means is that if your kernel has the right setup, you don't need to use Ndiswrapper at all. To enable this may require some work, but I can guarantee that it can be done since I'm wireless right now. Here's a link to a howto on another forum: Broadcom howto

Last edited by Telemachos; 08-19-2007 at 10:40 AM. Reason: added specification of kernel number
 
Old 08-20-2007, 10:09 PM   #17
handydan
Member
 
Registered: Mar 2005
Location: palmdale, california
Distribution: MEPIS 8; Debian (stable/testing)
Posts: 83

Rep: Reputation: 23
They probably could...

Quote:
Originally Posted by BillyGalbreath View Post
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.
...but they probably won't. Most users couldn't install windows to save their life, let alone overcome the fear-factor of tackling a totally foreign O/S. If someone is willing to post a how-to on using the GUI to accomplish a task, I say "More power to 'em!"
The GUI is the future. We, the dinosaurs, will remain firmly ensconced in the halls of power with our mastery of the command line.
 
Old 08-21-2007, 12:00 AM   #18
davimint
Member
 
Registered: Jan 2006
Distribution: Slackware Current
Posts: 272

Rep: Reputation: 33
amivit,
I've got wireless on three pc's and always use the provided drivers with ndiswrapper. My favorite tutorial is the one here at LQ

http://www.linuxquestions.org/linux/...NDISWRAPPER_11

Didn't see your distro posted but anyway this should work. It's all command line but most is in "linux".
 
Old 08-21-2007, 02:56 AM   #19
amivit
LQ Newbie
 
Registered: Aug 2007
Distribution: openSUSE 10.2
Posts: 12

Rep: Reputation: 0
Wink

Hey, thanks for the replies. Updated distribution: openSUSE 10.2. Ill go and take a look at the guides now =)
 
Old 08-21-2007, 04:05 AM   #20
amivit
LQ Newbie
 
Registered: Aug 2007
Distribution: openSUSE 10.2
Posts: 12

Rep: Reputation: 0
Hey guys, I finally got it to work. Thanks to you =) .
I just used ndiswrapper to install the .inf file. The problem was I didn't configure the network setting right in YaST. But now it works perfectly, thx again.
 
Old 08-21-2007, 05:40 AM   #21
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
Quote:
Originally Posted by handydan View Post
...but they probably won't. Most users couldn't install windows to save their life, let alone overcome the fear-factor of tackling a totally foreign O/S. If someone is willing to post a how-to on using the GUI to accomplish a task, I say "More power to 'em!"
The GUI is the future. We, the dinosaurs, will remain firmly ensconced in the halls of power with our mastery of the command line.
This doesn't seem to be at all about the original post's content..well, to say something about it, the two last lines are total nonsense - if you ask me, GUI is everything but the future. Merely a link between what was before (ASCII menus) and what's coming in the future (something better than irritating graphical user interfaces).

To the OP: ndiswrapper should be pretty straightforward, but there are some versions that don't work with certain driver versions. Personally I don't get why, but one of my Broadcom drivers didn't work out with one oldish version of NDISwrapper (worked on older and newer than that, though). For Broadcom 43xx cards there's also the option to use the native bcm43xx kernel module along with FWcutter with which one can "cut" the "important parts" ("firmware" like they say) from a Windows driver and have bcm43xx driver use that to work out. Topic doesn't state which bcm wireless card you have, but anyway - NDISwrapper is not the only choice.
 
Old 08-22-2007, 05:58 AM   #22
Aftermath435
LQ Newbie
 
Registered: Jul 2007
Posts: 5

Original Poster
Rep: Reputation: 0
Well i finally got it to work to find dial up download speeds, then the wole laptop started going down hill....my new one is Core Duo with Interl chipset and intel wireless, works default in linux so i solved it with new laptop lol
 
Old 08-22-2007, 01:40 PM   #23
eco2geek
Member
 
Registered: Feb 2003
Location: Portland, OR
Distribution: openSUSE 10.3, among others
Posts: 141
Blog Entries: 1

Rep: Reputation: 15
I'm playing with Sidux, a distro based on Debian Sid meant for hard disk install. As Telemachos posted, the newer 2.6.x kernels come with a "bcm43xx" kernel module that seems to require some extra software to work correctly (via "apt-get install bcm43xx-fwcutter"). Only problem there is you have to be connected to the Internet to get that package, and the software it will subsequently download. (Of course, you could always plug in an ethernet cable physically attached to your network to do this.)

Point being, if you want to use ndiswrapper instead, and have your Windows *.inf and *.sys files handy, you have to first "rmmod" the existing bcm43xx module, or ndiswrapper won't work. So check (with "lsmod") to see if there's a bcm43xx module already loaded.

After nuking the existing kernel module, it's straightforward to configure ndiswrapper from the command line (or, in Sidux, you can use its GUI-based "siduxcc" Kcontrol module, "Network"), especially if you have a router that doles out IP addresses via DHCP.

# ndiswrapper -i /path/to/bcmwl5.inf
# modprobe ndiswrapper
# depmod -a
# iwconfig (to find out the name of your interface, e.g. eth1)
# iwconfig eth1 essid <your_network_name> key restricted <your_WEP_key>
# dhclient eth1
 
  


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 11:00 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