Re: [SLE] CD-RW instalation

From: Juan C. Gallardo (jgamo_at_cantv.net)
Date: 08/23/03

  • Next message: Togan Muftuoglu: "Re: [SLE] Postfix errors."
    To: suse-linux-e@suse.com
    Date: 23 Aug 2003 13:04:03 +0900
    
    

    I've been doing all the things you say here, but I'm still having
    troubles.
    It seems like the biggest problem is that my cd-rom is PCMCIA-card.
    If I use the command cdrecorder -scanbus I can only find some other
    stuff like another harddrive and my memory stick reader.
    And checking the /var/log/boot.msg I can see that the modprobe ide-scsi
    gives an error like this:
    kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2.
    So, so far what I have done is:
    on /boot/grub/menu.lst
        add hde=ide-scsi (I'm sure that my cd-rom is in hde)
    on modules.conf
        change alias scsi_hostadapter off --> alias scsi_hostadapter
    ide-scsi
    on /etc/init.d/boot.local
        add /sbin/modprobe ide-scsi

    and cdrecorder -scanbus doesn't detect the cd writer...

    Any other idea???

    Juan

    On Sat, 2003-08-23 at 04:45, zentara wrote:

    > On 23 Aug 2003 04:11:17 +0900
    > "Juan C. Gallardo" <jgamo@cantv.net> wrote:
    >
    > >Hello to everyone.
    > >I'm trying to install my cd-rw.
    > >As in many how-to says I did as follow:
    > >on /boot/grub/menu.lst
    > >I changed the line that start with "kernel" and I have added
    > >hde=ide-scsi
    > >
    > >on modules.conf
    > >alias scsi_hostadapter ide-scsi
    > >
    > >And after this my cd-rom doesn't work at all.
    > >
    > >I'm runing suse 8.2 on a VAIO laptop. I had troubles before with the
    > >cd-rom of this laptop because is a PCMIA cd-rom.
    > >
    > >WIthout doing those changes the cd-rom works fine as ATAPI and is
    > >installed in the /dev/hde/
    > >
    > >Does anyone can help me?
    > >I want to use my cd-rw under linux.
    > >
    > >Thanks in advance, and if I'm missing any important information let me
    > >know please.
    >
    > Once you declare hde=ide-scsi the cdrom gets accessed as /dev/sr0
    >
    > Also make sure ide-scsi is loaded so:
    > modprobe ide-scsi
    >
    > then put a cd in the drive and
    > mount -t iso9660 /dev/sr0 /mnt/cdrom
    >
    > Also, you have a /dev/hde ide device? Maybe there is some
    > glitch with your extra ide card?
    >
    > When you use cdrecord to write, you usually use the bus and device numbers.
    > Do "cdrecord -scanbus"
    > and you should get a list of all scsi devices, the first entry in the list is the number
    > like 1,0,0
    >
    > EXAMPLE 5: Writing an image-file mastered with mkisofs
    >
    > cdrecord -v -dummy -eject speed=2 dev=0,1,0 /mnt/image.raw
    >
    > The dummy switch lets you do a test run. Remove it for real writes.
    >
    > Hope those tips get you going.
    >
    >
    >
    >
    >
    >
    >
    >
    >
    >
    >
    > --
    > I'm not really a human, but I play one on earth.


  • Next message: Togan Muftuoglu: "Re: [SLE] Postfix errors."