D-Link DWA-160 and DWA-140 802.11n connection speeds

I apologise; this is going to be complicated! First, I have openSuse 11.4 64bit (fresh install) (2.6.37.1-1.2-desktop x86_64) with KDE 4.6.0. Second, I have two USB wireless network adapters; a D-Link DWA-160 Xtreme N Dual Band and a D-Link DWA-140 RangeBooster N. (In linuxese, they are a 07d1:3c11 and a 07d1:3c09). They are both 802.11bgn, the former is dual band, but both seem have the Ralink RT2870 chip. They both work fine with openSuse 11.4 and 11.3, and with Windows 7 and XP. They connect quickly, are rock solid and don’t miss a beat. What is the problem, I hear you say.

To start with, on 11.3, I had problems with getting a connection faster than 54MB/s. With the both Windows I was getting, typically 270MB/s. I did a lot of research, fiddled around, blacklisted this module, downloaded that module, and finally got a fast connection with 11.3. The only problem was that the LED on the adapter stopped working. I know it is not essential, but I find that flashing light reassuring. It tells me the thing is working (it’s a bit like hearing my heart beating; I then know I’m not dead). I stopped fiddling with 11.3, though, because 11.4 came along, and I figured it might solve the problem without further fiddling.

With 11.4 I had some difficulty with knetworkmanager, but used mschlander’s excellent “The Blog is Hot” method for switching to the Gnome network manager. It was good, with a nice signal strength bar chart in the system tray. Then, and only then (it is not installed by default) I found the plasma network manager widget that goes in the system tray. It is excellent, and everything now works perfectly EXCEPT that I still cannot connect at faster than 54MB/s with either adapter. What is the point of having a Belkin all singing and dancing Play Max N+N 300 802.11n router and two 802.11n USB wireless adapters if I can do no better than 802.11g?

I do not seem to be able to do, with 11.4, what I did with 11.3 (it got so complicated that I have forgotten most of it, anyway, but I think it involved rt3572sta as well as the normal rt2870sta. So, if I can work out how to do it, I will post the results of lsusb, lsmod and iwconfig for my 11.4 computer (athlon64x2) and my spare, running 11.3 (athlonxp). I would greatly appreciate any advice as to how to get 802.11n speeds with 11.4 on athlon64x2. My profuse thanks in advance.

I would have posted 3 text files here (3 x output of lsusb, lsmod and iwconfig), but I keep getting …

"You have included a total of 7 images and/or videos in your message. The maximum number that you may include is 4. Please correct the problem and then continue again.

Images include use of smilies, the BB code tag. The use of these is all subject to them being enabled by the administrator. "

There are no images or videos in what I am trying to post. Help!!!

No smilies, either.

OK, I’ll try again, one at a time. First …

pierre@ATHLON64x2:~> 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 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 07d1:3c11 D-Link System DWA-160 Xtreme N Dual Band USB Adapter(rev.B) [Ralink RT2870]
Bus 001 Device 005: ID 04b8:0121 Seiko Epson Corp. Perfection 2480 Photo
Bus 002 Device 002: ID 0424:2504 Standard Microsystems Corp. USB 2.0 Hub
Bus 003 Device 002: ID 0471:0329 Philips (or NXP) SPC 900NC PC Camera / ORITE CCD Webcam(PC370R)
Bus 003 Device 003: ID 03f0:1604 Hewlett-Packard DeskJet 940c
pierre@ATHLON64x2:~> lsmod | grep rt2
rt2870sta 471748 1
crc_ccitt 1739 1 rt2870sta
pierre@ATHLON64x2:~> su
Password:
ATHLON64x2:/home/pierre # iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wlan0 Ralink STA ESSID:“Belkin.9E54” Nickname:“RT2870STA”
Mode:Managed Frequency=2.422 GHz Access Point: 94:44:52:AA:3E:54
Bit Rate=54 Mb/s
RTS thr:off Fragment thr:off
Encryption key:22AC-6E2F-BC9F-0136-8C98-E4E8-3D20-B100
Link Quality=100/100 Signal level:-62 dBm Noise level:-71 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

ATHLON64x2:/home/pierre #

Second …

pierre@ATHLON64x2:~> 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 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 006: ID 07d1:3c09 D-Link System DWA-140 RangeBooster N Adapter(rev.B1) [Ralink RT2870]
Bus 001 Device 005: ID 04b8:0121 Seiko Epson Corp. Perfection 2480 Photo
Bus 002 Device 002: ID 0424:2504 Standard Microsystems Corp. USB 2.0 Hub
Bus 003 Device 002: ID 0471:0329 Philips (or NXP) SPC 900NC PC Camera / ORITE CCD Webcam(PC370R)
Bus 003 Device 003: ID 03f0:1604 Hewlett-Packard DeskJet 940c
pierre@ATHLON64x2:~> lsmod | grep rt2
rt2870sta 471748 1
crc_ccitt 1739 1 rt2870sta
pierre@ATHLON64x2:~> lsmod | grep rt
rt2870sta 471748 1
crc_ccitt 1739 1 rt2870sta
pierre@ATHLON64x2:~> su
Password:
ATHLON64x2:/home/pierre # iwconfig
lo no wireless extensions.

eth0 no wireless extensions.

wlan0 Ralink STA ESSID:“Belkin.9E54” Nickname:“RT2870STA”
Mode:Managed Frequency=2.422 GHz Access Point: 94:44:52:AA:3E:54
Bit Rate=54 Mb/s
RTS thr:off Fragment thr:off
Encryption key:C3CF-B5AE-553C-00F7-39BB-7CD1-ED19-A1ED
Link Quality=100/100 Signal level:-60 dBm Noise level:-71 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

ATHLON64x2:/home/pierre #

and finally …

pierre@ATHLONXP:~> lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 07d1:3c09 D-Link System DWA-140 802.11n Adapter [ralink rt2870]
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
pierre@ATHLONXP:~> lsmod | grep rt2
rt2870sta 432843 0
crc_ccitt 1403 1 rt2870sta
usbcore 192259 5 rt2870sta,rt3572sta,ohci_hcd,ehci_hcd
pierre@ATHLONXP:~> su
Password:
ATHLONXP:/home/pierre # iwconfig
lo no wireless extensions.

wlan0 Ralink STA ESSID:“Belkin.9E54” Nickname:“RT2870STA”
Mode:Managed Frequency=2.422 GHz Access Point: 94:44:52:AA:3E:54
Bit Rate=270 Mb/s
RTS thr:off Fragment thr:off
Encryption key:40C1-F04C-D9B8-6065-952B-6164-8E22-4E2B Security mode:open
Link Quality=98/100 Signal level:-63 dBm Noise level:-80 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

eth0 no wireless extensions.

eth1 no wireless extensions.

ATHLONXP:/home/pierre #

Enjoy the videos! (I have no idea how the smilies got there - honest!)