View previous topic :: View next topic |
Author |
Message |
LimeFrog Apprentice
Joined: 31 Mar 2003 Posts: 187 Location: Skövde, Sweden
|
Posted: Wed May 21, 2003 2:42 pm Post subject: Can't find my burner |
|
|
I'm currently trying to get my Philips DVD+RW-D01 reader/burner to work. I can read CD/DVD's flawless but when i run k3b it only identifies it as a reader not a writer. I got the ide-scsi module loaded without any problem, anyone got a sugjestion?
Output of cdrecord -scanbus
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Canno open SCSI driver. _________________ I don't believe in God, but I'm afraid of him! |
|
Back to top |
|
|
barbar Guru
Joined: 16 Apr 2003 Posts: 397 Location: Austria
|
Posted: Wed May 21, 2003 4:38 pm Post subject: |
|
|
have you tried to compile the ide-support as module. It seems to override the scsi emu when ide-support is compiled into the kernel. At least this method worked fine with me. |
|
Back to top |
|
|
jt42 n00b
Joined: 04 Apr 2003 Posts: 45 Location: Hamilton, ON, CA
|
Posted: Wed May 21, 2003 4:59 pm Post subject: |
|
|
barbar wrote: | have you tried to compile the ide-support as module. It seems to override the scsi emu when ide-support is compiled into the kernel. At least this method worked fine with me. |
I think that ide-support (CONFIG_BLK_DEV_IDE=y) and ide disk support (CONFIG_BLK_DEV_IDEDISK=y) have to be built in to the kernel if you want the system to boot from an IDE disk
ide-cd and ide-scsi should both be modules.
CONFIG_BLK_DEV_IDECD=m
CONFIG_BLK_DEV_IDESCSI=m
-john _________________ STRESS: the confusion created when the mind overrides the body's basic desire to choke the living crud out of some jerk who desperately needs it |
|
Back to top |
|
|
paranode l33t
Joined: 06 Mar 2003 Posts: 679 Location: Texas
|
Posted: Wed May 21, 2003 6:42 pm Post subject: Re: Can't find my burner |
|
|
LimeFrog wrote: | Output of cdrecord -scanbus
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Canno open SCSI driver. |
Did you pass hdx=ide-scsi on the kernel boot line?
This is needed to make hdx a scsi device I believe. _________________ Meh. |
|
Back to top |
|
|
|