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

Thread: Ubuntu Unable to detect USB Wireless Dongle

  1. #1
    Join Date
    Apr 2011
    Beans
    38

    Ubuntu Unable to detect USB Wireless Dongle

    Asked to run, and post the results of the following;

    lspci -nnk | grep -iA2 net

    00:10.0 Ethernet controller [0200]: 3Com Corporation 3c556 Hurricane CardBus [Cyclone] [10b7:6055] (rev 10)
    Subsystem: 3Com Corporation Device [10b7:6456]
    Kernel driver in use: 3c59x
    lsusb
    Bus 004 Device 003: ID 0bda:8176 Realtek Semiconductor Corp.
    Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 003: ID 15d9:0a4f Trust International B.V.
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    lsmod
    Module Size Used by
    r128 35342 3
    drm 168092 4 r128
    binfmt_misc 6599 1
    usbhid 36882 0
    hid 67742 1 usbhid
    snd_maestro3 15794 2
    snd_ac97_codec 99227 1 snd_maestro3
    ac97_bus 1014 1 snd_ac97_codec
    snd_pcm 71475 2 snd_maestro3,snd_ac97_codec
    snd_page_alloc 7120 1 snd_pcm
    snd_seq_midi 4588 0
    joydev 8767 0
    snd_rawmidi 17783 1 snd_seq_midi
    snd_seq_midi_event 6047 1 snd_seq_midi
    snd_seq 47174 2 snd_seq_midi,snd_seq_midi_event
    ppdev 5556 0
    snd_timer 19067 2 snd_pcm,snd_seq
    pcmcia 35973 0
    snd_seq_device 5744 3 snd_seq_midi,snd_rawmidi,snd_seq
    dcdbas 5402 0
    intel_agp 26566 1
    psmouse 59033 0
    snd 49102 11 snd_maestro3,snd_ac97_codec,snd_pcm,snd_rawmidi,sn d_seq,snd_timer,snd_seq_device
    video 18712 0
    parport_pc 26058 1
    yenta_socket 21518 0
    output 1883 1 video
    serio_raw 4022 0
    pcmcia_rsrc 10566 1 yenta_socket
    shpchp 29886 0
    soundcore 880 1 snd
    i2c_piix4 8635 0
    pcmcia_core 14657 3 pcmcia,yenta_socket,pcmcia_rsrc
    agpgart 32011 2 drm,intel_agp
    lp 7342 0
    parport 31492 3 ppdev,parport_pc,lp
    3c59x 32011 0
    floppy 54311 0
    mii 4425 1 3c59x
    iwconfig
    lo no wireless extensions.

    eth0 no wireless extensions.
    cat /etc/network/interfaces
    # This file describes the network interfaces available on your system
    # and how to activate them. For more information, see interfaces(5).

    # The loopback network interface
    auto lo
    iface lo inet loopback

    # The primary network interface
    auto eth0
    #iface eth0 inet dhcp
    cat /etc/resolv.conf
    # Generated by NetworkManager
    nameserver 192.168.1.1
    route -n
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
    169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
    0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
    rfkill list
    NO RESPONSE IN TERMINAL

    sudo iwlist scan
    lo Interface doesn't support scanning.

    eth0 Interface doesn't support scanning.
    Hope that helps. I did all of that yesterday, too, and still don't have a clue how to make Ubuntu see the USB Network Dongle. Thanks.

    KirkS

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

    Re: Ubuntu Unable to detect USB Wireless Dongle

    Hi,

    install the driver via (Installation for Ubuntu until 11.04):

    Code:
    sudo apt-get install --reinstall linux-headers-$(uname -r) linux-headers-generic build-essential dkms
    wget http://media.cdn.ubuntu-de.org/forum/attachments/2844083/rtl8192cu-3.1.2590_dkms.tar.gz
    sudo tar xvf rtl8192cu-3.1.2590_dkms.tar.gz -C /usr/src
    sudo dkms add -m rtl8192cu -v 3.1.2590
    sudo dkms build -m rtl8192cu -v 3.1.2590
    sudo dkms install -m rtl8192cu -v 3.1.2590
    Reboot and check:

    Code:
    uname -a
    lsmod
    iwconfig
    dmesg | grep r8
    sudo iwlist scan
    iwlist chan

  3. #3
    Join Date
    Apr 2011
    Beans
    38

    Re: Ubuntu Unable to detect USB Wireless Dongle

    Quote Originally Posted by praseodym View Post
    Hi,

    install the driver via (Installation for Ubuntu until 11.04):

    Code:
    sudo apt-get install --reinstall linux-headers-$(uname -r) linux-headers-generic build-essential dkms
    wget http://media.cdn.ubuntu-de.org/forum/attachments/2844083/rtl8192cu-3.1.2590_dkms.tar.gz
    sudo tar xvf rtl8192cu-3.1.2590_dkms.tar.gz -C /usr/src
    sudo dkms add -m rtl8192cu -v 3.1.2590
    sudo dkms build -m rtl8192cu -v 3.1.2590
    sudo dkms install -m rtl8192cu -v 3.1.2590
    Reboot and check:

    Code:
    uname -a
    lsmod
    iwconfig
    dmesg | grep r8
    sudo iwlist scan
    iwlist chan
    Hello,

    I think you may want to see what occurred from entering the above commands.

    ]sudo apt-get install --reinstall linux-headers-$(uname -r) linux-headers-generic build-essential dkms
    wget http://media.cdn.ubuntu-de.org/forum...90_dkms.tar.gz
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following NEW packages will be installed:
    dkms
    0 upgraded, 1 newly installed, 3 reinstalled, 0 to remove and 0 not upgraded.
    Need to get 71.3kB/889kB of archives.
    After this operation, 487kB of additional disk space will be used.
    Get:1 http://us.archive.ubuntu.com/ubuntu/ maverick-updates/main dkms all 2.1.1.2-3ubuntu1.1 [71.3kB]
    Fetched 71.3kB in 1s (68.7kB/s)
    (Reading database ... 145271 files and directories currently installed.)
    Preparing to replace build-essential 11.5 (using .../build-essential_11.5_i386.deb) ...
    Unpacking replacement build-essential ...
    Selecting previously deselected package dkms.
    Unpacking dkms (from .../dkms_2.1.1.2-3ubuntu1.1_all.deb) ...
    Preparing to replace linux-headers-2.6.35-31-generic 2.6.35-31.63 (using .../linux-headers-2.6.35-31-generic_2.6.35-31.63_i386.deb) ...
    Unpacking replacement linux-headers-2.6.35-31-generic ...
    Preparing to replace linux-headers-generic 2.6.35.31.40 (using .../linux-headers-generic_2.6.35.31.40_i386.deb) ...
    Unpacking replacement linux-headers-generic ...
    Processing triggers for man-db ...
    Setting up build-essential (11.5) ...
    Setting up dkms (2.1.1.2-3ubuntu1.1) ...
    Setting up linux-headers-2.6.35-31-generic (2.6.35-31.63) ...
    Examining /etc/kernel/header_postinst.d.
    run-parts: executing /etc/kernel/header_postinst.d/dkms 2.6.35-31-generic /boot/vmlinuz-2.6.35-31-generic
    * dkms: running auto installation service for kernel 2.6.35-31-generic
    run-parts: executing /etc/kernel/header_postinst.d/nvidia-common 2.6.35-31-generic /boot/vmlinuz-2.6.35-31-generic
    Setting up linux-headers-generic (2.6.35.31.40) ...
    sudo tar xvf rtl8192cu-3.1.2590_dkms.tar.gz -C /usr/src
    tar: rtl8192cu-3.1.2590_dkms.tar.gz: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    sudo dkms add -m rtl8192cu -v 3.1.2590
    Error! Could not find module source directory.
    Directory: /usr/src/rtl8192cu-3.1.2590 does not exist.
    sudo dkms build -m rtl8192cu -v 3.1.2590
    Error! DKMS tree does not contain: rtl8192cu-3.1.2590
    Build cannot continue without the proper tree.
    sudo dkms install -m rtl8192cu -v 3.1.2590
    Error! DKMS tree does not contain: rtl8192cu-3.1.2590
    Build cannot continue without the proper tree.
    I will reboot to see what happens, and post again the results for the first round of commands, if you wish.

    Thanks.

    KirkS

  4. #4
    Join Date
    Apr 2011
    Beans
    38

    Re: Ubuntu Unable to detect USB Wireless Dongle

    Hello, posting commands after reboot.

    uname -a
    Linux ubuntuLatitude 2.6.35-31-generic #63-Ubuntu SMP Mon Nov 28 19:23:11 UTC 2011 i686 GNU/Linux
    lsmod
    Module Size Used by
    r128 35342 3
    drm 168092 4 r128
    binfmt_misc 6599 1
    usbhid 36882 0
    hid 67742 1 usbhid
    snd_maestro3 15794 2
    snd_ac97_codec 99227 1 snd_maestro3
    ac97_bus 1014 1 snd_ac97_codec
    snd_pcm 71475 2 snd_maestro3,snd_ac97_codec
    snd_page_alloc 7120 1 snd_pcm
    snd_seq_midi 4588 0
    snd_rawmidi 17783 1 snd_seq_midi
    joydev 8767 0
    snd_seq_midi_event 6047 1 snd_seq_midi
    snd_seq 47174 2 snd_seq_midi,snd_seq_midi_event
    pcmcia 35973 0
    ppdev 5556 0
    snd_timer 19067 2 snd_pcm,snd_seq
    snd_seq_device 5744 3 snd_seq_midi,snd_rawmidi,snd_seq
    intel_agp 26566 1
    dcdbas 5402 0
    snd 49102 11 snd_maestro3,snd_ac97_codec,snd_pcm,snd_rawmidi,sn d_seq,snd_timer,snd_seq_device
    video 18712 0
    yenta_socket 21518 0
    psmouse 59033 0
    parport_pc 26058 1
    pcmcia_rsrc 10566 1 yenta_socket
    output 1883 1 video
    serio_raw 4022 0
    soundcore 880 1 snd
    i2c_piix4 8635 0
    shpchp 29886 0
    lp 7342 0
    pcmcia_core 14657 3 pcmcia,yenta_socket,pcmcia_rsrc
    agpgart 32011 2 drm,intel_agp
    parport 31492 3 ppdev,parport_pc,lp
    3c59x 32011 0
    floppy 54311 0
    mii 4425 1 3c59x
    iwconfig
    lo no wireless extensions.

    eth0 no wireless extensions.
    dmesg | grep r8
    No response from Terminal.

    sudo iwlist scan
    lo Interface doesn't support scanning.

    eth0 Interface doesn't support scanning.
    iwlist chan
    lo no frequency information.

    eth0 no frequency information.
    I kind of have a feeling that you knew what those responses would be from what I reported in my former post.

    KirkS

    Oh, also, I noticed that it lists the pcmcia 35973 as 0. I'm not sure what that means, but I do have a device plugged into one of the two pcmcia slots that has two USB 2 ports, and a power plug port for an external USB 2 hub. I have my mouse plugged into one of the ports, and it works fine. I have the USB Network Dongle plugged into the other port.

    Sorry, I keep thinking of things that might be important. Before I loaded Ubuntu 10.10 onto this laptop, I had been using Windows XP. While using XP, I had a NETGEAR WG511 v2 network card plugged into the other pcmcia slot. It worked well, but I couldn't get Ubuntu to recognize it either, even trying the commands with ndiswrapper. I still have the drivers for that card, but they never got installed.
    Last edited by KirkS; December 8th, 2011 at 09:50 PM.

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

    Re: Ubuntu Unable to detect USB Wireless Dongle

    Was the download of the "tar.bz"-file successful (100 %) with "wget"? If not, try the direct link:

    http://media.cdn.ubuntu-de.org/forum...90_dkms.tar.gz

    and remove the first file

  6. #6
    Join Date
    Apr 2011
    Beans
    38

    Re: Ubuntu Unable to detect USB Wireless Dongle

    Quote Originally Posted by praseodym View Post
    Was the download of the "tar.bz"-file successful (100 %) with "wget"? If not, try the direct link:

    http://media.cdn.ubuntu-de.org/forum...90_dkms.tar.gz

    and remove the first file
    It downloaded ok from the direct link, but when I tried to unzip the file, I got this Error;

    gzip: stdin: unexpected end of file
    tar: Unexpected EOF in archive
    tar: Error is not recoverable: exiting now
    Not sure what that's all about, as I have already used the tar.gz unzipper on other files.

    KirkS

  7. #7
    Join Date
    Apr 2011
    Beans
    38

    Re: Ubuntu Unable to detect USB Wireless Dongle

    Sorry, I did it wrong. When I downloaded the first time, I had it save the file in my downloads folder, then I moved it to my desktop and tried to extract it there. I decided to try again, and I just had Archive Manager open the file, instead of just saving the unzipped file. Archive Manager has it open. I'll try those command lines again.

    KirkS

  8. #8
    Join Date
    Apr 2011
    Beans
    38

    Re: Ubuntu Unable to detect USB Wireless Dongle

    The file is unzipped, and opened, but I'm still getting the error I posted before when I try to run the Terminal command.

    KirkS

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

    Re: Ubuntu Unable to detect USB Wireless Dongle

    Move that unpacked folder to /usr/src/ via

    Code:
    gksu nautilus
    and continue with

    Code:
    sudo dkms add ...

  10. #10
    Join Date
    Apr 2011
    Beans
    38

    Re: Ubuntu Unable to detect USB Wireless Dongle

    Quote Originally Posted by praseodym View Post
    Move that unpacked folder to /usr/src/ via

    Code:
    gksu nautilus
    and continue with

    Code:
    sudo dkms add ...
    Results:

    mandoman@ubuntuLatitude:~$ sudo gksu nautilus
    mandoman@ubuntuLatitude:~$ sudo dkms add -m rtl8192cu -v 3.1.2590

    Error! Could not find module source directory.
    Directory: /usr/src/rtl8192cu-3.1.2590 does not exist.
    Frustrating, eh? I really appreciate your help. Awaiting your instructions.

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
  •