• About Us
  • Search
  • Compatibility
  • Forums
  • Archive
  • Channels
  • Home
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
Warp2Search.net » Compatibility Database » Hardware (Linux) » Details for USB 2.0 Netlink Cable

Summary


Product:
USB 2.0 Netlink Cable

Vendor:
LogiLink

Tested operating systems:
Linux other, Mandriva Linux

Most recent version of this submission:
USB 2.0 Netlink Cable

Average Rating:



2007-05-30 21:12:16 - Operating System/Rating: Mandriva Linux

Anonymous

Post License:
GNU LGPL
This USB-to-USB link cable is based on the Prolific PL2501 chipset, which has zero vendor and kernel support. It SHOULD be possible to add its hardware ID (067B:2501) to the plusb.c driver and recompile it, because the PL2501 chipset supports PL2301 compatibility mode. Someone on the net has done it [1] and it sort of works. However, I lack the knowledge to try this myself. [1] http://www.mail-archive.com/linux-usb-devel@lists.sourceforge.net/msg42707.html

2007-06-18 10:50:25 - Operating System/Rating: Linux other

Anonymous

Post License:
GNU LGPL
Go in your kernel directory. Open: ./drivers/usb/net/plusb.c and search for 067. You should see: static const struct usb_device_id products [] = { { USB_DEVICE(0x067b, 0x0000), // PL-2301 .driver_info = (unsigned long) &prolific_info, }, { USB_DEVICE(0x067b, 0x0001), // PL-2302 .driver_info = (unsigned long) &prolific_info, }, { }, // END }; Make it read: static const struct usb_device_id products [] = { { USB_DEVICE(0x067b, 0x0000), // PL-2301 .driver_info = (unsigned long) &prolific_info, }, { USB_DEVICE(0x067b, 0x0001), // PL-2302 .driver_info = (unsigned long) &prolific_info, }, { USB_DEVICE(0x067b, 0x2501), // PL-2501 .driver_info = (unsigned long) &prolific_info, }, { }, // END }; Save the file and do: make modules && make modules_install Cheers!

Warp2Search.net » Compatibility Database » Hardware (Linux) » Details for USB 2.0 Netlink Cable

Latest News

· Antec Mini P180 review
· Coosh Headset for iPod and iPhone Review
· Screamer Radio 0.4.3
· AIMP Classic 2.50
· VideoInspector 2.0.0.114
· Mandriva Linux 2009 is released
· Everglide DKTBoard Review
· Fedora 10 Snapshot 1 Released
· MSI P45 Diamond Motherboard Review
· 500 GB Hard Disk Drive Round-Up
· tinySpell 1.7.013
· Crysis Warhead Hardware Performance Review
· Tagan A+ Seenium Case Review
· DFI Lanparty DK P45-T2RS Plus Motherboard Review
· Silver Power SP-SS500 Review
· I-Rocks RF-6572 2.4GHz Wireless Keyboard Mouse Combo Review
· Reduce Your PC Running Costs
· Early Look - Gigabyte's GA-EX58-Extreme motherboard
· AXP Supernova 1000W PSU Review
· Advanced SystemCare 3 RC2 Beta

Nodes To Friends





Online Users

There are currently 674 user(s) online

© 2007-2008 Esselbach Internet Solutions
All products mentioned are registered trademarks or trademarks of their respective owners.
Read our disclaimer over here and our Privacy Policy over here
Managed with Contentteller(R) Business Edition, (C) 2002-2008 Esselbach Internet Solutions