Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Dec 1999 23:11:16 -0600
From:      "Daniel Schrock" <djab@enteract.com>
To:        "Ryan Thompson" <ryan@sasknow.com>
Cc:        <freebsd-questions@freebsd.org>
Subject:   Re: CD question
Message-ID:  <006b01bf46ba$d23f7a20$0200a8c0@olivia>
References:  <Pine.BSF.4.10.9912131544450.67794-100000@sasknow.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Ryan!
Thank you very much for your detailed response.  You have given me a lot to
check.
Being an extreme newbie, I included what I thought would be necessary, but I
can definitely understand why you would need more.

Here goes (please try to excuse any minor typos (hopefully there will be
none!) as my FreeBSD box is not online, so I have to type all this on my
Windows box....yea...there probably is a an easier way, but like I
said...I'm a newbie- I'm not sure how to make it easier.
anyway...here goes...

>Make sure that you did NOT remove acd. :-)  As you are, by self-admission,
a newbie, I'm assuming you did NOT build a new kernel, but merely went
through the visual config at bootup, right?

correct...visual config...I did not build a new kernel...I did not remove
acd though, made sure of that one.

>Please include your FULL dmesg output; in particular, you haven't included
any output from the acd detection phase ....

dmesg | more      --complete output--after trying to mount cdrom (see below
dmesg)

--copyright omitted
FreeBSD ver. 3.3- Release #0: Thu Sep 16 23:40:35 GMT 1999
-- address and path omitted
Timecounter "i8254" frequency 1193182 Hz
CPU: Celeron (434.32-MHz 686-class CPU)
    Origin = "GenuineIntel"  Id = 0x665  Stepping = 5
    --features omitted
real memory = 67108864 (65536K bytes)
config> di psm0
config> di zp0
config> di ze0
config> di lnc0
config> di le0
config> di ie0
config> di fe0
config> di ex0
config> di ep0
config> di ed0
config> di cs0
config> di wt0
config> di scd0
config> di mcd0
config> di matchcd0
config> di bt0
config> di aha0
config> di adv0
config> q
avail memory = 61628426 (60184K bytes)
preloaded elf kernel "kernel" at 0xc0379000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc037909c.
Pentium Pro MTRR support enabled
Probing for devices on PCI bus 0:
chip0: <Intel 82443BX host to PCI bridge> rev 0x03 on pci0.0.0
chip1: <Intel 82443BX host to AGP bridge> rev 0x03 on pci0.1.0
chip2: <Intel 82371AB PCI to ISA bridge> rev 0x02 on pci0.7.0
--pn0: ethernet info omitted
--pn0: ethernet info omitted
--pn0: ethernet info omitted
--pn1: ethernet info omitted
--pn1: ethernet info omitted
--pn1: ethernet info omitted
Probing for devices on PCI bus 1:
vga0: <ATI model 4742 graphics accelerator> rev 0x5c on pci1.0.0
Probing for PnP devices:
Probing for devices on the ISA bus:
sc0 on isa
sc0: VGA color <16 virtual consoles, flags=0x0>
atkbdc0 at 0x60-0x6f on motherboard
atkbd0 irq 1 on isa
sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa
sio0: type 16550a
sio1 at 0x2f8-0x2ff irq 3 on isa
sio1: type 16550a
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1.44 3.5in
wdc at 0x1f0-0x1f7 irq 14 on isa
wdc0: unit 0 (wdo): <Maxtor 90871U2>
wd0: 8297MB (16992864 sectors), 16858 cyls, 16 heads,  63 S/T, 512 B/S
wdc1 at 0x170-0x177 irq 15 on isa
wdc1: unit 0 (atapi): <WPI CDS-32X/ERe  2.0>, removable, dma, iordy
ppc0 at 0x378 irq 7 flags 0x40 on isa
ppc0: Generic shipset (NIBBLE-only) in COMPATIBLE mode
lpt0: <generic printer> on ppbus 0
lpt0: Interrupt-driven port
ppi0: <generic parallel i/o> on ppbus 0
plip0: <PLIP network interface on ppbus 0
vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa
npx0 on motherboard
npx0: INT 16 interface
changing root device to wd0s1a
acd0: read_toc failed
acd0: read_toc failed

----end---
This was done after trying to mount the cdrom, per someone's suggestion to
boot with the disc in as a work around, using:

mount -t cd9660 /dev/acd0a /cdrom


>Hmm... Are you sure it's on /dev/acd0c, and not acd0a?  Couldn't hurt to
>verify that.

Both acd0a and acd0c have failed....


>Also, one common snag people run in to is using incorrect jumper settings
>or cable positions when trying to fire up their CD-ROM drives.

The drive is alone on the secondary IDE channel, so I will try changing the
jumper and send you an update on the result.


>Right.  Again, please include more complete information.  Those are just
>symlinks to actual devices, so you haven't really shown me anything there
>:-) Send me the result of `ls -la /dev/wcd* /dev/acd*`.

result of `ls -la /dev/wcd* /dev/acd*`

brw-r-----  1 root  operator        19,        0 Dec 14 21:52  /dev/acd0a
brw-r-----  1 root  operator        19,        2 Dec 14 21:52  /dev/acd0c
lrwxrwxr-x   1 root    wheel                      5 Dec 14 21:52
/dev/wcd0a -> acd0a
lrwxrwxr-x   1 root    wheel                      5 Dec 14 21:52
/dev/wcd0c -> acd0c



>> During install, everything was read from it just fine, saying blah, blah,
>> blah read from acd0 @ such and such k/sec.

>Okay... That's a good sign, then.  I'd check your /dev tree more carefully
>and try `sh MAKEDEV acd0`.

/dev lists both acd0a and acd0c

sh MAKEDEV acd0 produced no result


Hopefully this will give something to work with.

Thank you very much for taking the time help out a newbie.  It is greatly
appreciated.
As you could see I have 2 NICs, this is routing a DSL connection to my LAN.
The modem was delivered today, and NorthPoint is doing the wiring in the
next few days.  That will be another interesting problem, but I don't even
want to think about it yet.

Thanks again, Ryan.

Daniel Schrock
djab@enteract.com


----- Original Message -----
From: Ryan Thompson <ryan@sasknow.com>
To: Daniel Schrock <djab@enteract.com>
Cc: <freebsd-questions@freebsd.org>
Sent: Monday, December 13, 1999 4:45 PM
Subject: Re: CD question



--original message omitted due to size--



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?006b01bf46ba$d23f7a20$0200a8c0>