LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-07-2002, 12:55 AM   #16
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58

Quote:
Originally posted by screwball
if i remember right it should be
ln /dev/cdrom /mnt/cdrecorder
(for example)
/mnt/cdrecorder is a directory and new_linux_goof 's mount point is /media/cdrecorder according to his fstab. In order to have an ide burner set up you need to have it using scsi emulation and /dev/cdrecorder should be a sym link to /dev/scd#
( "ln -s /dev/scd# /dev/cdrecorder" )
 
Old 04-07-2002, 01:21 AM   #17
screwball
LQ Newbie
 
Registered: Mar 2002
Location: NW FL
Distribution: RH9
Posts: 19

Rep: Reputation: 0
ok well im still learning and new to linux, just trying to help with what has worked for me...
also could be that im using debian which is slightly different from other dists
 
Old 04-07-2002, 01:28 AM   #18
new_linux_goof
LQ Newbie
 
Registered: Apr 2002
Location: Houston, TX
Distribution: SuSE 7.3 pro
Posts: 22

Original Poster
Rep: Reputation: 15
Aussie,

Here they are:

1) What do /dev/cdrom, /dev/cdrecorder and /dev/dvd link to?

Do "ls -al /dev/cdrom"

lrwxrwxrwx 3 root root 8 Apr 5 09:15 /dev/cdrom -> /dev/sr1


2) Do you have ide-scsi set up for your burner?

Look for append = "hd#=ide-scsi" in your lilo.conf ( or the equivalent grub file).

# LILO configuration file
# Start LILO global Section
# If you want to prevent console users to boot with init=/bin/bash,
# restrict usage of boot params by setting a passwd and using the option
# restricted.
#password=bootpwd
#restricted
append="enableapic vga=0x0314 hdb=ide-scsi hdc=ide-scsi hdd=ide-scsi hde=ide-scsi hdf=ide-scsi"
boot=/dev/hda
#compact # faster, but won't work on all systems.
lba32
vga=788
message=/boot/message
menu-scheme=Wg:kw:Wg:Wg
read-only
prompt
timeout=80
# End LILO global Section
#
image = /boot/vmlinuz
root = /dev/hda3
label = linux
initrd = /boot/initrd

#
image = /boot/vmlinuz.suse
root = /dev/hda3
label = failsafe
initrd = /boot/initrd.suse
optional

#
image = /boot/memtest.bin
label = memtest86


3) Does /dev/cdrecorder link to /dev/hd# or /dev/scd# ?

Do "ls -al /dev/cdrecorder"

lrwxrwxrwx 1 root root 8 Apr 5 09:15 /dev/cdrecorder -> /dev/sr0

Thanks once more...
 
Old 04-07-2002, 01:51 AM   #19
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Everything looks ok, all your optical drives are set up to use scsi emulation. Try the comand "mount /media/cdrom" and see if that works.
 
Old 04-07-2002, 03:01 AM   #20
new_linux_goof
LQ Newbie
 
Registered: Apr 2002
Location: Houston, TX
Distribution: SuSE 7.3 pro
Posts: 22

Original Poster
Rep: Reputation: 15
YES!!!, that works with the cdrom and dvd.

Now when I try with my cdrecorder...

mount /media/cdrecorder

I get...

/dev/cdrecorder: Input/output error
mount: you must specify the filesystem type

Cool deal, any suggestions?

KP

PS - 3AM local and I'm headed to bed. Thanks for all the help!
 
Old 04-07-2002, 03:28 AM   #21
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Try adding iso9660 to the cdrecorder line in your fstab.
See "man fstab" for the correct syntax.

Last edited by Aussie; 04-07-2002 at 03:30 AM.
 
Old 04-07-2002, 10:45 AM   #22
new_linux_goof
LQ Newbie
 
Registered: Apr 2002
Location: Houston, TX
Distribution: SuSE 7.3 pro
Posts: 22

Original Poster
Rep: Reputation: 15
Aussie,

I replaced the 'auto' in the line with 'iso9660' and WHALAH!

Thanks for all your help. Three days of not having hardware work was a major problem.


Thanks alot!
 
Old 04-07-2002, 11:43 AM   #23
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Your welcome. Glad to get things up and running correctly. I have one more question though, have you tried to watch a dvd while using scsi emulation on your dvd-rom?
 
Old 04-07-2002, 05:15 PM   #24
new_linux_goof
LQ Newbie
 
Registered: Apr 2002
Location: Houston, TX
Distribution: SuSE 7.3 pro
Posts: 22

Original Poster
Rep: Reputation: 15
Aussie,

I just tried to do it and I got Noatun to pop up. Then it played this gawd awful noise for a second and that was it. So I need to do a little work here.

KP.
 
Old 04-07-2002, 06:22 PM   #25
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
even the kde muppets think Noatun is bobbins, you really should start by installing a decent dvd player. Personally i'd recommend you used MPlayer (www.mplayerhq.hu) BUT you always have to compile it from source, and it's a bit tricky at times, in which case i'd also point you towards ogle, and also xine (which i really don't like) they should get you playing dvd's fine (ogle's docs are really good to get started with), at least that way you'll know where this current teething issue is.

Please stick with linux for a while if you're getting a bit lost.. it's worth it, i promise!
 
Old 04-07-2002, 07:24 PM   #26
new_linux_goof
LQ Newbie
 
Registered: Apr 2002
Location: Houston, TX
Distribution: SuSE 7.3 pro
Posts: 22

Original Poster
Rep: Reputation: 15
acid_kewpie,

I'll try the Mplayer you recommended. Compilation may be a problem, but I guess now's the time to learn.

I like Linux so far and even though I'm lost, I am intrigued by some of the stuff Linux has a definite advantage over Windows. Plus, my wife is starting a business and Linux may help her out.

KP.
 
  


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
The New Guy madcowjim LinuxQuestions.org Member Intro 1 01-20-2005 05:43 PM
Where's the guy who had a link to DAP for linux in his sig? Bensoft Kill MS Linux - General 0 11-17-2003 08:58 PM
To the Linux Gang and Especially that finegan guy B McHack LinuxQuestions.org Member Intro 4 06-23-2003 11:43 PM
Linux Books? Which to guy? ShadowGod Linux - General 1 01-08-2003 08:33 AM
First boot error for a poor new Linux guy... Milouzer Linux - Newbie 0 04-30-2002 03:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:02 AM.

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