Linux Compatible
  • News
    • Channels
    • Archive
    • Search
    • Submit
  • Articles
    • Categories
  • Knowledgebase
  • Compatibility
    • Search
  • Links
  • Forums
  • Twitter
Advertisement

Latest News
[ Windows | Linux | Apple ]

· Xbox One hardware and specs: 8-core CPU, 8GB RAM, 500GB hard drive and more
· Tim Cook: US-made Macs will be assembled in Texas
· Microsoft software satisfaction slumps
· Photos of Likely 802.11ac 'Gigabit Wi-Fi' Card From Next-Generation iMac Surface
· Mageia 3 released
· Understanding Email Bounce Messages and more
· How to Prepare for Windows 8 Even Though Its Not Coming to Enterprises
· Microsoft Office Clone Updates Interface, Improves File Support
· Windows Firewall Control 4.0.0.0 released
· 10 amazing Linux desktop environments you've probably never seen

Upcoming News
· [security-announce] SUSE-SU-2013:0819-1: critical: Security update for the Linux Kernel (x86)
· Turtle Beach XP Seven Tournament Grade Gaming Headset Video Review @ HardwareHeaven.com
· Long-Awaited Xbox One Makes Its Debut, Microsoft Aims for All-in-One Entertainment Center
· Removing and Wiping Drivers Guide @ OCC
· Oregon Scientific ATC9K Action Camera
· [RHSA-2013:0847-01] Moderate: kernel security and bug fix update
· How to Install AMD Drivers Guide @ OCC
· Lenovo Y500 Gaming Notebook Review: The Best Mobile Gaming Value Around?
· [security-announce] SUSE-SU-2013:0814-1: important: Security update for java-1_6_0-openjdk
· Intel Linux OpenGL Driver Leading Over Apple OS X

Linux Compatibility
· Dell Dimension 9100
· CL-CAM50001 UPC=3700284609322
· DFE 520 TX
· nVidia GeForce4 MX 440
· Gore: Ultimate Soldier
· SMC2802W V2 wi-fi 54Mbps PCI card
· Wireless modem router N300
· Dell P780
· ASUS A7V8X
· BricsCAD for Linux

New Forum Topics
· shutdown link ?
by: estirwent
on: 2013-05-11 17:46
18 replies, 6420 views

· Laptop keyboard drank soda
by: Zenn
on: 2013-04-30 00:27
1 replies, 677 views

· connecting to to internet with ubuntu
by: Zenn
on: 2013-04-30 00:26
2 replies, 4535 views

· Need Linux-compatible PS/2 expansion card
by: Zenn
on: 2013-04-30 00:26
1 replies, 743 views

· irql_not_less_or_equal blue screen
by: Zenn
on: 2013-04-30 00:25
2 replies, 1129 views

News Channels
· Drivers
· Guides
· Reviews
· Security
· Software
· Press Release
· Updates
· Interviews
· Linux
· General
· Debian
· Red Hat
· Slackware
· Gentoo
· Mandriva
· White Box
· SUSE
· GNOME
· KDE
· CentOS
· Ubuntu
· MEPIS
· Android

What's New
Login to see an overview of all news stories since your last visit.

Welcome to our website

To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.

Linux Compatible » 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:


Submit a new result for this product



Bookmark and Share

Operating System: Mandriva Linux Rating:

Submitted on 2007-05-30 21:12:16

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

Operating System: Linux other Rating:

Submitted on 2007-06-18 10:50:25

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!

Operating System: Mandriva Linux Rating:

Submitted on 2008-12-25 11:46:13

Anonymous

Post License:
GNU LGPL
Still no support in Mandriva 2009, and the workaround mentioned above does not help.

Linux Compatible » Compatibility Database » Hardware (Linux) » Details for USB 2.0 Netlink Cable
All products mentioned are registered trademarks or trademarks of their respective owners.
© 2002-2013 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Powered by Contentteller® Business Edition