LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 06-20-2003, 06:18 AM   #1
oliw
LQ Newbie
 
Registered: Jun 2003
Posts: 1

Rep: Reputation: 0
Question Either Ieee1394 OR CD/DVD drive


Hello,

After installing Mandrake 9.1 on my HP ze4200, the external IEE1394 harddisk is not available. It should have the
directory /dev/sdax, but it is not there. The IEEE drivers are loaded. My internal CD/DVD combo is available, using /dev/scd1

In the lilo.conf file there is an entry, called hda=ide-scsi. When I remove this entry, the CD drive is not available anymore, BUT the IEEE1394 is working.
Mandrake recognizes this automatically during booting, that there is a new drive, and also that the CD drive is gone...

What exactly does the hda=ide-scsi option means, and could anybody give me a hint or solution, to get both drives working together?

Thanks in advance,
Oliver
 
Old 06-20-2003, 08:15 PM   #2
Brain Drop
Member
 
Registered: Feb 2003
Location: just outside reality
Distribution: balanced
Posts: 752

Rep: Reputation: 35
i found this, i might give you some clues as to why if it doesnt actually answer your question.
Linux Setup:
The Linux CD-R user software tools (e.g., cdrecord) all work only with SCSI devices, so if you have an IDE CD-R drive, you need to access it with the ide-scsi driver (loadable kernel module), NOT with the normal ide-cdrom driver, so that it looks like a scsi device to cdrecord. And if you want to be able to copy from you CD-ROM to your CD-R drive (you do), then you must also use the ide-scsi driver on your CD-ROM. Basically, just use ide-scsi for ALL your CD drives, and be done with it.

First you need to edit /etc/lilo.conf to tell the kernel to use the ide-scsi driver. Your CD-ROM is likely device 'hdc', but look through your /var/log/dmesg boot messages to find out for sure. Then edit /etc/lilo.conf as appropriate, e.g.:

image=/vmlinuz
label=Linux
read-only
# Use SCSI for IDE CD-ROM/DVD and CD-R drives:
append="hda=ide-scsi hdc=ide-scsi"
# /dev/{sr0,scd0} are the DVD
# /dev/{sr1,scd1} are the CD-R

After ediing lilo.conf, run 'sudo lilo' to install your new lilo settings into your MBR, and reboot ('sudo shutdown -r now').

After successfully rebooting, again look through /var/log/dmesg to find the new, SCSI-style device name - mine was 'sr0'. Now you have to change your /dev/cdrom symlink to point to the correct new SCSI device for you CD-ROM:

$ ls -l /dev/cdrom
lrwxrwxrwx 1 root root 8 Nov 8 18:25 /dev/cdrom -> /dev/hdc
$ sudo rm /dev/cdrom
$ sudo ln -s /dev/sr0 /dev/cdrom
$ ls -l /dev/cdrom /dev/sr0 /dev/scd0
lrwxrwxrwx 1 root root 8 Nov 8 18:25 /dev/cdrom -> /dev/sr0
lrwxrwxrwx 1 root root 4 Nov 2 09:47 /dev/sr0 -> scd0
brw-rw---- 1 root cdrom 11, 0 Mar 14 2002 /dev/scd0

$ sudo cdrecord -scanbus
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jvrg Schilling
Linux sg driver version: 3.1.22
Using libscg version 'schily-0.5'
scsibus0:
0,0,0 0) '3ware ' '3w-xxxx ' '1.0' Disk
scsibus1:
1,0,0 100) 'PIONEER ' 'DVD-ROM DVD-116 ' '1.22' Removable CD-ROM
1,1,0 101) 'TEAC ' 'CD-W540E ' '1.0D' Removable CD-ROM

 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
which DVD player can play DVD from hard drive *and* support DVD Menu ? tho_x_tran Linux - Software 16 11-16-2006 02:00 PM
How can I change cdrom1 to dvd. REDhat9, lite-on LTD-163D dvd drive theonlydrew Linux - Hardware 3 01-26-2006 05:54 PM
installing slackware 10.1 on a firewire IEEE1394 CD drive natalinasmpf Slackware 1 04-20-2005 02:38 PM
ieee1394, got it, now how do i access the drive? mr_blUe69 Slackware 2 10-04-2004 08:35 PM
Can't install [any linux distribution] due to ieee1394 cd drive not being found. cpoet Linux - Newbie 0 11-22-2003 08:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 07:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration