|
|
|
myblog -october '11-click here to read a short bio of insaner- 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 Monday, October 31, 2011 [23:51:38] #
HAPPY REFORMATION DAY, everyone! enjoy reading your Bibles in your own language freely!
Friday, October 28, 2011 [14:58:13] #
one other awesome general shell (bash, csh, etc) tip. if you are like me, and you at some point tried to grep through a list of files that might start with a "-" (minus) sign or two, you know that this just wont work as the command might think that the filename is a switch (commandline option).. so, what to do? well, you could just do the following:
instead of grep mypattern *just do this: grep mypattern -- *notice the double dash "--" which apparently means "end of options" haha, cool huh? now you know... and me too!
[13:39:23] #
oh, and make sure your
/etc/sane.d/dll.conffile has the following line somewhere (usually the bottom is where it will be): brother3
[12:05:11] #
gahhhh!!! ok, after several weeks of frustration, investigation and more frustration, i have finally resolved my scanner problem. for the benefit of all you xsane, sane, scanimage and gimp users that cant get scanning to work for whatever reason, let me lay out a solution. nothing is easy in this life, so i will walk you through the (summarized) process to get to the solution, and then at the bottom, i will give you the solution.
may this be of help to someone else. ok, so when i originally installed my scanner drivers on my fedora machine from the brother website, everything worked just fine (obviously, if you havent yet done so, install your drivers from the brother website). at some point, i (foolishly) decided to upgrade, and fedora loves messing with you, so tons of things broke (you can read all about that in previous posts.. try the "linux" and "problems" tags) one of which was scanning and printing for my wireless brother MFC-495CW printer scanner.. in other words, xsane was returning "no devices available" and sane-find-scanner was not finding it either (thats so google can help others find this solution faster too) i reinstalled and reinstalled the drivers and tried everything under the sun.. nothing. however, it worked perfect on both my ubuntu netbook, and my wife's ubuntu laptop. so now it was a matter of finding where the two differed, and "presto", solution encountered.. yeah.. except that process took weeks. a couple of tools and commands you should know about when troubleshooting these things are: scanimage -Lto see if your scanner is detected at all. for me, this was a "no" brsaneconfig3 -qcheck the last line to see if your scanner shows up at all. for me, this was a yes. if your answer here is no, then you need to figure out what your machine's IP address is, and run the following command: brsaneconfig3 -a name=brother-scanner model=MFC-495CW ip=XXX.XXX.XXX.XXXwhere instead of XXX.XXX.XXX.XXX you enter your scanner's ip, of course (and MFC-495CW is your scanner model.. MAKE SURE TO GET THIS RIGHT! capitalization and hyphenization are important!). i cant tell you how many times i entered the wrong ip here.. not that it made a difference, since the problem was elsewheres.. but in any case, this might just solve your problem. ok, so now you have your scanner showing up in brsaneconfig3 -q, so now you try scanimage -L again, if that works, you are done. otherwise, you can run the following awesome diagnostic command: brsaneconfig3 -dthat should give you a bunch of info that you wont know what to do with. but its still pretty awesome. since im a master at creating problems (especially when it comes to computer type stuff.. ) i have gotten pretty good at solving them.. since solving computer problems tends to follow the same principles and methods. so the next step i did was to get a listing of all the files that got installed with the driver.. now, im not sure how to do this in ubuntu, debian or whatever other .deb package based distros, but in fedora, redhat, and other .rpm based systems its done like so: rpm -ql brscan3where brscan3 is the name of your drivers. this command gave me a nice list of files that were installed with the drivers.. i poked around all the text files (/usr/local/Brother/sane/models3/ext1.ini, /usr/local/Brother/sane/Brsane3.ini, /usr/local/Brother/sane/brsaneconfig3, /usr/local/Brother/sane/brsanenetdevice3.cfg, etc..) and the install script (/usr/local/Brother/sane/setupSaneScan3) ill spare you the process for this part, but in essence, i found nothing useful there. since if you run the rpm (or deb) install on the packages, it will all be redone, and unless the package itself is broken, this shouldnt be the cause of your problems. the other thing i noticed, was the obvious inclusion of .so files. now, here is where the technical know-how comes in. .so files, or "shared object" files are like the dll's of the windows world (if thats helpful to you). that means these are pieces of specialized code that can be shared by multiple other running programs and can be loaded at any given time. in other words, this is the driver. so now the question was, ok, is the driver itself working, is it getting loaded correctly? again, this is where the problem solving skills come in. there is a convenient way to force the loading of a specific .so before running the program you want. this is how you do it: LD_PRELOAD=/usr/lib/sane/libsane-brother3.so.1.0.7 scanimage -Lbingo!! it found my scanner!!! if i ran, say, gimp like that as well, it scanned perfectly LD_PRELOAD=/usr/lib/sane/libsane-brother3.so.1.0.7 gimpok, so notice the command there.. you must type LD_PRELOAD= (no spaces surrounding the "=" sign) to "preload" the shared object. then specify the full path to the object (it can be a relative path too.. if for whatever reason the path has spaces, you must surround it with quotes) and that will load it for you. then a space and the command you want to run, just the same as you would run it. this preloads your .so and PRESTO! it works! when you install something usually the command "ldconfig" is run, which creates a cache of all the .so paths so its faster to load these (and that way your command doesnt have to create a million file open()s before executing) so, if your driver was installed, but this command was not run, the likelihood is that it will not be found. this was the case. so i ran ldconfig, and nothing. hmm.. ok, so i checked the file that ldconfig uses to build this cache, /etc/ld.so.confand i found the following line: /usr/lib/saneok.. seems normal.. i ran the command again, and still nothing. hmm.. and this is when having a machine that already works comes in handy.. i had been comparing every single command and file on both (hence the amount of days it took to do this) i compared with what my netbook had in its /etc/ld.so.conf file and that line was missing!! so, i deleted it, and BOOM! it worked!!!! yahooo!! so, the solution for all you impatient people who scrolled all the way to the bottom is: go to /etc/ld.so.confand delete (or comment out) the following line: /usr/lib/saneand then run ldconfigand thats all. yerr weeeelcome!
Thursday, October 27, 2011 [17:54:49] #
hahah whoa:
Ylmf OS - Ubuntu-based Linux distro identical in look and feel to Windows XP
Wednesday, October 26, 2011 [17:42:52] #
FACT: abortion in canada is legal throughout the 9 months of pregnancy (court cases show even after the birth of the child) and are subsidized by the government for their full cost.
FACT: birth control pills are not covered by the health care system. does this make sense to anyone? what is the government trying to say?
Sunday, October 23, 2011 [16:47:43] # REBECCA BLACK - DOOMSDAY
Saturday, October 22, 2011 [17:16:15] #
haha and now ive been blocked from the conversation.. haha.. oh boy these intolerant bigots. youd think that people who cry so much against intolerance and bigotry would at least try not to seem intolerant and bigoted. haha.. oh boy.
[11:04:44] #
poor girl:
Ubuntu Causes Girl To Drop Out of Collegehaha how does this even make the news?
Friday, October 21, 2011 [22:27:07] #
some guy i went to school with posted a pic of a really gay-looking "jesus" (notice i didnt capitalize) for the purpose of inciting something.. how do i know? the caption said "Jesus had two dads" and he subtitled: "and he turned out fine".. ahh, and you know i cant let these things fly, so i posted:
"um.. Jesus had one dad.. unless we are talking about a different Jesus"to which some other guy responded: "No, he didnt... He grew up to be an asexual, socialist with a god complex. who spent his days either performing magic tricks or (for the first time in the history of the abrahamic faiths) condemning people to eternal torment for nothing more than denying his power or breaking one of the myriad regulatory infractions set down by his totalitarian ideology. Just sayin..."to which i responded: "yeah, either that, or He was the perfect sinless Son of God who died for His hated enemies whom He chose to love first, while they were still in their sin and rebellion, offending Him with every thought, deed and desire. dying a shameful death, taking upon Himself the punishment they deserve, all in order to redeem them from the evil they naturally desire that they may experience the fullness of the glory of the perfect Holy Creator God and definer of love, from whom all good and perfect things originate. resulting in a supernatural changing of that heart of stone with a new, living, beating heart that now hates the evil it used to love.i cant let these fly.. seriously. if God sovereignly allowed them to offend Him publicly, then let me glorify Him publicly through them by preaching that Gospel that saved a wretch like me. "Be wise in the way you act toward outsiders; make the most of every opportunity."
Thursday, October 20, 2011 [19:35:37] # "if guns kill people, then... forks make people fat, pencils misspell words, and cars make people drive drunk"and keyboards!! dont forget teh keyboards!!
Wednesday, October 19, 2011 [4:58:57] #
i dreamt again that i could fly.. (spellcheck says "dreamt" isnt a word.. oh that spellcheck.. when will it learn english??) well i couldnt actually fly.. more like flap my arms and glide.. it was pretty awesome.. i flew threw this strange mountain type formation that had a big donut hole.. like those photos of thailand.. ah you know what, let me see if i can find one for you
whoa that pic is actually from jerusalem.. no relation to my dream though, mine occurred in the hills of costa rica.. but still interesting that the most fitting image was found on a christian site (actually, im not sure if it is christian.. i didnt really check.. heres the link if you are curious Jesus' Footsteps: From the glory of Galilee to the torture of Jerusalem ) anyways, my dream.. yeah i could fly (sort of, dont make me splain it again) and then the weirdest thing.. it started raining.. haha.. i met some people who were tying themselves to huge kites and floating up in the air with the wind.. and so we were "flying" together.. there were some other things going on in the dream.. but i forget.. and that was really the most noteworthy part.. and flying through that awesome rock formation thing (though in my dream it wasnt made of rock, it was just part of the mountain.. so like.. dirt and grass and so on..) ok me tired, im pressing submit now..
[3:12:29] # "i'm not a loser, i'm just a winner without any wins"
[2:47:23] #
anyone else agree with me that with the prisoner swap, Hamas has shown that they value the life of one israeli at 1000 palestinian lives?
Saturday, October 15, 2011 [9:36:37] #
just upgraded ubuntu on my netbook.. ugh.. yeah, so here are some things you need to know:
from How can I get gnome-panel in ubuntu 11.10?: You cannot use Gnome2 in Ubuntu 11.10, at least not easily, however there is still a gnome-panel that can be installed with:from Install the Classic Desktop in Ubuntu 11.10: Ubuntu 11.10 will not include the classic GNOME desktop which is available alongside Unity in Ubuntu 11.04. Instead, Unity 2D will be installed to provide the Unity desktop even on systems without 3D graphics capabilities. Fortunately for fans of the old desktop, it will still be available to install from the repositories.from Return to Ubuntu Classic Desktop in Ubuntu 11.10: sudo apt-get install gnome-session-fallbackand from How do I change the theme?: I just upgraded to 11.10 for better or worse.answer: It's not a problem of where they are located. It is a matter of how 11.10 and GNOME 3 have changed. For some reason (I don't know why) the GNOME developers have removed appearance properties from the system settings, under the impression that users should not have the power to choose their own theme.yeah seriously.. what a bunch of left over thanksgiving turkey..
[5:55:41] #
obama has aides.. pass it on..
[5:20:45] # Christian Girl, Family in Pakistan Expelled Over Misspellingdont forget, they want to pass this blasphemy law at the UN..
Thursday, October 13, 2011 [9:29:05] #
oh yeah and the whole reason why i even posted in the first place, and yet, obviously thats exactly what i forget to post.. cuz thatz just how i roll.. and no, i didnt mean to type "thatz" but why not just leave it there for your your enjoyment.
ok before i forget yet again.. hahah.. so my little toe on my right foot is purple..ugh.. im so good at injuring myself. this time, i was showering so we could go out to buy some stuff, and as i was stepping out of the shower, BANG!! oh man, i banged my foot onto.. wait for it.. the toilet seat!! how in the WORLD does that even happen? who knows, but i found the way.. i found the way to, while stepping out of the shower in reverse (yeah, for some reason i was stepping out backwards, so make it a double achievement here) and managed to bang my toe downwards onto the toilet seat. for crying out loud. who does such a thing.. in any case, it hurt like crazy, but i figured i was ok to go out.. so i just wrapped a bit of tissue paper on it, so it didnt squish against the other toe, which it naturally does anyways (its from my mother's mother's side, apparently) but yeah, it hurt.. so i was limping for the next 3 hours.. hahah.. oh man, yeah, that doesnt sound good.. but like i said, thats just how i roll dawg.. so i get back home, and it hurt enough for me to want to take my sock off and inspect the damage.. yep.. the pain served its intended purpose.. the poor sucka was all purple.. ah man, when will i learn.. and this of course keeping in mind that ive been trying to auto-surgery my left foot too, due to the sharp pain that i have on that foot's sole sometimes.. and where i found a small bump, which ive been trying to remove (i figure its like a little piece of something that got stuck under my skin, that all i have to do is remove and i will magically feel better thereafter.. yep.. no luck yet.. ill let you know how that goes..
[8:32:55] #
i also had to temporarily disable the forums while i try to find a solution to all the stupid spambots that keep getting past the registration process.. we currently have only 3 real users.. one of them me.. ill let you know when the forums are back up.. ugh.. spammers..
[8:29:13] #
my computer is still dead.. im currently using one of joelie's old computers (thanks joelie1!).. actually, i had one of his computers cannibalize another.. so the processor from one is in the other.. this system has exactly as much ram as my old one did before running into trouble (1.5gb).. i also upgraded the BIOS to try to get it to
1) recognize the new processor and use the full speed and stop giving me the "stepping" error.. and b) recognize my old video card (which is much better than the one it came with.. well maybe not "much" but it definitely was at least supported by the latest nvidia drivers.. so that makes it "much" better by default in any case, the processor is an intel p4 running at 2.3ghz.. whilst my old compie (i just remembered i used to call it my compoopoo) was a barton core athlon xp 2500.. which ran at 1.8ghz.. and boy, it felt much faster than this p4.. my last intel was a celeron 300 if i remember correctly.. since right after that intel introduced its p3 processors, which had a serial number that could be read over the internet.. yeah.. creepy, and a huge violation of privacy so i vowed not to buy intel since. and i havent. and im currently looking at getting a phenom 2 hopefully black edition (easier to overclock.. not that i will but that i want to have the option) and at least 3 cores.. maybe even 6.. we shall see.. also, im looking at it being an am3 socket, so i can do ddr3, and at least 4gb if not 8gb right away.. and if i go nuts, and its cheap enough (cuz i really dont want to go over $400) i might even go right upto 16gb. i want nvidia chipset, because well, ati's drivers on linux are not really upto par yet. which really limits my options given that amd bought ati.. and i want onboard video too, and sound, and why not, gigabit ethernet. what will really limit my options is my desire to have an ide port.. im not sure how attached i am to the idea, but my main HDD is an ide, and transferring the whole thing to the new sata drive (cuz i will need to have a sata drive, otherwise itll just be a bottleneck of gargantuan proportions) oh man, i just got bored of typing this up.. i think i wrote up all the stuff im looking for.. you might know before me what i will end up buying.. in any case, the point is that im not at full productivity, and wont be for a couple days.. maybe even weeks.. and i really need to be now.. i need to get back to speed on everything i need to be doing that i put slightly on pause with the elections.. oh yeah, i really need to post on that.. haha, and the bday post is still in a tab waiting to be written (the notes are still there) haha oh boy.. lazy guy.. pray for my efficiency, and that i might honor God in my projects. that is all. amen. bye.
Friday, October 7, 2011 [6:39:26] #
and a HAPPY BDAY to joelie (aka big baby)!! (lest i leave it to when i finally wake up to mention.. and then obviously forget)
[6:04:32] #
wooohooo!! 166 votes!! thats 66 over my projected minimum, but still not the 500 that i thought was possible.. and i didnt beat the candidate i was aiming to beat .. however, some other candidate did.. which was really weird.. i'll have to look into that.. (neither of them reached 500 votes either.. btw) not bad for my first incursion into politics, eh? (see what i did there?) especially given i dropped my name in the hat the day before the last day possible, and ran a 3 week crash campaign on $102 (no, thats not a typo) i was interviewed for radio, and chinese TV, and appeared on a couple of news sites.. wo yeah, it was a pretty awesome experience.. learned so much about so much..
lets see how well i do the next time around!
Thursday, October 6, 2011 [6:05:35] #
learn your heresies here at insaner.com:
interesting, servetus was a modalist.. hmm.. didnt know that also, not sure why they refer to "pope" calixtus.. as this is anachronistic (calixtus would not have been using that term for himself, nor would anybody else have), but whatever..
Monday, October 3, 2011 [3:20:03] # Dennis Miller Explains Why Barack Obama Can Do No Wrong
-click here to read a short bio of insaner- 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 |
|