unsharpTech

Avatar

when the bleeding edge just doesn’t cut it

Atheros Wireless in Ubuntu 8.10 Intrepid Ibex

Did a fresh install + updates of Kubuntu 8.10 on a customer’s laptop and had no wireless even though it’s an Atheros chipset.

Hardware:

  • Laptop: Acer Aspire 4520
  • Wireless Card: Atheros AR242x Communications Inc. 802.11abg
lspci | grep "Atheros"
07:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)

Resolution:

sudo apt-get install linux-backports-modules-intrepid-generic

After above install completes, reboot, then open up the Hardware Drivers manager (jockey-gtk or jockey-kde) and disable “Support for Atheros 802.11 wireless LAN cards” and make sure that “Support for 5xxx series of Atheros 802.11 wireless LAN cards” is enabled then reboot. You may need to reboot to see both drivers in the Hardware Drivers manager.

This is at least a temporary fix, you’ll end up with the ath5k drivers- hopefully a stable universal method for Atheros card support will become available soon.

Source:
8.10 Release Notes | Ubuntu

Disable Recent Documents in Gnome 2.22.3

So even Windows lets you disable the Recent Documents feature, but for some reason Gnome really wants to remember what files you’ve been messing with. Personally I never use this menu item (usually under Places in the Gnome Main Menu) and find it to be a bit of a privacy concern.

Surprisingly enough there are no documented settings for Recent Documents, not even something in gconf-editor, so people have been going stone age to prevent this functionality. In the past you could change permissions for the file that stores the data in your home directory, but it seems in later versions of Gnome the following is the current method of choice.

[Read the rest]

Join two .avi Videos with Mencoder/Mplayer

A lot of videos available from various sources are often encoded as .avi files close to 700MB in order to fit on a singleCD-R. This works out just great, but sometimes vids are split into two 700MB .avi files to fit two CDs so you get a Coolest-Movie-EVER_-_[2010][xVid](mp3)_dUff-mAn_CD1.avi and another but with “CD2” instead.

[Read the rest]

Warning: FileZilla FTP Passwords now Stored in Plaintext

FileZilla Plaintext PasswordsI feel that this should be brought to the attention of FileZilla users out there even though it may be a huge concern. (Lots of apps do this but potentially giving up FTP access info to a bunch of servers you are responsible for is something to be avoided). Jump to the Important Stuff

[Read the rest]

Praise for eeeXubuntu

Inifinite EeeSo when I first got my Black Asus Eee PC 4G xmas ‘07 I pretty much freaked out about all the possibilities but ended up installing my distro of choice, Arch Linux and all the Eee specific hardware support, then it kinda sat… and sat, until. I recently decided to review the current OS choices available for the Eee and settled on eeeXubuntu as the best candidate - clean little Ubuntu based with Eee hardware support out of the box. Besides, I just wanted to use my Eee not fiddle with the thing (I had my fill a few months ago, it was fun though).

[Read the rest]

PhotoRec Saved My Butt

So my reckless typing really got me into trouble this time. I was attempting to zero-out a usb drive when I managed to put the wrong device in the dd command - I automatically typed sda1 (the primary HD) out of habit instead of sdb1 - the usb drive. I caught my mistake and gave it a solid control + c but I had still wiped out the first 60 MBs of the drive.

PhotoRec

[Read the rest]

Why I Like KDE 4

So everyone trashed on KDE 4.0, I’ll admit I wasn’t impressed either, until I read the articles explaining that this is more of a milestone release - getting the core together, and that future releases will be something worth getting excited about.

KDE 4

[Read the rest]

My rsync Command

Ok so I started out using rsync with the options ‘-a –progress –delete’ and I thought that was doin’ the job just fine. But recently I migrated our old 600mhz Dell Optiplex GX110 to a Sans Digital MobileNAS MN2L dual drive RAID NAS and the rsyncs weren’t going as planned.

Rsync Screenie

[Read the rest]

The REAL Way to Change Lost Passwords in Ubuntu

If you lose any of your user passwords - including root you can change your password booting into single user mode. What you aren’t likely to find off the bat is the proper instructions to do it. They are out there, but chances are you will have to dig a little after some frustration. The main differece between all those super simple solutions and the one mentioned here is that you need to remount the OS drive in order to properly write your changes. This method has worked with the last three major releases of Ubuntu including Feisty. So, here’s the procedure…

[Read the rest]

Next,