Results 1 to 6 of 6

Thread: Samsung SATA DVD Writer Driver Ubuntu

  1. #1
    Join Date
    Apr 2010
    Posts
    61

    Samsung SATA DVD Writer Driver Ubuntu

    I have a compatibility problem with my DVD burner SH-W163A is in SATA. In fact I can play CDs and DVDs but not burn them. In k3b I have an error "Cdrecord has no permission to open the device" appears, or k3b takes a CD-R CD-RW and tried to delete it, what does obviously not. Graveman not work any better, I still "failed" or something like. So I thought that you members can help me in sorting out this problem.!! Please provide some solutions that can be useful for me. I am waiting for your responses.

  2. #2
    Join Date
    Oct 2008
    Posts
    105

    Re: Samsung SATA DVD Writer Driver Ubuntu

    I have problems with reading some cds. Samsung Burner Samsung 52x32x52x internal CD-RW Bulk Black. I think your problem is the fstab. Example:
    Code:
    1 / First, we need to do in a root console: 
    eject / dev/scd0 
    eject / dev/scd1 To find out who represents which 
    2 / Then, open a shell and type: 
    su 
    (Enter your root password) 
    3 / We create the folder / mnt / dvd: 
    mkdir / mnt / dvd 
    4 / Subsequently, we create a symbolic link: 
    ln-s / dev / scdX / dev / dvd 
    (X replaced by 0 or 1) 
    5 / Finally, we put in fstab: 
    / Dev / dvd / mnt / dvd iso9660 defaults, ro, user, noexec, noauto 0 0
    hope you got the point.

  3. #3
    Join Date
    Aug 2008
    Posts
    90

    Re: Samsung SATA DVD Writer Driver Ubuntu

    I would like to elaborate what the "Recko" mentioned.
    1 / First, we need to do in a root console:
    eject / dev/scd0
    eject / dev/scd1 To find out who represents which
    2 / Then, open a shell and type:
    su
    (Enter your root password)
    3 / We create the folder / mnt / dvd:
    mkdir / mnt / dvd
    4 / Subsequently, we create a symbolic link:
    ln-s / dev / scdX / dev / dvd
    (X replaced by 0 or 1)
    5 / Finally, we put in fstab:
    / Dev / dvd / mnt / dvd iso9660 defaults, ro, user, noexec, noauto 0 0
    On some version of Debian GNU / Linux such as Debian / Sarge, "/ dev/scd0" and "/ dev/scd1" are replaced by "/ dev/cdrom0" and "/ dev/cdrom1" or "/ dev / hdd "and" / dev / hdc".

  4. #4
    Join Date
    Nov 2008
    Posts
    97

    Re: Samsung SATA DVD Writer Driver Ubuntu

    For Playing DVD video in Ubuntu, you should enable direct memory access DMA. The DMA can relieve the work of the processor (CPU). This setting allows you to avoid jerky playback, replace / dev / hdc with the device (dev for device) for your player.
    hdparm -d1 /dev/hdc
    The DVD video is "encrypted" so you need to install Package: libdvdcss2 This requires that you add deposits Marillat to your / etc / apt / sources.list.
    testing main deb ftp://ftp.nerim.net/debian-marillat/
    Then update the list of available packages:
    apt-get update
    And finally install the library:
    apt-get install libdvdcss2
    . I am sure that this will help you.

  5. #5
    Join Date
    Apr 2010
    Posts
    61

    Re: Samsung SATA DVD Writer Driver Ubuntu

    Thanks for the help, my drive is now in the fstab. I think there are interesting things. I made a cdrecord-scanbus and I got:
    Code:
    Cdrecord-Clone 2.01.01a01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Joerg Schilling 
    NOTE: this version of cdrecord ya une inofficial (modified) release of cdrecord 
    Malthus and May Have That bugs are not present in the original version. 
    Please send bug reports and support to <cdrtools@packages.debian.org> requĂȘtes. 
    The original author should "not Be Bothered with Problems of this release. 
    
    cdrecord: Warning: Running on Linux-2.6.15-27-386 
    cdrecord: There Are Unsettled issues with Linux-2.5 and newer. 
    cdrecord: If You Have Problems unexpected, please try Linux-2.4 or Solaris. 
    Error Trying to open / dev/sg0 Exclusively (Permission denied) ... retrying in 1 second. 
    Error Trying to open / dev/sg0 Exclusively (Permission denied) ... retrying in 1 second. 
    Error Trying to open / dev/sg0 Exclusively (Permission denied) ... retrying in 1 second.
    I do not understand why it seeks sg0 because my recorder is defined in my fstab. Anyway, I always read what is on the CD / DVD but not burn. I still have the same errors, k3b will erase CD-R or "Cdrecord has no permission to open device"> "You can use the" Advanced Configuration K3b to solve this problem. " I put redge as user group for burning, but it changes nothing. Please help me further.

  6. #6
    Join Date
    Nov 2008
    Posts
    109

    Re: Samsung SATA DVD Writer Driver Ubuntu

    You should follow the steps given below :
    1. Go to system files, media and on your right and graveur.clic properties.
    2. A window will appear, click on permissions.
    3. Owner of the file "not your user".
    4. Group file "your non-user"
    5. Tick all the boxes and close.
    I think that changing the permissions will solve the issue.

Similar Threads

  1. Replies: 10
    Last Post: 13-11-2011, 06:11 AM
  2. SAMSUNG HD040GJ: need DOS SATA Driver
    By WalshJ in forum Windows Software
    Replies: 9
    Last Post: 16-10-2011, 04:50 PM
  3. SATA dvd writer pc is not booting.
    By Fausty in forum Hardware Peripherals
    Replies: 6
    Last Post: 30-08-2010, 08:20 AM
  4. IDE DVD writer and SATA hard drive?
    By Laler in forum Hardware Peripherals
    Replies: 4
    Last Post: 26-03-2009, 11:48 AM
  5. LG DVD writer loads DVD-ROM driver
    By ABRIELLE in forum MediaCenter
    Replies: 1
    Last Post: 31-12-2006, 11:25 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,566,176.83362 seconds with 17 queries