Results 1 to 4 of 4

Thread: AirData 150 Driver Issue PLZ HELP!

  1. #1
    Join Date
    Dec 2010
    Beans
    2

    Angry AirData 150 Driver Issue PLZ HELP!

    Hallo everyone.. I am new to this forum and im not gonna lie i only joined cuz of my problem..

    i own this wifi USB card AirData 150 S2 and i think RaLink is the manufacturer but the only problem is i cannot get it to work in Ubuntu..

    No i dont have any experience in Ubuntu...windows was always my choice but i decided a change in course...

    i would really appreciate it if someone could guide me through the installation and/or configuration needed to make the damn thing work.

    thanx in advance

    Alex

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

    Re: AirData 150 Driver Issue PLZ HELP!

    Please open Applications > Accessories > Terminal and, with the device plugged in, run and post:
    Code:
    lsusb
    lsmod | grep rt2
    The pipe symbol | is on the right side of my US keyboard on the same key with \.

    Thanks.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #3
    Join Date
    Dec 2010
    Beans
    2

    Re: AirData 150 Driver Issue PLZ HELP!

    i tried what you said and thanx for the reply but this is what i get

    root@ubuntu:~# lsmod | rt2
    /usr/lib/ruby/1.8/rt/rtparser.rb:155:in `parse_table_data': RT: different column size (RuntimeError)
    from /usr/lib/ruby/1.8/rt/rtparser.rb:179:in `parse_body'
    from /usr/lib/ruby/1.8/rt/rtparser.rb:85:in `parse'
    from /usr/bin/rt2:147
    root@ubuntu:~#

    any ideas?

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

    Re: AirData 150 Driver Issue PLZ HELP!

    root@ubuntu:~# lsmod | rt2
    First, for security reasons, you should never log in as root, only as an ordinary user. You can temporarily gain administrative privileges with sudo. Second, the command was:
    Code:
    lsmod | grep rt2
    What about the other command?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

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
  •