Page 1 of 1

cant make my usb lan card work in puppy lucid

Posted: Tue 16 Aug 2011, 16:50
by juntech
can anyone help me make my usb lancard work for puppy lucid 5.20
im using a jp1081 usb 2.0
cant even make it work using ndiswrapper...

Posted: Tue 16 Aug 2011, 18:53
by bigpup

Posted: Wed 17 Aug 2011, 19:34
by juntech
bigpup wrote:Maybe something here will help.
http://www.murga-linux.com/puppy/viewtopic.php?t=59000
thanks i will try it.hope it works :P

Posted: Sun 21 Aug 2011, 12:20
by tempestuous
USB ethernet adapters are nothing exotic, and shouldn't require a special driver.
juntech, we really need to know your USB device ID. Please run this command -

Code: Select all

lsusb
and post the results.

Posted: Wed 31 Aug 2011, 09:14
by tempestuous
It's most inappropriate that the original poster did not reply.

For any newcomers who stumble upon this post and wonder about USB-ethernet adapters: it's likely that Puppy will automatically load the correct driver, and all you need to do is run the Network Wizard.

And for the record; the driver that Puppy is likely to load for juntech's device is "dm9601".

Posted: Sat 28 Jun 2014, 18:47
by aestrada
Hello all and please take into account I am an absolute beginner in Puppy Linux. I have the same problems with my USB Lan adapter, besides is recognized by usb as 0xfe6 0x9700 that is a clon of DM9601 usb lan device. Puppy 5.11 can not recognize it as a DM9601 clon automatically, also when I try to load dm9601 driver, it refuses to find the device. The problem is that id data (0xfe6 0x9700) is not present in the driver and when it was compiled that identities was not take into account. The only way I think is possible to make dm9601 driver to work is to recompile patching dm9601.h and .c to give support to the news ids. As I am a complete novice, I am not able to imagine how to do that, but if someone have other simpler or more succesful solution it will be fine for me. Thank you all guys.

Posted: Sun 29 Jun 2014, 02:58
by tempestuous
Thank you for telling us your device ID. It makes it so much easier to provide help.
I have just updated the dm9601 driver for Puppy Lucid, available here -
http://www.murga-linux.com/puppy/viewto ... 027#786027