LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-07-2008, 06:33 AM   #1
Killesk
LQ Newbie
 
Registered: Nov 2008
Posts: 10

Rep: Reputation: 0
Installing/recognizing a dvd writer


Hey,

I just moved over to linux and i'm trying to get my new Samsung super write master SH-S223 dvd writer working with it. I cant find a driver anywhere and i rang up samsung and they said they dont support linux. Am i completly screwed? as in it'll never work until a driver is released.

If I am screwed, what would be the fastest and kinda cheap dvd burner that workes with linux. I need to start buring soon. Any help would be greatly appriciated.

-Killesk



ps.
I'm running fedora core 9 of a dell poweredge sc440 Server.
 
Old 11-07-2008, 01:40 PM   #2
mjlouis
Member
 
Registered: Nov 2008
Posts: 48

Rep: Reputation: 16
Quote:
Originally Posted by Killesk View Post
Hey,

I just moved over to linux and i'm trying to get my new Samsung super write master SH-S223 dvd writer working with it. I cant find a driver anywhere and i rang up samsung and they said they dont support linux. Am i completly screwed? as in it'll never work until a driver is released.

If I am screwed, what would be the fastest and kinda cheap dvd burner that workes with linux. I need to start buring soon. Any help would be greatly appriciated.
ps.
I'm running fedora core 9 of a dell poweredge sc440 Server.
Lets start nice and simple: Does the drive show up in the BIOS?
if so, lets move on:

sudo lshw | less

Have a read through this and see if Linux can see it. Here's example output from my server:

*-cdrom
description: DVD reader
product: MATSHITADVD-ROM SR-8585
physical id: 0
bus info: ide@1.0
logical name: /dev/hdc
version: 1Z21
capabilities: packet atapi cdrom removable nonmagnetic dma lba iordy audio dvd
 
Old 11-07-2008, 01:58 PM   #3
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
You can also get info on it by running:

Code:
cdrecord -prcap dev=/dev/cdrom
Either way, that is not too important, what is more important is the type of drive it is, is it a SATA drive ? Can you also post the output of '/sbin/lspci'.
 
Old 11-10-2008, 03:14 AM   #4
Killesk
LQ Newbie
 
Registered: Nov 2008
Posts: 10

Original Poster
Rep: Reputation: 0
Hey,

Cheers for the help, Ok, my server came with a dvd reader so bear in mind that my computer has now 1 dvd reader (which works), and 1 dvd reader/writer (that does not work) here is the /sbin/lspci output:

00:00.0 Host bridge: Intel Corporation E7230/3000/3010 Memory Controller Hub
00:01.0 PCI bridge: Intel Corporation E7230/3000/3010 PCI Express Root Port
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.4 PCI bridge: Intel Corporation 82801GR/GH/GHM (ICH7 Family) PCI Express Port 5 (rev 01)
00:1c.5 PCI bridge: Intel Corporation 82801GR/GH/GHM (ICH7 Family) PCI Express Port 6 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
03:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5721 Gigabit Ethernet PCI Express (rev 21)
04:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5754 Gigabit Ethernet PCI Express (rev 02)
05:07.0 VGA compatible controller: ATI Technologies Inc ES1000 (rev 02)



ps. I really appreciate your help on the people.
 
Old 11-10-2008, 05:44 AM   #5
salter
Member
 
Registered: Oct 2008
Posts: 100

Rep: Reputation: 15
Kudzu is Fedora's hardware probing service. You can launch it explicitly, though it should run by default during boot up to detect new hardware.

In the current case the hardware is probably too new to have an open-source alternative driver already. It's also possible that there is a non-free driver somewhere on the net (non-free driver are not in the Fedora install repo's).

Some companies (Epson for example) do not provide Linux drivers for legal and liability reasons, but instead allow some third-parties to develop and provide the appropriate drivers. That way Linux drivers are available, but not being distributed under their brand name - so they do not breach their MS contracts.

I don't know if Samsung does something like that. Do a Google search for the Samsung hardware Linux driver to find out more.

Last edited by Tinkster; 10-30-2010 at 05:17 PM.
 
Old 11-10-2008, 01:09 PM   #6
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Never heard of needing a driver for a DVD burner, you just need the controller to be supported, which it looks like it is because you have 1 dvd reader (which works). So I get it that this is connected via IDE cable. I'd make sure that cable is intact and is not loose. Also it would be nice if you specify how it "does not work". It simply doesn't find it ? Is it listed in the BIOS as mjlouis asked ?
 
Old 11-11-2008, 03:07 PM   #7
mjlouis
Member
 
Registered: Nov 2008
Posts: 48

Rep: Reputation: 16
Quote:
Originally Posted by H_TeXMeX_H View Post
Never heard of needing a driver for a DVD burner, you just need the controller to be supported, which it looks like it is because you have 1 dvd reader (which works). So I get it that this is connected via IDE cable. I'd make sure that cable is intact and is not loose. Also it would be nice if you specify how it "does not work". It simply doesn't find it ? Is it listed in the BIOS as mjlouis asked ?
A little bit of Googleage shows that this is a SATA drive and apparantly XCDroast along with CDrecord (with DVD plugin) works nicely.
This leads to the thought that the drive is:

a) Not enabled in the BIOS
b) Not completely connected
c) Stuffed
d) On non-speaking terms with Linux until it returns the lawnmower.

D is probably not likely. :-)
 
Old 11-12-2008, 02:55 AM   #8
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
@ mjlouis

Oh so it is a SATA drive. But as I see there is no SATA controller detected. Probably the SATA drivers that support it are not installed, or as you said the controller is not enabled in the BIOS.

So, try enabling SATA controller in BIOS, then see if it works, if not maybe try putting it in AHCI mode.

Killesk please provide more info on the situation. Is this a SATA drive, and how and where is it connected ?

Last edited by H_TeXMeX_H; 11-12-2008 at 02:57 AM.
 
  


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
K3B not recognizing sony dvd writer lmcilwain Linux - Software 7 11-20-2007 10:59 PM
Can Installing Linux damage DVD writer? rbdaniel SUSE / openSUSE 3 12-06-2005 02:06 PM
Installing DVD-writer Durham Debian 3 06-14-2005 10:46 PM
What is the procedure for installing a new DVD writer? rturney Linux - Hardware 5 03-09-2005 06:27 PM
Recognizing CD-writer under 2.4.22 svar Slackware 2 12-01-2004 01:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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