| View previous topic :: View next topic |
| Author |
Message |
cront n00b

Joined: 10 Mar 2009 Posts: 7
|
Posted: Mon Mar 23, 2009 3:39 pm Post subject: [Solved] Yet another disk not recognised |
|
|
Two cd/dvd drives not being allocated sr* addresses (the corresponding sg* devices are listed in /dev)
usual outputs:
lspci -n
kernel config
dmesg | grep ata
fstab
anything else?
somebody please tell me what my .config is missing.
Last edited by cront on Tue Mar 24, 2009 8:37 am; edited 1 time in total |
|
| Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 27780 Location: 56N 3W
|
Posted: Mon Mar 23, 2009 5:23 pm Post subject: |
|
|
cront,
I guess they are on the Marvell Technology 11ab:6101 PATA Controller ?
If so | Code: | | # CONFIG_PATA_MARVELL is not set | is a bad sign.
Turn on that option in your kernel, using menuconfig and rebuild the kernel. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
| Back to top |
|
 |
cront n00b

Joined: 10 Mar 2009 Posts: 7
|
Posted: Tue Mar 24, 2009 8:37 am Post subject: |
|
|
| Spot on, thanks. |
|
| Back to top |
|
 |
|