Showing posts with label TP-Link. Show all posts
Showing posts with label TP-Link. Show all posts

Tuesday, June 15, 2010

Ubuntu LTSP over WIFI - TP-LINK TL-WN422G - Update

After spending weeks researching and days trying to implement it, success may not be too far away after all. This morning, on my VM, I was able to finally get to the login screen. I couldn't login, though. However, that may not be such a big issue. I've had similar issue with a regular LTSP client setup and probably a server restart can fix that. I was also able to load the LTSP client on my Fujitsu Stylistic 3500 tablet till the login screen as well. That was very exciting.


Update: Got past the authentication after restarting server and nbd-server service. I get authenticated but yet to see the desktop. So far, so good.

Update: Seems like I get stuck here and can not proceed any further. However, my VM works fine. I'll try changing certain settings to see if that helps.

Update: I'll continue researching this, however, not as aggressively any more. There are so many other things to try and I've only now begun the LTSP experience.
Here is a picture.




Progress on this topic can be followed on the following pages:
Unfinished business: Ubuntu LTSP over Wifi
Ubuntu LTSP over Wifi (Continued)
Ubuntu LTSP over WIFI - TP-LINK TL-WN422G
Ubuntu LTSP over WIFI - TP-LINK TL-WN422G - Update



Monday, June 14, 2010

Ubuntu LTSP over WIFI - TP-LINK TL-WN422G

Couple days ago, I received the two Wireless USB adapters I had ordered. They are both from the same manufacturer, just different speed specs and model numbers and both came with antennas. The model numbers are TL-WN422G and TL-WN722N. The really fun part began when I attempted to load them on my Linux laptop.

I had bought them because I read somewhere that they used Atheros chipset which was also in my laptop's built-in wifi adapter. I had successfully tested LTSP over wifi on my laptop after customizing the initial ramdisk. So, I thought, eh, should be a piece of cake to repeat the steps using USB adapters. Bad judgment. While the built-in wifi adapter used "ath5k" module to work, these two needed "ath9k_htc" module. Now, "ath9k" was stable and packaged with the Linux distribution, however, at the time of this article, "ath9k_htc" was still under development and was not packaged with the operating system. What more? A firmware binary was needed to be present on the computer in order for the adapters to work, a situation I was hoping to avoid.

I did some researching on www.linuxwireless.org and found the right driver modules. After spending few uneventful hours trying to figure out the driver installation on my laptop and on a VM, I was finally beginning to make some progress. Then I started working on customizing the initial ramdisk by packaging the wireless drivers and activating them during the init process. Again, after spending few more very frustrating hours with it, I was able to load the module, load the firmware, activate the wireless adapter, and join the wireless network with WPA security.

The modified LTSP client now hangs while trying to load the network shares. If I recall correctly, I had encountered this in my prior attempts and should be able to fix the issue without wasting too much time.


Progress on this topic can be followed on the following pages:
Unfinished business: Ubuntu LTSP over Wifi
Ubuntu LTSP over Wifi (Continued)
Ubuntu LTSP over WIFI - TP-LINK TL-WN422G
Ubuntu LTSP over WIFI - TP-LINK TL-WN422G - Update