Edit /etc/pcmcia/config and remove the following section: card "MELCO WLI-PCM-L11" version "MELCO", "WLI-PCM-L11" bind "wvlan_cs"
I have updated the pcmcia_orinoco.lrp in testing. Jacques Le Samedi 19 Juillet 2003 15:44, Andre Luiz de Miranda a écrit : > Jacques, > > i download your latest package updated pcmcia_orinoco.lrp and my problem > persist. Can you help me ? > See my last post in list: > --------------------------------------------------------------------------- >--------------------------------------- Hi, > > I'm a brazilian bering user and i need help. The 1.0-rc2 release are > working fine, but i resolve create a new router with Bering 1.2 and have > a problem with Lucent Orinoco wireless card. > - Download the package pcmcia_orinoco.lrp and declare. The adapter ISA > Ricoh and card Lucent are detected and module load, but the wireless > configuration (iwconfig) and network (ip) configurations are no read > from init-scripts files. See: > > the output from # /etc/init.d/pcmcia start > > --------------------------------------------------------------------- > Starting PCMCIA services: > cardmgr. > cardmgr[16156]: error in file 'config' line 45: unknown device 'wvlan_cs' > cardmgr[16156]: watching 1 socketstc > > -> The line 45 in config (/etc/pcmcia/config) don't match - not a > "wvlan_cs" string > and a "find" result output return only this file. > > -> And of # dmesg > --------------------------------------------------------------------- > eth0: Station identity 001f:0001:0007:001c > eth0: Looks like a Lucent/Agere firmware version 7.28 > eth0: Ad-hoc demo mode supported > eth0: IEEE standard IBSS ad-hoc mode supported > eth0: WEP supported, 104-bit key > eth0: MAC address 00:02:2D:3E:BA:AC > eth0: Station name "HERMES I" > eth0: ready > eth0: index 0x01: Vcc 5.0, irq 3, io 0x0100-0x013f > ---------------------------------------------------------------------- > > > - I'm confused with documentations (Instalation Guide and Users guide). > > Can you help me ! > > Thanks > > Andre > > Jacques Nilo wrote: > >Homer: > >There is indeed a bug in pcmcia_orinoco.lrp > >It is calling /etc/pcmcia/wireless from /etc/pcmcia/network and the > > wireless script does not exist and should not exist in the Debian setup. > >The reason is that I have copied the wrong network script in the > >pcmcia_orinoco.lrp package. This script should be very simple: > > > >uml_link:/tmp/pcmcia/etc/pcmcia# cat network > >#!/bin/sh > ># Network script for Debian > > > >. /etc/pcmcia/shared > > > >get_info $DEVICE > > > >case "$ACTION" in > > 'start') > > /sbin/ifup $DEVICE > > ;; > >'stop') > > /sbin/ifdown $DEVICE > > ;; > >esac > >exit 0 > > > >Since all the wireless declarations are done within the /etc/interfaces > > file. So I have updated the pcmcia_orinoco.lrp package. > >It is in my testing directory. Please give it a try and report > >success/problem before I update the current version. > >Jacques > >http://leaf.sf.net/devel/jnilo/testing/pcmcia_orinoco.lrp > > > >Content (for Bering 1.2 only): > >uml_link:/tmp/pcmcia# tar czvf ../pcmcia_orinoco.lrp . > >./ > >lib/ > >lib/modules/ > >lib/modules/pcmcia/ > >lib/modules/pcmcia/i82365.o > >lib/modules/pcmcia/pcmcia_core.o > >lib/modules/pcmcia/hermes.o > >lib/modules/pcmcia/orinoco.o > >lib/modules/pcmcia/ds.o > >lib/modules/pcmcia/orinoco_cs.o > >sbin/ > >sbin/cardmgr > >var/ > >var/lib/ > >var/lib/misc/ > >var/lib/misc/pcmcia-scheme > >var/lib/lrpkg/ > >var/lib/lrpkg/pcmcia.conf > >var/lib/lrpkg/pcmcia.help > >var/lib/lrpkg/pcmcia.list > >var/lib/lrpkg/pcmcia.version > >etc/ > >etc/pcmcia/ > >etc/pcmcia/config.opts > >etc/pcmcia/config > >etc/pcmcia/network > >etc/pcmcia/shared > >etc/default/ > >etc/default/pcmcia > >etc/init.d/ > >etc/init.d/pcmcia > >uml_link:/tmp/pcmcia# > > > >Le Vendredi 18 Juillet 2003 19:32, Homer Parker a écrit : > >>Ok, don't know if it was bad karma or what, but... Those strange errors > >>from yesterday have disappeared... Some days, it just doesn't pay to try > >>and work on things, it ain't meant to happen! ;) Now, here's what I'm > >>picking up in the logs... Again, this is Bering 1.2 on a Soekris Net4511 > >>box with an Orinoco silver card flashed with the latest firmware... > >> > >> Begin cut-n-paste of selected logs: > >> > >>daemon.log > >>Mar 28 01:19:56 firewall cardmgr[5617]: watching 1 sockets > >>Mar 28 01:19:56 firewall cardmgr[11888]: starting, version is 3.2.4 > >>Mar 28 01:19:56 firewall cardmgr[11888]: socket 0: Intersil PRISM2 11 > >> Mbps Wireless Adapter > >>Mar 28 01:19:56 firewall cardmgr[11888]: executing: 'insmod > >>/lib/modules/2.4.20/pcmcia/hermes.o' > >>Mar 28 01:19:56 firewall cardmgr[11888]: + Using > >>/lib/modules/2.4.20/pcmcia/hermes.o > >>Mar 28 01:19:56 firewall cardmgr[11888]: executing: 'insmod > >>/lib/modules/2.4.20/pcmcia/orinoco.o' > >>Mar 28 01:19:56 firewall cardmgr[11888]: + Using > >>/lib/modules/2.4.20/pcmcia/orinoco.o > >>Mar 28 01:19:56 firewall cardmgr[11888]: executing: 'insmod > >>/lib/modules/2.4.20/pcmcia/orinoco_cs.o' > >>Mar 28 01:19:56 firewall cardmgr[11888]: + Using > >>/lib/modules/2.4.20/pcmcia/orinoco_cs.o > >>Mar 28 01:19:57 firewall cardmgr[11888]: executing: './network start > >> eth2' Mar 28 01:19:57 firewall cardmgr[11888]: + .: Can't open > >>/etc/pcmcia/wireless > >>Mar 28 01:19:57 firewall cardmgr[11888]: start cmd exited with status 2 > >> > >>debug > >>Mar 28 01:19:56 firewall kernel: hermes.c: 4 Dec 2002 David Gibson > >><[EMAIL PROTECTED]> > >>Mar 28 01:19:56 firewall kernel: orinoco.c 0.13b (David Gibson > >><[EMAIL PROTECTED]> and others) > >>Mar 28 01:19:56 firewall kernel: orinoco_cs.c 0.13b (David Gibson > >><[EMAIL PROTECTED]> and others) > >>Mar 28 01:19:56 firewall kernel: eth2: Station identity > >>001f:0001:0008:0048 > >>Mar 28 01:19:56 firewall kernel: eth2: Looks like a Lucent/Agere firmware > >>version 8.72 > >>Mar 28 01:19:56 firewall kernel: eth2: Ad-hoc demo mode supported > >>Mar 28 01:19:56 firewall kernel: eth2: IEEE standard IBSS ad-hoc mode > >>supported > >>Mar 28 01:19:56 firewall kernel: eth2: WEP supported, 104-bit key > >>Mar 28 01:19:56 firewall kernel: eth2: MAC address 00:02:2D:5E:76:2F > >>Mar 28 01:19:56 firewall kernel: eth2: Station name "HERMES I" > >>Mar 28 01:19:56 firewall kernel: eth2: ready > >>Mar 28 01:19:57 firewall kernel: eth2: index 0x01: Vcc 5.0, irq 10, io > >>0x0100-0x013f > >> > >>messages > >>Mar 28 01:19:55 firewall kernel: Linux PCMCIA Card Services 3.2.4 > >>Mar 28 01:19:55 firewall kernel: kernel build: 2.4.20 #1 Sun May 11 > >>18:53:34 CEST 2003 > >>Mar 28 01:19:55 firewall kernel: options: [pci] [cardbus] [apm] > >>Mar 28 01:19:55 firewall kernel: Intel ISA/PCI/CardBus PCIC probe: > >>Mar 28 01:19:55 firewall kernel: TI 1410 rev 02 PCI-to-CardBus at slot > >>00:09, mem 0xa0000000 > >>Mar 28 01:19:55 firewall kernel: host opts [0]: [pci only] [pci irq > >>10] [lat 63/63] [bus 1/1] > >>Mar 28 01:19:55 firewall kernel: PCI card interrupts, PCI status > >>changes > >>Mar 28 01:19:56 firewall kernel: cs: memory probe 0xa0000000-0xa0ffffff: > >>excluding 0xa0000000-0xa00fffff > >>Mar 28 01:19:56 firewall kernel: cs: IO port probe 0x0100-0x04ff: clean. > >>Mar 28 01:19:56 firewall kernel: cs: IO port probe 0x0800-0x08ff: clean. > >>Mar 28 01:19:56 firewall kernel: cs: IO port probe 0x0a00-0x0aff: clean. > >>Mar 28 01:19:56 firewall kernel: cs: IO port probe 0x0c00-0x0cff: clean. > >> > >> So, in one log I'm running a Prism2, and in another a Lucent/Agere :( > >>Then there's the error about "Can't open /etc/pcmcia/wireless"... This is > >>getting stranger the more I work with it :( > >> > >> > >>--- > >>Homer Parker /"\ ASCII Ribbon Campaign > >> \ / No HTML/RTF in email > >>http://www.homershut.net x No Word docs in email > >>telnet://bbs.homershut.net / \ Respect for open standards > >> > >>"Bill Gates reports on security progress made and the challenges ahead." > >>-- Microsoft's Homepage, on the day an SQL Server bug crippled large > >> sections of the Internet. > >> > >> > >> > >> > >> > >>------------------------------------------------------- > >>This SF.net email is sponsored by: VM Ware > >>With VMware you can run multiple operating systems on a single machine. > >>WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the > >>same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 > >>------------------------------------------------------------------------ > >>leaf-user mailing list: [EMAIL PROTECTED] > >>https://lists.sourceforge.net/lists/listinfo/leaf-user > >>SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html > > > >------------------------------------------------------- > >This SF.net email is sponsored by: VM Ware > >With VMware you can run multiple operating systems on a single machine. > >WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the > >same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 > >------------------------------------------------------------------------ > >leaf-user mailing list: [EMAIL PROTECTED] > >https://lists.sourceforge.net/lists/listinfo/leaf-user > >SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html