Providing Free and Editor Tested Software Downloads
< HOME | TUTORIALS | GEEK-CADE| WEB TOOLS | YOUTUBE | NEWSLETTER | DEALS! | FORUMS | >

MajorGeeks.com - We know you're out there, and we're coming to get you.

Software Categories

All In One Tweaks
Android
Antivirus & Malware
Appearance
Back Up
Browsers
CD\DVD\Blu-Ray
Covert Ops
Drivers
Drives (SSD, HDD, USB)
Games
Graphics & Photos
Internet Tools
Linux Distros
MajorGeeks Windows Tweaks
Multimedia
Networking
Office & Productivity
System Tools

Other news

· How To and Tutorials
· Life Hacks and Reviews
· Way Off Base
· MajorGeeks Deals
· News
· Off Base
· Reviews




spread the word

· YouTube
· Facebook
· Instagram
· Twitter
· Pintrest
· RSS/XML Feeds
· News Blur
· Yahoo
· Symbaloo

about

· Top Freeware Picks
· Malware Removal
· Geektionary
· Useful Links
· About Us
· Copyright
· Privacy
· Terms of Service
· How to Uninstall

top downloads

1. GS Auto Clicker
2. Macrium Reflect FREE Edition
3. Smart Defrag
4. Visual C++ Redistributable Runtimes AIO Repack
5. Visual C++ Runtime Installer (All-In-One)
6. McAfee Removal Tool (MCPR)
7. MusicBee
8. Sergei Strelec's WinPE
9. K-Lite Mega Codec Pack
10. Microsoft Visual C++ 2015-2022 Redistributable Package
More >>

top reads

Star How to Disable 1-Click Ordering on Amazon (and Avoid Surprise Charges)

Star How to Fix Shallow Paint Layer Depth in Bambu Studio

Star Aviator Betting Game Secrets: Unlock 97% RTP & Triple Your Wins

Star Windows Recall: What It Is, Why Hackers Will Love It, and How to Stay Safe

Star Star Trek Fleet Command Promo Codes: Redeem Codes for Free Shards, Blueprints And Resources

Star How To Use VLC Media Player to Trim Video Clips

Star What Is the $WinREAgent Folder and Can I Delete It?

Star Swear Your Way to Better Search Results

Star How to Get a Dark Start Menu and Taskbar in Windows 10 & 11

Star Enable, Disable, Manage, Delete or Create a System Restore Point


MajorGeeks.Com » Compatibility Database » Hardware (Linux) » Details for USB 2.0 Netlink Cable

advertisement

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:


Tagged as:
Netlink

Submit a new result for this product



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!

2008-12-25 11:46:13 - Operating System/Rating: Mandriva Linux

Anonymous

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


MajorGeeks.Com » Compatibility Database » Hardware (Linux) » Details for USB 2.0 Netlink Cable
© 2000-2025 MajorGeeks.com
Powered by Contentteller® Business Edition