トップ «前の日(06-19) 最新 次の日(06-21)» 追記

Masa's blog

検索キーワード:

2017年06月20日 How to make WLI-UC-GNM working stably with Slackware-14.2

_ How to make WLI-UC-GNM working stably with Slackware-14.2

$ lsusb

Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 004: ID 056e:0084 Elecom Co., Ltd
Bus 003 Device 003: ID 0411:01a2 BUFFALO INC. (formerly MelCo., Inc.) WLI-UC-GNM Wireless LAN Adapter [Ralink RT8070]    # <- This is WLI-UC-GNM
Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

/etc/rc.d/rc.wireless.conf

DC:FB:02:*)
    ESSID="_YOUR_ESSID_"
    MODE="Managed"
    KEY="_YOUR_PASSWORD_"
    IWCONFIG="power off"       # <- This is important!
    ;;

/etc/modprobe.d/rt2800usb.conf

options rt2800usb nohwcrypt=1