Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am a complete noob. I have installed ret hat 7.3 I cannot run a graphical enviroment because, i assume my video card is not configured corectly. I have tried in Xconfigutator with no luck.
My vid is a Hercules Prophet 4500 64. At the hercules site i downloaded a driver for linux. Itried to execute this at root using rpm -Uvh but nothing but since the file is on the floppy it could not be found.
So;
1. If a linux driver is downloaded in XP to a floppy i assume it is Vfat. Is this problematic.
2. Do i install from the floppy or copy from the floppy to the hd. I do not know how to do this.
I would appraciate any help, once i get GUI i might be able to learn abit more.
Distribution: RH 6.2, Gen2, Knoppix, 98,2000 + various
Posts: 3,151
Rep:
the file would have to be an rpm for that rpm command to work.
did you include the full filename there?
putting file on vfat sometimes changes a file's name.
list the file's full name, and we can guess what you are supposed
to do with it.
Distribution: RH 6.2, Gen2, Knoppix, 98,2000 + various
Posts: 3,151
Rep:
wherever the file is, if it is an rpm
you can rpm -Uvh <filename>
you have to have the full path, and as a tip, you can hit
the tab key after type the first few letters, and bash will
auto complete the filename for you, hopefully.
you can probably mount the floppy drive with
mount /dev/fd0 /mnt/floppy
assuming /mnt/floppy exists. then you can
cd /mnt/floppy rpm command
or rpm -Uvh /mnt/floppy/<filename>
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.