Re: 3Com 3CXM756 Card not working with Suse 8.1

"Ajit Belsarkar" <[email protected]> Sun, 21 Dec 2003 19:58:38 -0500
Newsgroups gmane.linux.pcmcia.devel
Message-ID <[email protected]>
Thanks again David,
Here is the original config.opts
************************************
#
# Local PCMCIA Configuration File
#
#----------------------------------------------------------------------

# System resources available for PCMCIA devices

# The following "include port" line below needs to be changed to ONLY 
include port
# 0x100-0x4ff if you are using the 3Com Megahertz 3CXM/CM756.  You should 
also comment out
# the IBM Token Ring "include port" line.
# ports 0x810-0x81f hurt on some DELL machines
# include port 0x100-0x4ff, port 0x800-0x8ff, port 0xc00-0xcff
include port 0x100-0x4ff, port 0x1000-0x17ff
include memory 0xc0000-0xfffff
include memory 0xa0000000-0xa0ffffff, memory 0x60000000-0x60ffffff

# High port numbers do not always work...
# include port 0x1000-0x17ff

# Extra port range for IBM Token Ring
#include port 0xa00-0xaff

# Resources we should not use, even if they appear to be available

# First built-in serial port
# exclude irq 4
# Second built-in serial port
# exclude irq 3
# First built-in parallel port
# exclude irq 7
# PS/2 Mouse controller port, comment this out if you don't have a PS/2
# based mouse
# exclude irq 12
#exclude irq 3, port 0x03f8-0x3f8
#exclude irq 4, port 0x03e8-0x3e8
#exclude irq 3, port 0x02e8-0x2e8
#----------------------------------------------------------------------

# Examples of options for loadable modules

# To fix sluggish network with IBM ethernet adapter...
#module "pcnet_cs" opts "mem_speed=600"

# Options for IBM Token Ring adapters
#module "ibmtr_cs" opts "mmiobase=0xd0000 srambase=0xd4000"

# Options for Raylink/WebGear driver: uncomment only one line...
# Generic ad-hoc network
module "ray_cs" opts "essid=ADHOC_ESSID hop_dwell=128 beacon_period=256 
translate=1"
# Infrastructure network for older cards
#module "ray_cs" opts "net_type=1 essid=ESSID1"
# Infrastructure network for WebGear
#module "ray_cs" opts "net_type=1 essid=ESSID1 translate=1 hop_dwell=128 
beacon_period=256"

# Options for WaveLAN/IEEE driver (AccessPoint mode)...
#module "wvlan_cs" opts "station_name=MY_PC"
# Options for WaveLAN/IEEE driver (ad-hoc mode)...
#module "wvlan_cs" opts "port_type=3 channel=1 station_name=MY_PC"

# Options for Xircom Netwave driver...
#module "netwave_cs" opts "domain=0x100 scramble_key=0x0"


************************************
Here are the log messages from the Linux Kernel Card Services
**********************************
Dec 21 19:40:43 linux kernel: Linux Kernel Card Services 3.1.22
Dec 21 19:40:43 linux kernel:   options:  [pci] [cardbus] [pm]
Dec 21 19:40:43 linux rcpcmcia: /sbin/insmod 
/lib/modules/2.4.19-4GB/kernel/drivers/pcmcia/pcmcia_core.o
Dec 21 19:40:43 linux rcpcmcia: /sbin/insmod 
/lib/modules/2.4.19-4GB/kernel/drivers/pcmcia/yenta_socket.o
Dec 21 19:40:43 linux kernel: PCI: Enabling device 02:04.0 (0081 -> 0083)
Dec 21 19:40:43 linux kernel: PCI: Found IRQ 9 for device 02:04.0
Dec 21 19:40:43 linux kernel: PCI: Sharing IRQ 9 with 00:02.0
Dec 21 19:40:43 linux kernel: PCI: Sharing IRQ 9 with 00:1d.0
Dec 21 19:40:43 linux kernel: PCI: Sharing IRQ 9 with 02:00.0
Dec 21 19:40:43 linux kernel: PCI: Enabling device 02:04.1 (0081 -> 0083)
Dec 21 19:40:43 linux kernel: PCI: Found IRQ 9 for device 02:04.1
Dec 21 19:40:43 linux kernel: PCI: Sharing IRQ 9 with 00:1f.3
Dec 21 19:40:44 linux kernel: Yenta IRQ list 0c98, PCI irq9
Dec 21 19:40:44 linux kernel: Socket status: 30000410
Dec 21 19:40:44 linux kernel: Yenta IRQ list 0c98, PCI irq9
Dec 21 19:40:44 linux kernel: Socket status: 30000006
Dec 21 19:40:44 linux rcpcmcia: /sbin/insmod 
/lib/modules/2.4.19-4GB/kernel/drivers/pcmcia/pcmcia_core.o
Dec 21 19:40:44 linux rcpcmcia: /sbin/insmod 
/lib/modules/2.4.19-4GB/kernel/drivers/pcmcia/ds.o
Dec 21 19:40:44 linux cardmgr[748]: modpath = /lib/modules/2.4.19-4GB/
Dec 21 19:40:44 linux cardmgr[748]: modsubdir = pcmcia
Dec 21 19:40:45 linux cardmgr[748]: watching 2 sockets
Dec 21 19:40:45 linux kernel: cs: IO port probe 0x1000-0x17ff: excluding 
0x1000-0x107f 0x1180-0x11bf 0x13c0-0x13df 0x17c0-0x17df
Dec 21 19:40:45 linux kernel: cs: IO port probe 0x0100-0x04ff: excluding 
0x378-0x37f 0x4d0-0x4d7
Dec 21 19:40:45 linux cardmgr[750]: starting, version is 3.2.0
Dec 21 19:40:45 linux kernel: cs: memory probe 0xa0000000-0xa0ffffff: clean.
Dec 21 19:40:45 linux cardmgr[750]: socket 0: 3Com Megahertz 3CXM756/3CCM756
Dec 21 19:40:45 linux cardmgr[750]: executing: 'insmod -v 
/lib/modules/2.4.19-4GB//pcmcia/serial_cs.o'
Dec 21 19:40:45 linux cardmgr[750]: + Using 
/lib/modules/2.4.19-4GB//pcmcia/serial_cs.o
Dec 21 19:40:45 linux cardmgr[750]: + Symbol version prefix ''
Dec 21 19:40:45 linux kernel: register_serial(): autoconfig failed
Dec 21 19:40:45 linux kernel: serial_cs: register_serial() at 0x03f8, irq 3 
failed
Dec 21 19:40:46 linux cardmgr[750]: get dev info on socket 0 failed: 
Resource temporarily unavailable
Dec 21 19:40:47 linux kernel: CSLIP: code copyright 1989 Regents of the 
University of California
Dec 21 19:40:47 linux kernel: PPP generic driver version 2.4.2
Dec 21 19:40:49 linux kernel: PCI: Found IRQ 5 for device 02:03.0
Dec 21 19:40:49 linux kernel: PCI: Sharing IRQ 5 with 00:1d.1
Dec 21 19:40:50 linux kernel: IPv6 v0.8 for NET4.0
Dec 21 19:40:50 linux kernel: IPv6 over IPv4 tunneling driver
Dec 21 19:40:50 linux sshd[921]: Server listening on :: port 22.
Dec 21 19:40:52 linux smpppd[965]: smpppd version 0.78 started
Dec 21 19:40:57 linux /usr/sbin/cron[1209]: (CRON) STARTUP (fork ok)
Dec 21 19:40:58 linux /etc/hotplug/net.agent[930]: No HW description found 
... exiting
Dec 21 19:41:00 linux kernel: isapnp: Scanning for PnP cards...
Dec 21 19:41:00 linux kernel: eth0: no IPv6 routers present
Dec 21 19:41:00 linux kernel: isapnp: No Plug & Play device found
Dec 21 19:41:01 linux kernel: sr0: CDROM (ioctl) reports ILLEGAL REQUEST.
Dec 21 19:41:01 linux kernel: cdrom: open failed.
Dec 21 19:41:01 linux kernel: sr1: CDROM (ioctl) reports ILLEGAL REQUEST.
Dec 21 19:41:01 linux kernel: cdrom: open failed.
Dec 21 19:41:01 linux kernel: sr2: CDROM (ioctl) reports ILLEGAL REQUEST.
Dec 21 19:41:01 linux kernel: cdrom: open failed.
Dec 21 19:41:01 linux kernel: sr3: CDROM (ioctl) reports ILLEGAL REQUEST.
Dec 21 19:41:01 linux kernel: cdrom: open failed.
Dec 21 19:41:01 linux kernel: sr4: CDROM (ioctl) reports ILLEGAL REQUEST.
Dec 21 19:41:01 linux kernel: cdrom: open failed.
Dec 21 19:41:01 linux kernel: sr5: CDROM (ioctl) reports ILLEGAL REQUEST.
Dec 21 19:41:01 linux kernel: cdrom: open failed.
Dec 21 19:41:01 linux kernel: sr6: CDROM (ioctl) reports ILLEGAL REQUEST.
Dec 21 19:41:01 linux kernel: cdrom: open failed.
Dec 21 19:41:01 linux kernel: ide-scsi: hdc: unsupported command in request 
queue (0)
Dec 21 19:41:01 linux kernel: end_request: I/O error, dev 16:00 (hdc), 
sector 64
Dec 21 19:41:01 linux kernel: ide-scsi: hdc: unsupported command in request 
queue (0)
Dec 21 19:41:01 linux kernel: end_request: I/O error, dev 16:00 (hdc), 
sector 66
Dec 21 19:41:01 linux kernel: ide-scsi: hdc: unsupported command in request 
queue (0)
Dec 21 19:41:01 linux kernel: end_request: I/O error, dev 16:00 (hdc), 
sector 68
Dec 21 19:41:01 linux kernel: ide-scsi: hdc: unsupported command in request 
queue (0)
Dec 21 19:41:01 linux kernel: end_request: I/O error, dev 16:00 (hdc), 
sector 70
Dec 21 19:41:01 linux kernel: ide-scsi: hdc: unsupported command in request 
queue (0)
Dec 21 19:41:01 linux kernel: end_request: I/O error, dev 16:00 (hdc), 
sector 72
Dec 21 19:41:01 linux kernel: ide-scsi: hdc: unsupported command in request 
queue (0)
Dec 21 19:41:01 linux kernel: end_request: I/O error, dev 16:00 (hdc), 
sector 74
Dec 21 19:41:01 linux kernel: ide-scsi: hdc: unsupported command in request 
queue (0)
Dec 21 19:41:01 linux kernel: end_request: I/O error, dev 16:00 (hdc), 
sector 76
Dec 21 19:41:01 linux kernel: ide-scsi: hdc: unsupported command in request 
queue (0)
Dec 21 19:41:01 linux kernel: end_request: I/O error, dev 16:00 (hdc), 
sector 78
Dec 21 19:41:03 linux inetd[1308]: smtp/tcp: bind: Address already in use
Dec 21 19:41:06 linux kernel: Linux agpgart interface v0.99 (c) Jeff 
Hartmann
Dec 21 19:41:06 linux kernel: agpgart: Maximum main memory to use for agp 
memory: 556M
Dec 21 19:41:06 linux kernel: agpgart: Detected an Intel 830M Chipset.
Dec 21 19:41:06 linux kernel: agpgart: detected 8060K stolen memory.
Dec 21 19:41:06 linux kernel: agpgart: AGP aperture is 128M @ 0xe8000000
Dec 21 19:41:06 linux kernel: memory : c34d9de0
Dec 21 19:41:06 linux kernel: memory : c34d9e20
Dec 21 19:41:06 linux kernel: memory : c34d9e60
Dec 21 19:41:06 linux kernel: memory : c34d9ea0
Dec 21 19:41:06 linux modprobe: modprobe: Can't locate module char-major-226
Dec 21 19:41:06 linux last message repeated 3 times
Dec 21 19:41:06 linux kernel: [drm] AGP 0.99 on Intel i810 @ 0xe8000000 
128MB
Dec 21 19:41:06 linux kernel: [drm] Initialized i830 1.2.0 20011004 on minor 
0
Dec 21 19:41:06 linux kernel: mtrr: base(0xe8000000) is not aligned on a 
size(0x180000) boundary
Dec 21 19:41:06 linux kernel: [drm:i830_unlock] *ERROR* Process 1332 using 
kernel context 0
Dec 21 19:41:07 linux kernel: Linux video capture interface: v1.00
Dec 21 19:41:20 linux kdm[1333]: PAM unable to 
dlopen(/lib/security/pam_resmgr.so)
Dec 21 19:41:20 linux kdm[1333]: PAM [dlerror: /lib/security/pam_resmgr.so: 
cannot open shared object file: No such file or directory]
Dec 21 19:41:20 linux kdm[1333]: PAM adding faulty module: 
/lib/security/pam_resmgr.so
Dec 21 19:41:20 linux kdm[1333]: pam_unix2: session started for user root, 
service xdm
Dec 21 19:41:27 linux modprobe: modprobe: Can't locate module sound-slot-1
Dec 21 19:41:27 linux modprobe: modprobe: Can't locate module 
sound-service-1-0
Dec 21 19:41:27 linux modprobe: modprobe: Can't locate module sound-slot-1
Dec 21 19:41:28 linux modprobe: modprobe: Can't locate module 
sound-service-1-0
Dec 21 19:45:56 linux modprobe: modprobe: Can't locate module Default
**********************************


>From: David Hinds <[email protected]>
>To: Ajit Belsarkar <[email protected]>
>CC: [email protected]
>Subject: Re: [Pcmcia-cs-devel]3Com 3CXM756 Card not working with Suse 8.1
>Date: Sat, 20 Dec 2003 13:00:37 -0800
>
>On Thu, Dec 18, 2003 at 07:10:13PM -0500, Ajit Belsarkar wrote:
> > hi David
> > I sent the response to your question regarding dump_cis yesterday, I 
>donot
> > know if you received it or not as I did not do a Reply All. Sorry about 
>it.
> > Here is the output of the dump_cis command
>
>First undo all your changes to /etc/pcmcia/config.opts.  Then can you
>show me all the PCMCIA system log messages for that setup?  I need to
>see the original problem.  Look in your log for messages starting with
>"Linux PCMCIA Card Services" or "Linux Kernel Card Services" for the
>startup messages from the PCMCIA drivers.
>
>-- Dave

_________________________________________________________________
Have fun customizing MSN Messenger — learn how here!  
http://www.msnmessenger-download.com/tracking/reach_customize



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click