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

Latest News
[ Windows | Linux | Apple ]

· Daily Reviews Summary 02/09/12
· 3 Advanced Tips & Tricks For Using Windows Explorer
· MySQL 5.5.20 for Debian 6
· How to Install Screenlets for Desktop Widgets in Linux Mint 12
· Microsoft, Google, and Apple talk up "fair and reasonable" patent license fees
· Latest Windows 8 and Windows 8 Server build numbers revealed
· 3 CentOS Updates
· 3 RHEL Updates
· European Apple resellers say lack of inventory is putting them out of business
· Latest Windows 8 Consumer Preview build number: 8225?

Upcoming News
· Samsung NX 200 Review @ TechReviewSource.com
· OCZ RevoDrive 3 120GB SSD Review @ t-break
· OCZ Technology Octane 512GB Solid State Drive with 1.13 Performance Firmware
· Western Digital WD TV Live Media Player Review @ Bigbruin.com
· Hitachi Touro Desk Pro 3TB USB 3.0 External HDD Review @ Madshrimps
· Intel 520 Series 240GB (Raid 0 update) SSD Review
· Spire BlackDragon 400 W @ techPowerUp
· Windows 8 confirmed for February 29th (Beta Queue)
· GeChic On-Lap 1301 Portable Monitor Review @ ThinkComputers.org
· Choiix/Cooler Master Mobile Wave Stand Review @ eTeknix.com

Linux Compatibility
· XPS L502X
· Slim Portable DVD Writer GP10
· AverTV Volar Green HD
· Dell Latitude E6420
· Canon CanoScan FB 636U
· Logitech QuickCam Pro 4000
· GeForce 7300 GT
· Umax Astra 4500 USB Scanner
· Photosmart Pro B9180
· kingston DataTraveler DTI/16GB

New Forum Topics
· Directx
by: Rajoo
on: 2012-02-06 21:29
0 replies, 112 views

· Code: Bad EIP Value
by: megatouchguy
on: 2012-01-28 06:27
0 replies, 354 views

· XP Pro crashes on start up
by: javien
on: 2012-01-17 12:38
6 replies, 2029 views

· Lan Wireless Access To Shared Folders Problem
by: MinusZero
on: 2012-01-09 06:45
2 replies, 2212 views

· Motherboard glitch
by: danleff
on: 2012-01-08 12:03
3 replies, 654 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-2011 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Powered by Contentteller® Business Edition