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 11-12-2007, 09:43 AM   #1
Galapagos
LQ Newbie
 
Registered: Nov 2007
Distribution: Ubuntu 7.10
Posts: 6

Rep: Reputation: 0
Having trouble connecting to internet using Ubuntu 7.10 with Dell wireless 1450


Hi Guys,

I installed Ubuntu 7.10 and everything installed great. Now my dell wireless 1450 card has a green light on and ubuntu detects my network, but when I go to put in the passphrase/web key it doesn't do anything. Ubuntu just loads for a few seconds then returns with wanting me to put in a passphrase/web key. Does anybody know why this is?

Doing some research I saw people were using ndiswrapper, but it seems like they were using that just to get their wireless card recognized by ubuntu, were I believe mine already is since it can detect my network, but i could be wrong. Any help would be appreciated.

Thanks
 
Old 11-12-2007, 11:08 AM   #2
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
http://linuxwireless.org/en/users/Drivers/b43

From what I can tell the chip is supported for 802.11 B & G wireless, but 802.11 A is NOT supported.

Even though Ubuntu may have detected your wireless card automatically, I think YOU still need to use the bcm43xx-fwcutter tool to extract the proprietary firmware from the windows drivers for your wireless adapter and copy those firmware files into the correct location..
 
Old 11-12-2007, 03:41 PM   #3
Galapagos
LQ Newbie
 
Registered: Nov 2007
Distribution: Ubuntu 7.10
Posts: 6

Original Poster
Rep: Reputation: 0
Ok I downloaded everthing and moved the driver into /lib/firmware.

Now the newb question. Because I'm new to linux how do I go about installing the bcm43xx-fwcutter tool. I downloaded it from another pc and dropped the tar file onto my Ubuntu desktop. I'm lost on where to go from there. Again any help would be appreciated and thanks for you help already farslayer.
 
Old 11-12-2007, 03:43 PM   #4
Galapagos
LQ Newbie
 
Registered: Nov 2007
Distribution: Ubuntu 7.10
Posts: 6

Original Poster
Rep: Reputation: 0
Another dumb question. When I go to untar the tar file where should I untar it. Should I just do it in root or dev or does it not matter?

Thanks
 
Old 11-12-2007, 09:06 PM   #5
Galapagos
LQ Newbie
 
Registered: Nov 2007
Distribution: Ubuntu 7.10
Posts: 6

Original Poster
Rep: Reputation: 0
After a lot of trial and error I got the bcm43xx-fwcutter installed in /usr I then went to /lib/firmware where i stored the driver.

I then executed the command:
sudo /usr/bcm43-fwcutter/bcm43xx-fwcutter wl_apsta-3.130.20.0.o

and it extracted the firmware, no errors all looked good. I then went and clicked on my network typed int the passphrase/webkey and nothing. Same problem as before just spins and then shows the same screen to enter a passphrase. Am I suppose to do something after I install the firmware? I'm just lost.
 
Old 11-12-2007, 09:31 PM   #6
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
you need to copy the extracted firmware files to the appropriate directory..

the command you executed does not look the same as the one on the page you downloaded the fwcutter tool from.. it looks like the command in the example extracts the firmware files to a specific directory...

sudo bcm43xx-fwcutter -w /lib/firmware wl_apsta-3.130.20.0.o
 
Old 11-14-2007, 02:12 PM   #7
Galapagos
LQ Newbie
 
Registered: Nov 2007
Distribution: Ubuntu 7.10
Posts: 6

Original Poster
Rep: Reputation: 0
OK I went and did that command but nothing happened, here is the output of it:

********************************************************************
adam@adam-desktop:cd /usr/bcm43xx-fwcutter-006
adam@adam-desktop:sudo bcm43xx-fwcutter -w /lib/firmware wl_apsta-3.130.20.o
[sudo] password for adam:
Cannot open input file wl_apsta-3.130.20.o
adam@adam-desktop:cd /lib/firmware
adam@adam-desktop:/lib/firmware$ ls

[00m [01;34m2.6.22-14-generic [00m [00mbcm43xx_initval04.fw [00m [00mbcm43xx_initval08.fw [00m [00mbcm43xx_microcode2.fw [00m [00mbcm43xx_pcm5.fw [00m
[00mbcm43xx_initval01.fw [00m [00mbcm43xx_initval05.fw [00m [00mbcm43xx_initval09.fw [00m [00mbcm43xx_microcode4.fw [00m [01;32mwl_apsta-3.130.20.0.o [00m
[00mbcm43xx_initval02.fw00m [00mbcm43xx_initval06.fw [00m [00mbcm43xx_initval10.fw [00m [00mbcm43xx_microcode5.fw [00m
[00mbcm43xx_initval03.fw00m [00mbcm43xx_initval07.fw [00m [00mbcm43xx_microcode11.fw [00m [00mbcm43xx_pcm4.fw [00m
[m ]0;

adam@adam-desktop:/lib/firmware$ sudo /user/bcm43xx-fwcutter/bcm43xx-fwcutter -w wl_apsta-3.130.20.o
sudo: /usr/bcm43xx-fwcutter/bcm43xx-fwcutter: command not found

adam@adam-desktop: /lib/firmware
adam@adam-desktop:/lib/firmware$ sudo /usr/bcm43xx-fwcutter-006/bcm43xx-fwcutter -w wl_apsta-3.130.20.o


Usage: /usr/bcm43xx-fwcutter-006/bcm43xx-fwcutter [OPTION] [driver.sys]
-l|--list List supported driver versions
-i|--identify Only identify the driver file (don't extract)
-w|--target-dir DIR Extract and write firmware to DIR
-a|--alt-iv Extract alternative initvals (only 3.10.x.x)
-p|--postfix ".FOO" Postfix for firmware filenames (.FOO.fw)
-v|--version Print bcm43xx-fwcutter version
-h|--help Print this help

Example: /usr/bcm43xx-fwcutter-006/bcm43xx-fwcutter bcmwl5.sys
to extract the firmware blobs from bcmwl5.sys


********************************************************

The files did extract the first time but yes they might be in the wrong area. I don't know.

Here is some more information about my wireless card. The system is detecting it but it just won't log onto the internet when I type in my pass key.


adam@adam-desktop:~/Desktop$ iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wmaster0 no wireless extensions.

wlan0 IEEE 802.11g ESSID:""
Mode:Managed Frequency:2.462 GHz Access Point: Not-Associated
Retry min limit:7 RTS thrff Fragment thr=2346 B
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:0adam@adam-desktop:~/Desktop$ iwllist wlan0 scan
wlan0 No scan results
 
Old 11-18-2007, 12:43 PM   #8
Galapagos
LQ Newbie
 
Registered: Nov 2007
Distribution: Ubuntu 7.10
Posts: 6

Original Poster
Rep: Reputation: 0
Thanks farslayer for all your help. I was able to come finally get the card running. Again thank you for your time and help.
 
Old 12-10-2007, 02:32 AM   #9
teague
LQ Newbie
 
Registered: Dec 2007
Distribution: Ubuntu 7.10
Posts: 1

Rep: Reputation: 0
Hi guys,

I've been having a similar problem and so I followed the directions laid out earlier in this thread. I put the driver file into /lib/firmware and ran the 'sudo bcm43xx-fwcutter -w /lib/firmware wl_apsta-3.130.20.0.o' It extracted a bunch of files into that directory...but doesn't seem to have changed anything. Any idea what I'm missing? Thanks!
 
Old 12-10-2007, 10:28 PM   #10
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
you could take a look at this how-to and walk through the steps after the firmware section.. see if the light comes on so to speak

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


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
trouble connecting to internet aticusboo Linux - Networking 3 05-12-2007 10:36 AM
Dell 1450 USB wireless adapter on FC5; hardware not seen by ndiswrapper Mitsugaru Linux - Wireless Networking 4 09-12-2006 07:01 PM
Ndiswrapper and Dell Wireless 1450 Dual-Band USB 2.0 Adapter bharrison4 Linux - Software 6 11-07-2005 04:18 PM
Dell wireless WLAN 1450 Dual Band WLAN Mini-PCI card not recognised pitts68 Linux - Wireless Networking 102 02-28-2005 07:21 AM
connecting to the internet via wireless through Intel PRo/Wireless LAN 2100 3B Mini P k_wjss Linux - Newbie 1 09-28-2004 05:00 PM

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

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