Results 1 to 10 of 27
Hi All,
I installed Knoppix 5.1 on my USB key (Persistent Home) and It works great. Only one small thing:
I don't see my CD drive !!!
What should I ...
- 06-14-2007 #1Just Joined!
- Join Date
- Jun 2007
- Posts
- 22
CD drive not detected
Hi All,
I installed Knoppix 5.1 on my USB key (Persistent Home) and It works great. Only one small thing:
I don't see my CD drive !!!
What should I do to MOUNT or see my CD drive???
I put a Music CD in there and no response from Knoppix. Looks like Knoppix thinks that there is NO CD drive. Sad
Please Help,
Marc.
- 06-14-2007 #2
first of all check if it really doesn't recognize CD Driver.
Open Konsole and execute this
does it display correct info about your CD Drive.Code:su hdparm -I /dev/cdrom
execute hdparm -I /dev/hda or sda too.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-14-2007 #3Just Joined!
- Join Date
- Jun 2007
- Posts
- 22
Thanks devils_casper,
I tried your command, here's the results:
What next ?Code:root@Knoppix:/KNOPPIX.IMG/home/knoppix# hdparm -I /dev/cdrom /dev/cdrom: ATAPI CD-ROM, with removable media Model Number: LITE-ON COMBO SOHC-4836K Serial Number: 2006042000013520 Firmware Revision: SQK5 Standards: Used: ATAPI for CD-ROMs, SFF-8020i, r2.5 Supported: CD-ROM ATAPI-2 Configuration: DRQ response: 50us. Packet size: 12 bytes Capabilities: LBA, IORDY(cannot be disabled) DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 *udma3 Cycle time: min=480ns recommended=120ns PIO: pio0 pio1 pio2 pio3 pio4 Cycle time: no flow control=240ns IORDY flow control=120ns Commands/features: Enabled Supported: PACKET command feature set DEVICE_RESET command * DOWNLOAD_MICROCODE Removable Media Status Notification feature set HW reset results: CBLID- above Vih Device num = 0
Thanks,
Marc.
- 06-14-2007 #4
it means, Knoppix is detecting your CD Drive.
execute mount /dev/hdc or /dev/cdrom. does it mount CD and display its contents?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-14-2007 #5Just Joined!
- Join Date
- Jun 2007
- Posts
- 22
It mounts OK.
But when I open Kaffeine and click on Play Audio CD a message appears saying
"NO Audio CD Found"
Does Kaffeine play MP3's???
If not, what software can I use to play MP3's???
Another question:
How do I list the content of the CD?? (I'm new to the LINUX world
)
Thanks for your HELP,
Marc.
- 06-14-2007 #6Just Joined!
- Join Date
- Jun 2007
- Posts
- 22
Another thing I noticed....
The CD won't EJECT !!!!
Even when I press the eject button on the CD Drive, It doesn't do anything...
Any Ideas ???
Thanks
- 06-14-2007 #7Knoppix supports MP3 format. play mp3 files in xmms.
Originally Posted by LAF
Originally Posted by LAF Code:ls /dev/cdrom
you have to unmount CD first.
Originally Posted by LAF
Code:umount /dev/cdrom
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-14-2007 #8Just Joined!
- Join Date
- Jun 2007
- Posts
- 22
I have an error when trying to mount /dev/cdrom.
root@Knoppix:/dev# mount /dev/cdrom
mount: you must specify the filesystem type
What Am I doing wrong?
Thanks
- 06-15-2007 #9
post the contents of /etc/fstab file.
Code:cat /etc/fstab
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-15-2007 #10Just Joined!
- Join Date
- Jun 2007
- Posts
- 22
Here's the content of /etc/fstab:
Here's what I get for mount -l:Code:knoppix@Knoppix:~$ cat /etc/fstab /proc /proc proc rw,nosuid,nodev,noexec 0 0 /sys /sys sysfs rw,nosuid,nodev,noexec 0 0 /dev/shm /dev/shm tmpfs rw,nosuid,nodev,noexec 0 0 /dev/pts /dev/pts devpts mode=0622 0 0 /dev/fd0 /media/fd0 auto user,noauto,exec,umask=000 0 0 /dev/cdrom /media/cdrom auto user,noauto,exec,ro 0 0 /dev/hda /media/hda auto users,noauto,exec,ro 0 0 # Added by KNOPPIX /dev/sda1 /media/sda1 ntfs noauto,users,exec,umask=000,uid=knoppix,gid=knoppix 0 0 # Added by KNOPPIX /dev/sdb1 /media/sdb1 vfat noauto,users,exec,umask=000,shortname=winnt,uid=knoppix,gid=knoppix 0 0 # Added by KNOPPIX /dev/sdb2 /media/sdb2 vfat noauto,users,exec,umask=000,shortname=winnt,uid=knoppix,gid=knoppix 0 0
Code:knoppix@Knoppix:~$ mount -l /dev/root on / type ext2 (rw) /dev/sda1 on /cdrom type fuseblk (ro,nosuid,nodev,noatime,allow_other,blksize=4096) /ramdisk on /ramdisk type tmpfs (rw,size=1659940k,mode=755) /UNIONFS on /UNIONFS type aufs (rw,br:/ramdisk:/KNOPPIX) /dev/sdb1 on /cdrom type vfat (ro,nodev,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1) /dev/cloop on /KNOPPIX type iso9660 (ro) /proc/bus/usb on /proc/bus/usb type usbfs (rw,devmode=0666) /dev/pts on /dev/pts type devpts (rw) /dev/sdb2 on /media/sdb2 type vfat (rw,nosuid,nodev,umask=000,shortname=winnt,uid=1000,gid=1000) /media/sdb2/knoppix.img on /KNOPPIX.IMG type ext2 (rw,loop=/dev/loop0) persistent on /UNIONFS type aufs (rw,br:/KNOPPIX.IMG:/KNOPPIX)
Regards,
Marc.



