Hanzerik,
Thanks for the windows floppy directions. I have been looking for a way to do that now for 3 nights.
Now to figure out how to get the files off of it .
If anyone can help I am using RH 5.2 and the files on the floppy are nic drivers in .tar format. nic is 3c905-c tx m
New to linux just trying it as a hobby.
Thanks for any and all help
Edit: well I got access to the files and run the installer and it tells me I have to compile it. Done that, now not sure what to do with waht it compiled or where it put the compiled file.
Got it working
I just relized this is the slackware side of the forum.
sorry about posting in the wrong place.
Quote:
Originally posted by hanzerik
From one of your other posts I see you are using Slax (live CD) You really should specify what you are using.
You may need to create the mount point
mkdir /mnt/floppy
Then try to mount it
Windows floppy: mount -t vfat /dev/fd0 /mnt/floppy
Linux: mount /dev/fd0 /mnt/floppy
|