PDA

View Full Version : CD writer



oxygenws
سه شنبه 24 شهریور 1383, 14:29 عصر
سلام،

CD writer ام رو عوض کردم.
قبلا یاماها داشتم و الان سامسونگ، این سامسونگه کومبو یه!! (یعنی دی وی دی می خونه و سی دی رایت می کنه)

قبل از اینکه کرنل کامپایل کنم، با این درایو به صورت SCSI برخورد می شد ولی اصولا کمی گیر داشت (دقیقا نمی دونم چه گیری و کجاش)

حالا که کرنل رو به روز کردم، و البته اسکازی رو کامپایل نکردم، سی دی کلا مورد پیدا کرده و حتی mount نمی شه.

الان این error در dmesg ام نوشته می شه که:

ide-scsi is deprecated for cd burning! Use ide-cd and give dev=/dev/hdX as device


ممنون از کمکتون :)

Zouup
سه شنبه 24 شهریور 1383, 17:15 عصر
سلام،

CD writer ام رو عوض کردم.
قبلا ?اماها داشتم و الان سامسونگ، ا?ن سامسونگه کومبو ?ه!! (?عن? د? و? د? م? خونه و س? د? را?ت م? کنه)

قبل از ا?نکه کرنل کامپا?ل کنم، با ا?ن درا?و به صورت SCSI برخورد م? شد ول? اصولا کم? گ?ر داشت (دق?قا نم? دونم چه گ?ر? و کجاش)

حالا که کرنل رو به روز کردم، و البته اسکاز? رو کامپا?ل نکردم، س? د? کلا مورد پ?دا کرده و حت? mount نم? شه.

الان ا?ن error در dmesg ام نوشته م? شه که:

ide-scsi is deprecated for cd burning! Use ide-cd and give dev=/dev/hdX as device


ممنون از کمکتون :)


in 2.6 series you can burn directly into ide driver :)

oxygenws
سه شنبه 24 شهریور 1383, 18:54 عصر
مهم اینه که لینوکس اصلا رایتر ام رو نمی شناسه!!! باید به چه صورت بهش معرفی کنم؟!!

hosseinzadeh
سه شنبه 24 شهریور 1383, 21:08 عصر
اینجا به دردت نمی خوره؟
http://www.linuxquestions.org/questions/history/213545

hosseinzadeh
سه شنبه 24 شهریور 1383, 21:12 عصر
همچنین:
http://www.yoper.com/forum2/lofiversion/index.php/t1156.html

hosseinzadeh
سه شنبه 24 شهریور 1383, 21:13 عصر
WaW, finally got my scsi subsystem to work:

added "modprobe aic7xxx_old" to /etc/rc.d/rc.sysinit
added "alias scsi_hostadapter" to /etc/modprobe.conf

So now i'm getting when i run:

cdrecord -scanbus
Cdrecord-Clone 2.01a32 (i686-pc-linux-gnu) Copyright © 1995-2004 Jörg Schilling
NOTE: this is OSS DVD extensions for cdrtools and thus may have bugs
related to DVD issues that are not present in the original cdrtools. For
more information see http://crashrecovery.org/oss-dvd.html. The original
cdrtools author should not be bothered with problems in this version.
Linux sg driver version: 3.5.31
Using libscg version 'schily-0.8'.
scsibus0:
0,0,0 0) *
0,1,0 1) *
0,2,0 2) *
0,3,0 3) 'TOSHIBA ' 'DVD-ROM SD-M1401' '1007' Removable CD-ROM
0,4,0 4) *
0,5,0 5) *
0,6,0 6) 'HP ' 'CD-Writer+ 9200 ' '1.0e' Removable CD-ROM
0,7,0 7) *

cdrecord dev=/dev/scd0 -scanbus
Cdrecord-Clone 2.01a32 (i686-pc-linux-gnu) Copyright © 1995-2004 Jörg Schilling
NOTE: this is OSS DVD extensions for cdrtools and thus may have bugs
related to DVD issues that are not present in the original cdrtools. For
more information see http://crashrecovery.org/oss-dvd.html. The original
cdrtools author should not be bothered with problems in this version.
scsidev: '/dev/scd0'
devname: '/dev/scd0'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
Linux sg driver version: 3.5.31
Using libscg version 'schily-0.8'.
scsibus0:
0,0,0 0) *
0,1,0 1) *
0,2,0 2) *
0,3,0 3) 'TOSHIBA ' 'DVD-ROM SD-M1401' '1007' Removable CD-ROM
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *

cdrecord dev=/dev/scd1 -scanbus
Cdrecord-Clone 2.01a32 (i686-pc-linux-gnu) Copyright © 1995-2004 Jörg Schilling
NOTE: this is OSS DVD extensions for cdrtools and thus may have bugs
related to DVD issues that are not present in the original cdrtools. For
more information see http://crashrecovery.org/oss-dvd.html. The original
cdrtools author should not be bothered with problems in this version.
scsidev: '/dev/scd1'
devname: '/dev/scd1'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
Linux sg driver version: 3.5.31
Using libscg version 'schily-0.8'.
scsibus0:
0,0,0 0) *
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) 'HP ' 'CD-Writer+ 9200 ' '1.0e' Removable CD-ROM
0,7,0 7) *

cd /dev
DId
ln -s scd0 dvd for my dvdplayer
ln -s scd1 cdrw for my cdburner

Mount points in cd /mnt
mkdir dvdrom
mkdir cdrw

Group permissions:
User belongs to cdrom group with 0664 file access permissions.

Rebooted

CD
Cdplayer now working, had to adjust volume with the aux on the input tab for sblive in kmix after adjusting it with aux in alsamixer.

DVD
Seems like yopr does not supply the necessary package get these going.
Added contrib repositories to my /etc/apt/sources.list file.
Download libdvdread,
Unable to install xine-libs and xine-ui because of file conflicts
Mplayer now works, but loads in full screen only and has some issues pl;aying slide shows on dvd's.
Next NFS
Seems like only portmap in repositories.

Zouup
سه شنبه 24 شهریور 1383, 21:50 عصر
مهم ا?نه که ل?نوکس اصلا را?تر ام رو نم? شناسه!!! با?د به چه صورت بهش معرف? کنم؟!!

<span dir='ltr'>

important is that ide drivers are known as hd not scd ! :)
</span>

oxygenws
چهارشنبه 25 شهریور 1383, 00:02 صبح
مهم اینه که لینوکس اصلا رایتر ام رو نمی شناسه!!! باید به چه صورت بهش معرفی کنم؟!!

&lt;spin dir='right'>

important is that ide drivers are known as hd not scd ! :)
&lt;/spin>

but HOW can i fix it dadash?!!


ممنون جناب حسین زاده،
کارهایی که گفتند/گفتید رو انجام می دم ببینم چی میشه :)

ممنون، امید

oxygenws
چهارشنبه 25 شهریور 1383, 17:23 عصر
کرنل رو دوباره کامپایل کردم.

در حالتی که کار نمی کرد، از اونجایی که در ظاهر هیچ وسیله اسکازی نداشتم، همه رو غیر فعال کردم. اما الان تا حدودی اسکازی رو هم همراه کرنل کامپایل کردم و همه چی درسته.

در ضمن، اون مشکلاتی که قبلا برای رایت کردن سی دی داشتم رو دیگه نداره. به نظرم سرعتش هم از کرنل ۲.۴ خیلی بهتر شده. قبلا نمی تونست درست سی دی رایت کنه، یه جورایی شانسی بود!!!! (حالا شاید اشکال از کرنلی که با ردهت کامپایل می شد بود) ولی الان مثله هلو کار می کنه!!

ممنون از کمکتون.