Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
08-23-2002, 02:26 AM
|
#1
|
Member
Registered: May 2002
Location: Wales
Distribution: Slack 8.1, Gentoo 1.3a, Red Hat 7.3, Red Hat 7.2, Manrake 8.2
Posts: 328
Rep:
|
CDRW and cdrecord -scanbus
Ok slight problem when I run cdrecord -scanbus to check for my cdrecorder it comes back telling me ide-scsi emulation not installed and to try cdrecord -scanbus (or something to this effect)
the scsi-ide module is loaded and I can access/mount the cdrw from /dev/hdc/ (its set as secondary master and I havent symlinked it to Cdrw yet as Scsi emu isnt working)
I boot into Slack thru the boot disk, I have tried passing the command append /dev/hdc = ide-scsi to the kernel at the boot prompt but all i get is an error telling me command append cannot be found (or something to this effect)
maybe the format for the append command is incorrect should it be
append = /dev/hdc = ide-scsi
instead of
append /dev/hdc = ide-scsi
Anybody got any ideas?????
Last edited by dai; 08-23-2002 at 02:41 AM.
|
|
|
08-23-2002, 03:38 AM
|
#2
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
append ="hdc=ide-scsi"
And you could just put it in lilo
|
|
|
08-23-2002, 03:54 AM
|
#3
|
Member
Registered: May 2002
Location: Wales
Distribution: Slack 8.1, Gentoo 1.3a, Red Hat 7.3, Red Hat 7.2, Manrake 8.2
Posts: 328
Original Poster
Rep:
|
do I need the " " around the hdc=ide-scsi????
|
|
|
08-23-2002, 03:59 AM
|
#4
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
I don't know, I know I use em and they work.
|
|
|
08-23-2002, 04:01 AM
|
#5
|
Senior Member
Registered: Feb 2002
Distribution: t2 - trying to anyway
Posts: 2,541
Rep:
|
Check your bootmsgs.Mine says something like 'using scsi emulation for hdc bla,bla'.
|
|
|
08-23-2002, 04:36 AM
|
#6
|
Member
Registered: May 2002
Location: Wales
Distribution: Slack 8.1, Gentoo 1.3a, Red Hat 7.3, Red Hat 7.2, Manrake 8.2
Posts: 328
Original Poster
Rep:
|
Quote:
Originally posted by crashmeister
Check your bootmsgs.Mine says something like 'using scsi emulation for hdc bla,bla'.
|
So just run Dmesg
|
|
|
08-24-2002, 03:56 AM
|
#7
|
Member
Registered: May 2002
Location: Wales
Distribution: Slack 8.1, Gentoo 1.3a, Red Hat 7.3, Red Hat 7.2, Manrake 8.2
Posts: 328
Original Poster
Rep:
|
Okay Slight problem
I am booting from the Slack boot floppy and when I type: -
append =/dev/hdc=ide-scsi
I get the error kernel image append not found
So what do I need to do to sort this out???????
I also dont have a lilo.conf in /etc/
I dont think ive installed lilo, how can i install it to the first sector of my boot partition??
Last edited by dai; 08-24-2002 at 03:59 AM.
|
|
|
08-24-2002, 04:52 AM
|
#8
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
/sbin/lilo I believe does that, I will poke around if that doesn't work and see what I can find. But you would have to have lilo installed.
Cool
|
|
|
08-24-2002, 05:01 AM
|
#9
|
Member
Registered: May 2002
Location: Wales
Distribution: Slack 8.1, Gentoo 1.3a, Red Hat 7.3, Red Hat 7.2, Manrake 8.2
Posts: 328
Original Poster
Rep:
|
Ive got lilo in /sbin/
but when I run it it tells me that i dont have /etc/lilo.conf
should I create one and put the line append=/dev/hdc=ide-scsi in it or are there other things that need to be placed in there????
|
|
|
08-24-2002, 05:05 AM
|
#10
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
Well, yes, but run liloconfig to "create" one, then add the entry...
|
|
|
08-24-2002, 05:05 AM
|
#11
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
But not /dev/hdc, just hdc
|
|
|
08-24-2002, 05:07 AM
|
#12
|
Member
Registered: Dec 2001
Location: Netherlands
Distribution: redhat suse mandrake freebsd
Posts: 344
Rep:
|
Hi
I thought at bootprompt, the append should not be there;
so only use; hdc=ide-scsi
the append=" hdc=ide-scsi" is for lilo.conf (rerun lilo)
a dmesg|less should show your ide_setup: hdc= ide-scsi
do also cat /proc/scsi/scsi that should return your burner
do lsmod see what shows up
maybe need to do; modprobe ide-scsi
just some loose hints
good luck
|
|
|
08-24-2002, 05:19 AM
|
#13
|
Member
Registered: May 2002
Location: Wales
Distribution: Slack 8.1, Gentoo 1.3a, Red Hat 7.3, Red Hat 7.2, Manrake 8.2
Posts: 328
Original Poster
Rep:
|
okay created lilo.conf in pico as a blank document
added the following
append ="hdc=ide-scsi"
run lilo and get following error
bash-2.05a# lilo
Warning: LBA32 addressing assumed
Fatal: Can't put the boot sector on logical partition 0x0307
otcome of cat /proc/scsi/scsi
bash-2.05a# cat /proc/scsi/scsi
Attached devices: none
and lsmod (ide-scsi is loaded)
bash-2.05a# lsmod
Module Size Used by Tainted: P
ppp_deflate 38912 0 (autoclean)
bsd_comp 3936 0 (autoclean)
ppp_async 6464 1 (autoclean)
ppp_generic 14664 3 (autoclean) [ppp_deflate bsd_comp ppp_async]
slhc 4416 1 (autoclean) [ppp_generic]
agpgart 29824 3 (autoclean)
NVdriver 945632 10 (autoclean)
pcmcia_core 40896 0
ide-scsi 7456 0
emu10k1 55680 0
sound 52876 0 [emu10k1]
ac97_codec 9568 0 [emu10k1]
soundcore 3236 7 [emu10k1 sound]
|
|
|
08-24-2002, 05:30 AM
|
#14
|
Senior Member
Registered: Aug 2002
Location: Groningen, The Netherlands
Distribution: Debian
Posts: 2,536
Rep: 
|
There is another way. I have a normal CD-ROM at /dev/hdc and a CD-RW which is accessed through the scsi-ide layer at /dev/scd0. To realise this not by using kernel-options in lilo.conf, but by having the following in /etc/modules.conf :
Code:
options ide-cd ignore=hdd
alias scd0 sr_mod
pre-install sg modprobe ide-scsi
pre-install ide-scsi modprobe ide-cd
|
|
|
08-24-2002, 05:33 AM
|
#15
|
Member
Registered: May 2002
Location: Wales
Distribution: Slack 8.1, Gentoo 1.3a, Red Hat 7.3, Red Hat 7.2, Manrake 8.2
Posts: 328
Original Poster
Rep:
|
If I added that to /etc/rc.d/rc.modules
will it have the same effect??????????
|
|
|
All times are GMT -5. The time now is 11:29 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|