LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-25-2004, 10:32 PM   #1
matt3333
Member
 
Registered: Dec 2002
Location: Winnipeg, Manitoba, Canada
Distribution: Slackware
Posts: 371

Rep: Reputation: 30
Burner issues!!


Ok im having a little trouble here with my burner? After i switched to 2.6.7 i was told i had to remove the scsi emulation from liloconf so i did and rebooted. It worked for a few times then i rebooted for some reason and it didnt work ever since? Hmm i made sure my fstab pointed to the device /dev/hdc...I dont know what else to check? I commented out the line /sbin/????/scsi-ide? something like that from /etc/rc.d/rc.modules? i belive i posted a post awhile ago. And i did everything from that post that people told me to do. But i figured rather than posting to a post thats really really old ill just start a new one Sorry mods if thats a problem!!

Thank-you for your help!!

Matt
 
Old 12-25-2004, 11:59 PM   #2
wnaLinux
Member
 
Registered: Oct 2004
Location: Salem, OR
Distribution: Ubuntu "Warty Warthog"
Posts: 95

Rep: Reputation: 15
So burners not working huh? How were you exactly burning a cd? Using cdrecord I assume right? If you are trying to burn a cd with cdrecord it could be that your pointing it towards something like "dev=0,0,0" when instead you should be pointing it like this:

Code:
dev=/dev/hdc
Hope this helps!
 
Old 12-26-2004, 06:04 AM   #3
cathectic
Member
 
Registered: Sep 2004
Location: UK, Europe
Distribution: Slackware64
Posts: 761

Rep: Reputation: 35
matt3333, could you be more specific as to what you mean by your burner is not working.

Is it:

A) There is no longer a device node for the burner (e.g. /dev/hdd is not being created)

B) The device is being seen, just whatever command you pass to cdrecord, it will not write to the drive. (If this is the case, wnaLinux's solution is correct for using IDE burning. If you're using something like K3B or XCDRoast for your burning, you will need to upgrade to the latest versions of these. If it's not that, or perhaps it just won't write for some other reason, what error messages is it giving?)

C) Something else?
 
Old 12-26-2004, 10:09 AM   #4
matt3333
Member
 
Registered: Dec 2002
Location: Winnipeg, Manitoba, Canada
Distribution: Slackware
Posts: 371

Original Poster
Rep: Reputation: 30
Ok sorry im using gtoaster, it keeps saying cannot find /dev/pg* scsi-ide. When i looked in dmesg i noticed that my burner was at /dev/hdc so i fixed that in the preferences under gtoaster.

Quote:
root@Darkpunk:~# cdrecord --scanbus
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 J\uffffrg Schilling
cdrecord: Warning: Running on Linux-2.6.7
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
root@Darkpunk:~#
In my fstab my burner points to /dev/hdc i dont know why its doing this?

Ill try k3b and update that see if that works. Thank-you

Matt
 
Old 12-26-2004, 05:32 PM   #5
cathectic
Member
 
Registered: Sep 2004
Location: UK, Europe
Distribution: Slackware64
Posts: 761

Rep: Reputation: 35
Ok, I've played around a bit with Gnome Toaster for you, and to make it play nice with IDE burning, you need to do some simple fiddling.

Go to Preferences --> CDROM and Recorder Setup --> Whatever drive is your burner --> Click 'edit'

In the SCSI ID box, put /dev/hdc (The same data as whatever the device name is. Gnome Toaster simply uses that data as a variable to start cdrecord, it doesn't check what's in it. Changing that allows it to burn using the IDE interface as normal)

Eh voila, you should be back in business with Gnome Toaster. I'd still recommend giving K3B a whirl though if you're using KDE, as it's a nicer tool, IMHO. (Or I suppose you could use the command line cdrecord for fun...)

Last edited by cathectic; 12-26-2004 at 05:35 PM.
 
Old 12-26-2004, 05:55 PM   #6
matt3333
Member
 
Registered: Dec 2002
Location: Winnipeg, Manitoba, Canada
Distribution: Slackware
Posts: 371

Original Poster
Rep: Reputation: 30
Ok so i put /dev/hdc in the scsi I.D and unchecked scsi interface for Dae. And nothing this is what gtoaster's out put is....ok it wont let me copy its out put. But its says cant open scsi device? Im going to update k3b and ill try that ill let you know how its goes!!! Thank-you for your reply!!

Matt
 
Old 12-26-2004, 06:03 PM   #7
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
I use X-CD-ROASTER
I had that problem too. "X-CD" solved it. it detects now ATAPI as well as SCSI. I just choose ATAPI and it works perfect
http://www.linuxpackages.net/redirec...i686-1h3xx.tgz
 
Old 12-26-2004, 06:07 PM   #8
matt3333
Member
 
Registered: Dec 2002
Location: Winnipeg, Manitoba, Canada
Distribution: Slackware
Posts: 371

Original Poster
Rep: Reputation: 30
Ok it appears to be a problem with my burner? Apparently its not a valid block device? When i type dmesg i see that its there it says "hdc: HL-DT-ST GCE-8523B, ATAPI CD/DVD-ROM drive"
so its there but i cant mount anything? so i dunno can someone help my trouble shoot it?

EDIT: Ok thank-you ill check that outg!!!!

Thank-you1!!!

Matt
 
Old 12-26-2004, 06:07 PM   #9
cathectic
Member
 
Registered: Sep 2004
Location: UK, Europe
Distribution: Slackware64
Posts: 761

Rep: Reputation: 35
Has ide-SCSI been completely purged from your system? Has any line saying 'append=hdc ide-scsi' (or something similiar to that) been commented out in /etc/lilo.conf and /sbin/lilo run, *before* restarting.

If after ensuring your lilo.conf is correct, running /sbin/lilo and then restarting, and the above command returns /dev/hdc, then ide-scsi is completely purged. If it still returns an error, then something isn't right and it's back to the drawing board (metaphorically speaking)

Last edited by cathectic; 12-26-2004 at 06:16 PM.
 
Old 12-26-2004, 06:18 PM   #10
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Yea, man. check it in dmesg. I also think you still have /dev/sr0. Because I do after update.
Perhaps, you could chmod your scsi emulation again
 
Old 12-26-2004, 06:37 PM   #11
matt3333
Member
 
Registered: Dec 2002
Location: Winnipeg, Manitoba, Canada
Distribution: Slackware
Posts: 371

Original Poster
Rep: Reputation: 30
Ok well i just tried k3b and it worked? I dunno why or how? But i just burned a cd? So anyways thank-you all for your help!! i really appricate it !! Thank-you!!!!

Matt
 
Old 12-26-2004, 06:40 PM   #12
SlackerLX
Senior Member
 
Registered: Dec 2004
Location: Herzliyya, Israel
Distribution: SuSE 10.1; Testing Distros
Posts: 1,832

Rep: Reputation: 47
Ever considered going back to 2.4? From 2.6 we still see only fu##s
 
Old 12-26-2004, 10:43 PM   #13
matt3333
Member
 
Registered: Dec 2002
Location: Winnipeg, Manitoba, Canada
Distribution: Slackware
Posts: 371

Original Poster
Rep: Reputation: 30
Well before i thought about it long and hard but relized the only problem i have is the burner crap and now it works...for how long tho? anyways i would but 2.6 is alright so its easyer to just stay with 2.6

Matt
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
New to linux, so so lost, auto mounting issues, permissions issues slowhand22 Linux - Newbie 2 02-10-2005 09:41 AM
SATAS Drive / DVD burner recognition issues? Barry Bingham Linux - Hardware 8 01-19-2005 05:39 AM
FC3 burner issues dannyk1 Fedora 1 01-07-2005 08:26 PM
CD Burner Issues ebiven Linux - Hardware 3 04-07-2004 09:46 AM
trying to mount cd burner, cd burner being a whore lasalsademuerte Slackware 5 12-09-2003 03:56 PM

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

All times are GMT -5. The time now is 11:01 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