epike on Fri, 12 Oct 2001 13:33:56 -0400 |
Hi dont know if this applies to you since I'm using RH6.2 (older kernel) and RayLink card (802.11 but not 802.11b)... no idea how yur card works, but I'm just posting some random config stuff on mine hope it yields some clues. first thing is wether pcmcia is recognized..(mine is ISA to PCMCIA adaptor); (yours is probably PCI and I've havent tried that). /etc/rc.d/init.d/pcmcia also starts on mine on boot up (linked to /etc/rc.d/rc3.d). mine is configured as eth2. theres a lot of parameters that has to be filled out in /etc/pcmcia/ or /etc/conf.modules (stuff such as adhoc or infrastructure, etc). if kernel sees the pcmcia card it might just be a matter of associating a kernel module to the ethx device. -------------------------- [root@madugas pcmcia]# !! status /sbin/cardctl status Socket 0: 5V 16-bit PC Card function 0: [ready] Socket 1: no card [root@madugas pcmcia]# /sbin/cardctl ident Socket 0: product info: "WebGear", "PC Card WLAN Adapter", "Version 4.88 Jan 1999" manfid: 0x01a6, 0x0000 function: 6 (network) Socket 1: no product info available [root@madugas pcmcia]# -------------------------- ifconfig eth2 Link encap:Ethernet HWaddr 00:00:8F:48:A4:AE inet addr:192.168.247.1 Bcast:192.168.247.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:24544 errors:0 dropped:0 overruns:0 frame:0 TX packets:27764 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:100 Interrupt:5 -------------------------- [root@madugas pcmcia]# lsmod Module Size Used by ide-scsi 7648 0 scsi_mod 60704 1 [ide-scsi] ray_cs 25648 1 ds 6640 2 [ray_cs] i82365 29872 2 pcmcia_core 44832 0 [ray_cs ds i82365] nfsd 144112 8 (autoclean) lockd 31536 1 (autoclean) [nfsd] sunrpc 53072 1 (autoclean) [nfsd lockd] tulip 31968 1 (autoclean) 3c509 6192 1 (autoclean) es1371 29984 0 soundcore 2576 4 [es1371] [root@madugas pcmcia]# -------------------------- cat /etc/conf.modules (note that RayLink card driver is ray_cs.o) [root@madugas pcmcia]# cat /etc/conf.modules alias /dev/lp0 lp alias parport_lowlevel parport_pc alias eth2 ray_cs.o alias eth0 3c509 alias eth1 tulip alias scd0 sr_mod alias sci_hostadaptor ide-scsi # options ide-cd ignore=hdc alias sound-slot-0 es1371 # options parport_pc io=0x378 irq=7 dma=3 # options parport_pc io=0x378 irq=7 -------------------------- /var/log/messages: Oct 9 14:53:44 madugas rc: Starting pcmcia succeeded Oct 9 14:53:44 madugas cardmgr[722]: watching 2 sockets Oct 9 14:53:44 madugas kernel: cs: IO port probe 0x1000-0x17ff: excluding 0x1028-0x102f 0x12e0-0x12e7 0x13e8-0x13ef 0x16e0-0x16e7 0x17e8-0x17ef Oct 9 14:53:44 madugas kernel: cs: IO port probe 0x0100-0x04ff: excluding 0x3b8-0x3ff 0x4d0-0x4d7 Oct 9 14:53:44 madugas kernel: cs: IO port probe 0x0a00-0x0aff: excluding 0xae0-0xae7 Oct 9 14:53:46 madugas cardmgr[722]: initializing socket 0 Oct 9 14:53:46 madugas cardmgr[722]: socket 0: RayLink PC Card WLAN Adapter Oct 9 14:53:46 madugas kernel: cs: memory probe 0x0d0000-0x0dffff: clean. Oct 9 14:53:47 madugas cardmgr[722]: executing: 'insmod /lib/modules/2.2.16-3/pcmcia/ray_cs.o net_type=0 pc_debug=1 essid=XXXXX hop_dwell=128 beacon_period=256 translate=0' Oct 9 14:53:47 madugas kernel: $Id: ray_cs.c,v 1.70 2000/02/26 19:04:35 corey Exp $ - Corey Thomas corey@world.std.com Oct 9 14:53:47 madugas kernel: ray_cs Detected: WebGear PC Card WLAN Adapter Version 4.88 Jan 1999 Oct 9 14:53:47 madugas kernel: eth2: RayLink, irq 5, hw_addr 00:00:8F:48:A4:AE Oct 9 14:53:47 madugas cardmgr[722]: executing: './network start eth2' -------------------------- regards e.pike > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Greetings > I have gotten my new DLink DWL-500 cards and i have followed the howtos to > get pcmcia installed. I can use the card utilites and can ident the card. > But since I have no dev entry in the /dev/ for it. > > Has anyone a clue about how to get one there? Or what device it might be, I > also noticed eth0 is missing too, but ifconfig eth0 works.... > > - -ian reinhart geiser > - -- > ======================================== > Leveraging always beats prototyping. > ======================================== > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.6 (GNU/Linux) > Comment: For info see http://www.gnupg.org > > iD8DBQE7xxDtPy62TRm8dvgRAhkpAKCeZxpYf2+/PeqLoEeDdBvK0oYukgCgjfqp > uWqSQ+DWsIwXwuOoWLQeFN0= > =gpq+ > -----END PGP SIGNATURE----- > > ______________________________________________________________________ > Philadelphia Linux Users Group - http://www.phillylinux.org > Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce > General Discussion - http://lists.phillylinux.org/mail/listinfo/plug > ______________________________________________________________________ Philadelphia Linux Users Group - http://www.phillylinux.org Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|