Providing Free and Editor Tested Downloads

< HOME | MAC | DEALS!!| SUPPORT FORUM | TOP DOWNLOADS | >
MajorGeeks.com - What about a nice warm cup of Geek?

Admin Tools
Airport
All In One
Anti-Virus
Appearance
Apple
Audio
Back Up
Benchmarking
Bios
Browsers
Covert Ops
Data Recovery
Diagnostics
Drive Cleaners
Drive Utilities
Driver Tools
Drivers
Ergonomics
File Management
Firewalls
Game Tweaks
Graphics
Input Device
Internet Tools
iPod / iPhone Tools
Mail Utilities
Memory
Messaging
Misc
Monitoring
Multimedia
Office
Processor
Registry
Security
Spyware Tools
System Info
Toys
Video
Widgets
Windows
News Archive
- Off Base
- Way Off Base

· Duplicate Annihilator - Aperture Edition 1.11.0
· Capto: Screen Capture and Record 2.0
· LastPass 4.4.0+
· Atom 1.57.0
· LaunchBar 6.14.1
· 1Password 7.8.2
· Skype 8.72.0.82
· Plex Media Server 1.22.3.4523
· Unity 2021.1.7f1
· Adobe Photoshop CC 2022 22.4

There are currently 75 user(s) online:
Google


YouTube

FaceBook

Twitter

RSS / XML Feed



Follow @majorgeeks
· Feedly · Yahoo · MSN


1. Disk Drill
2. Adobe Flash Player Final
3. iStat Pro
4. Afloat
5. Elite Keylogger
6. Vidalia
7. Dropbox
8. Simple Port Tester
9. Adobe DNG Converter
10. Alfred
More >>


· New? Start Here
· About Us
· KnowlegeBase
· CompatDB
· Geektionary
· Useful Links
· Folding@Home
· Copyright
· Privacy

Mac.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) &amp;prolific_info,
}, {
USB_DEVICE(0x067b, 0x0001), // PL-2302
.driver_info = (unsigned long) &amp;prolific_info,
},

{ }, // END
};

Make it read:

static const struct usb_device_id products [] = {
{
USB_DEVICE(0x067b, 0x0000), // PL-2301
.driver_info = (unsigned long) &amp;prolific_info,
}, {
USB_DEVICE(0x067b, 0x0001), // PL-2302
.driver_info = (unsigned long) &amp;prolific_info,
}, {
USB_DEVICE(0x067b, 0x2501), // PL-2501
.driver_info = (unsigned long) &amp;prolific_info,
},

{ }, // END
};

Save the file and do: make modules &amp;&amp; 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.


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