begging.. .(Excluded IRQ3, using IRQ9 now, but still not OK)

1999-10-10 Thread John Miskinis

Hello,

While waiting for my post to show up, I digged a little
deeper, and found that irq3 was not being excluded by
PCMCIA.  I excluded IRQ3 and IRQ5 (which it
picked up sometimes, but states it is wrong) and it now
uses IRQ9 like it does when running windows 95.

The dmesg output is included below, and looks
better, but I can still not access the /dev/sr0
device, it says the special device does not
exist when I try mount /dev/sr0 /mnt.

And, according to /var/run/stab, both sockets
are empty.

Am I missing something simple?  Am I close?

(dmesg output)

Memory: sized by int13 088h
Console: 16 point font, 400 scans
Console: colour VGA+ 80x25, 1 virtual console (max 63)
pcibios_init : BIOS32 Service Directory structure at 0x000fd870
pcibios_init : BIOS32 Service Directory entry at 0xfd880
pcibios_init : PCI BIOS revision 2.10 entry at 0xfd8c0
Probing PCI hardware.
Calibrating delay loop.. ok - 53.04 BogoMIPS
Memory: 22748k/24576k available (728k kernel code, 384k reserved, 716k data)
Swansea University Computer Society NET3.035 for Linux 2.0
NET3: Unix domain sockets 0.13 for Linux NET3.035.
Swansea University Computer Society TCP/IP for NET3.034
IP Protocols: IGMP, ICMP, UDP, TCP
VFS: Diskquotas version dquot_5.6.0 initialized
Checking 386/387 coupling... Ok, fpu using exception 16 error reporting.
Checking 'hlt' instruction... Ok.
Intel Pentium with F0 0F bug - workaround enabled.
alias mapping IDT readonly ...  ... done
Linux version 2.0.36 ([EMAIL PROTECTED]) (gcc version 2.7.2.3) #1 Sun Feb 21 
18:29:09 EST 1999

Starting kswapd v 1.4.2.2
Real Time Clock Driver v1.09
tpqic02: Runtime config, $Revision: 0.4.1.5 $, $Date: 1994/10/29 02:46:13 $
tpqic02: DMA buffers: 20 blocks, at address 0x1f0400 (0x1f037c)
Ramdisk driver initialized : 16 ramdisks of 4096K size
loop: registered device at major 7
hda: IBM-DTNA-22110, 2016MB w/96kB Cache, CHS=1024/64/63
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Floppy drive(s): fd0 is 1.44M
FDC 0 is a National Semiconductor PC87306
md driver 0.36.3 MAX_MD_DEV=4, MAX_REAL=8
Partition check:
hda: hda1 hda2  hda5 hda6 
VFS: Mounted root (ext2 filesystem) readonly.
Adding Swap: 50364k swap-space (priority -1)
Serial driver version 4.13 with no serial options enabled
tty00 at 0x03f8 (irq = 4) is a 16550A
tty01 at 0x02f8 (irq = 3) is a 16550A
Linux PCMCIA Card Services 3.0.5
 kernel build: 2.0.36 unknown
 options:  [pci] [cardbus]
Intel PCIC probe:
 Cirrus PD6729 PCI at port 0x3e0 ofs 0x00, 2 sockets
   host opts [0]: [ring] [1/6/8] [1/20/8]
   host opts [1]: [ring] [1/6/8] [1/20/8]
   ISA irqs (default) = 3,4,5,7,9,10,11,12 status change on irq 11
cs: IO port probe 0x1000-0x17ff: excluding 0x15e8-0x15ef
cs: IO port probe 0x0100-0x04ff: excluding 0x220-0x22f 0x268-0x26f 
0x330-0x337 0x388-0x38f 0x3b8-0x3e7 0x4d0-0x4d7

cs: IO port probe 0x0a00-0x0aff: clean.
cs: memory probe 0x0d-0x0d: clean.
aha152x: processing commandline: ok
aha152x: BIOS test: passed, detected 1 controller(s)
aha152x0: vital data: PORTBASE=0x100, IRQ=9, SCSI ID=7, reconnect=enabled, 
parity=enabled, synchronous=disabled, delay=100, extended 
translation=disabled

aha152x: trying software interrupt, ok.
scsi0 : Adaptec 152x SCSI driver; $Revision: 1.18 $
scsi : 1 host.
 Vendor: JVC   Model: XR-W2040  Rev: 1.12
 Type:   CD-ROM ANSI SCSI revision: 02
Detected scsi CD-ROM sr0 at scsi0, channel 0, id 3, lun 0
scsi0 channel 0 : resetting for second half of retries.
SCSI bus is being reset for host 0 channel 0.
PS/2 auxiliary pointing device detected -- driver installed.


__
Get Your Private, Free Email at http://www.hotmail.com


Re: begging.. .(Excluded IRQ3, using IRQ9 now, but still not OK)

1999-10-10 Thread Wouter Hanegraaff
On Sat, Oct 09, 1999 at 06:10:31PM -0700, John Miskinis wrote:
 Hello,
 
 While waiting for my post to show up, I digged a little
 deeper, and found that irq3 was not being excluded by
 PCMCIA.  I excluded IRQ3 and IRQ5 (which it
 picked up sometimes, but states it is wrong) and it now
 uses IRQ9 like it does when running windows 95.
 
 The dmesg output is included below, and looks
 better, but I can still not access the /dev/sr0
 device, it says the special device does not
 exist when I try mount /dev/sr0 /mnt.
On my slink system, /dev/sr0 is simply a link to /dev/scd0
Do /dev/sr0 and /dev/scd0 exist on your system?

If not, create the scdX devices with MAKEDEV, link sr0 to scd0 and try again.

I recall I had to manually create sr0, and I'm not sure about whether I had
to create the scdX devices. 

HTH,

Wouter.


Re: begging.. .(Excluded IRQ3, using IRQ9 now, but still not OK)

1999-10-10 Thread Martin Fluch
On Sat, 9 Oct 1999, John Miskinis wrote:

 The dmesg output is included below, and looks
 better, but I can still not access the /dev/sr0
 device, it says the special device does not
 exist when I try mount /dev/sr0 /mnt.
 
 And, according to /var/run/stab, both sockets
 are empty.
 
 Am I missing something simple?  Am I close?
 
 (dmesg output)

Can you post the xconsole output, e.g. wait with the insertion of the card
until the system has booted (so that the natural traffic of
messages while booting won't burry the interesting ones :-) and then
insert the card and look at the xconsole output...

Martin

-- 
If the box says 'Windows 95 or better', it should run on Linux, right?
   - anonymous

For public PGP-key: finger [EMAIL PROTECTED]




Re: begging.. .(Excluded IRQ3, using IRQ9 now, but still not OK)

1999-10-10 Thread Sven Esbjerg
On Sat, Oct 09, 1999 at 06:44:31PM -0700, John Miskinis wrote:
 PCMCIA.  I excluded IRQ3 and IRQ5 (which it
 picked up sometimes, but states it is wrong) and it now
 uses IRQ9 like it does when running windows 95.
Good idea.

 ISA irqs (default) = 3,4,5,7,9,10,11,12 status change on irq 11
ISA irq's? Try forcing your BIOS to use irq 9 for PCI only. I believe that the
pcmcia card works on the PCI bus (someone correct me if I'm wrong).

 aha152x: BIOS test: passed, detected 1 controller(s)
 aha152x0: vital data: PORTBASE=0x100, IRQ=9, SCSI ID=7, reconnect=enabled, 
 parity=enabled, synchronous=disabled, delay=100, extended 
 translation=disabled
 aha152x: trying software interrupt, ok.
 scsi0 : Adaptec 152x SCSI driver; $Revision: 1.18 $
 scsi : 1 host.
   Vendor: JVC   Model: XR-W2040  Rev: 1.12
   Type:   CD-ROM ANSI SCSI revision: 02
 Detected scsi CD-ROM sr0 at scsi0, channel 0, id 3, lun 0
 scsi0 channel 0 : resetting for second half of retries.
Ressetting means it's cleaning the SCSI-bus aka your device is not responding.

About making /dev/sr0. All devices has a major and a minor mode. These should
be listed somewhere in the documentation. You can make the major and minor
modes with 'mknod'. Try 'man mknod' for further information.

Good luck
Sven Esbjerg


Re: begging.. .(Excluded IRQ3, using IRQ9 now, but still not OK)

1999-10-10 Thread Martin Fluch
On Sun, 10 Oct 1999, Sven Esbjerg wrote:

 About making /dev/sr0. All devices has a major and a minor mode. These should
 be listed somewhere in the documentation. You can make the major and minor
 modes with 'mknod'. Try 'man mknod' for further information.

/usr/src/linux/Documentation/devices.txt

Martin

-- 
If the box says 'Windows 95 or better', it should run on Linux, right?
   - anonymous

For public PGP-key: finger [EMAIL PROTECTED]


Re: begging.. .(Excluded IRQ3, using IRQ9 now, but still not OK)

1999-10-10 Thread Jean-Yves BARBIER
On Sat, Oct 09, 1999 at 06:44:31PM -0700, John Miskinis wrote:
 Hello,
 ..
 scsi : 1 host.
   Vendor: JVC   Model: XR-W2040  Rev: 1.12
   Type:   CD-ROM ANSI SCSI revision: 02
 Detected scsi CD-ROM sr0 at scsi0, channel 0, id 3, lun 0
 scsi0 channel 0 : resetting for second half of retries.
 SCSI bus is being reset for host 0 channel 0.
 PS/2 auxiliary pointing device detected -- driver installed.

Try mount /dev/scd0 /mnt instead, it should work.. better.

JY
-- 
Jean-Yves F. Barbier [EMAIL PROTECTED]
 Are [Linux users] lemmings collectively jumping off of the cliff of
reliable, well-engineered commercial software?
(By Matt Welsh)