View previous topic :: View next topic |
Author |
Message |
Dillinger Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/13071498184191a683d42ea.jpg)
Joined: 27 Jul 2003 Posts: 226 Location: Huntington Beach, Ca
|
Posted: Sun Aug 03, 2003 7:51 am Post subject: Weird cd drive problems |
|
|
Ok back when I was still using Mandrake and just messing around with the gentoo install something happened to my cd drives. Suddenly one day running cdrecord scanbus gave me a cannot open scsi driver error. I looked in /proc/ide/hd*/driver and it comes back with ide-cdrom version 4.59. So suddenly the drives stoped going through the scsi emulation layer, and I don't know what to do. Any thoughts? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
skunk l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/11317999223f8841cedbe91.gif)
Joined: 28 May 2003 Posts: 646 Location: granada, spain
|
Posted: Sun Aug 03, 2003 2:20 pm Post subject: |
|
|
Code: |
# rmmod ide-cdrom
# modprobe ide-scsi
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Dillinger Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/13071498184191a683d42ea.jpg)
Joined: 27 Jul 2003 Posts: 226 Location: Huntington Beach, Ca
|
Posted: Sun Aug 03, 2003 8:34 pm Post subject: |
|
|
Ok I figured out what's going on. I realized that it started happening right after I installed GRUB. I went back and installed Mandrake and LILO and went into Mandrake and sure enough cdrecord -scanbus brings up my cd burner the way it was before. It has something to do with the way the lilo.conf is set up:
Code: |
image=/boot/vmlinuz
label="Mandrake"
root=/dev/hdb1
initrd=/boot/initrd.img
append="devfs=mount [b]hdc=ide-scsi[/b] acpi=off quiet"
vga=788
read-only | And it might have something to do with the may Mandrake wrote the fstab:
Code: |
none /mnt/cdrom supermount dev=/dev/scd0, fs=auto, ro, --, iocharset=iso8859-1, codepage=850, umask = 0 0 0 |
Can GRUB be set up to do what the lilo.conf did, and would an fstab setting like that work? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
skunk l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/11317999223f8841cedbe91.gif)
Joined: 28 May 2003 Posts: 646 Location: granada, spain
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|