LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-12-2003, 05:56 AM   #1
NetRyder
LQ Newbie
 
Registered: Aug 2003
Location: California
Distribution: Slackware 9.1
Posts: 14

Rep: Reputation: 0
Slack 9.1: IDE-SCSI not working


Hey all,

I've been trying to get SCSI emulation working for my IDE CD-RW device on Slack 9.1 with the stock 2.4.22 kernel. Right now, it gets detected as /dev/hda.
I've looked through a lot of previous posts on this matter, but still haven't found a solution to my problem.

Here's what everything looks like at the moment:

Quote:
lsmod output:

Module Size Used by Not tainted
input 3200 0 (autoclean)
snd-pcm-oss 37252 0
snd-mixer-oss 11992 1 [snd-pcm-oss]
lp 6752 0 (autoclean)
parport 23264 0 (autoclean) [lp]
printer 7040 0
uhci 24496 0 (unused)
ehci-hcd 16872 0 (unused)
usbcore 58400 1 [printer uhci ehci-hcd]
i810_rng 2656 0 (unused)
snd-intel8x0 17156 2
snd-pcm 55904 0 [snd-pcm-oss snd-intel8x0]
snd-timer 13252 0 [snd-pcm]
snd-ac97-codec 37240 0 [snd-intel8x0]
snd-page-alloc 6004 0 [snd-intel8x0 snd-pcm]
snd-mpu401-uart 3136 0 [snd-intel8x0]
snd-rawmidi 12512 0 [snd-mpu401-uart]
snd-seq-device 3920 0 [snd-rawmidi]
snd 27460 1 [snd-pcm-oss snd-mixer-oss snd-intel8x0 snd-pcm snd-timer snd-ac97-codec snd-mpu401-uart snd-rawmidi snd-seq-device]
soundcore 3332 4 [snd]
b44 13608 1
ohci1394 24200 0 (unused)
ieee1394 42436 0 [ohci1394]
ds 6568 1
yenta_socket 10368 1
pcmcia_core 40032 0 [ds yenta_socket]
ide-scsi 9424 0
agpgart 39576 0 (unused)
ntfs 51040 2 (autoclean)
Looks like the ide-scsi module has been loaded properly at startup.

Quote:
/etc/lilo.conf

# LILO configuration file
# generated by 'liloconfig'
#
# Start LILO global section
boot = /dev/hdc
#compact # faster, but won't work on all systems.
prompt
timeout = 50
# VESA framebuffer console @ 1024x768x32k
vga = 790
# Boot screen section.
#
# Note: Uncomment only ONE of the following:
#
# message=/usr/share/lilo-bootscreens/penguins.boot
message=/usr/share/lilo-bootscreens/xray-blue.boot
# message=/usr/share/lilo-bootscreens/xray-green.boot
# message=/usr/share/lilo-bootscreens/breakout.boot
#
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hdc6
label = Linux
read-only # Non-UMSDOS filesystems should be mounted read-only for checking
append="hda=ide-scsi"
# Linux bootable partition config ends
# DOS bootable partition config begins
other = /dev/hdc2
label = Windows
# map-drive = 0x80
# to = 0x81
# map-drive = 0x81
# to = 0x80
table = /dev/hdc
# DOS bootable partition config ends
I have added the append="hda=ide-scsi" line to lilo.conf, and ran /sbin/lilo to apply the changes

Quote:
/etc/fstab

/dev/hdc7 swap swap defaults 0 0
/dev/hdc6 / reiserfs defaults 1 1
/dev/scd0 /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0
/dev/hdc2 /mnt/windows_c ntfs ro,umask=0222 0 0
/dev/hdc5 /mnt/windows_d ntfs ro,umask=0222 0 0
Modified /etc/fstab to mount /dev/scd0 instead of /dev/hda

With all that done, it still refuses to work. /dev/hda is still being recognized as the CDRW drive rather than /dev/scd0 which is should be with scsi emulation.
Basically, because of that, I can't use cdrecord to burn anything.

Quote:
# cdrtools -scanbus
-bash: cdrtools: command not found
root@NightHawk:~# cdrecord -scanbus
Cdrecord 2.00.3 (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.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
As I said earlier, /dev/hda is still recognized, but /dev/scd0 is not.
Quote:
# mount /dev/scd0 /mnt/cdrom/
mount: /dev/scd0 is not a valid block device
# mount /dev/hda /mnt/cdrom/
mount: block device /dev/hda is write-protected, mounting read-only
Any ideas on how I can get this to work?
Thanks in advance!

Last edited by NetRyder; 12-12-2003 at 06:00 AM.
 
Old 12-12-2003, 05:59 AM   #2
NetRyder
LQ Newbie
 
Registered: Aug 2003
Location: California
Distribution: Slackware 9.1
Posts: 14

Original Poster
Rep: Reputation: 0
And here's the dmesg output, if necessary. :)

Quote:
Linux version 2.4.22 (root@midas) (gcc version 3.2.3) #6 Tue Sep 2 17:43:01 PDT 2003
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
BIOS-e820: 0000000000100000 - 000000001ffc9000 (usable)
BIOS-e820: 000000001ffc9000 - 0000000020000000 (reserved)
BIOS-e820: 00000000feda0000 - 00000000fee00000 (reserved)
BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
511MB LOWMEM available.
On node 0 totalpages: 131017
zone(0): 4096 pages.
zone(1): 126921 pages.
zone(2): 0 pages.
Kernel command line: auto BOOT_IMAGE=Linux ro root=1606 /dev/hda=ide-scsi
Initializing CPU#0
Detected 2392.090 MHz processor.
Console: colour dummy device 80x25
Calibrating delay loop... 4771.02 BogoMIPS
Memory: 515208k/524068k available (1813k kernel code, 8472k reserved, 614k data, 116k init, 0k highmem)
Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
Inode cache hash table entries: 32768 (order: 6, 262144 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 32768 (order: 5, 131072 bytes)
Page-cache hash table entries: 131072 (order: 7, 524288 bytes)
CPU: Trace cache: 12K uops, L1 D cache: 8K
CPU: L2 cache: 512K
CPU: After generic, caps: bfebf9ff 00000000 00000000 00000000
CPU: Common caps: bfebf9ff 00000000 00000000 00000000
CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz stepping 07
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xfcfae, last bus=2
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Ignoring BAR0-3 of IDE controller 00:1f.1
Transparent bridge - Intel Corp. 82801BA/CA/DB/EB PCI Bridge
PCI: Discovered primary peer bus 08 [IRQ]
PCI: Using IRQ router PIIX [8086/24c0] at 00:1f.0
PCI: Found IRQ 11 for device 00:1f.1
PCI: Sharing IRQ 11 with 00:1d.2
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
VFS: Disk quotas vdquot_6.5.1
Journalled Block Device driver loaded
vesafb: framebuffer at 0xe8000000, mapped to 0xe080d000, size 3072k
vesafb: mode is 1024x768x16, linelength=2048, pages=9
vesafb: protected mode interface info at c000:541f
vesafb: scrolling: redraw
vesafb: directcolor: size=0:5:5:5, shift=0:10:5:0
Console: switching to colour frame buffer device 128x48
fb0: VESA VGA frame buffer device
pty: 512 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with HUB-6 MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI enabled
PCI: Found IRQ 11 for device 00:1f.6
PCI: Sharing IRQ 11 with 00:1f.5
PCI: Sharing IRQ 11 with 02:01.0
Real Time Clock Driver v1.10e
floppy0: no floppy controllers found
RAMDISK driver initialized: 16 RAM disks of 7777K size 1024 blocksize
loop: loaded (max 8 devices)
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH4: IDE controller at PCI slot 00:1f.1
PCI: Enabling device 00:1f.1 (0005 -> 0007)
PCI: Found IRQ 11 for device 00:1f.1
PCI: Sharing IRQ 11 with 00:1d.2
ICH4: chipset revision 2
ICH4: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xbfa0-0xbfa7, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xbfa8-0xbfaf, BIOS settings: hdc:DMA, hdd:pio
hda: MATSHITA CD-RW/DVD-ROM UJDA740, ATAPI CD/DVD-ROM drive
hdc: HITACHI_DK23EA-30, ATA DISK drive
blk: queue c03aa1d4, I/O limit 4095Mb (mask 0xffffffff)
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hdc: attached ide-disk driver.
hdc: host protected area => 1
hdc: 58605120 sectors (30006 MB) w/2048KiB Cache, CHS=58140/16/63, UDMA(100)
hda: attached ide-cdrom driver.
hda: ATAPI 24X DVD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.12
Partition check:
hdc: [PTBL] [3648/255/63] hdc1 hdc2 hdc3 < hdc5 hdc6 hdc7 >
SCSI subsystem driver Revision: 1.00
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
md: linear personality registered as nr 1
md: raid0 personality registered as nr 2
md: raid1 personality registered as nr 3
md: raid5 personality registered as nr 4
raid5: measuring checksumming speed
8regs : 2742.000 MB/sec
32regs : 1824.000 MB/sec
pIII_sse : 3140.000 MB/sec
pII_mmx : 2782.000 MB/sec
p5_mmx : 2698.800 MB/sec
raid5: using function: pIII_sse (3140.000 MB/sec)
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
LVM version 1.0.5+(22/07/2002)
Initializing Cryptographic API
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP: Hash tables configured (established 32768 bind 65536)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
FAT: bogus logical sector size 0
UMSDOS: msdos_read_super failed, mount aborted.
FAT: bogus logical sector size 0
FAT: bogus logical sector size 0
reiserfs: found format "3.6" with standard journal
reiserfs: checking transaction log (device ide1(22,6)) ...
for (ide1(22,6))
ide1(22,6):Using r5 hash to sort names
VFS: Mounted root (reiserfs filesystem) readonly.
Freeing unused kernel memory: 116k freed
Adding Swap: 248968k swap-space (priority -1)
NTFS driver v1.1.22 [Flags: R/O MODULE]
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 439M
agpgart: Detected an Intel(R) 845G, but could not find the secondary device. Assuming a non-integrated video card.
agpgart: Detected Intel(R) 845G chipset
agpgart: AGP aperture is 128M @ 0xe0000000
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
Linux Kernel Card Services 3.1.22
options: [pci] [cardbus] [pm]
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Intel PCIC probe: not found.
Databook TCIC-2 PCMCIA probe: not found.
PCI: Found IRQ 11 for device 02:04.0
PCI: Sharing IRQ 11 with 00:1d.0
PCI: Sharing IRQ 11 with 02:04.1
Yenta IRQ list 06f8, PCI irq11
Socket status: 30000086
cs: IO port probe 0x0c00-0x0cff: clean.
cs: IO port probe 0x0800-0x08ff: excluding 0x800-0x80f 0x828-0x84f 0x860-0x877 0x880-0x88f 0x898-0x89f 0x8a8-0x8cf 0x8e0-0x8ff
cs: IO port probe 0x0100-0x04ff: excluding 0x4d0-0x4d7
cs: IO port probe 0x0a00-0x0aff: clean.
ohci1394: $Rev: 1010 $ Ben Collins <bcollins@debian.org>
PCI: Found IRQ 11 for device 02:04.1
PCI: Sharing IRQ 11 with 00:1d.0
PCI: Sharing IRQ 11 with 02:04.0
ohci1394_0: OHCI-1394 1.1 (PCI): IRQ=[11] MMIO=[faffd800-faffdfff] Max Packet=[2048]
b44.c:v0.9 (Jul 14, 2003)
PCI: Found IRQ 11 for device 02:01.0
PCI: Sharing IRQ 11 with 00:1f.5
PCI: Sharing IRQ 11 with 00:1f.6
eth0: Broadcom 4400 10/100BaseT Ethernet 00:0b:db:18:ce:8f
ieee1394: Host added: ID:BUS[0-00:1023] GUID[374fc000004dc841]
PCI: Found IRQ 11 for device 00:1f.5
PCI: Sharing IRQ 11 with 00:1f.6
PCI: Sharing IRQ 11 with 02:01.0
PCI: Setting latency timer of device 00:1f.5 to 64
intel8x0: clocking to 48000
i810_rng: cannot disable RNG, aborting
i810_rng hardware driver 0.9.8 loaded
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
PCI: Found IRQ 11 for device 00:1d.7
PCI: Setting latency timer of device 00:1d.7 to 64
ehci_hcd 00:1d.7: Intel Corp. 82801DB USB2
ehci_hcd 00:1d.7: irq 11, pci mem e0cabc00
usb.c: new USB bus registered, assigned bus number 1
ehci_hcd 00:1d.7: enabled 64bit PCI DMA
PCI: 00:1d.7 PCI cache line size set incorrectly (0 bytes) by BIOS/FW.
PCI: 00:1d.7 PCI cache line size corrected to 16.
ehci_hcd 00:1d.7: USB 2.0 enabled, EHCI 1.00, driver 2003-Jun-19/2.4
hub.c: USB hub found
hub.c: 6 ports detected
uhci.c: USB Universal Host Controller Interface driver v1.1
PCI: Found IRQ 11 for device 00:1d.0
PCI: Sharing IRQ 11 with 02:04.0
PCI: Sharing IRQ 11 with 02:04.1
PCI: Setting latency timer of device 00:1d.0 to 64
uhci.c: USB UHCI at I/O 0xbf80, IRQ 11
usb.c: new USB bus registered, assigned bus number 2
hub.c: USB hub found
hub.c: 2 ports detected
PCI: Found IRQ 11 for device 00:1d.1
PCI: Setting latency timer of device 00:1d.1 to 64
uhci.c: USB UHCI at I/O 0xbf40, IRQ 11
usb.c: new USB bus registered, assigned bus number 3
hub.c: USB hub found
hub.c: 2 ports detected
PCI: Found IRQ 11 for device 00:1d.2
PCI: Sharing IRQ 11 with 00:1f.1
PCI: Setting latency timer of device 00:1d.2 to 64
uhci.c: USB UHCI at I/O 0xbf20, IRQ 11
usb.c: new USB bus registered, assigned bus number 4
hub.c: USB hub found
hub.c: 2 ports detected
b44: eth0: Link is down.
hub.c: new USB device 00:1d.0-1, assigned address 2
usb.c: USB device 2 (vend/prod 0x923/0x10f) is not claimed by any active driver.hub.c: new USB device 00:1d.1-1, assigned address 2
usb.c: USB device 2 (vend/prod 0x3f0/0x1204) is not claimed by any active driver.
b44: eth0: Link is up at 100 Mbps, full duplex.
b44: eth0: Flow control is off for TX and off for RX.
usb.c: registered new driver usblp
printer.c: usblp0: USB Bidirectional printer dev 2 if 0 alt 1 proto 2 vid 0x03F0 pid 0x1204
printer.c: v0.11: USB Printer Device Class driver
lp: driver loaded but no devices found
ISO 9660 Extensions: Microsoft Joliet Level 3
ISO 9660 Extensions: RRIP_1991A

Last edited by NetRyder; 12-12-2003 at 06:02 AM.
 
Old 12-12-2003, 10:03 AM   #3
matt3333
Member
 
Registered: Dec 2002
Location: Winnipeg, Manitoba, Canada
Distribution: Slackware
Posts: 371

Rep: Reputation: 30
Ya im getting the exact some problem with my cd-r drive. But its seeing it as /dev/hdd i also have a digital camera which is mounted /dev/sda1. Instead of trying to mount the cd-r as /dev/scd0 i tried /dev/sda. And nothing working. hmm i installed slackware with the burner because its faster than my normal cdrom drive so right now its mount as /dev/cdrom. Please Help me out with this i recently download gtoaster and i need scsi emulation inorder to use this program. Before i used xcdroaster, but i cant convert from mp3 to wav to make a audio cd. Its very confusing program to use i know other people will disagree with me but thats my option. Anyways Please give US a hand with this. I have ide-scsi loaded as well in my lsmod and i added modprobe ide-scsi to /etc/rc.d/rc.local so it will start up everytime. But still not working.. Thanx for your Help

Matt3333
 
Old 12-12-2003, 03:11 PM   #4
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
Quote:
Any ideas on how I can get this to work?
This is a guess for the block device: - try

/dev/sr0

(sr0= sr"zero")

ie

/dev/sr0 /mnt/cdrom auto noauto,user,ro 0 0
 
Old 12-12-2003, 03:28 PM   #5
tipaul
Member
 
Registered: Apr 2003
Location: Laval, Quebec, Canada
Distribution: Ubuntu
Posts: 121

Rep: Reputation: 15
scd0 vs sr0

My system is configured with DVDreader and CDRW drives under ide-scsi...

They happend to be created as /dev/sr0 and sr1 !!!

don't know why I haven't got the scdx device!!!?????

BTW, You put your CDRW drive on primary/master bus?!!!
 
Old 12-12-2003, 03:55 PM   #6
timdsmith
Member
 
Registered: Nov 2003
Location: The Colony, TX
Distribution: Slackware, Debian Etch, FreeBSD, MicroSh*t free.
Posts: 209

Rep: Reputation: 30
Re: Slack 9.1: IDE-SCSI not working

[QUOTE]Originally posted by NetRyder


append="hda=ide-scsi"

[QUOTE]

That's enabling SCSI emulation on your primary master.

You need to know where your cd burner is hooked up. For example,
If it's your primary slave, it would read:
append="hdb=ide-scsi"

Secondary master would be:
append="hdc=ide-scsi"

Secondary slave would be:
append="hdd=ide-scsi"
 
Old 12-12-2003, 06:00 PM   #7
matt3333
Member
 
Registered: Dec 2002
Location: Winnipeg, Manitoba, Canada
Distribution: Slackware
Posts: 371

Rep: Reputation: 30
Ok YAYAYYA i got it working. This is what i did so you know how to get it working (i never tested it yet but im pretty sure it will work) ok make sure u add append like this and change accoradinaly?? lol ok here it is:

Quote:
# LILO configuration file

# generated by 'liloconfig'
#
# Start LILO global section
append="hdd=ide-scsi"
boot = /dev/hda
message = /boot/boot_message.txt
prompt
timeout = 1200
# Override dangerous defaults that rewrite the partition table:
change-rules
reset
# VESA framebuffer console @ 1024x768x256
vga = 773
Then i rebooted checked dmesg reliezed it worked cuz it said ide-scsi emulation for hdd at sr0 so then i went into my fstab and changed apporitaltly. Good Luck i hope it works for u!!1

Matt3333
 
Old 12-13-2003, 01:15 PM   #8
Rodrin
Member
 
Registered: May 2003
Location: Upstate NY, U.S.
Distribution: Slackware
Posts: 248

Rep: Reputation: 31
NetRyder, I have noticed that the append line in your lilo.conf file has to be in the right place or it doesn't work. You could try putting it the same place as Matt3333 has it. That is where I've always put it to get it to work, right before the boot line.

You could also burn CD's using the drive as an ATAPI device. You just need to tell cdrecord to look for it, since it does not scan for these devices by default:

cdrecord -scanbus dev=ATAPI:

and then to burn a disc:

cdrecord -v -eject dev=ATAPI:0,0,0 cdimage.iso

using of course whatever device address it actually turns out to be and including the options you need for the type of disc you are actually burning.
 
Old 12-13-2003, 06:17 PM   #9
mipia
Member
 
Registered: May 2003
Location: lake michigan
Distribution: Debian, Mint, Slackware
Posts: 457

Rep: Reputation: 35
ORIGINALY FROM J.W. in another thread. Worked for me with no problem:



1. Verify this line is in /etc/lilo.conf: append="hdc=ide-scsi"

2. Verify this line is in /etc/rc.d/rc.modules and is uncommented: /sbin/modprobe ide-scsi

3. As root, run: cat /proc/scsi/scsi (The CD-RW should be listed)

4. Edit /etc/fstab, adding this line: /dev/scd0 /mnt/scd0 iso9660 noauto,users 0 0

5. Run the following as root:
mkdir /mnt/scd0
cd /dev
rm cdrom
ln -s /dev/scd0 /dev/cdrom
chmod 666 /dev/scd0

6. To make various CD programs available universally, run:
chmod u+s /usr/bin/cdrecord
chmod u+s /usr/bin/mkisofs
chmod u+s /usr/bin/cdparanoia

-- J.W.
 
Old 12-17-2003, 10:50 PM   #10
NetRyder
LQ Newbie
 
Registered: Aug 2003
Location: California
Distribution: Slackware 9.1
Posts: 14

Original Poster
Rep: Reputation: 0
Thanks so much for all the responses, everyone!

I'm out of town right now, so I'm not able to access the internet regularly. Sorry I couldn't check your responses and respond earlier. I'll try everything that has been suggested so far and post my results the next time I get a chance to connect.
 
Old 12-17-2003, 10:52 PM   #11
NetRyder
LQ Newbie
 
Registered: Aug 2003
Location: California
Distribution: Slackware 9.1
Posts: 14

Original Poster
Rep: Reputation: 0
And yes, the CD-RW drive is connected as the primary master. Don't ask me why. It's a Dell laptop...Inspiron 5100, so yes...it should be /dev/hda
 
Old 12-19-2003, 04:19 AM   #12
NetRyder
LQ Newbie
 
Registered: Aug 2003
Location: California
Distribution: Slackware 9.1
Posts: 14

Original Poster
Rep: Reputation: 0
Alright, I gave it a shot yesterday, and it's all working now.
The problem was the position of the "append" line in the lilo.conf file. I just had to place it before the "boot" line, and run /sbin/lilo

Thanks a lot for the help and suggestions, everyone.
 
Old 12-23-2003, 02:05 AM   #13
duncanbojangles
Member
 
Registered: Jul 2003
Posts: 34

Rep: Reputation: 15
Hey guys, I successfully set up scsi emulation a few months ago so I could get my CD burner to work. I also set up my normal CD ROM with scsi emulation so I could make direct copies of CD's without temp ISO files. I had one problem, though. Once it was set up with scsi emulation, I could no longer play audio CD's. I tried all sorts of different players and wierd mount-ing commands, but to no avail. I had the "append" line at the end of my lilo.conf file, and it worked. (That's where the help file on justlinux.com said to put it ) I've moved the line to the spot right before the "boot" line is in lilo.conf, but I was wondering, is this how I should fix my problem? Also, is this the correct way to use scsi emulation for two devices: append = "hdd=ide-scsi hdc=ide-scsi" . Thanks in advance! PS. Haven't rebooted yet, don't know if it worked or not. Too lazy to reboot.
 
Old 12-23-2003, 03:58 AM   #14
duncanbojangles
Member
 
Registered: Jul 2003
Posts: 34

Rep: Reputation: 15
Okay, not sure what I've done... but it works! ...In Gnome-CD. I was kinda hoping to get it working with XMMS, but I guess I'll live. Kinda disappointed, though. Can anyone tell me how I might set up either my box or XMMS to recognize audio CD's? I appreciate all the help everyone gave the original poster ... Thanks! it helped me too! Now just imagine how many people you've affected with all of your other posts ...
 
Old 12-23-2003, 04:06 AM   #15
duncanbojangles
Member
 
Registered: Jul 2003
Posts: 34

Rep: Reputation: 15
Okay, I think I know what it might have been... links! I "ln -s"'ed /dev/scd0 to dev/cdrom. Works in Gnome-CD, still no go in XMMS, although I think it might have to be the CDplayer plugin for XMMS and the directory where it looks. I'll keep working on it, but help would be greatly appreciated.
 
  


Reply



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
GRUB or LILO boot to SCSI drive on SCSI system w/ IDE card mkl838 Linux - General 1 03-06-2005 09:01 PM
do i need a kernel with scsi support to get a ide cd-rw working? Necronomicom Linux - Newbie 4 08-19-2004 06:02 AM
SCSI tape, slack 9.1 not working odious1 Linux - Hardware 2 01-03-2004 08:25 AM
bad dmesg output when using ide-scsi boot parameter for IDE CD/DVD-ROM Locura Slackware 7 09-29-2003 02:36 AM
ide CDRW problems under ide-scsi jwbrownuk Linux - Hardware 3 04-30-2003 12:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:25 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