Click to See Complete Forum and Search --> : CD,floppy drive don't work
steverc
02-05-2001, 01:19 AM
MY CD and floppy drive don't work in Linux-Mandrake 7.2. I have tried changing the link that was created my the install program as show in the CD burner tutorial at ; http://www.linux-mandrake.com/en/demos/Tutorial/CDburner/
but when i run the
cd /dev && rm cdrom && 1n -s scd0 cdrom
and type y to confirm deletion it returns with bash:1n:command not found and the cd drive does not work. What am I doing wrong? :confused:
africanpekin
02-05-2001, 01:51 AM
Originally posted by steverc:
MY CD and floppy drive don't work in Linux-Mandrake 7.2. I have tried changing the link that was created my the install program as show in the CD burner tutorial at ; http://www.linux-mandrake.com/en/demos/Tutorial/CDburner/
but when i run the
cd /dev && rm cdrom && 1n -s scd0 cdrom
and type y to confirm deletion it returns with bash:1n:command not found and the cd drive does not work. What am I doing wrong? :confused:
Heyo all:
Look at the contents of /etc/fstab and see what the listings for your cdrom and burner are. To do this,
type Nedit /etc/fstab
or you can use your favorite editor to do it.
This will then let you know if those drives are mounted. You can cut and paste the result here if you still can't figure it out.
Linuly yours
africanpekin :)
steverc
02-05-2001, 01:37 PM
Thanks for the help here is what it says:
/mnt/cdrom /mnt/cdrom supermount fs=iso9660,dev=/dev/cdrom 0 0
/mnt/cdrom2 /mnt/cdrom2 supermount fs=iso9660,dev=/dev/cdrom2 0 0
/mnt/floppy /mnt/floppy supermount fs=vfat,dev=/dev/fd0 0 0
Boy am I a newbie. Wat do i need to do now? :rolleyes:
Choozo
02-05-2001, 02:45 PM
steverc: check your typing again in the command you are typing.
The error message you got is quite correct, there is no program called '1n' (one+n), it should be 'ln' (lowercase L + lowercase N).
Hope that fixes it :)
debiandude
02-05-2001, 04:30 PM
It looks like you just made a typo, the correct way to do symbolic links is 'ln -s' where it is the letter L not a 1. Btw are you using a scsi driver, or if not (using a ide CDRW) you rembered to recompile your kernel for ide-scsi emulation.
debiandude
02-05-2001, 04:31 PM
Btw, what's the matter with your floppy drive. You didn't post any details as to what the poblem is.
steverc
02-05-2001, 06:27 PM
Thanks Choozo you were right that is all that was wrong a simple typo.Boy do i fell dumb thanks to everyone who caught the typo. The floppy drive works now after I reinstalled the system .
Anyone tell me how or were to go to find out how to get sound from a Intel motherboard with riptide pci intergrated sound. :)