did ya read the PET?
http://www.linuxjunior.org/cgi-bin/p...splay&id=8
I'm running Mandrake 8.1 (KDE) and have a plextor plexwriter 8/20 scsi burner on an adaptec 19160 scsi card. *I can mount and read cd's fine, but none of the burner software I have tried recognizes my burner. *I tried entering it manually into X-CDRoast, but no go. GCombust sees a device with scsi ID of:
Scsibus: 0 Target: 4 Lun: 0, but it doesnt work either.
When I click on "Check scsi settings" I get an error that says "cdrecord failed to recognize selected drive (Wrong scsi settings or no permission to device)"
Any idea's
did ya read the PET?
http://www.linuxjunior.org/cgi-bin/p...splay&id=8
yeah, but it says it's for IDE CD writer's does it apply to scsi also?
Run cdrecord -scanbus at the commandline and post the output. Also post the outpu of lsmod
[root@Voyager thayne]# cdrecord -scanbus
Cdrecord 1.10 (i586-mandrake-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
cdrecord: No such file or directory. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
[root@Voyager thayne]# lsmod
Module Size Used by
r128 87952 1
agpgart 27968 3
binfmt_misc 6432 1
vmnet 20704 6
vmmon 19424 0 (unused)
parport_pc 20432 1 (autoclean)
lp 5968 0 (autoclean)
parport 26208 1 (autoclean) [parport_pc lp]
es1371 30800 0
soundcore 4592 4 [es1371]
gameport 1920 0 [es1371]
ac97_codec 9344 0 [es1371]
nfsd 71488 8 (autoclean)
lockd 52208 1 (autoclean) [nfsd]
sunrpc 71952 1 (autoclean) [nfsd lockd]
nls_cp437 4400 2 (autoclean)
nls_iso8859-1 2880 2 (autoclean)
smbfs 35968 2 (autoclean)
autofs4 10160 1 (autoclean)
af_packet 13968 0 (autoclean)
hpusbscsi 4672 0 (unused)
usbcore 53440 0 [hpusbscsi]
8139too 13104 1 (autoclean)
rtc 6384 0 (autoclean)
reiserfs 160896 2
aic7xxx 113292 0 (unused)
sd_mod 11572 0 (unused)
scsi_mod 94524 2 [hpusbscsi aic7xxx sd_mod]
Wow you sure have a lot of modules loaded.
Not sure. Seems you have two scsi drivers loaded. Though this shouldn't be a problem. Do you have a usbscsi controller, too? I'm almost positive that the adaptec 19160 controller is handled with the aic7xxx module. Try to remove the usbscsi modules and leave the aic7xxx ones. Then rerun the bus scan.
Yeah, the aic7xxx is the adaptec card. I have a USB HP 5300C scanner that doesnt work. I have read it uses scsi over usb so I'm sure thats what the other one is.
How do i remove a module?
hello,
i missed earlier that you ahd a SCSI device... opps!
rmmod hpusbscsi
Bookmarks