NavigationUser loginWho's onlineThere are currently 0 users and 14 guests online.
Highest Users
Linux NewsClick the above for your daily dose of Linux news. Food for ThoughtWe have come to be one of the worst ruled, one of the most completely controlled and dominated Governments in the world -- no longer a Government of free opinion, no longer a Government by conviction and vote of the majority, but a Government by the opinion and duress of small groups of dominant men. Spam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
Can't install debian on a HP Compaq nc6320I tried to install debian on a HP Compaq nc6320, but the debian installer did not detect the harddrive. I need help.
|
Is is a laptop or a
Is is a laptop or a desktop?
What type of interface does the HD have? EIDE (older, still most common) or SATA (newer, getting very popular). A link to the manufacturer's product page would be helpful too; sometimes we need to see what chips it's got inside.
HW Details
It is a laptop. The HD is a Fujitsu MHV2080BH (SATA).
I used the debian stable train.
drivers
The problem is probably with the SATA drivers - if the chip is new enough, drivers may not be available in 'stable'. But even if the drivers are available, sometimes they are not automatically loaded by the hardware discovery tool. Here are a few things to go through:
1. Try an install, but make sure you specify linux26 at the boot prompt, rather than just pressing enter. The default kernel is 2.4 and since SATA drivers are backported to that kernel, it usually doesn't have the driver you want.
2. Hardware is discovered at the "detect network" step, so make sure you haven't skipped that.
3. If there are still problems, press [alt][F2] to get a second terminal, then:
cd /lib/modules/$(uname -r)/kernel/drivers/scsi
ls sata*
that will list available SATA drivers, and use 'modprobe' to load the appropriate module, for example:
modprobe sata_sil
Then [alt][F1] to get back to the installer