I have the same problem... Fernando Benaiter Brazil
----- Original Message ----- From: "Krijn Tanis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 08, 2004 12:11 PM Subject: [leaf-wisp] Senao SL-2511CD PLUS EXT2 don't work I'm currently running WISP-DIST on a PC with a CF card. In this PC are two Ethernet devices: a Realtek RTL8139 and a Senao SL-2511CD PLUS EXT2 PCMCIA card in a PCMCIA<->PCI adapter. The realtek card works great, but the Senao card isn't detected by WISP-DIST. Some information: wisprouter: -root- # cat /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file should contain the names of kernel modules that are # to be loaded at boot time, one per line. Comments begin with # a `#', and everything on the line after them are ignored. # # All modules should reside in /lib/modules, and you are required # to list what you need *in the correct order*. Modprobe is not # used and there is no dependacy checking. # How they are loaded: insmod /lib/module/"$module".o $args ###################################################################### # More modules available from: # http://leaf.sourceforge.net/devel/jnilo/bering/latest/modules/ ###################################################################### # ELAN watchdog #sc520_wdt # Software watchdog softdog # Traffic shaping / QoS sch_tbf sch_htb sch_sfq cls_u32 ## Ethernet Media Interface (used by some modules) mii ## REALTEK 8139, used on old Teletronics CPEs (Donald Becker's) pci-scan rtl8139 # alternatively, use 8139too from Jeff Garzik (less stable) #8139too ## National Semiconductor, used on new Teletronics CPEs natsemi ## INTEL ETHEREXPRESS PRO 100 (PCI) eepro100 ## AMD PCNET32 pcnet32 ## NE2000 PCI #8390 #ne2k-pci # CVS hostap requires this hostap_crypt hostap_crypt_wep hostap # Prism2 PCI/PLX hostap_pci hostap_plx # Aironet PCI #airo # Atheros #wlan #ath_hal #ath_pci # Orinoco PLX #hermes #orinoco #orinoco_plx # Tunnel module used by VTUN # tun # ISA ethernet cards #3c509 #eepro io=0x300 # 8390 based ethernet cards # card1,card2 #ne io=0x300,0x350 #ne2k-pci # PCI ethernet cards (warning: natsemi.o & tulip.o not on floppy) #3c59x # Modules needed for PPP connection #slhc #ppp_generic #ppp_async # PPP compresion #ppp_deflate # Modules needed for PPP/PPPOE connection #slhc #n_hdlc #ppp_generic #ppp_synctty #pppox #pppoe # Layer 2 bridging bridge # GRE support #ip_gre # TUN/TAP support #tun # Modules needed for ISDN # Look for type, io and irq settings at help page of isdn.lrp documentation #slhc #isdn #hisax type= io= irq= # NAT/Masquerading modules ip_conntrack ip_conntrack_ftp ip_conntrack_irc ip_conntrack_h323 ip_conntrack_proto_gre ip_conntrack_pptp ip_conntrack_mms ip_conntrack_tftp ip_conntrack_snmp_basic iptable_mangle iptable_nat ipt_MASQUERADE ipt_REDIRECT ipt_MARK ipt_state ip_nat_ftp ip_nat_irc ip_nat_h323 ip_nat_proto_gre ip_nat_pptp ip_nat_mms ip_nat_tftp ip_nat_snmp_basic #ip_nat_talk #ip_conntrack_talk #ip_nat_quake3 #ip_conntrack_quake3 # Templates for extra functionnalities # Warning: the following modules are not provided on Bering floppy # they must be downloaded # # Bridge support #bridge # # IDE/CD-ROM support #ide-mod #ide-disk #ide-probe-mod # # USB support # do not forget to mount none /proc/bus/usb -t usbdevfs #usbcore #usb-uhci # .. or .. #usb-ohci -------------------------------------- wisprouter: -root- # cat /etc/default/pcmcia PCMCIA=yes # Most common PCIC are yenta_socket and i82365 PCIC=i82365 PCIC_OPTS= CORE_OPTS= CARDMGR_OPTS=-f -------------------------------------- wisprouter: -root- # cat /proc/pci PCI devices found: Bus 0, device 0, function 0: Class 0600: PCI device 8086:1250 (rev 3). Master Capable. Latency=32. Bus 0, device 7, function 0: Class 0601: PCI device 8086:7000 (rev 1). Bus 0, device 7, function 1: Class 0101: PCI device 8086:7010 (rev 0). Master Capable. Latency=32. I/O at 0xffa0 [0xffaf]. Bus 0, device 7, function 2: Class 0c03: PCI device 8086:7020 (rev 1). IRQ 11. Master Capable. Latency=32. I/O at 0xff80 [0xff9f]. Bus 0, device 8, function 0: Class 0300: PCI device 5333:5631 (rev 6). IRQ 11. Master Capable. Latency=40. Min Gnt=4.Max Lat=255. Non-prefetchable 32 bit memory at 0xf8000000 [0xfbffffff]. Bus 0, device 14, function 0: Class 0200: PCI device 10ec:8139 (rev 16). IRQ 9. Master Capable. Latency=240. Min Gnt=32.Max Lat=64. I/O at 0xfc00 [0xfcff]. Non-prefetchable 32 bit memory at 0xfff7fc00 [0xfff7fcff]. Bus 0, device 15, function 0: Class 0607: PCI device 104c:ac50 (rev 1). Master Capable. Latency=168. Min Gnt=192.Max Lat=7. Non-prefetchable 32 bit memory at 0x10000000 [0x10000fff]. -------------------------------------- wisprouter: -root- # cat /proc/modules hostap_cs 81052 0 (unused) ds 6380 1 [hostap_cs] i82365 22564 1 pcmcia_core 37120 0 [hostap_cs ds i82365] ip_nat_snmp_basic 8480 0 (unused) ip_nat_tftp 1656 0 (unused) ip_nat_mms 2872 0 (unused) ip_nat_pptp 1872 0 (unused) ip_nat_proto_gre 1184 0 (unused) ip_nat_h323 2552 0 (unused) ip_nat_irc 2328 0 (unused) ip_nat_ftp 2904 0 (unused) ipt_state 376 0 (unused) ipt_MARK 652 0 (unused) ipt_REDIRECT 616 0 (unused) ipt_MASQUERADE 1096 0 (unused) iptable_nat 15392 9 [ip_nat_snmp_basic ip_nat_tftp ip_nat_mms ip_nat_pptp ip_nat_proto_gre ip_nat_h323 ip_nat_irc ip_nat_ftp ipt_REDIRECT ipt_MASQUERADE] iptable_mangle 1968 0 (unused) ip_conntrack_tftp 1612 1 ip_conntrack_mms 2988 1 ip_conntrack_pptp 2296 1 ip_conntrack_proto_gre 1836 0 [ip_nat_pptp ip_conntrack_pptp] ip_conntrack_h323 2188 1 ip_conntrack_irc 3212 1 ip_conntrack_ftp 3820 1 ip_conntrack 18060 9 [ip_nat_tftp ip_nat_mms ip_nat_pptp ip_nat_h323 ip_nat_irc ip_nat_ftp ipt_state ipt_REDIRECT ipt_MASQUERADE iptable_nat ip_conntrack_tftp ip_conntrack_mms ip_conntrack_pptp ip_conntrack_proto_gre ip_conntrack_h323 ip_conntrack_irc ip_conntrack_ftp] bridge 17204 0 (unused) hostap 62032 0 (unused) hostap_crypt_wep 2656 0 (unused) hostap_crypt 1028 0 [hostap hostap_crypt_wep] rtl8139 12284 1 pci-scan 2944 1 [rtl8139] mii 2256 0 cls_u32 4832 0 (unused) sch_sfq 3744 0 (unused) sch_htb 18688 0 (unused) sch_tbf 2272 0 (unused) softdog 1612 1 cramfs 36920 5 ide-probe-mod 8816 0 ide-disk 9752 1 ide-mod 65796 1 [ide-probe-mod ide-disk] nftl 18308 0 (unused) docprobe 1360 0 docecc 3680 0 (unused) mtdcore 1632 1 [nftl] Thank you in advance ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ leaf-wisp-dist mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ leaf-wisp-dist mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist