Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
pb with K3B
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
girafon
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2002
Posts: 140
Location: France

PostPosted: Fri Aug 30, 2002 11:25 am    Post subject: pb with K3B Reply with quote

i ve a big pb with K3B.
it refuse to recognize my CD writter as a CD writter.
it says that i need to use scsi emulation module and ivent it.
any clues?
thanx
Back to top
View user's profile Send private message
Russki
Tux's lil' helper
Tux's lil' helper


Joined: 28 Apr 2002
Posts: 119
Location: Prague, Czech Republic

PostPosted: Fri Aug 30, 2002 12:47 pm    Post subject: Reply with quote

To use your cd-writer to burn cd's, you had to enable scsi emulation in yor kernel. Did you?

Look around on this forum, you'll find alot of threads about. For example this one
Success
_________________
Facts are stupid things.
-Ronald Reagan
[img]http://www.danasoft.com/vipersig.jpg[/img]
Back to top
View user's profile Send private message
girafon
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2002
Posts: 140
Location: France

PostPosted: Sat Aug 31, 2002 8:08 am    Post subject: i do what they say and it doesnt work yet... Reply with quote

i compile my kernel with scsi emulatio, scsi support and scsi cd support but my CD writter is not recognized as a CD writter yet.
any clues?
Back to top
View user's profile Send private message
biroed
Tux's lil' helper
Tux's lil' helper


Joined: 16 Aug 2002
Posts: 147
Location: Amsterdam

PostPosted: Sat Aug 31, 2002 9:03 am    Post subject: Reply with quote

Do you have "hdx=ide-scsi" in menu.lst/lilo?
did you change the device in fstab?
are the modules loaded?
what gives "cdrecord --scanbus"?
Back to top
View user's profile Send private message
girafon
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2002
Posts: 140
Location: France

PostPosted: Sat Aug 31, 2002 9:09 am    Post subject: Reply with quote

i dont use lilo but grub
fstab :

/dev/ROOT / reiserfs noatime 0 0
/dev/SWAP none swap sw 0 0
/dev/hda1 /mnt/win vfat auto,rw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
/dev/cdroms/cdrom1 /mnt/graveur iso9660 noauto,ro 0 0
/dev/floppy/0 /mnt/floppy vfat noauto,rw 0 0
proc /proc proc defaults 0 0


yes modules are loaded.


and cdrecord --scanbus give that :
Cdrecord 1.11a30 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.


help!
thanx
Back to top
View user's profile Send private message
biroed
Tux's lil' helper
Tux's lil' helper


Joined: 16 Aug 2002
Posts: 147
Location: Amsterdam

PostPosted: Sat Aug 31, 2002 9:24 am    Post subject: Reply with quote

Your cdrom(burner) device should be something like: /dev/sr0
you're still using the ide device
and what is dev/ROOT /dev/SWAP? shouldn't it be /dev/hdaX
Back to top
View user's profile Send private message
biroed
Tux's lil' helper
Tux's lil' helper


Joined: 16 Aug 2002
Posts: 147
Location: Amsterdam

PostPosted: Sat Aug 31, 2002 9:29 am    Post subject: Reply with quote

maybe you can find the device with dmesg
Back to top
View user's profile Send private message
girafon
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2002
Posts: 140
Location: France

PostPosted: Sat Aug 31, 2002 9:42 am    Post subject: Reply with quote

i ve no sr* in /dev

ive a empty /dev/scsi directory

please help!
thanx
Back to top
View user's profile Send private message
biroed
Tux's lil' helper
Tux's lil' helper


Joined: 16 Aug 2002
Posts: 147
Location: Amsterdam

PostPosted: Sat Aug 31, 2002 9:57 am    Post subject: Reply with quote

you dont see something like:

SCSI subsystem driver Revision: 1.00
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
Vendor: PHILIPS Model: PCRW804 Rev: 2.0
Type: CD-ROM ANSI SCSI revision: 02
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
sr0: scsi3-mmc drive: 32x/32x writer cd/rw xa/form2 cdda tray
Back to top
View user's profile Send private message
biroed
Tux's lil' helper
Tux's lil' helper


Joined: 16 Aug 2002
Posts: 147
Location: Amsterdam

PostPosted: Sat Aug 31, 2002 10:04 am    Post subject: Reply with quote

btw did you also compiled
scsi disk support
scsi generic support in the kernel
Back to top
View user's profile Send private message
Dennis4b
n00b
n00b


Joined: 31 Aug 2002
Posts: 5
Location: Finland

PostPosted: Sat Aug 31, 2002 10:22 am    Post subject: Also, Reply with quote

Make sure you did NOT compile in support for an IDE CD-ROM. Otherwise it will "see" the CD drive first, and the SCSI driver won't.

No IDE CD-ROM
Yes to SCSI Emulation
Yes to SCSI
Yes to SCSI Generic (for burning)
Yes to SCSI CD-ROM (for access)

Dennis
Back to top
View user's profile Send private message
girafon
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2002
Posts: 140
Location: France

PostPosted: Sat Aug 31, 2002 11:00 am    Post subject: Reply with quote

but i ve another ide CDrom...
dont i need IDE support for this one??
Back to top
View user's profile Send private message
biroed
Tux's lil' helper
Tux's lil' helper


Joined: 16 Aug 2002
Posts: 147
Location: Amsterdam

PostPosted: Sat Aug 31, 2002 11:10 am    Post subject: Reply with quote

You could give your 2nd drive also scsi emulation, but since it don't work
it's not an option...
Back to top
View user's profile Send private message
girafon
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2002
Posts: 140
Location: France

PostPosted: Sat Aug 31, 2002 11:18 am    Post subject: Reply with quote

im lost
what must i do?
Back to top
View user's profile Send private message
biroed
Tux's lil' helper
Tux's lil' helper


Joined: 16 Aug 2002
Posts: 147
Location: Amsterdam

PostPosted: Sat Aug 31, 2002 11:44 am    Post subject: Reply with quote

i assume you try the things mentioned in this thread, then maybe your device isn't supported.
Anyway you should read the cdwriting howto for more details
Back to top
View user's profile Send private message
girafon
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2002
Posts: 140
Location: France

PostPosted: Sat Aug 31, 2002 2:29 pm    Post subject: Reply with quote

ok i remove ide CD support in my kernel and it works
thanx guys
Back to top
View user's profile Send private message
girafon
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2002
Posts: 140
Location: France

PostPosted: Sat Aug 31, 2002 2:53 pm    Post subject: a last thing... Reply with quote

can somebody give me his/her fstab (for scsi CD).
cause now i cant mount any CD any more
Back to top
View user's profile Send private message
biroed
Tux's lil' helper
Tux's lil' helper


Joined: 16 Aug 2002
Posts: 147
Location: Amsterdam

PostPosted: Sat Aug 31, 2002 2:59 pm    Post subject: Reply with quote

/dev/sr0 /mnt/cdrom iso9660 users,noauto,ro 0 0
Back to top
View user's profile Send private message
inukshuk
Tux's lil' helper
Tux's lil' helper


Joined: 31 Aug 2002
Posts: 110
Location: vienna (europe)

PostPosted: Sat Aug 31, 2002 3:07 pm    Post subject: Reply with quote

you can still use the IDE drivers for your other cd-rom, just make sure you have an

options ide-cd ignore='hdX' # hdX = your cd-writer, e.g. hdc

entry in your /etc/modules.conf -- the IDE driver will ignore your cd writer and the scsi emulation drivers can take care of it.

inukshuk
;
Back to top
View user's profile Send private message
girafon
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2002
Posts: 140
Location: France

PostPosted: Sat Aug 31, 2002 3:09 pm    Post subject: Reply with quote

ok i try your line but,

bash-2.05a# mount /mnt/graveur/
mount: wrong fs type, bad option, bad superblock on /dev/sr1,
or too many mounted file systems

bash-2.05a# mount /dev/sr1 /mnt/graveur/
/dev/sr1: Input/output error
mount: block device /dev/sr1 is write-protected, mounting read-only
/dev/sr1: Input/output error
mount: you must specify the filesystem type

my fstab is the same as yours...
any clues?
Back to top
View user's profile Send private message
girafon
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2002
Posts: 140
Location: France

PostPosted: Sat Aug 31, 2002 3:10 pm    Post subject: Reply with quote

thanx inukshuk.
Back to top
View user's profile Send private message
girafon
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2002
Posts: 140
Location: France

PostPosted: Sat Aug 31, 2002 3:19 pm    Post subject: Reply with quote

my fstab is exactly that :
/dev/sr0 /mnt/cdrom/ iso9660 ro,noauto,user 0 0
/dev/sr1 /mnt/graveur/ iso9660 ro,noauto,user 0 0

why doesnt it work???
Back to top
View user's profile Send private message
inukshuk
Tux's lil' helper
Tux's lil' helper


Joined: 31 Aug 2002
Posts: 110
Location: vienna (europe)

PostPosted: Sat Aug 31, 2002 3:26 pm    Post subject: Reply with quote

uhm... what is the output of:

ls -l /dev/sr0

and

ls -l /dev/sr1

?
Back to top
View user's profile Send private message
girafon
Tux's lil' helper
Tux's lil' helper


Joined: 22 Aug 2002
Posts: 140
Location: France

PostPosted: Sat Aug 31, 2002 3:27 pm    Post subject: Reply with quote

ok i found the problem...
its my fault...
i try to mount an audio CD...
mount a data CD works
Back to top
View user's profile Send private message
endoalpha
Tux's lil' helper
Tux's lil' helper


Joined: 29 Jun 2002
Posts: 101

PostPosted: Sat Aug 31, 2002 11:57 pm    Post subject: Re: Also, Reply with quote

Dennis4b wrote:
Make sure you did NOT compile in support for an IDE CD-ROM. Otherwise it will "see" the CD drive first, and the SCSI driver won't.

No IDE CD-ROM
Yes to SCSI Emulation
Yes to SCSI
Yes to SCSI Generic (for burning)
Yes to SCSI CD-ROM (for access)

Dennis

I've heard this before, but I don't think it's true... I have IDE CD-ROM compiled in and use scsi emulation just fine...
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum