LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-12-2004, 06:39 AM   #1
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Rep: Reputation: 50
No cdrom/dvd in /dev


Hello,

I'm runing Slack 10 with 1 harddrive and a CD-rom/dvd combo drive. I just compiled the latest kernel (2.6.9) on it and got the nvidia and sound working etc.

However, I tried to mount a CD and it says there is no device. To cut a long story short there are no entries for harddisks in /dev/ other that hda. DMESG calls it hdc and the unit works with the old kernal version. I did enable ide-cdrom support and iso9660 file system in the kernel complie.

Obviously i took out the append ide-scsi out of the lilo.conf file. I'm just wondering if anyone has any ideas. As i can't understand why there is no /dev/hdb or /dev/hdc.

The unit is being detected at boot up time, but there is nothing in /dev. Normally I would make a link /dev/cdrom to /dev/hdc (or whatever) and include the relevant line in /etc/fstab. Obviously as there is nothing in /dev this is not working. I don't have scsi cdrom support, but i understand this is not needed.

Thanks very much.
 
Old 11-12-2004, 09:48 AM   #2
urka58
Member
 
Registered: Nov 2003
Distribution: slackware 15
Posts: 546

Rep: Reputation: 43
It should be due to something wrong with hotplug/udev system.
Did you enabled hotplug features while configuring the new kernel? (check your .config file @ "general setup" section)
Have your /etc/rc.d/rc.hotplug and /etc/rc.d/rc.udev "rx" permissions?
What is the output of
ls /dev ?
Hope this helps
Ciao
 
Old 11-12-2004, 10:34 AM   #3
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Original Poster
Rep: Reputation: 50
Hello,

Hot plugging is enabled. I'm sure of that. I never had this problem on on older kernel verions, so i am presuming that udev was active.

I presume that a /dev/hd? should still be created on the 2.6.x kernel.

How do i confirm that udev is working if the permission are correct?

cheers
 
Old 11-12-2004, 01:15 PM   #4
J.W.
LQ Veteran
 
Registered: Mar 2003
Location: Boise, ID
Distribution: Mint
Posts: 6,642

Rep: Reputation: 87
Try linking /dev/cdrom to /dev/sr0 (Under 2.4.x, I needed to link /dev/cdrom to /dev/scd0, but now under 2.6.x, I need to link it to /dev/sr0) HTH -- J.W.
 
Old 11-12-2004, 04:39 PM   #5
urka58
Member
 
Registered: Nov 2003
Distribution: slackware 15
Posts: 546

Rep: Reputation: 43
Check by
which udev (as root)
if udev is properly installed (it should, if you did a full install of slackware), you get an output like "/sbin/udev"
I don't think such device will be named by the kernel "sr0" or "scd0" if you disabled ide-scsi emulation.
Try the command (for instance)
udevinfo -q path -n /dev/lp0
the output should be something like
/class/printer/lp0
then
udevinfo -a -p /sys/class/printer/lp0
will show a long list of infos about such device.
This, of course, means "udev" is working.
The script that creates ide devices nodes at boot is /etc/udev/scripts/ide-devfs.sh but is a bit cryptic (to me,at least).
Hope this helps
Ciao
 
Old 11-15-2004, 03:48 AM   #6
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Original Poster
Rep: Reputation: 50
Thanks for the advice.

I know that udev is working and I have run the ide-devfs.sh script (and make script) but to no avail. I've also tried going back to scsi-ide emulation. Nothing seems to work. I know that the drive is okay because i have used it on the same install with the default kernel.

I'm really annoyed about this - it's just an ide-cdrom/dvd drive after all. Fly in the soup for my linux experience. I never considered something like this would be a problem. If I put ide-cdrom support as a module it doesn't load automatically, which tends to tell me that it's not being detected. However, at dmesg time during boot up it says that it's hdc. All very dissapointing.

Thanks
 
Old 11-15-2004, 04:45 AM   #7
cryptwizard
Member
 
Registered: Aug 2004
Location: Sydney, Australia
Distribution: Debian Squeeze
Posts: 49

Rep: Reputation: 15
Send us the result of "ls -l /dev"
 
Old 11-15-2004, 08:13 AM   #8
rutgerw
Member
 
Registered: Jun 2004
Location: Leiden, The Netherlands
Distribution: Slackware 10.2, SmoothWall Express v3, Kubuntu 7.04, Mac OS X.4
Posts: 69

Rep: Reputation: 15
/dev/cdrom is /dev/hdb in slack 10

I've had exactly the same problem when I upgraded to slack 10. I found out tough that my dvd-rom and cd-recorder were /dev/hdb and /dev/hdc. This probably has something to do with udev wich is being used by slack 10.

Try (as root to be surtain the permissions are right) "eject /dev/hdb" if this command ejects your cd-drawer then /dev/hdb is your cd/dvd device. If it works just create a link to /dev/hdb: "ln -s /dev/hdb /dev/cdrom" (as root)

The above solved the problem for me
 
Old 11-15-2004, 08:29 AM   #9
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,491

Original Poster
Rep: Reputation: 50
Thanks for responding.

I'm at work at the moment (uk time). so I can't output ls -l /dev/. However, I can tell you that there are no devices list for hd* other than hda1-9 for the first disk. And there are not devices for sr,scd or anything else. However, there is a device for fd. Which is odd considering I specified NO floppy disk support when compiling the kernel - i didn't put a floppy disk in when i assembled the PC. fd* isn't the cdrom drive in any event.

Glad to hear that i am not the only one. Do you think i should download a newer version of udev? Or even an older one?? I'll post ls -l /dev/ when i get home. The problem is that there are no devices to make a link to. So ln -s /hd* doesn't work either. Nor does running the ide-dev script.

How come dmesg calls it /hdc, but udev doesn't make a device called that in /dev???? I don't consider myself a total noob, but I can't understand what's not happening.

I don't have a disk burning suite in windoze and i don't want to ever have to boot in to 2k anyway. Know what i mean??

Good day to all out there.
 
Old 12-06-2004, 04:17 AM   #10
hatorisama
LQ Newbie
 
Registered: Dec 2004
Posts: 2

Rep: Reputation: 0
Hi,
I know that this post is pretty hold but I have exactly the same problem than yours:
no more /dev/hdc (my dvd-rom), /dev/hdd (my cdrom-rw) et no more /dev/fd0 (...) just after udev was installing on my system (Debian GNU/Linux Sarge uptodate).

Do you fix it?

I found a connexe problem (I guess)
if udev is running the /proc/sys/dev file is empty
.
Despite this problem I'm really enjoy about this feature and I really want to use it

hatorisama.
 
Old 12-06-2004, 12:03 PM   #11
Shafted
Member
 
Registered: Sep 2003
Posts: 40

Rep: Reputation: 15
I had this problem a week ago, if you search you'll find the whole thread.

If you look in /.dev you'll find hdc and hdd or whatever your missing drives are. From there I just added /.dev/hdc to fstab and it worked perfectly.

If you want more info on it search for that thread, it was only a few days ago, and you'll see how it the problem got fixed in proper detail.
 
Old 12-23-2004, 11:16 AM   #12
-0-
Member
 
Registered: Nov 2004
Location: London uk
Distribution: Slack 10
Posts: 67

Rep: Reputation: 15
Having the same problem here, i know that udev is workign as i have it set up to work (correctly i add) with my iRiver mp3 player,

however there is no /hdx other than /hda


below is the cd entry for dmesg, and ls-l of my /dev

Code:
hda: TOSHIBA MK6021GAS, ATA DISK drive
Using anticipatory io scheduler
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: TOSHIBA DVD-ROM SD-C2612, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
SCSI subsystem initialized
ide-scsi is deprecated for cd burning! Use ide-cd and give dev=/dev/hdX as device
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
  Vendor: TOSHIBA   Model: DVD-ROM SD-C2612  Rev: 1F27
  Type:   CD-ROM                             ANSI SCSI revision: 02
  Vendor: TOSHIBA   Model: DVD-ROM SD-C2612  Rev: 1F27
  Type:   CD-ROM                             ANSI SCSI revision: 02
  Vendor: TOSHIBA   Model: DVD-ROM SD-C2612  Rev: 1F27
  Type:   CD-ROM                             ANSI SCSI revision: 02
  Vendor: TOSHIBA   Model: DVD-ROM SD-C2612  Rev: 1F27
  Type:   CD-ROM                             ANSI SCSI revision: 02
  Vendor: TOSHIBA   Model: DVD-ROM SD-C2612  Rev: 1F27
  Type:   CD-ROM                             ANSI SCSI revision: 02
  Vendor: TOSHIBA   Model: DVD-ROM SD-C2612  Rev: 1F27
  Type:   CD-ROM                             ANSI SCSI revision: 02
  Vendor: TOSHIBA   Model: DVD-ROM SD-C2612  Rev: 1F27
  Type:   CD-ROM                             ANSI SCSI revision: 02

/dev

Code:
lrwxrwxrwx  1 root root         12 2004-12-23 15:43 agpgart -> misc/agpgart
lrwxrwxrwx  1 root root         11 2004-12-23 15:44 audio -> sound/audio
crw-------  1 root tty      5,   1 2004-12-23 15:44 console
lrwxrwxrwx  1 root root         11 2004-12-23 15:43 core -> /proc/kcore
drwxr-xr-x  2 root root          0 2004-12-23 15:49 dri
lrwxrwxrwx  1 root root          9 2004-12-23 15:44 dsp -> sound/dsp
lrwxrwxrwx  1 root root         13 2004-12-23 15:43 fd -> /proc/self/fd
brw-rw----  1 root floppy   2,   0 2004-12-23 15:43 fd0
brw-rw----  1 root floppy   2,   1 2004-12-23 15:43 fd1
brw-rw----  1 root floppy   2,   2 2004-12-23 15:43 fd2
brw-rw----  1 root floppy   2,   3 2004-12-23 15:43 fd3
crw-rw-rw-  1 root root     1,   7 2004-12-23 15:43 full
brw-rw----  1 root disk     3,   0 2004-12-23 15:43 hda
brw-rw----  1 root disk     3,   1 2004-12-23 15:43 hda1
brw-rw----  1 root disk     3,   2 2004-12-23 15:43 hda2
brw-rw----  1 root disk     3,   3 2004-12-23 15:43 hda3
brw-rw----  1 root disk     3,   4 2004-12-23 15:43 hda4
lrwxrwxrwx  1 root root          4 2004-12-23 16:35 iRiver -> sda1
prw-------  1 root root          0 2004-12-23 15:43 initctl
drwxr-xr-x  2 root root          0 2004-12-23 15:43 input
crw-r-----  1 root kmem     1,   2 2004-12-23 15:43 kmem
crw-------  1 root root     1,  11 2004-12-23 15:43 kmsg
srw-rw-rw-  1 root root          0 2004-12-23 15:43 log
brw-rw----  1 root disk     7,   0 2004-12-23 15:43 loop0
drwxr-xr-x  2 root root          0 2004-12-23 15:43 md
lrwxrwxrwx  1 root root          4 2004-12-23 15:43 md0 -> md/0
crw-r-----  1 root kmem     1,   1 2004-12-23 15:43 mem
drwxr-xr-x  2 root root          0 2004-12-23 15:43 misc
lrwxrwxrwx  1 root root         11 2004-12-23 15:44 mixer -> sound/mixer
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 mouse -> psaux
crw-rw-rw-  1 root root     1,   3 2004-12-23 15:43 null
crw-rw----  1 root video  195,   0 2004-12-23 15:43 nvidia0
crw-rw----  1 root video  195,   1 2004-12-23 15:43 nvidia1
crw-rw----  1 root video  195, 255 2004-12-23 15:43 nvidiactl
crw-r-----  1 root kmem     1,   4 2004-12-23 15:43 port
crw-rw----  1 root uucp   108,   0 2004-12-23 15:43 ppp
lrwxrwxrwx  1 root root         10 2004-12-23 15:43 psaux -> misc/psaux
crw-rw-rw-  1 root tty      5,   2 2004-12-23 17:09 ptmx
drwxr-xr-x  2 root root          0 2004-12-23 15:43 pts
drwxr-xr-x  2 root root          0 2004-12-23 15:43 pty
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptya0 -> pty/m0
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptya1 -> pty/m1
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptya2 -> pty/m2
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptya3 -> pty/m3
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptya4 -> pty/m4
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptya5 -> pty/m5
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptya6 -> pty/m6
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptya7 -> pty/m7
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptya8 -> pty/m8
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptya9 -> pty/m9
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptyaa -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptyab -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptyac -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptyad -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptyae -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptyaf -> pty/m
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyb0 -> pty/m0

lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyb1 -> pty/m1
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyb2 -> pty/m2
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyb3 -> pty/m3
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyb4 -> pty/m4
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyb5 -> pty/m5
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyb6 -> pty/m6
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyb7 -> pty/m7
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyb8 -> pty/m8
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyb9 -> pty/m9
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptyba -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptybb -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptybc -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptybd -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptybe -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptybf -> pty/m
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyc0 -> pty/m0
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyc1 -> pty/m1
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyc2 -> pty/m2
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyc3 -> pty/m3
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyc4 -> pty/m4
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyc5 -> pty/m5
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyc6 -> pty/m6
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyc7 -> pty/m7
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyc8 -> pty/m8
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyc9 -> pty/m9
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptyca -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptycb -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptycc -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptycd -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptycf -> pty/m
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyd0 -> pty/m0
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyd1 -> pty/m1
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyd2 -> pty/m2
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyd3 -> pty/m3
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyd4 -> pty/m4
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyd5 -> pty/m5
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyd6 -> pty/m6
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyd7 -> pty/m7
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyd8 -> pty/m8
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyd9 -> pty/m9
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptyda -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptydb -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptydc -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptydd -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptyde -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptydf -> pty/m
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptye0 -> pty/m0
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptye1 -> pty/m1
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptye2 -> pty/m2
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptye3 -> pty/m3
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptye4 -> pty/m4
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptye5 -> pty/m5
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptye6 -> pty/m6
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptye7 -> pty/m7
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptye8 -> pty/m8
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptye9 -> pty/m9
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptyea -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptyeb -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptyef -> pty/m
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyp0 -> pty/m0
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyp1 -> pty/m1
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyp2 -> pty/m2
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyp3 -> pty/m3
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyp4 -> pty/m4
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyp5 -> pty/m5
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyp6 -> pty/m6
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyp7 -> pty/m7
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyp8 -> pty/m8
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyp9 -> pty/m9
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptypa -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptypb -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptypc -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptypd -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptype -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptypf -> pty/m
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyq0 -> pty/m0
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyq1 -> pty/m1
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyq2 -> pty/m2
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyq3 -> pty/m3
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyq4 -> pty/m4
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyq5 -> pty/m5
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyq6 -> pty/m6
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyq7 -> pty/m7
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyq8 -> pty/m8
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyq9 -> pty/m9
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptyqa -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptyqb -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptyqf -> pty/m
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyr0 -> pty/m0
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyr1 -> pty/m1
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyr2 -> pty/m2
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyr3 -> pty/m3
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyr4 -> pty/m4
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyr5 -> pty/m5
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyr6 -> pty/m6
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyr7 -> pty/m7
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyr8 -> pty/m8
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyr9 -> pty/m9
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptyra -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptyrb -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptyrc -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptyrd -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptyre -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptyrf -> pty/m
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptys0 -> pty/m0
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptys1 -> pty/m1
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptys2 -> pty/m2
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptys3 -> pty/m3
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptys4 -> pty/m4
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptys5 -> pty/m5
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptys6 -> pty/m6
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptys7 -> pty/m7
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptys8 -> pty/m8
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptys9 -> pty/m9
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptysa -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptysb -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptysc -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptysd -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptyse -> pty/m
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ptysf -> pty/m
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 ptyt0 -> pty/m0
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 p
all the way doen to ptyzf, then
Code:
lrwxrwxrwx  1 root root          4 2004-12-23 15:43 ram0 -> rd/0
lrwxrwxrwx  1 root root          4 2004-12-23 15:43 ram1 -> rd/1
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ram10 -> rd/10
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ram11 -> rd/11
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ram12 -> rd/12
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ram13 -> rd/13
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ram14 -> rd/14
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ram15 -> rd/15
lrwxrwxrwx  1 root root          4 2004-12-23 15:43 ram2 -> rd/2
lrwxrwxrwx  1 root root          4 2004-12-23 15:43 ram3 -> rd/3
lrwxrwxrwx  1 root root          4 2004-12-23 15:43 ram4 -> rd/4
lrwxrwxrwx  1 root root          4 2004-12-23 15:43 ram5 -> rd/5
lrwxrwxrwx  1 root root          4 2004-12-23 15:43 ram6 -> rd/6
lrwxrwxrwx  1 root root          4 2004-12-23 15:43 ram7 -> rd/7
lrwxrwxrwx  1 root root          4 2004-12-23 15:43 ram8 -> rd/8
lrwxrwxrwx  1 root root          4 2004-12-23 15:43 ram9 -> rd/9
crw-r--r--  1 root root     1,   8 2004-12-23 15:43 random
drwxr-xr-x  2 root root          0 2004-12-23 15:43 rd
lrwxrwxrwx  1 root root          8 2004-12-23 15:43 rtc -> misc/rtc
brw-rw----  1 root disk     8,   0 2004-12-23 16:34 sda
brw-rw----  1 root disk     8,   1 2004-12-23 16:34 sda1
crw-rw----  1 root cdrom   21,   0 2004-12-23 15:44 sg0
crw-rw----  1 root cdrom   21,   1 2004-12-23 15:44 sg1
crw-rw----  1 root cdrom   21,   2 2004-12-23 15:44 sg2
crw-rw----  1 root cdrom   21,   3 2004-12-23 15:44 sg3
crw-rw----  1 root cdrom   21,   4 2004-12-23 15:44 sg4
crw-rw----  1 root cdrom   21,   5 2004-12-23 15:44 sg5
crw-rw----  1 root cdrom   21,   6 2004-12-23 15:44 sg6
crw-rw----  1 root disk    21,   7 2004-12-23 16:34 sg7
drwxrwxrwt  2 root root         40 2004-12-23 15:43 shm
drwxr-xr-x  2 root root          0 2004-12-23 15:43 snd
drwxr-xr-x  2 root root          0 2004-12-23 15:44 sound
lrwxrwxrwx  1 root root         15 2004-12-23 15:43 stderr -> /proc/self/fd/2
lrwxrwxrwx  1 root root         15 2004-12-23 15:43 stdin -> /proc/self/fd/0
lrwxrwxrwx  1 root root         15 2004-12-23 15:43 stdout -> /proc/self/fd/1
drwxr-xr-x  2 root root          0 2004-12-23 15:43 tts
crw-rw-rw-  1 root tty      5,   0 2004-12-23 16:30 tty
lrwxrwxrwx  1 root root          4 2004-12-23 15:43 tty0 -> vc/0
lrwxrwxrwx  1 root root          4 2004-12-23 15:43 tty1 -> vc/1
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty10 -> vc/10
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty11 -> vc/11
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty12 -> vc/12
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty13 -> vc/13
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty14 -> vc/14
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty15 -> vc/15
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty16 -> vc/16
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty17 -> vc/17
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty18 -> vc/18
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty19 -> vc/19
lrwxrwxrwx  1 root root          4 2004-12-23 15:43 tty2 -> vc/2
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty20 -> vc/20
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty21 -> vc/21
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty22 -> vc/22
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty23 -> vc/23
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty24 -> vc/24
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty25 -> vc/25
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty26 -> vc/26
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty27 -> vc/27
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty28 -> vc/28
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty29 -> vc/29
lrwxrwxrwx  1 root root          4 2004-12-23 15:43 tty3 -> vc/3
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty30 -> vc/30
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty31 -> vc/31
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty32 -> vc/32
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty33 -> vc/33
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty34 -> vc/34
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty35 -> vc/35
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty36 -> vc/36
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty37 -> vc/37
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty38 -> vc/38
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty39 -> vc/39
lrwxrwxrwx  1 root root          4 2004-12-23 15:43 tty4 -> vc/4
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty40 -> vc/40
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty41 -> vc/41
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty42 -> vc/42
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty43 -> vc/43
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty44 -> vc/44
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty45 -> vc/45
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty46 -> vc/46
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty47 -> vc/47
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty48 -> vc/48
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty49 -> vc/49
lrwxrwxrwx  1 root root          4 2004-12-23 15:43 tty5 -> vc/5
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty50 -> vc/50
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty51 -> vc/51
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty52 -> vc/52
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty53 -> vc/53
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty54 -> vc/54
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty55 -> vc/55
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty56 -> vc/56
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty57 -> vc/57
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty58 -> vc/58
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty59 -> vc/59
lrwxrwxrwx  1 root root          4 2004-12-23 15:43 tty6 -> vc/6
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty60 -> vc/60
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty61 -> vc/61
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty62 -> vc/62
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 tty63 -> vc/63
lrwxrwxrwx  1 root root          4 2004-12-23 15:43 tty7 -> vc/7
lrwxrwxrwx  1 root root          4 2004-12-23 15:43 tty8 -> vc/8
lrwxrwxrwx  1 root root          4 2004-12-23 15:43 tty9 -> vc/9
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ttyS0 -> tts/0
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ttyS1 -> tts/1
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ttyS2 -> tts/2
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ttyS3 -> tts/3
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ttyS4 -> tts/4
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ttyS5 -> tts/5
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ttyS6 -> tts/6
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 ttyS7 -> tts/7
crw-r--r--  1 root root     1,   9 2004-12-23 15:43 urandom
drwxr-xr-x  2 root root          0 2004-12-23 15:43 vc
drwxr-xr-x  2 root root          0 2004-12-23 15:48 vcc
lrwxrwxrwx  1 root root          5 2004-12-23 15:43 vcs -> vcc/0
lrwxrwxrwx  1 root root          5 2004-12-23 15:44 vcs1 -> vcc/1
lrwxrwxrwx  1 root root          5 2004-12-23 15:44 vcs2 -> vcc/2
lrwxrwxrwx  1 root root          5 2004-12-23 15:44 vcs3 -> vcc/3
lrwxrwxrwx  1 root root          5 2004-12-23 15:44 vcs4 -> vcc/4
lrwxrwxrwx  1 root root          5 2004-12-23 15:44 vcs5 -> vcc/5
lrwxrwxrwx  1 root root          5 2004-12-23 15:44 vcs6 -> vcc/6
lrwxrwxrwx  1 root root          5 2004-12-23 15:49 vcs7 -> vcc/7
lrwxrwxrwx  1 root root          6 2004-12-23 15:43 vcsa -> vcc/a0
lrwxrwxrwx  1 root root          6 2004-12-23 15:44 vcsa1 -> vcc/a1
lrwxrwxrwx  1 root root          6 2004-12-23 15:44 vcsa2 -> vcc/a2
lrwxrwxrwx  1 root root          6 2004-12-23 15:44 vcsa3 -> vcc/a3
lrwxrwxrwx  1 root root          6 2004-12-23 15:44 vcsa4 -> vcc/a4
lrwxrwxrwx  1 root root          6 2004-12-23 15:44 vcsa5 -> vcc/a5
lrwxrwxrwx  1 root root          6 2004-12-23 15:44 vcsa6 -> vcc/a6
lrwxrwxrwx  1 root root          6 2004-12-23 15:49 vcsa7 -> vcc/a7
crw-rw----  1 root root    10, 165 2004-12-23 15:43 vmmon
crw-rw----  1 root root   119,   0 2004-12-23 15:43 vmnet0
crw-rw----  1 root root   119,   1 2004-12-23 15:43 vmnet1
crw-rw----  1 root root   119,   2 2004-12-23 15:43 vmnet2
crw-rw----  1 root root   119,   3 2004-12-23 15:43 vmnet3
crw-rw----  1 root root   119,   4 2004-12-23 15:43 vmnet4
crw-rw----  1 root root   119,   5 2004-12-23 15:43 vmnet5
crw-rw----  1 root root   119,   6 2004-12-23 15:43 vmnet6
crw-rw----  1 root root   119,   7 2004-12-23 15:43 vmnet7
crw-rw----  1 root root   119,   8 2004-12-23 15:43 vmnet8
crw-rw----  1 root root   119,   9 2004-12-23 15:43 vmnet9
crw-rw-rw-  1 root root     1,   5 2004-12-23 15:43 zero
i'm on slack ten, with a 2.6.9 kernel

my boot options are
(from lilo)
append="nolapic devfs=nomount pci=noacpi apm=off acpi=on"


my kernel has NO devfs compiled in not even as a modules, i'm on a presario 2111ea

thanks

-0-
 
Old 01-12-2005, 05:54 PM   #13
artistikone
Member
 
Registered: Jul 2003
Distribution: slackware-current
Posts: 76

Rep: Reputation: 15
Read this part:


"ide-scsi is deprecated for cd burning! Use ide-cd and give dev=/dev/hdX as device"

So if your CD/DVDROM drive in on hdc, just add the following to lilo:

append="hdc=ide-cd"

A example would be:

image = /boot/bzImage
root = /dev/hda1
label = 2.6.10
read-only
append="hdc=ide-cd"
 
  


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
CDROM mounting problem => /dev/cdrom is not a valid block device Vizy Linux - Hardware 8 11-04-2010 04:46 PM
/dev/dvd is /dev/cdrom? babysealclubber Linux - Hardware 9 12-18-2008 11:55 PM
I cannot access EITHER CD drive! And there's no /dev/hdc or /dev/hdd or /dev/cdrom! Dmalic Linux - Hardware 13 11-18-2005 07:11 PM
mounting 2 ide-scsi devices /dev/cdrom and /dev/cdrom1 issue penguin123 Linux - Hardware 3 09-26-2003 08:36 PM
my dvd rom is dev/cdrom ! biggyfries Linux - Hardware 5 08-01-2003 06:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:10 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