Page 1 of 7 123 ... LastLast
Results 1 to 10 of 65

Thread: Ralink rt3060 cant find network Ubuntu 11.10

  1. #1
    Join Date
    Sep 2010
    Beans
    46

    Ralink rt3060 cant find network Ubuntu 11.10

    Hey all, I bought a new wireless card recently, and it doesn't seem to find any networks in Network manager. When I try to 'connect to a hidden network' it just never gets anywhere.

    I've put all the commands in the sticky into terminal, this is what they all returned:

    lsmod
    Module Size Used by
    vesafb 13809 1
    bnep 18436 2
    rfcomm 47946 0
    bluetooth 166112 10 bnep,rfcomm
    snd_hda_codec_hdmi 32040 1
    snd_hda_codec_realtek 330769 1
    ppdev 17113 0
    fglrx 2929009 101
    snd_seq_midi 13324 0
    snd_rawmidi 30547 1 snd_seq_midi
    snd_seq_midi_event 14899 1 snd_seq_midi
    snd_hda_intel 33390 3
    snd_hda_codec 104802 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_i ntel
    snd_hwdep 13668 1 snd_hda_codec
    arc4 12529 4
    snd_seq 61896 2 snd_seq_midi,snd_seq_midi_event
    rt2800pci 18715 0
    rt2800lib 54306 1 rt2800pci
    rt73usb 31735 0
    crc_itu_t 12707 1 rt73usb
    rt2x00usb 20830 1 rt73usb
    crc_ccitt 12667 1 rt2800lib
    snd_pcm 96755 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
    rt2x00pci 14578 1 rt2800pci
    rt2x00lib 50325 5 rt2800pci,rt2800lib,rt73usb,rt2x00usb,rt2x00pci
    mac80211 310872 4 rt2800lib,rt2x00usb,rt2x00pci,rt2x00lib
    snd_timer 29991 2 snd_seq,snd_pcm
    edac_core 53746 0
    snd_seq_device 14540 3 snd_seq_midi,snd_rawmidi,snd_seq
    k8temp 13057 0
    cfg80211 199587 2 rt2x00lib,mac80211
    edac_mce_amd 23709 0
    eeprom_93cx6 12725 1 rt2800pci
    snd 68266 16 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_rawmi di,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_seq,s nd_pcm,snd_timer,snd_seq_device
    soundcore 12680 1 snd
    parport_pc 36962 1
    snd_page_alloc 18529 2 snd_hda_intel,snd_pcm
    binfmt_misc 17540 1
    i2c_nforce2 13058 0
    lp 17799 0
    parport 46562 3 ppdev,parport_pc,lp
    usbhid 47198 0
    hid 95463 1 usbhid
    forcedeth 67563 0
    sata_nv 32305 0
    pata_amd 14121 3

    Sorry I have no idea which part of this you're after...

    lspci
    01:07.0 Network controller: Ralink corp. RT3060 Wireless 802.11n 1T/1R

    iwconfig
    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:off

    ifconfig
    wlan0 Link encap:Ethernet HWaddr c8:3a:35:c7:42:a0
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

    sudo lshw -C network
    *-network
    description: Wireless interface
    product: RT3060 Wireless 802.11n 1T/1R
    vendor: Ralink corp.
    physical id: 7
    bus info: pci@0000:01:07.0
    logical name: wlan0
    version: 00
    serial: c8:3a:35:c7:42:a0
    width: 32 bits
    clock: 33MHz
    capabilities: pm bus_master cap_list ethernet physical wireless
    configuration: broadcast=yes driver=rt2800pci driverversion=3.0.0-12-generic firmware=0.34 latency=32 link=no maxlatency=4 mingnt=2 multicast=yes wireless=IEEE 802.11bgn
    resources: irq:17 memory:fa000000-fa00ffff

    sudo iwlist scan
    wlan0 No scan results

    dmesg | grep rt2
    [ 16.327441] rt2800pci 0000:01:07.0: PCI INT A -> Link[APC2] -> GSI 17 (level, low) -> IRQ 17
    [ 16.376389] Registered led device: rt2800pci-phy1::radio
    [ 16.376407] Registered led device: rt2800pci-phy1::assoc
    [ 16.376427] Registered led device: rt2800pci-phy1::quality
    [ 17.448313] phy1 -> rt2800pci_mcu_status: Error - MCU request failed, no response from hardware

    rfkill list
    0: phy1: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

    ubuntu 11.10

    3.0.0-12-generic x86_64

    I noticed where it says driver=rt2800pci after the lshw command doesn't seem to match what the Network Manager says, not sure if that could be the issue...

    I'm a serious newbie when it comes to Ubuntu, not been running it too long, so please feel free to dumb down anything answers to any extent you feel necessary!

    Any help is appreciated.
    Last edited by Reded; October 28th, 2011 at 11:11 PM. Reason: Emotes taking up my command replies

  2. #2
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,970
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Ralink rt3060 cant find network Ubuntu 11.10

    Please show:

    Code:
    lsmod
    dmesg | grep rt2
    iwconfig
    rfkill list
    sudo iwlist scan

  3. #3
    Join Date
    Sep 2010
    Beans
    46

    Re: Ralink rt3060 cant find network Ubuntu 11.10

    Already posted iwconfig + sudo iwlist scan..

    I'll post the others when I get back on Linux, mostly posting this to make sure the thread doesn't die - I'm on Windows for a couple days while I fix something up on there, thanks!

  4. #4
    Join Date
    Sep 2010
    Beans
    46

    Re: Ralink rt3060 cant find network Ubuntu 11.10

    Alright, been away for a bit had to clean-install Ubuntu, don't ask..

    Editting my first post to contain all the info now.

  5. #5
    Join Date
    Sep 2010
    Beans
    46

    Re: Ralink rt3060 cant find network Ubuntu 11.10

    All editted. Hope this gets sorted at some point! Thanks.

  6. #6
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,970
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Ralink rt3060 cant find network Ubuntu 11.10

    Which device ID does the card have?

    Code:
    lspci -nnk | grep -iA2 net
    please. If it is "1814:3060" there is an installation procedure here (copy/paste it line by line):

    Code:
    sudo apt-get install --reinstall linux-headers-generic build-essential dkms
    wget http://media.cdn.ubuntu-de.org/forum/attachments/2814031/angepasster-DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217.tar.gz
    tar xzvf angepasster-DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217.tar.gz
    cd angepasster-DPO_RT3562_3592_3062_LinuxSTA_V2.4.1.1_20101217/
    sudo make
    sudo make install
    echo "blacklist rt2800pci" | sudo tee /etc/modprobe.d/blacklist-rt2800pci.conf
    sudo modprobe -rfv rt2800pci
    sudo modprobe -v rt3562sta

  7. #7
    Join Date
    Sep 2010
    Beans
    46

    Re: Ralink rt3060 cant find network Ubuntu 11.10

    Device is working fine, thanks a bunch!

    I got drivers with the card, but the installation instructions didn't seem to be for Ubuntu (Or at least not for 11.10) And that just confused me further, your list of commands worked perfectly, thanks again

    EDIT:

    Now I'm getting that old problem where it cuts me off when I try to download anything big. I've tried the iwconfig power off command, doesn't seem to fix it!
    Last edited by Reded; October 29th, 2011 at 02:32 AM.

  8. #8
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,970
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Ralink rt3060 cant find network Ubuntu 11.10

    Show:

    Code:
    route -n
    ifconfig -a
    iwconfig
    sudo iwlist scan
    cat /etc/resolv.conf
    lsmod

  9. #9
    Join Date
    Sep 2010
    Beans
    46

    Re: Ralink rt3060 cant find network Ubuntu 11.10

    route -n
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 ra0
    169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 ra0
    192.168.1.0 0.0.0.0 255.255.255.0 U 2 0 0 ra0

    ifconfig -a
    Link encap:Ethernet HWaddr c8:3a:35:c7:42:a0
    inet addr:192.168.1.33 Bcast:192.168.1.255 Mask:255.255.255.0
    inet6 addr: fe80::ca3a:35ff:fec7:42a0/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:3028784 errors:0 dropped:0 overruns:0 frame:0
    TX packets:2711279 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:401239699 (401.2 MB) TX bytes:397528679 (397.5 MB)
    Interrupt:17

    iwconfig
    ra0 Ralink STA ESSID:"ZyXEL_8376vik" Nickname:"RT3562STA"
    Mode:Managed Frequency=2.462 GHz Access Point: 00:02:CF:7F:60:00
    Bit Rate=54 Mb/s
    RTS thr:off Fragment thr:off
    Link Quality=100/100 Signal level:-48 dBm Noise level:-75 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0

    sudo iwlist scan
    Scan completed :
    Cell 01 - Address: 00:02:CF:7F:60:00
    Protocol:802.11b/g
    ESSID:"ZyXEL_8376vik"
    Mode:Managed
    Frequency:2.462 GHz (Channel 11)
    Quality:100/100 Signal level:-49 dBm Noise level:-92 dBm
    Encryption key:on
    Bit Rates:54 Mb/s

    cat /etc/resolv.conf
    # Generated by NetworkManager
    nameserver 192.168.1.1

    lsmod
    Module Size Used by
    snd_hrtimer 12744 1
    rfcomm 47946 0
    bnep 18436 2
    bluetooth 166112 8 rfcomm,bnep
    vesafb 13809 1
    binfmt_misc 17540 1
    snd_hda_codec_hdmi 32040 1
    snd_hda_codec_realtek 330769 1
    snd_hda_intel 33390 7
    snd_hda_codec 104802 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_i ntel
    snd_hwdep 13668 1 snd_hda_codec
    snd_pcm 96755 5 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
    snd_seq_midi 13324 0
    snd_rawmidi 30547 1 snd_seq_midi
    snd_seq_midi_event 14899 1 snd_seq_midi
    snd_seq 61896 3 snd_seq_midi,snd_seq_midi_event
    fglrx 2929009 200
    edac_core 53746 0
    edac_mce_amd 23709 0
    snd_timer 29991 3 snd_hrtimer,snd_pcm,snd_seq
    snd_seq_device 14540 3 snd_seq_midi,snd_rawmidi,snd_seq
    rt3562sta 990799 1
    ppdev 17113 0
    parport_pc 36962 1
    snd 68266 23 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
    k8temp 13057 0
    i2c_nforce2 13058 0
    soundcore 12680 1 snd
    snd_page_alloc 18529 2 snd_hda_intel,snd_pcm
    lp 17799 0
    parport 46562 3 ppdev,parport_pc,lp
    usbhid 47198 0
    hid 95463 1 usbhid
    forcedeth 67563 0
    sata_nv 32305 0
    pata_amd 14121 2

    Like I said the Wireless Card is working now - it just disconnects whenever I download something big (Similar to the power management issue I always get when I fresh-install Ubuntu - I've tried the usual fix for that, apparently ra0 doesn't support that operation!

  10. #10
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,970
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Ralink rt3060 cant find network Ubuntu 11.10

    You can change the power management in a file. Please show:

    Code:
    cat /usr/lib/pm-utils/power.d/wireless

Page 1 of 7 123 ... 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
  •