[Bug 388436] Re: scsci host num / busno is getting to high at wodim and cdrdao

2013-06-18 Thread insaner
hi, i just hit this problem too, but this is on my fedora (fc 15) machine. here's the error: # cdrecord dev=/dev/sr0 -scanbus Cdrecord-Clone 2.01 (cpu-pc-linux-gnu) Copyright (C) 1995-2004 J�rg Schilling Note: This version is an unofficial (modified) version with DVD support Note: and therefore ma

[Bug 388436] Re: scsci host num / busno is getting to high at wodim and cdrdao

2009-06-27 Thread Schily
The bug is really in the Linux kernel. If you change the number as you mentioned above, you only hide the problem for some time. Regarding cdrdao: Cdrdao is umnaintained since 3 years and did not add new features since 4 years. The last time the libscg code in cdrdao was updated is more than 5

[Bug 388436] Re: scsci host num / busno is getting to high at wodim and cdrdao

2009-06-22 Thread Wolfgang Eibner
As I found out in libusal/scsi-linux-sg.c:165 wodim stops at 1256: #define MAX_SCG 1256/* Max # of SCSI controllers */ cdrdao stops at 256, defined in scsilib/libscg/scsi-linux-sg.c:147 I could raise these numbers but it is still a problem of "where is the end?" or how much memory is addi