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.
|
|
04-17-2003, 06:21 AM
|
#1
|
Member
Registered: Jan 2003
Posts: 49
Rep:
|
CDRW problem :(
Im tryin to burn cds on my slackware 8.1.. i read CDRW Howto and from there i understand i should put in lilo.conf append "hdc=ide-scsi" and then load the ide-scsi module.. but..
bash-2.05a# modprobe ide-scsi
modprobe: Can't locate module ide-scsi
bash-2.05a# cdrecord -scanbus
Cdrecord 1.11a24 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
Any ideas?
|
|
|
04-17-2003, 06:43 AM
|
#2
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Can you post the output of 'lsmod' and 'ls -al /dev/sr0'.
|
|
|
04-17-2003, 07:00 AM
|
#3
|
Member
Registered: Jan 2003
Posts: 49
Original Poster
Rep:
|
:))))
bash-2.05a# lsmod
Module Size Used by Not tainted
cs4281 45544 1
soundcore 3236 3 [cs4281]
pcmcia_core 40896 0
8139too 13768 1
mii 992 0 [8139too]
bash-2.05a# ls -al /dev/sr0
brw-r----- 1 root disk 11, 0 Apr 13 1999 /dev/sr0
home this will help
|
|
|
04-17-2003, 07:06 AM
|
#4
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Have you run lilo and rebooted since you edited the append line?
|
|
|
04-17-2003, 07:08 AM
|
#5
|
Member
Registered: Jan 2003
Posts: 49
Original Poster
Rep:
|
yes.. lots of times..
|
|
|
04-17-2003, 07:26 AM
|
#6
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Right, just a few more questions :-)
1) What kernel did you install? (do 'uname -a')
2) Did you install the correct kernel module package? (look in /lib/modules/, you should have a directory in there named the same as the output from uname -a)
|
|
|
04-17-2003, 07:53 AM
|
#7
|
Member
Registered: Jan 2003
Posts: 49
Original Poster
Rep:
|
Im using kernel 2.4.18 with default configuration for slackware 8.1 (not precompiled) ide-scsi module is compiled in the kernel by default.. dunno .. any ideas?
|
|
|
04-17-2003, 08:06 AM
|
#8
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
What does 'modinfo ide-scsi' output?
This is what I get,
Code:
bern@grendel bern$ su -c 'modinfo ide-scsi'
Password:
filename: /lib/modules/2.4.20/kernel/drivers/scsi/ide-scsi.o
description: <none>
author: <none>
license: "GPL"
bern@grendel bern$
|
|
|
04-17-2003, 08:13 AM
|
#9
|
Senior Member
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,306
Rep:
|
do a modprobe sg
and modprobe ide-scsi
|
|
|
04-17-2003, 08:44 AM
|
#10
|
Member
Registered: Jan 2003
Posts: 49
Original Poster
Rep:
|
modinfo: ide-scsi: no module by that name found
bash-2.05a# modprobe sg
modprobe: Can't locate module sg
i thinki must recompile the kernel, right? and.. wht to put in?
|
|
|
04-17-2003, 08:56 AM
|
#11
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
No, you don't need to recompile the kernel for this to work, this is a trivial matter for a correctly installed slackware 8.1.
Check to see if the kernel-modules package is installed correctly, in slackware 9.0 it's kernel-modules-2.4.20-i486-7.tgz, the name in slack 8.1 will follow the same format, if you reinstall this package you will need to run 'depmod -ae' (as root) befor you reboot.
|
|
|
04-17-2003, 09:18 AM
|
#12
|
Member
Registered: Jan 2003
Posts: 49
Original Poster
Rep:
|
Hmm ..10x a lot, ill try to reinstall (it will my first time 10x again!
|
|
|
All times are GMT -5. The time now is 06:11 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
|
|