is broadcom sta installed on mageia full

is broadcom sta installed on mageia full

Postby gosh6o » Jul 4th, '11, 11:33

I am downloading it but will my BCM4312 run???? On ubuntu i use additional drivers....
gosh6o
 
Posts: 4
Joined: Jul 4th, '11, 11:31

Re: is broadcom sta installed on mageia full

Postby gosh6o » Jul 4th, '11, 11:56

come on some one?????
gosh6o
 
Posts: 4
Joined: Jul 4th, '11, 11:31

Re: is broadcom sta installed on mageia full

Postby wobo » Jul 4th, '11, 12:00

viewtopic.php?f=25&t=126

This thread with the title "Broadcom wireless" is in the same section of the forum as your question post, just 4 or 5 topics below.
wobo
---
And a new day will dawn for those who stand long
And the forests will echo with laughter
(Stairway to Heaven, Led Zeppelin)
User avatar
wobo
 
Posts: 1649
Joined: Mar 22nd, '11, 17:13

Re: is broadcom sta installed on mageia full

Postby Akien » Jul 4th, '11, 13:11

gosh6o wrote:come on some one?????

I think waiting 20 minutes is not enough to bump a thread...
Image
Co-leader of Mageia's packaging and development team (dev).
List of packages I maintain.
User avatar
Akien
 
Posts: 171
Joined: Jun 5th, '11, 22:54
Location: Brunswick, Germany

Re: is broadcom sta installed on mageia full

Postby isadora » Jul 4th, '11, 13:30

gosh6o wrote:come on some one?????

Not quite the way to make yourself known, but there's a reason to everything.

Nevertheless, a very warm welcome to the Mageia-forum gosh6o!!!!!!

Always look at the bright side of life!!!
..........bird from paradise..........

Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
—Antoine de Saint-Exupéry
User avatar
isadora
 
Posts: 2764
Joined: Mar 25th, '11, 16:03
Location: Netherlands

Re: is broadcom sta installed on mageia full

Postby dubigrasu » Jul 4th, '11, 13:30

I think waiting 20 minutes is not enough to bump a thread...

I strongly disagree.
Let's say I start this thread "How to defuse a bomb?" like this:


Help guys, I have this bomb in front of me
Image
Which wire should I cut, the red one or the yellow one?



Bump...



Bump...



Bump...



Nevermind...
User avatar
dubigrasu
 
Posts: 258
Joined: Apr 27th, '11, 22:34

Re: is broadcom sta installed on mageia full

Postby isadora » Jul 4th, '11, 13:33

Ask me dubigrasu, i am color-blind!!!
..........bird from paradise..........

Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
—Antoine de Saint-Exupéry
User avatar
isadora
 
Posts: 2764
Joined: Mar 25th, '11, 16:03
Location: Netherlands

Re: is broadcom sta installed on mageia full

Postby dubigrasu » Jul 4th, '11, 13:37

Oh, great Isadora, but what do you.....ah, CRA...

Image
User avatar
dubigrasu
 
Posts: 258
Joined: Apr 27th, '11, 22:34

Re: is broadcom sta installed on mageia full

Postby wobo » Jul 4th, '11, 14:30

dubigrasu wrote:
I think waiting 20 minutes is not enough to bump a thread...

I strongly disagree.

Let's put the somewhat exciting but nevertheless off-topic idea of defusing a bomb aside for a moment: you're kidding with you disagreement, right? :)
wobo
---
And a new day will dawn for those who stand long
And the forests will echo with laughter
(Stairway to Heaven, Led Zeppelin)
User avatar
wobo
 
Posts: 1649
Joined: Mar 22nd, '11, 17:13

Re: is broadcom sta installed on mageia full

Postby doktor5000 » Jul 4th, '11, 14:51

@dubigrasu: You should never ask someone like McGyver about defusing a bomb, when you can be helped by a genius like McGruber :)
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18042
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: is broadcom sta installed on mageia full

Postby gosh6o » Jul 4th, '11, 15:01

ok but will my BCM4312 run out-of-the-box??? I like mageia more than mandriva because i have video problems and after the install my touchpad is not working in 2010!
gosh6o
 
Posts: 4
Joined: Jul 4th, '11, 11:31

Re: is broadcom sta installed on mageia full

Postby doktor5000 » Jul 4th, '11, 15:30

Seems not. But this is a minutes work:
viewtopic.php?p=2630#p2630
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18042
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: is broadcom sta installed on mageia full

Postby Akien » Jul 4th, '11, 15:30

I guess you can try the live CD first, but it is possible that your BCM4312 works with Mageia DVD (which contains more stuff) and not with Mageia LiveCD.
Image
Co-leader of Mageia's packaging and development team (dev).
List of packages I maintain.
User avatar
Akien
 
Posts: 171
Joined: Jun 5th, '11, 22:54
Location: Brunswick, Germany

Re: is broadcom sta installed on mageia full

Postby gosh6o » Jul 4th, '11, 15:37

I will try it! The livecd is not working with it! But when i installed mageia on my usb with unetbooting i get kernel panic when i start it! I will burn a dvd :D
gosh6o
 
Posts: 4
Joined: Jul 4th, '11, 11:31

Re: is broadcom sta installed on mageia full

Postby wobo » Jul 4th, '11, 15:44

gosh6o wrote:I will try it! The livecd is not working with it! But when i installed mageia on my usb with unetbooting i get kernel panic when i start it! I will burn a dvd :D

Do not use unetbootin on Mageia ISOs! They are "hybrid" already, so you can use "dd" to put them on a stick:
Code: Select all
# dd if=<path_and_name_of_the_ISO> of=/dev/sdx

where "sdx" is the device name of your USB stick.
So, if ~/Downloads/mageia-1-dvd.iso is my downlaoded ISO file and /dev/sdc is my USB stick, the command is
Code: Select all
#dd if=~/Downloads/mageia-1-dvd.iso of=/dev/sdc
wobo
---
And a new day will dawn for those who stand long
And the forests will echo with laughter
(Stairway to Heaven, Led Zeppelin)
User avatar
wobo
 
Posts: 1649
Joined: Mar 22nd, '11, 17:13

Re: is broadcom sta installed on mageia full

Postby egc » Aug 9th, '11, 07:55

gosh6o wrote:ok but will my BCM4312 run out-of-the-box???

Not in Mageia 1. You need to install dkms-broadcom-wl from the repos.
See bug report https://bugs.mageia.org/show_bug.cgi?id=2266
egc
 
Posts: 21
Joined: Aug 9th, '11, 07:51


Return to Networking

Who is online

Users browsing this forum: No registered users and 1 guest

cron