Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Networking & Wireless
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Networking & Wireless
Having problems getting connected to the internet or getting your wireless card to work? Ask here.

 
Thread Tools Display Modes
Old May 28th, 2007   #1
bmartin
Skinny Soy Caramel Ubuntu
 
bmartin's Avatar
 
Join Date: Jan 2007
Location: Norfolk, VA
Beans: 678
Ubuntu 8.04 Hardy Heron
Send a message via AIM to bmartin
HOW-TO: easy ndiswrapper (Broadcom 43xx script included)

If you're running Hardy Heron, I recommend using the driver in the Restricted Drivers Manager. It works quite well!

Please see this thread.

Last edited by bmartin; April 28th, 2008 at 11:18 AM.. Reason: Obsolete method.
bmartin is offline   Reply With Quote
Old May 28th, 2007   #2
Knightstormz
First Cup of Ubuntu
 
Join Date: May 2007
Beans: 9
Re: HOW-TO: easy ndiswrapper (Broadcom 43xx script included)

great idea but this assumes you have a wired connection the the computer you are running the script on.
Knightstormz is offline   Reply With Quote
Old May 29th, 2007   #3
Jimmy The Clown
5 Cups of Ubuntu
 
Join Date: Aug 2005
Beans: 30
Re: HOW-TO: easy ndiswrapper (Broadcom 43xx script included)

A++++ Great poster!!! Would do business again!

But seriously your timing was perfect. Just wiped my old breezy partition and clean installed Feisty. Using a Broadcom 4306 rev 02 on a hp nx9010.

One note, seems like I didn't enable the community repo before I ran your script. Got no error on cabextract install, but the command failed later in the script. I realized my mistake pretty quick.

Also got

Code:
./auto-ndiswrapper.sh: line 57: [: too many arguments
during the ndis script. Everything seems to be working fine connecting to a WEP wireless at 54 mbps.

JTC
Jimmy The Clown is offline   Reply With Quote
Old May 30th, 2007   #4
benmoreassynt
A Carafe of Ubuntu
 
Join Date: Feb 2006
Beans: 84
Re: HOW-TO: easy ndiswrapper (Broadcom 43xx script included)

sorry poisted in wrong place
benmoreassynt is offline   Reply With Quote
Old June 9th, 2007   #5
hoistyler
5 Cups of Ubuntu
 
Join Date: Apr 2006
Beans: 17
Re: HOW-TO: easy ndiswrapper (Broadcom 43xx script included)

I have a problem..

This is what I get when I type

sudo ./auto-ndiswrapper.sh

Code:
* Backing up current configuration
* Installing the necessary compilation libraries
* Removing old ndiswrapper module
./auto-ndiswrapper.sh: 56: pushd: not found
* Removing old ndiswrapper
make: *** No rule to make target `uninstall'.  Stop.
make: *** No rule to make target `uninstall'.  Stop.
make: *** No rule to make target `uninstall'.  Stop.
* Compiling ndiswrapper
make: *** No targets specified and no makefile found.  Stop.
* Installing ndiswrapper
make: *** No rule to make target `install'.  Stop.
./auto-ndiswrapper.sh: 67: popd: not found
* Configuring ndiswrapper
./auto-ndiswrapper.sh: 71: pushd: not found
./auto-ndiswrapper.sh: 72: ndiswrapper: not found
./auto-ndiswrapper.sh: 73: ndiswrapper: not found
./auto-ndiswrapper.sh: 74: ndiswrapper: not found
./auto-ndiswrapper.sh: 75: popd: not found
* inserting ndiswrapper module
*** Installation is complete. You may need to restart your computer for the changes to take effect.
hoistyler is offline   Reply With Quote
Old June 9th, 2007   #6
bmartin
Skinny Soy Caramel Ubuntu
 
bmartin's Avatar
 
Join Date: Jan 2007
Location: Norfolk, VA
Beans: 678
Ubuntu 8.04 Hardy Heron
Send a message via AIM to bmartin
Re: HOW-TO: easy ndiswrapper (Broadcom 43xx script included)

Are you running a shell other than BASH? pushd and popd are BASH built-in commands.

Edit: there's an extra line at the beginning of the script. I fixed the problem. You can either remove it yourself using gedit or pico, or download the new script.

Last edited by bmartin; June 9th, 2007 at 11:45 PM..
bmartin is offline   Reply With Quote
Old June 10th, 2007   #7
DreamcastJack
A Carafe of Ubuntu
 
DreamcastJack's Avatar
 
Join Date: Feb 2007
Beans: 99
Ubuntu 7.04 Feisty Fawn
Send a message via AIM to DreamcastJack Send a message via Yahoo to DreamcastJack
Re: HOW-TO: easy ndiswrapper (Broadcom 43xx script included)

why not just install the broadcom through syneptic? i have a 4306 chip in mine and it worked perfect for me. it only connects at a 11mps but thats better than going through so much trouble. if I need alot of speed for a d/l i'll just hook it up to ethernet..
DreamcastJack is offline   Reply With Quote
Old June 10th, 2007   #8
bmartin
Skinny Soy Caramel Ubuntu
 
bmartin's Avatar
 
Join Date: Jan 2007
Location: Norfolk, VA
Beans: 678
Ubuntu 8.04 Hardy Heron
Send a message via AIM to bmartin
Re: HOW-TO: easy ndiswrapper (Broadcom 43xx script included)

Quote:
Originally Posted by DreamcastJack View Post
why not just install the broadcom through syneptic? i have a 4306 chip in mine and it worked perfect for me. it only connects at a 11mps but thats better than going through so much trouble. if I need alot of speed for a d/l i'll just hook it up to ethernet..
You're thinking of the firmware, which doesn't work for everyone. The person who's currently trying to use this method was unsuccessful with the firmware. It only works for a few chipsets, such as 03 and 06.

My connection ( 4318 ) is flaky with the firmware. It works perfectly w/ ndiswrapper.
bmartin is offline   Reply With Quote
Old June 10th, 2007   #9
DreamcastJack
A Carafe of Ubuntu
 
DreamcastJack's Avatar
 
Join Date: Feb 2007
Beans: 99
Ubuntu 7.04 Feisty Fawn
Send a message via AIM to DreamcastJack Send a message via Yahoo to DreamcastJack
Re: HOW-TO: easy ndiswrapper (Broadcom 43xx script included)

Quote:
Originally Posted by bmartin View Post
You're thinking of the firmware, which doesn't work for everyone. The person who's currently trying to use this method was unsuccessful with the firmware. It only works for a few chipsets, such as 03 and 06.

My connection ( 4318 ) is flaky with the firmware. It works perfectly w/ ndiswrapper.
ah okay, my apologies.
DreamcastJack is offline   Reply With Quote
Old June 10th, 2007   #10
wayno
First Cup of Ubuntu
 
Join Date: Jun 2007
Location: Gold Coast Australia
Beans: 5
Ubuntu 7.04 Feisty Fawn
Re: HOW-TO: easy ndiswrapper (Broadcom 43xx script included)

hey there everyone, does this method work for Netgear PCI adapters because then i put in the following

Code:
sudo ./auto-ndiswrapper.sh
I got
ERROR: No inf file found in driver directory!

i put the WinXP .inf and .sys fies in ~/Desktop/autondiswrapper/drivers
are they meant to go there or ~/Desktop/autondiswrapper/ndiswrapper-1.45/drivers

ps. i'm new to linux ~ 3 hours
wayno is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:53 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry