Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 36

Thread: Wireless does not work after 11.10 install on Dell Latitide D630

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

    Re: Wireless does not work after 11.10 install on Dell Latitide D630

    Your welcome!
    Enjoy

  2. #22
    Join Date
    Nov 2012
    Beans
    3

    Wireless does not work after 11.10 install on Dell Latitide D630

    Hi, Wireless did not work on my Dell Latitude D630 with ubuntu.


    Code:
    :~$ cat /etc/lsb-release; uname -a 
     DISTRIB_ID=Ubuntu 
     DISTRIB_RELEASE=11.10 
     DISTRIB_CODENAME=oneiric 
     DISTRIB_DESCRIPTION="Ubuntu 11.10" 
     Linux 2D50T3J 3.0.0-26-generic #43-Ubuntu SMP Tue Sep 25 17:20:50 UTC 2012 i686 i686 i386 GNU/Linux
    Code:
    :~$ lspci -nnk | grep -iA2 net 
     09:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5755M Gigabit Ethernet PCI Express [14e4:1673] (rev 02) 
         Subsystem: Dell Device [1028:01f9] 
         Kernel driver in use: tg3 
     -- 
     0c:00.0 Network controller [0280]: Broadcom Corporation BCM4312 802.11b/g LP-PHY [14e4:4315] (rev 01) 
         Subsystem: Dell Wireless 1395 WLAN Mini-Card [1028:000b] 
         Kernel driver in use: b43-pci-bridge
    Code:
    :~$ lsmod 
     Module                  Size  Used by 
     bnep                   17923  2  
     rfcomm                 38408  8  
     parport_pc             32114  0  
     ppdev                  12849  0  
     snd_hda_codec_idt      60049  1  
     binfmt_misc            17292  1  
     joydev                 17393  0  
     snd_hda_intel          28358  2  
     dell_wmi               12601  0  
     sparse_keymap          13658  1 dell_wmi 
     snd_hda_codec          91888  2 snd_hda_codec_idt,snd_hda_intel 
     snd_hwdep              13276  1 snd_hda_codec 
     snd_pcm                80435  2 snd_hda_intel,snd_hda_codec 
     snd_seq_midi           13132  0  
     pcmcia                 39822  0  
     dell_laptop            13519  0  
     dcdbas                 14098  1 dell_laptop 
     snd_rawmidi            25241  1 snd_seq_midi 
     snd_seq_midi_event     14475  1 snd_seq_midi 
     arc4                   12473  2  
     yenta_socket           27428  0  
     pcmcia_rsrc            18367  1 yenta_socket 
     snd_seq                51567  2 snd_seq_midi,snd_seq_midi_event 
     pcmcia_core            21511  3 pcmcia,yenta_socket,pcmcia_rsrc 
     psmouse                73673  0  
     btusb                  18160  2  
     bluetooth             148869  23 bnep,rfcomm,btusb 
     b43                   318816  0  
     serio_raw              12990  0  
     snd_timer              28932  2 snd_pcm,snd_seq 
     snd_seq_device         14172  3 snd_seq_midi,snd_rawmidi,snd_seq 
     mac80211              393421  1 b43 
     cfg80211              172427  2 b43,mac80211 
     wmi                    18744  1 dell_wmi 
     snd                    55902  13 snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device 
     i915                  513798  3  
     drm_kms_helper         32889  1 i915 
     drm                   192194  4 i915,drm_kms_helper 
     soundcore              12600  1 snd 
     i2c_algo_bit           13199  1 i915 
     snd_page_alloc         14115  2 snd_hda_intel,snd_pcm 
     video                  19069  1 i915 
     lp                     17455  0  
     parport                40930  3 parport_pc,ppdev,lp 
     firewire_ohci          35854  0  
     firewire_core          56937  1 firewire_ohci 
     crc_itu_t              12627  1 firewire_core 
     ssb                    50682  1 b43 
     tg3                   132972  0
    Can you help me, please ?


    Thank you
    Last edited by Factorino; November 13th, 2012 at 05:12 PM.

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

    Re: Wireless does not work after 11.10 install on Dell Latitide D630

    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

  4. #24
    Join Date
    Nov 2012
    Beans
    3

    Re: Wireless does not work after 11.10 install on Dell Latitide D630

    Hi, the file is attached to the message.
    Thank you for your help
    Attached Files Attached Files

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

    Re: Wireless does not work after 11.10 install on Dell Latitide D630

    Hi, please do:
    Code:
    sudo apt-get remove --purge b43-fwcutter firmware-b43-installer
    Then:
    Code:
    sudo apt-get install b43-fwcutter firmware-b43-lpphy-installer
    Reboot
    Thanks

  6. #26
    Join Date
    Nov 2012
    Beans
    3

    Re: Wireless does not work after 11.10 install on Dell Latitide D630

    Great !!
    Thank you very much

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

    Re: Wireless does not work after 11.10 install on Dell Latitide D630

    Your welcome!
    Enjoy

  8. #28
    Join Date
    Jan 2013
    Beans
    1

    Re: Wireless does not work after 11.10 install on Dell Latitide D630

    Good Morning!

    I'm having a similar issue in Ubuntu as well. I ran the script that you put in the forum above.

    wget -N -t 5 -T 10 http://dl.dropbox.com/u/57264241/wireless_script && chmod +x wireless_script && ./wireless_script
    I have attached the file that it created below.

    Would you be so kind to assist me please?

    Thanks!
    Attached Files Attached Files

  9. #29
    Join Date
    Feb 2013
    Beans
    5

    Re: Wireless does not work after 11.10 install on Dell Latitide D630

    I tried the solution at the beginning of this thread for my Dell Latitude 630, but it didn't work. Here is my output from the commands you posted. I hope you can help me too.

    steve@steve-Ubuntu-D630:~$ cat /etc/lsb-release; uname -a
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=12.10
    DISTRIB_CODENAME=quantal
    DISTRIB_DESCRIPTION="Ubuntu 12.10"
    Linux steve-Ubuntu-D630 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:32:08 UTC 2012 i686 i686 i686 GNU/Linux
    steve@steve-Ubuntu-D630:~$ lspci -nnk | grep -iA2 net
    09:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5755M Gigabit Ethernet PCI Express [14e4:1673] (rev 02)
    Subsystem: Dell Device [1028:01f9]
    Kernel driver in use: tg3
    --
    0c:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
    Subsystem: Dell Wireless 1390 WLAN Mini-Card [1028:0007]
    Kernel modules: wl, ssb
    steve@steve-Ubuntu-D630:~$ lsusb
    Bus 003 Device 002: ID 413c:8140 Dell Computer Corp. Wireless 360 Bluetooth
    Bus 007 Device 002: ID 0b97:7761 O2 Micro, Inc. Oz776 1.1 Hub
    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 007 Device 003: ID 0b97:7772 O2 Micro, Inc. OZ776 CCID Smartcard Reader
    steve@steve-Ubuntu-D630:~$ iwconfig
    lo no wireless extensions.

    eth0 no wireless extensions.

    steve@steve-Ubuntu-D630:~$ rfkill list all
    0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
    steve@steve-Ubuntu-D630:~$ lsmod
    Module Size Used by
    hid_generic 12445 0
    hidp 21825 1
    hid 82142 2 hid_generic,hidp
    joydev 17161 0
    parport_pc 31968 0
    ppdev 12817 0
    rfcomm 37276 12
    bnep 17707 2
    snd_hda_codec_idt 59761 1
    coretemp 13168 0
    kvm_intel 126745 0
    kvm 357806 1 kvm_intel
    snd_hda_intel 32515 3
    snd_hda_codec 111547 2 snd_hda_codec_idt,snd_hda_intel
    snd_hwdep 13272 1 snd_hda_codec
    snd_pcm 80163 2 snd_hda_intel,snd_hda_codec
    dell_wmi 12601 0
    sparse_keymap 13658 1 dell_wmi
    gpio_ich 13159 0
    snd_seq_midi 13132 0
    psmouse 84843 0
    serio_raw 13031 0
    dell_laptop 17161 0
    dcdbas 14054 1 dell_laptop
    snd_rawmidi 25382 1 snd_seq_midi
    microcode 18209 0
    nouveau 823577 5
    ttm 75534 1 nouveau
    drm_kms_helper 45271 1 nouveau
    mac_hid 13037 0
    drm 230463 7 nouveau,ttm,drm_kms_helper
    i2c_algo_bit 13197 1 nouveau
    mxm_wmi 12859 1 nouveau
    snd_seq_midi_event 14475 1 snd_seq_midi
    snd_seq 51255 2 snd_seq_midi,snd_seq_midi_event
    yenta_socket 27095 0
    pcmcia_rsrc 18191 1 yenta_socket
    wl 2442848 0
    video 18847 1 nouveau
    lib80211 14040 1 wl
    btusb 17950 0
    snd_timer 24411 2 snd_pcm,snd_seq
    snd_seq_device 14137 3 snd_seq_midi,snd_rawmidi,snd_seq
    pcmcia_core 21505 2 yenta_socket,pcmcia_rsrc
    wmi 18590 3 dell_wmi,nouveau,mxm_wmi
    bluetooth 183228 27 hidp,rfcomm,bnep,btusb
    snd 61991 15 snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_ hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_se q_device
    lpc_ich 16925 0
    soundcore 14599 1 snd
    snd_page_alloc 14036 2 snd_hda_intel,snd_pcm
    lp 13299 0
    parport 40753 3 parport_pc,ppdev,lp
    firewire_ohci 35521 0
    firewire_core 57492 1 firewire_ohci
    crc_itu_t 12627 1 firewire_core
    tg3 130448 0
    steve@steve-Ubuntu-D630:~$


    Thanks in advance.
    Steve

  10. #30
    Join Date
    Apr 2009
    Beans
    2,601

    Re: Wireless does not work after 11.10 install on Dell Latitide D630

    Steve, see this thread

    http://ubuntuforums.org/showthread.php?t=2110823


    Just noticed that you have the incorrect STA driver installed. You probably should do it like this

    sudo apt-get remove --purge bcmwl-kernel-source
    sudo apt-get install linux-firmware-nonfree
    sudo modprobe b43
    Last edited by bkratz; February 3rd, 2013 at 10:36 PM.

Page 3 of 4 FirstFirst 1234 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
  •