| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13
Comments:
<0> I rather go down swinging <0> go ahead and test **** on me <0> just sit around and convulse and wait to die <0> **** that <1> However, we should NOT market things to the great unwashed m***es of stupid brainwashed Americans using high tech propaganda etc. Let's just wait. 'Saving lives' is a lie-justification. These companies rush their crap to market simply to turn R & D investment over quickly and the COUNT on people being stupid and buying what they are told to buy. Why do you think the spend hundreds of M$s on directly soliciting phsyician, medi <1> cal educators and clinicians (not to mention your corrupt congress and state regulatory bureaucrats, insurance czars and politicos) <1> ??? <0> quacker it's not us vs them <0> it's us vs a few bad apples <0> that simple <2> hiyas <2> i typed make && make install in the driver directory.. but it returned this http://paste.getlinuxhelp.org/2083 <2> do i need to restart after updating the kernel? <2> !wifi <3> i heard wifi is a silly name for 802.11b wireless networking. see http://linux-wless.p***ys.nl/ <1> I didn't see any error messages pertaining to your kernel. That jsut looks like a bad makefile (but I don't really know, as I'm no expert on ANSI c install scripts)
<1> And yes, if you want to change to the new kernel, you will need to reboot. <1> I'm not aware of any technique to change kernels without a reboot. I can't even think of a way to make that possible except under emulation. <4> can anyone help me : <5> any ideas of how to block DOWNLOAD ACCELERATOR PLUS? <6> has anyone tried printing on a paper with scotch tape or staples? (using laser printer) <2> hiyas <6> hi Opi_ <2> im trying to install a driver for my wifi dongle <2> ive installed a new kernel with wireless support.. now the instructions say to run the makefile, which i did but got an error message <2> http://zd1211.ath.cx/wiki/Configuration mandriva 2006 method 2 <7> Opi_: whats the error? use pastebin if necessary <7> !paste <3> More than 3 lines? Paste your stuff at http://paste.getlinuxhelp.org/ and then tell us the url it gives you. <6> sorry cant help ya there <5> any ideas of how to block DOWNLOAD ACCELERATOR PLUS? <6> so they have dap for linux now eh.:D <2> http://paste.getlinuxhelp.org/2084 <2> your up late OP <5> any ideas of how to block DOWNLOAD ACCELERATOR PLUS? <5> I HAVE L7-FILTER <5> but it doesnt dap pattern <7> Opi_: do you have a /lib/modules/2.6.8.1-10mdk/build dir: try something like : ls -d /lib/modules/2.6.8.1-10mdk/build <7> and see if it shows it <2> ok <2> no such file or dir <2> i had a look in lib/modules.. <7> Opi_: thats the reason its giving you the error.. make is trying to run the Makefile in that directory and the dir doesn't even exist <2> oh ok <2> hang on ill show you what is in that dir <2> theres a /kernel and some other files <2> in 2.6.8...mdk etc <7> Opi_: ok <2> so do i need to create that dir? <7> Opi_: do you have you kernel sources installed? <2> i downloaded them <2> and ran nrmpi ? something like that <7> Opi_: no, you need to create a link in that dir named 'build' pointing to your kernel sources, like mine: build -> /usr/src/linux-2.6.14.3 <7> Opi_: did you download a source rpm? <2> ok <7> if you installed a source rpm, look under /usr/src/<distro>/SOURCES <2> i went to a website with the kernel and downloaded it <2> it printed out a bunch of commands to cut & paste into the command line <7> or /usr/src/<distro>/SRPMS <2> they then d/l'd the updated kernel <7> Opi_: did you install a RPM or SRPM? <2> hang on ill try and find it <7> k <2> http://easyurpmi.zarb.org/ <2> i went there and installed the mandriva 2006 i586 <7> Opi_: I didn't ask ya that...whats the extension of the rpm that you installed thats all.. did it end in rpm or srpm? <7> Opi_: do you show anything under /usr/src ? <2> this is what i ran ( a bunch of these) urpmi.addmedia jpackage ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/MandrivaLinux/official/2006.0/i586/media/jpackage with media_info/hdlist.cz <2> hang on ill check <7> Opi_: k <2> RPM <2> by the way - if im way in a directory tree, what do i type to get back to root? <2> instead of a lot of cd.. 's <7> Opi_: just type; cd <7> Opi_: and press <enter> <2> ok
<7> do you show anything under /usr/src? if not then you need to install your kernel headers and source... then create a link under /lib/modules/<kernel_version>/build pointing to /usr/src/<kernel> <7> Opi_: then run the make && makefile install commands <2> yes, under usr/src it has a dir RPM <7> Opi_: na, it shouldn't be RPM... normally, for kernels, it will be there kernel version and symbolic link pointing frrom /usr/src/linux TO /usr/src/<kernel_version> <2> oh ok <2> what i installed with Easy URPMI - was that my kernel? <2> i thought it was <7> Opi_: I don't know, I don't run Mandrake/Mandriva... it appears that you don't have them installed... all my kernels are from kernel.org... <2> hmmm <7> Opi_: once you get the sources built, just cd to /lib/modules/<kernel_version> and then type ; ln -sf /usr/src/<kernel_version> . <7> Opi_: and make/makefile install should work <2> ok <2> how do i get the source built? <2> is my amd athlon 4 an "i586" or a "x86_64" ? <7> Opi_: sorry, I didn't exactly mean built.... I meant installed... personally I don't know... like i stated, I don't use Mandrake and I download all my kernels from kernel.org... then I decompress them in /usr/src... that creates a dir 'linux-<version>'...then I create a symbolic link pointing to /usr/src/linux... then go to my modules dir, if I enable modules, and then create a link 'build' pointing to the source dir under /usr/src/linu <7> x-<version> <2> hmmm <8> Opi_, you mean amd athlon 64 ? it's x86_64 <7> Opi_: like I say, you need your kernel sources [or find them if you have them installed other than /usr/src] then create the link 'build' pointing to it <2> oh, its a 64? maybe thats why that kernel didnt work, i specified "i586" not 86_64 <2> if i change the spec to 86_64 and run it again will that cause any problems? or is it hard to tell <7> Opi_: that build error pertains to the lack of a /lib/modules/<kernel_version>/build dir... thats what you're missing at the moment... <2> Yes, I understand that. <7> k <2> maybe i should just buy a compatible wifi card <7> Opi_: coping out on us? <2> well so far ive spent about 8-10 hours on this one problem <2> if a new dongle costs me $58NZD it would be cheaper <2> i value my time higher than $5.80 an hour <7> Opi_: its a simple problem, just go to Mandriva's main sight and then go to support or something and try to find out what files contain the kernel sources ... <0> http://geexbox.org/en/start.html <2> or i could just buy an ethernet cable and wait until the next linux meet <2> but on the other hand this information is useful.. i need to learn sometime i guess <2> I wouldn't call this process "simple". <2> anyway thanks for the information. <7> np <9> damn this job is boring <0> Redb3ard <0> get a pda <0> load it with some ebooks or vid clips <10> Redb3ard: or play Tetris on your cellphone <9> right now, cant... requires my attention <9> doing what amounts to data entry this week, over a slow pcanywhere connection <11> Redb3ard: at least you don't have AIDS <10> Redb3ard: oh dear :( <9> AIDS is either treatable, or not nearly as much of a lingering death as this damn job <9> either way, preferable <9> speaking of AIDS, did i tell you about my date last night, caimlas? <7> Redb3ard: nope <7> Redb3ard: did he have AIDS <9> she <9> and possibly <9> there's no way to be sure <7> Redb3ard: I mean SHE <9> she was cute, actually <9> however, one of her blogs says that one of her fantasies is to be a "biscuit in a 10 man circle jerk" <7> Redb3ard: na I know what you mean.. I went to court a while back.. here, they tend to have different types of trials and the like in the same court room... when I was there, I was there for traffic violations and a gal had a trail sometime before mine, for prostititution.. they were trying to put her in jail cause she had AIDS and wouldn't quit hooking.. she was all tore up <7> Redb3ard: biscut? <5> any ideas of how to block DOWNLOAD ACCELERATOR PLUS? <12> Redb3ard: You went on a date? OMGOMG! :-P <9> optimus, ive probably already broken channel rules saying that much <9> its slang, look it up <7> Redb3ard: I used to date a gal that was into that sort of thing, before we met, she would get gangbanged every friday night about about 20 guys on the football team then the following morning, run down and say they raped her... so they wouldn't say anything about it.. When I found out, I couldn't drop her cr*** arse fast enough... she was like the campus typhoid mary, without a doubt.. the was later expelled <9> haha <9> gcb, no one was more shocked than i <7> Redb3ard: she was a nut case big time! from what I over heard the student affairs person saying, over 25 guys caught the clap from her, she checked with the campus doctor.... it was wild <9> she's actually attractive too, and 10 years younger than me <7> Redb3ard: with diseasing being what they are nowadays, I wouldn't mess with it... <9> for all i know, she put it up there as a joke <7> Redb3ard: just getting to the point of being to too damn common
Return to
#linuxhelp or Go to some related
logs:
web services with eclipse #AllNiteCafe #chatzone #skype #london #apache #linux #AllNiteCafe javascript add a select #linux
|
|