Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12
hi all, hope someone can help.. My wireless has been working fine for months now and was earlier today but now it wont connect wirelessly, in fact my computer doesn't ...
  1. #1
    Just Joined!
    Join Date
    Aug 2009
    Posts
    5

    wireless issue please help

    hi all, hope someone can help..

    My wireless has been working fine for months now and was earlier today but now it wont connect wirelessly, in fact my computer doesn't even recognise that a wireless adapter is present as usually i can see about 6 networks to join. i've tried disabling the driver and re installing it but still nothing. my adapter is....

    05:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)

    What has happened? ?Usually i just turn laptop on and it connects automatically.

    Any help would be much appreciated. Many thanks

  2. #2
    Linux User kmitnick's Avatar
    Join Date
    May 2008
    Location
    Jordan - Amman
    Posts
    329
    try to install b43
    sudo apt-get install b43
    Dual Booting Ubuntu 10.04, Windows 7

    Toshiba Satellite A200-1M5, Duo Core 2.0 Ghz, 1 Gigs RAM, 256 Intel Card

    You are registered Linux user number 490788
    Happy Linuxing

  3. #3
    Linux Newbie thornspear's Avatar
    Join Date
    Aug 2009
    Location
    Alberta, Canada
    Posts
    158
    If those don't work try

    sudo apt-get install b43-fwcutter


    I tried sudo apt-get install b43 and it wasn't found... My broadcom wireless doesn't work either...

  4. #4
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    What driver were you using? In your case there is a Broadcom proprietary driver that may be best suited. It is the wl driver, but is also called the Linux-STA driver.

    It should be available through the Hardware Drivers GUI, found here:

    System-->Administration-->Hardware Drivers

    There is a native Linux driver called b43 that may also be used. If this driver is also loading, then the wireless will just be confused and cease to work. Post the output of this command.
    Code:
    lsmod
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  5. #5
    Just Joined!
    Join Date
    Aug 2009
    Posts
    5
    I was using the propriety driver and it was working fine but all of a sudden it stopped working.
    Thanks for having a look, here the results:

    lsmod
    Module Size Used by
    i915 67844 2
    drm 96424 3 i915
    binfmt_misc 16776 1
    ppdev 15620 0
    bridge 56212 0
    stp 10500 1 bridge
    bnep 20224 2
    input_polldev 11912 0
    joydev 18496 0
    lp 17156 0
    parport 42220 2 ppdev,lp
    snd_hda_intel 434100 3
    snd_pcm_oss 46336 0
    snd_mixer_oss 22656 1 snd_pcm_oss
    snd_pcm 83076 2 snd_hda_intel,snd_pcm_oss
    snd_seq_dummy 10756 0
    snd_seq_oss 37760 0
    psmouse 61972 0
    snd_seq_midi 14336 0
    snd_rawmidi 29696 1 snd_seq_midi
    snd_seq_midi_event 15104 2 snd_seq_oss,snd_seq_midi
    snd_seq 56880 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_mid i_event
    snd_timer 29704 2 snd_pcm,snd_seq
    snd_seq_device 14988 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi ,snd_seq
    pcspkr 10496 0
    snd 62756 15 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,sn d_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_de vice
    video 25360 0
    serio_raw 13444 0
    iTCO_wdt 19108 0
    iTCO_vendor_support 11652 1 iTCO_wdt
    soundcore 15200 1 snd
    output 11008 1 video
    snd_page_alloc 16904 2 snd_hda_intel,snd_pcm
    intel_agp 34108 1
    agpgart 42696 3 drm,intel_agp
    tg3 131204 0
    fbcon 46112 0
    tileblit 10752 1 fbcon
    font 16384 1 fbcon
    bitblit 13824 1 fbcon
    softcursor 9984 1 bitblit

  6. #6
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    You most likely were using the wl diver module, and a kernel update didn't include it. You can try to load it manually.
    Code:
    sudo modprobe wl
    What does the Hardware Drivers section say about the wireless driver?
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  7. #7
    Just Joined!
    Join Date
    Aug 2009
    Posts
    5
    the hardware driver states:

    'This driver is activated and currently in use'

    sudo modprobe wl didnt do anything i'm afraid.

    thanks

  8. #8
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    By "didn't do anything" do you mean the terminal just returned a blank prompt? That is what it is suppose to do when it loads a module. Afterwards check the output of lsmod again for the wl module.

    What is the name of the driver that the Hardware Drivers section says is "activated and currently in use"?
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

  9. #9
    Just Joined!
    Join Date
    Aug 2009
    Posts
    5
    really appreciate your help with this...

    output of lsmod:

    Module Size Used by
    i915 67844 2
    drm 96424 3 i915
    binfmt_misc 16776 1
    ppdev 15620 0
    bridge 56212 0
    stp 10500 1 bridge
    bnep 20224 2
    input_polldev 11912 0
    joydev 18496 0
    lp 17156 0
    parport 42220 2 ppdev,lp
    snd_hda_intel 434100 3
    snd_pcm_oss 46336 0
    snd_mixer_oss 22656 1 snd_pcm_oss
    snd_pcm 83076 2 snd_hda_intel,snd_pcm_oss
    snd_seq_dummy 10756 0
    snd_seq_oss 37760 0
    snd_seq_midi 14336 0
    snd_rawmidi 29696 1 snd_seq_midi
    snd_seq_midi_event 15104 2 snd_seq_oss,snd_seq_midi
    snd_seq 56880 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_mid i_event
    snd_timer 29704 2 snd_pcm,snd_seq
    snd_seq_device 14988 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi ,snd_seq
    psmouse 61972 0
    snd 62756 15 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,sn d_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_de vice
    ieee80211_crypt_tkip 16896 0
    video 25360 0
    pcspkr 10496 0
    serio_raw 13444 0
    soundcore 15200 1 snd
    wl 1281364 0
    ieee80211_crypt 13444 2 ieee80211_crypt_tkip,wl
    output 11008 1 video
    iTCO_wdt 19108 0
    iTCO_vendor_support 11652 1 iTCO_wdt
    intel_agp 34108 1
    agpgart 42696 3 drm,intel_agp
    snd_page_alloc 16904 2 snd_hda_intel,snd_pcm
    tg3 131204 0
    fbcon 46112 0
    tileblit 10752 1 fbcon
    font 16384 1 fbcon
    bitblit 13824 1 fbcon
    softcursor 9984 1 bitblit

    wireless driver in use: Broadcom STA wireless driver -

    Many thanks

  10. #10
    Linux Guru waterhead's Avatar
    Join Date
    Jul 2004
    Location
    Franklin, Wisconsin
    Posts
    4,577
    It shows that the wl module is now loaded. Are you still having trouble connecting? Try deleting your saved connection, and connect as a new connection.
    Paul

    Please do not send Private Messages to me with requests for help. I will not reply.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...