JohnnySSH

Results 8 comments of JohnnySSH

So I ran this: cd media git remote update git pull cd ../media_build git remote update git pull make clean make dir DIR=../media make distclean make and I still get...

Any update on this as the TBS drivers are still not building??

Well... I found a solution though it wasn't through updating the source but cleaning out the tbs-opensource/ directory then following the instructions here: https://github.com/ljalves/linux_media/wiki/Installating then it built without any issues.....

Quick update... I updated Kstars to -git and indilib to -git version from the Arch Linux AUR. Initially I had trouble with both my Nikon and Pentax cameras as EKOS...

Hi, I'm also experiencing the same issue with my Edimax wireless usb adaptor. It kinda works with the integrated rt28xx module: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=637065267eab4817c0b06cbf3c7fc80842acab99 However.... it's not stable! The rt3573sta driver with...

I did the same in Archlinux.... I ran rmmod rt2x00 then tried installing the Ashaffer patch. It didn't work :-( Currently I reverted back to the LTS kernel which for...

Yep I concur, it is working!! Many thanks for the hack :-) Just an FYI in case anyone reads this with the RT2x00 modules precompiled into the kernel; Depending on...

Here's a fix for Arch Linux kernel version: 3.14.4-1 [code] case SHOW_DRVIER_VERION: //snprintf(extra, size, "Driver version-%s, %s %s\n", STA_DRIVER_VERSION, **DATE**, **TIME** ); snprintf(extra, size, "Driver version-%s, %s %s\n", STA_DRIVER_VERSION );...