Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for DLINK DWA-125 REV D1 #11

Closed
sergforce opened this issue Sep 26, 2013 · 9 comments
Closed

Add support for DLINK DWA-125 REV D1 #11

sergforce opened this issue Sep 26, 2013 · 9 comments

Comments

@sergforce
Copy link

DLINK DWA-125 REV D1 uses the same chip

diff --git a/os_dep/usb_intf.c b/os_dep/usb_intf.c
index aa8b3ea..25353df 100644
--- a/os_dep/usb_intf.c
+++ b/os_dep/usb_intf.c
@@ -107,6 +107,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
/=== Customer ID ===/
/****** 8188EUS *******/
{USB_DEVICE(0x8179, 0x07B8)}, /
Abocom - Abocom */

  •   {USB_DEVICE(0x2001, 0x330F)}, /\* DLink DWA-125 REV D1 _/
    {}      /_ Terminating entry */
    
    };
@lwfinger
Copy link
Owner

Thanks for the info. Do you have this device and have you tested it with this driver? The reason I ask is because the patch appears to be broken.

@sergforce
Copy link
Author

Hi, yes, I have tested it with the device. Maybe formatting was lost, but I
only added vid&pid 2001:330F to the list.
26.09.2013 18:39 ÐÏÌØÚÏ×ÁÔÅÌØ "lwfinger" notifications@github.com ÎÁÐÉÓÁÌ:

Thanks for the info. Do you have this device and have you tested it with
this driver? The reason I ask is because the patch appears to be broken.

Reply to this email directly or view it on GitHubhttps://github.com//issues/11#issuecomment-25173030
.

@lwfinger
Copy link
Owner

Thanks for the clarification.

If you want reporting and testing credit for this change, please send your full name and E-mail address to Larry.Finger@lwfinger.net. The downside is that your address will be exposed on public mailing lists.

@lwfinger
Copy link
Owner

Code adding the new ID has been pushed to this repo, and a patch for the staging directory of the kernel has been sent.

@barsuk
Copy link

barsuk commented Nov 7, 2013

First of all, thank you for a great work!
I've installed your driver, as it's been advised at http://askubuntu.com/questions/371300/how-do-i-get-a-usb-wi-fi-d-link-dwa-125-rev-d1-rtl8188etv-working/372613#372613
But there's a little inconvenience: something big should be in process of downloading, and during this process signal is ok and internet works. 7-10 seconds of doing or downloading nothing -- and I should reconnect to access point again for getting internet back. What do you think about that?

@lwfinger
Copy link
Owner

lwfinger commented Nov 7, 2013

It is possible that your device or your access point are not fully compatible. In my case of using the TP-LINK TL-WN725N and several APs, the driver does not show the behavior you describe. It is possible that your AP is doing something funny in the power save process. Load the module using "rtw_ips_mode=0" as an option to test this.

@barsuk
Copy link

barsuk commented Nov 8, 2013

Thank you for helping me. I added /etc/modprobe.d/8188eu.conf and typed there
options 8188eu rtw_ips_mode=0 <-(enter here)

After that modprobe -r 8188eu, then modprobe 8188eu.
http://pastebin.com/hZRVxj60 -- it's a result of running wireless test script when ubuntu iso is downloading, and
http://pastebin.com/1eqdSXyk -- when there's no signal.
So, rtw_ips_mode=0 didn't help.

@lwfinger
Copy link
Owner

lwfinger commented Nov 8, 2013

It is deauthentication for reason 6, which means "Class 2 frame received from nonauthenticated station.".

There is something funny about your AP.

@lwfinger
Copy link
Owner

lwfinger commented Nov 8, 2013

As a workaround, you can open a terminal and start a "ping -i 1 <Your_router_address>.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants