Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 15 matches

Go to advanced search

Advanced search
Search found 15 matches • Page 1 of 1
by socr0819
Fri Sep 24, 2010 2:07 pm
Forum: Networking & Security
Topic: [SOLVED] bcm4322 issues
Replies: 20
Views: 5144

tried broadcom-sta from broadcom's site and it fails to compile. decided to give ndiswrapper a go using the broadcom drivers on dell's website and they worked like a champ. i was able to txpower on (see the motherboard light come on) which is great! going to give it a few more tests and i'll be ...
  • Jump to post
by socr0819
Thu Sep 23, 2010 5:24 pm
Forum: Networking & Security
Topic: [SOLVED] bcm4322 issues
Replies: 20
Views: 5144

Run the command all as one. We won't get anywhere until the txpower is on. Since this driver does not support scanning channel auto is not functioning. Try
iwconfig eth0 txpower auto && iwconfig eth0 essid NetworkName && iwconfig eth0

Post your output as txpower is the one that counts ...
  • Jump to post
by socr0819
Thu Sep 23, 2010 12:30 pm
Forum: Networking & Security
Topic: [SOLVED] bcm4322 issues
Replies: 20
Views: 5144

try:
/etc/init.d/net.eth0 stop
iwconfig eth0 essid NetworkName ap auto txpower auto channel auto
iwconfig eth0 (I want to see this one.)
/etc/init.d/net.eth0 restart

If txpower auto doesn't turn it on then we need to finagle with kernel versions, and I hate that... :evil:

m4400 eric # /etc ...
  • Jump to post
by socr0819
Wed Sep 22, 2010 7:58 pm
Forum: Networking & Security
Topic: [SOLVED] bcm4322 issues
Replies: 20
Views: 5144

Looks like the ebuild only supports up to kernel 2.6.33, which is branch 1, after reading the README I linked earlier (thought). According to the changelog it works with 2.6.35, which means we could also upgrade :roll:
pkg_setup() {
check_license

# bug #300570
# NOTE<lxnay>: module builds ...
  • Jump to post
by socr0819
Wed Sep 22, 2010 7:14 pm
Forum: Networking & Security
Topic: [SOLVED] bcm4322 issues
Replies: 20
Views: 5144

eyoung100 wrote:Did it build correctly when you emerged it?
yes. no errors. i made sure the CONFIG_SSB and other items it recommended not be in the kernel.
  • Jump to post
by socr0819
Wed Sep 22, 2010 6:28 pm
Forum: Networking & Security
Topic: [SOLVED] bcm4322 issues
Replies: 20
Views: 5144

Is this what you downloaded: :?:
Broadcom: Linux STA in which the Tarball contains a README

Just so we're on the same page, I apologize if I am going over stuff you have already done?

Could you post your emerge --info?

yes, i did emerge broadcom-sta (did not download directly). here's emerge ...
  • Jump to post
by socr0819
Wed Sep 22, 2010 5:51 pm
Forum: Networking & Security
Topic: [SOLVED] bcm4322 issues
Replies: 20
Views: 5144

ok that error tells me iwconfig is now loaded properly so now add the settings in /etc/conf.d/wireless or /etc/conf.d/net See:
Gentoo Documentation, Wireless Networking, Chapter 4

why would i not see the adapter in wpa_gui? the status message in there is 'Could not get status from wpa_supplicant ...
  • Jump to post
by socr0819
Wed Sep 22, 2010 12:16 pm
Forum: Networking & Security
Topic: [SOLVED] bcm4322 issues
Replies: 20
Views: 5144

ok that error tells me iwconfig is now loaded properly so now add the settings in /etc/conf.d/wireless or /etc/conf.d/net See:
Gentoo Documentation, Wireless Networking, Chapter 4

why would i not see the adapter in wpa_gui? the status message in there is 'Could not get status from wpa_supplicant ...
  • Jump to post
by socr0819
Wed Sep 22, 2010 2:37 am
Forum: Networking & Security
Topic: [SOLVED] bcm4322 issues
Replies: 20
Views: 5144

Modify your modules kibe to read:
modules=( "iwconfig" "wpa_supplicant")

then:
/etc/init.d/net.eth1 restart

I need the error output after restarting service

m4400 init.d # /etc/init.d/net.eth1 restart
* Caching service dependencies ... [ ok ]
* Starting eth1
* Configuring wireless ...
  • Jump to post
by socr0819
Tue Sep 21, 2010 8:29 pm
Forum: Networking & Security
Topic: [SOLVED] bcm4322 issues
Replies: 20
Views: 5144

# This blank configuration will automatically use DHCP for any net.*
# scripts in /etc/init.d. To create a more complete configuration,
# please review /etc/conf.d/net.example and save your configuration
# in /etc/conf.d/net (this file :]!).
config_eth0=( "dhcp" )
modules=( "wpa_supplicant" )
wpa ...
  • Jump to post
by socr0819
Tue Sep 21, 2010 2:07 pm
Forum: Networking & Security
Topic: [SOLVED] bcm4322 issues
Replies: 20
Views: 5144

[SOLVED] bcm4322 issues

new gentoo load on my dell precision m4400 laptop. been away for gentoo from quite some time and now i'm coming back :)

lspci:
0c:00.0 Network controller: Broadcom Corporation BCM4322 802.11a/b/g/n Wireless LAN Controller (rev 01)

have installed broadcom-sta and met all the requirements (no ssb ...
  • Jump to post
by socr0819
Fri Jun 01, 2007 3:37 am
Forum: Portage & Programming
Topic: [solved/bug] dev-libs/apr-util-0.9.12 failed
Replies: 4
Views: 2452

same issue

i had the same issue, after re-emerging db, everything worked like a charm.
  • Jump to post
by socr0819
Tue Jul 04, 2006 4:18 am
Forum: Portage & Programming
Topic: Error trying to emerge kdevelop [SOLVED]
Replies: 14
Views: 4835

thanks!

this worked for me as well. thanks a lot!
  • Jump to post
by socr0819
Wed Mar 08, 2006 3:40 pm
Forum: Portage & Programming
Topic: CFLAGS Central (Part 2)
Replies: 407
Views: 208147

what do you think about this?

here's what i'm considering using for my next build (from stage1):

CFLAGS="-march=pentium4 -mtune=pentium4"
CFLAGS="${CFLAGS} -pipe"
CFLAGS="${CFLAGS} -O2"
CFLAGS="${CFLAGS} -fweb"
CFLAGS="${CFLAGS} -frename-registers"
CFLAGS="${CFLAGS} -fforce-addr"
CFLAGS="${CFLAGS} -momit-leaf-frame-pointer ...
  • Jump to post
by socr0819
Fri Mar 11, 2005 4:58 pm
Forum: Documentation, Tips & Tricks
Topic: How to turn your box into a Xvnc Terminal Server
Replies: 423
Views: 775117

Question(s)

Not sure if I'm asking too much here, but this is what I would like to setup:

1) Have the normal screen that you see if you were to walk up to the box and log-on (with the list of users to logon as).
2) If that's not possible, allowing the 'vncserver' service to start for a user (who is not root ...
  • Jump to post

Search found 15 matches • Page 1 of 1

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic