Search:

Type: Posts; User: flash63; Keyword(s):

Page 1 of 8 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    12
    Views
    1,057

    [ubuntu] Re: Setting up wireless

    Hi,
    http://wikidevi.com/wiki/Belkin_F9L1106_v1

    ID:050D:1106 - Broadcom-Chipset (bad) → only with Ndiswrapper - but probably no Dualband-Support and some other problems ...
  2. [SOLVED] Re: dlink DWA-556 Xtreme N wont connect at 300mbs, stuck at 130mbs

    with iperf → https://code.google.com/p/iperf/

    sudo apt-get install iperf
    Note, iperf is a client-server application! → http://openmaniak.com/iperf.php
  3. [SOLVED] Re: dlink DWA-556 Xtreme N wont connect at 300mbs, stuck at 130mbs

    300Mbps denotes the gross transfer rate, 150Mbps net is a good realistic value. 180 Mbps with three transport-streams (3x mimo/Antennas) is the theoretical maximum.
  4. [SOLVED] Re: dlink DWA-556 Xtreme N not using dual band mode.

    Hello,
    the adapter supports only the 2.4 GHz band. → http://www.dlink.com/us/en/home-solutions/connect/adapters/dwa-556-xtreme-n-pci-express-desktop-adapter - Specifications
  5. [ubuntu] Re: Is there support/driver for Dlink DWA-182 AC 1200 USB wireless adapter?

    No, it looks bad → try Ndiswrapper

    http://wikidevi.com/wiki/D-Link_DWA-182_rev_A1
  6. Replies
    7
    Views
    2,214

    [ubuntu] Re: Asus USB-N13 hostapd disconnect loop

    try alternative

    sudo iw dev wlan0 set power_save off

    but take a look at http://wireless.kernel.org/en/users/Drivers

    rtl8192cu basically may not work with hostapd
  7. Replies
    7
    Views
    2,214

    [ubuntu] Re: Asus USB-N13 hostapd disconnect loop

    Hello,
    switch off the power management first, before you start hostapd


    wlan0 IEEE 802.11bgn Mode:Master Tx-Power=20 dBm
    Retry long limit:7 RTS thr=2347 B Fragment...
  8. Thread: Wifi bcm43142

    by flash63
    Replies
    21
    Views
    5,305

    [ubuntu] Re: Wifi bcm43142

    Hello,
    a solution is currently available

    64bit deb Package here:
    http://askubuntu.com/questions/175104/how-do-i-install-bcm43142-wireless-drivers-for-dell-vostro-3460-3560/215923#215923
    ...
  9. [ubuntu] Re: TL-WN823N Has anyone tried this WIFI usb adapter?

    Hi, the system module rtl8192cu works unfortunately wrong.

    I have provided a corresponding installation package with the current bustle of Realtek for DKMS. The module is tested and works fine.
    ...
  10. Thread: Wifi bcm43142

    by flash63
    Replies
    21
    Views
    5,305

    [ubuntu] Re: Wifi bcm43142

    Still no luck. I found only this thread, but the same problems with Kernel 3.5.*:

    http://askubuntu.com/questions/175104/how-do-i-install-bcm43142-wireless-drivers-for-dell-vostro-3460-3560

    Is...
  11. Thread: Wifi bcm43142

    by flash63
    Replies
    21
    Views
    5,305

    [ubuntu] Re: Wifi bcm43142

    Check it and load wl manually

    lspci -nnk | grep Broadcom
    sudo modprobe -v wl
    iwconfig
    ifconfig
    dmesg | egrep 'wl|lib8'
    rfkill list
  12. Thread: Wifi bcm43142

    by flash63
    Replies
    21
    Views
    5,305

    [ubuntu] Re: Wifi bcm43142

    Now i patched the original deb-Pakage from http://packages.ubuntu.com/

    You can download it from my HP:
    ...
  13. Thread: Wifi bcm43142

    by flash63
    Replies
    21
    Views
    5,305

    [ubuntu] Re: Wifi bcm43142

    This seems a problem with kernel 3.5.* For that I need a little time to test it on a live system.
  14. Thread: Wifi bcm43142

    by flash63
    Replies
    21
    Views
    5,305

    [ubuntu] Re: Wifi bcm43142

    Hmm, remove all the stuff first and start again



    sudo dkms remove -m hybrid-portsrc_x86_64 -v 5.100.82.112 --all
    sudo rm -r /usr/src/hybrid-portsrc_x86_64-5.100.82.112
    sudo rm -r...
  15. Thread: Wifi bcm43142

    by flash63
    Replies
    21
    Views
    5,305

    [ubuntu] Re: Wifi bcm43142

    Hello,
    I can not reproduce this error.

    The whole process on my machine:


    wget...
  16. Replies
    8
    Views
    6,141

    [all variants] Re: jmc250 gigabit problem

    It seems an incompatibility between the two devices at home or the devices support only Fast Ethernet. Some routers also do not support at all ports Gigabit.

    The jmc250 Ethernet card and the...
  17. Replies
    28
    Views
    1,173

    [ubuntu] Re: Wireless driver problems

    Broadcom based USB-Devices unfortunately not.

    @binaryCrusader00

    Reinstall the packages with connection over ethernet:

    sudo apt get install --reinstall ndiswrapper-common...
  18. Replies
    8
    Views
    6,141

    [all variants] Re: jmc250 gigabit problem

    Hmm

    Link partner advertised link modes: 10baseT/Half 10baseT/Full
    100baseT/Half 100baseT/Full
    Link partner advertised pause frame use: Symmetric...
  19. Replies
    28
    Views
    1,173

    [ubuntu] Re: Wireless driver problems

    @ binaryCrusader00

    Hello,
    there are currently problems with Ndiswrappper V1.57 and Ubuntu 12.10. Which version do you use?


    uname -a
    cat /etc/lsb-release
  20. Replies
    28
    Views
    1,173

    [ubuntu] Re: Wireless driver problems

    Hello,
    Linsys/Cisco USB WiFi Adapter AE1200 and AE2500 are Broadcom based devices. You need ndiswrapper and the Windows-Driver.

    http://homesupport.cisco.com/en-us/support/adapters/AE1200
  21. Replies
    8
    Views
    6,141

    [all variants] Re: jmc250 gigabit problem

    So it should be a problem with the cables or Ethernet-Port at the switch



    try ethtool

    sudo apt-get install ethtool
    sudo ethtool eth0
    sudo ethtool -s eth0 speed 1000 duplex full autoneg off
  22. Replies
    8
    Views
    6,141

    [all variants] Re: jmc250 gigabit problem

    Hello,
    a known problem.

    JME offers an updated driver version 1.0.8.5 from January 2012.

    ftp://driver.jmicron.com.tw/Ethernet/Linux/

    Installation:

    sudo apt-get install...
  23. Re: Can't get ndiswrapper to work with Network Manager

    Hello,
    please use additionally the following Terminal-Commands for a better diagnosis after the connection was lost.

    filter out your syslog and interface-settings:

    egrep 'Net|b43|Firm|reason'...
  24. Re: Can't get ndiswrapper to work with Network Manager

    Hello,
    there occurs no more errors. Everything seems to be right now.

    previous message was

    [ 17.278669] b43legacy-phy0 ERROR: Firmware file "b43legacy/ucode4.fw" not found or load failed.
  25. Re: Can't get ndiswrapper to work with Network Manager

    The Firmware-File ucode4.fw is still missing:

    [ 17.278669] b43legacy-phy0 ERROR: Firmware file "b43legacy/ucode4.fw" not found or load failed.


    Check again:

    dmesg | egrep 'b43|Firm'
    If...
Results 1 to 25 of 178
Page 1 of 8 1 2 3 4