LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 07-29-2003, 09:32 AM   #1
punker
LQ Newbie
 
Registered: Jul 2003
Location: anywhere but here
Distribution: slackware 10
Posts: 23

Rep: Reputation: 15
Unhappy samsung cd-r/rw sw-408b


it simple
when i try to burn a cd slack goes down

i do the "hdd=ide-scsi" and yabayaba......

but nothing

the write action begins fine but.......

sorry for my inglish
 
Old 07-29-2003, 09:53 AM   #2
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
# CD burning info
Is it configured and what is the device? Command this to find out:
cdrecord -scanbus
Adding an IDE CD-Writer to Linux
CD Writing HOWTO
Burning CDs on Linux

# Burn an ISO to disk
cdrecord -v speed=<burning speed> dev=<your device> /path/to/foo.iso
# Burn from disk to disk
cdrecord -v dev=<your device> speed=<burning speed> -isosize /dev/cdrom
# Generate an ISO from a directory.
mkisofs -Jr -o foo.iso /path/to/directory
mkisofs -vrTJUV "Label" -o foo.iso /path/to/directory
# Generate an ISO from a CD
dd if=/dev/cdrom of=foo.iso
Linux MP3 CD Burning mini-HOWTO
# Convert mp3 to wav with lame
for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav; done
# Burn a CD from wav files
cdrecord -v -audio -pad speed=<burning speed> dev=<your device> /path/to/*.wav
# Erase a CDRW
cdrecord -v dev=<your device> speed=<burning speed> blank=fast
 
Old 07-29-2003, 04:58 PM   #3
punker
LQ Newbie
 
Registered: Jul 2003
Location: anywhere but here
Distribution: slackware 10
Posts: 23

Original Poster
Rep: Reputation: 15
when i do
cdrecord -scanbus apears the recorder
in the dev 0,0,0

the recording thing begin right
but aalways goes down
 
  


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
samsung vs seagate?? kb_ganesh General 11 08-19-2005 02:07 PM
Samsung ML-1430 CelloJake Linux - Hardware 2 01-19-2005 09:58 AM
SAMSUNG CD-R/RW SW-408B Hangs my sistem when i mount it mkaman Linux - Hardware 13 02-11-2004 07:34 AM
Samsung 191TB NoMaR Linux - Hardware 2 06-30-2003 04:20 AM
Samsung CD-R/RW ilikesci Slackware 2 05-26-2003 01:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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