← Back to team overview

sslug-teknik team mailing list archive

Scsi aha152x og redhat 7.1 problemmer

 

Hej alle

Jeg har lige fået installeret redhat 7.1 og har fået følgende problemmer med mit scsi-kort, som er et aha152x (aha1505). Det virkede fint under rh7 med følgende hjælp.

Det skla lige nævnes at jeg kun bruger min scsi til en ekstern cr-brænder og en extern scanner, hvorfor jeg ikke har brug for scsi til det daglige. Jeg har altså kun brug for at tilføje scsi til mit system når der skal brændes eller scannes.

I rh7 benyttede jeg følgende.

/sbin/pnpdump -c /tmp/test.out
/sbin/isapnp /tmp/test.out

/sbin/modprobe aha152x

(i etc/modules.conf havde jeg følgende
alias aha152x aha152x=0x0140,11,7,0 tror jeg nok)

Derefter benyttede jeg følgende

echo"scsi-add-single-device 0 0 4 0" > /proc/scsi/scsi
og
echo"scsi-add-single-device 0 0 5 0" > /proc/scsi/scsi

Og det virkede.

Men i RH7.1 kan jeg ikke engang få mit scsi kort fundet !!

I dmesg står der følgende:
..
Limiting direct PCI/PCI transfers.
isapnp: Scanning for PnP cards...
isapnp: Card 'Adaptec AVA-1505AE'
isapnp: 1 Plug & Play card detected total
Linux NET4.0 for Linux 2.4
..

Og når jeg prøver følgende
[root@localhost janj]# /sbin/isapnp /tmp/test.out 
Board 1 has Identity 1b 5f 3e de 4f 05 15 90 04:  ADP1505 Serial No 1597955663 [checksum 1b]
/tmp/test.out:48 -- Fatal - IO range check attempted while device activated
/tmp/test.out:48 -- Fatal - Error occurred executing request '<IORESCHECK> ' --- further action aborted
[root@localhost janj]# 
..

/sbin/lsmod giver

[root@localhost janj]# /sbin/lsmod
Module                  Size  Used by
ppp_async               6704   1  (autoclean)
ppp_generic            17136   4  (autoclean) [ppp_async]
nls_iso8859-1           2880   1  (autoclean)
ide-cd                 26848   1  (autoclean)
cdrom                  27232   0  (autoclean) [ide-cd]
binfmt_misc             6400   1 
autofs                 11264   1  (autoclean)
ipchains               38976   0  (unused)
usb-uhci               20720   0  (unused)
usbcore                49664   1  [usb-uhci]

..
Er der nogen der har en ide ....

Min pnpdump ser således ud

# This is free software, see the sources for details.
# This software has NO WARRANTY, use at your OWN RISK
# 
# For details of the output file format, see isapnp.conf(5)
# 
# For latest information and FAQ on isapnp and pnpdump see:
# http://www.roestock.demon.co.uk/isapnptools/
# 
# Compiler flags:  -DREALTIME -DNEEDSETSCHEDULER -DABORT_ONRESERR
# 
# Trying port address 0273
# Board 1 has serial identifier 1b 5f 3e de 4f 05 15 90 04

# (DEBUG)
(READPORT 0x0273)
(ISOLATE PRESERVE)
(IDENTIFY *)
(VERBOSITY 2)
(CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING

# Card 1: (serial identifier 1b 5f 3e de 4f 05 15 90 04)
# Vendor Id ADP1505, Serial Number 1597955663, checksum 0x1B.
# Version 1.0, Vendor version 1.1
# ANSI string -->Adaptec AVA-1505AE      <--
#
# Logical device id ADP1505
#     Device supports I/O range check register
#
# Edit the entries below to uncomment out the configuration required.
# Note that only the first value of any range is given, this may be changed if r
equired
# Don't forget to uncomment the activate (ACT Y) when happy

(CONFIGURE ADP1505/1597955663 (LD 0
#     ANSI string -->SCSI Controller<--
#     Compatible device id ADP1530

# Multiple choice time, choose one only !

#     Start dependent functions: priority preferred
#       Logical device decodes 16 bit IO address lines
#             Minimum IO base address 0x0140
#             Maximum IO base address 0x0140
#             IO base alignment 32 bytes
#             Number of IO addresses required: 32
# (IO 0 (SIZE 32) (BASE 0x0140) (CHECK))
#       IRQ 9, 10, 11 or 12.
#             High true, edge sensitive interrupt
# (INT 0 (IRQ 9 (MODE +E)))

#       Start dependent functions: priority acceptable
#       Logical device decodes 16 bit IO address lines
#             Minimum IO base address 0x0340
#             Maximum IO base address 0x0340
#             IO base alignment 32 bytes
#             Number of IO addresses required: 32
# (IO 0 (SIZE 32) (BASE 0x0340) (CHECK))
#       IRQ 9, 10, 11 or 12.
#             High true, edge sensitive interrupt
# (INT 0 (IRQ 9 (MODE +E)))

#     End dependent functions
 (NAME "ADP1505/1597955663[0]{SCSI Controller     }")
# (ACT Y)
))
# End tag... Checksum 0x00 (OK)

# Returns all cards to the "Wait for Key" state
(WAITFORKEY)


I min /proc/ findes ingen scsi !!!


Er der nogen der har haft følgende problemmer ?

Venlig hilsen Jan


Follow ups