Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
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.
Hi, Firstly I have to admit that I am a complete newbie to Linux.
My problem is, I've just installed FC8 onto my old pc using the dvd version. On first boot up it suggests I install updates. When I try to do this it pops up with "insert CD -- Please insert Fedora 8 (disc 1) into your cd drive". I insert the dvd i used to install FC8 into the dvd drive but it does not recognise it and therefore will not carry out the updates. Can anyone suggest (in very simple terms) if and what changes need to be made in order to get the dvd drive working.
Go to your software update manager and uncheck the local install or upgrade feature then you can go online and update. The local install is a new feature in Fedora 8
Go to your software update manager and uncheck the local install or upgrade feature then you can go online and update. The local install is a new feature in Fedora 8
How do I go to the Software Update Manager. I can't find it.
Then remove the tick box for local install. I think its the top selected tick box.
That's what I did - Applications => System Tools => Software updater - and what I get now is an alert saying Retrieving software information. When that's ready I get a window called Package Updater without tick box.
Maybe that's because earlier on I managed to install the updates in the Terminal: yum -y install
At some point I also unchecked the box Updater => Repository => Media Install, but I do not remember this exactly, because once you've done this, you can not check it again (the information isn't shown again).
Thanks, that worked a treat. But why did it not see my fc8 dvd?
Did you wait long enough for the system to pop up the dialog box asking what you wanted to do with the DVD? If not, it is at that point (you can cancel the dialog box) that the system recognizes the DVD and you can click ok that you have inserted the DVD.
Hi
I´m a total newbie to linux also and have just installed fedora 8 from the APC magazine front disc...
I had the same issue and resolved it by going into the software updater, when it asks for the CD (I used DVD-ROM so it doesn´t recognise it) click on ¨repositories¨ and then take the tick out of ¨Install Media¨.
My problem is the opposite. I have a machine which is not internet connected, and I cannot add software from the install media. There was no install-media.repo, I tried to create one using the other .repo files as a template, but I have not been able to put a valid url in for the CDROM. I know it should start with "file:", but beyond that I'm not sure.
file:/media/FC-6 i386 Disc 1
does not work, and adding quotes, adding /'s also does not work.
Can anyone give me a copy of the text which works?
You can use yum localinstall instead of creating a new repo file. You just need to locate the rpms on your install media (probably in a tar or zip package), then run something like this:
Code:
yum localinstall /path-to-rpms
If it doesn't work directly from the dvd try copying into your home directory or something first.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.