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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
hmm... does /var/log/messages give you any hint as to what is going wrong? the hardware isn't anything real exotic that might cause you to have to configure specific drivers are they? these are standard ide devices?
(kudzu looks pretty cool, you running a server w/ hotswap?)
Distribution: Slack Puppy Debian DSL--at the moment.
Posts: 341
Rep:
1) are you using devfs?
2) Did you link the actual hardware device to a special file?
IDE 0 has two possible devices, master and slave--which correspond to /dev/hda and /dev/hdb in Linux. If you were to add a CDrom as slave to the IDE 0 cable, you have to link /dev/hdb to /dev/cdrom (If special file /dev/cdrom was present, otherwise you have to use mknod with major and minor numbers and all that jazz to create one.)
3) Did you set up a directory for a mount point?
Generally, most people put a /mnt directory in root and corresponding directories for each device and or partition they are mounting in /etc/fstab.
4) Did you check the devices by using a win98 boot disk? (The quickest and surest way to check cables and bios settings is mister boot disk. If it doesn't boot, you have a problem.)
5) Is this the first time the computer has had a floppy and CDROM? Or are these replacements? Linux does not auto magically remove old hardware.
Distribution: Slack Puppy Debian DSL--at the moment.
Posts: 341
Rep:
Whoops! The "Generally" sentence should read: /mnt directory in root ("/") the corresponding mount point within /mnt (like /mnt/cdrom) and an entry in /etc/fstab. Which makes the command "mount cdrom" possible.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.