Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Knoppix Help Forum > CD drive not detected

Forgot Password?
 Knoppix Help Forum   For all discussions about Knoppix, the Linux "Live CD" that lets you run Linux without needing to install on your hard drive.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 06-14-2007   #1 (permalink)
LAF
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.
LAF is offline  


Reply With Quote
Old 06-14-2007   #2 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
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
devils casper is offline   Reply With Quote
Old 06-14-2007   #3 (permalink)
LAF
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.
LAF is offline   Reply With Quote
Old 06-14-2007   #4 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
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
devils casper is offline   Reply With Quote
Old 06-14-2007   #5 (permalink)
LAF
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.
LAF is offline   Reply With Quote
Old 06-14-2007   #6 (permalink)
LAF
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
LAF is offline   Reply With Quote
Old 06-14-2007   #7 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
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??
Code:
ls /dev/cdrom
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.
Code:
umount /dev/cdrom
__________________
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
devils casper is offline   Reply With Quote
Old 06-14-2007   #8 (permalink)
LAF
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
LAF is offline   Reply With Quote
Old 06-15-2007   #9 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
post the contents of /etc/fstab file.
Code:
cat /etc/fstab
__________________
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
devils casper is offline   Reply With Quote
Old 06-15-2007   #10 (permalink)
LAF
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.
LAF is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 06:25 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2