LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 09-24-2008, 03:36 AM   #1
pr5439
Member
 
Registered: Sep 2008
Location: India
Distribution: ubuntu 8.04
Posts: 33

Rep: Reputation: 15
Red face cant connect internet using Broadcam wireless driver in Ubuntu 8.04


i am a new user to linux using ubuntu 8.04. i have compaq 505tu notebook which has broadcam wireless chip(Broadcam wireless 802.11b/g ). going thru the forums i came to know i must install " ndiswrapper " for wireless to work, it exactly asked to provide file "bcmwl5.inf" in the windows wireless driver to install broadcam driver i did, but then it displayed that firmware is not available . the b43-fwcutter which installs firmware also needs internet(as i have seen in most of the commands in the forums)to install it in the /lib/firmware location, and copying a file in /lib or /home is also not allowing ,it states "u dont have permission" sort of stuff.what should i do please help me.
isnt there a way to download a stuff and manually install it because the connection i can make is from another computer and i will b on air only if net works on ubuntu 8.04 n my notebook.
PLEASE HELP ME OUT .
 
Old 09-24-2008, 05:16 AM   #2
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Quote:
Originally Posted by pr5439 View Post
i am a new user to linux using ubuntu 8.04. i have compaq 505tu notebook which has broadcam wireless chip(Broadcam wireless 802.11b/g ).
Broadcom, surely?

Quote:
going thru the forums i came to know i must install " ndiswrapper " for wireless to work, it exactly asked to provide file "bcmwl5.inf" in the windows wireless driver to install broadcam driver i did, but then it displayed that firmware is not available .
You need to be specific - that error suggests you did not put the right files in the right place. You have said that you "provided" the inf file ... how did you do this?

Quote:
the b43-fwcutter which installs firmware also needs internet(as i have seen in most of the commands in the forums) to install it in the /lib/firmware location, and copying a file in /lib or /home is also not allowing ,it states "u dont have permission" sort of stuff.what should i do please help me.
If you are getting permission errors, you need to use sudo with the commands.

Quote:
isnt there a way to download a stuff and manually install it because the connection i can make is from another computer and i will b on air only if net works on ubuntu 8.04 n my notebook.
Yes, you can visit the repo site in your othre machine and download the deb file you need, transfer to the ubuntu machine, and install with dpkg. However, a much more effective way is to use your ethernet connection at an internet cafe (or some such) and aptitude. Lots of people do there initial configuration this way. You don't have to do this alone.

What can help is if you put your distro and some sort of useful location in your profile. It also helps if you take some care to type out entire words when you post.

Last edited by Simon Bridge; 09-25-2008 at 01:27 AM. Reason: fix bv code
 
Old 09-24-2008, 07:08 AM   #3
pr5439
Member
 
Registered: Sep 2008
Location: India
Distribution: ubuntu 8.04
Posts: 33

Original Poster
Rep: Reputation: 15
all things r right, the error only suggests that firmware is needed for the broadcam driver, the b43-fwcutter i downloaded, i extracted and executed with this:
Quote:
wget http://bu3sch.de/b43/fwcutter/b43-fwcutter-011.tar.bz2
tar xjf b43-fwcutter-011.tar.bz2
cd b43-fwcutter-011
make
cd ..
the message i got was:
Quote:
:~$ wget http://bu3sch.de/b43/fwcutter/b43-fwcutter-011.tar.bz2
--17:14:49-- http://bu3sch.de/b43/fwcutter/b43-fwcutter-011.tar.bz2
=> `b43-fwcutter-011.tar.bz2'
Connecting to 127.0.0.1:4001... failed: Connection refused.
:~$
:~$ tar xjf b43-fwcutter-011.tar.bz2
tar: b43-fwcutter-011.tar.bz2: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
:~$
:~$ cd b43-fwcutter-011
bash: cd: b43-fwcutter-011: No such file or directory
:~$
:~$ make
make: *** No targets specified and no makefile found. Stop.
:~$
:~$ cd ..
 
Old 09-24-2008, 07:21 AM   #4
pinniped
Senior Member
 
Registered: May 2008
Location: planet earth
Distribution: Debian
Posts: 1,732

Rep: Reputation: 50
That 'wget' line attempts to fetch a file from the internet, so it will fail on your computer until you get the network going. Also you should use 'wget -c -H' unless you want a huge nest of directories when a single file is fetched.

Since you have Ubuntu, you should be able to get a copy of fwcutter from Debian and install it. There is a chance it's already on your Ubuntu disc and you can install it from there:

apt-cache search fwcutter

If a package shows up, like:
bcm43xx-fwcutter

Then install it using your favorite package manager, or with apt-get:
apt-get install bcm43xx-fwcutter
 
Old 09-25-2008, 01:36 AM   #5
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
The install failed on that first step:
Quote:
:~$ wget http://bu3sch.de/b43/fwcutter/b43-fwcutter-011.tar.bz2
--17:14:49-- http://bu3sch.de/b43/fwcutter/b43-fwcutter-011.tar.bz2
=> `b43-fwcutter-011.tar.bz2'
Connecting to 127.0.0.1:4001... failed: Connection refused.
What does that last line say?

As pinniped says, you need a network connection to use wget. The howto you are following assumes a dialup or wired connection is present.

Best bet is to borrow or rent one (a friend or an internet cafe). Then you can use apt-get or aptitude.

sudo apt-get install b43-fwcutter


The page:
http://packages.ubuntu.com/hardy/b43-fwcutter
... is the download page for b43-fwcutter for Ubuntu 8.04
 
Old 10-06-2008, 10:30 AM   #6
pr5439
Member
 
Registered: Sep 2008
Location: India
Distribution: ubuntu 8.04
Posts: 33

Original Poster
Rep: Reputation: 15
as u all said i tried the same process and tried a wired connection to install the b43-fwcutter to install the firmware. and also tried to update the system and install some codecs for video and audio files. but to my ultimate frustration nothing was happening. on the web browser(Mozilla) i cud open the web pages but attempt to install firmware or other updates gave following errors:
Quote:
W: Failed to fetch http://archive.canonical.com/ubuntu/...dy/Release.gpg Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://archive.canonical.com/ubuntu/...tion-en_IN.bz2 Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...dy/Release.gpg Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...tion-en_IN.bz2 Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...tion-en_IN.bz2 Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...tion-en_IN.bz2 Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...tion-en_IN.bz2 Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://security.ubuntu.com/ubuntu/di...ty/Release.gpg Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://security.ubuntu.com/ubuntu/di...tion-en_IN.bz2 Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://security.ubuntu.com/ubuntu/di...tion-en_IN.bz2 Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://security.ubuntu.com/ubuntu/di...tion-en_IN.bz2 Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://security.ubuntu.com/ubuntu/di...tion-en_IN.bz2 Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...ty/Release.gpg Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...es/Release.gpg Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...tion-en_IN.bz2 Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...tion-en_IN.bz2 Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...tion-en_IN.bz2 Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...tion-en_IN.bz2 Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...ed/Release.gpg Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...tion-en_IN.bz2 Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...tion-en_IN.bz2 Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...tion-en_IN.bz2 Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...tion-en_IN.bz2 Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...ts/Release.gpg Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...tion-en_IN.bz2 Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...tion-en_IN.bz2 Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...tion-en_IN.bz2 Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...tion-en_IN.bz2 Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://ppa.launchpad.net/c-korn/ubun...dy/Release.gpg Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Failed to fetch http://ppa.launchpad.net/c-korn/ubun...tion-en_IN.bz2 Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)

W: Some index files failed to download, they have been ignored, or old ones used instead.
i tried for hardware testing, every thing except the wireless driver were right, after building the error report, it mentioned"error report cant be submitted and the ubuntu i am using is not genuine."
Now,do u all have any answer, please find one.
 
Old 10-08-2008, 10:20 PM   #7
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Please quote the exact "Ubuntu not genuine" error.
Please add your distro to your profile.
Please follow advise given - vis: once an internet connection has been obtained - use apt-get or aptitude (you continued to use wget). Also - when you get error messages - do read them for clues.

Did you see the IP in the error messages?
Code:
W: Failed to fetch http://archive.ubuntu.com/ubuntu/dis...tion-en_IN.bz2 Could not connect to 127.0.0.1:4001 (127.0.0.1). - connect (111 Connection refused)
What couldn't it connect to???

127.0.0.1 is on your computer - so wget has not been able to leave the building!
Check your proxy settings. (System->Preferences->Proxy)

Note also: some of those directories/files you list do not exist, so you'll get 404 error if you ever got out of your system anyway.


Tip: in future - try googling the error message. It can be a bit of a trick to figure which part to google... in above case, your search term is: "(127.0.0.1). - connect (111 Connection refused)". This contains the important information, vis: where it was trying to connect, and why it failed.

Last edited by Simon Bridge; 10-08-2008 at 10:23 PM.
 
Old 10-11-2008, 04:39 PM   #8
pr5439
Member
 
Registered: Sep 2008
Location: India
Distribution: ubuntu 8.04
Posts: 33

Original Poster
Rep: Reputation: 15
Smile

u were right, ichecked the proxy settings and it had "IP address 127.0.0.1" and"Port: 4001" and i included this in the ignore list and within a few seconds i was connected to net. But one thing i did not get was that, those were the proxy settings i had done in xp( which is in dual boot) i dont know how those settings were transfered to ubuntu.
anyhow, thanks to all who took the pain to write me the suggestions and advices.
Thank You.
 
Old 10-12-2008, 12:24 AM   #9
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
When you installed Ubuntu, it transferred the settings over.
 
  


Reply

Tags
broadcom



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
How to Connect ubuntu to internet _captain_ Linux - Newbie 14 08-17-2008 11:28 AM
How to configure Wireless driver and connect to the internet muhannad Linux - Newbie 2 03-09-2008 08:56 AM
Broadcam 54g MaxPerformance on Ubuntu UnsafeData Linux - Newbie 1 01-10-2008 07:59 AM
connect to internet trough wireless others connect to me with lan Amir Menesy Linux - Wireless Networking 1 11-13-2007 08:28 PM
Trying to wireless connect to internet. Just installed Ubuntu 6.10v fgrijalva Ubuntu 7 11-09-2006 10:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

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