Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 46

Thread: Wireless Connection Problem

  1. #21
    Join Date
    Nov 2010
    Location
    NM
    Beans
    1,121
    Distro
    Lubuntu Development Release

    Re: Wireless Connection Problem

    You might try the firmware-b43-installer..
    Remove the legacy firmware ..

    This does not agree with the Linux B43 link but who knows.

    Not supported card here (PCI id 14e4:165
    14e4:4320)!
    Use b43 firmware. This is just for the b43legacy driver
    .
    Strange indeed.. more history perhaps and it will not hurt a thing.
    Boot Info Script
    Ubuntu User number is # 32763
    Linux User number is # 527179

  2. #22
    Join Date
    Jul 2011
    Beans
    22

    Re: Wireless Connection Problem

    I deleted the legacy drivers and restarted the computer but it still didn't work.

  3. #23
    Join Date
    Nov 2010
    Location
    NM
    Beans
    1,121
    Distro
    Lubuntu Development Release

    Re: Wireless Connection Problem

    Quote Originally Posted by JazzyJoe70 View Post
    I deleted the legacy drivers and restarted the computer but it still didn't work.
    Did you install the firmware-b43-installer <<< note not legacy
    and make sure b43-fwcutter is installed.
    Try that then

    Code:
    dmesg | grep firmware
    Boot Info Script
    Ubuntu User number is # 32763
    Linux User number is # 527179

  4. #24
    Join Date
    Jul 2011
    Beans
    22

    Re: Wireless Connection Problem

    yes both firmware-b43-installer and b43-fwcutter are installed.

  5. #25
    Join Date
    Nov 2010
    Location
    NM
    Beans
    1,121
    Distro
    Lubuntu Development Release

    Re: Wireless Connection Problem

    Quote Originally Posted by JazzyJoe70 View Post
    yes both firmware-b43-installer and b43-fwcutter are installed.
    please in terminal

    Code:
    sudo modprobe b43
    Code:
    dmesg | grep firmware
    Code:
    lsmod
    Code:
    sudo lshw -C network
    Boot Info Script
    Ubuntu User number is # 32763
    Linux User number is # 527179

  6. #26
    Join Date
    Jul 2011
    Beans
    22

    Re: Wireless Connection Problem

    dmesg | grep firmware

    [ 25.296206] b43legacy-phy0 ERROR: You must go to http://linuxwireless.org/en/users/Dr...devicefirmware and download the correct firmware (version 3).

    lsmod

    Module Size Used by
    binfmt_misc 13213 1
    snd_intel8x0 33213 2
    snd_ac97_codec 105614 1 snd_intel8x0
    ac97_bus 12642 1 snd_ac97_codec
    snd_pcm 80244 2 snd_intel8x0,snd_ac97_codec
    snd_seq_midi 13132 0
    snd_rawmidi 25269 1 snd_seq_midi
    i915 450944 2
    snd_seq_midi_event 14475 1 snd_seq_midi
    snd_seq 51291 2 snd_seq_midi,snd_seq_midi_event
    arc4 12473 2
    pcmcia 39671 0
    snd_timer 28659 2 snd_pcm,snd_seq
    b43legacy 127415 0
    yenta_socket 27230 0
    pcmcia_rsrc 18292 1 yenta_socket
    snd_seq_device 14110 3 snd_seq_midi,snd_rawmidi,snd_seq
    drm_kms_helper 40745 1 i915
    snd 55295 11 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_rawmidi,sn d_seq,snd_timer,snd_seq_device
    joydev 17322 0
    b43 296610 0
    mac80211 257001 2 b43legacy,b43
    pcmcia_core 21505 3 pcmcia,yenta_socket,pcmcia_rsrc
    drm 180037 2 i915,drm_kms_helper
    soundcore 12600 1 snd
    ppdev 12849 0
    parport_pc 32111 1
    shpchp 32345 0
    cfg80211 156212 3 b43legacy,b43,mac80211
    snd_page_alloc 14073 2 snd_intel8x0,snd_pcm
    i2c_algo_bit 13184 1 i915
    video 18951 1 i915
    dcdbas 14054 0
    psmouse 73312 0
    lp 13349 0
    serio_raw 12990 0
    parport 36746 3 ppdev,parport_pc,lp
    firewire_ohci 31504 0
    tg3 131476 0
    ssb 45942 2 b43legacy,b43
    firewire_core 56138 1 firewire_ohci
    crc_itu_t 12627 1 firewire_core

    sudo lshw -C network

    *-network:0
    description: Ethernet interface
    product: NetXtreme BCM5705M Gigabit Ethernet
    vendor: Broadcom Corporation
    physical id: 0
    bus info: pci@0000:01:00.0
    logical name: eth0
    version: 01
    serial: 00:0d:56:6d:06:9f
    size: 100Mbit/s
    capacity: 1Gbit/s
    width: 64 bits
    clock: 66MHz
    capabilities: pm vpd msi bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
    configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.116 duplex=full firmware=5705-v3.11 ip=192.168.1.98 latency=32 link=yes mingnt=64 multicast=yes port=twisted pair speed=100Mbit/s
    resources: irq:11 memory:fcff0000-fcffffff memory:fd000000-fd00ffff
    *-network:1
    description: Network controller
    product: BCM4306 802.11b/g Wireless LAN Controller
    vendor: Broadcom Corporation
    physical id: 3
    bus info: pci@0000:01:03.0
    version: 02
    width: 32 bits
    clock: 33MHz
    capabilities: pm bus_master cap_list
    configuration: driver=b43-pci-bridge latency=32
    resources: irq:5 memory:fcfec000-fcfedfff
    *-network DISABLED
    description: Wireless interface
    physical id: 2
    logical name: wlan0
    serial: 00:90:4b:1f:40:00
    capabilities: ethernet physical wireless
    configuration: broadcast=yes driver=b43legacy driverversion=2.6.38-8-generic firmware=N/A link=no multicast=yes wireless=IEEE 802.11bg

  7. #27
    Join Date
    Nov 2010
    Location
    NM
    Beans
    1,121
    Distro
    Lubuntu Development Release

    Re: Wireless Connection Problem

    Okay you have removed the legacy firmware correct?

    I think we need to reboot.. without ethernet cable..

    Then let's run all those commands again.

    We have a conflict ssb 45942 2 b43legacy,b43
    Boot Info Script
    Ubuntu User number is # 32763
    Linux User number is # 527179

  8. #28
    Join Date
    Feb 2009
    Beans
    242

    Re: Wireless Connection Problem

    Can you run this and post results.

    Code:
    rfkill list

  9. #29
    Join Date
    Jul 2011
    Beans
    22

    Re: Wireless Connection Problem

    It seem like b43legacy is still there I thought I had deleted the file. I went to synaptic and seleted b43legacy and right click for complete removal.

    adrian@adrian-Latitude-D400:~$ dmesg | grep firmware
    [ 23.601861] b43legacy-phy0 ERROR: You must go to http://linuxwireless.org/en/users/Dr...devicefirmware and download the correct firmware (version 3).

    adrian@adrian-Latitude-D400:~$ lsmod
    Module Size Used by
    snd_intel8x0 33213 2
    snd_ac97_codec 105614 1 snd_intel8x0
    ac97_bus 12642 1 snd_ac97_codec
    snd_pcm 80244 2 snd_intel8x0,snd_ac97_codec
    i915 450944 2
    snd_seq_midi 13132 0
    snd_rawmidi 25269 1 snd_seq_midi
    binfmt_misc 13213 1
    snd_seq_midi_event 14475 1 snd_seq_midi
    joydev 17322 0
    pcmcia 39671 0
    snd_seq 51291 2 snd_seq_midi,snd_seq_midi_event
    arc4 12473 2
    snd_timer 28659 2 snd_pcm,snd_seq
    drm_kms_helper 40745 1 i915
    snd_seq_device 14110 3 snd_seq_midi,snd_rawmidi,snd_seq
    b43legacy 127415 0
    ppdev 12849 0
    yenta_socket 27230 0
    drm 180037 2 i915,drm_kms_helper
    pcmcia_rsrc 18292 1 yenta_socket
    snd 55295 11 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_rawmidi,sn d_seq,snd_timer,snd_seq_device
    dcdbas 14054 0
    pcmcia_core 21505 3 pcmcia,yenta_socket,pcmcia_rsrc
    psmouse 73312 0
    parport_pc 32111 1
    soundcore 12600 1 snd
    serio_raw 12990 0
    shpchp 32345 0
    snd_page_alloc 14073 2 snd_intel8x0,snd_pcm
    i2c_algo_bit 13184 1 i915
    video 18951 1 i915
    b43 296610 0
    mac80211 257001 2 b43legacy,b43
    cfg80211 156212 3 b43legacy,b43,mac80211
    lp 13349 0
    parport 36746 3 ppdev,parport_pc,lp
    firewire_ohci 31504 0
    tg3 131476 0
    ssb 45942 2 b43legacy,b43
    firewire_core 56138 1 firewire_ohci
    crc_itu_t 12627 1 firewire_core

    adrian@adrian-Latitude-D400:~$ sudo lshw -C network
    *-network:0
    description: Ethernet interface
    product: NetXtreme BCM5705M Gigabit Ethernet
    vendor: Broadcom Corporation
    physical id: 0
    bus info: pci@0000:01:00.0
    logical name: eth0
    version: 01
    serial: 00:0d:56:6d:06:9f
    capacity: 1Gbit/s
    width: 64 bits
    clock: 66MHz
    capabilities: pm vpd msi bus_master cap_list rom ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
    configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.116 firmware=5705-v3.11 latency=32 link=no mingnt=64 multicast=yes port=twisted pair
    resources: irq:11 memory:fcff0000-fcffffff memory:fd000000-fd00ffff
    *-network:1
    description: Network controller
    product: BCM4306 802.11b/g Wireless LAN Controller
    vendor: Broadcom Corporation
    physical id: 3
    bus info: pci@0000:01:03.0
    version: 02
    width: 32 bits
    clock: 33MHz
    capabilities: pm bus_master cap_list
    configuration: driver=b43-pci-bridge latency=32
    resources: irq:5 memory:fcfec000-fcfedfff
    *-network DISABLED
    description: Wireless interface
    physical id: 2
    logical name: wlan0
    serial: 00:90:4b:1f:40:00
    capabilities: ethernet physical wireless
    configuration: broadcast=yes driver=b43legacy driverversion=2.6.38-8-generic firmware=N/A link=no multicast=yes wireless=IEEE 802.11bg

  10. #30
    Join Date
    Nov 2010
    Location
    NM
    Beans
    1,121
    Distro
    Lubuntu Development Release

    Re: Wireless Connection Problem

    Let's try to remove the b43legacy

    Code:
    sudo rmmod -f b43legacy
    Code:
    sudo modprobe b43
    Boot Info Script
    Ubuntu User number is # 32763
    Linux User number is # 527179

Page 3 of 5 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
  •