| |
06-14-2007
|
#1 (permalink)
| | Just 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 (permalink)
| | Super Moderator
Join Date: Jun 2006 Location: Chandigarh, India
Posts: 21,081
| first of all check if it really doesn't recognize CD Driver.
Open Konsole and execute this Code: su
hdparm -I /dev/cdrom
does it display correct info about your CD Drive.
execute hdparm -I /dev/hda or sda too.
__________________ It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein New Users: Read This First |
| |
06-14-2007
|
#3 (permalink)
| | Just Joined!
Join Date: Jun 2007
Posts: 22
| Thanks devils_casper,
I tried your command, here's the results: 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
What next ?
Thanks,
Marc. |
| |
06-14-2007
|
#4 (permalink)
| | Super Moderator
Join Date: Jun 2006 Location: Chandigarh, India
Posts: 21,081
| it means, Knoppix is detecting your CD Drive.
execute mount /dev/hdc or /dev/cdrom. does it mount CD and display its contents?
__________________ It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein New Users: Read This First |
| |
06-14-2007
|
#5 (permalink)
| | Just 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
|
#6 (permalink)
| | Just 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
|
#7 (permalink)
| | Super Moderator
Join Date: Jun 2006 Location: Chandigarh, India
Posts: 21,081
| Quote: |
Originally Posted by LAF "NO Audio CD Found"
Does Kaffeine play MP3's???
If not, what software can I use to play MP3's??? | Knoppix supports MP3 format. play mp3 files in xmms. Quote: |
Originally Posted by LAF How do I list the content of the CD?? | Quote: |
Originally Posted by LAF The CD won't EJECT !!!!
Even when I press the eject button on the CD Drive, It doesn't do anything... | you have to unmount CD first.
__________________ It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein New Users: Read This First |
| |
06-14-2007
|
#8 (permalink)
| | Just 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 (permalink)
| | Super Moderator
Join Date: Jun 2006 Location: Chandigarh, India
Posts: 21,081
| post the contents of /etc/fstab file.
__________________ It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein New Users: Read This First |
| |
06-15-2007
|
#10 (permalink)
| | Just Joined!
Join Date: Jun 2007
Posts: 22
| Here's the content of /etc/fstab: 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
Here's what I get for mount -l: 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. |
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |