LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 02-02-2011, 07:46 AM   #31
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940

Code:
anisha@aquarius ~ $ egrep "DVD|CD" /var/log/{messages,syslog}
/var/log/messages:Jan 31 20:18:16 aquarius kernel: [    1.024443] ata1.00: ATAPI: Slimtype DVD A  DS8A1H, WH66, max MWDMA2
/var/log/messages:Jan 31 20:18:16 aquarius kernel: [    1.173357] scsi 0:0:0:0: CD-ROM            Slimtype DVD A  DS8A1H    WH66 PQ: 0 ANSI: 5
/var/log/messages:Jan 31 20:18:16 aquarius kernel: [    1.184254] Uniform CD-ROM driver Revision: 3.20
/var/log/messages:Jan 31 21:57:24 aquarius kernel: [    0.504767] ata1.00: ATAPI: Slimtype DVD A  DS8A1H, WH66, max MWDMA2
/var/log/messages:Jan 31 21:57:24 aquarius kernel: [    0.682330] scsi 0:0:0:0: CD-ROM            Slimtype DVD A  DS8A1H    WH66 PQ: 0 ANSI: 5
/var/log/messages:Jan 31 21:57:24 aquarius kernel: [    0.684577] Uniform CD-ROM driver Revision: 3.20
/var/log/messages:Jan 31 21:57:24 aquarius kernel: [   15.722083] sr 0:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 04 00 00 00 02 00
/var/log/messages:Jan 31 21:57:25 aquarius kernel: [   16.147279] sr 0:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 04 00 00 00 02 00
/var/log/messages:Jan 31 21:57:43 aquarius kernel: [   33.806076] sr 0:0:0:0: [sr0] CDB: Read(10): 28 00 00 05 ec 7a 00 00 02 00
...

Last edited by Aquarius_Girl; 02-02-2011 at 07:48 AM.
 
Old 02-02-2011, 07:48 AM   #32
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Other 2 outputs are in the above posts.
Code:
anisha@aquarius ~ $ egrep "DVD|CD" /var/log/{messages,boot.log}
/var/log/messages:Jan 31 20:18:16 aquarius kernel: [    1.024443] ata1.00: ATAPI: Slimtype DVD A  DS8A1H, WH66, max MWDMA2
/var/log/messages:Jan 31 20:18:16 aquarius kernel: [    1.173357] scsi 0:0:0:0: CD-ROM            Slimtype DVD A  DS8A1H    WH66 PQ: 0 ANSI: 5
/var/log/messages:Jan 31 20:18:16 aquarius kernel: [    1.184254] Uniform CD-ROM driver Revision: 3.20
/var/log/messages:Jan 31 21:57:24 aquarius kernel: [    0.504767] ata1.00: ATAPI: Slimtype DVD A  DS8A1H, WH66, max MWDMA2
/var/log/messages:Jan 31 21:57:24 aquarius kernel: [    0.682330] scsi 0:0:0:0: CD-ROM            Slimtype DVD A  DS8A1H    WH66 PQ: 0 ANSI: 5
/var/log/messages:Jan 31 21:57:24 aquarius kernel: [    0.684577] Uniform CD-ROM driver Revision: 3.20
/var/log/messages:Jan 31 21:57:24 aquarius kernel: [   15.722083] sr 0:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 04 00 00 00 02 00
/var/log/messages:Jan 31 21:57:25 aquarius kernel: [   16.147279] sr 0:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 04 00 00 00 02 00
/var/log/messages:Jan 31 21:57:43 aquarius kernel: [   33.806076] sr 0:0:0:0: [sr0] CDB: Read(10): 28 00 00 05 ec 7a 00 00 02 00
/var/log/messages:Jan 31 21:57:43 aquarius kernel: [   34.039640] sr 0:0:0:0: [sr0] CDB: Read(10): 28 00 00 05 ec 7a 00 00 02 00
/var/log/messages:Jan 31 21:57:43 aquarius kernel: [   34.280073] sr 0:0:0:0: [sr0] CDB: Read(10): 28 00 00 05 ec ac 00 00 02 00
/var/log/messages:Jan 31 21:57:44 aquarius kernel: [   34.514015] sr 0:0:0:0: [sr0] CDB: Read(10): 28 00 00 05 ec ac 00 00 02 00
/var/log/messages:Jan 31 21:57:45 aquarius kernel: [   35.871848] sr 0:0:0:0: [sr0] CDB: Read(10): 28 00 00 00 1d 5a 00 00 02 00
...
Does anything make any sense?
 
Old 02-02-2011, 10:34 AM   #33
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Well, we've established that /dev/sr0 is indeed your DVD drive.

mint may or may not also have created symlinks to it by the names
of /dev/cdrom and/or /dev/dvd.

Either way - armed with that info you should be able to use
cdparanoia and mencoder just fine.

Code:
mencoder -dvd-device /dev/sr0 <other options here>
I just had another look at cdparanoia's man-page, and there was
some changes since I last used it :}

Apparently it does perform autosensing these days - try it w/
the -Q switch.



Cheers,
Tink
 
1 members found this post helpful.
Old 02-02-2011, 10:48 AM   #34
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Thank you, Tinkster, for all the help you've provided.
I was just considering switching to Slackware, but now
I am in a dilemma!
 
Old 02-02-2011, 11:03 AM   #35
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Just stick w/ what you enjoy unless you have need for some
thrill or a hunger for learning :}
 
Old 02-02-2011, 10:50 PM   #36
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
I expected you to encourage me to use Slackware, but
instead you gave a realistic answer
Anyway, I have already started to create my own tagfile,
I am just not finding enough time to complete the process.

Even if I continue with Mint, I'll have to uninstall ALL
the unwanted already installed software, which may be a difficult
job!
 
Old 02-02-2011, 10:53 PM   #37
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
Originally Posted by Anisha Kaul View Post
:mad: I expected you to encourage me to use Slackware, but
instead you gave a realistic answer :D
LOL. OK, use Slackware. It rocks; a little story I like to tell
is that after 2 years of Suse I knew some Suse. Switching to Slack
I learnt more about Linux in 3 months than I did with Suse & Mandrake
(as it was called back then) in many years.



Cheers,
Tink
 
Old 02-02-2011, 11:00 PM   #38
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Quote:
Originally Posted by Tinkster View Post
Switching to Slack I learnt more about Linux in 3 months than I did with Suse & Mandrake
I hope I am wrong but if you do a full install of Slackware, then you don't have anything left to do yourself, then how do people say that they learn Linux through it?
 
Old 02-02-2011, 11:09 PM   #39
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Because it won't partition the HDD, it won't set-up a user, it won't
automatically set you up to boot into a GUI, it won't ... it won't ... :}

And even a full install has substantially less packages than many
other distros, plus lots of stuff people really want on top of the
full install will have to either be built from source, or snapped
up from some 3rd party websites.


Cheers,
Tink
 
Old 02-02-2011, 11:44 PM   #40
Aquarius_Girl
Senior Member
 
Registered: Dec 2008
Posts: 4,731

Original Poster
Blog Entries: 29

Rep: Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940Reputation: 940
Okay then, a final thanks to you for all the help, this thread should be considered solved now.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Thunar, FluxBox & auto mount CopyrightPhilly Linux - Software 1 05-14-2009 01:06 PM
change desktop option in gdm... using Linuxmint fluxbox version budword Linux - Desktop 1 04-08-2008 10:49 PM
Fluxbox error /usr/share/fluxbox/nls/en_GB/fluxbox.cat humbletech99 Debian 2 12-29-2005 10:16 AM
Fluxbox Menu option for 'Mount' TomalakBORG Linux - Software 9 05-18-2005 12:37 PM
How to mount drives from Fluxbox menu? ludwig W Linux - General 13 05-15-2003 03:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 08:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration