poniedziałek, 5 kwietnia 2010

KrossWordPuzzle in AUR

Ive adopted KrossWordPuzzle KDE4 game from AUR repository, and updated it to newest version. You can grab it from here.
PS. Somebody knows from where can i find some large crosswords databases?

niedziela, 4 kwietnia 2010

TP-LINK WN422G v2 - it WORKS ! :)

I was fighting to run TP-LINK WN422G v2 usb wifi adapter for a long time. I know that there is ar9170usb and ath9k_hw drivers, which should support it, but there isnt for now. Ive even tried to compile git kernel, with my patch on ar9170usb, which adds usbid of my card to this driver, but still it didnt worked. It loaded without error, but there wasnt any network interface made by it. Also official Ndiswrapper wiki told me that ndiswrapper dont work with this card.

Also i found lots of forum/newsgroup/blog posts about linux unsupporting this card in any way, and dont found even one, which tells about installing this adapter on linux successfully.

But today i tried to run this adapter one more (and last) time. This time with ndiswrapper. Ive installed driver from CDROM (ver. 7.7.0.51), but ndiswrapper didnt see any adapters. So ive manually paired adapter with driver, by doing:

sudo ndiswrapper -a 0cf3:1006 netathuw
sudo ndiswrapper -m
sudo ndiswrapper -ma
sudo ndiswrapper -mi


and after system reboot ... IT WORKS. I did not encountered any probles, or dmesg errors for now, even when downloading torrents from lots of seeds, and later i will test it with networkmanager.

local/ndiswrapper 1.56-1
local/kernel26 2.6.32.10-1 (base)

Good luck owners of this adapter!

Servicemenu-kvm-kde4

Ive done my secound KDE4 PKGBUILD - this time its KDE Video Menu. This is great, ffmpeg-based video converter, which works as KDE4 servicemenu. You can grab it here or install it by yaourt. Next PKGBUILD i've planned to do, is bespin-svn-full (as oposite to existing bespin-svn aur package, which installs only Kwin decoration, without any icons, kdm themes, etc), but that will be much harder to do, so propably you need to wait few days for it.

Customizable Weather Plasmoid in AUR

Today morning ive made PKGBUILD for Customizable Weather Plasmoid, and uploaded it to Arch Linux AUR repository. You can install CWP by yaourt or by manualy downloading it from here : http://aur.archlinux.org/packages.php?ID=36171.
If you like this PKGBUILD, or want to blame me for very unclean code (this is my first, more complicated pkgbuild) please write your feedback as a comment here, or on Archlinux forum: http://bbs.archlinux.org/viewtopic.php?id=94509.
Stay tuned, because ive already want to compile next KDE4 package soon!