LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 05-24-2007, 11:30 PM   #16
abaij
LQ Newbie
 
Registered: Mar 2007
Posts: 1

Rep: Reputation: 0

Quote:
Originally Posted by AeroGT3
That worked! Thanks!
Lucky you, AeroGT3. You are succeeded to overcome the trouble, but not mine. The installation still prompts me the warning that it unable to find any devices and so on. I have done all the step I read from the thread but it is still so.

My mobo is intel with 1,8 GHz Dual Core processor and my harddrive is serial ATA from Seagate 80 GB.

Please, give me some more information that may be useful for me to install fc in my PC. Thank you for any replies.

-- Abaij --
 
Old 06-04-2007, 02:54 AM   #17
sblantipodi
Member
 
Registered: May 2006
Distribution: Latest CentOS
Posts: 151

Rep: Reputation: 15
Fedora 7, delusion. Installation problem.

I used without problem FC6 on this PC but I've got installation problem with FC7.


Trying to install FC7 on my PC I get to the point where it says "What type of media contains the packages to be installed."

I enter CDROM and I am prompted with the following:

"Unable to find any device of the type needed for this installation type."

I'm prompted to manually select from a set of drivers. I tried that and all failed. It says I can "use [a] driver disk," but that doesn't work either.

tryed with this workaround without luck.
linux all-generic-ide irqpoll pci=nommconf

Please help.
 
Old 08-10-2007, 11:42 AM   #18
javiernesto
LQ Newbie
 
Registered: Aug 2007
Posts: 5

Rep: Reputation: 0
im having exacly the same problem, i have an asus g1
 
Old 08-10-2007, 01:20 PM   #19
sblantipodi
Member
 
Registered: May 2006
Distribution: Latest CentOS
Posts: 151

Rep: Reputation: 15
Quote:
Originally Posted by javiernesto
im having exacly the same problem, i have an asus g1
To avoid that problem, copy F7 iso on a temp partition, install Fedora 7 from that partition, recompile kernel to avoid the problem with cdrom drive.
 
Old 08-25-2007, 01:02 AM   #20
silvier
LQ Newbie
 
Registered: Aug 2007
Posts: 2

Rep: Reputation: 0
Thumbs up DVD problem

Quote:
Originally Posted by AeroGT3 View Post
Hello,

I just finished my first pc build and I'm trying to run a dual boot system with FC6 and XP. I burnt the ISO image to a DVD, popped it in my drive, and got started. I did the media check, which came out fine. I get to the point where it says "What type of media contains the packages to be installed."

I enter CDROM and I am prompted with the following:

"Unable to find any device of the type needed for this installation type."

I'm prompted to manually select from a set of drivers. I tried that and all failed. It says I can "use [a] driver disk," but that doesn't work either.

I looked at the following thread, linux*****questions.org/questions/showthread.php?p=2564231

I changed my drive config from IDE to AHCI, which didn't change anything. I have an Asus P5B-E (P965 NB and ICH8R SB). One SATA 7200 HDD with a single partition for windows and 100 GB free space. I'm totally new to the whole Linux thing, but if you guys can tell me if its a driver issue and where I can find them, I'd really appreciate it. Thanks!

-Robert
I just installed FC6 on a Sony vaio from DVD that I burned with Vista. When I tried to install FC7, I used a DVD that I burned on the same computer, but under FC6. I am getting the same error: "unable to find any device of the type needed for this installation type..." I downloaded the iso a couple of times, verified the size, should be no problem there. The DVD-RW under Vista was working well, but under FC6, I suppose not. The only way I can get this DVD is using growisofs or k3d(same). I think the DVD is not burned correctly. When I install, it loaded loaded the kernel and some drivers, complained not finding rc2, and went to the above error message. This FC7 installation is weird cos it didn't give chance to type any options like several previous versions. I no longer have the vista any more, but I think burning the iso DVD of FC7 with Vista (like I just did with FC6) might fix the problem. Maybe someone can point to a different way to burn iso DVD on FC6? or maybe a way to install from the iso image on an external drive? Thanks!
 
Old 08-25-2007, 05:49 PM   #21
silvier
LQ Newbie
 
Registered: Aug 2007
Posts: 2

Rep: Reputation: 0
"Unable to find any devices of the type needed for this...". I now know that my FC6 and DVD are fine. If I use my DVD growisofc on my FC6 to burn an FC6 iso that I downloaded, if installs without a problem. On the contrary, if I try to to the same with FC7, it just would not work this way. Good to know this, got to try some other way.
 
Old 01-13-2008, 06:35 PM   #22
rajasundaram
LQ Newbie
 
Registered: Jan 2008
Posts: 14

Rep: Reputation: 0
I do have same issue installing white box version 4 in my hp pavilion desktop.

I have western digital 160 GB SATA empty formatted hard disk.

And my system windows Vista installed already. I want to install Linux in my western digital hard drive. Can anyone help me how to come out of the issue?
 
Old 05-21-2008, 10:37 PM   #23
richardbaxter
LQ Newbie
 
Registered: May 2008
Posts: 5

Rep: Reputation: 1
Attansic L1 gigabit card network Card on FC6 with default kernel 2.6.18

Here is how to install the Attansic L1 gigabit card network Card (integrated into Asus motherboard) on FC6 with the default kernel 2.6.18;

1. install kernel source:
download kernel-2.6.18-1.2798.fc6.src.rpm
rpm -i kernel-2.6.18-1.2798.fc6.src.rpm

2. fix the error - "Linux kernel source not configured - missing config.h. Stop":
cd /usr/src/kernels/2.6.18-1.2798.fc6-i686/include/linux/
touch config.h

[Solution provided by http://osdir.com/ml/drivers.pwc/2006-11/msg00037.html]

3. install the 2.6.18 driver provided by using default instructions outlined by jcliburn;

download AtL1Linux_v1.0.41.0.tar.gz from ftp://hogchain.net/pub/linux/attansi....0.41.0.tar.gz
tar xzvf AtL1Linux_v1.0.41.0.tar.gz
cd AtL1Linux_v1.0.41.0/src
su -c "make install"
su -c "/usr/bin/system-config-network"
 
Old 05-21-2008, 10:40 PM   #24
richardbaxter
LQ Newbie
 
Registered: May 2008
Posts: 5

Rep: Reputation: 1
Attansic L1 gigabit card network Card on FC6 with default kernel 2.6.18

Repost removed (forum issue)

Last edited by richardbaxter; 05-21-2008 at 10:42 PM.
 
  


Reply

Tags
device, fc6, fedora, find, install, installation, type



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
FC6 install error "unable to unmount cdrom" sn68 Fedora - Installation 7 11-04-2007 10:17 AM
"Unable to find device...needed for install New Linux - Newbie 1 01-19-2007 11:22 AM
Can't install "glibmm" library. "configure" script can't find "sigc++-2.0&q kornerr Linux - General 4 05-10-2005 02:32 PM
konsole problem: "Unable to open a suitable terminal device" Mistreated Linux - Software 2 11-15-2004 03:24 PM
"unable to find device node for /dev/x in /dev!" during install zombiedeth *BSD 0 02-02-2004 02:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 09:04 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration