View previous topic :: View next topic |
Author |
Message |
mornindew n00b

Joined: 28 Oct 2009 Posts: 49
|
Posted: Fri Oct 30, 2009 3:01 am Post subject: Cannot Install Broadcom-sta |
|
|
Hi all,
I am still very new to Gentoo I just switched over from Ubuntu and I am attemting to get my wireless working. I have a Broadcom BCM4312 card, from poking around the forums it appears as if I need to install the broadcom-sta package (emerge broadcom-sta). When I attempt to run that command I get the error saying that dependencies are not met. To me it looks like there is a dependency on the same package that I am attempting to install (net-wireless/broadcom-sta-5.10.91.9.3-r1). What do I need to install to resolve this dependency. Thank you, Craig[/code]
LSPCI -
Code: |
09:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5752 Gigabit Ethernet PCI Express (rev 02)
0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11a/b/g (rev 01)
|
Code: |
Calculating dependencies... done!
!!! All ebuilds that could satisfy "net-wireless/broadcom-sta" have been masked.
!!! One of the following masked packages is required to complete your request:
- net-wireless/broadcom-sta-5.10.91.9.3-r1 (masked by: ~x86 keyword)
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
|
|
|
Back to top |
|
 |
d2_racing Bodhisattva


Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Fri Oct 30, 2009 11:49 am Post subject: |
|
|
Hi, you need to run this :
Code: |
# echo ">=net-wireless/broadcom-sta-5.10.91.9.3-r1" >> /etc/portage/package.keywords
# emerge -av net-wireless/broadcom-sta
|
Also, can you post this :
Code: |
# emerge --info
# lsmod
# ifconfig -a
# iwconfig
# lspci -n
|
We will help you to install your Broadcom wireless card. |
|
Back to top |
|
 |
pappy_mcfae Watchman


Joined: 27 Dec 2007 Posts: 5999 Location: Pomona, California.
|
Posted: Fri Oct 30, 2009 6:23 pm Post subject: |
|
|
mornindew,
To make sure you get it right, please post your current .config, the results of lspci -n, lsusb, and cat /proc/cpuinfo as well as your /etc/fstab file. I'll make sure your kernel is up to running the broadcom-sta.
While I'm at it, since you're going to use broadcom-sta, you will need to add the following to your /etc/make.conf file: Code: | ACCEPT_LICENSE="Broadcom" |
This will prevent you from seeing the masked by license warning.
Blessed be!
Pappy _________________ This space left intentionally blank, except for these ASCII symbols. |
|
Back to top |
|
 |
d2_racing Bodhisattva


Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Fri Oct 30, 2009 7:33 pm Post subject: |
|
|
Is this a new feature ?
We didn't document that when we wrote the wiki for Gentoo-Quebec. |
|
Back to top |
|
 |
vincent- Retired Dev


Joined: 13 Jan 2007 Posts: 415 Location: Valencia (Spain)
|
Posted: Fri Oct 30, 2009 8:20 pm Post subject: |
|
|
I didn't know ACCEPT_LICENSE. Thank you pappy_mcfae. |
|
Back to top |
|
 |
pappy_mcfae Watchman


Joined: 27 Dec 2007 Posts: 5999 Location: Pomona, California.
|
Posted: Sat Oct 31, 2009 4:47 am Post subject: |
|
|
d2_racing wrote: | Is this a new feature ?
We didn't document that when we wrote the wiki for Gentoo-Quebec. |
Yes, it is. I'm not sure when it happened. I know it was after the document was written. I'd have mentioned something like that. Yes, it would be a good idea to add that to the wiki.
BB!
P _________________ This space left intentionally blank, except for these ASCII symbols. |
|
Back to top |
|
 |
d2_racing Bodhisattva


Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Sat Oct 31, 2009 3:11 pm Post subject: |
|
|
Ok, it's done. |
|
Back to top |
|
 |
pappy_mcfae Watchman


Joined: 27 Dec 2007 Posts: 5999 Location: Pomona, California.
|
Posted: Sat Oct 31, 2009 7:08 pm Post subject: |
|
|
Awesome...thanks!
BB!
P _________________ This space left intentionally blank, except for these ASCII symbols. |
|
Back to top |
|
 |
d2_racing Bodhisattva


Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Sun Nov 01, 2009 8:02 pm Post subject: |
|
|
No problem  |
|
Back to top |
|
 |
|