Results 1 to 10 of 36

Thread: AirLive WL 1600 USB - problem

Hybrid View

  1. #1
    Join Date
    Oct 2012
    Beans
    18

    AirLive WL 1600 USB - problem

    Hi everyone,
    I am using a Linux Mint 13 x64 KDE.The drivers which are included in this system does not work properly so I decided to install ndiswrapper. I installed driver, added rtl8187 to black list but when I try to load ndiswrapper nothing happens.

    Code:
    dmesg | grep ndis [   19.313646] ndiswrapper version 1.57 loaded (smp=yes, preempt=no)
    
    [  241.332299]  [<ffffffffa01b2d48>] load_wrap_driver+0x138/0x1f0 [ndiswrapper]
    
    [  241.332338]  [<ffffffffa01c2377>] wrap_pnp_start_device+0x37/0x1e0 [ndiswrapper]
    
    [  241.332394]  [<ffffffffa01c2e1f>] wrap_pnp_start_usb_device+0xef/0x120 [ndiswrapper]
    
    [  241.332555]  [<ffffffffa01b42ab>] loader_init+0xbb/0x150 [ndiswrapper]
    
    [  241.332580]  [<ffffffffa0158073>] wrapper_init+0x73/0x1000 [ndiswrapper]
    
    [  361.332298]  [<ffffffffa01b2d48>] load_wrap_driver+0x138/0x1f0 [ndiswrapper]
    
    [  361.332337]  [<ffffffffa01c2377>] wrap_pnp_start_device+0x37/0x1e0 [ndiswrapper]
    
    [  361.332393]  [<ffffffffa01c2e1f>] wrap_pnp_start_usb_device+0xef/0x120 [ndiswrapper]
    
    [  361.332554]  [<ffffffffa01b42ab>] loader_init+0xbb/0x150 [ndiswrapper]
    
    [  361.332580]  [<ffffffffa0158073>] wrapper_init+0x73/0x1000 [ndiswrapper]
    Could you help me ?
    Last edited by Perfect Storm; October 6th, 2012 at 07:28 AM. Reason: added prefix

  2. #2
    Join Date
    Oct 2004
    Location
    Denmark - Scandinavia
    Beans
    19,553
    Distro
    Ubuntu Budgie Development Release

    Re: AirLive WL 1600 USB - problem

    Moved to Other OS/Distro Talk.

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

    Re: AirLive WL 1600 USB - problem

    Let's have a look at some additional diagnostics:
    Code:
    lsusb
    ndiswrapper -l
    ls /etc/ndiswrapper
    Thanks.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  4. #4
    Join Date
    Oct 2012
    Beans
    18

    Re: AirLive WL 1600 USB - problem

    Code:
    lsusb
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 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 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 003: ID 1b75:8187 Ovislink Corp. AirLive WL-1600USB 802.11g Adapter [Realtek RTL8187L]
    Bus 003 Device 002: ID 04f3:0210 Elan Microelectronics Corp. AM-400 Hama Optical Mouse
    Bus 002 Device 002: ID 04f2:b071 Chicony Electronics Co., Ltd 2.0M UVC Webcam / CNF7129
    
    ndiswrapper -l
    netrtuw_x64 : driver installed
            device (1B75:8187) present (alternate driver: rtl8187)
    
    ls /etc/ndiswrapper
    netrtuw_x64

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

    Re: AirLive WL 1600 USB - problem

    Let's make sure rtl8187 is indeed not loaded and therefor properly blacklisted:
    Code:
    lsmod | grep 818
    I assume you do have a 64-bit system:
    Code:
    arch
    Where did the .inf file come from? Is it a Windows XP file?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  6. #6
    Join Date
    Oct 2012
    Beans
    18

    Re: AirLive WL 1600 USB - problem

    The *.inf file comes from AirLive page and it's Windows XP file.
    Code:
    arch
    x86_64
    When I wrote in console
    Code:
    lsmod | grep 818
    nothing showed up.

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
  •