Re: NIC numbering

2003-02-17 Thread Andrea Franceschini
On Sat, Feb 15, 2003 at 08:28:35AM -0600, Terry Todd wrote:
 When you have more than one of the same type of NIC card in one
 machine is there a way to insure that the NIC numbering remains
 attached to the same card / MAC address if more cards are added or
 they are moved around?
 
 TIA,
 Terry Todd
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message

I had the same problem with ATA drives on NetBSD.
Maybe you could define the NICs statically in the kernel file... ( i don't remember if 
it is still possible fro PCI devices.)

Hope it helps.

Bye


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



Ati TV-OUT

2003-02-14 Thread Andrea Franceschini
Hi!

I have a Evo N600c ( Compaq ) with a ATI-RADEON with FreeBSD 4.7 installed on.

Everthing works fine except for the TV-OUT that is  NTSC, anyone knows how to switch 
PAL?

I saw a linuxprogram name 'atitvout' but it doesn't works for FreeBSD.
There is something similar for FreeBSD?

Thank you.


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



Re: Trouble with SMC2602W wireless card

2003-02-12 Thread Andrea Franceschini
On Tue, Feb 11, 2003 at 03:32:46PM -0500, David Brodbeck wrote:
 I bought an SMC2602W wireless PCI card, based on it being listed in the 
 FreeBSD Handbook as supported.  However, I can't get the system to 
 recognize it.  I get this in dmesg:
 
 pci0: unknown card (vendor=0x1317, dev=0x8201) at 8.0 irq 12
 
 I'm running 4.6.2-RELEASE.  Do I need to upgrade to a more recent release?
 
 Any suggestions?  I'm not on the list so please CC replies to me.
 

This sounds familiar :)

I've the same problem with my Wireless PCI and like you I based my choice on the 
'Supported' List.

But,  maybe you're luckiest than me so if you want you could try to force the driver 
to recognize your card.

This is how:

First, run pciconf -vl and find out your card among those listed..
Then look into /usr/share/misc/pci_vendors to find then IDs.

Example:

# pciconf -lv
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

/usr/share/misc/pci_vendors:
15E8National Datacomm Corp.
0130NCP130 Wireless NIC
0131Prism II InstantWave HR PCI card

So our IDs are vendor=0x15E8 ,device=0131

Now that you have your numbers go in '/usr/src/sys/dev/wi' and look for 'if_wi_pci.c'

Edit the file and look for these lines :

} 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},
{0x111a, 0x1023, WI_BUS_PCI_PLX, Siemens SpeedStream},
{0x16ec, 0x3685, WI_BUS_PCI_PLX, US Robotics 2415},
{0, 0, 0, NULL}
};

And add  a line with your IDs:

  {0x111a, 0x1023, WI_BUS_PCI_PLX, Siemens SpeedStream},
   --{0x15E8, 0x0131, WI_BUS_PCI_PLX, Prism II InstantWave HR PCI card}, ---
  {0x16ec, 0x3685, WI_BUS_PCI_PLX, US Robotics 2415},

Then recompile and cross your fingers.. ;)

You could try another variant changing WI_BUS_PCI_PLX to WI_BUS_PCI_NATIVE ..

Now the kernel should see your card ... about attaching it.. i really don't know..

Bye.

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



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



test

2003-02-09 Thread Andrea Franceschini
Just a test.



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



test

2003-02-09 Thread Andrea Franceschini
Just a test.



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



test

2003-02-09 Thread Andrea Franceschini
Ignore this.


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