Re: Wireless(if_wi): supported card attachment problems

2003-02-10 Thread Andrea Franceschini
Just to clarify about my messages.

I didn't intend to spam the list,there was a problem a problem with our mail-server.
At first ,after the registation, I sent the first message, since I didn't see the 
message on the list i though about a problem with my mail client so i fixed it and 
tried again.
But , again, I couldn't see my message so I began to trouble-shoot mail server.
It turned out to be a problem about reverse-resolution of our IP addresses there 
was not reverse-resolution:(
In fact it seems that the MailServer at FreeBSD.org is a  little bit 'susceptible' 
about that while other aren't.
So I fixed it, I waited a day and sent the message again and again it didn't work.
Now the problem was about the hostname sent in the 'HELO' ,our mail server sent the 
'internal' hostname, that , of course,  isn't resolved by our external DNS ...
I know this is a configuration problem of our mailserver but I couldn't help it since 
I'm not the mail administrator of my provider,so I tricked our external DNS to resolve 
also some internal names..
And finally it worked... but I didn't know that my previuos messages were queued.. and 
as soon as the service became available they were sent. :(

So, i didn't send many times the same message on pourpose ... it was not intended, 
neverthless I regret my mistake, and apologize to anyone who feels offended by that.

Sorry.It won't happen again.

P.S. I apologize also for my bad english...

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Wireless(if_wi): supported card attachment problems

2003-02-09 Thread Andrea Franceschini
Hi All!

I bought a card that, according to the man page of wi driver, should have been 
supported.
The card is a Sohoware/NCP 130 and this is the output of 'man wi':

 The following cards are among those supported by the wi driver:

 Card Chip Bus
 

 ..
 ..
 NANOSPEED ROOT-RZ2000Prism-II PCMCIA
--  NDC/Sohoware NCP130  Prism-II PCI --
 NEC CMZ-RT-WPPrism-II PCMCIA
...
   

But the driver simply doesn't see it...
This is the output of pciconf :

none2@pci0:8:0: class=0x028000 card=0x013115e8 chip=0x013115e8 rev=0x01 hdr=0x00
vendor   = 'National Datacomm Corp.'
device   = 'Prism II InstantWave HR PCI card'
class= network


I modified the driver sources and i added my card among those supported:

static struct {
unsigned int vendor,device;
int bus_type;
char *desc;
} pci_ids[] = {
/* Sorted by description */
{0x10b7, 0x7770, WI_BUS_PCI_PLX, 3Com Airconnect},
{0x16ab, 0x1101, WI_BUS_PCI_PLX, GLPRISM2 WaveLAN},
{0x1260, 0x3873, WI_BUS_PCI_NATIVE, Intersil Prism2.5},
{0x16ab, 0x1102, WI_BUS_PCI_PLX, Linksys WDT11},
{0x1385, 0x4100, WI_BUS_PCI_PLX, Netgear MA301},
{0x1638, 0x1100, WI_BUS_PCI_PLX, PRISM2STA WaveLAN},
-- {0x15E8, 0x0131, WI_BUS_PCI_PLX, Prism II InstantWave HR PCI card}
and in this flavour
-- {0x15E8, 0x0131, WI_BUS_PCI_NATIVE, Prism II InstantWave HR PCI card}

Because I didnt know if the card was PLX based or not.

Now I get the following messages:

wi0: Prism II InstantWave HR PCI card port 0xdc00-0xdc3f,0xd800-0xd80f irq 11 at 
device 8.0 on pci0
wi0: No Mem space on prism2.5?
device_probe_and_attach: wi0 attach returned 6

or 

wi0: Prism II InstantWave HR PCI card port 0xdc00-0xdc3f,0xd800-0xd80f irq 11 at 
device 8.0 on pci0
wi0: No I/O space?!
 device_probe_and_attach: wi0 attach returned 6

Using the WI_BUS_PCI_PLX.

I have a FreeBSD 4.7 system with no other cards except for the NCP130.
Does anyone have some ideas?

Thanks!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Wireless(if_wi): supported card attachment problems

2003-02-09 Thread Andrea Franceschini
Hi All!

I bought a card that, according to the man page of wi driver, should have been 
supported.
The card is a Sohoware/NCP 130 and this is the output of 'man wi':

 The following cards are among those supported by the wi driver:

 Card Chip Bus
 

 ..
 ..
 NANOSPEED ROOT-RZ2000Prism-II PCMCIA
--  NDC/Sohoware NCP130  Prism-II PCI --
 NEC CMZ-RT-WPPrism-II PCMCIA
...
   

But the driver simply doesn't see it...
This is the output of pciconf :

none2@pci0:8:0: class=0x028000 card=0x013115e8 chip=0x013115e8 rev=0x01 hdr=0x00
vendor   = 'National Datacomm Corp.'
device   = 'Prism II InstantWave HR PCI card'
class= network


I modified the driver sources and i added my card among those supported:

static struct {
unsigned int vendor,device;
int bus_type;
char *desc;
} pci_ids[] = {
/* Sorted by description */
{0x10b7, 0x7770, WI_BUS_PCI_PLX, 3Com Airconnect},
{0x16ab, 0x1101, WI_BUS_PCI_PLX, GLPRISM2 WaveLAN},
{0x1260, 0x3873, WI_BUS_PCI_NATIVE, Intersil Prism2.5},
{0x16ab, 0x1102, WI_BUS_PCI_PLX, Linksys WDT11},
{0x1385, 0x4100, WI_BUS_PCI_PLX, Netgear MA301},
{0x1638, 0x1100, WI_BUS_PCI_PLX, PRISM2STA WaveLAN},
-- {0x15E8, 0x0131, WI_BUS_PCI_PLX, Prism II InstantWave HR PCI card}
and in this flavour
-- {0x15E8, 0x0131, WI_BUS_PCI_NATIVE, Prism II InstantWave HR PCI card}

Because I didnt know if the card was PLX based or not.

Now I get the following messages:

wi0: Prism II InstantWave HR PCI card port 0xdc00-0xdc3f,0xd800-0xd80f irq 11 at 
device 8.0 on pci0
wi0: No Mem space on prism2.5?
device_probe_and_attach: wi0 attach returned 6

or 

wi0: Prism II InstantWave HR PCI card port 0xdc00-0xdc3f,0xd800-0xd80f irq 11 at 
device 8.0 on pci0
wi0: No I/O space?!
 device_probe_and_attach: wi0 attach returned 6

Using the WI_BUS_PCI_PLX.

I have a FreeBSD 4.7 system with no other cards except for the NCP130.
Does anyone have some ideas?

Thanks!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Wireless(if_wi): supported card attachment problems

2003-02-09 Thread Andrea Franceschini
Hi All!

I bought a card that, according to the man page of wi driver, should have been 
supported.
The card is a Sohoware/NCP 130 and this is the output of 'man wi':

 The following cards are among those supported by the wi driver:

 Card Chip Bus
 

 ..
 ..
 NANOSPEED ROOT-RZ2000Prism-II PCMCIA
--  NDC/Sohoware NCP130  Prism-II PCI --
 NEC CMZ-RT-WPPrism-II PCMCIA
...
   

But the driver simply doesn't see it...
This is the output of pciconf :

none2@pci0:8:0: class=0x028000 card=0x013115e8 chip=0x013115e8 rev=0x01 hdr=0x00
vendor   = 'National Datacomm Corp.'
device   = 'Prism II InstantWave HR PCI card'
class= network


I modified the driver sources and i added my card among those supported:

static struct {
unsigned int vendor,device;
int bus_type;
char *desc;
} pci_ids[] = {
/* Sorted by description */
{0x10b7, 0x7770, WI_BUS_PCI_PLX, 3Com Airconnect},
{0x16ab, 0x1101, WI_BUS_PCI_PLX, GLPRISM2 WaveLAN},
{0x1260, 0x3873, WI_BUS_PCI_NATIVE, Intersil Prism2.5},
{0x16ab, 0x1102, WI_BUS_PCI_PLX, Linksys WDT11},
{0x1385, 0x4100, WI_BUS_PCI_PLX, Netgear MA301},
{0x1638, 0x1100, WI_BUS_PCI_PLX, PRISM2STA WaveLAN},
-- {0x15E8, 0x0131, WI_BUS_PCI_PLX, Prism II InstantWave HR PCI card}
and in this flavour
-- {0x15E8, 0x0131, WI_BUS_PCI_NATIVE, Prism II InstantWave HR PCI card}

Because I didnt know if the card was PLX based or not.

Now I get the following messages:

wi0: Prism II InstantWave HR PCI card port 0xdc00-0xdc3f,0xd800-0xd80f irq 11 at 
device 8.0 on pci0
wi0: No Mem space on prism2.5?
device_probe_and_attach: wi0 attach returned 6

or 

wi0: Prism II InstantWave HR PCI card port 0xdc00-0xdc3f,0xd800-0xd80f irq 11 at 
device 8.0 on pci0
wi0: No I/O space?!
 device_probe_and_attach: wi0 attach returned 6

Using the WI_BUS_PCI_PLX.

I have a FreeBSD 4.7 system with no other cards except for the NCP130.
Does anyone have some ideas?

Thanks!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Wireless(if_wi): supported card attachment problems

2003-02-09 Thread Andrea Franceschini
Hi All!

I bought a card that, according to the man page of wi driver, should have been 
supported.
The card is a Sohoware/NCP 130 and this is the output of 'man wi':

 The following cards are among those supported by the wi driver:

 Card Chip Bus
 

 ..
 ..
 NANOSPEED ROOT-RZ2000Prism-II PCMCIA
--  NDC/Sohoware NCP130  Prism-II PCI --
 NEC CMZ-RT-WPPrism-II PCMCIA
...
   

But the driver simply doesn't see it...
This is the output of pciconf :

none2@pci0:8:0: class=0x028000 card=0x013115e8 chip=0x013115e8 rev=0x01 hdr=0x00
vendor   = 'National Datacomm Corp.'
device   = 'Prism II InstantWave HR PCI card'
class= network


I modified the driver sources and i added my card among those supported:

static struct {
unsigned int vendor,device;
int bus_type;
char *desc;
} pci_ids[] = {
/* Sorted by description */
{0x10b7, 0x7770, WI_BUS_PCI_PLX, 3Com Airconnect},
{0x16ab, 0x1101, WI_BUS_PCI_PLX, GLPRISM2 WaveLAN},
{0x1260, 0x3873, WI_BUS_PCI_NATIVE, Intersil Prism2.5},
{0x16ab, 0x1102, WI_BUS_PCI_PLX, Linksys WDT11},
{0x1385, 0x4100, WI_BUS_PCI_PLX, Netgear MA301},
{0x1638, 0x1100, WI_BUS_PCI_PLX, PRISM2STA WaveLAN},
-- {0x15E8, 0x0131, WI_BUS_PCI_PLX, Prism II InstantWave HR PCI card}
and in this flavour
-- {0x15E8, 0x0131, WI_BUS_PCI_NATIVE, Prism II InstantWave HR PCI card}

Because I didnt know if the card was PLX based or not.

Now I get the following messages:

wi0: Prism II InstantWave HR PCI card port 0xdc00-0xdc3f,0xd800-0xd80f irq 11 at 
device 8.0 on pci0
wi0: No Mem space on prism2.5?
device_probe_and_attach: wi0 attach returned 6

or 

wi0: Prism II InstantWave HR PCI card port 0xdc00-0xdc3f,0xd800-0xd80f irq 11 at 
device 8.0 on pci0
wi0: No I/O space?!
 device_probe_and_attach: wi0 attach returned 6

Using the WI_BUS_PCI_PLX.

I have a FreeBSD 4.7 system with no other cards except for the NCP130.
Does anyone have some ideas?

Thanks!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Appropriate use of FreeBSD mailing lists (was: Wireless(if_wi): supported card attachment problems)

2003-02-09 Thread Greg 'groggy' Lehey
On Saturday,  8 February 2003 at 14:01:17 +0100, Andrea Franceschini wrote:
 Hi All!

 I bought a card that, according to the man page of wi driver, should have been 
supported.
 The card is a Sohoware/NCP 130 and this is the output of 'man wi':

On Saturday,  8 February 2003 at 14:01:34 +0100, Andrea Franceschini wrote:
 Hi All!

 I bought a card that, according to the man page of wi driver, should have been 
supported.
 The card is a Sohoware/NCP 130 and this is the output of 'man wi':

On Sunday,  9 February 2003 at 14:18:45 +0100, Andrea Franceschini wrote:
 Hi All!

 I bought a card that, according to the man page of wi driver, should have been 
supported.
 The card is a Sohoware/NCP 130 and this is the output of 'man wi':

On Sunday,  9 February 2003 at 14:20:25 +0100, Andrea Franceschini wrote:
 Hi All!

 I bought a card that, according to the man page of wi driver, should have been 
supported.
 The card is a Sohoware/NCP 130 and this is the output of 'man wi':

On Sunday,  9 February 2003 at 14:20:50 +0100, Andrea Franceschini wrote:
 Hi All!

 I bought a card that, according to the man page of wi driver, should have been 
supported.
 The card is a Sohoware/NCP 130 and this is the output of 'man wi':

On Sunday,  9 February 2003 at 14:28:29 +0100, Andrea Franceschini wrote:
 Just a test.

On Sunday,  9 February 2003 at 14:41:03 +0100, Andrea Franceschini wrote:
 Just a test.

On Sunday,  9 February 2003 at 15:40:19 +0100, Andrea Franceschini wrote:
 Hi All!

 I bought a card that, according to the man page of wi driver, should have been 
supported.
 The card is a Sohoware/NCP 130 and this is the output of 'man wi':

Please do not send messages more than once.  

Please also don't post separate messages to different mailing lists
(this message was sent to FreeBSD-hardware as well, where it is off
topic).

Please also do not send test messages to FreeBSD-questions.  Use
FreeBSD-test for that purpose.

There are thousands of people on FreeBSD-questions.  Each of these
messages gets delivered to each of them.  The result is that you will
annoy people and lower your chances of getting a useful reply.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers



msg18651/pgp0.pgp
Description: PGP signature


Wireless(if_wi): supported card attachment problems

2003-02-09 Thread Andrea Franceschini
Hi All!

I bought a card that, according to the man page of wi driver, should have been 
supported.
The card is a Sohoware/NCP 130 and this is the output of 'man wi':

 The following cards are among those supported by the wi driver:

 Card Chip Bus
 

 ..
 ..
 NANOSPEED ROOT-RZ2000Prism-II PCMCIA
--  NDC/Sohoware NCP130  Prism-II PCI --
 NEC CMZ-RT-WPPrism-II PCMCIA
...
   

But the driver simply doesn't see it...
This is the output of pciconf :

none2@pci0:8:0: class=0x028000 card=0x013115e8 chip=0x013115e8 rev=0x01 hdr=0x00
vendor   = 'National Datacomm Corp.'
device   = 'Prism II InstantWave HR PCI card'
class= network


I modified the driver sources and i added my card among those supported:

static struct {
unsigned int vendor,device;
int bus_type;
char *desc;
} pci_ids[] = {
/* Sorted by description */
{0x10b7, 0x7770, WI_BUS_PCI_PLX, 3Com Airconnect},
{0x16ab, 0x1101, WI_BUS_PCI_PLX, GLPRISM2 WaveLAN},
{0x1260, 0x3873, WI_BUS_PCI_NATIVE, Intersil Prism2.5},
{0x16ab, 0x1102, WI_BUS_PCI_PLX, Linksys WDT11},
{0x1385, 0x4100, WI_BUS_PCI_PLX, Netgear MA301},
{0x1638, 0x1100, WI_BUS_PCI_PLX, PRISM2STA WaveLAN},
-- {0x15E8, 0x0131, WI_BUS_PCI_PLX, Prism II InstantWave HR PCI card}
and in this flavour
-- {0x15E8, 0x0131, WI_BUS_PCI_NATIVE, Prism II InstantWave HR PCI card}

Because I didnt know if the card was PLX based or not.

Now I get the following messages:

wi0: Prism II InstantWave HR PCI card port 0xdc00-0xdc3f,0xd800-0xd80f irq 11 at 
device 8.0 on pci0
wi0: No Mem space on prism2.5?
device_probe_and_attach: wi0 attach returned 6

or 

wi0: Prism II InstantWave HR PCI card port 0xdc00-0xdc3f,0xd800-0xd80f irq 11 at 
device 8.0 on pci0
wi0: No I/O space?!
 device_probe_and_attach: wi0 attach returned 6

Using the WI_BUS_PCI_PLX.

I have a FreeBSD 4.7 system with no other cards except for the NCP130.
Does anyone have some ideas?

Thanks!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message