How to make D-Link N 150 USB Adapter work (HP ProBook G2, rtl8723be)
I'm using Fedora 23, and I have D-Link N 150 USB Adapter and I'm trying to make it work.
lsusb print this
[noam@localhost-localdomain ~]$ lsusb
Bus 001 Device 002: ID 8087:8000 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 010: ID 2001:330f D-Link Corp.
Bus 002 Device 004: ID 05c8:0359 Cheng Uei Precision Industry Co., Ltd (Foxlink)
Bus 002 Device 003: ID 0bda:b001 Realtek Semiconductor Corp.
Bus 002 Device 002: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[noam@localhost-localdomain ~]$
and lsusb -v -d 2001:330f
print this
[noam@localhost-localdomain ~]$ lsusb -v -d 2001:330f
Bus 002 Device 023: ID 2001:330f D-Link Corp.
Couldn't open device, some information will be missing
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x2001 D-Link Corp.
idProduct 0x330f
bcdDevice 0.00
iManufacturer 1
iProduct 2
iSerial 3
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 39
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xa0
(Bus Powered)
Remote Wakeup
MaxPower 500mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 3
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 255 Vendor Specific Subclass
bInterfaceProtocol 255 Vendor Specific Protocol
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x03 EP 3 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
[noam@localhost-localdomain ~]$
And I have no idea how to make it work, and how to "switch" from the internal adapter to the USB adapter.
I have HP ProBook G2, with rtl8723be
adapter
[noam@localhost-localdomain ~]$ readlink /sys/class/net/wlo1/device/driver
../../../../bus/pci/drivers/`rtl8723be`
[noam@localhost-localdomain ~]$
And a few more details:
pc:
- Fedora 23, 64 bit
d-link:
- Model No: DWA-125 /D1A
- HW/ver: D1
- FW/Ver 4.00
PLEASE DON'T send this link - ftp://ftp.dlink.eu/Products/go/go-usb-n150/driver_software/GO-USB-N150_sw_revB1_4-1-5_all_en_20130514%20(Linux%20driver).zip - It's just 3 pdf files, not a driver
I'm really hopeless, and I'll be glad for any help!
Thanks, Noam