Posts: 630
Eino
Joined: 12 Oct 2012
#1
Whatever I put in the drive, I get no medium found.
This is what I have done so far to try to force the system to read the drive.

Code: Select all

root@antiX1:/home/Steve# lsb_release -c 
bash: lsb_release: command not found 
root@antiX1:/home/Steve# uname -a 
Linux antiX1 2.6.36-1-mepis-smp #1 SMP Thu Mar 31 17:07:18 CDT 2011 i686 GNU/Linux 
root@antiX1:/home/Steve# cat /var/log/dmesg | egrep '(CD|DVD)' 
[    0.000000] Linux version 2.6.36-1-mepis-smp (MEPIS 2.6.36-4mepis2) (max@stro.at) (gcc version 4.4.5 (Debian 4.4.5-8) ) #1 SMP Thu Mar 31 17:07:18 CDT 2011 
[    2.144306] ata6.00: ATAPI: TSSTcorpCD/DVDW TS-H552L, 0614, max UDMA/33 
[    2.201760] scsi 5:0:0:0: CD-ROM            TSSTcorp CD/DVDW TS-H552L 0614 PQ: 0 ANSI: 5 
[    2.211081] cdrom: Uniform CD-ROM driver Revision: 3.20 
[    2.211157] sr 5:0:0:0: Attached scsi CD-ROM sr0 
root@antiX1:/home/Steve# wodim --devices 
wodim: Overview of accessible drives (1 found) : 
------------------------------------------------------------------------- 
 0  dev='/dev/scd0'    rwrw-- : 'TSSTcorp' 'CD/DVDW TS-H552L' 
------------------------------------------------------------------------- 
root@antiX1:/home/Steve# mkdir /media/cddvd 
root@antiX1:/home/Steve# mount -t iso9660 /dev/scd0 /media/cddvd 
mount: no medium found on /dev/sr0 
I guess my next step, will be installing Wine and doing a firmware update. I didn't see any update for linux anywhere.
The probem might be looking right at me, and I'm missing it.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#2
Hmmm. Just inserted my Redneck*Comedy Roundup 1&2 DVD into my

Code: Select all

$ cat /var/log/dmesg | egrep '(CD|DVD)'
[    2.200194] ata2.00: ATAPI: HL-DT-ST RW/DVD GCC-H30N, 1.02, max UDMA/100
[    2.292572] scsi 1:0:0:0: CD-ROM            HL-DT-ST RW/DVD GCC-H30N  1.02 PQ: 0 ANSI: 5
[    2.294067] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.294224] sr 1:0:0:0: Attached scsi CD-ROM sr0

Code: Select all

harry@bikertest:~
$ cd /media/cdrom
harry@bikertest:/media/cdrom
$ ls
AUDIO_TS  VIDEO_TS
harry@bikertest:/media/cdrom
But I am running

Code: Select all

$ uname -a
Linux bikertest 3.6.0-antix.1-amd64-smp #1 SMP Thu Oct 4 02:41:35 EEST 2012 x86_64 GNU/Linux
my / etc/fstab

Code: Select all

$ cat / etc/fstab
# Pluggable devices are handled by uDev, they are not in fstab
UUID=6439e2f7-c8a3-4ced-b422-0a29827738d4 / auto defaults,noatime 1 1
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0622 0 0
# Dynamic entries below
#UUID=343942EB578098A9 /media/sda1 vfat noauto,users,gid=users,dmask=002,fmask=113,relatime 0 0
UUID=343942EB578098A9 /media/sda1 ntfs-3g noauto,users,noexec,uid=1000,gid=users,dmask=002,fmask=113,relatime 0 0
UUID=676d70d7-1c41-449b-be0f-2e04df874d86 /media/sda3 ext4 noauto,users,exec,relatime 0 0
UUID=a70b8580-b61d-4732-8109-b6f883ab58de swap swap sw,pri=1 0 0
UUID=454f0f9b-3885-4a59-a3d8-eefe9bef04e6 /media/sda6 ext4 noauto,users,exec,relatime 0 0
/dev/cdrom /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
/dev/sr0 /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
rokytnji
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#3
Posts: 630
Eino
Joined: 12 Oct 2012
#4
I just tryed to flash the drive with a frimware update, and failed. Seems wine won't do the job.

It's a shame It was a a good drive, It still works with a boot disk. I have found that a lot of people have the same problem when it comes to linux, and this drive.
At this point I'm just going to change the drive to something that linux can work with.

Unless someone have any ideas, I can use.
Posts: 325
male
Joined: 04 Nov 2011
#5
Maybe you should just omit the crap WINE Once your fstab and instead post here.

or:
Eino wrote:

Code: Select all

root@antiX1:/home/Steve# mkdir /media/cddvd 
root@antiX1:/home/Steve# mount -t iso9660 /dev/scd0 /media/cddvd

Code: Select all

root@antiX1:/home/Steve# mount /dev/sr0 /media/cddvd
Posts: 630
Eino
Joined: 12 Oct 2012
#6
This is what I get when I try to run"fstab".

root@antiX1:/home/Steve# fstab
bash: fstab: command not found

I tried to find the command with synaptic package manager, and its not listed.

I did get the drive to read, CD's raw data. I did'n't try a music CD yet. It still will not read DVD's.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#7
The command is cat / etc/fstab.

Move the / though in front of etc one space over though. This forum won't let me post the proper command spaces for etc. It is a forum glitch.

so it is cat>hit spacebar>backslash>etc>backslash>fstab.

What a PITA __{{emoticon}}__
Posts: 630
Eino
Joined: 12 Oct 2012
#8
This is what I get.

root@antiX1:/home/Steve# cat / etc/fstab
cat: /: Is a directory
cat: etc/fstab: No such file or directory
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#9
Get rid of the space between / and etc to run that.

Screw it. I will upload a text file
Posts: 630
Eino
Joined: 12 Oct 2012
#10
I found the file using The file manager here is the contents.

Code: Select all

# Pluggable devices are handled by uDev, they are not in fstab
/dev/sda1 / ext3 defaults,noatime 1 1
/dev/sda2 swap swap sw,pri=1 0 0
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0622 0 0
# Dynamic entries below
/dev/cdrom /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
/dev/sr0 /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#11
Well, your dvdrw is showing up as being able to mount in /media/cdrom like mine.

Mine

/dev/cdrom /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
/dev/sr0 /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0

yours

/dev/cdrom /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
/dev/sr0 /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0

Go to antixcc (antix control center) and use the (mine says disk) tab. Mount connected devices. For Device Box. type in /dev/sr0
For Mount Point box: /media/cdrom.

Password. See what happens. Put a DVD disk in first.
Posts: 630
Eino
Joined: 12 Oct 2012
#12
This is a dvd:

Mounting /media/cdrom
mount: no medium found on /dev/sr0
Mount failed

Done
There was one error.

Raw data CD
Shows the folders on the CD.

How do you check the region setting for the drive?
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#13
What is on the dvd? data?
Posts: 325
male
Joined: 04 Nov 2011
#14
Eino wrote:Raw data CD
The data are available in raw format!
To what an ISO image is?

If it is a live-DVD, then the computer must be started in order and then the DATA available. Image

Ops, anti... Image
Posts: 630
Eino
Joined: 12 Oct 2012
#15
The DVD is a movie"Scooby-Doo Camp Scare"
The Raw Data CD is a collection of Windows Drivers.