Trebizond

Thoughts on Life, History, Classics, Computers, Games, and Debian Linux

Name:
Location: Massachusetts, United States

Monday, September 07, 2015

Broadcom 4313 Driver In Windows 8.1

Big thanks to whoever this guy is: http://community.acer.com/t5/Legacy-Laptops-and-Netbooks/Windows-8-1-broadcom-wireless-drivers/td-p/139151

DrKnas
Visitor
Posts: 1

Re: Windows 8.1 broadcom wireless drivers

I have an Aspire E1-571 with a Broadcom wifi with the same connectivity problem. I solved this by changing in the driver settings "20/40 Coexistance" and "VMM" to disable all other settings to auto or default. Thank you ACER support for no help. 

Monday, January 27, 2014

Fixing the Anker Dual-Band N600 Router / Access Point

So Anker, my favorite battery / charger for cell phones company, ever so briefly released a concurrent dual band wireless router / access point. It worked - ish, but in my experience was hampered by a ridiculous 7-15ms overhead on everything that it did - so when your ping to xyz site was normally, say, 40ms, hard wired, it would be like 55ms instead of 42ms. File transfer speeds were fine for internet browsing, but significantly less than DD-WRT doesn't appear to have a match and was disparagingly put off saying that it was a rebadged router, they don't know what it is, and don't care.

On a side note, I'm a little disappointed with the DD-WRT folk, it seems like it's time to get out of Beta and into a new actual version, but that's an aside. On another side note, the openwrt x86 implementation leaves a little to be desired - in as much as I can't boot to it on a board that will otherwise boot every Linux implementation under the sun.

So - back to the original point of this - I've been fed up with my Buffalo router, which somewhere between its age, the WDS to its counterpart upstairs, and who knows what else, has been needing a reboot every two days or so. It's also not on the 5Ghz band, which a quick look around the block says is currently not in use. So I brought the device out of storage and looked around to see if we could find a match based on its mac address - and sure enough C8:3A:35 comes back as Tenda - and a little digging around the website (http://www.tenda.cn/tendacn/Product/show.aspx?productid=388) gave me the unbadged version of it - the "N6 Wireless N600 Concurrent Dual-band Router" - I was able to successfully use the "US_N6_BCM_ V2.0.4.1_EN" version of the firmware. Ping times are now normal, and the speed has been given a big jump - oddly better at sending than receiving - sitting right next to it, I'm able to max out its 100Mbit LAN interface when I'm receiving a file on my laptop (i.e. when the device is sending) - but when I'm sending a file through it (i.e. device is receiving) I'm only able to muster around 50Mbit real-world. The actual administration page hasn't been improved, so there it is, but at least it's now a nicer orange-yellow color. All told a very worthwhile upgrade!

So our question is - is it the new version (jumped from 2.0.1.3) that did the trick, or was there something in the badging of the firmware for Anker that screwed up the performance?

Since I'm just using this as an access point, can't really test what its routing capabilities are, but hopefully better than they were :-)

Tuesday, December 31, 2013

Windows 8.1 and Intel RST

https://communities.intel.com/thread/24374?start=45&tstart=0

So I was rather miffed to discover that my Intel RST was not working in Windows 8.1 to use my SSD drive to cache the large 2TB drive - turns out that there's a relatively quick fix. Shrink the volume you want accelerated by 20mb or so, and then go back in - and voila! It's available for acceleration.

Sunday, December 16, 2012

Trendnet TU2-NU4 Drivers update

So I had occasion to revisit my TU2-NU4, and unfortunately the link that I had posted here earlier was a bust - the site is down and the link and drivers no more. I'll put up a link at some future point with the drivers as they currently stand, but they seem to work just fine for me, and the company that puts it out is Elite Silicon - you can download the drivers straight from them: http://www.elitesilicon.com/Support.html 

Thursday, September 15, 2011

Vyatta 6.3 / Debian Squeeze / Intel

I kept getting this edd=off error when trying to install Vyatta 6.3, which is based on Debian Squeeze, on an Intel Atom board, the BOXD525NM - you can hit the link for the BIOS. And that's in the end what the problem was - the factory BIOS was just having a fit with Squeeze - so updating the BIOS to the latest fixed it and the world was happy again :-)

Thursday, July 28, 2011

westinghouse vr-3225 tivo code

The westinghouse vr-3225 tivo code is '0001'

Monday, May 09, 2011

XRDP and Ubuntu - works like a charm - see the note on 'd'

Well XRDP works like a charm on the new Ubuntu, which a previous post noted also works so especially well on Hyper-V. We're able to connect in using RDP without having to resort to some fun options like XMing or another similar Windows options. Of course there's no NLA, but we're not too concerned about that, are we? :-)

The only problem is the lowercase letter 'd' - which, for some inexplicable reason, minimizes all windows, and makes typing in passwords well nigh impossible. The link gives the whole thread, but thanks to this gentleman for figuring out a resolution:


-----------------------------------------------------
D key (alone) shows desktop over Xrdp

PROBLEM
While connecting over Xrdp, hitting the "D" key alone hides all my windows and shows the desktop. This is problematic since I often wish to type words containing at least one "D" in it. In case anyone else is having this problem, I've wrestled through it and offer this help.

I'm using Ubuntu 10.10 Maverick Meercat and connecting via Xrdp. I only have this problem when connecting remotely.

APPARENT CAUSE
I don't pretend to know for sure, but the problem appears to be that the remote connection is flubbing Metacity's "d" binding for the "show desktop" command. More precisely, the string "" doesn't appear to be functioning for me. If I change to , I can use Ctrl + D to show desktop, and I can then type the letter D without it hiding every window from me.

Further evidence isn't working for me, if I change Metacity's "panel_run_dialog" global key binding from "F2" to "F2" I bring up the run dialog by hitting F2 alone.

WORKAROUND
Change the system's "show desktop" keystroke. Here are the steps.

1) Alt+F2
2) gconf-editor
3) /->app->metacity->global_keybindings
4) Change the assigned keystroke for show_desktop from "d" to "d" or "d" or "disabled"

If someone finds this worthy of submitting a bug ticket, please let me know so I can follow it. Thanks.

Ed