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

Thread: Wireless not working in Ubuntu 12.04

  1. #21
    Join Date
    Aug 2012
    Beans
    1

    Re: Wireless not working in Ubuntu 12.04

    Ok, so here is my odessy... I have a Cisco AM10 that works fine if the machine is also connected by a hard wired connection, and not at all if the wireless is the only network connection.

    By working fine, I mean it shows up on the desktop and connects to my wireless network (can tell it was successful from the router).

    I took no special steps to get the adapter working. The attached are the previously requested commands from the PC when it is booted without the hard link (so non-working). My guess is that some change in the start-up process will solve this problem.
    Code:
    cat /etc/lsb-release; uname -a 
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=12.04
    DISTRIB_CODENAME=precise
    DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"
    Linux ubuntu-64-FX6800 3.2.0-27-generic #43-Ubuntu SMP Fri Jul 6 14:25:57 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
    
    lspci -nnk | grep -iA2 net
    00:19.0 Ethernet controller [0200]: Intel Corporation 82567LF-2 Gigabit Network Connection [8086:10cd]
        Subsystem: Acer Incorporated [ALI] Device [1025:0198]
        Kernel driver in use: e1000e
    
    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 001 Device 002: ID 1307:0169 Transcend Information, Inc. 
    Bus 004 Device 002: ID 045e:00b9 Microsoft Corp. Wireless Optical Mouse 3.0
    Bus 001 Device 004: ID 1307:1169 Transcend Information, Inc. TS2GJF210 JetFlash 210 2GB
    Bus 001 Device 005: ID 13b1:0031 Linksys AM10 v1 802.11n [Ralink RT3072]
    Bus 002 Device 002: ID 090c:1000 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.) 64MB QDI U2 DISK
    
    iwconfig
    lo        no wireless extensions.
    
    wlan0     IEEE 802.11bgn  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:on
              
    eth0      no wireless extensions.
    
    rfkill list all
    0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
    
    lsmod
    Module                  Size  Used by
    nls_iso8859_1          12713  1 
    nls_cp437              16991  1 
    vfat                   17585  1 
    fat                    61512  1 vfat
    bnep                   18281  2 
    parport_pc             32866  0 
    ppdev                  17113  0 
    rfcomm                 47604  0 
    bluetooth             180104  10 bnep,rfcomm
    vesafb                 13844  1 
    nvidia              12319264  58 
    arc4                   12529  2 
    rt2800usb              22684  0 
    rt2800lib              58925  1 rt2800usb
    crc_ccitt              12667  1 rt2800lib
    rt2x00usb              20762  1 rt2800usb
    rt2x00lib              51144  3 rt2800usb,rt2800lib,rt2x00usb
    mac80211              506816  3 rt2800lib,rt2x00usb,rt2x00lib
    cfg80211              205544  2 rt2x00lib,mac80211
    snd_hda_codec_realtek   223962  1 
    snd_hda_intel          33773  3 
    snd_hda_codec         127706  2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep              13668  1 snd_hda_codec
    snd_pcm                97188  2 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
    mxm_wmi                12979  0 
    snd_timer              29990  2 snd_pcm,snd_seq
    snd_seq_device         14540  3 snd_seq_midi,snd_rawmidi,snd_seq
    psmouse                87692  0 
    snd                    78855  15 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    serio_raw              13211  0 
    wmi                    19256  1 mxm_wmi
    i7core_edac            28102  0 
    edac_core              53746  3 i7core_edac
    mac_hid                13253  0 
    lp                     17799  0 
    soundcore              15091  1 snd
    parport                46562  3 parport_pc,ppdev,lp
    snd_page_alloc         18529  2 snd_hda_intel,snd_pcm
    firewire_ohci          41000  0 
    firewire_core          63558  1 firewire_ohci
    crc_itu_t              12707  1 firewire_core
    usbhid                 47199  0 
    e1000e                156693  0 
    hid                    99559  1 usbhid
    pata_jmicron           12747  0 
    usb_storage            49198  1

  2. #22
    Join Date
    Mar 2008
    Beans
    26

    Re: Wireless not working in Ubuntu 12.04

    And here is what the same commands give me when I boot with a hard wire plugged in: (Note I have to do a "sudo ifdown eth0" to avoid confusing the network)

    Code:
    cat /etc/lsb-release; uname -a
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=12.04
    DISTRIB_CODENAME=precise
    DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"
    Linux ubuntu-64-FX6800 3.2.0-27-generic #43-Ubuntu SMP Fri Jul 6 14:25:57 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
    
     lspci -nnk | grep -iA2 net
    00:19.0 Ethernet controller [0200]: Intel Corporation 82567LF-2 Gigabit Network Connection [8086:10cd]
    	Subsystem: Acer Incorporated [ALI] Device [1025:0198]
    	Kernel driver in use: e1000e
    
    
    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 001 Device 002: ID 1307:0169 Transcend Information, Inc. 
    Bus 001 Device 004: ID 1307:1169 Transcend Information, Inc. TS2GJF210 JetFlash 210 2GB
    Bus 001 Device 005: ID 13b1:0031 Linksys AM10 v1 802.11n [Ralink RT3072]
    Bus 004 Device 002: ID 045e:00b9 Microsoft Corp. Wireless Optical Mouse 3.0
    
    iwconfig
    lo        no wireless extensions.
    
    wlan0     IEEE 802.11bgn  ESSID:"Linksys"  
              Mode:Managed  Frequency:2.437 GHz  Access Point: 00:xx:xx:xx:xx:81   
              Bit Rate=65 Mb/s   Tx-Power=20 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:on
              Link Quality=70/70  Signal level=-27 dBm  
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:5  Invalid misc:51   Missed beacon:0
    
    eth0      no wireless extensions.
    
    rfkill list all
    0: phy0: Wireless LAN
    	Soft blocked: no
    	Hard blocked: no
    
    lsmod
    Module                  Size  Used by
    rfcomm                 47604  0 
    parport_pc             32866  0 
    ppdev                  17113  0 
    bnep                   18281  2 
    bluetooth             180104  10 rfcomm,bnep
    vesafb                 13844  1 
    nvidia              12319264  58 
    arc4                   12529  2 
    rt2800usb              22684  0 
    rt2800lib              58925  1 rt2800usb
    crc_ccitt              12667  1 rt2800lib
    rt2x00usb              20762  1 rt2800usb
    rt2x00lib              51144  3 rt2800usb,rt2800lib,rt2x00usb
    mac80211              506816  3 rt2800lib,rt2x00usb,rt2x00lib
    cfg80211              205544  2 rt2x00lib,mac80211
    snd_hda_codec_realtek   223962  1 
    snd_hda_intel          33773  3 
    snd_hda_codec         127706  2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep              13668  1 snd_hda_codec
    snd_pcm                97188  2 snd_hda_intel,snd_hda_codec
    snd_seq_midi           13324  0 
    snd_rawmidi            30748  1 snd_seq_midi
    mxm_wmi                12979  0 
    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
    wmi                    19256  1 mxm_wmi
    psmouse                87692  0 
    snd                    78855  15 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    serio_raw              13211  0 
    mac_hid                13253  0 
    lp                     17799  0 
    i7core_edac            28102  0 
    parport                46562  3 parport_pc,ppdev,lp
    soundcore              15091  1 snd
    snd_page_alloc         18529  2 snd_hda_intel,snd_pcm
    edac_core              53746  3 i7core_edac
    firewire_ohci          41000  0 
    firewire_core          63558  1 firewire_ohci
    usbhid                 47199  0 
    crc_itu_t              12707  1 firewire_core
    hid                    99559  1 usbhid
    e1000e                156693  0 
    pata_jmicron           12747  0 
    usb_storage            49198  0

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

    Re: Wireless not working in Ubuntu 12.04

    Hi, please do:
    Code:
    echo "options rt2800usb  nohwcrypt=1" | sudo tee /etc/modprobe.d/rt2800usb.conf
    sudo modprobe -rfv rt2800usb
    sudo modprobe -v rt2800usb
    Then:
    Code:
    gksudo gedit /etc/pm/power.d/wireless
    (this will create or edit a configuration file that will override the default powermanagement behavior) and enter the following:
    #!/bin/sh

    Code:
    /sbin/iwconfig wlan0 power off
    above exit0, then save gedit, close and reboot.

    If wireless still does not connect 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/netscript.sh && chmod +x netscript.sh && ./netscript.sh
    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
    Mar 2008
    Beans
    26

    Re: Wireless not working in Ubuntu 12.04

    Thank you. No luck after the modprobe and power changes. I'm getting a 404 error from dropbox while trying to download the script.

    - Alan

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

    Re: Wireless not working in Ubuntu 12.04

    Hi,try it this way I changed the name last night sorry! 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

  6. #26
    Join Date
    Mar 2008
    Beans
    26

    Re: Wireless not working in Ubuntu 12.04

    Ok, so here is the upload with a working wireless adapter (booted with the hard wire plugged in and did a sudo ifdown eth0).

    I'll send along the non-working version in a minute.

    - Alan
    Attached Files Attached Files

  7. #27
    Join Date
    Mar 2008
    Beans
    26

    Re: Wireless not working in Ubuntu 12.04

    Here is what I get from the same script after booting without the hard line installed (wireless will not come up).

    Thank you,

    Alan
    Attached Files Attached Files

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

    Re: Wireless not working in Ubuntu 12.04

    Hi, did you delete the old text info before you ran the script because I think you posted the old netinfo.text file, power management is still on is the reason I think this and if you did not delete the old file then the new one should have a 1 in the name.
    Thanks

  9. #29
    Join Date
    Mar 2008
    Beans
    26

    Re: Wireless not working in Ubuntu 12.04

    Both the files I posted were new. I renamed the file between runs. The contents of etc/pm/power.d/wireless follow (though they seem to have been ignored...):

    Code:
    alan@ubuntu-64-FX6800:/etc/pm/power.d$ cat wireless
    #!/bin/sh
    /sbin/iwconfig wlan0 power off

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

    Re: Wireless not working in Ubuntu 12.04

    Quote Originally Posted by AC_Soaring View Post
    Both the files I posted were new. I renamed the file between runs. The contents of etc/pm/power.d/wireless follow (though they seem to have been ignored...):

    Code:
    alan@ubuntu-64-FX6800:/etc/pm/power.d$ cat wireless
    #!/bin/sh
    /sbin/iwconfig wlan0 power off
    Hi go into this file and add exit 0 to the very bottom the save, close and reboot.
    Thanks

Page 3 of 9 FirstFirst 12345 ... LastLast

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
  •