SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2012-05-08 17:06:20

Avarice
New Member
Registered: 2012-05-08
Posts: 9

[Solved] Yet another boradcom thread

First of all sorry about posting another broadcom question but at the moment I have no ethernet connection on a laptop ( live in rural area, internet comes from a wifi access point).

I have the BCM4313 and am wondering if there is an offline install package or anything like that out there, I could download the files manually the debian wiki tells me to but they come to about 50 files altogether including the dependencies and no OS is worth installing that many files manually every time i try I end up in dependency hell.

There must be a quicker way to do it?

It seems like the debian distros are the only ones left that don't work out the box with this chipset now, a free software ethic is all well and good, but it's arrogant to assume everyone has access to ethernet.

Last edited by Avarice (2012-05-08 21:23:14)

Offline

Be excellent to each other!

#2 2012-05-08 17:15:52

TitanMech
Banned
From: Blue Zone 3
Registered: 2011-08-28
Posts: 930

Re: [Solved] Yet another boradcom thread

Myabe this will help:

http://wiki.debian.org/brcm80211

It says it supports the BMC4313, and there are links to get the driver for debian Squeeze, which is what the current stable crunchbang is based on

Offline

#3 2012-05-08 17:42:43

Avarice
New Member
Registered: 2012-05-08
Posts: 9

Re: [Solved] Yet another boradcom thread

Thanks for the help but ill leave it, linux obviously isnt for me.

Offline

#4 2012-05-08 17:45:29

TitanMech
Banned
From: Blue Zone 3
Registered: 2011-08-28
Posts: 930

Re: [Solved] Yet another boradcom thread

How can you possibly know that if you are so new to linux?

If you like i could take you through all those steps and explain them to try and get this to work

Offline

#5 2012-05-08 17:51:42

VastOne
#! Ranger
From: V-Ger
Registered: 2011-04-26
Posts: 10,165
Website

Re: [Solved] Yet another boradcom thread

^ Incredible offer and gesture T-Mech, nice... cool


VSIDO | Words That Build Or Destroy

We do not run from challenges, they become new innovations within VSIDO!

Offline

#6 2012-05-08 17:53:40

snowpine
#!-a-roo
Registered: 2008-11-24
Posts: 2,950

Re: [Solved] Yet another boradcom thread

AFAIK, Broadcom doesn't work out-of-the-box in Windows either (correct me if I'm wrong). So you'll need to take action to get your wifi working whichever OS you choose. The difference is that if you choose #! you have a very friendly person who just offered to walk you through step-by-step. smile


/hugged

Offline

#7 2012-05-08 17:55:33

TitanMech
Banned
From: Blue Zone 3
Registered: 2011-08-28
Posts: 930

Re: [Solved] Yet another boradcom thread

VastOne wrote:

^ Incredible offer and gesture T-Mech, nice... cool

Thanks, i would usually pm with the instructions but ive learned it may be of benefit to more people if its here where they can see it.

Offline

#8 2012-05-08 17:55:42

el_koraco
#!/loony/bun
From: inside Ed
Registered: 2011-07-25
Posts: 4,749

Re: [Solved] Yet another boradcom thread

Avarice wrote:

Thanks for the help but ill leave it, linux obviously isnt for me.

That card will work out of the box on http://crunchbang.org/dl/crunchbang-10- … 64.bpo.iso

Offline

#9 2012-05-08 17:57:16

TitanMech
Banned
From: Blue Zone 3
Registered: 2011-08-28
Posts: 930

Re: [Solved] Yet another boradcom thread

el_koraco wrote:
Avarice wrote:

Thanks for the help but ill leave it, linux obviously isnt for me.

That card will work out of the box on http://crunchbang.org/dl/crunchbang-10- … 64.bpo.iso

In that case it would be far simpler to give the sources and preferences from waldorf, which i have in my dropbox and upgrade the system

Offline

#10 2012-05-08 18:56:41

Avarice
New Member
Registered: 2012-05-08
Posts: 9

Re: [Solved] Yet another boradcom thread

Your right I should try and get this working sorry for overreacting, I just tried the 'Waldorf' version but it doesnt detect my wireless either.

Offline

#11 2012-05-08 19:01:28

TitanMech
Banned
From: Blue Zone 3
Registered: 2011-08-28
Posts: 930

Re: [Solved] Yet another boradcom thread

This is taken from the link i posted earlier.

Type this into a terminal:

 sudo modprobe -r brcm80211 ; modprobe brcm80211 

Then hit enter, see if the network manager applet detect the component.

If not reboot and then see if it works

Last edited by TitanMech (2012-05-08 19:02:13)

Offline

#12 2012-05-08 19:20:47

Avarice
New Member
Registered: 2012-05-08
Posts: 9

Re: [Solved] Yet another boradcom thread

That gives:

FATAL module brcm80211 not found 

Offline

#13 2012-05-08 19:25:20

machinebacon
#! unstable
From: China
Registered: 2009-07-02
Posts: 6,825
Website

Re: [Solved] Yet another boradcom thread

Just to be sure: please post the output of

lspci -nnk

Sweaty lads picking up the soap | I love the new "Ignore user" button

Offline

#14 2012-05-08 19:34:44

Avarice
New Member
Registered: 2012-05-08
Posts: 9

Re: [Solved] Yet another boradcom thread

machinebacon wrote:

Just to be sure: please post the output of

lspci -nnk

That gives:

06:00.0 Network controller [0280] : Broadcom Corporation BCM4313 802.11 b/g/n Wireless LAN Controller [14e4:4727]

Offline

#15 2012-05-08 19:37:13

machinebacon
#! unstable
From: China
Registered: 2009-07-02
Posts: 6,825
Website

Re: [Solved] Yet another boradcom thread

Wouldn't the line be - in Waldorf, as root:

modprobe -r brcmsmac ; modprobe brcmsmac

Sweaty lads picking up the soap | I love the new "Ignore user" button

Offline

#16 2012-05-08 19:40:01

TitanMech
Banned
From: Blue Zone 3
Registered: 2011-08-28
Posts: 930

Re: [Solved] Yet another boradcom thread

Have you run:

 apt-get update && apt-get dist-upgrade 

since you installed waldorf?

And maybe you could try this:

 sudo apt-get install firmware-brcm80211

Offline

#17 2012-05-08 19:48:03

Avarice
New Member
Registered: 2012-05-08
Posts: 9

Re: [Solved] Yet another boradcom thread

Thats part of the problem I have no ethernet connection, ill install firmware-brcm80211 and the dependencies manually now and post back.

Offline

#18 2012-05-08 19:57:31

TitanMech
Banned
From: Blue Zone 3
Registered: 2011-08-28
Posts: 930

Re: [Solved] Yet another boradcom thread

I see, i had to do exactly that on my netbook which needs the same firmware, its a pain in the ass. but it can be done eventually.

Offline

#19 2012-05-08 20:01:48

Avarice
New Member
Registered: 2012-05-08
Posts: 9

Re: [Solved] Yet another boradcom thread

Is there a command to install all of the .deb packages at once or should I do it one at a time?

Offline

#20 2012-05-08 20:06:23

TitanMech
Banned
From: Blue Zone 3
Registered: 2011-08-28
Posts: 930

Re: [Solved] Yet another boradcom thread

The only way to do it is one at a time, because they follow a chain, meaning one dependancy has to be installed before another, you will know which one needs installing first, as you will try them all, and they will also say they depend on one of the others in bold red text, until you pick the last one and it installs, then you have to work backwards through the list.

I say last one cause that what happened to me, maybe your luck will be better and you will pick the correct ones to install in order the first time round

Last edited by TitanMech (2012-05-08 20:07:34)

Offline

#21 2012-05-08 21:22:48

Avarice
New Member
Registered: 2012-05-08
Posts: 9

Re: [Solved] Yet another boradcom thread

Ok I got it installed and working now, thanks for the help and been patient with me.

Offline

#22 2012-05-08 21:37:10

TitanMech
Banned
From: Blue Zone 3
Registered: 2011-08-28
Posts: 930

Re: [Solved] Yet another boradcom thread

Thats great Avarice

Now go take a look around the rest of the forums and learn how to modify the look and fell and then post a screenshot of your desktop Oh and don't forget to introduce yourself in the intro forums.

Offline

#23 2012-05-08 21:39:41

machinebacon
#! unstable
From: China
Registered: 2009-07-02
Posts: 6,825
Website

Re: [Solved] Yet another boradcom thread

How did you manage it? It will help others who have the same problem.

apt-cache depends firmware-brcm80211
firmware-brcm80211
  Suggests: initramfs-tools

Not that much of a dependency-hell there big_smile


Sweaty lads picking up the soap | I love the new "Ignore user" button

Offline

#24 2012-05-08 21:52:46

Avarice
New Member
Registered: 2012-05-08
Posts: 9

Re: [Solved] Yet another boradcom thread

No lol it wasn't as hard as I thought it would be.

Offline

Be excellent to each other!

#25 2012-05-08 22:08:12

2ManyDogs
dv#!
From: elsewhere
Registered: 2011-11-22
Posts: 1,346

Re: [Solved] Yet another boradcom thread

Awesome job, avarice (and tmech) -- from "linux obviously isn't for me" to "I got it installed and working now" in four hours... smile

Last edited by 2ManyDogs (2012-05-08 22:08:44)


Be eggsalad to each other.

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo