Re: SMC 2602W Wireless PCI Card on stable

2003-02-18 Thread Viny
On Mon, Feb 17, 2003 at 02:57:21PM +0100 or thereabouts, Peter J. Blok may have written : I don't use the pccard stuff for the 2602. I just kldload if_wi or compile device wi inside the kernel. Thanks for your quick answer ! So there is no reference to card or pcic devices in

Re: SMC 2602W Wireless PCI Card on stable

2003-02-18 Thread IAccounts
On Tue, 18 Feb 2003, Viny wrote: On Mon, Feb 17, 2003 at 02:57:21PM +0100 or thereabouts, Peter J. Blok may have written : I don't use the pccard stuff for the 2602. I just kldload if_wi or compile device wi inside the kernel. Thanks for your quick answer ! So there is no

Re: SMC 2602W Wireless PCI Card on stable

2003-02-18 Thread M. Warner Losh
You have the right relevant lines in your kernel config. However, if you are using a ISA bus pcmcia bridge, you cannot share interrupts with other cards at all. The hardware simply does not allow for it. If you are using the PCI adapter, then it should just work. I've shared interrupts with pci

Re: SMC 2602W Wireless PCI Card on stable

2003-02-18 Thread Viny
On Tue, Feb 18, 2003 at 09:00:55AM -0700 or thereabouts, M. Warner Losh may have written : Which version of FreeBSD are you using? FreeBSD tchoubou.scientiae.net 4.7-STABLE FreeBSD 4.7-STABLE #14: Tue Feb 18 18:15:01 CET 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/TCHOUBOU i386 (I've

Re: SMC 2602W Wireless PCI Card on stable

2003-02-18 Thread Peter J. Blok
I just have network_interfaces=lo0 fxp0 wi0 and a file called /etc/start_if.wi0 where I do ifconfig stuff like wep and ip settings Peter On Tuesday 18 February 2003 14:03, Viny wrote: On Mon, Feb 17, 2003 at 02:57:21PM +0100 or thereabouts, Peter J. Blok may have written : I don't use the

Re: SMC 2602W Wireless PCI Card on stable

2003-02-18 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Viny [EMAIL PROTECTED] writes: : pci0: unknown card (vendor=0x10b5, dev=0x9050) at 11.0 irq 15 This is the problem. Ther's no 10b5/9050 ID in if_wi_pci.c. The following patch might do the trick for you. It is relative to -current, but a similar patch

SMC 2602W Wireless PCI Card on stable

2003-02-17 Thread Viny
May anyone using a SMC 2602W (PCI Adapter for the 2632W Wireless PCMCIA card) send me all the relevant lines in his config files (including the lines in the kernel config file) ? I've just tried with the following configuration, but it seems to do nothing : kernel config file :

Re: SMC 2602W Wireless PCI Card on stable

2003-02-17 Thread Peter J. Blok
Viny, I don't use the pccard stuff for the 2602. I just kldload if_wi or compile device wi inside the kernel. Peter On Monday 17 February 2003 10:24, Viny wrote: May anyone using a SMC 2602W (PCI Adapter for the 2632W Wireless PCMCIA card) send me all the relevant lines in his config files