Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-27-2020, 06:18 AM
|
#1
|
Member
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268
Rep: 
|
/dev/sr0 shows no media at all on Artix
Code:
ASUS K43SJ with internal DVD ROM
nVidia GT520M with Nouveau
i3-2330 4 cores and 15.6GiB RAM’s
Last edited by hd_scania; 04-29-2020 at 05:12 AM.
|
|
|
04-27-2020, 07:25 AM
|
#2
|
LQ Addict
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316
|
I am not sure what I am supposed to see. The screenshots are very blurry.
It's also not clear what the problem is. Do you mean that there is a disk in the drive but you can't access it?
|
|
|
04-27-2020, 10:29 AM
|
#3
|
LQ Guru
Registered: Oct 2004
Distribution: Arch
Posts: 5,386
|
Few simple questions.
Do you have a disk in the drive? Can't mount an empty drive.
If you do, is it a data or video disk? iso9660, UDF ?
Depending on what you have installed. What is the output of
Code:
lsblk
dvd+rw-mediainfo /dev/sr0
fdisk -l /dev/sr0
parted -l /dev/sr0
|
|
|
04-28-2020, 06:53 AM
|
#4
|
Member
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268
Original Poster
Rep: 
|
Code:
[hd_scania@hd-scania ~]$ lsblk|grep sr0
sr0 11:0 1 1024M 0 rom
[hd_scania@hd-scania ~]$
Then, for the next 3 commands there must be nothing in their output (yes nothing), even though there is a DVD inserted.
And all the 8 are A/V disc.
Quote:
Originally Posted by teckk
Few simple questions.
Do you have a disk in the drive? Can't mount an empty drive.
If you do, is it a data or video disk? iso9660, UDF ?
Depending on what you have installed. What is the output of
Code:
lsblk
dvd+rw-mediainfo /dev/sr0
fdisk -l /dev/sr0
parted -l /dev/sr0
|
Last edited by hd_scania; 04-28-2020 at 07:05 AM.
|
|
|
04-28-2020, 06:55 AM
|
#5
|
Member
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268
Original Poster
Rep: 
|
Simply, there are DVD’s inserted on my laptop’s internal DVD ROM, but that ROM could never read any DVD’s, I have 8 but none could be read.
Quote:
Originally Posted by berndbausch
I am not sure what I am supposed to see. The screenshots are very blurry.
It's also not clear what the problem is. Do you mean that there is a disk in the drive but you can't access it?
|
Last edited by hd_scania; 04-29-2020 at 04:50 AM.
|
|
|
04-28-2020, 08:38 AM
|
#6
|
Senior Member
Registered: Jul 2007
Location: Delft, The Netherlands
Distribution: Slackware
Posts: 1,674
|
Quote:
Originally Posted by hd_scania
Simply, there in an DVD inserted on my laptop’s internal DVD ROM,
|
Video (or audio) DVD's or DVD-ROM's (that is, DVD's with computer files on them)?
For the first you'l need a DVD ripper program, only the DVD-ROM can be mounted as a fs.
|
|
|
04-28-2020, 09:17 AM
|
#7
|
LQ Addict
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316
|
Quote:
Originally Posted by hd_scania
Simply, there in an DVD inserted on my laptop’s internal DVD ROM, but that ROM could never read any DVD’s, I have 8 but none could be read.
|
What do you do to read them, and in which way does that fail?
|
|
|
04-28-2020, 11:16 AM
|
#8
|
LQ Guru
Registered: Oct 2004
Distribution: Arch
Posts: 5,386
|
Quote:
And all the 8 are A/V disc.
|
If these are audio CD's, you can't mount them. Audio CD's don't have a file system on them. You play them with a media player.
This is what a burned data DVD looks like:
Code:
lsblk | grep sr0
sr0 11:0 1 4.1G 0 rom
sudo fdisk -l /dev/sr0
Disk /dev/sr0: 4.13 GiB, 4427350016 bytes, 2161792 sectors
Disk model: iHAS124 W
Units: sectors of 1 * 2048 = 2048 bytes
Sector size (logical/physical): 2048 bytes / 2048 bytes
I/O size (minimum/optimal): 2048 bytes / 2048 bytes
dvd+rw-mediainfo /dev/sr0
...
READ TRACK INFORMATION[#1]:
Track State: invisible
Track Start Address: 0*2KB
Free Blocks: 0*2KB
Track Size: 2161792*2KB
ROM Compatibility LBA: 262144
FABRICATED TOC:
Track#1 : 17@0
Track#AA : 17@2161792
Multi-session Info: #1@0
READ CAPACITY: 2161792*2048=4427350016
Also multisession disks usually need to be finalized to be read, or it might just read as the last session.
You can mount a video DVD also, but it is content scrambled. You can also mount a bluray disk, in a bluray capable hardware, not in a older dvd player/burner.
If you run vlc or other media player from the command line, what errors do you get?
|
|
|
04-29-2020, 04:50 AM
|
#9
|
Member
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268
Original Poster
Rep: 
|
Only one is audio CD, but the final seven all are DVD’s with movies
And the 7 movie DVD’s are reported to me empty or no media, both from VLC and Dolphin and XFburn, now await for Brasero results where i’m yet to install that app.
Quote:
Originally Posted by teckk
If these are audio CD's, you can't mount them. Audio CD's don't have a file system on them. You play them with a media player.
This is what a burned data DVD looks like:
Code:
lsblk | grep sr0
sr0 11:0 1 4.1G 0 rom
sudo fdisk -l /dev/sr0
Disk /dev/sr0: 4.13 GiB, 4427350016 bytes, 2161792 sectors
Disk model: iHAS124 W
Units: sectors of 1 * 2048 = 2048 bytes
Sector size (logical/physical): 2048 bytes / 2048 bytes
I/O size (minimum/optimal): 2048 bytes / 2048 bytes
dvd+rw-mediainfo /dev/sr0
READ TRACK INFORMATION[#1]:
Track State: invisible
Track Start Address: 0*2KB
Free Blocks: 0*2KB
Track Size: 2161792*2KB
ROM Compatibility LBA: 262144
FABRICATED TOC:
Track#1 : 17@0
Track#AA : 17@2161792
Multi-session Info: #1@0
READ CAPACITY: 2161792*2048=4427350016
Also multisession disks usually need to be finalized to be read, or it might just read as the last session.
You can mount a video DVD also, but it is content scrambled. You can also mount a bluray disk, in a bluray capable hardware, not in a older dvd player/burner.
If you run vlc or other media player from the command line, what errors do you get?
|
Last edited by hd_scania; 04-29-2020 at 04:54 AM.
|
|
|
04-29-2020, 05:01 AM
|
#10
|
Member
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268
Original Poster
Rep: 
|
Installed all the rippers available, and choices are few, now await for mount results as for my final seven DVD’s.
Quote:
Originally Posted by ehartman
Video (or audio) DVD's or DVD-ROM's (that is, DVD's with computer files on them)?
For the first you'l need a DVD ripper program, only the DVD-ROM can be mounted as a fs.
|
|
|
|
04-29-2020, 05:03 AM
|
#11
|
Member
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268
Original Poster
Rep: 
|
It just simply says, no media are found, nothing to be mounted, but all the 7 DVD’s are with their respective movies.
Quote:
Originally Posted by berndbausch
What do you do to read them, and in which way does that fail?
|
|
|
|
04-29-2020, 05:12 AM
|
#12
|
Member
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268
Original Poster
Rep: 
|
Where there is an DVD inserted on my DVD ROM, it still doesn’t report any error codes at all, but just frozen like the screenshot.
So, any skills to mount DVD’s (as always for /dev/sr0 to be shown sth to me) properly, effectively, precisely where basic mount commands and graphical apps all don’t do this well?
Last edited by hd_scania; 05-11-2022 at 03:36 AM.
|
|
|
04-29-2020, 05:14 AM
|
#13
|
LQ Addict
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316
|
Quote:
Originally Posted by hd_scania
It just simply says, no media are found, nothing to be mounted,
|
What is "it"?
DVDs have a filesystem on them, as was remarked earlier. See if this works:
Code:
mkdir /mnt/dvd
mount /dev/sr0 /mnt/dvd
|
|
|
04-29-2020, 05:34 AM
|
#14
|
Member
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268
Original Poster
Rep: 
|
There is at least an DVD already, and finally all seven DVD’s are tested, but NONE are reporting their respective contents.
Code:
[hd_scania@hd-scania ~]$ sudo fdisk -l /dev/sr0
fdisk: cannot open /dev/sr0: No medium found
[hd_scania@hd-scania ~]$ sudo dvd+rw-mediainfo /dev/sr0
INQUIRY: [PIONEER ][DVD-RW DVRTD11RS][1.01]
GET [CURRENT] CONFIGURATION:
:-( no media mounted, exiting...
[hd_scania@hd-scania ~]$ lsblk|grep sr0
sr0 11:0 1 1024M 0 rom
[hd_scania@hd-scania ~]$ locate sr0
/opt/66/usr/lib/modules/5.6.3-artix1-1/kernel/drivers/media/i2c/sr030pc30.ko.xz
/opt/ccr/usr/lib/modules/5.2.11-3-CHAKRA/build/include/media/i2c/sr030pc30.h
/opt/kcp/usr/src/linux-5.5.6-1/include/media/i2c/sr030pc30.h
/usr/lib/modules/5.6.7-arch1-1/kernel/drivers/media/i2c/sr030pc30.ko.xz
[hd_scania@hd-scania ~]$
|
|
|
04-29-2020, 08:15 AM
|
#15
|
Member
Registered: Apr 2017
Location: Nowhere
Distribution: Plenties found in my signatures :)
Posts: 268
Original Poster
Rep: 
|
Already tried this but it always reports no media found from /dev/sr0, the total 7 DVD’s are getting this
Quote:
Originally Posted by berndbausch
What is "it"?
DVDs have a filesystem on them, as was remarked earlier. See if this works:
Code:
mkdir /mnt/dvd
mount /dev/sr0 /mnt/dvd
|
|
|
|
All times are GMT -5. The time now is 09:36 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|