Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Help installing DIGITAZZ wirless dongle.

  1. #1
    Join Date
    Aug 2011
    Beans
    27

    Help installing DIGITAZZ wirless dongle.

    Every other dongle I have had was simply plug and play, but I have bought a Digitazz one and I cannot get xUbuntu to recognize it. Is there any drivers I can install from the terminal. I am still a fairly new user and I prefer codes instead to using tarballs, they scare me. please help.

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

    Re: Help installing DIGITAZZ wirless dongle.

    Please run and post:
    Code:
    lsusb
    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
    Aug 2011
    Beans
    27

    Re: Help installing DIGITAZZ wirless dongle.

    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 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 001 Device 002: ID 148f:5372 Ralink Technology, Corp.
    xubuntu@ubuntu:~$

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

    Re: Help installing DIGITAZZ wirless dongle.

    The most recent versions of Ubuntu drive this device with rt2800usb. Which version are you running?
    Code:
    lsb_release -d
    Is rt2800usb loading?
    Code:
    lsmod | grep rt2
    iwconfig
    rfkill list all
    dmesg | grep rt2
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  5. #5
    Join Date
    Aug 2011
    Beans
    27

    Re: Help installing DIGITAZZ wirless dongle.

    Ok, hope I am doing this correctly...

    Description: Ubuntu 12.04.2 LTS
    xubuntu@ubuntu:~$ lsmod | grep rt2
    rt2800usb 22373 0
    rt2800lib 53298 1 rt2800usb
    crc_ccitt 12627 1 rt2800lib
    rt2x00usb 20099 1 rt2800usb
    rt2x00lib 48875 3 rt2800usb,rt2800lib,rt2x00usb
    mac80211 436493 3 rt2800lib,rt2x00usb,rt2x00lib
    cfg80211 178877 2 rt2x00lib,mac80211
    xubuntu@ubuntu:~$ iwconfig
    lo no wireless extensions.

    eth0 no wireless extensions.

    xubuntu@ubuntu:~$ rfkill list all
    xubuntu@ubuntu:~$ dmesg | grep rt2

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

    Re: Help installing DIGITAZZ wirless dongle.

    Something's funny here, obviously. Please do:
    Code:
    dmesg > ouija.txt
    Find the file ouija.txt in your user directory and paste it here and give us the link.

    http://paste.ubuntu.com/
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  7. #7
    Join Date
    Aug 2011
    Beans
    27

    Re: Help installing DIGITAZZ wirless dongle.

    Quote Originally Posted by chili555 View Post
    Something's funny here, obviously. Please do:
    Code:
    dmesg > ouija.txt
    Find the file ouija.txt in your user directory and paste it here and give us the link.

    http://paste.ubuntu.com/

    I am sorry I don't understand
    dmesg > ouija.txt in terminal? please explain step by step for me.

  8. #8
    Join Date
    Aug 2011
    Beans
    27

    Re: Help installing DIGITAZZ wirless dongle.

    My name isn't ouija in xubuntu, it is just xubuntu. and when I try either, nothing is happening in terminal.

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

    Re: Help installing DIGITAZZ wirless dongle.

    When you run the command:
    Code:
    dmesg
    ...it produces dozens and dozens of lines of output. You can't easily copy and paste all that in the forum. Even if you did, you'd end up with a post that was very long. That's referred to as flooding the forum and is frowned upon. So how can we see a file that's 100 lines long? By using pastebin, a site that's specifically made for floods.

    The terminal produces no output because your command was accepted without error or warning; just what we want. But, it undoubtedly produced the needed text document. Please look in your user directory and open it with gedit. Click Edit > Select All and Copy. Open the website for pastebin and paste it in. A link will be created and we need that to see your text.

    It doesn't matter to you what the file is named. You could call it ouija.txt or dmesg.txt or ilovechocolate.txt. It only matters to me so I can refer back to files I have on MY computer and relate them to the poster in question. I answer many posts a day here and on other forums, so it helps to separate your dmesg from another person's dmesg.

    Please see attached. Here is an example bill.txt.
    Attached Images Attached Images
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  10. #10
    Join Date
    Aug 2011
    Beans
    27

    Re: Help installing DIGITAZZ wirless dongle.

    Thanks that really helps me. I was getting really confused .

Page 1 of 2 12 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
  •