Online!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Having sourced the drivers for my USB router, and an impromptu crash course of the Linux kernel through trial and error, I learned, thanks to Annihilannic, that I hadnt the kernel-devel rpms installed. My first lesson in module and kernel source.
Got the...
Following another bit of intense reading, I discovered
how to extract the source.
[root@localhost usb]# ls
cayman3341.c Makefile
kernel-2.6.15-1.2054_FC5.src.rpm README
kernel-devel-2.6.15-1.2054_FC5.i686.rpm
[root@localhost usb]# rpm -ihv...
You are right Annihilannic, that directory is empty.
I have NO dev experience whatsoever, but a bit of googling
following your response tells me that the Fedora kernel source is not added during install.
I found the exact kernel version here...
Hi,
This may be a longshot but, can someone please help me with compiling the drivers for
my Cayman3341 USB router.
I have completed my first ever Linux (Fedora 5) installation. I havnt gotr a network card in my machine
yet, so I can only use the USB port for my router.
Not being a developer...
Update
open FILE, "<$filename" or die "$0: cannot open $filename";
my $num = 1;
my $count;
my @ln;
my $replace = "\$var".$num;
while ( my $line = <FILE> ) {
chomp($line);
while ($line =~ s/@(.*?)@/$replace/) {
$replace = "\$var".$num++;
}...
LOL...Just to show Im trying ..lol
I've arrived at this..
while ($line =~ s/@(.*?)@/\$i/g) { print $line,"\n"; }
Only problem is that this only replaces with the same $i variable every match ??? ???
Evan
I am having a problem with a regex.
I am trying to parse a file (which has been previously marked with tags) and these tags replaced as variables.
Example input.txt
The quick brown fox jumps over the lazy dog
The stupid learner had trouble with regex
I manually edit input.txt with @tags@ to...
Sorry, paparazi, you are correct. I meant 112MB not 112KB... :)
Yes, its an older machine, the kind sold around Christmas time in the corner superstore amongst the groceries...lol.....
I think I'll get her an extra stick of 128MB RAM and see how it goes.
Thanks paparazi, I wasnt aware that...
Im not to familiar with hardware, but recently I was asked to look at a friends PC (WinXp Home : 1.3G CPU) that was running slow.
I did the usual empty cache, temp files, defrag etc. I installed Norton Internet Security 2005 and it ground the PC to a halt, apps taking way too long to open etc...
Hi,
My Norton Antivirus 2001 subscription has expired and Norton
apparently dont support 2001 anymore.
If I want to upgrade to 2004, should I buy Norton 2004 UPGRADE or Norton 2004 new?
Do I have to unistall 2001 before attempting 2004 install?
Evan
Thank you for the explaination.
Im now regreting dowloading that Opera. I get java errors on pages with applets .
I think Ive done more harm than good.
I remove all references to Java in Add/Remove programs.
Then dowloaded a new SDK and now applets run.
So now my system looks like this...
Thanks jeff
So what does this mean when I type java -version at prompt.
Is the 1.4.2, the runtime environment not the dev kit 1.2?
C:\WINDOWS>java -version
java version "1.4.2_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
Java HotSpot(TM) Client VM (build...
Hi guys,
I just downloaded Opera web browser. During the install, it installed "j2re1.4.2-04" into C:\Program Files\Java.
My system already had "jdk1.2.2" in C:\ went I purchased it.
I am a novice with Java so I dont know if these are
two different applications or not?
Should I uninstall the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.