| |
11-29-2005
|
#1 (permalink)
| | Linux User
Join Date: Sep 2005 Location: Tasmania, australia
Posts: 274
| Wanting scsi cd drive to work (again) Here is the last topic on it http://www.linuxforums.org/forum/topic-60805.html
what bubo said didnt work, it just kinda stuffed up my cd drive, now when mounting my normal ide cd drive i need to go
mount -t iso9660 /dev/sr0 /mnt/cdrom
before all i had to do was mount /dev/cdrom /mnt/cdrom
i got rid of the extra stuff in lilo.conf and it still does it =(, so my final question, is it even possible to get the cd drive working at all? or should i just forget it |
|
|
11-29-2005
|
#2 (permalink)
| | Linux Enthusiast
Join Date: Jun 2005
Posts: 668
| you never told us the soundcard
are we supposed to guess it? |
| |
11-30-2005
|
#3 (permalink)
| | Linux User
Join Date: Sep 2005 Location: Tasmania, australia
Posts: 274
| its a future domain, something something, meh im not real helpful |
| |
11-30-2005
|
#4 (permalink)
| | Linux Newbie
Join Date: Aug 2004 Location: Malvern, UK
Posts: 132
| Sorry GMP, my bad.
I didn't RTFQ properly. Quote: |
I have a normal IDE cd drive as hdc, and when i try to mount my scsi drive it just says "/dev/sr0 is not a valid block device
| To put things back how they were just remove the Code: append="hdc=ide-scsi"
from lilo.conf. Then run again to save the settings, then reboot. Your IDE cd-rom should then be back as /dev/cdrom or whatever it was before. You may need to check your fstab settings after this just to make sure all the changes have been seen correctly.
As for your scsi soundcard/cd I agree with kern that it is likely to need a module loading. You need to start by establishing the make and model, then post that so that we can see what we are dealing with.
Running then posting the output along with that of may be a useful start.
Regards
Bubo
__________________
My Computer Once Beat Me at Chess, but it is No Match for Me at Kickboxing !
Registered Linux User: #417183
|
| |
11-30-2005
|
#5 (permalink)
| | Linux Enthusiast
Join Date: Jun 2005
Posts: 668
| I did say he didn't need ide-scsi emulation. |
| |
11-30-2005
|
#6 (permalink)
| | Linux Newbie
Join Date: Aug 2004 Location: Malvern, UK
Posts: 132
| Kern
I know, the typing fingers engaged before the brain was properly configured I think
Don't make me feel any worse than I do already !!!!
Bubo
__________________
My Computer Once Beat Me at Chess, but it is No Match for Me at Kickboxing !
Registered Linux User: #417183
|
| |
12-02-2005
|
#7 (permalink)
| | Linux User
Join Date: Sep 2005 Location: Tasmania, australia
Posts: 274
| Thanks, Bubo and kern for you replies here is he output of lspci Code: 00:00.0 Host bridge: Silicon Integrated Systems [SiS] 620 Host (rev 02)
00:00.1 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
00:01.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C503/5513 (LPC Bridge) (rev b1)
00:01.1 Class ff00: Silicon Integrated Systems [SiS] ACPI
00:01.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 11)
00:02.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge ( AGP)
00:09.0 Communication controller: Agere Systems V.92 56K WinModem (rev 02)
00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139 C+ (rev 10)
00:0d.0 Ethernet controller: Accton Technology Corporation SMC2-1211TX (rev 10)
00:0f.0 Multimedia audio controller: ESS Technology ES1969 Solo-1 Audiodrive (re v 01)
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 530/620 PCI/ AGP VGA Display Adapter (rev 2a)
and lsmod Code: Module Size Used by Not tainted
snd-pcm-oss 36736 0
snd-mixer-oss 12376 0 [snd-pcm-oss]
parport_pc 15044 1 (autoclean)
lp 6404 0 (autoclean)
parport 22824 1 (autoclean) [parport_pc lp]
usb-ohci 19368 0 (unused)
usbcore 59148 1 [usb-ohci]
8139too 13928 2
mii 2272 0 [8139too]
crc32 2880 0 [8139too]
snd-es1938 10980 0
gameport 1420 0 [snd-es1938]
snd-pcm 54344 0 [snd-pcm-oss snd-es1938]
snd-opl3-lib 5860 0 [snd-es1938]
snd-hwdep 4352 0 [snd-opl3-lib]
snd-timer 13764 0 [snd-pcm snd-opl3-lib]
snd-mpu401-uart 3136 0 [snd-es1938]
snd-rawmidi 12480 0 [snd-mpu401-uart]
snd-seq-device 3812 0 [snd-opl3-lib snd-rawmidi]
snd 32772 0 [snd-pcm-oss snd-mixer-oss snd-es1938 snd-pcm snd-opl3-lib snd-hwdep snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device]
snd-page-alloc 4712 0 [snd-mixer-oss snd-pcm snd-hwdep snd-timer snd-rawmidi snd-seq-device snd]
soundcore 3396 6 [snd]
pcmcia_core 39172 0
ide-scsi 9392 0
agpgart 45508 0 (unused)
i hope you can make sense of that  |
| |
12-02-2005
|
#8 (permalink)
| | Linux User
Join Date: Sep 2005 Location: Tasmania, australia
Posts: 274
| oops, double post, my bad  |
| |
12-02-2005
|
#9 (permalink)
| | Linux Enthusiast
Join Date: Jun 2005
Posts: 668
| well your sound card drivers are loaded fine
can we have your dmesg output too please.
maybe its the case the driver for that sound card just doesnt support the SCSI part of it.
if thats the case you can buy a replacement adaptect scsi 1 cdrom card for about £10 on ebay.
thats what I use for all of my scsi cdroms (no ide) and it works great.
its possible at least the driver doesnt support it , but the 'dmesg' output will help. |
| |
12-03-2005
|
#10 (permalink)
| | Linux User
Join Date: Sep 2005 Location: Tasmania, australia
Posts: 274
| Oki Code: Linux version 2.4.31 (root@tree) (gcc version 3.3.5) #23 Sun Jun 5 19:20:51 PDT 2005
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 0000000007bf0000 (usable)
BIOS-e820: 0000000007bf0000 - 0000000007bf3000 (ACPI NVS)
BIOS-e820: 0000000007bf3000 - 0000000007c00000 (ACPI data)
BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
123MB LOWMEM available.
On node 0 totalpages: 31728
zone(0): 4096 pages.
zone(1): 27632 pages.
zone(2): 0 pages.
Kernel command line: BOOT_IMAGE=Linux ro root=1643
Initializing CPU#0
Detected 366.701 MHz processor.
Console: colour dummy device 80x25
Calibrating delay loop... 730.72 BogoMIPS
Memory: 121956k/126912k available (1998k kernel code, 4568k reserved, 745k data, 140k init, 0k highmem)
Dentry cache hash table entries: 16384 (order: 5, 131072 bytes)
Inode cache hash table entries: 8192 (order: 4, 65536 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 4096 (order: 2, 16384 bytes)
Page-cache hash table entries: 32768 (order: 5, 131072 bytes)
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 128K
CPU: After generic, caps: 0183f9ff 00000000 00000000 00000000
CPU: Common caps: 0183f9ff 00000000 00000000 00000000
CPU: Intel Celeron (Mendocino) stepping 05
Enabling fast FPU save and restore... 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 0xfb640, last bus=1
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Using IRQ router SIS5595 [1039/0008] at 00:01.0
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 0xe4000000, mapped to 0xc880d000, size 1536k
vesafb: mode is 1024x768x8, linelength=1024, pages=4
vesafb: protected mode interface info at c787:0000
vesafb: scrolling: redraw
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
ttyS00 at 0x03f8 (irq = 4) is a 16550A
Real Time Clock Driver v1.10f
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
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
SIS5513: IDE controller at PCI slot 00:00.1
SIS5513: chipset revision 208
SIS5513: not 100% native mode: will probe irqs later
SIS5513: SiS620 ATA 66 controller
ide0: BM-DMA at 0x4000-0x4007, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0x4008-0x400f, BIOS settings: hdc:DMA, hdd:DMA
hda: Maxtor 90648D3, ATA DISK drive
blk: queue c0400460, I/O limit 4095Mb (mask 0xffffffff)
hdc: Pioneer DVD-ROM ATAPIModel DVD-103S 011, ATAPI CD/DVD-ROM drive
hdd: ST340014A, ATA DISK drive
blk: queue c04009f0, I/O limit 4095Mb (mask 0xffffffff)
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: attached ide-disk driver.
hda: host protected area => 1
hda: 12656448 sectors (6480 MB) w/512KiB Cache, CHS=787/255/63, UDMA(33)
hdd: attached ide-disk driver.
hdd: host protected area => 1
hdd: setmax_ext LBA 78165360, native 66055248
hdd: 66055248 sectors (33820 MB) w/2048KiB Cache, CHS=4111/255/63, UDMA(33)
hdc: attached ide-cdrom driver.
hdc: ATAPI DVD-ROM drive, 512kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.12
Partition check:
hda: hda1
hdd: [DM6:MBR] [4111/255/63] hdd1 hdd2 < hdd5 > hdd3
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
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 : 606.800 MB/sec
32regs : 349.200 MB/sec
pII_mmx : 830.400 MB/sec
p5_mmx : 864.400 MB/sec
raid5: using function: p5_mmx (864.400 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.8(17/11/2003)
Initializing Cryptographic API
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 8192 bind 16384)
Linux IP multicast router 0.06 plus PIM-SM
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 140k freed
Adding Swap: 289128k swap-space (priority -1)
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 90M
agpgart: Detected SiS 620 chipset
agpgart: AGP aperture is 64M @ 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 ISA PCIC probe: not found.
Databook TCIC-2 PCMCIA probe: not found.
ds: no socket drivers loaded!
PCI: Found IRQ 3 for device 00:0f.0
8139too Fast Ethernet driver 0.9.26
PCI: Found IRQ 10 for device 00:0b.0
eth0: RealTek RTL8139 at 0xc8a28000, 00:20:18:8c:e9:00, IRQ 10
eth0: Identified 8139 chip type 'RTL-8139A'
PCI: Found IRQ 5 for device 00:0d.0
eth1: RealTek RTL8139 at 0xc8a2a000, 00:00:e8:83:f5:0d, IRQ 5
eth1: Identified 8139 chip type 'RTL-8139A'
eth0: link down
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb-ohci.c: USB OHCI at membase 0xc8a42000, IRQ 9
usb-ohci.c: usb-00:01.2, Silicon Integrated Systems [SiS] USB 1.0 Controller
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 2 ports detected
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
shpchp: shpc_init : shpc_cap_offset == 0
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: PCI Express Hot Plug Controller Driver version: 0.5
uhci.c: USB Universal Host Controller Interface driver v1.1
usb-uhci.c: $Revision: 1.275 $ time 18:53:41 Jun 5 2005
usb-uhci.c: High bandwidth mode enabled
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
parport0: PC-style at 0x378 [PCSPP,TRISTATE,EPP]
lp0: using parport0 (polling).
eth1: link up, 100Mbps, full-duplex, lpa 0x41E1
ISO 9660 Extensions: Microsoft Joliet Level 3
ISO 9660 Extensions: RRIP_1991A
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Linear Mode |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |