LinuxQuestions.org
Review your favorite Linux distribution.
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 01-08-2015, 04:32 AM   #1
conbean
LQ Newbie
 
Registered: Jan 2015
Posts: 6

Rep: Reputation: Disabled
Unhappy Installing Broadcom firmware for inspiron 1525 on wheezy 7.7


[RESOLVED ] Hi guys im a new linux user and after having trawled the web for hours looking for solutions i have come to a dead end with the installation of my wireless cards firmware.

So far i have successfully identified the card and drivers needed. I have downloaded the correct firmware from AUR but am struggling to install the firmware. Any help would be genuinely apprecited as this linux is a big bad world to newbs i have "Broadcom-wl-5.100.138.tar.bz2" downloaded but it contains no instructions in the read me file.

having problems following anyone elses progress from google.

Thanks for reading hopefully we can get this wireless card working

have tried various commands suggested for installing firmware but no luck as of yet :/

Last edited by conbean; 01-11-2015 at 05:46 AM. Reason: resolved
 
Old 01-08-2015, 04:44 AM   #2
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

in Debian you can install the firmware using the non-free packages - you shouldn't need/use the Broadcom-wl-5.100.138.tar.bz2 file. You probably need the firmware-brcm80211 package, but since you didn't tell us exactly what wireless chip you have so I can't be sure.

See https://wiki.debian.org/brcm80211 for details and instructions on how to get your wireless working. Post back here if you get stuck.

Evo2.
 
1 members found this post helpful.
Old 01-08-2015, 04:51 AM   #3
conbean
LQ Newbie
 
Registered: Jan 2015
Posts: 6

Original Poster
Rep: Reputation: Disabled
Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01) is the wireless adapter.

thank you for the reply will try now
 
Old 01-08-2015, 04:57 AM   #4
conbean
LQ Newbie
 
Registered: Jan 2015
Posts: 6

Original Poster
Rep: Reputation: Disabled
after following that advice i ran into this problem

root@localhost:~# deb http://http.debian.net/debian/ wheezy main contrib non-free
bash: deb: command not found


root@localhost:~# apt-get install firmware-brcm80211
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package firmware-brcm80211
 
Old 01-08-2015, 06:11 PM   #5
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,
Quote:
Originally Posted by conbean View Post
after following that advice i ran into this problem

root@localhost:~# deb http://http.debian.net/debian/ wheezy main contrib non-free
bash: deb: command not found
That is not a command, it is a line you should add to /etc/apt/sources.list

After doing that you'll need to run:
Code:
apt-get update
Then run the following.
Quote:
Originally Posted by conbean View Post
root@localhost:~# apt-get install firmware-brcm80211
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package firmware-brcm80211
Evo2.

PS. All this assumes you have some other form of network connection.
 
Old 01-09-2015, 01:32 PM   #6
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Post your /etc/apt/sources.list
Here's an example yours would be the entries that I commented out to upgrade to Sid.
Quote:
#

# deb cdrom:[Debian GNU/Linux 7.7.0 _Wheezy_ - Official i386 CD Binary-1 20141018-11:53]/ wheezy main

# deb cdrom:[Debian GNU/Linux 7.7.0 _Wheezy_ - Official i386 CD Binary-1 20141018-11:53]/ wheezy main

deb http://ftp.us.debian.org/debian unstable main non-free contrib
deb-src http://ftp.us.debian.org/debian unstable main non-free contrib

# deb http://security.debian.org/ wheezy/updates main contrib non-free
# deb-src http://security.debian.org/ wheezy/updates main contrib non-free

# wheezy-updates, previously known as 'volatile'
# deb http://ftp.us.debian.org/debian/ wheezy-updates main contrib non-free
# deb-src http://ftp.us.debian.org/debian/ wheezy-updates main contrib non-free

deb http://www.deb-multimedia.org sid main non-free

Last edited by EDDY1; 01-09-2015 at 01:42 PM.
 
1 members found this post helpful.
Old 01-10-2015, 04:29 PM   #7
conbean
LQ Newbie
 
Registered: Jan 2015
Posts: 6

Original Poster
Rep: Reputation: Disabled
thanks for the response due to real life issues havent had the time to try it out. seing as the kids are in bed ill have a go now and give some feedback. thanks again
 
Old 01-10-2015, 06:44 PM   #8
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Code:
firmware-brcm80211 - Binary firmware for Broadcom 802.11 wireless cards
That is the from output of "apt-cache search broadcom".

Once you get your sources.list to look like this;
Code:
deb ftp://ftp.us.debian.org/debian/ wheezy main contrib non-free
## deb-src http://mirror.steadfast.net/debian/ wheezy main contrib non-free

deb http://security.debian.org/ wheezy/updates main contrib non-free
## deb-src http://security.debian.org/ wheezy/updates main contrib non-free

## wheezy-updates, previously known as 'volatile'
deb ftp://ftp.us.debian.org/debian/ wheezy-updates main contrib non-free
## deb-src http://mirror.cpsc.ucalgary.ca/mirror/debian.org/debian/ squeeze-updates main
and run;
Code:
apt-get update
you should be able to get that package by itself but it is included with the package "firmware-nonfree" and that is what you should probably install. You may need something else included in that too;
Code:
apt-get install firmware-nonfree
 
1 members found this post helpful.
Old 01-10-2015, 07:18 PM   #9
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
It would be
Quote:
apt-get install firmware-linux-nonfree
 
Old 01-11-2015, 03:25 AM   #10
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Quote:
Originally Posted by EDDY1 View Post
It would be
Sorry, did it again.

Need a new brain.
 
Old 01-11-2015, 04:12 AM   #11
conbean
LQ Newbie
 
Registered: Jan 2015
Posts: 6

Original Poster
Rep: Reputation: Disabled
Ok, so ive updated my sources.list file to inlcude what you guys have suggested. ran apt-get update and proceeded to install firmware-linux-non-free. Unfortunately im still being told by the GUI firmware is missing. any other suggestions would be greatly appreciated and thanks for the help so far
 
Old 01-11-2015, 05:03 AM   #12
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
While it is rarely needed when installing something you probably should reboot.

It could be that the system needs to "see" the firmware and that it hasn't been started.
 
Old 01-11-2015, 05:44 AM   #13
Head_on_a_Stick
Senior Member
 
Registered: Dec 2014
Location: London, England
Distribution: Debian stable (and OpenBSD-current)
Posts: 1,187

Rep: Reputation: 285Reputation: 285Reputation: 285
Try following this guide (you have already done step 1):
https://wiki.debian.org/wl#Debian_7_.22Wheezy.22
 
Old 01-11-2015, 05:45 AM   #14
conbean
LQ Newbie
 
Registered: Jan 2015
Posts: 6

Original Poster
Rep: Reputation: Disabled
thanks so much for the help guys, problem solved by installing the b43 firmware. Now to read up on the basics from the comfort of my sofa instead of huddled next to the router every reply was helpfull and much appreciated. peace
 
Old 01-11-2015, 10:22 AM   #15
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Congratulations Glad you got it working.
Mark Thread as "Solved" using the "Thread Tools" at the top of your first post.
 
  


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
No wifi or drivers after installing zorin os 9 on dell inspiron 1525 Dr Deeds Linux - Newbie 3 02-22-2016 07:50 PM
Installing B43 Wireless Driver in Ubuntu on Dell Inspiron 1525 a13x06 Linux - Newbie 7 05-13-2014 06:26 AM
New to linux, need help installing sound on inspiron 1525 venky123 Linux - Newbie 1 04-20-2009 12:49 PM
Installing RHEL5 on Dell inspiron 1525 core 2 due. amit_kalipur Linux - Laptop and Netbook 0 01-17-2009 06:01 AM
Ubuntu does not use Broadcom driver on my Inspiron 1525 tam969 Linux - Newbie 19 06-26-2008 07:58 AM

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

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