LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 09-19-2006, 11:58 AM   #1
Vispon
LQ Newbie
 
Registered: Sep 2006
Posts: 5

Rep: Reputation: 0
Ide Not Found !!!


Hey guys just installed ubuntu and im having problems in that linux refuses to recognise my IDE hard drive. It mounts my root (sata) Hard drive fine but there is no mention of any IDE drives in my /dev directory as showen below
Code:
$ ls /dev/hd*
ls: /dev/hd*: No such file or directory
 
Old 09-19-2006, 12:00 PM   #2
GrueMaster
Member
 
Registered: Aug 2005
Location: Oregon
Distribution: Kubuntu.
Posts: 848

Rep: Reputation: 30
All sata drives are handled through the scsi subsystem, therefore, they all have /dev/sd prefixes (/dev/sda is your first sata drive usually). Type "cat /proc/partitions" for a listing of drives and partitions that have been detected.
 
Old 09-19-2006, 12:13 PM   #3
Vispon
LQ Newbie
 
Registered: Sep 2006
Posts: 5

Original Poster
Rep: Reputation: 0
Thats good to know but it doesnt really help my IDE non recognition problem.
 
Old 09-19-2006, 12:23 PM   #4
GrueMaster
Member
 
Registered: Aug 2005
Location: Oregon
Distribution: Kubuntu.
Posts: 848

Rep: Reputation: 30
You failed to mention your hardware configuration, and your kernel version, etc..

A lot depends on the motherboard. Most PATA ide controllers (ribbon cable) are handled by the ata_piix driver. There are a few others for 3rd party controllers. First, check to see if ata_piix is loaded.

If you have one of the new Intel 965 boards, best of luck to you. The pata controller is a stripped down version of Marvell's SATA Raid PCIe controller ductaped to the ICH8, and not currently supported in Linux (last I checked - 8/31).

If this doesn't help, please post more hardware details. The output from lspci will help.
 
Old 09-19-2006, 12:59 PM   #5
Vispon
LQ Newbie
 
Registered: Sep 2006
Posts: 5

Original Poster
Rep: Reputation: 0
ah ok im using a gigabyte DS3 965P so that would put me in some difficulties, looks like i may have to retreat to windws then until linux supports.......that stuff.....gruemaster said.
 
Old 09-19-2006, 01:04 PM   #6
GrueMaster
Member
 
Registered: Aug 2005
Location: Oregon
Distribution: Kubuntu.
Posts: 848

Rep: Reputation: 30
At least post the output from lspci if you can.
 
Old 09-20-2006, 02:43 PM   #7
Vispon
LQ Newbie
 
Registered: Sep 2006
Posts: 5

Original Poster
Rep: Reputation: 0
ah yes sorry about that, took the post as a death sentence, heres my output

0000:00:00.0 Host bridge: Intel Corporation: Unknown device 29a0 (rev 02)
0000:00:01.0 PCI bridge: Intel Corporation: Unknown device 29a1 (rev 02)
0000:00:1a.0 USB Controller: Intel Corporation: Unknown device 2834 (rev 02)
0000:00:1a.1 USB Controller: Intel Corporation: Unknown device 2835 (rev 02)
0000:00:1a.7 USB Controller: Intel Corporation: Unknown device 283a (rev 02)
0000:00:1b.0 0403: Intel Corporation: Unknown device 284b (rev 02)
0000:00:1c.0 PCI bridge: Intel Corporation: Unknown device 283f (rev 02)
0000:00:1c.3 PCI bridge: Intel Corporation: Unknown device 2845 (rev 02)
0000:00:1c.4 PCI bridge: Intel Corporation: Unknown device 2847 (rev 02)
0000:00:1d.0 USB Controller: Intel Corporation: Unknown device 2830 (rev 02)
0000:00:1d.1 USB Controller: Intel Corporation: Unknown device 2831 (rev 02)
0000:00:1d.2 USB Controller: Intel Corporation: Unknown device 2832 (rev 02)
0000:00:1d.7 USB Controller: Intel Corporation: Unknown device 2836 (rev 02)
0000:00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2)
0000:00:1f.0 ISA bridge: Intel Corporation: Unknown device 2810 (rev 02)
0000:00:1f.2 IDE interface: Intel Corporation: Unknown device 2820 (rev 02)
0000:00:1f.3 SMBus: Intel Corporation: Unknown device 283e (rev 02)
0000:00:1f.5 IDE interface: Intel Corporation: Unknown device 2825 (rev 02)
0000:01:00.0 VGA compatible controller: ATI Technologies Inc: Unknown device 7100
0000:01:00.1 Display controller: ATI Technologies Inc: Unknown device 7120
0000:03:00.0 IDE interface: Unknown device 197b:2363 (rev 02)
0000:04:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8053 Gigabit Ethernet Controller (rev 22)

any hope?
 
Old 09-20-2006, 03:30 PM   #8
GrueMaster
Member
 
Registered: Aug 2005
Location: Oregon
Distribution: Kubuntu.
Posts: 848

Rep: Reputation: 30
There is hope for you yet! I did some research on your system, and found that it uses a JMicron Technologies AHCI controller. This is listed in the pci.ids table that ships with Mandriva 2007rc1. So there is potential Linux support for your system. You might try getting a newer test kernel for Ubuntu, or switching to Mandriva. Also, your audio is listed as a Realtek ALC883 codec. Could you send me the output from "lspci -s 0:1b -vn"? I'm currently working on the Intel HDA audio drivers, and will see about getting specific support for your board added to alsa.
 
Old 09-21-2006, 03:02 AM   #9
Vispon
LQ Newbie
 
Registered: Sep 2006
Posts: 5

Original Poster
Rep: Reputation: 0
Wow I realy wasnt expecting anyone to put this much effort, really appreciate it. Im not all that keane to switc to mandriv (ive only been running ubuntu for a week) so where would i find\download a newer test kernel?

As for the sound

0000:00:1b.0 0403: 8086:284b (rev 02)
Subsystem: 1458:a002
Flags: bus master, fast devsel, latency 0, IRQ 66
Memory at f8100000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
Capabilities: [70] #10 [0091]

help as always is very welcome

Last edited by Vispon; 09-21-2006 at 03:06 AM.
 
  


Reply



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
ide bus no longer found - Debian 3.1 i386 Matthew Thill Debian 1 09-24-2005 05:57 PM
burning, ide-cd and "mount: No medium found" Creak Debian 3 09-18-2004 05:38 AM
Inspiron 8500 ide Floppy not found... ewtrowbr Linux - Laptop and Netbook 0 03-14-2004 01:28 PM
128 meg flash card, ide-cs.o not found? SappySE107 Linux - Hardware 0 11-20-2003 08:54 PM
how2 make the kernel scan both PCI IDE and Mboard IDE channels? carboncopy Slackware 1 07-23-2003 03:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:00 PM.

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