Welcome, Guest. Please login or register.

Author Topic: Can I use the ELBOX SPIDER2 USB PCI card on a pc???  (Read 2515 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Can I use the ELBOX SPIDER2 USB PCI card on a pc???
« on: July 16, 2006, 08:19:04 PM »
I don't think it works. It's a common NEC USB2.0 PCI card with modified PCI ID, so the driver won't detect it.

With linux you could add the PCI ID to the driver's know PCI IDs, but with Windows you can't.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Can I use the ELBOX SPIDER2 USB PCI card on a pc???
« Reply #1 on: July 16, 2006, 08:44:10 PM »
@Boot_WB

I see.

So the PCI ID is fixed only in their own drivers, to make sure you can't use any regular el-cheapo PCI NEC card with Mediator. Why am I not surprised...
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Can I use the ELBOX SPIDER2 USB PCI card on a pc???
« Reply #2 on: July 17, 2006, 07:41:03 AM »
@mjg59
Quote
USB chipsets have special PCI classes.

Yep.

Quote
Sensible drivers look for these rather than specific chipset IDs.

Possible, but yet the driver probably wants to limit itself to specific chipset. Or at least I doubt the same driver works for every and all USB cards there is...
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Can I use the ELBOX SPIDER2 USB PCI card on a pc???
« Reply #3 on: July 17, 2006, 08:06:53 AM »
@platon42

Ahh, that'd surely explain it.