LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 08-07-2014, 04:22 PM   #1
lm_mark
LQ Newbie
 
Registered: Aug 2014
Posts: 3

Rep: Reputation: Disabled
Cannot get Samsung R525 Broadcom Wireless to work


I have a samsung R525, installed kubuntu trusty tahr. Everything installed fine except for the wireless.

The wireless can connect to any network fine. But when I ping anything (including the router) I just get destination unreachable. Needless to say I can't get internet.

The wireless seems to be installed fine, lspci shows my wireless is:

03:00.0 Network controller: Broadcom Corporation BCM4313 802.11bgn Wireless Network Adapter (rev 01)

At first the broadcom drivers weren't installed, but even after installing, same issue.

Anyone have any ideas?
 
Old 08-07-2014, 04:40 PM   #2
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
please post the output of
Code:
lsmod
and
Code:
ip link
 
Old 08-08-2014, 10:51 AM   #3
lm_mark
LQ Newbie
 
Registered: Aug 2014
Posts: 3

Original Poster
Rep: Reputation: Disabled
Unhappy

lsmod reads:

Code:
Module                  Size  Used by
michael_mic            12612  0 
arc4                   12608  0 
bnep                   19624  2 
rfcomm                 69160  8 
uvcvideo               80885  0 
videobuf2_vmalloc      13216  1 uvcvideo
videobuf2_memops       13362  1 videobuf2_vmalloc
videobuf2_core         40664  1 uvcvideo
videodev              134688  2 uvcvideo,videobuf2_core
samsung_laptop         14486  0 
snd_hda_codec_hdmi     46254  1 
snd_hda_codec_realtek    61438  1 
lib80211_crypt_tkip    17619  0 
snd_seq_midi           13324  0 
snd_seq_midi_event     14899  1 snd_seq_midi
kvm_amd                59987  0 
snd_hda_intel          52355  12 
kvm                   451511  1 kvm_amd
snd_hda_codec         192906  3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
snd_hwdep              13602  1 snd_hda_codec
snd_rawmidi            30144  1 snd_seq_midi
joydev                 17381  0 
wl                   4207846  0 
serio_raw              13462  0 
k10temp                13126  0 
edac_core              62291  0 
edac_mce_amd           22617  0 
btusb                  32412  0 
bluetooth             391196  22 bnep,btusb,rfcomm
snd_seq                61560  2 snd_seq_midi_event,snd_seq_midi
snd_pcm               102099  4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
lib80211               14381  2 wl,lib80211_crypt_tkip
snd_seq_device         14497  3 snd_seq,snd_rawmidi,snd_seq_midi
cfg80211              484040  1 wl
snd_page_alloc         18710  2 snd_pcm,snd_hda_intel
snd_timer              29482  2 snd_pcm,snd_seq
sp5100_tco             13979  0 
i2c_piix4              22155  0 
snd                    69238  34 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi
soundcore              12680  1 snd
shpchp                 37032  0 
mac_hid                13205  0 
parport_pc             32701  0 
ppdev                  17671  0 
lp                     17759  0 
parport                42348  3 lp,ppdev,parport_pc
hid_logitech_dj        18581  0 
usbhid                 52570  0 
hid                   106148  2 usbhid,hid_logitech_dj
radeon               1522422  4 
psmouse               106678  0 
i2c_algo_bit           13413  1 radeon
ttm                    85115  1 radeon
ahci                   25819  2 
libahci                32560  1 ahci
drm_kms_helper         53081  1 radeon
sky2                   58191  0 
drm                   303102  6 ttm,drm_kms_helper,radeon
video                  19476  1 samsung_laptop
iplink shows:
Code:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether e8:11:32:4a:88:e4 brd ff:ff:ff:ff:ff:ff
3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state DORMANT mode DORMANT group default qlen 1000
    link/ether b4:74:9f:87:99:3e brd ff:ff:ff:ff:ff:ff
Note I'm using the wired connection to connect to the internet right now. Normally I don't have access to wired.
 
Old 08-08-2014, 03:42 PM   #4
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
how did you install the broadcom driver?
it's not in your list of modules (should be b43 somewhere).
what happens when you try
Code:
sudo modprobe b43
also take a look at this arch wiki.
i know you're using kubuntu, but most of the advice in there is generic and very good.
but there must be very similar ubuntu wiki articles, too.
how about this one (i didn't read it though)?
 
Old 08-08-2014, 05:34 PM   #5
lm_mark
LQ Newbie
 
Registered: Aug 2014
Posts: 3

Original Poster
Rep: Reputation: Disabled
Quote:
what happens when you try
Code:
sudo modprobe b43
Absolutely nothing. No error message. Just nothing.

I tried reinstalling the STA drivers via the https://help.ubuntu.com/community/Wi...Driver/bcm43xx instructions.

I won't even let me sign into the wireless now. I can see them all still. Before I could sign in, but couldn't ping anything.

I'll keep playing this weekend, and delve more into that doc but any more hints would be helpful. Like how did you know the drivers weren't properly installed?
 
Old 08-08-2014, 06:19 PM   #6
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by lm_mark View Post
Like how did you know the drivers weren't properly installed?
i'm sorry, i should have said.
after you try modprobing b43 (this means that you insert the broadcom wireless module - aka driver - into the kernel) you could have typed "lsmod" again, to see if the module b43 shows up (lsmod - lists all modules).
anyhow, you would have noticed if it would have worked (led's flashing, internet connecting...).

i do wonder why your interface shows up, even though b43 is not working and you can't connect...
maybe you installed a wrong driver.
you should uninstall everything again, reboot, and carefully go through the steps to find the right driver.
i am 95% sure that you want the b43 driver and not sta/wl.
please also check the arch wiki, it has the best instructions on finding the right driver for your hardware, and the right links for further reading.

and i know because i recently had to get a broadcom driver working on an old laptop.

you should do much more searching, these questions have been asked & answered literally hundreds of times.
 
Old 08-10-2014, 01:07 PM   #7
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Try
Quote:
sudo modprobe b4313
 
Old 08-10-2014, 04:49 PM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
and modprobe also has a verbose switch, so try
Code:
sudo modprobe -v b43
sudo modprobe -v b4313
 
Old 08-10-2014, 05:19 PM   #9
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
It shows that you have the wl module so try
Quote:
sudo rfkill list
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Can't get Broadcom wireless to work in 13.37 dsotm Slackware 24 08-26-2012 12:10 AM
[SOLVED] Getting Wireless to Work, Broadcom BCM4312 (rev 01) apt-get Debian 10 01-01-2011 01:41 PM
Getting Broadcom(4318) Wireless to work iLikeVanilla Linux - Networking 5 12-08-2008 11:34 AM
cant get broadcom wireless to work crsn263 Linux - Newbie 2 11-19-2007 11:08 AM
has anyone got broadcom 4318 wireless to work? bailey239 Mandriva 3 07-23-2007 08:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 11:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration