View previous topic :: View next topic |
Author |
Message |
tragor Apprentice


Joined: 21 May 2003 Posts: 168 Location: Freiburg i.Br., Germany
|
Posted: Thu Jul 10, 2003 7:28 am Post subject: CDrecord can't open scsi device |
|
|
Hi,
recently I have screwed up my system with an emerge -U world... Now I have got several problems...
However I solved some problems like getting my dsl modem up and working again, obviously
But the scsi emulation does not work any more: when I try a cdrecord -scanbus I get
Code: | Cdrecord 2.01a14 (i686-pc-linux-gnu) Copyright (C) 1995-2003 Jörg Schilling
cdrecord: Read-only file system. Cannot open '/dev/sg1'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
|
It has worked before the screwup and yes, I have set the uid on the cdrecord! And I have loaded exactly the same modules. Here my modules.autoload:
Code: | input
8390
ne2k-pci
8139too
hid
es1371
sidewinder
mousedev
smbfs
slhc
ide-scsi
|
They are all loaded properly, lsmod gives me:
Code: | Module Size Used by Not tainted
sg 29356 0 (autoclean) (unused)
ppp_synctty 6656 0 (unused)
ppp_async 7968 1
ppp_generic 17948 3 [ppp_synctty ppp_async]
ide-scsi 8880 0
slhc 5456 0 [ppp_generic]
smbfs 40080 1
mousedev 4372 0 (unused)
sidewinder 9976 0 (unused)
hid 19492 0 (unused)
8139too 16808 1
ne2k-pci 5792 1
8390 6928 0 [ne2k-pci]
joydev 5888 0 (unused)
es1371 29384 1
ac97_codec 11080 0 [es1371]
gameport 1692 0 [sidewinder es1371]
input 3648 0 [mousedev sidewinder hid joydev]
ide-cd 30472 0 (autoclean)
sr_mod 16696 0 (autoclean) (unused)
cdrom 29568 0 (autoclean) [ide-cd sr_mod]
|
Does anybody know about that?
Thanks in advance, and sorry when I missed something similar allready on the forums...
tragor |
|
Back to top |
|
 |
skunk l33t


Joined: 28 May 2003 Posts: 646 Location: granada, spain
|
Posted: Thu Jul 10, 2003 8:45 am Post subject: |
|
|
remove ide-scsi and ide-cd
then modprobe ide-scsi again
the cdrw isn't recognized as scsi device until you've the ide-cd module loaded... |
|
Back to top |
|
 |
tragor Apprentice


Joined: 21 May 2003 Posts: 168 Location: Freiburg i.Br., Germany
|
Posted: Thu Jul 10, 2003 10:52 am Post subject: |
|
|
Thanks man! That was quick and painless help that worked
Have a nice and pleasent day!
tragor |
|
Back to top |
|
 |
|