Results 1 to 10 of 24

Thread: Ralink wireless card not working out of the box

Threaded View

  1. #1
    Join Date
    Mar 2010
    Location
    Netherlands
    Beans
    17
    Distro
    Ubuntu 9.10 Karmic Koala

    [Solved] Ralink wireless card not working out of the box

    Edit: Problem solved, solution:

    GRUB_CMDLINE_LINUX="acpi=force irqpoll"

    After installing Ubuntu 9.10 today I couldn't get my wireless card to work, I tried several things noted in other threads, but to no avail.

    lspci -v | less gives me the following:

    Code:
    00:06.0 Network controller: RaLink RT2561/RT61 802.11g PCI
            Subsystem: RaLink Device 2561
            Flags: bus master, slow devsel, latency 64
            Memory at ffff8000 (32-bit, non-prefetchable) [size=32K]
            Capabilities: <access denied>
            Kernel driver in use: rt61pci
            Kernel modules: rt61pci


    ndiswrapper -l
    gives no result

    iwconfig shows me the following:

    Code:
    wlan0     IEEE 802.11bg  ESSID:""  
              Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated   
              Tx-Power=0 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:on
              Link Quality:0  Signal level:0  Noise level:0
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0
    lshw -C network shows me:

    Code:
    *-network:0 DISABLED    
           description: Wireless interface
           product: RT2561/RT61 802.11g PCI
           vendor: RaLink
           physical id: 6
           bus info: pci@0000:00:06.0
           logical name: wmaster0
           version: 00
           serial: 00:10:60:64:61:19
           width: 32 bits
           clock: 33MHz
           capabilities: pm bus_master cap_list logical ethernet physical wireless
           configuration: broadcast=yes driver=rt61pci latency=64 multicast=yes wireless=IEEE 802.11bg
           resources: irq:0 memory:ffff8000-ffffffff
      *-network:1
           description: Ethernet interface
           product: VT6102 [Rhine-II]
           vendor: VIA Technologies, Inc.
           physical id: 12
           bus info: pci@0000:00:12.0
           logical name: eth0
           version: 74
           serial: 00:40:d0:97:6c:b1
           size: 100MB/s
           capacity: 100MB/s
           width: 32 bits
           clock: 33MHz
           capabilities: pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
           configuration: autonegotiation=on broadcast=yes driver=via-rhine driverversion=1.4.3 duplex=full ip=10.0.0.17 latency=128 link=yes maxlatency=8 mingnt=3 multicast=yes port=MII speed=100MB/s
           resources: irq:11 ioport:e200(size=256) memory:d0000000-d00000ff
    Please help me out, if there's any diagnostics you want me to perform let me know.
    Last edited by Ukebane; March 20th, 2010 at 01:04 PM. Reason: added result for lshw -C network

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
  •