Page 3 of 9 FirstFirst 12345 ... LastLast
Results 21 to 30 of 81

Thread: 12.04 wireless issue - driver is active, but no networks

  1. #21
    Join Date
    Sep 2012
    Beans
    1

    Angry Re: 12.04 wireless issue - driver is active, but no networks

    Hi Wild Man

    I have the same trouble:
    Code:
    sudo apt-get purge bcmwl-kernel-source broadcom-sta-common broadcom-sta-source
    then:
    Code:
    sudo apt-get install b43-fwcutter firmware-b43-installer
    does not work. also reinstall and update the "windows wlan driver" didn't work.

    with:
    Code:
    cat /etc/lsb-release; uname -a lspci -nnk | grep -iA2 net lsusb iwconfig rfkill list all lsmod
    i got:

    Code:
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=12.04
    DISTRIB_CODENAME=precise
    DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"
    Linux Friedberg-Compi 3.2.0-26-generic #41-Ubuntu SMP Thu Jun 14 16:26:01 UTC 2012 i686 i686 i386 GNU/Linux
    rafael@Friedberg-Compi:~$ lspci -nnk | grep -iA2 net
    03:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5789 Gigabit Ethernet PCI Express [14e4:169d] (rev 11)
        Subsystem: Giga-byte Technology Device [1458:e000]
        Kernel driver in use: tg3
    rafael@Friedberg-Compi:~$ lsusb
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 005: ID 19b6:1024 Infotech Logistic, LLC 
    Bus 001 Device 003: ID 0dda:2026 Integrated Circuit Solution, Inc. USB2.0 Card Reader
    Bus 001 Device 004: ID 0846:9020 NetGear, Inc. WNA3100(v1) Wireless-N 300 [Broadcom BCM43231]
    rafael@Friedberg-Compi:~$ iwconfig
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    rafael@Friedberg-Compi:~$ rfkill list all
    rafael@Friedberg-Compi:~$ lsmod
    Module                  Size  Used by
    nls_iso8859_1          12617  1 
    nls_cp437              12751  1 
    vfat                   17308  1 
    fat                    55605  1 vfat
    rfcomm                 38139  4 
    bnep                   17830  2 
    bluetooth             158438  10 rfcomm,bnep
    ndiswrapper           192268  0 
    snd_hda_codec_hdmi     31775  4 
    ppdev                  12849  0 
    nouveau               708198  2 
    psmouse                87213  0 
    snd_hda_codec_realtek   174055  1 
    serio_raw              13027  0 
    snd_seq_midi           13132  0 
    snd_rawmidi            25424  1 snd_seq_midi
    snd_seq_midi_event     14475  1 snd_seq_midi
    snd_hda_intel          32765  7 
    snd_hda_codec         109562  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
    snd_seq                51567  2 snd_seq_midi,snd_seq_midi_event
    snd_hwdep              13276  1 snd_hda_codec
    ttm                    65344  1 nouveau
    snd_pcm                80845  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
    drm_kms_helper         45466  1 nouveau
    drm                   197692  4 nouveau,ttm,drm_kms_helper
    parport_pc             32114  1 
    i2c_algo_bit           13199  1 nouveau
    mxm_wmi                12859  1 nouveau
    snd_seq_device         14172  3 snd_seq_midi,snd_rawmidi,snd_seq
    wmi                    18744  1 mxm_wmi
    snd_timer              28931  2 snd_seq,snd_pcm
    video                  19068  1 nouveau
    snd                    62064  24 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_rawmidi,snd_hda_intel,snd_seq,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer,snd_seq_device
    mac_hid                13077  0 
    soundcore              14635  1 snd
    snd_page_alloc         14115  2 snd_hda_intel,snd_pcm
    lp                     17455  0 
    parport                40930  3 ppdev,parport_pc,lp
    uas                    17828  0 
    usb_storage            39646  1 
    tg3                   137273  0 
    rafael@Friedberg-Compi:~$ rfkill list all
    rafael@Friedberg-Compi:~$ cla
    Der Befehl »cla« wurde nicht gefunden, meinten Sie vielleicht:
     Befehl »cola« aus dem Paket »git-cola« (universe)
     Befehl »clm« aus dem Paket »mcl« (universe)
     Befehl »cli« aus dem Paket »mono-runtime« (main)
     Befehl »clp« aus dem Paket »coinor-libclp0« (universe)
     Befehl »tla« aus dem Paket »tla« (universe)
     Befehl »cl« aus dem Paket »cl-launch« (universe)
     Befehl »cal« aus dem Paket »bsdmainutils« (main)
     Befehl »cba« aus dem Paket »cba« (universe)
    cla: Befehl nicht gefunden.
    rafael@Friedberg-Compi:~$ cls
    Der Befehl »cls« wurde nicht gefunden, aber es gibt 18 ähnliche Befehle
    cls: Befehl nicht gefunden.
    rafael@Friedberg-Compi:~$ clear
    
    rafael@Friedberg-Compi:~$ cat /etc/lsb-release; uname -a
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=12.04
    DISTRIB_CODENAME=precise
    DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"
    Linux Friedberg-Compi 3.2.0-26-generic #41-Ubuntu SMP Thu Jun 14 16:26:01 UTC 2012 i686 i686 i386 GNU/Linux
    rafael@Friedberg-Compi:~$ lspci -nnk | grep -iA2 net
    03:00.0 Ethernet controller [0200]: Broadcom Corporation NetLink BCM5789 Gigabit Ethernet PCI Express [14e4:169d] (rev 11)
        Subsystem: Giga-byte Technology Device [1458:e000]
        Kernel driver in use: tg3
    rafael@Friedberg-Compi:~$ lsusb
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 005: ID 19b6:1024 Infotech Logistic, LLC 
    Bus 001 Device 003: ID 0dda:2026 Integrated Circuit Solution, Inc. USB2.0 Card Reader
    Bus 001 Device 004: ID 0846:9020 NetGear, Inc. WNA3100(v1) Wireless-N 300 [Broadcom BCM43231]
    rafael@Friedberg-Compi:~$ iwconfig
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    rafael@Friedberg-Compi:~$ rfkill list all
    rafael@Friedberg-Compi:~$ lsmod
    Module                  Size  Used by
    nls_iso8859_1          12617  1 
    nls_cp437              12751  1 
    vfat                   17308  1 
    fat                    55605  1 vfat
    rfcomm                 38139  4 
    bnep                   17830  2 
    bluetooth             158438  10 rfcomm,bnep
    ndiswrapper           192268  0 
    snd_hda_codec_hdmi     31775  4 
    ppdev                  12849  0 
    nouveau               708198  2 
    psmouse                87213  0 
    snd_hda_codec_realtek   174055  1 
    serio_raw              13027  0 
    snd_seq_midi           13132  0 
    snd_rawmidi            25424  1 snd_seq_midi
    snd_seq_midi_event     14475  1 snd_seq_midi
    snd_hda_intel          32765  7 
    snd_hda_codec         109562  3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
    snd_seq                51567  2 snd_seq_midi,snd_seq_midi_event
    snd_hwdep              13276  1 snd_hda_codec
    ttm                    65344  1 nouveau
    snd_pcm                80845  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
    drm_kms_helper         45466  1 nouveau
    drm                   197692  4 nouveau,ttm,drm_kms_helper
    parport_pc             32114  1 
    i2c_algo_bit           13199  1 nouveau
    mxm_wmi                12859  1 nouveau
    snd_seq_device         14172  3 snd_seq_midi,snd_rawmidi,snd_seq
    wmi                    18744  1 mxm_wmi
    snd_timer              28931  2 snd_seq,snd_pcm
    video                  19068  1 nouveau
    snd                    62064  24 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_rawmidi,snd_hda_intel,snd_seq,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer,snd_seq_device
    mac_hid                13077  0 
    soundcore              14635  1 snd
    snd_page_alloc         14115  2 snd_hda_intel,snd_pcm
    lp                     17455  0 
    parport                40930  3 ppdev,parport_pc,lp
    uas                    17828  0 
    usb_storage            39646  1 
    tg3                   137273  0
    please help me!

  2. #22
    Join Date
    May 2012
    Beans
    16

    Re: 12.04 wireless issue - driver is active, but no networks

    I have a similar problem.

    After running the code:

    cat /etc/lsb-release; uname -a lspci -nnk | grep -iA2 net lsusb iwconfig rfkill list all lsmod

    I get:

    jiaweihuo@jiaweihuo-laptop:~$ cat /etc/lsb-release; uname -a
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=12.04
    DISTRIB_CODENAME=precise
    DISTRIB_DESCRIPTION="Ubuntu 12.04.1 LTS"
    Linux jiaweihuo-laptop 3.2.0-30-generic #48-Ubuntu SMP Fri Aug 24 16:52:48 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
    jiaweihuo@jiaweihuo-laptop:~$ lspci -nnk | grep -iA2 net
    03:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 07)
    Subsystem: Fujitsu Limited. Device [10cf:175a]
    Kernel driver in use: r8169
    --
    04:00.0 Network controller [0280]: Ralink corp. Device [1814:3290]
    Subsystem: Fujitsu Limited. Device [10cf:1771]
    04:00.1 Bluetooth [0d11]: Ralink corp. Device [1814:3298]
    jiaweihuo@jiaweihuo-laptop:~$ lsusb
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 003 Device 002: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
    Bus 001 Device 003: ID 04f2:b319 Chicony Electronics Co., Ltd
    Bus 002 Device 003: ID 08ff:2683 AuthenTec, Inc.
    jiaweihuo@jiaweihuo-laptop:~$ iwconfig
    lo no wireless extensions.

    eth0 no wireless extensions.

    jiaweihuo@jiaweihuo-laptop:~$ rfkill list all
    jiaweihuo@jiaweihuo-laptop:~$ lsmod
    Module Size Used by
    joydev 17693 0
    dm_crypt 23125 0
    snd_hda_codec_hdmi 32474 1
    snd_hda_codec_realtek 224173 1
    rfcomm 47604 0
    bnep 18281 2
    bluetooth 180104 10 rfcomm,bnep
    parport_pc 32866 0
    ppdev 17113 0
    binfmt_misc 17540 1
    snd_hda_intel 33773 5
    snd_hda_codec 127706 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_i ntel
    ndiswrapper 282628 0
    snd_hwdep 13668 1 snd_hda_codec
    snd_pcm 97188 4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
    snd_seq_midi 13324 0
    snd_rawmidi 30748 1 snd_seq_midi
    snd_seq_midi_event 14899 1 snd_seq_midi
    snd_seq 61896 2 snd_seq_midi,snd_seq_midi_event
    snd_timer 29990 2 snd_pcm,snd_seq
    snd_seq_device 14540 3 snd_seq_midi,snd_rawmidi,snd_seq
    snd 78855 19 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_i ntel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,s nd_seq,snd_timer,snd_seq_device
    uvcvideo 72627 0
    videodev 98259 1 uvcvideo
    v4l2_compat_ioctl32 17128 1 videodev
    fujitsu_laptop 18992 0
    psmouse 87692 0
    mei 41616 0
    serio_raw 13211 0
    mac_hid 13253 0
    lp 17799 0
    soundcore 15091 1 snd
    snd_page_alloc 18529 2 snd_hda_intel,snd_pcm
    parport 46562 3 parport_pc,ppdev,lp
    nouveau 774641 0
    ttm 76949 1 nouveau
    usbhid 47199 0
    hid 99559 1 usbhid
    i915 473035 3
    r8169 62099 0
    drm_kms_helper 46978 2 nouveau,i915
    drm 242038 6 nouveau,ttm,i915,drm_kms_helper
    mxm_wmi 12979 1 nouveau
    wmi 19256 1 mxm_wmi
    i2c_algo_bit 13423 2 nouveau,i915
    video 19596 2 nouveau,i915

  3. #23
    Join Date
    Jun 2012
    Beans
    17

    Re: 12.04 wireless issue - driver is active, but no networks

    Quote Originally Posted by wild man View Post
    hi, please do:
    Code:
    sudo apt-get purge bcmwl-kernel-source broadcom-sta-common broadcom-sta-source
    then:
    Code:
    sudo apt-get install b43-fwcutter firmware-b43-installer
    watch for errors, then unlug your wired connection and reboot.
    Thanks


    thank youuuuuuuuuuuu mr wildman that fixed my problem thank youuuuu

  4. #24
    Join Date
    Jun 2012
    Beans
    17

    Re: 12.04 wireless issue - driver is active, but no networks

    Thank you sir

  5. #25
    Join Date
    Oct 2012
    Beans
    3

    [SOLVED]12.04 wireless issue - driver is active, but no networks

    Hello,

    I also have exactly same problem here.
    I have Fujitsy LifeBook S6420 with Intel wlan chip
    huttunen@LIFEBOOK-S6420:~$ cat /etc/lsb-release; uname -a
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=12.04
    DISTRIB_CODENAME=precise
    DISTRIB_DESCRIPTION="Ubuntu 12.04.1 LTS"
    Linux LIFEBOOK-S6420 3.2.0-31-generic-pae #50-Ubuntu SMP Fri Sep 7 16:39:45 UTC 2012 i686 i686 i386 GNU/Linux
    huttunen@LIFEBOOK-S6420:~$ lspci -nnk | grep -iA2 net
    08:00.0 Ethernet controller [0200]: Marvell Technology Group Ltd. 88E8055 PCI-E Gigabit Ethernet Controller [11ab:4363] (rev 14)
    Subsystem: Fujitsu Limited. Device [10cf:14ab]
    Kernel driver in use: sky2
    --
    18:00.0 Network controller [0280]: Intel Corporation Ultimate N WiFi Link 5300 [8086:4235]
    Subsystem: Intel Corporation Device [8086:1101]
    Kernel driver in use: iwlwifi
    huttunen@LIFEBOOK-S6420:~$ lsusb
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 004: ID 046d:09b2 Logitech, Inc. Fujitsu Webcam
    Bus 006 Device 002: ID 08ff:2580 AuthenTec, Inc. AES2501 Fingerprint Sensor
    Bus 006 Device 003: ID 0c24:0021 Taiyo Yuden Bluetooth Device
    huttunen@LIFEBOOK-S6420:~$ iwconfig
    lo no wireless extensions.

    wlan0 IEEE 802.11abgn ESSID:"PERRO"
    Mode:Managed Frequency:2.467 GHz Access Point: 00:0C:C3:A4:B7:22
    Bit Rate=1 Mb/s Tx-Power=15 dBm
    Retry long limit:7 RTS thrff Fragment thrff
    Power Managementff
    Link Quality=70/70 Signal level=-36 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:117 Missed beacon:0

    eth0 no wireless extensions.

    huttunen@LIFEBOOK-S6420:~$ rfkill list all
    0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
    1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    huttunen@LIFEBOOK-S6420:~$ lsmod
    Module Size Used by
    snd_hda_codec_realtek 174313 1
    tpm_infineon 17296 0
    joydev 17393 0
    bnep 17830 2
    rfcomm 38139 12
    arc4 12473 2
    ppdev 12849 0
    snd_hda_intel 32765 3
    snd_hda_codec 109562 2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep 13276 1 snd_hda_codec
    snd_pcm 80845 2 snd_hda_intel,snd_hda_codec
    snd_seq_midi 13132 0
    snd_rawmidi 25424 1 snd_seq_midi
    pcmcia 39791 0
    snd_seq_midi_event 14475 1 snd_seq_midi
    snd_seq 51567 2 snd_seq_midi,snd_seq_midi_event
    tpm_tis 18308 0
    parport_pc 32114 1
    irda 185517 0
    crc_ccitt 12595 1 irda
    yenta_socket 27465 0
    pcmcia_rsrc 18367 1 yenta_socket
    snd_timer 28931 2 snd_pcm,snd_seq
    uvcvideo 67203 0
    psmouse 86421 0
    btusb 17912 2
    pcmcia_core 21511 3 pcmcia,yenta_socket,pcmcia_rsrc
    snd_seq_device 14172 3 snd_seq_midi,snd_rawmidi,snd_seq
    i915 419070 3
    videodev 86588 1 uvcvideo
    bluetooth 158438 23 bnep,rfcomm,btusb
    serio_raw 13027 0
    snd 62064 15 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec, snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,sn d_seq_device
    iwlwifi 366425 0
    mac_hid 13077 0
    fujitsu_laptop 18504 0
    mac80211 436455 1 iwlwifi
    drm_kms_helper 45466 1 i915
    drm 197692 4 i915,drm_kms_helper
    cfg80211 178679 2 iwlwifi,mac80211
    soundcore 14635 1 snd
    i2c_algo_bit 13199 1 i915
    snd_page_alloc 14108 2 snd_hda_intel,snd_pcm
    video 19068 1 i915
    lp 17455 0
    parport 40930 3 ppdev,parport_pc,lp
    firewire_ohci 40172 0
    sdhci_pci 18324 0
    sdhci 28241 1 sdhci_pci
    firewire_core 56906 1 firewire_ohci
    crc_itu_t 12627 1 firewire_core
    sky2 53628 0
    Last edited by Karppa; October 12th, 2012 at 07:17 AM.

  6. #26
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: 12.04 wireless issue - driver is active, but no networks

    Hi, copy and paste this command in the terminal (ctrl+alt+t) please:
    Code:
    wget -N -t 5 -T 10 http://dl.dropbox.com/u/57264241/wireless_script && chmod +x wireless_script && ./wireless_script
    It will download a script and create a text file in your home folder with wireless information so we can see the condition of your wireless at this time and the Mac address, WPA key and WEP key are removed for your security, then reply back and attach the netinfo.txt file.
    Thanks

  7. #27
    Join Date
    Oct 2012
    Beans
    3

    Re: 12.04 wireless issue - driver is active, but no networks

    Hello Mr Wild Man,

    Here we go again. Could you kindly check this one?

    Regards Karppa
    Attached Files Attached Files

  8. #28
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: 12.04 wireless issue - driver is active, but no networks

    Hi, please do:
    Code:
    echo "options iwlwifi 11n_disable=1" | sudo tee /etc/modprobe.d/iwlwifi.conf
    sudo modprobe -rfv iwlwifi
    sudo modprobe -v iwlwifi
    if it does not work please state your exact problem.
    Thanks

  9. #29
    Join Date
    Oct 2012
    Beans
    3

    Re: 12.04 wireless issue - driver is active, but no networks

    Dear Mr Wild Man,
    I'm sending this with WiFi.
    Thank You so much. This was so great service

    //karppa

  10. #30
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: 12.04 wireless issue - driver is active, but no networks

    Great. Please mark thread solved.
    thanks

Page 3 of 9 FirstFirst 12345 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

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