Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
HP Laptop with broadcom and a tactile button
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
Exinferis
n00b
n00b


Joined: 25 Jul 2010
Posts: 2

PostPosted: Sun Jul 25, 2010 8:30 pm    Post subject: HP Laptop with broadcom and a tactile button Reply with quote

So after endless hours of googling this problem, im not finding any solutions, so i hope some of you gentoo wizards can help me out :)

and for the record, im pretty new at gentoo, so be gentle :P

Ive got a hp 6735b laptop, with a broadcom 4322 wlan card, and i cant get it activated.
The laptop has these buttons(seen lots of names for them, tactile buttons, killswitch) orange is off, and blue is on, the other buttons react to touch, but not much is happening.

lspci doesnt really say anything about wlan, only broadcom it mentions is the normal wired network. Tried a number of things, but i cant get that damn light to turn blue!

Anyone have any clues to how i should try and do this? :)
Back to top
View user's profile Send private message
rh1
Guru
Guru


Joined: 10 Apr 2010
Posts: 501

PostPosted: Sun Jul 25, 2010 9:37 pm    Post subject: Reply with quote

I would have thought it would show up in lspci regardless, but maybe not.
Your post doesn't really say what you've tried , so i'll assume nothing and start at the begining.
If your sure about your which wireless card you have then you want to "emerge broadcom-sta" if you haven't already.
Most likely you'll need to reconfigure your kernel first, You'll know because it will fail to build.

You need these options either builtin or as modules
Please note that Generic IEEE 802.11 Networking stack isn't enabled. It's usually enabled by default, you need to turn it off.
Also make sure Sonics Silicon Backpane support is off too.

Using "make menuconfig":
Code:
[*] Networking support  --->
    -*-   Wireless  --->
        <M>   cfg80211 - wireless configuration API
        {M}   Common routines for IEEE802.11 drivers
        < >   Generic IEEE 802.11 Networking Stack (mac80211)

Device Drivers  --->
    [*] Network device support  --->
        [*]   Wireless LAN  --->
            <M>   IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP)

    Sonics Silicon Backplane  --->
        < > Sonics Silicon Backplane support


After rebuilding your kernel, emerging broadcom-sta, and rebooting with the new kernel run as root :
Code:
ifconfig

You should see a listing for your wireless interface. Keep in mind it may be called eth1 instead of wlan0.
Provided your card shows after that, then you have a few options depending on how you want to connect, probably with a gui app like nm-applet or wicd.....
Back to top
View user's profile Send private message
Exinferis
n00b
n00b


Joined: 25 Jul 2010
Posts: 2

PostPosted: Wed Aug 04, 2010 7:57 pm    Post subject: Reply with quote

(sorry for a late response, i was foolish enough to ask the question before going on a vacation)

ive tried that solution, but i have not been able to get it to work

ifconfig gives me
Code:
eth0      Link encap:Ethernet  HWaddr 00:25:b3:52:5f:59 
          inet addr:10.0.0.3  Bcast:10.0.0.255  Mask:255.255.255.0
          inet6 addr: fe80::225:b3ff:fe52:5f59/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:15544 errors:0 dropped:0 overruns:0 frame:0
          TX packets:10920 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:19348164 (18.4 MiB)  TX bytes:1394001 (1.3 MiB)
          Interrupt:16

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:20 errors:0 dropped:0 overruns:0 frame:0
          TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1000 (1000.0 B)  TX bytes:1000 (1000.0 B)


But as i have been reading up on different forums, with other linux distros, they can actually activate the wifi with the tactile button, i can turn on and off sound, but nothing happens with the wifi button

which is where my problem lies me thinks :?
_________________
Oh yes, im n00b!
Back to top
View user's profile Send private message
rh1
Guru
Guru


Joined: 10 Apr 2010
Posts: 501

PostPosted: Sat Aug 07, 2010 1:00 pm    Post subject: Reply with quote

Your problem isn't with the tactile button. Your system can't even find your wireless card or it would show in ifconfig regardless of that button being on.
Please post the output of
Code:
lspci -v
Back to top
View user's profile Send private message
Amity88
Apprentice
Apprentice


Joined: 03 Jul 2010
Posts: 265
Location: Third planet from the Sun

PostPosted: Mon Aug 09, 2010 3:06 am    Post subject: Reply with quote

I have an HP laptop too, it's got a broadcom 4311 wireless Lan module. You need to enable the b43 drivers in the kernel first, recompile it & then install the firmware using

# emerge b43-firmware

Once you are done with that, we need iwconfig so

# emerge wireless-tools

because, ifconfig won't list wlan0 unless it's up. And you need iwconfig to see its status. Finally, if like most of us you use WPA encryption with your router, you would want to get wpa_supplicant

# emerge wpa_supplicant

if you have any problems just ask, I was confused too before the first time I got it to work :)
_________________
Ant P. wrote:
The enterprise distros sell their binaries. Canonical sells their users.


Also... Be ignorant... Be happy! :)
Back to top
View user's profile Send private message
MadMaxCZ
n00b
n00b


Joined: 14 Mar 2004
Posts: 10
Location: Czech Republic

PostPosted: Mon Dec 27, 2010 2:27 pm    Post subject: Re: HP Laptop with broadcom and a tactile button Reply with quote

Exinferis wrote:

Ive got a hp 6735b laptop, with a broadcom 4322 wlan card, and i cant get it activated.

Anyone have any clues to how i should try and do this? :)


I have the same laptop...
Emerge net-wireless/broadcom-sta and follow the comments from compilation (it will give you hints, what has to be enabled in kernel config).
_________________
No matter, whatever it is, just compile it!
Back to top
View user's profile Send private message
kindofblue
n00b
n00b


Joined: 13 Apr 2009
Posts: 34
Location: Montreal, Canada

PostPosted: Tue Jan 04, 2011 3:02 am    Post subject: Reply with quote

Have you been able to get your 4322 wlan card to work? I also have an HP laptop with this card. I emerged broadcom-sta (version 5.100.82.38-r1), without any luck. After loading the wl module, I see this for the network interface:

Quote:

# iwconfig eth1
eth1 IEEE 802.11abgn ESSID:"" Nickname:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Bit Rate:300 Mb/s Tx-Power:off
Retry min limit:7 RTS thr:off Fragment thr:off
Power Managementmode:All packets received
Link Quality=5/5 Signal level=0 dBm Noise level=0 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0


I then start wpa_supplicant, but nothing happens. Also, the wireless LED on the laptop stays orange, instead of turning blue. If I run wpa_supplicant interactively I can see this:
Quote:

# wpa_supplicant -ieth1 -Dwext -c/etc/wpa_supplicant/wpa_supplicant.conf -d
Initializing interface 'eth1' conf '/etc/wpa_supplicant/wpa_supplicant.conf' driver 'wext' ctrl_interface 'N/A' bridge 'N/A'
Configuration file '/etc/wpa_supplicant/wpa_supplicant.conf' -> '/etc/wpa_supplicant/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant/wpa_supplicant.conf'
ctrl_interface='/var/run/wpa_supplicant'
ctrl_interface_group='wheel'
ap_scan=1
Priority group 5
id=0 ssid='questar'
SIOCGIWRANGE: WE(compiled)=22 WE(source)=19 enc_capa=0xf
capabilities: key_mgmt 0xf enc 0xf flags 0x0
netlink: Operstate: linkmode=1, operstate=5
Own MAC address: 00:26:5e:5d:12:03
wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_countermeasures
RSN: flushing PMKID list in the driver
Setting scan request: 0 sec 100000 usec
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: Supplicant port status: Unauthorized
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
EAPOL: Supplicant port status: Unauthorized
EAPOL: Supplicant port status: Unauthorized
ctrl_interface_group=10 (from group name 'wheel')
Added interface eth1
RTM_NEWLINK: operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
RTM_NEWLINK: operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
Wireless event: cmd=0x8b06 len=12
RTM_NEWLINK: operstate=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
Wireless event: cmd=0x8b1a len=48
RTM_NEWLINK: operstate=0 ifi_flags=0x11003 ([UP][LOWER_UP])
RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
State: DISCONNECTED -> SCANNING
Starting AP scan for wildcard SSID
Scan requested (ret=0) - scan timeout 5 seconds
CTRL_IFACE monitor attached - hexdump(len=23): 2f 74 6d 70 2f 77 70 61 5f 63 74 72 6c 5f 32 31 33 39 2d 34 37 39 00
RX ctrl_iface - hexdump_ascii(len=10):
49 4e 54 45 52 46 41 43 45 53 INTERFACES
RX ctrl_iface - hexdump_ascii(len=18):
47 45 54 5f 43 41 50 41 42 49 4c 49 54 59 20 65 GET_CAPABILITY e
61 70 ap
CTRL_IFACE: GET_CAPABILITY 'eap'
RX ctrl_iface - hexdump_ascii(len=6):
53 54 41 54 55 53 STATUS
RX ctrl_iface - hexdump_ascii(len=13):
4c 49 53 54 5f 4e 45 54 57 4f 52 4b 53 LIST_NETWORKS
RX ctrl_iface - hexdump_ascii(len=22):
47 45 54 5f 4e 45 54 57 4f 52 4b 20 30 20 64 69 GET_NETWORK 0 di
73 61 62 6c 65 64 sabled
CTRL_IFACE: GET_NETWORK id=0 name='disabled'
EAPOL: disable timer tick
EAPOL: Supplicant port status: Unauthorized
RX ctrl_iface - hexdump_ascii(len=4):
50 49 4e 47 PING
RX ctrl_iface - hexdump_ascii(len=4):
50 49 4e 47 PING
RX ctrl_iface - hexdump_ascii(len=4):
50 49 4e 47 PING
RX ctrl_iface - hexdump_ascii(len=4):
50 49 4e 47 PING
Scan timeout - try to get results
ioctl[SIOCGIWSCAN]: Invalid argument
Failed to get scan results
Failed to get scan results - try scanning again
Setting scan request: 1 sec 0 usec
RX ctrl_iface - hexdump_ascii(len=4):
50 49 4e 47 PING
Starting AP scan for wildcard SSID
Scan requested (ret=0) - scan timeout 5 seconds
RX ctrl_iface - hexdump_ascii(len=4):
50 49 4e 47 PING
RX ctrl_iface - hexdump_ascii(len=4):
50 49 4e 47 PING
RX ctrl_iface - hexdump_ascii(len=4):
50 49 4e 47 PING
RX ctrl_iface - hexdump_ascii(len=4):
50 49 4e 47 PING
RX ctrl_iface - hexdump_ascii(len=4):
50 49 4e 47 PING
RX ctrl_iface - hexdump_ascii(len=6):
53 54 41 54 55 53 STATUS
Scan timeout - try to get results
ioctl[SIOCGIWSCAN]: Invalid argument
Failed to get scan results


Thanks in advance for any help.
_________________
"Keep it simple: as simple as possible, but no simpler" - Einstein
Back to top
View user's profile Send private message
bloedie
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jul 2006
Posts: 88
Location: Germany

PostPosted: Tue Jan 04, 2011 7:43 pm    Post subject: Reply with quote

Hi.

I had the same problem. This helped me out.
http://en.gentoo-wiki.com/wiki/Broadcom_43xx

Good luck!

Cu.
Bloedie
Back to top
View user's profile Send private message
kindofblue
n00b
n00b


Joined: 13 Apr 2009
Posts: 34
Location: Montreal, Canada

PostPosted: Tue Jan 04, 2011 10:01 pm    Post subject: Reply with quote

Ok thanks. Unfortunately the article didn't help. I can't even set the txpower with iwconfig:
Code:

# iwconfig eth1 txpower on
# iwconfig eth1

eth1      IEEE 802.11abgn  ESSID:""  Nickname:""
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated   
          Bit Rate:300 Mb/s   Tx-Power:off   
          Retry min limit:7   RTS thr:off   Fragment thr:off
          Power Managementmode:All packets received
          Link Quality=5/5  Signal level=0 dBm  Noise level=0 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

which shows that txpower is still off.

Broadcom has opened up the code for its drivers and work is being done to integrate the code in the 2.6.37 kernel (http://lwn.net/Articles/404248/). Hopefully I'll get better results when this driver becomes available.
_________________
"Keep it simple: as simple as possible, but no simpler" - Einstein
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum