Page 18 of 22 FirstFirst ... 81617181920 ... LastLast
Results 171 to 180 of 215

Thread: Ubuntu 10.04 using the Ralink RT2860 WiFi chipset (e.g. EeeBox B202)

  1. #171
    Join Date
    Aug 2010
    Beans
    30

    Re: Ubuntu 10.04 using the Ralink RT2860 WiFi chipset (e.g. EeeBox B202)

    Quote Originally Posted by rainbowdash443 View Post
    Why Not Run 11.10?
    Edit: nvm, I see your re: was to someone else

  2. #172
    Join Date
    Feb 2009
    Location
    Hull, England
    Beans
    Hidden!
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Ubuntu 10.04 using the Ralink RT2860 WiFi chipset (e.g. EeeBox B202)

    Well you're using exactly the same wireless card as me.
    rt2800pci is loading which is what 11.10 is using to connect.
    Don't you see any networks at all when you click your Network icon?

  3. #173
    Join Date
    Aug 2010
    Beans
    30

    Re: Ubuntu 10.04 using the Ralink RT2860 WiFi chipset (e.g. EeeBox B202)

    I took a suggestion and blacklisted acer_wmi and it helped nothing. Also, "Enable Wireless" is grayed out. Also, "Enable Wireless" is grayed out.

  4. #174
    Join Date
    Feb 2009
    Location
    Hull, England
    Beans
    Hidden!
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Ubuntu 10.04 using the Ralink RT2860 WiFi chipset (e.g. EeeBox B202)

    Looking at your lsmod & lspci, you shouldn't need to blacklist anything.
    It may be though that now you have tried installing the rt3090sta driver from Ralink, you're wireless is screwed.
    This guide only really works well on 10.04 with the 2.6.32 kernel.
    Like I said this card should have worked out of the box in both 11.04 & 11.10.
    If you boot into the live CD, and click the wireless icon, do you see any networks at all?

  5. #175
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Ubuntu 10.04 using the Ralink RT2860 WiFi chipset (e.g. EeeBox B202)

    Yes, I'm using 11.10. It didn't work on 10.04, or 11.04, or 11.10.
    I don't know what to do. D:
    Please let us see:
    Code:
    iwconfig
    sudo iwlist scan
    md5sum /lib/firmware/rt2860.bin
    dmesg | grep rt2
    Thanks.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  6. #176
    Join Date
    Aug 2010
    Beans
    30

    Re: Ubuntu 10.04 using the Ralink RT2860 WiFi chipset (e.g. EeeBox B202)

    Quote Originally Posted by chili555 View Post
    Please let us see:
    Code:
    iwconfig
    sudo iwlist scan
    md5sum /lib/firmware/rt2860.bin
    dmesg | grep rt2
    Thanks.
    james@james-Lenovo-B575:~$ iwconfig
    lo no wireless extensions.

    eth0 no wireless extensions.

    wlan0 IEEE 802.11bgn ESSIDff/any
    Mode:Managed Access Point: Not-Associated Tx-Power=off
    Retry long limit:7 RTS thrff Fragment thrff
    Power Managementff

    james@james-Lenovo-B575:~$ sudo iwlist scan
    [sudo] password for james:
    Sorry, try again.
    [sudo] password for james:
    lo Interface doesn't support scanning.

    eth0 Interface doesn't support scanning.

    wlan0 Interface doesn't support scanning : Network is down

  7. #177
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Ubuntu 10.04 using the Ralink RT2860 WiFi chipset (e.g. EeeBox B202)

    Quote Originally Posted by jameswm View Post
    james@james-Lenovo-B575:~$ iwconfig
    lo no wireless extensions.

    eth0 no wireless extensions.

    wlan0 IEEE 802.11bgn ESSIDff/any
    Mode:Managed Access Point: Not-Associated Tx-Power=off
    Retry long limit:7 RTS thrff Fragment thrff
    Power Managementff

    james@james-Lenovo-B575:~$ sudo iwlist scan
    [sudo] password for james:
    Sorry, try again.
    [sudo] password for james:
    lo Interface doesn't support scanning.

    eth0 Interface doesn't support scanning.

    wlan0 Interface doesn't support scanning : Network is down
    And how about the other two I requested?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  8. #178
    Join Date
    Aug 2010
    Beans
    30

    Re: Ubuntu 10.04 using the Ralink RT2860 WiFi chipset (e.g. EeeBox B202)

    Oh, sorry. I copy/pasted all the commands at once and thought that would work.

    md5sum /lib/firmware/rt2860.bin
    james@james-Lenovo-B575:~$ md5sum /lib/firmware/rt2860.bin
    75a1da3caa0b1c95e81dfba207f834c6 /lib/firmware/rt2860.bin
    and

    dmesg | grep rt2
    james@james-Lenovo-B575:~$ dmesg | grep rt2
    [ 34.350488] rt2800pci 0000:03:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [ 34.350508] rt2800pci 0000:03:00.0: setting latency timer to 64
    [ 34.398508] Registered led device: rt2800pci-phy0::radio
    [ 34.398587] Registered led device: rt2800pci-phy0::assoc
    [ 34.398660] Registered led device: rt2800pci-phy0::quality
    [ 35.186819] phy0 -> rt2800pci_mcu_status: Error - MCU request failed, no response from hardware

  9. #179
    Join Date
    Aug 2010
    Beans
    30

    Re: Ubuntu 10.04 using the Ralink RT2860 WiFi chipset (e.g. EeeBox B202)

    OMG. I'm an idiot. The fix was simple. Ubuntu was set to load before the wireless card. Thank you SO much for your time, and I'm sorry you wasted it.

  10. #180
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Ubuntu 10.04 using the Ralink RT2860 WiFi chipset (e.g. EeeBox B202)

    Glad it's working and I was happy to help.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

Page 18 of 22 FirstFirst ... 81617181920 ... 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
  •